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;
  }
}
#project-detail-container {
  position: relative;
  max-width: 1346px;
  min-height: 680px;
  width: 99%;
  float: right;
  background-image: url(img/page/whitebg75.png);
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 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;
}
#project-close {
  height: 27px;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}
#project-content {
  float: left;
  width: 40%;
  margin-top: 10px;
}
#project-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
}
#project-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
}
#project-set-container {
  float: left;
  width: 40%;
}
.setitem {
  margin-top: 10px;
}
.setitle {
  font-weight: bold;
  font-size: 14px;
}
#project-desc-container {
  float: right;
  width: 56%;
  margin-top: 10px;
  line-height: 18px;
}
#project-gallery {
  float: right;
  width: 60%;
  margin-top: 10px;
}
#project-gallery-inner {
  padding-left: 40px;
  padding-right: 40px;
}
.pgalleryitem {
  position: relative;
}
.myvideoitem {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pgalleryitem img {
  max-width: 100%;
  width: 100%;
}
#project-gallery-controls {
  position: relative;
  margin-top: 10px;
  display: block;
}
#pgtitle {
  line-height: 78px;
  font-size: 12px;
}
#custom-bx-pager2 {
  float: right;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 78px;
}
#custom-bx-pager2-inner {
  margin-left: -5px;
}
.pgpager {
  float: left;
  position: relative;
  width: 115px;
  height: 78px;
  overflow: hidden;
  margin-left: 5px;
}
.pgpager img {
  display: block;
}
.myplayicon {
  position: absolute;
  width: 59px;
  height: 59px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
#gotonextbtn {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: -25px;
  z-index: 100;
}
#gotoprebtn {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: -25px;
  z-index: 100;
}
#mobilespace {
  clear: both;
  height: 0px;
}
#firstphoto {
  display: none;
}
#othersphoto {
  display: none;
}
#gotonextbtn4 {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  margin-top: -25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 900;
  display: none;
}
#gotonextbtn4:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#gotoprebtn4 {
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 900;
  display: none;
}
#gotoprebtn4:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#project-detail2-container {
  position: absolute;
  width: 330px;
  left: 20px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1000;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#project-detail2-inner {
  position: relative;
}
.project-detail2-header {
  width: 300px;
  padding-left: 30px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  background-image: url(img/page/info_tab60.png);
  background-repeat: no-repeat;
}
.lessbtn {
  position: absolute;
  top: 30px;
  right: 0px;
  display: block;
  background-image: url(img/page/icon_more.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  margin: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 999;
}
.project-detail2-content {
  background-image: url(img/page/whitebg60.png);
}
#project-detail2-txt {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
#project-detail2-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
}
.detail2-setitem {
  padding-bottom: 7px;
}
.detail2-setitle {
  font-size: 14px;
  font-weight: bold;
}
#project-detail2-desc {
  padding-top: 10px;
  padding-right: 10px;
  line-height: 18px;
  overflow-y: auto;
}
#project-detail2-inner:hover > .project-detail2-header {
  background-image: url(img/page/info_tab80.png);
}
#project-detail2-inner:hover > .project-detail2-content {
  background-image: url(img/page/whitebg80.png);
}
#project-detail2-inner:hover > .project-detail2-content .lessbtn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#small-bxslider-container {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
#small-bxslider {
  position: relative;
  height: 78px;
  width: 280px;
  overflow: hidden;
  margin: auto;
}
.smallbxitem {
  position: relative;
}
.pgpager3 {
  position: relative;
  display: block;
  width: 115px;
  height: 78px;
  overflow: hidden;
}
.pgpager3 .img {
  display: block;
}
.pgpager3 .myplayicon3 {
  position: absolute;
  width: 59px;
  height: 59px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: block;
}
#gotonextbtn3 {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  top: 50%;
  margin-top: -20px;
  right: 5px;
  z-index: 100;
}
#gotoprebtn3 {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  top: 50%;
  margin-top: -20px;
  left: 5px;
  z-index: 100;
}
#popup-video-container {
  position: fixed;
  background-image: url(img/page/whitebg75.png);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#poupu-video-inner {
  display: block;
  width: 700px;
  height: 400px;
  margin: auto;
  margin-top: 10%;
  background-color: #000;
}
#poupu-video-iframe {
  width: 100%;
  height: 100%;
}
#scrollbar1 .viewport {
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  #project-detail-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #project-set-container {
    float: none;
    width: 100%;
  }
  #project-desc-container {
    float: none;
    width: 100%;
  }
  .setitle {
    float: left;
    width: 30%;
  }
  .setvalue {
    float: right;
    width: 68%;
  }
}
@media only screen and (max-width: 990px) {
  #project-content {
    float: none;
    width: 100%;
  }
  #project-content-inner {
    padding: 40px;
  }
  #project-gallery {
    float: none;
    width: 100%;
  }
  .setitle {
    width: 20%;
  }
  .setvalue {
    width: 78%;
  }
}
@media only screen and (max-width: 767px) {
  #project-detail-container {
    margin-top: 0px;
  }
  #project-detail2-container {
    z-index: 700;
  }
  #gotoprebtn4,
  #gotonextbtn4 {
    display: none !important;
  }
  #project-content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #project-gallery-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gotonextbtn {
    right: -15px;
    z-index: 200;
  }
  #gotoprebtn {
    left: -15px;
    z-index: 200;
  }
  #mobilespace {
    height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    background-color: #afafaf;
  }
  .setitle {
    float: none;
    width: 100%;
  }
  .setvalue {
    float: none;
    width: 100%;
  }
  #container {
    background-color: #afafaf;
  }
  #bg-bxslider-container {
    display: none;
  }
  #mobilespace {
    height: 24px;
  }
  #project-gallery {
    display: none;
  }
  #project-content-inner {
    padding: 0px;
  }
  #project-detail-container {
    float: none;
    margin: auto;
  }
  #project-gallery-controls {
    display: none;
  }
  #project-gallery-inner {
    padding: 0px;
  }
  #project-title {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #project-set-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #project-desc-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #firstphoto {
    display: block;
  }
  #othersphoto {
    display: block;
  }
  #project-desc-container {
    padding-bottom: 20px;
    margin-top: 30px;
  }
  #project-content {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #mobilespace {
    height: 90px;
  }
}
