/*  PRESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*import iconmoon*/
@import url('../iconmoon/style.css');

/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/*font-family: 'Droid Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
/*font-family: 'Droid Serif', serif;*/
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700');

.Montserrat {
  font-family: 'Montserrat', sans-serif;
}
.Droid-Sans {
  font-family: 'Droid Sans', sans-serif;
}
.Droid-Serif {
  font-family: 'Droid Serif', serif;
}
.Open-Sans {
  font-family: 'Open Sans', sans-serif;
}
.YAHEI { /*微軟雅黑體*/
  font-family: 'Droid Sans', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
.FANGSONG { /*仿宋*/
  font-family: 'Droid Serif', "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
}
.ZENSONG { /*新宋體*/
  font-family: 'Droid Serif', "Times New Roman", "NSimSun", "新宋体", STSong, "华文宋体", serif;
}

html,
body {
  overflow-x: hidden;
  /*font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;*/
  font-family: 'Droid Sans', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  color: #666;
  background-color: #fff;
}

:root {
  --main-color: rgb(218,128,70);
  --title-color: rgb(81,81,81);
  --btn-font-color: rgb(255,255,255);
  --btn-font-hover-color: rgb(255,255,255);
  --btn-bg-color: rgb(224,124,67);
  --btn-graybg-color: rgb(204,204,204);
  --btn-hover-color: rgb(33,33,33);
  --trans-cover-color: rgba(218,128,70,0.7);
}

/* --- link / button
------------------------------------------------------------- */

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  cursor: pointer;
  text-decoration: none;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a {
  color: #fff;
}
a:hover,
a:focus,
a:active,
a.active {
  color: var(--main-color);
}

a.unavailable {
  cursor: default; color: #999999;
}

nav {
  font-weight: 400; 
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: transparent;
}

.btn {
  color: var(--btn-font-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;  
}
.btn:active, .btn.active {
  box-shadow: none;
}

.btn-std, .btn-gray, .btn-contact {
  font-family: 'Droid Sans',Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 30px;
  /*margin-top: 10px;*/
  background-color: var(--btn-bg-color);
  border: none;

  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
@media (max-width: 767px) {
  .btn-std, .btn-gray {
    margin-top: 10px;
  }
}

.btn-std:focus,
.btn-std.focus {
  color: var(--btn-font-hover-color);
  background-color: var(--btn-hover-color) !important;
}
.btn-std:hover {
  color: var(--btn-font-hover-color);
  background-color: var(--btn-hover-color) !important;
}
.btn-std:active,
.btn-std.active {
  color: var(--btn-font-hover-color);
  background-color: var(--btn-hover-color) !important;
}
.btn-gray {
  background-color: var(--btn-hover-color);
}
.btn-gray:focus,
.btn-gray.focus {
  color: var(--btn-font-hover-color);
  background-color: #666 !important;
}
.btn-gray:hover {
  color: var(--btn-font-hover-color);
  background-color: #666 !important;
}
.btn-gray:active,
.btn-gray.active {
  color: var(--btn-font-hover-color);
  background-color: #666 !important;
}
.btn-contact {
  font-size: 16px;
  padding: 12px 60px;
}

.btn-disabled {
  color: #666;
  background-color: #ccc;
  /*cursor: not-allowed;*/
  cursor: default;
  pointer-events: none;
}
.btn-disabled:hover, 
.btn-disabled:focus {
  background-color: #ccc;
}


i.fa {
  font-size: 18px;
}

/* --- article
------------------------------------------------------------- */

img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

p {
  font-size: 16px;
  line-height: 1.75;
}
p.large {
  font-size: 18px;
}
p.note {
  color: #999999;
  font-style: italic;
}

label {
  font-weight: normal;
  font-size: 18px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul.square {
  list-style-type: square;
  padding-left: 20px;  
}
ol {
  padding-left: 32px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 1.75;
}

.article-title {
  color: var(--title-color);
  margin-bottom: 50px;
}
.sub-title {
  color: #4775b7;
  text-transform: none;
  font-weight: 400;
}

.alert-msg {
  color: #c00;
}

/* --- table / input
------------------------------------------------------------- */
table {
  font-size: 14px;
}
table thead {
  font-size: 16px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], select {
  background-color: #ededed;
  border: 1px;
  padding: 3px 8px;
  font-family: 'Droid Sans',Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  width: 300px;
}
textarea.long, input[type="text"].long, input[type="password"].long, input[type="email"].long, input[type="date"].long, input[type="number"].long, select.long {
  width: 100%;
}
textarea.short, input[type="text"].short, input[type="password"].short, input[type="email"].short, input[type="date"].short, input[type="number"].short, select.short {
  width: 255px;
}
@media (max-device-width: 480px) and (orientation: portrait) {
  textarea, input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], 
  textarea.short, input[type="text"].short, input[type="password"].short, input[type="email"].short, input[type="date"].short, input[type="number"].short, select.short { width: 100%; }
}
input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], select {
  height: 36px;
}
input[type="password"] {
  text-transform: lowercase
}
input[type="text"].items {
  background-color: #fff;
  border: solid 1px #ededed;
  width: auto;
}
input[type=checkbox].css-checkbox {
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left:25px;
  height:20px; 
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:20px;
  vertical-align:middle;
  cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
label.css-label {
  /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_7875fc1239d5ca042ef23656d749e383.png);*/
  background-image: url("../images/csscheckbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="radio"].css-radio {
  display: inline-block;
}
input[type="radio"].hidden-field {
  /*margin-left: -99999px;*/
  position: absolute;
  visibility: hidden;
}
span.new-radio {
  display: inline-block;
  padding: 3px;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #aaa;
  background: white;

  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
span.new-radio.checked:before {
  content: "";
  position: relative;
  display: block;
  background: #666;
  width: 8px;
  height: 8px;

  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

select {
    display: inline-block;
    height: 36px;
    line-height: 28px;
    border: 1px solid #ededed;
    padding: 4px;
    color: #555;
}

ul.page-footer li {
  display: inline-block;
  font-size: 16px;
}
ul.page-footer.s li {
  font-size: 14px;
}
.page-footer-right {
  float: right;
  text-align: right;
}
.current {
  cursor: default; color: #333333;
}


/* --- video container
------------------------------------------------------------- */
.video-container {
  position: relative;
  /*padding-bottom: 56.3%;*/
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoBackground {
    position: absolute;
    width: 100%;
    top: 1px;
}

.blackscreen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  font-size: 100px;
  padding-top: calc(28.125% - 50px);
}

.video-frame {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
}

.video-close, .video-play {
  position: absolute;
  display: block;
  right: -300px;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  z-index: 100;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.video-close.active, .video-play.active {
  right: 0;
}
@media screen and (max-width: 767px) {
  .video-frame, .video-close, .video-play { display: none; }
}


/* --- view control
------------------------------------------------------------- */
.invisible{
  opacity: 0;
  filter: alpha(opacity=0);
}
.visible{
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media screen and (max-width: 767px) {}
@media (max-device-width: 480px) and (orientation: landscape) {}
@media (max-device-width: 480px) and (orientation: portrait) {}
@media screen and (min-width: 768px) {}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}

@media print {
  body * { visibility: hidden }
  div.container.print *, div.container-fluid.print * { visibility: visible; }
}


/* === Preload
==================================================================*/
.load_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999999;
}
.load_bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: var(--main-color);
}


/* === Header
==================================================================*/
.desktop-menu {
  display: block;
}
.mobile-menu {
  display: none;
}
/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}

.navbar {
  border: none;
}
.navbar-abs {
  position: absolute;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  /*.navbar-abs { position: relative; }*/
}
.navbar.navbar-fixed-top {
  top: -200px;

  -webkit-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.navbar.navbar-fixed-top.active {
  top: 0px;
}

.desktop-menu-wrapper {
  background-color: transparent;
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .desktop-menu-wrapper { min-height: 140px; }
}

.desktop-menu-wrapper.bg-color {
  background-color: #fff;
  border-bottom: solid 1px #ededed;
}

.desktop, .mobile {
  background: rgba(0,0,0,0.8);
  padding-left: 25px;
  padding-right: 25px;
}
/*.desktop a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1a1a1a;
}*/
.navbar-header {
  float: left;
}
.navbar-header img {
  /*height: 50px;*/
  max-width: 200px;
}
.navbar-header img.small {
  /*height: 56px;*/
}
.navbar-brand {
  font-size: 25px;
  line-height: 32px;
  height: auto;
}
.desktop .menu {
  float: right;
  margin: 20px auto 0;
}
.navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  /*font-family: 'Droid Sans',Tahoma, Arial, Helvetica, "NSimSun", "新宋体", STSong, "华文宋体", serif;*/
  font-family: 'Droid Sans', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  letter-spacing: 2px;
}
.desktop > .menu > .navbar-nav {
  float: none;
  /*text-align: center;*/
}
.desktop > .menu > .navbar-nav > li {
  float: none;
  display: inline-block;
}
.desktop > .menu > .navbar-nav > li > a {
  color: #fff;
  z-index: 1;
}
.desktop > .menu > .navbar-nav > li > a.gray {
  color: #666;
}
@media (max-width: 991px) { 
  .desktop > .menu > .navbar-nav > li > a { color: #464646; } 
}
.desktop > .menu > .navbar-nav.darker > li > a { color: #464646; } 
.desktop > .menu > .navbar-nav > li > a:hover {
  color: #7dccdd;
}
.desktop > .menu > .navbar-nav > li > a.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 78px;
  top: -20px;
  left: 0;
  background-color: rgba(218,128,70,0.5);
  z-index: -1;
}

.border-white, .border-gray {
  border: dotted 2px #fff;
  padding: 8px !important;
  width: 40px;
  margin-right: 5px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.border-gray { border-color: #666; }

/*--- round menu ---
.desktop > .menu > .navbar-nav > li > a.menu-icon {
  background-color: #fff;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  margin-right: 25px;

  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;

  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
  .desktop > .menu > .navbar-nav > li > a.menu-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
  .desktop > .menu > .navbar-nav > li > a.menu-icon > .glyphicon {
    padding-top: 4px;
  }
  .desktop > .menu > .navbar-nav > li > a.small-hide {
    display: none;
  }
}

.desktop > .menu > .navbar-nav > li > form {
  position: relative;
  display: inline-block;
}
.desktop > .menu > .navbar-nav > li > .search-input {
  position: relative;
  display: inline-block;
  top:-3px;
  margin-right: -45px;
  display: none;
  max-width: 180px;
}
.desktop > .menu > .navbar-nav > li > .search-input.active {
  display: inline-block;
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .desktop > .menu > .navbar-nav > li > .search-input { 
    position: absolute;
    width: 150px;
    margin-top: 40px;
    margin-left: -100px;
    border: solid 3px #fff;
  }
}
*/

.mobile .menu {
  float: right;
}
.mobile-menu-wrapper {
  /*background-color: #fff;*/
}
.mobile-menu.navbar {
  margin-bottom: 0;
}
.mobile .menu .menu-icon {
  font-size: 32px;
}
.mobile-menu.navbar-fixed-top {
  /*border-bottom: solid 1px #ededed;*/
}

.mobile .navbar-brand {
  width: 150px;
}



/* --- slide menu
------------------------------------------------------------- */
.menu-vertical {
  display: block;
  background: #fff;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  right: -300px;
  z-index: 999999;
  padding: 58px 25px 20px;
  border-left: solid 1px #ededed;

  -webkit-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.menu-vertical.active {
  right: 0;
}
.menu-vertical a {
  display: block;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  /*font-family: 'Droid Sans',Tahoma, Arial, Helvetica, "NSimSun", "新宋体", STSong, "华文宋体", serif;*/
  font-family: 'Droid Sans', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
.menu-vertical a:hover {
  color: #ccc;
}
.menu-vertical .close-menu {
  cursor: pointer;
  width: 58px;
  height: 58px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;

  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
     
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.menu-vertical .close-menu:hover {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
}
.menu-vertical .close-menu svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.menu-vertical .menu-title {
}
.menu-vertical ul { list-style: none; padding: 0; }
.menu-vertical ul li { 
  position: relative;
  display: block; 
  border-bottom: 1px solid #ccc;
  padding: 25px 5px 10px;
}


/* --- slider banner
------------------------------------------------------------- */

header.carousel {
  position: relative;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
  max-height: 100vh;
  /*max-height: calc(100vh + 50px);*/
}

@media (max-device-width: 480px) and (orientation: portrait) {
  header.carousel .item,
  header.carousel .item.active,
  header.carousel .carousel-inner {
    height: 500px;
  }
  header.carousel .carousel-inner img {
    display: block;
    position: relative;
    max-width: none;
    height: 500px;
    width: auto;
    left: 50%;
    /*top: 50%;
    transform: translate(-50%, -50%);*/
    margin-left: calc(-500px * 8 / 9);
  }
}

/*-- for desktop, mobile banner seperate --*/
header.carousel.landscape { display: block; }
header.carousel.portrait { display: none; }
@media (max-device-width: 736px) and (orientation: portrait) {
  header.carousel.landscape { display: none; }
  header.carousel.portrait { display: block; }
  header.carousel.portrait .carousel-inner img {
    width: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
/*-- END for desktop, mobile banner seperate --*/

.carousel-indicators {
  width: 80%;
  left: 0;
}
.carousel-indicators .active {
  background-color: #333;
}
.carousel-indicators li {
  border-color: #333;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}


/*--- CENTER INFO ---*/
header.carousel .banner {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 13%;
  color: #fff;
  padding-left: 5%;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  z-index: 9;
}

header.carousel .banner .title {
  position: relative;
  display: block;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 25px;
}
header.carousel .banner .title::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 60px;
  background: #fff;
  left: 30px;
  bottom: 0;
  margin-left: -30px;
}
header.carousel .banner .txt {
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 6px;
  font-weight: 300;
}
@media (max-width: 991px) {
  header.carousel .banner .title { font-size: 52px; }
  header.carousel .banner .txt { font-size: 21px; }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  header.carousel .banner .title { font-size: 52px; }
  header.carousel .banner .txt { font-size: 21px; }
}


/*--- SIDE INFO ---*/
header.carousel .side-banner {
  position: absolute;
  display: block;
  width: 100%;
  left: 5%;
  bottom: 10%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}


header.carousel .banner-filter {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../images/videoFilter.png') repeat;
}


/* --- triangle edge
------------------------------------------------------------- */
.quote-row {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.quote-col {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-top: 15%;
  margin-bottom: -1px;
  overflow: hidden;
}
.quote-left, .quote-right {
  position: absolute;
  display: block;
  bottom: 0;
  border-top: 400px solid transparent;
}
.quote-left {
  right: -10px;
  border-left: 2000px solid #fff;
}
.quote-right {
  left: -10px;
  border-right: 2000px solid #fff;
}





/* === Page Content
==================================================================*/

.left {
  float: left;
}
.right {
  float: right;
}
.non-padding {
  padding: 0;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-top {
  padding-top: 50px;
}
.section-bottom {
  padding-bottom: 50px;
}


.content-center {
  text-align: center;
}
.content-right {
  text-align: right;
}
.content-left {
  text-align: left;
}

@media (min-width: 768px) {
  .center-img-frame-row { display: flex; }
}
.center-img-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.center-img-frame img {
  position: absolute;
  display: block;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* ANIMATED SCROLL EFFECTS */
.post{
  opacity: 0;
  padding-top: 200px;
}
.post-visible {
  opacity: 1;
  padding-top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* END ANIMATED SCROLL EFFECTS */



/* SECOND MENU */
.second_menu_wrapper {
  background: #212121;
}
.second-menu {
  background: transparent;
}
.second-menu ul {
  /*list-style-type: none;*/
  margin: 0;
  padding: 0;
}
.second-menu ul li {
  display: inline-block;
  float: left;
}
.second-menu .btn-tech {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 22px 42px;
  color: #fff;
  background: transparent;
}
.second-menu .btn-tech:hover,
.second-menu .btn-tech:focus,
.second-menu .btn-tech:active,
.second-menu .btn-tech.active
{
  background: #333;
}
@media (max-width: 767px) {
  .second-menu ul li {
    /*width: 33.333333%;*/
  }
  .second-menu .btn-tech {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .second-menu {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
.second-menu .btn-tech.active:before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  bottom: -7px;
  margin-left: -7px;
  left: 50%;
  background: #333;
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg);
}
/* END SECOND MENU */


/* === INDEX 
==================================================================*/
hr {
  margin: 0;
}
.filter {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

@media (max-device-width: 480px) and (orientation: portrait) {
  .col-xxs { width: 100% !important; }
}

/*--- UNIT SYSTEM for special case---*/
.unit-frame {
  position: relative;
}
.unit-frame-img {
  position: absolute;
  display: block;
  right: 0;
}
.unit-container {
  padding: 50px 30px;
}
.unit-header {
  display: block;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 3px;
  margin: 10px 0px 30px;
  border-bottom: none;
}
.unit-header::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  background: #93dde5;
  left: 0;
  bottom: 0;
}
.unit-frame-txt {
  position: relative;
  display: block;
  margin-top: -100px;
}
.unit-frame-txt .txt {
  letter-spacing: 6px;
  font-weight: 300;
}
.unit-frame-txt .unit-header {
  display: block;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 3px;
  margin: 40px 0px 30px;
  border-bottom: none;
}
.unit-frame-txt .unit-header::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  background: #fff;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.unit-frame-photo, .unit-frame-private {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  color: #fff;
}
.unit-frame-photo:before, .unit-frame-private:before {
  content: '';
  display: inline-block;
  vertical-align: middle ;
  height: 50%;
}
.unit-frame-photo {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/photography.jpg');
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/photography.jpg');
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/photography.jpg');
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/photography.jpg');
}
.unit-frame-private {
  min-height: 300px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/private.jpg');
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/private.jpg');
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/private.jpg');
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/index/private.jpg');
}
.unit-frame-photo, .unit-frame-private {
  background-position: center center;
  -webkit-background-size: auto 101%;
  -moz-background-size: auto 101%;
  -o-background-size: auto 101%;
  background-size: auto 101%;
}
.unit-frame-photo:hover, .unit-frame-private:hover {
  color: #fff;
  /*background-color: rgba(147,221,229,0.3);*/
  -webkit-background-size: auto 110%;
  -moz-background-size: auto 110%;
  -o-background-size: auto 110%;
  background-size: auto 110%;
}
.unit-frame.photo, .unit-frame.private {
  min-height: 300px;
}
/*--- END UNIT SYSTEM ---*/


.article-title {
  display: block;
  position: relative;
  padding-bottom: 30px;
  letter-spacing: 6px;
  margin: 10px 0px 30px;
  border-bottom: none;
  font-family: 'Droid Sans', Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
.article-title::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  background: var(--main-color);
  left: 0;
  bottom: 0;
}
.content-center.article-title::after {
  left: 50%;
  margin-left: -30px;
}


/*--- BG GRADIENT EFFECT + Quote-Down ---*/
.gradient-bg {
  margin-left: -15px;
  margin-right: -15px;
  /*background: url('../images/index/purchase-bg.jpg') no-repeat center center;*/
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/index/purchase-bg.jpg') no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/index/purchase-bg.jpg') no-repeat center center;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/index/purchase-bg.jpg') no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/index/purchase-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.quote-down-row {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15%;
}
.quote-down-col {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 15%;
  margin-top: -15%;
  margin-bottom: -1px;
  overflow: hidden;
}
.quote-down-col.left {
  float: left;
}
.quote-down-col.right {
  float: right;
}
.quote-down-left, .quote-down-right {
  position: absolute;
  display: block;
  top: 0;
  border-top: 400px solid transparent;
}
.quote-down-left {
  right: 0;
  border-right: 2000px solid #fff;
}
.quote-down-right {
  left: 0;
  border-left: 2000px solid #fff;
}
/*--- END BACKGROUND GRADIENT EFFECT ---*/


/*--- CONTACT ---*/
.round-title, .round-border-title {
  display: block;
  width: 162px;
  height: 162px;
  margin: 80px auto;
  color: #fff;
  background: #000;
  text-align: center;
  padding-top: 50px;

  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.round-border-title {
  color: #000;
  background: #fff;
  border: solid 25px #000;
  padding-top: 40px;
}

ul.contact-list {
  padding-left: 0;
  margin-top: 25px;
}
ul.contact-list li {
  color: white;
  font-size: 16px;
  line-height: 2.5;
}

.font-color {
  color: var(--main-color);
}
.contact-bg {
  background-color: var(--main-color);
}
.contact-bg .article-title:after {
  background: white;
}
.btn-mail:hover {
  color: var(--btn-hover-color);
}

.mail-frame {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .contact-bg { display: flex; }
  .mail-frame { 
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
  }
}

#contactlink {
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
  top: -72px;
}


/*--- about ---*/
.about-bg {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/about/index_u.jpg');
  background: -o-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/about/index_u.jpg');
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/about/index_u.jpg');
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/about/index_u.jpg');
}
.btn-frame {
  width: 100%;
  text-align: center;
}
.btn-frame.right {
  float: none;
  text-align: right;
}
.about-brand {
  display: block;
  width: 27vw;
  min-width: 250px;
  /*margin-top: -50px;*/
}


/*--- products ---*/
.pro-bg {
  background: url('../images/index/pro-bg.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-device-width: 480px) {
  .pro-bg { background-attachment: scroll; }
}
.pro-bg [class^="col-"]:nth-child(even) .pro-frame {
  background-color: rgba(0,0,0,0.5);
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .pro-bg [class^="col-"]:nth-child(3) .pro-frame {
    background-color: rgba(0,0,0,0.5);
  }
  .pro-bg [class^="col-"]:nth-child(4) .pro-frame {
    background-color: transparent;
  }
}

.pro-frame {
  position: relative;
  display: block;
  height: 19vw;
  min-height: 280px;
  overflow: hidden;
}
.pro-frame img {
  filter: brightness(50%);
}
.pro-txt {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -45px;
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pro-frame:hover .pro-txt {
  color: transparent;
}
.pro-in {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: var(--trans-cover-color);
  top: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.pro-frame:hover .pro-in {
  top: 0;
}
.pro-in h3 {
  margin-bottom: 15px;
}
.pro-in .btn-frame {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.pro-intro-frame {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--trans-cover-color);
  justify-content: center;
}
.pro-intro-frame .machine {
  display: block;
  align-self: center;
}
.pro-intro-frame .machine h1 {
  color: #fff;
  font-size: 5em;
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .pro-intro-frame .machine h1 { font-size: 4em;}
}



.flexslider.non-margin, .flexslider.non-margin .flex-viewport {
  margin: 0;
  border: none;
}

[class^="custom-navigation"] {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  text-align: center;
}
a.btn-prev, a.btn-next {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  font-size: 30px;
  padding-top: 6px;
  color: var(--btn-font-color);
  background: var(--btn-bg-color);
  float: left;
}
a.btn-prev:hover, a.btn-next:hover {
  background: var(--btn-hover-color);
}
/*.flex-disabled {
  background: transparent !important;
  color: transparent !important;
  border-color: transparent !important;
  pointer-events: none !important;
}*/


/*--- equipments ---*/
.equi-bg {
  background-color: rgb(50,50,50);
}
.equi-bg .article-title {
  color: #fff;
}
.equi-frame {
  padding: 20px 40px;
  text-align: center;
}
.equi-frame img {
  width: 110px;
}
.equi-frame p {
  color: #fff;
  text-align: left;
}



/* === ABOUT
==================================================================*/
.about-pic-frame {
  display: block;
  width: 90%;
  margin-top: 60px;
  margin-left: 0;
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .about-pic-frame {
    width: 100%;
    margin: 15px 0; 
  }
}

.about-manage-bg {
  background-color: rgb(215, 215, 215);
}
.about-manage-frame img {
  width: 150px;
}
.about-manage-frame h3 {
  color: var(--main-color);
}

@media (min-width: 768px) {
  .about-certi-frame, .about-manage-frame {
    display: flex;
  }
}

.about-manage-frame-bg {
  background:url('../images/about/manage.jpg');
  min-height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-certi-frame-bg {
  background:url('../images/about/certification.jpg');
  min-height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-certi-frame img.sgs {
  width: 150px;
}
.about-certi-frame h3 {
  color: var(--main-color);
}
.about-certi-frame .section-certi {
  padding-top: 30px;
}
.about-certi-frame ul {
  list-style-type: square;
  padding-left: 20px;
}

.about-future-bg {
  background:url('../images/about/futurebg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-future-frame {
  margin: 80px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));

}



/* === EQUIPMENT
==================================================================*/
.equipment-frame {
  padding: 20px 20px;
  text-align: center;
}
.equipment-frame img {
  margin-bottom: 0px;
}
.equipment-frame h4 {
  /*color: rgb(217,201,112);*/
  color: var(--main-color);
}
.equipment-frame h5 {
  color: rgb(148,148,148);
}
.equipment-frame p {
  text-align: left;
}

.equipment-frame-inner {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
.equipment-frame-content {
  background-color: #fff;
  padding: 10px;
}

.equipment-envi-frame {
  padding: 0;
  height: 40vw;
  min-height: 500px;
}
.equipment-envi-frame .img-frame {
  position: relative;
  display: block;
  width: 100%;
  /*height: 250px;*/
  height: 20vw;
  min-height: 250px;
  overflow: hidden;
}
.equipment-envi-frame .img-frame img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.equipment-envi-frame .content {
  position: relative;
  display: block;
  width: 100%;
  height: 20vw;
  min-height: 250px;
  padding: 40px;
}
.equipment-envi-frame .content .line {
  position: absolute;
  display: none;
  width: 1px;
  height: 40px;
  left: 50%;
  top: 0;
  background-color: #ccc;
}
.equipment-envi-frame .content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: calc(20vw - 186px);
  left: 0;
  top: 0;
  min-height: 86px;
  overflow: auto;
}
.equipment-envi-frame .content .inner::-webkit-scrollbar {
  width: 0.5em;
}
.equipment-envi-frame .content .inner::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: rgba(0,0,0,0.1);
}
.equipment-envi-frame .content .inner::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  outline: 1px solid rgba(0,0,0,0.3);
}

@media (min-width: 768px) {
  .equipment-envi-frame .img-frame.revs {
    position: absolute;
    top: 50%;
  }
  .equipment-envi-frame .content.revs {
    position: absolute;
    top: 0;
  }
  .equipment-envi-frame .content .line {
    display: block;
  }
  .equipment-envi-frame .content.revs .line {
    top: 100%;
    margin-top: -40px;
  }
}



/* === LABORATORY
==================================================================*/
/*.certify-frame {
  padding: 20px 40px;
  text-align: center;
}
.certify-frame img {
  width: 120px;
}
.certify-frame p {
  text-align: left;
}
.certify-frame h4 {
  color: rgb(217,201,112);
}
.certify-frame h5 {
  color: rgb(148,148,148);
}
*/
.certify-nav {
  display: inline-block;
  float: left;
  width: 300px;
}
.certify-nav a {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 50px 30px;
  color: white;
  background-color: var(--btn-hover-color);
}
.certify-nav a:hover, .certify-nav a.active {
  background-color: var(--main-color);
}
.certify-nav a .number {
  display: inline-block;
  font-size: 60px;
  margin-right: 10px;
}
.certify-nav a .txt {
  display: inline-block;
}
.certify-content {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 300px);
  overflow: hidden;
}
.certify-content .page {
  position: absolute;
  display: block;
  width: 100%;
  left: 100%;
  top: 0;
  padding: 40px 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.certify-content .page.active {
  left: 0;
}
@media (min-width: 768px) {
  .certify-section {
    display: flex;
  }
}

.gray-bg {
  background-color: #ededed;
}
.white-bg {
  background-color: white;
}

@media (min-width: 768px) {
  .rd {
    display: flex;
  }
}



/* === ENVIRONMENTAL
==================================================================*/
.environmental-bg {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(225, 225, 225, 0.9)), url('../images/environmental/environmentalbg.jpg');
  background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/environmental/environmentalbg.jpg');
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/environmental/environmentalbg.jpg');
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/environmental/environmentalbg.jpg');
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.environmental-bg .article-title {
  color: rgb(102, 102, 102);
}

.environmental-frame {
  padding: 40px 40px;
  text-align: center;
}
.environmental-frame img {
  margin-bottom: 15px;
  max-width: 180px;
}
.environmental-frame h4 {
  color: var(--main-color);
}
.environmental-frame h5 {
  color: rgb(148,148,148);
}
.environmental-frame p {
  text-align: left;
}

@media (min-width: 768px) {
  .basic-frame {
    display: flex;
  }
}
.basic-frame-bg {
  min-height: 250px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.basic-frame h3 {
  color: var(--main-color);
}
.basic-frame .section {
  padding-top: 30px;
}
.basic-frame ul {
  list-style-type: square;
  padding-left: 20px;
}



/* === PRODUCTS
==================================================================*/
.pro-bg [class^="col-"]:nth-child(even) .products-frame {
  background-color: rgba(0,0,0,0.5);
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .pro-bg [class^="col-"]:nth-child(3) .products-frame {
    background-color: rgba(0,0,0,0.5);
  }
  .pro-bg [class^="col-"]:nth-child(4) .products-frame {
    background-color: transparent;
  }
}

.products-frame {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
}
.products-frame img {
  filter: brightness(50%);
}
.products-txt {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -45px;
  color: #fff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.proceed-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
} 
.proceed-frame a.item {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333333%;
  height: 50%;
  min-height: 125px;
  color: white;
  background-color: var(--btn-hover-color);
  border: solid 1px #333;
}
.proceed-frame a.item:hover {
  background-color: var(--main-color);
}
.proceed-frame .item h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 46px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  letter-spacing: 4px;
}
.proceed-frame .item h1 span {
  font-size:20px;
}
@media (max-width: 767px) {
  .proceed-frame .item h1 {
    font-size: 30px;
  }
  .proceed-frame .item h1 span {
    font-size:16px;
  }
}

.manufacture-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;  
  background-color: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  z-index: 9999;
}
.manufacture-bg.active {
  display: block;
}
.manufacture-bg .content {
  top: calc(50vh - 200px);
  z-index: 9;
}
.manufacture-bg .table-responsive {
  background-color: #222;
  display: none;
}
.manufacture-bg .table-responsive.active {
  display: block;
}
.manufacture-bg table tr td {
  height: 400px;
  padding-left: 15px;
  padding-right: 15px;
}
.manufacture-bg .table-responsive img.unit {
  width: 200px;
}
.manufacture-bg .table-responsive img.link {
  width: 80px;
}
.manufacture-bg .table-responsive h3 {
  border-bottom: solid 1px #fff;
}

.close-screen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}
.close-frame {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 15px;
  top: 0;
  background-color: #ccc;
}
.close-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;

  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
     
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.close-btn:hover {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
}
.close-btn svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}



/* === NEW MACHINE
==================================================================*/
.org-bg {
  background-color: var(--main-color);
}
@media (min-width: 768px) {
  .org-bg {
    display: flex;
  }
}

.org-bg .newmachine-frame {
  padding-top: 30px;
  padding-bottom: 30px;  
  border-right: solid 1px rgba(255,255,255,0.5);
}
.org-bg .img-frame {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.org-bg .img-frame img {
  max-width: 180px;
}
.org-bg .content {
  display: inline-block;
  vertical-align: middle;
  color: white;
}
.org-bg .content h3.half {
  color: #f9dd67;
  font-size: 22px;
}

.speci-bg {
  color: white;
  background-image: url('../images/newmachine/specibg.jpg');
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.speci-bg-1 {
  background-color: rgba(0,0,0,0.8);
}
.speci-bg-2 {
  background-color: rgba(0,0,0,0.7);
}
.speci-bg .article-title {
  color: white;
}

ul.speci-list li {
  position: relative;
  display: block;
  line-height: 2.4em;
  font-style: italic;
  font-weight: bold;
}
ul.speci-list li:after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 25px;
  background-color: var(--main-color);
  bottom: 0;
  left: 0;
}



/* === SITEMAP
==================================================================*/
.site-img-frame {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 150px;
  overflow: hidden;
  vertical-align: middle;
}
.site-img-frame img {
  position: absolute;
  display: block;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-title {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.unit-link {
  color: var(--title-color);  
}




/* === CONTACT
==================================================================*/
.contact-section {
  padding-top: 80px;
  padding-bottom: 0px;
}

.form-control {
  margin-bottom: 30px;
  background-color: #efefef;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
}
.thxmail {
  display: none;
}





/* === FOOTER
==================================================================*/
.footer { 
  padding: 20px 0; 
  background: #141414; 
  color: #c6c6c6;
  font-family: 'Droid Sans',Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  text-align: center;
}
.footer a { color: #c6c6c6; }
.footer a:hover { color: var(--main-color); }
.footer .column { padding-top: 0; padding-bottom: 0; }
.footer .copy { margin-top: 15px; }

.footer ul { padding-left: 22px; }
.footer ul li { text-indent: -12px; line-height: 30px; }
.footer ul li .title { font-weight: 700; color: #333; }
.footer ul li span { margin-right: 10px; }
.footer ul li a { color: inherit; }
.footer ul li a:hover { color: #333; }
.footer a.isbranding {
  display: block;
  color:#28282e;
  margin-top: -10px;
}
.footer .fa {
  /*font-size: 32px;*/
}
.footer .logo {
  /*width: 200px;*/
  color: #fff;
  margin-bottom: 30px;
}

/*--- special case ---*/
.footer .link {
  display: block;
  height: 80px;
  text-align: center;
}
.footer [class^="icon-"], .footer [class*=" icon-"] {
  position: relative;
  font-size: 120px;
  top: -20px;
}
.footer .icon-index_icon9 {
  right: -20px;
}
.footer .icon-index_icon6 {
  left: -20px;
}


/* gotop 1 */
.gotop {
  position: fixed;
  right: 15px; 
  bottom: 20px;
  color: #454545;
  cursor: pointer;
  z-index: 999;

  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.gotop .glyphicon, .gotop .fa {
  font-size: 54px;
}
.gotop:hover {
  color: var(--main-color);
}
@media (max-device-width: 480px) and (orientation: portrait) {
  .gotop { right: 10px; }
}


/* gotop 2 
.gotop {
  position: fixed;
  right: 25px; 
  bottom: 60px;
  cursor: pointer;
  z-index: 999;

  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.gotop-square {
  width: 50px;
  height: 40px;
  border-top: dotted 1px #ccc;
  overflow: hidden;
}
.gotop-square-inner {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  top: 20px;
  border: solid 1px #9c9c9c;

  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
*/


/* google map */

.contactmap { width: 100%; }
.contactmap .agent-title {
  position: absolute;
  margin-left: 25px;
  margin-top: 260px;
  z-index: 9999;
}
#map-canvas { height: 300px; width: 100%; margin: 0; padding: 0; }
@media only screen and (min-width: 768px) {
  .contactmap .agent-title  {
    margin-top: 460px;
  }
  #map-canvas { height: 420px;} 
}
#map-canvas img { max-width: none; }

/* Marker Info Window */
h1.marker-heading{ 
  color: #585858; 
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: 'Droid Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 6px;
}
div.marker-info-win { 
  width: 240px;
  /*margin-right: -20px; */
}
div.marker-inner-win { 
  padding: 5px 5px 0 5px; 
}
div.marker-info-win p { 
  padding: 0px;
  margin: 10px 0px 10px 0; 
}
div.marker-info-win a {
  color: #333333;
}
div.marker-info-win a:hover {
  color: #416fb1;
}
div.marker-info-win i {
  color: #999999;
  font-weight: 700;
}



/* === ADMIN
==================================================================*/
.desktop-menu-wrapper.gray {
  background-color: #ededed;
  border: none;
  border-bottom: solid 1px #ededed;
}

.admin .desktop > .menu > .navbar-nav > li > a {
  color: #fff;
}
.admin .desktop > .menu > .navbar-nav > li > a:hover {
  color: #7dccdd;
}

.admin-container {
  /*margin-top: 100px;*/
}
.admin-container h1 {
  margin-bottom: 40px;
}
.admin-container h1 .subtitle {
  font-size: 30px;
}

.admin-submenu {
  margin-bottom: 30px;
}

.admin-search-act {
  position: relative;
  left: -30px;
}
button.admin-search-act {
  border: none;
  background: transparent;
}

ul.admin-list {
  padding-left: 10px;
}
ul.admin-list li {
  margin-bottom: 10px;
}

textarea.intable, input[type="text"].intable {
  width: 100%;
}

.admin select#Status {
  width: auto;
  min-width: 60px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.img_upload {
  max-width: 300px;
  margin-bottom: 10px;
}
.btn-input-file {
  padding: 10px 0 5px 0;
}
.input-file { 
  display: block;
  position: relative;
  top: 0;
  left:0;
  margin-top: -20px;
  width: 140px;
  cursor:pointer;
  opacity: 0;
  filter :alpha (opacity=0);
}

.locked {
  color: #c00;
  font-weight: bold;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.imgDelete {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  width: 150px;

  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.zoom-icon {
  position: absolute;
  display: block !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zoom-icon:hover {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.zoom-icon:before {
  position: absolute;
  font-size: 36px;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}

.p-img {
  max-width: 150px;
  min-width: 50px;
}
