@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25		{
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
}

.container.\37 5\25			{
  width: 720px;
}

.container.\35 0\25			{
  width: 480px;
}

.container.\32 5\25			{
  width: 240px;
}

.container {
  width: 960px;
}
.banner_contact {
  margin-top: -2em;
  background-repeat: no-repeat;
  height: 250px;
  background-size: auto 100%;
  background-position: center;
 /* background-image: url(../images/contact/banner_contact.png); */
}

.principal {
  width: 100%;
  display: inline-block;
}
.info_label {
  padding-top: 1em;
  vertical-align: top;
  display: inline-block;
  width: 230px;
}
.info_label img {
  width: 100px!important;
  margin-bottom: 1.5em;
  height: 100px!important;
}
.info_label p {
  width: 150px;
  font-weight: bold;
  display: inline-block;
}
.principal_name{
  display: block;
  font-size: 2.3em;
  margin-bottom: 1em;
}
.hire_detail {
  overflow: hidden;
  margin-top: 1em;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.hire_detail table {
  overflow: hidden;
  color: #288ed7;
  margin: 0;
}
.hire_detail tr.hire_title {
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(39, 39, 39, 0.5);
}
.hire_detail tr.hire_list {
  cursor: pointer;
}
.hire_detail tr {
  line-height: 2.5em;
  text-decoration: none;
}
.hire_detail td:first-child {
  padding-left: 25px;
}
.hire_detail td:last-child {
  padding-right: 25px;
}
.hire_detail tr.hire_list:hover {
  background: #278fd8;
  color: white;
}

.job_content {
  display: inline-block;
  padding: 10px 0;
  color: #6b7770;
  line-height: 2em;
  font-size: 0.8em;
}
.hire_post ul {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #288ed7;
}
.hire_post li.hire_title{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(39, 39, 39, 0.5);
  color: white;
}
.hire_post li.hire_info{
  border-bottom: 1px solid #ccc;
}
.hire_post li{
  padding: 0 25px;
  line-height: 2.5em;
}
.hire_post .hire_info .hire_desc {
  display: inline-block;
  width: 50%;
}
.image .flex-control-nav.flex-control-paging {
  display: none;
}


@media screen and (min-width: 768px) {
  .container.\31 25\25		{
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
  }
  .container.\37 5\25			{
    width: 900px;
  }
  .container.\35 0\25			{
    width: 600px;
  }
  .container.\32 5\25			{
    width: 300px;
  }
  .container {
    width: 1200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container.\31 25\25		{
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
  }
  .container.\37 5\25			{
    width: 720px;
  }
  .container.\35 0\25			{
    width: 480px;
  }
  .container.\32 5\25			{
    width: 240px;
  }
  .container {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .container.\31 25\25		{
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }
  .container.\37 5\25			{
    width: 75%;
  }
  .container.\35 0\25			{
    width: 50%;
  }
  .container.\32 5\25			{
    width: 25%;
  }
  .container {
    width: 100% !important;
  }
  .hire_detail td:first-child {
    padding-left: 15px;
  }
  .hire_detail td:last-child {
    padding-right: 15px;
  }
  .hire_post .hire_info {
    font-size: 13px;
  }
  .hire_post .hire_info .hire_desc {
    width: auto;
    margin-right: 10px;
  }
  .hire_post li{
    padding: 0 15px;
  }
}

/* Grid */
.row {
  border-bottom: solid 1px transparent;
  box-sizing: border-box;
}

.row > * {
  float: left;
  box-sizing: border-box;
}

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25 > * {
  padding: 0 0 0 0px;
}

.row.\30 \25
{
  margin: 0 0 -1px 0px;
}

.row.uniform.\30 \25 > * {
  padding: 0px 0 0 0px;
}

.row.uniform.\30 \25
{
  margin: 0px 0 -1px 0px;
}

.row > * {
  padding: 0 0 0 40px;
}

.row {
  margin: 0 0 -1px -40px;
}

.row.uniform > * {
  padding: 40px 0 0 40px;
}

.row.uniform {
  margin: -40px 0 -1px -40px;
}

.row.\32 00\25 > * {
  padding: 0 0 0 80px;
}

.row.\32 00\25
{
  margin: 0 0 -1px -80px;
}

.row.uniform.\32 00\25 > * {
  padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25
{
  margin: -80px 0 -1px -80px;
}

.row.\31 50\25 > * {
  padding: 0 0 0 60px;
}

.row.\31 50\25
{
  margin: 0 0 -1px -60px;
}

.row.uniform.\31 50\25 > * {
  padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25
{
  margin: -60px 0 -1px -60px;
}

.row.\35 0\25 > * {
  padding: 0 0 0 20px;
}

.row.\35 0\25
{
  margin: 0 0 -1px -20px;
}

.row.uniform.\35 0\25 > * {
  padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25
{
  margin: -20px 0 -1px -20px;
}

.row.\32 5\25 > * {
  padding: 0 0 0 10px;
}

.row.\32 5\25
{
  margin: 0 0 -1px -10px;
}

.row.uniform.\32 5\25 > * {
  padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25
{
  margin: -10px 0 -1px -10px;
}

.\31 2u, .\31 2u\24
{
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u, .\31 1u\24
{
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u, .\31 0u\24
{
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u, .\39 u\24
{
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u, .\38 u\24
{
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u, .\37 u\24
{
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u, .\36 u\24
{
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u, .\35 u\24
{
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u, .\34 u\24
{
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u, .\33 u\24
{
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u, .\32 u\24
{
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u, .\31 u\24
{
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
  clear: left;
}

.\-11u {
  margin-left: 91.6666666667%;
}

.\-10u {
  margin-left: 83.3333333333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.6666666667%;
}

.\-7u {
  margin-left: 58.3333333333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.6666666667%;
}

.\-4u {
  margin-left: 33.3333333333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.6666666667%;
}

.\-1u {
  margin-left: 8.3333333333%;
}

@media screen and (min-width: 768px) {
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row {
    margin: -50px 0 -1px -50px;
  }
  .row.uniform > * {
    padding: 50px 0 0 50px;
  }
  .row.uniform {
    margin: -50px 0 -1px -50px;
  }
  .row.\32 00\25 > * {
    padding: 100px 0 0 100px;
  }
  .row.\32 00\25
{
    margin: -100px 0 -1px -100px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 100px 0 0 100px;
  }
  .row.uniform.\32 00\25
{
    margin: -100px 0 -1px -100px;
  }
  .row.\31 50\25 > * {
    padding: 75px 0 0 75px;
  }
  .row.\31 50\25
{
    margin: -75px 0 -1px -75px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 75px 0 0 75px;
  }
  .row.uniform.\31 50\25
{
    margin: -75px 0 -1px -75px;
  }
  .row.\35 0\25 > * {
    padding: 25px 0 0 25px;
  }
  .row.\35 0\25
{
    margin: -25px 0 -1px -25px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 25px 0 0 25px;
  }
  .row.uniform.\35 0\25
{
    margin: -25px 0 -1px -25px;
  }
  .row.\32 5\25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.\32 5\25
{
    margin: -12.5px 0 -1px -12.5px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.uniform.\32 5\25
{
    margin: -12.5px 0 -1px -12.5px;
  }
  .\31 2u\28desktop\29, .\31 2u\24\28desktop\29
{
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28desktop\29, .\31 1u\24\28desktop\29
{
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28desktop\29, .\31 0u\24\28desktop\29
{
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28desktop\29, .\39 u\24\28desktop\29
{
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28desktop\29, .\38 u\24\28desktop\29
{
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28desktop\29, .\37 u\24\28desktop\29
{
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28desktop\29, .\36 u\24\28desktop\29
{
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28desktop\29, .\35 u\24\28desktop\29
{
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28desktop\29, .\34 u\24\28desktop\29
{
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28desktop\29, .\33 u\24\28desktop\29
{
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28desktop\29, .\32 u\24\28desktop\29
{
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28desktop\29, .\31 u\24\28desktop\29
{
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28desktop\29 + *,
  .\31 1u\24\28desktop\29 + *,
  .\31 0u\24\28desktop\29 + *,
  .\39 u\24\28desktop\29 + *,
  .\38 u\24\28desktop\29 + *,
  .\37 u\24\28desktop\29 + *,
  .\36 u\24\28desktop\29 + *,
  .\35 u\24\28desktop\29 + *,
  .\34 u\24\28desktop\29 + *,
  .\33 u\24\28desktop\29 + *,
  .\32 u\24\28desktop\29 + *,
  .\31 u\24\28desktop\29 + * {
    clear: left;
  }
  .\-11u\28desktop\29
{
    margin-left: 91.6666666667%;
  }
  .\-10u\28desktop\29
{
    margin-left: 83.3333333333%;
  }
  .\-9u\28desktop\29
{
    margin-left: 75%;
  }
  .\-8u\28desktop\29
{
    margin-left: 66.6666666667%;
  }
  .\-7u\28desktop\29
{
    margin-left: 58.3333333333%;
  }
  .\-6u\28desktop\29
{
    margin-left: 50%;
  }
  .\-5u\28desktop\29
{
    margin-left: 41.6666666667%;
  }
  .\-4u\28desktop\29
{
    margin-left: 33.3333333333%;
  }
  .\-3u\28desktop\29
{
    margin-left: 25%;
  }
  .\-2u\28desktop\29
{
    margin-left: 16.6666666667%;
  }
  .\-1u\28desktop\29
{
    margin-left: 8.3333333333%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .row > * {
    padding: 25px 0 0 25px;
  }
  .row {
    margin: -25px 0 -1px -25px;
  }
  .row.uniform > * {
    padding: 25px 0 0 25px;
  }
  .row.uniform {
    margin: -25px 0 -1px -25px;
  }
  .row.\32 00\25 > * {
    padding: 50px 0 0 50px;
  }
  .row.\32 00\25
{
    margin: -50px 0 -1px -50px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 50px 0 0 50px;
  }
  .row.uniform.\32 00\25
{
    margin: -50px 0 -1px -50px;
  }
  .row.\31 50\25 > * {
    padding: 37.5px 0 0 37.5px;
  }
  .row.\31 50\25
{
    margin: -37.5px 0 -1px -37.5px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 37.5px 0 0 37.5px;
  }
  .row.uniform.\31 50\25
{
    margin: -37.5px 0 -1px -37.5px;
  }
  .row.\35 0\25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.\35 0\25
{
    margin: -12.5px 0 -1px -12.5px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.uniform.\35 0\25
{
    margin: -12.5px 0 -1px -12.5px;
  }
  .row.\32 5\25 > * {
    padding: 6.25px 0 0 6.25px;
  }
  .row.\32 5\25
{
    margin: -6.25px 0 -1px -6.25px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 6.25px 0 0 6.25px;
  }
  .row.uniform.\32 5\25
{
    margin: -6.25px 0 -1px -6.25px;
  }
  .\31 2u\28tablet\29, .\31 2u\24\28tablet\29
{
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28tablet\29, .\31 1u\24\28tablet\29
{
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28tablet\29, .\31 0u\24\28tablet\29
{
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28tablet\29, .\39 u\24\28tablet\29
{
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28tablet\29, .\38 u\24\28tablet\29
{
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28tablet\29, .\37 u\24\28tablet\29
{
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28tablet\29, .\36 u\24\28tablet\29
{
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28tablet\29, .\35 u\24\28tablet\29
{
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28tablet\29, .\34 u\24\28tablet\29
{
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28tablet\29, .\33 u\24\28tablet\29
{
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28tablet\29, .\32 u\24\28tablet\29
{
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28tablet\29, .\31 u\24\28tablet\29
{
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28tablet\29 + *,
  .\31 1u\24\28tablet\29 + *,
  .\31 0u\24\28tablet\29 + *,
  .\39 u\24\28tablet\29 + *,
  .\38 u\24\28tablet\29 + *,
  .\37 u\24\28tablet\29 + *,
  .\36 u\24\28tablet\29 + *,
  .\35 u\24\28tablet\29 + *,
  .\34 u\24\28tablet\29 + *,
  .\33 u\24\28tablet\29 + *,
  .\32 u\24\28tablet\29 + *,
  .\31 u\24\28tablet\29 + * {
    clear: left;
  }
  .\-11u\28tablet\29
{
    margin-left: 91.6666666667%;
  }
  .\-10u\28tablet\29
{
    margin-left: 83.3333333333%;
  }
  .\-9u\28tablet\29
{
    margin-left: 75%;
  }
  .\-8u\28tablet\29
{
    margin-left: 66.6666666667%;
  }
  .\-7u\28tablet\29
{
    margin-left: 58.3333333333%;
  }
  .\-6u\28tablet\29
{
    margin-left: 50%;
  }
  .\-5u\28tablet\29
{
    margin-left: 41.6666666667%;
  }
  .\-4u\28tablet\29
{
    margin-left: 33.3333333333%;
  }
  .\-3u\28tablet\29
{
    margin-left: 25%;
  }
  .\-2u\28tablet\29
{
    margin-left: 16.6666666667%;
  }
  .\-1u\28tablet\29
{
    margin-left: 8.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row {
    margin: -20px 0 -1px -20px;
  }
  .row.uniform > * {
    padding: 20px 0 0 20px;
  }
  .row.uniform {
    margin: -20px 0 -1px -20px;
  }
  .row.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }
  .row.\32 00\25
{
    margin: -40px 0 -1px -40px;
  }
  .row.uniform.\32 00\25 > * {
    padding: 40px 0 0 40px;
  }
  .row.uniform.\32 00\25
{
    margin: -40px 0 -1px -40px;
  }
  .row.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }
  .row.\31 50\25
{
    margin: -30px 0 -1px -30px;
  }
  .row.uniform.\31 50\25 > * {
    padding: 30px 0 0 30px;
  }
  .row.uniform.\31 50\25
{
    margin: -30px 0 -1px -30px;
  }
  .row.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.\35 0\25
{
    margin: -10px 0 -1px -10px;
  }
  .row.uniform.\35 0\25 > * {
    padding: 10px 0 0 10px;
  }
  .row.uniform.\35 0\25
{
    margin: -10px 0 -1px -10px;
  }
  .row.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }
  .row.\32 5\25
{
    margin: -5px 0 -1px -5px;
  }
  .row.uniform.\32 5\25 > * {
    padding: 5px 0 0 5px;
  }
  .row.uniform.\32 5\25
{
    margin: -5px 0 -1px -5px;
  }
  .\31 2u\28mobile\29, .\31 2u\24\28mobile\29
{
    width: 100%;
    clear: none;
    margin-left: 0;
  }
  .\31 1u\28mobile\29, .\31 1u\24\28mobile\29
{
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 0u\28mobile\29, .\31 0u\24\28mobile\29
{
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\39 u\28mobile\29, .\39 u\24\28mobile\29
{
    width: 75%;
    clear: none;
    margin-left: 0;
  }
  .\38 u\28mobile\29, .\38 u\24\28mobile\29
{
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\37 u\28mobile\29, .\37 u\24\28mobile\29
{
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\36 u\28mobile\29, .\36 u\24\28mobile\29
{
    width: 50%;
    clear: none;
    margin-left: 0;
  }
  .\35 u\28mobile\29, .\35 u\24\28mobile\29
{
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\34 u\28mobile\29, .\34 u\24\28mobile\29
{
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\33 u\28mobile\29, .\33 u\24\28mobile\29
{
    width: 25%;
    clear: none;
    margin-left: 0;
  }
  .\32 u\28mobile\29, .\32 u\24\28mobile\29
{
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }
  .\31 u\28mobile\29, .\31 u\24\28mobile\29
{
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }
  .\31 2u\24\28mobile\29 + *,
  .\31 1u\24\28mobile\29 + *,
  .\31 0u\24\28mobile\29 + *,
  .\39 u\24\28mobile\29 + *,
  .\38 u\24\28mobile\29 + *,
  .\37 u\24\28mobile\29 + *,
  .\36 u\24\28mobile\29 + *,
  .\35 u\24\28mobile\29 + *,
  .\34 u\24\28mobile\29 + *,
  .\33 u\24\28mobile\29 + *,
  .\32 u\24\28mobile\29 + *,
  .\31 u\24\28mobile\29 + * {
    clear: left;
  }
  .\-11u\28mobile\29
{
    margin-left: 91.6666666667%;
  }
  .\-10u\28mobile\29
{
    margin-left: 83.3333333333%;
  }
  .\-9u\28mobile\29
{
    margin-left: 75%;
  }
  .\-8u\28mobile\29
{
    margin-left: 66.6666666667%;
  }
  .\-7u\28mobile\29
{
    margin-left: 58.3333333333%;
  }
  .\-6u\28mobile\29
{
    margin-left: 50%;
  }
  .\-5u\28mobile\29
{
    margin-left: 41.6666666667%;
  }
  .\-4u\28mobile\29
{
    margin-left: 33.3333333333%;
  }
  .\-3u\28mobile\29
{
    margin-left: 25%;
  }
  .\-2u\28mobile\29
{
    margin-left: 16.6666666667%;
  }
  .\-1u\28mobile\29
{
    margin-left: 8.3333333333%;
  }
}

/* Basic */
body {
  font-family: "Microsoft YaHei", 微软雅黑, arial, 宋体;
  font-weight: 400;
  color: #6b7770;
  font-size: 11.5pt;
  line-height: 2em;
  background: url("../images/brick-wall.png");
}

body.is-loading * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

img {
  vertical-align: middle;
}

#J_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.99);
}

#J_percent {
  position: absolute;
  width: 96px;
  height: 19.2px;
  line-height: 19.2px;
  text-align: center;
  font-size: 15.36px;
  color: #FFF;
  left: 50%;
  top: 51%;
  margin-left: -48px;
}

#circularG {
  position: absolute;
  width: 61.44px;
  height: 61.44px;
  left: 50%;
  top: 50%;
  margin-left: -30.72px;
  margin-top: -61.44px;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.circularG {
  position: absolute;
  background-color: #FFFFFF;
  width: 11.52px;
  height: 11.52px;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: bounce_circularG 0.96s linear 0s infinite;
  animation: bounce_circularG 0.96s linear 0s infinite;
}

#circularG_1 {
  left: 0;
  top: 24px;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

#circularG_2 {
  left: 6.72px;
  top: 6.72px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

#circularG_3 {
  top: 0;
  left: 24px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#circularG_4 {
  right: 6.72px;
  top: 6.72px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

#circularG_5 {
  right: 0;
  top: 24px;
  -webkit-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

#circularG_6 {
  right: 6.72px;
  bottom: 6.72px;
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

#circularG_7 {
  left: 24px;
  bottom: 0;
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
}

#circularG_8 {
  left: 6.72px;
  bottom: 6.72px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes bounce_circularG {
  100% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce_circularG {
  100% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

input, textarea, select {
  font-weight: 400;
  color: #6b7770;
  font-size: 11.5pt;
  line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}

h2.major {
  position: relative;
  color: white;
}

h2.major div.box {
  font-size: 35px;
  background: #272727;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  color: #b1b1b1;
  padding: 0 1.3em 0 .3em;
}

h2.major div.text {
  border-left: 16px solid #f67309;
  display: inline-block;
  padding: .5em .3em;
}

h2.major .aboutUs {
  border-color: #f67309;
}

h2.major .development {
  border-color: #60c4dc !important;
}

h2.major .management {
  border-color: #fee121 !important;
}

h2.major span.sub {
  font-size: 12px;
}

a {
  color: #006376;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

b, strong {
  font-weight: 700;
  color: #6b7770;
}

i, em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 2px #E7EAE8;
  margin: 0 0 1em 0;
}

blockquote {
  border-left: solid 5px #E7EAE8;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

/* Section/Article */
section, article {
  margin-bottom: 6em;
}

section > :last-child, section:last-child, article > :last-child, article:last-child {
  margin-bottom: 0;
}

header > p {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #c1cac5;
}

/* Image */
.image {
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

.image img {
  display: block;
  width: 100%;
  height: 222px;
  border-radius: 4px;
}

.image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay.png");
  border-radius: 8px;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  margin: 0 auto 2em auto;
}

.image.right {
  float: right;
  margin: 0 0 2em 1em;
}

.image.left {
  float: left;
  margin: 0 2em 0 0;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

.game_product .box.feature .image.featured {
  display: block;
  margin-bottom: 0;
}

.game_product .box.feature p {
  text-align: center;
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -webkit-appearance: none;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #b1ddab;
  color: #fff;
  border: 0;
  line-height: 1em;
  border-radius: 8px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #c1edbb;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #a1cd9b;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: #c1cac5;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #ccd5d0;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #b1bab5;
}

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.divided > li {
  border-top: solid 2px #e7eae8;
  padding-top: 2.35em;
  margin-top: 2.35em;
}

ul.divided > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

ul.actions li {
  display: inline-block;
  margin: 0 0 0 1em;
}

ul.actions li:first-child {
  margin-left: 0;
}

ul.contact {
  cursor: default;
}

ul.contact li {
  -webkit-transition: top .15s ease-in-out;
  transition: top .15s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 0.25em 0 0.25em;
  top: 0;
}

ul.contact li a {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  outline: 0;
  background: #c1cac5;
  text-align: center;
}

ul.contact li a:before {
  color: #f2f5f3;
  font-size: 32px;
  line-height: 48px;
}

ul.contact li:hover {
  top: -5px;
}

ul.contact li:hover a.fa-facebook {
  background-color: #3C5A98;
}

ul.contact li:hover a.fa-twitter {
  background-color: #2DAAE4;
}

ul.contact li:hover a.fa-dribbble {
  background-color: #C4376B;
}

ul.contact li:hover a.fa-linkedin {
  background-color: #006599;
}

ul.contact li:hover a.fa-instagram {
  background-color: #2E5E86;
}

ul.contact li:hover a.fa-google-plus {
  background-color: #DA2713;
}

ul.contact li:active {
  top: 0;
}

ul.special {
  cursor: default;
}

ul.special li {
  -webkit-transition: top .15s ease-in-out;
  transition: top .15s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0 1.5em;
  top: 0;
}

ul.special li:hover {
  top: -10px;
}

ul.special li:hover a {
  background: #b9d2ce;
}

ul.special a {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  display: block;
  position: relative;
  background: #c1cac5;
  width: 12em;
  height: 12em;
  border-radius: 6em;
  outline: 0;
}

ul.special a:before {
  position: absolute;
  width: 128px;
  height: 128px;
  font-size: 96px;
  line-height: 128px;
  left: 50%;
  top: 50%;
  margin-top: -64px;
  margin-left: -64px;
  color: #fff;
  text-align: center;
}

ul.meta {
  font-size: 0.85em;
  color: #a1aaa5;
}

ul.meta li {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

ul.meta li a {
  color: inherit;
  outline: 0;
}

ul.meta li:first-child {
  margin-left: 0;
}

ul.meta li:before {
  opacity: 0.5;
  cursor: default;
  margin-right: 0.5em;
}

ul.menu li {
  border-left: solid 1px #E7EAE8;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Forms */
form label {
  display: block;
  margin: 0 0 1em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 2px #E7EAE8;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #a1cd9b;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 3em;
  padding: 0 1em;
}

form textarea {
  min-height: 9em;
  padding: 1em;
}

form .formerize-placeholder {
  color: #555 !important;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */
table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 2px #E7EAE8;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 0 1em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}

table.default thead {
  background: #E7EAE8;
  color: #fff;
}

/* Box */
.box.highlight {
  text-align: center;
}

/* Icons */
.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.news_back_to_list {
  margin-top: 2em;
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  color: #0177c1;
}

.news_post {
  padding: 5em 0 5em;
}

.news_post h2.title {
  text-align: center;
  margin-bottom: .5em;
  color: black;
}

.news_post p.time {
  text-align: center;
  margin-bottom: 1em;
}

.news_post img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto !important;
}

/* Wrappers */
#banner-wrapper {
  position: relative;
  background-image: url("../images/overlay.png"), url("../images/overlay.png"), url("../images/banner.jpg");
  background-position: top left, top left, center center;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  z-index: 1;
}

/* Banner */
#banner {
  position: relative;
  background-color: rgba(21, 28, 23, 0.85);
  background-image: url("../images/overlay.png"), url("../images/highlight.png");
  background-position: top left, center center;
  background-size: auto, 100% 250%;
  background-repeat: repeat, no-repeat;
  text-align: center;
  margin: 0;
}

#banner h2 {
  color: #fff;
}

#banner p {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #575d59;
}

#banner .button {
  -webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
  transition: border-color .2s ease-in-out, color .2s ease-in-out;
  color: #b4b7b5;
  background: transparent !important;
  border: solid 4px #575d59;
  border-color: rgba(87, 93, 89, 0.35);
  border-radius: 16px;
}

#banner .button:hover {
  color: #e4e7e5;
  border-color: rgba(87, 93, 89, 0.75);
}

#banner .button:active {
  color: #fff;
  border-color: #616763;
}

/* Footer */
#footer {
  background: #272727;
  color: #939393;
}
#footer span{
  display: inline-block;
}

#footer a {
  display: inline-block;
  color: inherit;
}

#footer p:last-child {
  margin: 0;
}

#footer h2.major span {
  background: #f2f5f3;
}

/* Copyright */
#copyright {
  display: inline-block;
  background: #e7eae8;
  padding: 0.75em 2em 0.75em 2em;
  border-radius: 8px;
  color: #8b9790;
}

#copyright a {
  color: inherit;
}

#copyright .menu {
  margin: 0;
}

#copyright .menu li {
  border-color: #C1CAC5;
  border-width: 2px;
  line-height: 1em;
}

.mod_news ul.news_menu {
  height: 3.6em;
  margin: 1em 0 2em 0;
  border-bottom: 1px solid #ccc;
}

.mod_news ul.news_menu li {
  text-align: center;
  padding: 0 1em;
  line-height: 3em;
  height: 3em;
  float: left;
  font-size: 1.2em;
  cursor: pointer;
  margin-right: 3em;
}

.mod_news ul.news_menu li.curr {
  color: #2d8fd7;
  border-bottom: 2px solid #2d8fd7;
  margin-bottom: -1px;
}

.mod_news ul.news_menu li a {
  color: inherit;
  text-decoration: none;
}

.mod_news ul.news_menu li:last-child {
  margin-right: 0;
}

.mod_news div.news_list .news_item {
  display: none;
}

.mod_news div.news_list li {
  overflow: hidden;
  margin-bottom: 3em;
  list-style: none;
  display: block;
}

.mod_news div.news_list li h3.news_title {
  color: #e75098;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0;
}

.mod_news div.news_list li .news_date {
  color: #288fd8;
  margin: 0;
}

.mod_news div.news_list .curr {
  display: block;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  font-size: 1.2em;
}

.pagination ul:after {
  text-align: center;
  content: '';
  clear: both;
  display: block;
}

.mod_news div.news_list ul.pagination li {
  display: inline-block;
  color: #288fd8;
}

.mod_news div.news_list ul.pagination li.curr {
  color: #555;
}

.mod_news div.news_list ul.pagination li a {
  color: inherit;
  text-decoration: none;
  border-radius: .2em;
  padding: 0 .3em;
}

.mod_news div.news_list ul.pagination li a:hover {
  background: #86c9e8;
}

.mod_news div.news_list ul.pagination li.curr a:hover {
  background: none;
  cursor: default;
}

.about_images_box {
  text-align: center;
}

.about_images_box img {
  vertical-align: middle;
  margin-top: 20px;
}

.about_images_box img:first-child {
  margin-top: 0;
}

.phrase {
  display: inline-block;
}

.page_contact div {
  margin: 3em 0;
}

.game_product .box.feature .image.featured {
  height: 0;
  padding-bottom: 63%;
  overflow: hidden;
}

article.excerpt:after {
  clear: both;
  content: '';
  display: block;
}

.pink {
  color: #e75098;
}

.hire {
  background: url(../images/hire/bg.jpg);
}

.hire h1, .hire h2, .hire h3, .hire h4, .hire h5, .hire h6 {
  font-weight: normal;
}

.hire h1 {
  color: #288fd8;
  font-size: 3em;
}

.hire h3 {
  text-align: left !important;
}

.hire h3 a {
  color: #288fd8;
  text-transform: none;
}

.hire p {
  margin: 0;
}

.hire .pd10 {
  padding: 10px;
}

.scrollTop {
  display: none;
  width: 3.5em;
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 19;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #3293d8;
}

.scrollTop:hover {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #4CAF50;
}

.hire_detail h2 {
  margin: 1em 0 0px 0;
  color: #f58d10;
}

.hire_detail h3 {
  margin-bottom: 0;
  color: #288ed7;
}

.hire_detail ol {
  padding-left: 1em;
  list-style: decimal;
}

#allmap {
  width: 1200px;
  margin: 5em auto 8em auto;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 2px #ccc;
}

/* Desktop */
@media screen and (min-width: 768px) {
  /* Basic */
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0;
  }
  h2 {
    font-size: 1.65em;
  }
  h2.major {
    font-size: 1.65em;
    margin: 0 0 1.5em 0;
  }
  #navPanel, #titleBar {
    display: none !important;
  }
  h3, h4 {
    font-size: 1.25em;
  }
  .component {
    margin-bottom: 50px;
  }
  t
.overflowHidden {
    overflow: hidden;
  }
  .flexslider {
    margin-bottom: 4em;
    border: 0;
  }
  .flexslider .slides {
    border-radius: 5px;
    zoom: 1;
    box-shadow: 4px 4px 10px 3px #272727;
  }
  .flexslider .flex-control-nav {
    bottom: -50px;
  }
  .flexslider .flex-direction-nav a:before {
    vertical-align: text-top;
    font-size: 2em;
  }
  /* Button */
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    font-size: 1.25em;
    padding: 0.85em 1.85em;
  }
  input[type="button"].big,
  input[type="submit"].big,
  input[type="reset"].big,
  button.big,
  .button.big {
    font-size: 1.65em;
    padding: 0.85em 1.85em;
  }
  /* List */
  ul.actions {
    text-align: center;
    margin: 2em 0 0 0;
  }
  /* Box */
  .box.highlight .special {
    margin: 0 0 4em 0;
  }
  .box.highlight h2 {
    font-size: 3em;
    margin: 0 0 0.75em 0;
  }
  .box.highlight header > p {
    font-size: 1.65em;
    margin: 0 0 1.5em 0;
  }
  .box.feature {
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .box.feature:hover .detailBox {
    top: 10%;
  }
  .box.feature .image.featured {
    margin: 0;
  }
  .box.feature .detailBox {
    padding: 10px 20px;
    color: white;
    height: 90%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 87%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .box.feature .detailBox h3 {
    color: white;
    font-size: 2em;
  }
  .box.post header {
    margin: 0 0 2.5em 0;
  }
  .box.post h3 {
    font-size: 3em;
    margin: 0 0 0.5em 0;
  }
  .box.post header > p {
    font-size: 1.65em;
    margin: 0 0 0.5em 0;
  }
  .box.post ul.meta {
    margin: 0 0 0.5em 0;
  }
  .box.post-summary h3 {
    line-height: 1em;
    margin: 0 0 0.75em 0;
  }
  .box.post-summary .meta {
    margin: 0;
    line-height: 1em;
  }
  .box.page-content header {
    margin: 0 0 2.5em 0;
  }
  .box.page-content h2 {
    font-size: 3em;
    margin: 0 0 0.5em 0;
  }
  .box.page-content header > p {
    font-size: 1.65em;
    margin: 0 0 0.5em 0;
  }
  .box.page-content ul.meta {
    margin: 0 0 0.5em 0;
  }
  /* Sidebar + Content */
  .sidebar {
    padding-top: 0.5em;
  }
  .homepage .sidebar {
    padding-top: 0;
  }
  .sidebar h2.major {
    text-align: left;
    margin: 0 0 1em 0;
  }
  .sidebar h2.major span {
    padding-left: 0;
  }
  .content-left {
    padding-right: 2em;
  }
  .content-right {
    padding-left: 2em;
  }
  /* Wrappers */
  #banner-wrapper {
    padding: 11em 0;
  }
  #main-wrapper {
    padding-top: 6em;
    border-top-width: 35px;
    border-bottom-width: 10px;
  }
  /* Header */
  #header {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5em 0 2em 0;
    background: #fff;
    margin: 0 auto;
  }
  #header .logo {
    position: relative;
    text-align: center;
    border-top: solid 5px #e7eae8;
  }
  #header .logo div {
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1.5em 0 1.5em;
    top: -0.65em;
  }
  #header .logo h1 {
    display: inline;
  }
  #header .logo p {
    display: inline;
    color: #C1CAC5;
  }
  /* Nav */
  #nav .header_ejoy_logo img {
    height: 30px;
    vertical-align: top;
  }
  #nav .header_ejoy_logo {
    position: relative;
    z-index: 1002;
    text-decoration: none;
    float: left;
    margin-left: 80px;
    margin-top: 16px;
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #272727;
    width: 100%;
    height: 4em;
    line-height: 4em;
    text-align: right;
    text-transform: uppercase;
    cursor: default;
  }
  #nav ul {
    position: relative;
    z-index: 1001;
  }
  #nav li {
    text-align: center;
    width: 125px;
    display: inline-block;
    margin: 0 0.5em 0 0.5em;
    top: 0;
    position: relative;
    -webkit-transition: top .15s ease-in-out;
    transition: top .15s ease-in-out;
  }
  #nav li > ul {
    display: none;
  }
  #nav li a, #nav li span {
    -webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    transition: background-color .075s ease-in-out, color .075s ease-in-out;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    top: -6px;
    padding: 6px 1.5em 0.25em 1.5em;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    outline: 0;
  }
  #nav li:hover a, #nav li:hover span {
    background: #C1CAC5;
  }
  #nav li.active a, #nav li.active span {
    background: #C1CAC5;
  }
  #nav li.current a {
    background: #0177c1;
    color: #fff;
  }
  .dropotron {
    background: #6B7770;
    color: #fff;
    border-radius: 6px;
    line-height: 2.75em;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1em 0;
    text-align: left;
    min-width: 14em;
    margin-top: -1em;
    box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
  }
  .dropotron li > a, .dropotron li > span {
    display: block;
    color: #D7DAD8;
    text-decoration: none;
    padding: 0 1.25em;
  }
  .dropotron li:hover > a, .dropotron li:hover > span {
    color: #fff;
    background: #7B8780;
  }
  .dropotron li.active > a, .dropotron li.active > span {
    color: #fff;
    background: #7B8780;
  }
  .dropotron li:first-child {
    border-top: 0;
  }
  .dropotron.level-0 {
    margin-top: 1em;
    font-size: 0.9em;
  }
  .dropotron.level-0:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1em;
    top: -0.65em;
    border-bottom: solid 1em #6B7770;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
  }
  /* Banner */
  #banner {
    padding: 4em 0 3.5em 0;
  }
  #banner h2 {
    font-size: 2.75em;
    margin: 0 0 0.75em 0;
  }
  #banner p {
    font-size: 1.35em;
    margin: 0 0 1.25em 0;
  }
  #banner .button {
    font-size: 1.5em;
  }
  /* Main */
  /* Footer */
  #footer {
    text-align: center;
    padding: 4em 0 4em 0;
  }
  #footer h2.major {
    margin: 0 0 1em 0;
  }
  /* Copyright */
  #copyright {
    margin: 4em 0 0 0;
  }
  .mod_news .image {
    height: 279px;
  }
  .image_holder {
    margin-top: -2em;
    background-image: url(../images/news/news_banner.png);
    height: 589px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #061826;
  }
  .banner_contact {
    margin-top: -2em!important;
    height: 442px;
  }
  .banner_pic, .contact_pic, .con_02 {
    margin-top: -2em;
    display: inline-block;
    max-width: 100%;
    background-image: url(../images/about/banner_pic.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .banner_pic img, .contact_pic img, .con_02 img {
    vertical-align: middle;
    visibility: hidden;
  }
  .contact_pic {
    margin-top: 20px;
    width: 100%;
    height: 743px;
    vertical-align: middle;
    background-image: url(../images/about/contact_pic.png);
    position: relative;
  }
  .contact_pic .contact_text {
    position: absolute;
    text-align: left;
    left: 56%;
    top: 56%;
    color: white;
    font-size: 1.3em;
  }
  .contact_pic .contact_text p {
    margin-bottom: .5em;
  }
  .con_02 {
    background-image: url(../images/contact/con_02.png);
    background-origin: content-box;
    padding-left: 30px;
  }
  .nocontent {
    text-align: center;
    height: 222px;
    line-height: 222px;
    font-size: 2em;
    margin-bottom: 2em;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* Basic */
  body {
    min-width: 960px;
    font-size: 10.25pt;
    line-height: 1.75em;
  }
  input, textarea, select {
    font-size: 10.25pt;
    line-height: 1.75em;
  }
  h2.major {
    margin: 0 0 1em 0;
  }
  #nav .header_ejoy_logo img {
    height: 24px;
    vertical-align: top;
  }
  #nav .header_ejoy_logo {
    margin-left: 30px;
    height: 16px;
  }
  #nav ul li {
    width: auto;
  }
  /* Wrappers */
  #banner-wrapper {
    padding: 6em 0 6em 0;
  }
  #main-wrapper {
    border-top-width: 20px;
    border-bottom-width: 10px;
  }
  /* Header */
  #header {
    padding: 4em 0 1em 0;
  }
  /* Banner */
  #banner {
    padding: 3.5em 0 3em 0;
  }
  #banner h2 {
    margin: 0 0 0.65em 0;
  }
  #banner p {
    margin: 0 0 1em 0;
  }
  /* Footer */
  #footer {
    text-align: center;
    padding: 4em 0 4em 0;
  }
  #footer-wrapper h2.major {
    margin: 0 0 1em 0;
  }
  /* Copyright */
  #copyright {
    margin: 0;
  }
  .mod_news .image {
    height: 222px;
  }
}

@media screen and (max-width: 768px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  body, input, textarea, select {
    line-height: 1.75em;
    font-size: 10pt;
    letter-spacing: 0;
  }
  h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
  #nav {
    display: none;
  }
  .flexslider {
    margin: 2em -20px;
    margin-top: 44px;
    border: 0;
  }
  .flexslider .flex-control-nav.flex-control-paging {
    display: none;
  }
  .component {
    margin-bottom: 2em;
  }
  article {
    margin-bottom: 0;
  }
  .mod_news ul.news_menu li {
    width: 50%;
    margin-right: 0;
  }
  h2.major {
    text-align: center;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #3f4d41;
    margin: 0.775em 0 0.75em 0;
  }
  h2.major div.box {
    font-size: 1em;
    background: #272727;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    color: #b1b1b1;
    padding: 0 1.3em 0 .3em;
  }
  h2.major div.text {
    border-left: .5em solid #f67309;
    display: inline-block;
    padding: .5em .3em;
  }
  h2.major .aboutUs {
    border-color: #f67309;
  }
  h2.major .development {
    border-color: #60c4dc !important;
  }
  h2.major .management {
    border-color: #fee121 !important;
  }
  h2.major span.sub {
    font-size: 12px;
  }
  h3 {
    text-align: center;
  }
  #footer {
    text-align: center;
    padding: 20px;
  }
  #footer p {
    font-size: 10px;
    margin: 0;
  }
  .image_holder {
    height: 44px;
  }
  .mod_news div.news_list .image.left {
    margin: 0 2em 1em 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .mod_news div.news_list li h3.news_title {
    text-align: left;
    font-size: 1.2em;
  }
  .about_images_box {
    margin-top: 44px;
    text-align: center;
  }
  .about_images_box img {
    margin-top: 10px;
    width: 100%;
  }
  .about_images_box.page_contact img.img_title {
    width: 90px;
  }
  .about_images_box.page_contact span img {
    width: 100%;
  }
  .contact_address {
    width: 32% !important;
  }
  article.excerpt:after {
    clear: both;
    content: '';
    display: block;
  }
  .hire {
    padding-top: 44px;
  }
  .hire h1 {
    color: #288fd8;
    font-size: 2em;
    margin-bottom: .5em;
  }
  .hire .hire_type {
    width: 120px;
  }
  .hire h3 {
    font-size: 1em;
    text-align: left !important;
  }
  .hire h3 a {
    color: #288fd8;
    text-transform: none;
  }
  .hire p {
    margin: 0;
  }
  .hire .pd10 {
    padding: 0 10px;
  }
  .scrollTop {
    width: 3.5em;
    position: fixed;
    bottom: 100px;
    right: 5%;
    z-index: 19;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #3293d8;
  }
  .scrollTop:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #4CAF50;
  }
  #allmap {
    width: 94%;
    height: 400px;
    margin-bottom: 2em;
  }
  .contact_text {
    display: none;
  }
  .info_label {
   width: 49%!important;
  }
  .info_label img {
    width: 70px!important;
    height: 70px!important;
  }
  .principal_name {
    font-size: 1.53em;
  }
}

h3 {
  font-size: 1.25em;
}

header p {
  font-size: 1.5em;
  line-height: 1.5em;
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  font-size: 1.5em;
  width: 100%;
  padding: 0.75em 0 0.75em 0;
  margin-top: 0.5em;
  text-align: center;
}

/* List */
ul.special li {
  margin: 0.5em;
}

ul.special li:hover {
  top: 0;
}

ul.special a {
  width: 8em;
  height: 8em;
  border-radius: 4.75em;
}

ul.special a:before {
  font-size: 48px;
}

ul.contact li {
  margin: 0 0.25em 0.35em 0;
  top: 0 !important;
}

ul.actions li {
  display: block;
  padding: 0;
  margin: 0.75em 0 0 0;
}

ul.actions li:first-child {
  margin-top: 0;
}

ul.menu li {
  display: block;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Box */
.box.highlight h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}

.box.highlight header > p {
  margin: 0 0 0.75em 0;
}

.box.highlight br {
  display: none;
}

.box.post-summary {
  margin: 0 !important;
}

.box.post-summary h3 {
  font-size: 1.25em;
}

.box.post h3 {
  font-size: 2.25em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}

.box.post header > p {
  margin: 0 0 0.75em 0;
}

.box.post ul.meta {
  margin: 0 0 0.5em 0;
}

.box.post header {
  margin: 0 0 1em 0;
}

.box.page-content h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}

.box.page-content header > p {
  margin: 0 0 0.75em 0;
}

.box.page-content ul.meta {
  margin: 0 0 0.5em 0;
}

.box.page-content header {
  margin: 0 0 1em 0;
}

/* Sidebar + Content */
.sidebar {
  border-top: solid 2px #e7eae8;
  padding-top: 5em;
  margin-top: 5em;
  border-bottom: solid 2px #e7eae8;
  padding-bottom: 5em;
}

.sidebar > section {
  margin: 0 0 5em 0 !important;
}

.sidebar > section:last-child {
  margin: 0 !important;
}

.content {
  padding-top: 3em;
}

.homepage .content {
  padding-top: 0;
}

/* Wrappers */
#banner-wrapper {
  padding: 9em 0 5em 0;
}

#main-wrapper {
  border-top-width: 0px;
  border-bottom-width: 5px;
}

.homepage #main-wrapper {
  border-top-width: 15px;
}

/* Header */
#header {
  display: none;
}

/* Nav */
/* Banner */
#banner {
  padding: 2.5em 20px;
  margin: 0 !important;
}

#banner h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}

#banner p {
  margin: 0 0 0.5em 0;
}

/* Main */
#main {
  padding: 0 20px;
}

/* Footer */
/* Copyright */
#copyright {
  width: 100%;
  display: block;
}

#copyright .menu li {
  line-height: inherit;
}

/* Off-Canvas Navigation */
#page-wrapper {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  padding-bottom: 1px;
}

#titleBar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  background-color: #272727;
  background-image: url("../images/overlay.png");
}

#titleBar .title {
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  height: 44px;
  color: #fff;
  z-index: 1000;
  text-align: center;
}

#titleBar .title span.alignFill {
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}

#titleBar .title img {
  vertical-align: middle;
  width: 8em;
}

#titleBar .toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 1001;
  text-align: center;
}

#titleBar .toggle img {
  margin-top: 25%;
  width: 50%;
  height: 50%;
}

#navPanel {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background-color: #262626;
  background-image: url("../images/overlay.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: url("../images/overlay.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  text-transform: uppercase;
  font-size: 1.25em;
  box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#navPanel nav {
  position: relative;
  z-index: 1000;
}

#navPanel .link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  padding: 0 1em 0 1em;
  color: #888;
  color: rgba(255, 255, 255, 0.5);
  border-top: solid 2px rgba(87, 93, 89, 0.15);
}

#navPanel .link:first-child {
  border-top: 0;
}

#navPanel .indent-1 {
  display: inline-block;
  width: 1em;
}

#navPanel .indent-2 {
  display: inline-block;
  width: 2em;
}

#navPanel .indent-3 {
  display: inline-block;
  width: 3em;
}

#navPanel .indent-4 {
  display: inline-block;
  width: 4em;
}

#navPanel .indent-5 {
  display: inline-block;
  width: 5em;
}

#navPanel .depth-0 {
  color: #fff;
}

body.navPanel-visible #page-wrapper {
  -webkit-transform: translateX(275px);
  transform: translateX(275px);
}

body.navPanel-visible #titleBar {
  -webkit-transform: translateX(275px);
  transform: translateX(275px);
}

body.navPanel-visible #navPanel {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 892px) {
  #nav {
    background: #272727;
    text-align: center;
  }
}

.imgbox {
  width: 100%;
  text-align: center;
}

.imgbox img {
  max-width: 100%;
}

article p:last-child {
  margin-bottom: 0;
}

.flex-direction-nav a:before {
  vertical-align: text-top;
  font-size: 2em;
}

#footer a {
  text-decoration: none;
}

#footer p {
  margin-bottom: 0;
}
.development_history {
    position: relative;
    margin: 0 auto;
    background: url(../images/homepage/dev_pic.png);
    display: block;
    width: 830px;
    height: 410px;
}
.development_history > span{
  text-align: center;
  display: table;
}
.development_history p{
  margin: 0;
  line-height: 1.5em;
}
.layer_text {
    display: table-cell;
    vertical-align: middle;
}
.layer {
    position: absolute;
    display: block;
    background: #c7e2f4;
    border-radius: 3px;
    opacity: 0;
}
.layer01{
    width: 100px;
    height: 60px;
    left: 28px;
    bottom: 108px;
}
.layer01::after, .layer03::after, .layer05::after{
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 16px 8px;
    border-style: solid;
    border-color: #c7e2f4 transparent transparent;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: -27px;
}
.layer02::after, .layer04::after, .layer06::after{
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 16px 8px;
    border-style: solid;
    border-color: transparent transparent #c7e2f4;
    overflow: hidden;
    position: absolute;
    left: 6px;
    top: -27px;
}
.layer02 {
    width: 150px;
    height: 60px;
    left: 205px;
    bottom: -5px;
}
.layer03 {
    width: 150px;
    height: 110px;
    left: 160px;
    bottom: 175px;
}
.layer04 {
    width: 150px;
    height: 60px;
    left: 406px;
    bottom: 80px;
}

.layer05 {
    width: 180px;
    height: 60px;
    left: 341px;
    bottom: 283px;
}
.layer06 {
    width: 250px;
    height: 60px;
    left: 566px;
    top: 140px;
}
.layer_animation {
    -webkit-animation: star 1s both cubic-bezier(0.21, 0.64, 0.57, 1.36);
    animation: star 1s both cubic-bezier(0.21, 0.64, 0.57, 1.36);
}

@-webkit-keyframes star {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        box-shadow: 0 0 1px 1px transparent;
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(0.9);
        box-shadow: 0 0 20px 2px #4ab5fc;
    }
    90% {
        opacity: 1; -webkit-transform: scale(1.0.5);
        box-shadow: 0 0 5px 1px #4ab5fc;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        box-shadow: 0 0 7px 1px #4ab5fc;
    }
}

@keyframes star {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        opacity: 1;
        transform: scale(1.1);
        box-shadow: 0 0 1px 1px transparent;
    }
    80% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0 0 20px 2px #4ab5fc;
    }
    90% {
        opacity: 1;
        transform: scale(1.0.5);
        box-shadow: 0 0 5px 1px #4ab5fc;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 7px 1px #4ab5fc;
    }
}
@media screen and (max-width: 768px) {
  .development_history{
    width: 100%;
    background: none;
  }
  .development_history > span {
    width: 100%;
    display: block;
    text-align: left;
  }
  .layer {
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 10px;
    position: static;
    width: 100%!important;
    box-shadow: 0 0 5px 1px #bcbcbc;
  }
  .layer_text {
    padding: 10px;
    border-left: 15px solid #60c4dc;
    display: inline-block;
    width: 300px;
    height: 100%;
  }
  .layer02::after, .layer04::after, .layer06::after, .layer01::after, .layer03::after, .layer05::after {
    display: none;
  }
  .layer_animation {
      -webkit-animation: mobile 1s both cubic-bezier(0.21, 0.64, 0.57, 1.36);
      animation: mobile 1s both cubic-bezier(0.21, 0.64, 0.57, 1.36);
  }
}

@-webkit-keyframes mobile {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes mobile {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
