.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.width40pr {
  width: 40%;
}
.bgc-redbull {
  background-color: #173084;
}
.article {
  letter-spacing: .8px;
}
.bgc-white {
  background-color: #fff;
}
.btn-login {
  background-color: #1ccdaa;
  color: #fff;
}
.margin-b60px {
  margin-bottom: 60px !important;
}
.text-success {
  color: greenyellow !important;
}
.border-tlb {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.checkbox label {
  color: #fff !important;
}
.flexcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-tip {
  font-size: 100px !important;
}
@media screen and (min-width: 320px) and (max-width: 990px) {
  .icon-tip {
    font-size: 50px !important;
    display: inline-block;
    margin-top: 10px;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.transparentframe {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url(../Images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  letter-spacing: 1px;
}
ul,
li,
ol {
  list-style: none;
}
a {
  color: white;
}
a:hover {
  color: white;
}
#jobModal {
  padding-left: 0 !important;
}
textarea {
  resize: none;
}
#dituContent {
  width: 100%;
  height: 180px;
  border: 1px #ccc solid;
  border-radius: 6px 6px 6px 6px;
}
#carousel-example-generic {
  box-shadow: 0px 0px 10px rgba(193, 193, 193, 0.24);
}
#login {
  max-width: 800px;
}
#login .validate-group {
  text-align: center;
}
#login .validate-group span.field-validation-error {
  display: block;
  text-align: left;
  margin-left: 65px;
  color: #e82828;
  margin-bottom: 15px;
}
#login img {
  margin: 30px 0;
  width: 180px;
}
#login .nav-tabs {
  margin: 20px auto;
  border-bottom: none;
}
#login .nav-tabs li {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  opacity: .6;
}
#login .nav-tabs li a {
  background: transparent;
  border-right: solid 1px #fff;
  border-top: none;
  border-left: none;
  border-bottom: none;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 0;
  border-radius: 0;
}
#login .nav-tabs li a:hover {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#login .nav-tabs li:last-child a {
  border-right: none;
}
#login .nav-tabs li.active {
  padding-bottom: 9px;
  border-bottom: solid 3px #fff;
  opacity: 1;
}
#login .nav-tabs li.active a {
  color: #fff;
  border-top: none;
  border-left: none;
  border-radius: 0;
}
#login .login {
  margin: 35px auto;
}
#login .login input.form-control,
#login .login span.input-group-addon {
  border: none;
}
#login .login span.input-group-addon {
  width: 48px;
  text-align: center;
}
#login .login .a-return {
  font-size: 12px;
  color: #d6d6d6;
  opacity: .6;
  text-decoration: underline;
}
#login .login .a-return:hover {
  opacity: 1;
}
#login .login .tab-content #tab2 {
  color: #fff;
  padding-bottom: 10px;
  font-weight: normal;
}
#login .login .tab-content #tab2 a {
  color: #ffb400;
  /*#00aeff;*/
  text-decoration: underline;
}
#login .login .tab-content #tab2 a i {
  text-decoration: underline;
}
#login .login .tab-content #tab2 a:hover {
  color: #f5a803 !important;
  /*#009ee7*/
}
#login .btn {
  color: #ffffff;
  background: #1bcda9;
}
#login .input-group {
  border: solid 1px rgba(255, 255, 255, 0.4);
  width: 100%;
}
#login .input-group span {
  background-color: rgba(255, 255, 255, 0.15);
  /*border-color: @opacity-white;*/
}
#login .input-group span i {
  color: #ffffff;
}
#login .input-group input {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  /*border-color: @opacity-white;
            border-left: 0;*/
  -webkit-appearance: caret;
  -moz-appearance: caret;
  /* mobile firefox too! */
  outline: none;
}
#login .input-group input:focus {
  box-shadow: none;
}
#login .input-group:first-of-type {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
#login .input-group:first-of-type span {
  border-radius: 0 0 0 0;
}
#login .input-group:first-of-type input {
  border-radius: 0 0 0 0;
}
#login .input-group:nth-of-type(2n) {
  border-radius: 0 0 3px 3px;
}
#login .input-group:nth-of-type(2n) span {
  border-radius: 0 0 0 0;
}
#login .input-group:nth-of-type(2n) input {
  border-radius: 0 0 0 0;
}
.navbar-brand > img {
  width: 180px;
}
.navbar-wrapper {
  margin-top: 20px;
}
.navbar-default {
  position: absolute;
  top: 0px;
}
.navbar-nav.open li.dropdown-toggle {
  background: #ffffff;
  border-radius: 4px 4px 0 0;
  z-index: 9999;
}
.navbar-nav.open li.dropdown-toggle a {
  color: #000;
}
.navbar-nav.open li.dropdown-toggle a:hover {
  color: #000 !important;
}
.navbar-nav a {
  cursor: pointer;
  color: #ffffff;
}
.navbar-nav a:hover {
  color: #ffffff !important;
}
.navbar-nav .dropdown-menu {
  border-radius: 4px 0 4px 4px;
  padding: 10px 15px 0 15px;
  width: 230px;
}
.navbar-nav .dropdown-menu span,
.navbar-nav .dropdown-menu input.form-control {
  color: #464646;
  background-color: transparent;
  border: none;
  font-size: 15px;
}
.navbar-nav .dropdown-menu input.btn {
  background-color: #1ccdaa;
  color: #fff;
  margin-top: 10px;
}
.navbar-nav .dropdown-menu .login-tab,
.navbar-nav .dropdown-menu a {
  color: #666;
}
.navbar-nav .dropdown-menu .login-tab {
  margin-bottom: 10px;
  border-bottom: none;
}
.navbar-nav .dropdown-menu .login-tab li {
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  width: 50%;
  padding-bottom: 3px;
}
.navbar-nav .dropdown-menu .login-tab li a {
  border-right: solid 1px #ccc;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
.navbar-nav .dropdown-menu .login-tab li a:visited,
.navbar-nav .dropdown-menu .login-tab li a:hover,
.navbar-nav .dropdown-menu .login-tab li a:active,
.navbar-nav .dropdown-menu .login-tab li a:focus {
  color: #666 !important;
  text-decoration: none;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-bottom: none;
  background: #ffffff;
}
.navbar-nav .dropdown-menu .login-tab li:last-child a {
  border-right: none;
}
.navbar-nav .dropdown-menu .login-tab li.active {
  border-bottom: solid 3px #1ccdaa;
  padding-bottom: 2px;
}
.navbar-nav .dropdown-menu .login-tab li.active:before {
  display: none;
}
.navbar-nav .dropdown-menu .login-tab li.active a:focus {
  border-top: none;
  border-left: none;
}
.navbar-nav .dropdown-menu .tab-content #tab2 {
  color: #666;
  text-align: center;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
}
.navbar-nav .dropdown-menu .tab-content #tab2 a {
  color: #00a2ff;
  text-decoration: underline;
}
.navbar-nav .dropdown-menu .tab-content #tab2 a i {
  text-decoration: underline;
}
.navbar-nav .dropdown-menu .tab-content #tab2 a:hover {
  color: #0086ed !important;
}
.navbar-nav .dropdown-menu .input-group-addon {
  width: 34px;
}
section.footer {
  color: #adadad !important;
}
.popover.fade {
  background-color: white;
  opacity: 1;
  z-index: 9999999;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
footer .social-media-group {
  margin-top: 5px;
  margin-bottom: 0;
}
footer .social-media {
  display: inline-block;
  list-style: none;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  cursor: pointer;
  margin-right: 20px;
  background-color: #ffffff;
  opacity: 1.0;
}
footer .social-media i.fa {
  background-color: transparent;
  font-size: 16px;
  padding: 6px;
  color: rgba(0, 0, 0, 0.7);
}
footer p.pull-right {
  line-height: 40px;
  margin: 0;
  color: #ffffff;
}
/* Underline From Center */
.underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #dadcdd;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-center:hover:before,
.underline-from-center:focus:before,
.underline-from-center:active:before {
  left: 0;
  right: 0;
}
nav li.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dadcdd;
  height: 4px;
}
.job-area {
  padding: 0 35px;
  color: #ffffff;
}
.job-area .job-wrapper {
  padding: 0 5px;
}
.job-area .job-wrapper .job {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 5px 0;
  padding-left: 40px;
  height: 100px;
  overflow: hidden;
}
.job-area .job-wrapper .job h4 i {
  margin-right: 10px;
}
.job-area .job-wrapper .job p {
  margin-left: 25px;
  color: #d6d6d6;
  cursor: pointer;
}
.job-area .job-wrapper .job p a {
  color: #ffffff;
}
.job-area .job-wrapper .job p:hover {
  text-decoration: underline;
}
.selectInput {
  position: relative;
}
.selectInput .select-arrow {
  position: absolute;
  bottom: 8px;
  right: 5px;
  border: 4px solid transparent;
  border-top: 8px solid #ffffff;
  width: 0;
  height: 0px;
}
.modal-header button.close {
  transition: border-color 1s;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 30px;
  width: 40px;
  height: 40px;
}
.modal-header button.close:hover {
  border: 2px solid #ffffff;
}
.modal-header button.close span {
  position: relative;
  bottom: 5px;
}
.modal-body .job-resume,
.modal-body .active-form {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.modal-body .job-resume input[type=text],
.modal-body .active-form input[type=text],
.modal-body .job-resume input[type=file],
.modal-body .active-form input[type=file],
.modal-body .job-resume select,
.modal-body .active-form select,
.modal-body .job-resume textarea,
.modal-body .active-form textarea,
.modal-body .job-resume .filename,
.modal-body .active-form .filename {
  background-color: rgba(23, 22, 28, 0.3);
  color: #ffffff;
  border: 1px solid #747474;
}
.modal-body .job-resume input[type=file],
.modal-body .active-form input[type=file] {
  opacity: 0;
  filter: opacity(0);
  display: none;
}
.modal-body .job-resume .fileUpdate,
.modal-body .active-form .fileUpdate {
  position: relative;
}
.modal-body .job-resume .fileUpdate label,
.modal-body .active-form .fileUpdate label {
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  width: 25%;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 6px;
  background: #ffffff;
  color: #000;
  text-align: center;
}
.modal-body .job-resume select option,
.modal-body .active-form select option {
  background-color: #666666;
}
.modal-body .job-resume textarea,
.modal-body .active-form textarea {
  resize: vertical;
}
.modal-body .job-info img,
.modal-body .active-info img {
  padding-top: 10px;
}
.modal-body .job-info h4 i,
.modal-body .active-info h4 i {
  margin-right: 10px;
}
.modal-body .job-info .share,
.modal-body .active-info .share {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
}
.modal-body .job-info .share span,
.modal-body .active-info .share span {
  padding: 5px 15px;
  cursor: pointer;
  display: inline-block;
}
.modal-body .job-info .share span:hover,
.modal-body .active-info .share span:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-body .job-info .share span:first-of-type,
.modal-body .active-info .share span:first-of-type {
  border-radius: 6px 0 0 6px;
}
.modal-body .job-info .share span:nth-of-type(2),
.modal-body .active-info .share span:nth-of-type(2) {
  border-radius: 0 6px 6px 0;
}
.modal-body .job-info .share span:first-child,
.modal-body .active-info .share span:first-child {
  border-radius: 6px;
}
.modal-body .job-info .share a,
.modal-body .active-info .share a {
  color: #ffffff;
}
.modal-body .job-info .active-info-content,
.modal-body .active-info .active-info-content {
  margin-top: 10px;
}
.modal-body .job-info .active-info-content p span:first-of-type,
.modal-body .active-info .active-info-content p span:first-of-type {
  font-weight: bolder;
}
.modal-body .job-info .job-info-content table,
.modal-body .active-info .job-info-content table {
  width: 100%;
  color: #d6d6d6;
}
.modal-body .job-info .job-info-content ul,
.modal-body .active-info .job-info-content ul {
  color: #d6d6d6;
}
.modal-body .job-info .job-info-content ul li,
.modal-body .active-info .job-info-content ul li {
  list-style-type: decimal;
}
.modal-body .job-info .row,
.modal-body .active-info .row {
  padding-top: 10px !important;
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.job-resume ul {
  padding: 3px;
}
.job-resume ul li {
  padding: 5px 10px;
  opacity: .6;
}
.job-resume ul li.active {
  padding-left: 0;
  opacity: 1;
}
.job-resume ul li.active a {
  text-decoration: underline;
}
.job-resume ul li a {
  color: #fff;
}
.job-resume .form-group select.block-select + .chosen-container {
  width: 100% !important;
}
.job-resume .form-group select.block-select + .chosen-container .chosen-single {
  background-color: rgba(23, 22, 28, 0.3);
  color: #ffffff;
  border: 1px solid #747474;
}
.timeline-wrapper p {
  letter-spacing: .8px;
}
.timeline-wrapper img {
  cursor: pointer;
}
.carousel-caption {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.68);
}
.carousel-caption:before {
  content: " ";
  background: #000000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-area {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  margin: 10px -10px 50px;
}
.gallery-area .col-md-2,
.gallery-area .col-lg-2 img {
  margin: 5px 0;
}
.gallery-area .fuli-wrapper {
  padding: 0;
  position: relative;
}
.gallery-area .fuli-wrapper .card-container {
  position: relative;
}
.gallery-area .fuli-wrapper h4 {
  padding-left: 10px;
}
.gallery-area .fuli-wrapper .fuli {
  margin-bottom: 25px;
}
.gallery-area .fuli-wrapper .card {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  position: relative;
}
.gallery-area .fuli-wrapper .card.card-redbrown .front {
  background: #d9554f;
}
.gallery-area .fuli-wrapper .card.card-redbrown .back {
  color: #d9554f;
}
.gallery-area .fuli-wrapper .card.card-blue .front {
  background: #408ccc;
}
.gallery-area .fuli-wrapper .card.card-blue .back {
  color: #408ccc;
}
.gallery-area .fuli-wrapper .card.card-greensea .front {
  background: #1ca084;
}
.gallery-area .fuli-wrapper .card.card-greensea .back {
  color: #1ca084;
}
.gallery-area .fuli-wrapper .card.card-slategray .front {
  background: #3e4e62;
}
.gallery-area .fuli-wrapper .card.card-slategray .back {
  color: #3e4e62;
}
.gallery-area .fuli-wrapper .card.card-violet .front {
  background: #cd97eb;
}
.gallery-area .fuli-wrapper .card.card-violet .back {
  color: #cd97eb;
}
.gallery-area .fuli-wrapper .card.card-darkorange .front {
  background: #f0ad4d;
}
.gallery-area .fuli-wrapper .card.card-darkorange .back {
  color: #f0ad4d;
}
.gallery-area .fuli-wrapper .card.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gallery-area .fuli-wrapper .card.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
.gallery-area .fuli-wrapper .card .front {
  position: relative;
  z-index: 900;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gallery-area .fuli-wrapper .card .front img {
  margin: 0 auto;
}
.gallery-area .fuli-wrapper .card .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white !important;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  z-index: 800;
  transform: rotateY(-179deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gallery-area .fuli-wrapper .card .back ul {
  padding: 0;
  height: 100%;
  list-style: none;
  /*display: flex;
                    align-items: center;
                    justify-content: center;*/
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box-flex;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gallery-area .fuli-wrapper .card .back ul li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}
.activity-area .activity {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.activity-area .activity h4 {
  margin-left: 15px;
}
.activity-area .activity .share {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 18px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
}
.activity-area .activity .share span {
  padding: 5px 15px;
  cursor: pointer;
  display: inline-block;
}
.activity-area .activity .share span:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.activity-area .activity .share span:first-of-type {
  border-radius: 6px 0 0 6px;
}
.activity-area .activity .share span:nth-of-type(2) {
  border-radius: 0 6px 6px 0;
}
.activity-area .activity .media-wrap {
  margin: 10px 0;
}
.activity-area .activity .media-wrap img {
  border-radius: 5px 5px 5px 5px;
}
.activity-area .activity .active-wrap {
  margin: 10px 0;
}
.activity-area .activity .active-wrap span {
  display: inline-block;
  vertical-align: top;
}
.activity-area .activity button {
  margin: 25px 0 0 0;
}
.contact-area {
  margin-bottom: 40px;
}
.contact-area .contact {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 20px 20px;
}
.contact-area .contact input[type="text"],
.contact-area .contact input[type="email"],
.contact-area .contact input[type="tel"],
.contact-area .contact textarea {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.contact-area .contact textarea {
  resize: none;
  margin-bottom: 60px;
}
.contact-area .contact p {
  margin-bottom: 25px;
}
.contact-area .contact span.text-success {
  margin-top: 25px;
  margin-right: 10px;
  opacity: 1;
  transition: opacity 2s;
}
.contact-area .about {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 20px;
}
.contact-area .about section {
  color: #d6d6d6;
  margin-bottom: 40px;
  text-indent: 2em;
}
.contact-area .about address {
  display: inline-block;
}
.contact-area .about address span {
  color: #d6d6d6;
}
.contact-area .about address span a {
  color: #d6d6d6;
}
.contact-area .about .form-group {
  margin-top: 20px;
  text-align: center;
}
.contact-area .about .form-group a {
  display: block;
  color: #ffffff;
}
.contact-area .about .form-group a.btn {
  display: inline-block;
  margin: 0 auto;
}
.team {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 10px -10px;
  padding: 0 20px;
}
.team .team-list {
  margin: 10px;
}
.team .team-list .team-abbr {
  margin: 2px;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 180px;
  background-color: transparent;
  cursor: pointer;
  border: 5px solid #dbdbdb;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.team .team-list .team-abbr:hover {
  background-color: #dbdbdb;
}
.team .team-list .team-abbr:hover a {
  color: #231c24;
}
.team .team-list .team-abbr.active {
  background-color: #dbdbdb;
}
.team .team-list .team-abbr.active a {
  color: #231c24;
}
.team .team-list .team-abbr a {
  text-decoration: none;
  color: #dbdbdb;
  padding: 12px;
}
.team .team-content {
  margin: 0px 30px;
}
.team .team-content h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
}
.product-list {
  margin-top: 30px;
}
.product-list .row {
  margin-left: 15%;
}
.product-list .col-xs-1,
.product-list .col-sm-12,
.product-list .col-md-12,
.product-list .col-lg-1 {
  margin-right: 30px;
}
.product-list .product {
  width: 90px;
  height: 90px;
  border-radius: 180px;
  background-color: transparent;
  cursor: pointer;
  border: 3px solid #ffffff;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.product-list .product:hover + .product-title {
  font-weight: bolder;
}
.product-list .product:hover {
  background-color: #ffffff;
}
.product-list .product:hover a {
  color: #231c24;
}
.product-list .product.active {
  background-color: #ffffff;
}
.product-list .product.active a {
  color: #231c24;
}
.product-list .product a {
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
}
.product-list .product-title {
  text-align: center;
  width: 110px;
  color: white;
  margin-top: 5px;
  margin-left: -12px;
  font-weight: lighter;
}
.product-content {
  padding-top: 60px;
  color: #ffffff;
}
.product-content p {
  letter-spacing: 0.8px;
  color: #EAEAEA;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 40px;
}
.product-content .video-wrapper .video {
  margin-top: 30px;
  padding-right: 20px;
  display: inline-block;
  width: 260px;
  cursor: pointer;
}
.customer-list {
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 30px;
  margin: 60px 10px;
}
.customer-list .customer-wrapper {
  margin-bottom: 10px;
  width: auto;
  height: 112px;
  overflow: hidden;
}
.customer-list .customer-wrapper ul {
  padding: 0;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-8 div.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.burger-menu {
  position: relative;
  width: 50px;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}
.burger-click-region {
  position: absolute;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 4px solid #ffffff;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 0;
}
.burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.burger-menu-piece:nth-child(3) {
  top: 24px;
}
.active .burger-menu-piece:nth-child(1) {
  animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.active .burger-menu-piece:nth-child(3) {
  animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
  animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
  animation: burger-close-bot 400ms ease-out forwards;
}
@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 12px, 0);
  }
  100% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -12px, 0);
  }
  100% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
}
@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 12px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.img-qn {
  margin: 15px 0;
}
.contact-temp #dituContent {
  width: 100%;
  height: 180px;
  border: 1px #ccc solid;
  border-radius: 6px 6px 6px 6px;
}
.contact-temp .form-group {
  margin-top: 20px;
  text-align: center;
}
.contact-temp p a {
  color: #fff;
}
.contact-temp .form-group a {
  display: block;
  color: #ffffff;
}
.address {
  padding-bottom: 5px;
}
.contact-temp .form-group button {
  margin-top: 0px !important;
}
.contact-temp .form-group button a {
  text-decoration: none;
}
.contact-area .contact {
  height: auto !important;
  margin-bottom: 0px !important;
}
.contact-area .contact p {
  margin-bottom: 0px !important;
}
address {
  margin-bottom: 10px !important;
}
/*倩楠添加结束*/
input.unhappy {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.unhappyMessage {
  color: #f44f4f;
  margin-top: 3px;
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .customer-wrapper .customer img.img-responsive {
    width: 90%;
  }
}
.job-info-content {
  padding: 0 5px;
  margin-top: 45px;
  /*font-family: '微软雅黑',Arial;*/
}
.job-info-content h5 {
  font-size: 18px;
}
.job-info-content h6 {
  font-size: 14px;
  color: #d6d6d6;
}
.job-info-content div {
  color: #d6d6d6;
}
.job-info-content div a {
  color: #d6d6d6;
  width: 160px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.job-info-content div a:hover {
  color: #ffffff;
}
.job-info-content:first-child {
  margin-top: 0px;
}
.job-info-content:last-child {
  margin-bottom: 15px;
}
/* Tip Message Dialog*/
#defaultModal {
  background-color: rgba(0, 0, 0, 0.5);
}
#defaultModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#defaultModal .modal-dialog .modal-header {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  border: 0;
  position: relative;
  border-radius: 4px 4px 0 0;
  min-height: 55px;
  line-height: 55px;
}
#defaultModal .modal-dialog .modal-header button.close:hover {
  background: none;
  border: none;
}
#defaultModal .modal-dialog .modal-header button.close {
  color: #999;
}
#defaultModal .modal-dialog .modal-header button.close:hover {
  color: #337ab7;
}
#defaultModal .modal-dialog .modal-body {
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 16px;
  padding: 80px 15px;
  border-radius: 0 0 4px 4px;
}
#defaultModal .modal-dialog .modal-body .fa-check {
  margin-right: 5px;
}
#defaultModal .modal-dialog .modal-footer {
  background: #f2f2f2;
  border-top: solid 1px #e5e5e5;
  border-radius: 0 0 4px 4px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  #defaultModal {
    top: 10%;
  }
  #defaultModal .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  #defaultModal {
    top: 5%;
  }
  #defaultModal .modal-dialog .modal-body {
    padding: 40px 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .gallery-area .fuli-wrapper .card .back {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 990px) {
  .video-wrapper video {
    height: 156px;
  }
}
@media only screen and (max-width: 990px) {
  .video-wrapper video {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
.guide {
  display: inline-block;
  width: 40%;
  margin-top: 15%;
  margin-bottom: 15%;
}
.guide .btn {
  width: 100px;
}
.survey {
  display: inline-block;
  width: 50%;
  margin-bottom: 10%;
}
.survey > h4 {
  padding-bottom: 5px;
  border-bottom: 2px #fff solid;
}
.survey section {
  margin: 60px 0;
}
.survey section input.transparent,
.survey section textarea.transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}
.guideline {
  position: relative;
  bottom: 60px;
  text-align: center;
}
.guideline .guidetime.active {
  border-top: 2px solid #fff;
  color: #fff;
}
.guideline .guidetime.active:after {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffffff;
}
.guideline .guidetime {
  display: inline-block;
  width: 11%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-top: 2px solid #969696;
  position: relative;
  color: #969696;
}
.guideline .guidetime:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #969696;
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
}
.resume-form {
  padding-bottom: 30px;
}
.resume-form .tab-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.resume-form .tab-content h4 i {
  margin-right: 5px;
}
.resume-form .tab-content .fa-plus-square-o {
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.resume-form .tab-content select,
.resume-form .tab-content input,
.resume-form .tab-content textarea,
.resume-form .tab-content .chosen-single {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.resume-form .tab-guide {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 60%;
}
.resume-form .tab-guide .tab {
  display: inline-block;
  width: 32%;
  border-bottom: 3px solid #a2a2a2;
}
.resume-form .tab-guide .tab b {
  color: #a2a2a2;
}
.resume-form .tab-guide .tab.active {
  border-bottom: 3px solid #fff;
}
.resume-form .tab-guide .tab.active b {
  color: #fff;
}
.input-link .link {
  width: 15%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 38px;
  margin-left: 3px;
}
.file-label {
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  width: 25%;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-align: center;
}
