@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "switzerlandregular";
  src: url("font/swiss_bt-webfont.eot");
  src: url("font/swiss_bt-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/swiss_bt-webfont.woff") format("woff"),
    url("font/swiss_bt-webfont.ttf") format("truetype"),
    url("font/swiss_bt-webfont.svg#switzerlandregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "swis721_lt_btlight";
  src: url("font/swissl-webfont.eot");
  src: url("font/swissl-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/swissl-webfont.woff") format("woff"),
    url("font/swissl-webfont.ttf") format("truetype"),
    url("font/swissl-webfont.svg#swis721_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  /*background: #d22b2e;*/
  color: #fff;
  font-family: "switzerlandregular";
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer;
}
p {
  padding-top: 0;
  margin-top: 3px;
}
#main_wrapper {
  position: relative;
  max-height: 1000px;
  font-size: 11px;
}
#main_wrapper .wrapper {
  /*width: 4951px;*/
  max-height: 1000px;
  position: relative;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=9, MakeShadow=true, ShadowOpacity=0.50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=9,MakeShadow=true,ShadowOpacity=0.50)";
  zoom: 1;
}
#main_wrapper .other_wrapper {
  width: 100%;
  max-height: 1000px;
  position: relative;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=9, MakeShadow=true, ShadowOpacity=0.50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=9,MakeShadow=true,ShadowOpacity=0.50)";
  zoom: 1;
}
img {
  border: 0;
}
.slide {
  height: 100%;
}
/*
.slide1 {
	background: url(../images/main_bg_01.jpg) no-repeat left center;
	position: relative;
	width: 1167px;
	height: 100%;
	max-height: 1000px;
}
.slide2 {
	background: url(../images/main_bg_02.jpg) no-repeat left center;
	position: relative;
	width: 1191px;
	height: 100%;
	max-height: 1000px;
}
.slide3 {
	background: url(../images/main_bg_03.jpg) no-repeat left center;
	position: relative;
	width: 1191px;
	height: 100%;
	max-height: 1000px;
}
.slide4 {
	background: url(../images/main_bg_04.jpg) no-repeat left center;
	position: relative;
	width: 1400px;
	height: 100%;
	max-height: 1000px;
}*/

.slide .end {
  width: 20%;
  float: right;
  height: 100px;
  z-index: -1;
}
.slide .start {
  width: 60%;
  float: left;
  height: 100px;
  z-index: -1;
}
.btn_slide {
  background: url(../images/btn_next_prev.png) no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 52.3%;
  left: 11px;
  cursor: pointer;
}
.btn_slide:hover {
  background: url(../images/btn_next_prev_h.png) no-repeat;
}

.anniversary {
  position: absolute;
  right: 20px;
  top: 20px;
}
.anniversary img {
  width: 130px !important;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .header .three-btn {
    /*background: url(../images/3_btn.png) no-repeat;*/
    display: none;
    width: 128px;
    height: 45px;
    padding-top: 5px;
    padding-left: 12px;
    z-index: 3;
    left: 1142px;
    top: 20px;
  }
  .header .three-btn .btn {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    display: block;
  }
  .header .three-btn .btn.home {
    background: url(../images/btn_home.png);
  }
  .header .three-btn .btn.contact {
    background: url(../images/btn_contact.png);
  }
  .header .three-btn .btn.sitemap {
    background: url(../images/btn_sitemap.png);
  }
  .header .header_top {
  }
  .header .header_top .logo {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    text-align: center;
    width: 100%;
  }
  .fancy {
    display: none;
  }
  .fancy span {
    display: inline-block;
    position: relative;
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 42px;
    border-bottom: 5px solid #cccccc;
    top: 0;
    width: 600px;
  }
  .fancy span:before {
    right: 100%;
  }
  .fancy span:after {
    left: 100%;
  }
  .header .logo a {
    cursor: pointer;
    padding: 5px 0;
    background-color: #fff;
  }
  .header .menu_button_wrapper {
    width: 100%;
    float: left;
    height: 84px;
    background-color: #fff;
  }
  .header .menu_button_wrapper .logo_small {
    float: left;
    margin-top: 7px;
  }
  .header .menu_button_wrapper .menu_button {
    float: right;
    cursor: pointer;
    margin-top: 47px;
  }
  .header .menu_button_wrapper .menu_button .button_text {
    font-size: 20px;
    color: #000;
  }
  .header .menu_button_wrapper .menu_button .icon_bar {
    display: block;
    width: 40px;
    height: 11px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 1);
  }
  .header .menubar {
    display: none;
    margin: 0;
    font-size: 15px;
    color: #0099ff;
    float: right;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header .menubar > ul {
    margin: 0;
    padding: 0;
    margin-top: 4px;
  }

  .header .menubar > ul > li {
    position: relative;
    list-style: none;
    padding: 2px 5px;
    cursor: default;
  }
  .header .menubar > ul > li.active {
    color: #b7e2ff;
  }
  .header .menubar > ul > li > a {
    font-weight: bold;
  }

  .header .menubar > ul > li:first-child {
    border: none;
  }
  .header .menubar > ul > li a {
    display: block;
    color: inherit;
  }
  .header .menubar li:hover,
  .header .menubar li a.active {
    color: #b7e2ff;
  }
  .header .menubar > ul > li > ul {
    padding: 0 0 10px 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 2;
  }
  .header .menubar > ul > li > ul > li {
    list-style: none;
    padding: 2px 20px;
    white-space: nowrap;
  }
  .header .menubar > ul > li > ul > li a {
    color: #0099ff;
  }
  .header .menubar > ul > li > ul > li a:hover {
    color: #fff200;
  }
  .header .menubar > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header .menubar > ul > li:hover ul > li > ul {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    margin-left: 140px;
    margin-top: -35px;
  }
  .header .menubar > ul > li > ul > li > ul {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    margin-left: 140px;
    list-style-type: none;
  }
  .header .menubar > ul > li > ul > li > ul > li {
    background: url(../images/btn_grad_01.jpg);
    position: relative;
    text-align: left;
  }
  .header .menubar > ul > li > ul > li > ul > li a {
    padding: 5px 15px 5px 15px;
    text-align: left;
  }
  .header .menubar > ul > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .bottom-footer {
    height: 30px;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

    z-index: 2;
    font-size: 11px;
    padding-top: 5px;
    background: #fff;
    color: #000;
    text-align: center;
    margin-top: 27px;
  }
  .bottom-footer .copyright {
  }
  .bottom-footer .ts {
  }
  .home_our_business_banner {
    position: absolute;
    bottom: 90px;
    left: 20px;
    color: #fff;
  }
  .border_homepage_right {
    right: 20px;
    z-index: 99;
    bottom: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 20px 5px 20px;
  }
  .home_banner {
    position: relative;
  }
  .home_banner img {
    width: 260px;
    margin-bottom: 10px;
  }
  .pdf_download {
  }
  .pdf_download .annual_report_list {
    display: inline-block;
    vertical-align: top;
  }
  .pdf_download .company_profile_list {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1025px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
  }
  .header .three-btn {
    /*background: url(../images/3_btn.png) no-repeat;*/
    display: block;
    width: 128px;
    height: 45px;
    padding-top: 5px;
    padding-left: 12px;
    z-index: 3;
    left: 1142px;
    top: 20px;
  }
  .header .three-btn .btn {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    display: block;
  }
  .header .three-btn .btn.home {
    background: url(../images/btn_home.png);
  }
  .header .three-btn .btn.contact {
    background: url(../images/btn_contact.png);
  }
  .header .three-btn .btn.sitemap {
    background: url(../images/btn_sitemap.png);
  }
  .header .header_top {
  }
  .header .header_top .logo {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    text-align: center;
    width: 100%;
  }
  .fancy span {
    display: inline-block;
    position: relative;
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 42px;
    border-bottom: 5px solid #cccccc;
    top: 0;
    width: 600px;
  }
  .fancy span:before {
    right: 100%;
  }
  .fancy span:after {
    left: 100%;
  }
  .header .logo a {
    cursor: pointer;
    padding: 5px 0;
    background-color: #fff;
  }
  .header .menu_button_wrapper {
    display: none;
  }
  .header .menu_button {
    float: right;
    cursor: pointer;
  }
  .header .menu_button .icon_bar {
    display: block;
    width: 18px;
    height: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
  }
  .header .menubar {
    margin: 20px 0;
    width: 100%;
    font-size: 15px;
    color: #0099ff;
  }
  .header .menubar > ul {
    margin: 0;
    padding: 0;
    margin-top: 4px;
    text-align: center;
  }

  .header .menubar > ul > li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 6px 32px;
    cursor: default;
  }
  .header .menubar > ul > li.active {
    color: #b7e2ff;
  }
  .header .menubar > ul > li > a {
    font-weight: bold;
  }

  .header .menubar > ul > li:first-child {
    border: none;
  }
  .header .menubar > ul > li a {
    display: block;
    color: inherit;
  }
  .header .menubar li:hover,
  .header .menubar li a.active {
    color: #b7e2ff;
  }
  .header .menubar > ul > li > ul {
    background: url(../images/btn_grad_01.jpg);
    margin: 0 0 0 13px;
    padding: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 2;
    text-align: left;
  }
  .header .menubar > ul > li > ul > li {
    list-style: none;
    padding: 5px 20px;
    white-space: nowrap;
  }
  .header .menubar > ul > li > ul > li a {
    color: #fff;
  }
  .header .menubar > ul > li > ul > li a:hover {
    color: #fff200;
  }
  .header .menubar > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 100%;
  }
  .header .menubar > ul > li:hover ul > li > ul {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    margin-left: 140px;
    margin-top: -35px;
  }
  .header .menubar > ul > li > ul > li > ul {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    margin-left: 140px;
    list-style-type: none;
    padding-left: 105px;
    padding-top: 1px;
  }
  .header .menubar > ul > li > ul > li > ul > li {
    background: url(../images/btn_grad_01.jpg);
    position: relative;
    text-align: left;
  }
  .header .menubar > ul > li > ul > li > ul > li a {
    padding: 5px 15px 5px 15px;
    text-align: left;
  }
  .header .menubar > ul > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .bottom-footer {
    height: 28px;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

    z-index: 2;
    font-size: 11px;
    padding-top: 5px;
    background: #fff;
    color: #000;
    margin-top: 27px;
  }
  .bottom-footer .copyright {
    float: left;
    padding-left: 15%;
  }
  .bottom-footer .ts {
    float: right;
    padding-right: 15%;
  }
  .home_our_business_banner {
    position: absolute;
    bottom: 90px;
    left: 50px;
    color: #fff;
  }
  .border_homepage_right {
    right: 50px;
    z-index: 99;
    bottom: 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 20px 5px 20px;
  }
  .home_banner img {
    width: 260px;
    margin-bottom: 10px;
  }
  .pdf_download {
    margin-bottom: -10px;
  }
  .pdf_download .annual_report_list {
    display: inline-block;
    vertical-align: top;
  }
  .pdf_download .company_profile_list {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
  }
}

.footer {
  position: absolute;
  height: 56px;
  width: 100%;
  overflow: hidden;
}
.news-content {
  background: url(../images/footer_bg_02.png);
  height: 28px;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);

  z-index: 2;
  font-size: 14px;
}
.news-content ul {
  padding: 6px 0 0 0;
  margin: 0;
}
.news-content li {
  float: left;
  list-style: none;
  padding-left: 50px;
}
.news-content li a {
  color: #fff;
  text-decoration: underline;
}

.menu-btn {
  position: absolute;
  right: 200px;
  bottom: 64px;
  z-index: 8;
  width: 430px;
  height: 26px;
  display: none;
  z-index: 99999999999999999999999999999999999;
}
.menu-btn .menu-btn-wrapper {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);

  width: 430px;
  height: 26px;
}
.menu-btn .menu {
  background: url(../images/btn_main_btm.jpg) repeat-x;
  padding: 6px 17px;
  float: left;
  margin: 0 5px;
  font-size: 12px;
}
.menu-btn .menu:hover,
.menu-btn .active {
  background: url(../images/btn_main_btm_active.jpg) repeat-x;
}
.menu-btn .menu a {
  color: inherit;
  cursor: pointer;
}
.main_content {
  position: absolute;
  left: 120px;
  bottom: 80px;
  z-index: 99;
}
.main_content table {
  padding: 15px 0 15px 25px;
}
.wrapper {
  font-size: 13px;
}
.wrapper .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 9px;
}
.wrapper a:hover {
  text-decoration: underline;
}
.main_content .big_font01 {
  font-size: 61px;
  font-weight: bold;
}
.main_content .big_font02 {
  font-size: 15px;
  font-weight: bold;
}
.big_box_wrapper {
  position: absolute;
  width: 570px;
  height: 420px;
  left: 40px;
  bottom: 13%;
}
.big_box_content {
  position: relative;
  background: url(../images/main_content_bg.png);
  padding: 20px;
  width: 570px;
  height: 440px;
  color: #58595b;
  font-size: 14px;
  cursor: hand;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

@media only screen and (max-width: 768px) {
  .big_box_content {
    padding: 10px; /* Adjust padding for smaller screens */
    font-size: 12px; /* Adjust font size for smaller screens */
    width: 279px;
  }

  .apply_now {
    right: -43px !important;
  }
  .big_box_wrapper {
    width:auto !important;
    left: 22px;
  }
}

.big_box_content .head_box {
  /*margin-bottom: 20px;*/
}
.smp {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
.smp img {
  padding-bottom: 5px;
}
.smp:last-child,
.smp.lastChild {
  border-bottom: none;
  padding-bottom: 0px;
}
.big_box_content a {
  color: #0099ff;
}
.big_box_content a:hover {
  text-decoration: none;
  color: #0072be;
}
.big_box_content ul.newsPoint {
  margin: 0;
  padding: 0;
  list-style: none;
}
.big_box_content ul.newsPoint li {
  padding: 10px 0 0 0;
  list-style: none;
  border-bottom: 1px dashed #58595b;
}
.big_box_content ul.newsPoint .newsDate a,
.date,
.date a {
  color: #929497;
}
.big_box_content ul.newsPoint .newsDate {
  color: #929497;
}
.big_box_content ul.newsPoint .newsTitle {
  color: #58595b;
  font-weight: bold;
}
.big_box_content ul.newsPoint li:hover .newsTitle a {
  color: #929497;
}
input[type="text"],
textarea {
  width: 100%;
}
input[type="submit"] {
  background: url(../images/btn_bg.png);
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.form table {
  width: 90%;
}
.big_box_content .title {
  font-size: 27px;
  font-weight: lighter;
  font-family: "swis721_lt_btlight";
}
.big_box_content .head_box .company_name {
  line-height: 5px;
  margin-bottom: 15px;
}
.big_box_content .content {
  height: 340px;
  overflow: auto;
}
.big_box_content .content_small {
  height: 390px;
  overflow: auto;
  line-height: 18px;
  /*margin-top: 15px;*/
}

.big_box_content p.subtitle {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.content_small ul,
.content_small2 ul,
.content_small ol,
.content_small2 ol {
  padding-left: 17px;
  margin: 0;
}
.content_small .set_bullet ul {
  padding-left: 0;
}
.content_small .set_bullet li {
  background: url(../images/bullet-point.png) no-repeat left 3px;
  background-size: 8px 8px;
  padding-left: 15px;
  vertical-align: middle;
  list-style-type: none;
}
.content_small > ul > li,
.content_small2 > ul > li,
.content_small > ol > li,
.content_small2 > ol > li {
  padding: 0 0 10px 0;
}
.content_small ul,
.content_small2 ul {
  list-style-type: disc;
}
.big_box_content .nav-tab {
  position: absolute;
  left: 100%;
  bottom: 0;
  color: #fff;
  font-weight: bold;
}
.nav-tab ul li:first-child,
.nav-tab ul li.firstChild {
  /*position:absolute;
	top: 0;
	right: -20px;*/
}
.back_tabs {
  background: url(../images/back_btn.jpg) no-repeat;
  width: 23px;
  height: 23px;
}
.back_tabs:hover {
  background: url(../images/back_btn_hover.jpg);
}
.big_box_content .nav-tab a {
  color: inherit;
}
.big_box_content .nav-tab a:hover {
  text-decoration: none;
}
.big_box_content .nav-tab ul {
  padding: 0;
  margin: 0;
}
.big_box_content .nav-tab li {
  list-style: none;
  margin-top: 2px;
  white-space: nowrap;
}
.slide2_tab .tabs-title {
  width: 63px;
}
.slide3_tab .tabs-title {
  width: 86px;
}
.slide4_tab .tabs-title {
  width: 111px;
}
.about_tab .tabs-title {
  width: 130px;
}
.ir_tab .tabs-title {
  width: 130px;
}
.people_tab .tabs-title {
  width: 84px;
}
.news_tab .tabs-title {
  width: 65px;
}
.csr_tab .tabs-title {
  width: 78px;
}
.contact_tab .tabs-title {
  width: 120px;
}
.big_box_content .nav-tab li a {
  width: 100%;
}
.big_box_content .nav-tab li .tabs-no {
  padding: 9px 12px;
  position: relative;
  z-index: 4;
  white-space: nowrap;
}
.big_box_content .nav-tab li .tabs-title {
  padding: 9px 12px 9px 0;
  position: absolute;
  left: 100%;
  top: 0;
  /*visibility: hidden;
	opacity: 0;*/
  /*-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;*/
  z-index: 2;
  white-space: nowrap;
  font-weight: lighter;
}
.big_box_content .nav-tab li .tabs-no:hover .tabs-title,
.big_box_content .nav-tab li .tabs-no:hover,
.big_box_content .nav-tab li.active .tabs-title,
.big_box_content .nav-tab li.active .tabs-no {
  /*opacity: 1;
	visibility: visible;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	left: 100%;*/

  background: url(../images/btn_grad_01.jpg) repeat-x;
}
/*.big_box_content .nav-tab li:first-child .tabs-no, .big_box_content .nav-tab li:first-child .tabs-title{
	background: url(../images/btn_grad_01.jpg) repeat-x;
}
.big_box_content .nav-tab li:nth-child(2) .tabs-no, .big_box_content .nav-tab li:nth-child(2) .tabs-title{
	background: url(../images/btn_grad_02.jpg) repeat-x;
}
.big_box_content .nav-tab li:nth-child(3) .tabs-no, .big_box_content .nav-tab li:nth-child(3) .tabs-title{
	background: url(../images/btn_grad_03.jpg) repeat-x;
}
.big_box_content .nav-tab li:nth-child(4) .tabs-no, .big_box_content .nav-tab li:nth-child(4) .tabs-title{
	background: url(../images/btn_grad_04.jpg) repeat-x;
}
.big_box_content .nav-tab li:nth-child(5) .tabs-no, .big_box_content .nav-tab li:nth-child(5) .tabs-title, .big_box_content .nav-tab li .tabs-no, .big_box_content .nav-tab li .tabs-title {
	background: url(../images/btn_grad_05.jpg) repeat-x;
}
*/
.big_box_content .nav-tab li .tabs-no,
.big_box_content .nav-tab li .tabs-title {
  background: url(../images/main_menu_bg.png);
}
.small_slider_box_wrapper {
  position: absolute;
  right: 50px;
  bottom: 10%;
  width: 420px;
  height: 380px;
  color: rgb(88, 89, 91);
}
.small_slider_box {
  padding: 10px 20px 20px 20px;
  width: 390px;
  background: url(../images/main_content_bg.png);
}
.dam_box {
}
.wtp_box {
}
.ips_box {
}
.pr_box {
}
.rm_box {
}
.small_slider_box .title {
  padding-bottom: 5px;
}
.slide01_post {
  margin-bottom: 20px;
}
a.download {
  background: url(../images/pdf_download_icon.png) no-repeat left;
  display: block;
  padding: 4px 0 4px 26px;
  color: inherit;
}
.slide01_post p {
  color: #bcbec0;
}
.bursa p {
  border-bottom: 1px solid #bcbec0;
}

.popup_warpper {
  background: #fff;
  color: #58595b;
  font-size: 12px;
  padding: 10px;
  display: none;
}
.popup_warpper .title {
  font-size: 19px;
}
.popup_warpper .left_part {
  border-right: 1px solid #58595b;
  margin-right: 8px;
  padding-right: 10px;
}

.popup_warpper .left_part img {
  width: 780px;
  max-width: 780px;
  max-height: 600px;
} /**/
.popup_warpper .post {
  margin-top: 13px;
}
.popup_warpper .post ol li {
  padding: 0;
  margin: 0;
}
.popup_warpper .post ul {
  margin: 0;
  padding: 0 0 0 17px;
}
.popup_warpper .subtitle {
  font-weight: bold;
}
.popup_warpper ul,
.popup_warpper ol {
  padding: 0 0 0 25px;
  margin: 0;
}
.popup_warpper a {
  color: #000;
}
.popup_warpper a:hover {
  color: #0099ff;
  text-decoration: underline;
}
#gmap {
  height: 100%;
  left: 0;
  position: fixed !important; /* Acts in pretty much the same way as background-attachment: fixed for an image background. Has to be !important only if you're using the Google Maps API. */
  top: 0;
  width: 100%;
  z-index: 0;
} /* Has to be at least one increment smaller in value than the container's z-index */
a.map_point {
  display: block;
  background: url(../images/map_point.png) no-repeat;
  font-weight: bold;
  padding: 5px 0px 6px 28px;
  color: #58595b;
}
.pop_scroll {
  width: 370px;
  max-height: 580px;
  overflow: auto;
}
.pop_scroll table td {
  vertical-align: top;
  text-align: left;
}
.pop_scroll table {
  padding-left: 15px;
}
.pop_scroll table.table_nomargin {
  padding-left: 0px;
  margin-left: -2px;
}
.sm {
  color: #000;
}
.popup_warpper_sm {
  width: 1000px;
}
.popup_warpper_sm .title {
  color: #000;
  margin-left: 20px;
}
.popup_warpper_sm img {
  margin-left: 20px;
}
.sm_scroll table {
  margin: 0;
  padding: 0;
}
.sm_scroll {
  width: 100%;
  max-height: 480px;
  overflow: auto;
}
.sm_scroll table td {
  vertical-align: top;
  text-align: left;
}
.sm_scroll table {
  padding-left: 15px;
}
.sm_scroll table.table_nomargin {
  padding-left: 0px;
  margin-left: -2px;
}
.content_small table td,
.content_small2 table td {
  vertical-align: top;
  /*text-align:left;*/
}
.content_small table,
.content_small2 table {
  border-collapse: collapse;
}
.ll_ico {
  background: url(../images/lohloh_ico.png) no-repeat left center;
  padding: 11px 0px 10px 57px;
  font-weight: bold;
}
.wet_ico {
  background: url(../images/wet_ico.png) no-repeat left center;
  padding: 11px 0px 10px 57px;
  font-weight: bold;
}
/*.head_acc {
	border-bottom: 1px dashed #58595b;
	padding: 8px 22px 8px 0;
	background: url(../images/acc_btn.png) no-repeat right 5px;
	margin-bottom: 0 !important;
}

.head_acc p {
	
}
.sub_acc {
	padding: 5px 0 10px 0;
}
.head_nobg {
	background: none !important;
}
.head_acc {
	cursor: pointer;	
}*/

.acc_wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acc_wrapper > ul > li {
  border-bottom: 1px dashed #58595b;
  padding-bottom: 6px;
}
.acc_wrapper > ul > li > a {
  padding: 8px 22px 2px 0;
  background: url(../images/acc_btn.png) no-repeat right 5px;
  margin: 0 !important;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.acc_wrapper > ul > li p:last-child,
.acc_wrapper > ul > li p.lastChild {
}
.acc_wrapper > ul > li:first-child,
.acc_wrapper > ul > li.first-child,
.acc_wrapper > ul > li.firstChild {
}
.acc_wrapper > ul > li > a.open {
  background: url(../images/acc_btn_c.png) no-repeat right 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.acc_wrapper > ul > li > a.trigger {
  color: #58595b;
  font-weight: bold;
  display: block;
}
.acc_wrapper > ul > li.acc_title > a.trigger {
  font-size: 27px;
  font-weight: lighter;
  font-family: "swis721_lt_btlight";
}
.acc_wrapper > ul > li > a.trigger:hover {
  text-decoration: none;
}
.acc_wrapper > ul > li.head_nobg {
  background: none !important;
  padding-top: 0;
}
.acc_wrapper > ul > li > ul > li {
  padding: 5px 0 0 0;
  margin: 0;
}
.acc_wrapper > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.larger_icon {
  background: url(../images/large_btn.png) no-repeat;
  display: inline-block;
  padding: 5px 0px 6px 28px;
}
.acc_wrapper ul ul ul li {
  padding: 3px 0;
  margin: 0;
}
.last_slider_box {
  right: 210px;
}
.no_hide {
  display: block;
}
.printer {
  background: url(../images/print_btn.png) no-repeat;
  display: block;
  padding: 5px 0 5px 28px;
  float: right;
}
.printer:hover {
  background: url(../images/print_btn_hover.png) no-repeat;
}
.senior_ppl01 {
  position: absolute;
  overflow: hidden;
  width: 238px;
  height: 225px;
  top: 443px;
  left: 65px;
}
.senior_ppl01 img {
  display: none;
}
.senior_ppl01:hover img {
  display: block;
}
.senior_ppl02 {
  position: absolute;
  overflow: hidden;
  width: 207px;
  height: 385px;
  top: 263px;
  left: 385px;
  z-index: 1;
}
.senior_ppl02 img {
  display: none;
}
.senior_ppl02:hover img {
  display: block;
}
.senior_ppl03 {
  position: absolute;
  overflow: hidden;
  width: 203px;
  height: 207px;
  top: 431px;
  left: 537px;
  z-index: 3;
}
.senior_ppl03 img {
  display: none;
}
.senior_ppl03:hover img {
  display: block;
}
.senior_ppl04 {
  position: absolute;
  overflow: hidden;
  width: 318px;
  height: 252px;
  top: 409px;
  left: 620px;
  z-index: 2;
}
.senior_ppl04 img {
  display: none;
}
.senior_ppl04:hover img {
  display: block;
}
.senior_ppl05 {
  position: absolute;
  overflow: hidden;
  width: 415px;
  height: 332px;
  top: 373px;
  left: 856px;
  z-index: 2;
}
.senior_ppl05 img {
  display: none;
}
.senior_ppl05:hover img {
  display: block;
}
.bod_people_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.senior_people {
  min-width: 1280px;
  min-height: 707px;
  background: url(../images/senior_bg_people.png) no-repeat bottom center;
  position: relative;
}
.bod_people {
  background: url(../images/bod_people.png) no-repeat;
  position: relative;
  width: 1057px;
  height: 475px;
  margin: auto;
}
.bod_people .bod_people00 {
  position: absolute;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bod_people .bod_people00:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bod_people .bod_people01 {
  width: 216px;
  height: 296px;
  right: 187px;
  bottom: -1px;
}
.bod_people .bod_people01:hover {
  background: url(../images/bod_people01.png) no-repeat;
}
.bod_people .bod_people02 {
  width: 186px;
  height: 319px;
  right: 327px;
  bottom: 0;
}
.bod_people .bod_people02:hover {
  background: url(../images/bod_people02.png) no-repeat;
}
.bod_people .bod_people03 {
  width: 169px;
  height: 315px;
  left: 437px;
  bottom: 33px;
}
.bod_people .bod_people03:hover {
  background: url(../images/bod_people03.png) no-repeat;
}
.bod_people .bod_people04 {
  width: 103px;
  height: 297px;
  left: 430px;
  top: 58px;
}
.bod_people .bod_people04:hover {
  background: url(../images/bod_people04.png) no-repeat;
}
.bod_people .bod_people05 {
  width: 106px;
  height: 295px;
  left: 310px;
  top: 36px;
}
.bod_people .bod_people05:hover {
  background: url(../images/bod_people05.png) no-repeat;
}
.bod_people .bod_people06 {
  width: 146px;
  height: 295px;
  left: 237px;
  bottom: 0;
}
.bod_people .bod_people06:hover {
  background: url(../images/bod_people06.png) no-repeat;
}
.apply_now {
  background: url(../images/applynow.png) no-repeat;
  width: 100px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 40px;
}
.popup img,
.popup_swf img {
  border: 1px solid #ccc;
}
.minimize {
  position: absolute;
  right: 20px;
  top: 26px;
  cursor: pointer;
}
.compulsory {
  color: #c00;
}
.clear {
  clear: both;
}
.online_form {
  width: 900px;
  padding: 20px;
}
.online_form th {
  text-align: left;
  background: url(../images/btn_grad_01.jpg);
  color: #fff;
}
.online_form table table {
  border-collapse: collapse;
}
tr.odd td {
  background: #ccc;
}

/*------------------------------------------New Main Page ---------------------------------------------*/
.new-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  min-height: 600px;
  max-height: 1000px;
  margin: 0 auto;
  z-index: -2;
}

.three-btn {
  position: fixed;
  /*background: url(../images/3_btn.png) no-repeat;*/
  width: 128px;
  height: 45px;
  z-index: 3;
  top: 10px;
  left: 3%;
}
.three-btn .btn {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  display: block;
}
.three-btn .btn.home {
  background: url(../images/btn_home.png);
}
.three-btn .btn.contact {
  background: url(../images/btn_contact.png);
}
.three-btn .btn.sitemap {
  background: url(../images/btn_sitemap.png);
}
.homebanner {
  position: absolute;
  width: 400px;
  z-index: 99;
  top: 7%;
  left: 50%;
}
.homebanner img {
  width: 400px;
}
.homelogo {
  position: absolute;
  width: 250px;
  z-index: 99;
  top: 23%;
  left: 3%;
}
.homelogo img {
  width: 250px;
}
.new-menu {
  top: 37%;
  position: absolute;
  display: table;
  border-top: 5px;
  border-bottom: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #bbbdc0;
  width: 100%;
  height: 90px;
  background: url(../images/menu-background-image.png);
  background-size: 100%;
  z-index: -1;
}
.new-menu .menu {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.new-menu .menu ul li {
  display: inline-block;
  margin-right: 100px;
}
.new-menu .menu ul li img,
a {
  display: inline-block;
  vertical-align: middle;
}
.new-menu .menu ul li a {
  color: #fff;
  margin-left: 5px;
}
.new-menu .menu ul li p {
  margin: 0;
}
.new-footer {
  color: #808284;
  position: absolute;
  bottom: 0;
  font-size: 9px;
  margin-bottom: 10px;
}
.new-footer div {
  display: inline-block;
  padding: 5px 0;
}
.new-footer div p {
  margin: 0;
}
.new-footer .copyright {
  margin-left: 20px;
  margin-right: 50px;
}
.new-footer .content {
  border-left: 1px solid #808284;
}
.new-footer .content p {
  padding-left: 10px;
  margin-right: 20px;
}
.content-wrapper {
  position: absolute;
  top: 55%;
  left: 3%;
  vertical-align: top;
  font-size: 12px;
}
.content-wrapper > div {
  display: inline-block;
  color: #000;
  vertical-align: top;
}
.content-wrapper > div span p {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  padding-left: 5px;
}
.content-wrapper > div span,
img {
  display: inline-block;
  vertical-align: middle;
}
.content-wrapper .content {
  margin-top: 10px;
  margin-left: 40px;
}
.content-wrapper .content span {
  margin: 5px 0;
  margin-left: -6px;
  padding: 2px 0;
}
.content-wrapper .content span p {
  font-weight: normal;
}
.content-wrapper .content p {
  margin-left: 5px;
}
a.new-download {
  background: url(../images/new-pdf-icon.png) no-repeat left;
  display: block;
  padding: 4px 0 4px 26px;
  color: inherit;
}
.tree_N_earth {
  position: absolute;
  width: 400px;
  z-index: 999;
  height: 100%;
  overflow: hidden;
  right: 0;
}
.tree_N_earth img {
  padding-left: 105px;
  width: 400px;
  z-index: 999;
  padding-top: -50px;
}

.home_our_business_banner .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home_our_business_banner > div {
  margin-bottom: 10px;
}
.home_our_business_banner .engineering {
  background-color: rgba(0, 153, 255, 0.5);
}
.home_our_business_banner .engineering a {
  width: 250px;
  height: 70px;
  background: url(../images/our_b01.png) no-repeat left;
  background-image: url(../images/our_b01.png) no-repeat left;
  background-size: 87px 70px;
}
.home_our_business_banner .mne {
  background-color: rgba(0, 153, 51, 0.5);
}
.home_our_business_banner .mne a {
  width: 250px;
  height: 70px;
  background: url(../images/our_b02.png) no-repeat left;
  background-image: url(../images/our_b01.png) no-repeat left;
  background-size: 87px 70px;
}
.home_our_business_banner .property {
  background-color: rgba(255, 102, 51, 0.5);
}
.home_our_business_banner .property a {
  width: 250px;
  height: 70px;
  background: url(../images/our_b03.png) no-repeat left;
  background-image: url(../images/our_b01.png) no-repeat left;
  background-size: 87px 70px;
}
.home_our_business_banner .investment {
  background-color: rgba(255, 0, 153, 0.5);
}
.home_our_business_banner .investment a {
  width: 250px;
  height: 70px;
  background: url(../images/our_b04.png) no-repeat left;
  background-image: url(../images/our_b01.png) no-repeat left;
  background-size: 87px 70px;
}

.home_our_business_banner .engineering a div,
.home_our_business_banner .mne a div,
.home_our_business_banner .property a div,
.home_our_business_banner .investment a div {
  margin: 0;
  display: table;
  height: 70px;
  padding-left: 95px;
}
.home_our_business_banner .engineering a div p,
.home_our_business_banner .mne a div p,
.home_our_business_banner .property a div p,
.home_our_business_banner .investment a div p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.home_our_business_banner .engineering a div p span,
.home_our_business_banner .mne a div p span,
.home_our_business_banner .property a div p span,
.home_our_business_banner .investment a div p span {
  font-weight: bold;
}

.content_small .contact_us_map {
}
.content_small .contact_us_map .address {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.content_small .contact_us_map .google_map {
  display: inline-block;
  width: 49%;
}

.staff_event {
  margin-top: 10px;
}
.staff_event p {
  margin: 0;
  padding: 0;
}
.staff_event .title {
  font-weight: bold;
  font-size: 14px;
}
.staff_event .content {
  font-size: 14px;
  height: auto;
}

.newsBox {
  text-align: left;
  display: inline-block;
  margin-right: 5px;
}
.newsBox .newsLink {
  text-align: center;
}
.newsBox .newsLink .newsImages {
  display: block;
}
.newsBox .newsLink .newName {
  display: block;
  font-size: 12px;
}
.newsBox .newsLink .gallery {
  display: block;
  width: 140px;
  margin-bottom: 8px;
}
.scholarship .scholarship_header {
}
.scholarship .scholarship_header .display_style {
  display: inline-block;
}
.scholarship .main_title {
  background-color: #f00;
  color: #fff;
  width: 100%;
  padding: 5px 4px;
  font-weight: bold;
}
.scholarship .width_style01 {
  width: 100%;
}
.scholarship .width_style02 {
  width: 140px;
}
.scholarship .width_style03 {
  width: 150px;
}
.scholarship .table_style {
  padding: 5px 4px;
}
.scholarship .imp_message {
  color: #f00;
}

/*POPUP*/
.pop-up-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.pop-up-box {
  text-align: center;
  background: url("../images/ecard_christmas2017.jpg");
  width: 800px;
  height: 463px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pop-up-box h1 {
  font-family: "ArrusBT-Roman";
  margin-top: 274px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}

.btn-close {
  position: absolute;
  right: -20px;
  top: -24px;
}

.pop-up-box h1:hover {
  color: #eee;
}

.icon_scholarship {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.new-button {
  display: inline-block;
  /* padding: 4px 20px; */
  background-color: #f00;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
button.btn-submit {
  background: url(../images/btn_bg.png);
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 576px) {
  input.mobile {
    font-size: 25px;
    border-width: 2px;
    border-radius: 2px;
  }
  select.mobile {
    font-size: 25px;
    border-width: 2px;
    border-radius: 2px;
    /* border-color: rgb(118, 118, 118) rgb(133, 133, 133); */
  }
  input[type="submit"].mobile {
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 20px 40px;
    font-size: 48px;
  }
  input[type="checkbox" i].mobile {
    width: 25px;
    height: 25px;
  }
  input[type="radio" i].mobile {
    width: 18px;
    height: 18px;
    margin: 6px 6px 0px 6px;
  }
  input[type="file" i].mobile {
    width: 100%;
  }
  button.btn-submit.mobile {
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 20px 40px;
    font-size: 48px;
  }
  .popup_warpper {
    font-size: 25px;
  }
  .scholarship .main_title {
    padding: 5px 5px;
  }
}
