﻿/* Extracted content/news/about/contact/career styles. Load only on content templates. */
.page-header h1,.pagetitle,.title-page,.block-title,.pages-news-detail .article-title,.pages-news-detail h1,.news-detail h1,.contact-page .contact-info .title,.career-detail .title{position:relative;margin-bottom:24px;color:#24266f;font-weight:700;line-height:1.3}
.page-header h1:after,.pagetitle:after,.title-page:after,.block-title:after,.pages-news-detail .article-title:after,.pages-news-detail h1:after,.news-detail h1:after{display:block;margin-top:10px;background:#3e4095;width:56px;height:2px;content:""}
.text-center .block-title:after,.block-title.text-center:after,.title-page.text-center:after{margin-right:auto;margin-left:auto}
.article-body h1,.article-body h2,.article-body h3,.aio-article h1,.aio-article h2,.aio-article h3{color:#24266f!important}
.article-body h2,.aio-article h2{border-bottom:2px solid rgba(62,64,149,.18);padding-bottom:8px}
.article-body h3,.aio-article h3{border-left:4px solid #3e4095;padding-left:12px}
.pages-news-detail .orthernews-body .wrapper .title h3{color:#253078}
.pages-news-detail .orthernews-body .wrapper .title h3 a:hover{color:#ec3237}
.pages-news-detail .article-title,.pages-news-detail h1,.news-detail h1{font-size:1.5rem;letter-spacing:0;line-height:1.25}
.pages-news-detail .article-body h1,.pages-news-detail .aio-article h1{font-size:1.25rem!important;line-height:1.3!important}
.pages-news-detail .article-body h2,.pages-news-detail .aio-article h2{font-size:1.175rem!important;line-height:1.35!important}
.pages-news-detail .article-body h3,.pages-news-detail .aio-article h3{font-size:1.025rem!important;line-height:1.4!important}
@media (max-width:767.98px){.pages-news-detail .article-title,.pages-news-detail h1,.news-detail h1{font-size:1.75rem}.pages-news-detail .article-body h1,.pages-news-detail .aio-article h1{font-size:1.375rem!important}.pages-news-detail .article-body h2,.pages-news-detail .aio-article h2{font-size:1.1875rem!important}.pages-news-detail .article-body h3,.pages-news-detail .aio-article h3{font-size:1.0625rem!important}}
.about1 {
  padding: 60px 0;
  background: #fff;
  background-size: cover;
}

.about1 .content {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.about2 {
  padding: 60px 0;
  background: #fff;
}

.about2 .des {
  text-align: center;
  font-size: 1rem;
}

.about-ceo {
  padding: 60px 0 40px;
  background: #fff;
}

.about-ceo .pagetitle {
  margin-bottom: 30px;
}

.about-ceo .nav-tabs {
  border: none;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.about-ceo .nav-tabs .nav-item {
  float: none;
  display: inline-block;
}

.about-ceo .nav-tabs .nav-item + .nav-item {
  margin-left: 40px;
}

.about-ceo .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}

.about-ceo .nav-tabs .nav-item .nav-link:hover {
  color: #ed1c24;
}

.about-ceo .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #222;
}

.about-ceo .staff-list .group {
  width: 100%;
}

.about-ceo .staff-list .staff-col {
  margin-bottom: 40px;
}

.about-ceo .staff-list .staff-col figure {
  position: relative;
  text-align: center;
}

.about-ceo .staff-list .staff-col figure .staff-img {
  background: #e6e6e6;
  width: 250px;
  height: 330px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
  margin-bottom: 20px;
}

.about-ceo .staff-list .staff-col figure .staff-img img {
  width: 100%;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.about-ceo .staff-list .staff-col figure figcaption .staff-name {
  font-size: 1.125rem;
  color: #222;
  margin-bottom: 5px;
}

.about-ceo .staff-list .staff-col figure figcaption .staff-name span {
  color: #ed1c24;
  font-weight: bold;
  text-transform: normal;
}

.about-ceo .staff-list .staff-col figure figcaption .staff-cv {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666666;
}

.about-ceo .staff-list .staff-col figure:hover .staff-img {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0.5625rem 0.5625rem 2.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.about3 {
  background: #f2f2f2;
}

.about3 .text-col, .about3 .img-col {
  padding: 0;
  position: relative;
}

.about3 .img-col {
  padding: 50px 70px;
  background: url(/Data/Sites/1/media/default/4.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .about3 .img-col {
    padding: 30px;
  }
}

.about3 .content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  color: #333;
  padding: 0 70px;
  text-align: right;
  line-height: 2;
}

@media (max-width: 991px) {
  .about3 .content {
    position: static;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .about3 .content {
    padding: 30px;
  }
}

.about3 .content p {
  font-weight: 300;
}

.about3 .about-parameter {
  clear: both;
}

.about3 .about-parameter .parameter-col {
  margin: 10px 0;
}

.about3 .about-parameter .parameter-col .counter {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #fff;
}

.about3 .about-parameter .parameter-col .counter:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #ed1c24;
}

.about3 .about-parameter .parameter-col .name {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  margin-left: 10px;
}

@media (max-width: 543px) {
  .about3 .about-parameter .parameter-col .name {
    display: block;
    margin-left: 0;
  }
}

.about4 {
  background: #fff;
  padding: 60px 0;
}

.about4 .picture-col {
  margin: 30px 0;
  overflow: hidden;
}

.about4 .picture-col img {
  width: 100%;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.about4 .picture-col img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -khtml-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.about-history {
  padding: 60px 0;
  background: #f2f2f2;
}

.about-history .history-wrap {
  position: relative;
}

.about-history .history-wrap .fa {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 56px;
  border: 5px solid #cccccc;
  margin: 0 auto;
  color: #ed1c24;
  background: #fff;
  border-radius: 50px;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .about-history .history-wrap .fa {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 543px) {
  .about-history .history-wrap .fa {
    display: none;
  }
}

.about-history .timeline {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .about-history .timeline {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .about-history .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-history .timeline {
    padding-left: 65px;
  }
}

@media (max-width: 543px) {
  .about-history .timeline {
    padding-left: 40px;
  }
}

.about-history .timeline:before {
  content: '';
  display: block;
  width: 4px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .about-history .timeline:before {
    left: 35px;
  }
}

@media (max-width: 543px) {
  .about-history .timeline:before {
    left: 10px;
  }
}

.about-history .timeline .group {
  margin-bottom: 30px;
}

.about-history .timeline .group:last-child {
  margin-bottom: 0;
}

.about-history .timeline li, .about-history .timeline .left, .about-history .timeline .right {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .about-history .timeline li, .about-history .timeline .left, .about-history .timeline .right {
    width: 100%;
  }
}

.about-history .timeline li:nth-child(2), .about-history .timeline .left:nth-child(2), .about-history .timeline .right:nth-child(2) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .about-history .timeline li:nth-child(2), .about-history .timeline .left:nth-child(2), .about-history .timeline .right:nth-child(2) {
    margin-top: 30px;
  }
}

.about-history .milestone {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.about-history .milestone time {
  display: block;
  float: right;
  background: #c61017;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  position: relative;
}

@media (max-width: 767px) {
  .about-history .milestone time {
    float: left;
  }
  .about-history .milestone time:after {
    left: -51px;
    right: auto;
  }
}

.about-history .milestone time:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ed1c24;
  border: 5px solid #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: -51px;
}

.about-history .milestone .timeline-img {
  background: #fff;
  clear: both;
  margin-bottom: 10px;
}

.about-history .milestone .timeline-img img {
  width: 100%;
}

.about-history .milestone .event {
  background: #fff;
}

.about-history .milestone .event .content {
  background: #333;
  color: #fff;
  padding: 20px;
  padding-left: 80px;
  position: relative;
  min-height: 84px;
}

@media (max-width: 543px) {
  .about-history .milestone .event .content {
    padding-left: 50px;
  }
}

.about-history .milestone .event .content p {
  margin-bottom: 0;
}

.about-history .milestone .event .content:before {
  content: '\f10d';
  font-family: 'fontawesome';
  font-size: 2.875rem;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.5;
}

@media (max-width: 543px) {
  .about-history .milestone .event .content:before {
    font-size: 1.75rem;
  }
}

.about-history .timeline .left {
  float: left;
  clear: left;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .about-history .timeline .left {
    padding-right: 0;
  }
}

.about-history .timeline .right {
  float: right;
  clear: right;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .about-history .timeline .right {
    padding-left: 0;
  }
}

.about-history .timeline .right .milestone time {
  float: left;
}

.about-history .timeline .right .milestone time:after {
  left: -51px;
  right: auto;
}

.about-history .first-group .milestone {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  margin-top: 10px;
  float: none;
}

@media (max-width: 1199px) {
  .about-history .first-group .milestone {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-history .first-group .milestone {
    width: 100%;
    text-align: left;
  }
}

.about-history .first-group .milestone time {
  display: inline-block;
  float: none;
}

.about-history .first-group .milestone time:after {
  display: none;
}

.about-history .first-group .milestone .event .content {
  text-align: left;
}

.about-page {
  padding: 60px 0;
}

.tnsm-page {
  padding-bottom: 30px;
}

.tnsm-page .bn-tnsm.clearfix {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.tnsm-page .bn-tnsm.clearfix .tnsm-bg {
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tnsm-page .bn-tnsm.clearfix .tnsm-bg img {
  width: 100%;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.tnsm-page .bn-tnsm.clearfix .caption {
  margin: 150px 0 100px;
}

.tnsm-page .bn-tnsm.clearfix .caption .posttitle {
  color: #fff;
  border-left: none;
  font-size: 3rem;
  font-weight: 300;
  padding-left: 0;
}

@media (max-width: 767px) {
  .tnsm-page .bn-tnsm.clearfix .caption .posttitle {
    color: #333;
  }
}

.tnsm-page .bn-tnsm.clearfix .caption p {
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .tnsm-page .bn-tnsm.clearfix .caption p {
    color: #333;
  }
}

.tnsm-page .tnsm-col {
  margin-bottom: 40px;
}

.tnsm-page .tnsm-col .posttitle {
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
}

.tnsm-page .tnsm-col .posttitle:after {
  content: '\f105';
  font-family: 'fontawesome';
  margin-left: 10px;
}

.tnsm-page .tnsm-col p, .tnsm-page .tnsm-col ul, .tnsm-page .tnsm-col li {
  font-weight: 400;
  color: #666666;
}

.sidebar-wrap {
  margin: 60px 0 60px;
  background: #222;
}

@media (max-width: 991px) {
  .sidebar-wrap {
    margin: 0 -15px 30px;
  }
}

.sidebar-wrap .nav-link {
  display: block;
}

.sidebar-wrap .nav-link .btn-shownav {
  display: none;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .sidebar-wrap .nav-link .btn-shownav {
    display: block;
  }
}

.sidebar-wrap .nav-link .btn-shownav .nav-toggle {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  position: absolute;
  top: 12px;
  left: 15px;
}

.sidebar-wrap .nav-link .btn-shownav .nav-toggle:before {
  content: '';
  height: 2px;
  background: #fff;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -khtml-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
  position: absolute;
  top: 50%;
  right: 44%;
  left: 20%;
}

.sidebar-wrap .nav-link .btn-shownav .nav-toggle:after {
  content: '';
  height: 2px;
  background: #fff;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  -khtml-transform: translateY(-50%) rotateZ(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
  position: absolute;
  top: 50%;
  right: 20%;
  left: 44%;
}

.sidebar-wrap .nav-link .btn-shownav .nav-toggle.active {
  -webkit-transform: rotateZ(180deg);
  -khtml-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.sidebar-wrap .nav-link .btn-shownav .nav-toggle.active:before, .sidebar-wrap .nav-link .btn-shownav .nav-toggle.active:after {
  right: 24%;
  left: 24%;
}

.sidebar-wrap .nav-link > ul {
  text-align: left;
  width: 100%;
}

@media (max-width: 991px) {
  .sidebar-wrap .nav-link > ul {
    display: none;
  }
}

.sidebar-wrap .nav-link > ul > li {
  width: 100%;
}

.sidebar-wrap .nav-link > ul > li:before {
  display: none;
}

.sidebar-wrap .nav-link > ul > li > a {
  display: block;
  color: #fff;
  padding: 9px 30px;
  opacity: 0.5;
  font-weight: 300;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.sidebar-wrap .nav-link > ul > li > a:before {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.sidebar-wrap .nav-link > ul > li > a:hover {
  opacity: 1;
}

.sidebar-wrap .nav-link > ul > li.active > a {
  padding-left: 25px;
  background: #333;
  border-left: 5px solid #ed1c24;
  font-weight: bold;
  opacity: 1;
}

.sidebar-wrap .nav-link > ul > li.hassub .subnav {
  background: #111;
  display: none;
}

.sidebar-wrap .nav-link > ul > li.hassub .subnav ul li {
  position: relative;
  margin-left: 30px;
  opacity: 0.5;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.sidebar-wrap .nav-link > ul > li.hassub .subnav ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}

.sidebar-wrap .nav-link > ul > li.hassub .subnav ul li a {
  display: block;
  color: #fff;
  padding: 9px 30px;
  font-weight: 300;
}

.sidebar-wrap .nav-link > ul > li.hassub .subnav ul li:hover, .sidebar-wrap .nav-link > ul > li.hassub .subnav ul li.active {
  opacity: 1;
  font-weight: 500;
}

.sidebar-wrap .nav-link > ul > li.hassub.active .subnav {
  display: block;
}

.postname {
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 543px) {
  .postname {
    font-size: 1.5rem;
  }
}

.postname:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #ed1c24;
  margin-top: 15px;
}

.postname.text-xs-center:after {
  margin: 15px auto;
}

.posttitle {
  font-size: 1.25rem;
  line-height: 1;
  margin: 20px 0;
  font-weight: 500;
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
}

@media (max-width: 543px) {
  .posttitle {
    font-size: 1.125rem;
  }
}

.customer-page {
  padding: 60px 0;
}

.customer-page .select-product {
  margin-bottom: 30px;
}

.customer-page .select-product label {
  margin-right: 10px;
}

.customer-page .select-product select {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.customer-page .content {
  font-size: 0.9375rem;
}

.customer-page .content figure {
  width: 70%;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .customer-page .content figure {
    width: 100%;
  }
}

.customer-page .content figure img {
  margin-bottom: 5px;
}

.customer-page .content figure figcaption {
  background: #f2f2f2;
  padding: 5px 0;
  text-align: center;
  font-size: 0.8125rem;
  color: #666666;
}

.customer-page .slide-wrap {
  position: relative;
}

.customer-page .slide-wrap .control .img-prev, .customer-page .slide-wrap .control .img-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.customer-page .slide-wrap .control .img-prev:hover, .customer-page .slide-wrap .control .img-next:hover {
  color: #ed1c24;
}

.customer-page .slide-wrap .control .img-prev {
  left: 0;
}

.customer-page .slide-wrap .control .img-prev:before {
  content: '\f104';
  font-family: 'fontawesome';
}

.customer-page .slide-wrap .control .img-next {
  right: 0;
}

.customer-page .slide-wrap .control .img-next:before {
  content: '\f105';
  font-family: 'fontawesome';
}

.customer-page .slide-wrap .company-slide .item .fancybox {
  display: block;
}

.customer-page .slide-wrap .company-slide .item .fancybox img {
  width: 100%;
  margin-bottom: 0;
}

.customer-page .slide-wrap:hover .control .img-prev, .customer-page .slide-wrap:hover .control .img-next {
  opacity: 1;
}

@media (max-width: 991px) {
  .customer-page .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 991px) {
  .customer-page .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.customer-page .table th {
  border: none;
  border-top: 2px solid #ed1c24;
  background: #222;
  color: #fff;
}

.customer-page .table td {
  border: none;
}

.customer-page .table th, .customer-page .table td {
  text-align: center;
}

.customer-page .table th:first-child, .customer-page .table td:first-child {
  text-align: left;
}

.customer-page .table tr:nth-child(even) {
  background: #f7f7f7;
}

.place-group {
  padding: 0;
  margin-bottom: 40px;
}

.place-group:first-child {
  padding-top: 0;
}

.place-group .text, .place-group .img {
  margin-bottom: 30px;
}

.place-group .nav-tabs {
  border: none;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}

.place-group .nav-tabs .nav-item {
  float: none;
  display: inline-block;
}

@media (max-width: 543px) {
  .place-group .nav-tabs .nav-item {
    width: 100%;
  }
}

.place-group .nav-tabs .nav-item + .nav-item {
  margin-left: 5px;
}

@media (max-width: 543px) {
  .place-group .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}

.place-group .nav-tabs .nav-item .nav-link {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  padding: 10px 60px;
  color: #333;
  text-transform: uppercase;
}

.place-group .nav-tabs .nav-item .nav-link.active {
  background: #000;
  color: #fff;
}

.place-group .company-slideshow {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .place-group .company-slideshow {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .place-group .company-slideshow {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .place-group .company-slideshow {
    width: 100%;
  }
}

.place-group .company-slideshow img {
  margin-bottom: 0;
}

.place-group .company-slideshow .company-slide {
  margin-bottom: 10px;
}

.place-group .company-slideshow .company-nav .item {
  cursor: pointer;
}

.place-group .company-slideshow .company-nav .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.place-group .company-slideshow .company-nav .item.slick-current img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.place-group .view360 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.place-group .view360 .title {
  padding-left: 15px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  position: relative;
}

.place-group .view360 .title:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ed1c24;
  position: absolute;
  top: 7px;
  left: 0;
}

.customer-award {
  padding-top: 60px;
  margin-bottom: 30px;
}

.customer-award .award-group {
  padding: 15px 0;
}

@media (min-width: 1600px) {
  .customer-award .award-group .award-list .col-lg-3 {
    width: 20%;
  }
}

.customer-award .award-group .award-list figure {
  margin-bottom: 30px;
}

.customer-award .award-group .award-list figure .award-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.customer-award .award-group .award-list figure .award-img img {
  max-width: 70%;
  max-height: 70%;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.customer-award .award-group .award-list figure .award-img:hover {
  border-color: #ed1c24;
}

.customer-award .award-group .award-list figure .award-img:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -khtml-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.customer-award .award-group .award-list figure figcaption .award-name {
  text-align: center;
  font-weight: 500;
  color: #666666;
}

.partner-group {
  margin-bottom: 30px;
}

.partner-group .posttitle {
  margin-bottom: 25px;
}

@media (min-width: 1600px) {
  .partner-group .col-lg-3 {
    width: 20%;
  }
}

.partner-group .partner-col {
  margin-bottom: 30px;
}

.partner-group .partner-col figure {
  height: 150px;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-group .partner-col figure img {
  max-width: 80%;
  max-height: 80%;
}

.faq-list {
  margin-bottom: 40px;
}

.faq-list .posttitle {
  margin-bottom: 20px;
}

.faq-group {
  margin-bottom: 20px;
}

.faq-group .faq-title {
  font-size: 1.25rem;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 13px 40px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .faq-group .faq-title {
    font-size: 1rem;
  }
}

.faq-group .faq-title:before {
  content: '\f059';
  font-family: 'fontawesome';
  margin-right: 10px;
  position: absolute;
  top: 13px;
  left: 15px;
}

.faq-group .faq-title:after {
  position: absolute;
  top: 13px;
  right: 15px;
  content: '\f105';
  font-family: 'fontawesome';
  float: right;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #333;
}

.faq-group .faq-title.active {
  background: #333;
  border-color: #222;
  border-bottom: 3px solid #ed1c24;
  color: #fff;
  margin-bottom: 10px;
}

.faq-group .faq-title.active:after {
  -webkit-transform: rotateZ(90deg);
  -khtml-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  color: #fff;
}

.faq-group .faq-content {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: none;
}

.contact-page {
  padding: 60px 0 30px;
  background: #f7f7f7;
}

.contact-page .contact-info {
  margin-bottom: 30px;
}

.contact-page .contact-info .company {
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-page .contact-info .contact-detail ul li {
  color: #666666;
  margin-bottom: 15px;
}

.contact-page .contact-info .contact-detail ul li:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

.contact-page .contact-info .contact-detail ul li span {
  display: block;
  width: 160px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 543px) {
  .contact-page .contact-info .contact-detail ul li span {
    width: 100%;
    float: none;
  }
}

.contact-page .contact-info .contact-detail ul li strong {
  display: table-cell;
  color: #333;
}

@media (max-width: 543px) {
  .contact-page .contact-info .contact-detail ul li strong {
    display: block;
    width: 100%;
  }
}

.contact-page .contact-info .contact-detail ul li a {
  color: #333;
}

.contact-page .contact-info .contact-detail ul li a:hover {
  color: #c61017;
}

.contact-page .contact-form {
  margin-bottom: 30px;
}

.contact-page .contact-form .des {
  color: #666666;
  margin-bottom: 15px;
}

.contact-page .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-page .contact-form .form-group label {
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.contact-page .contact-form .form-group input, .contact-page .contact-form .form-group textarea {
  border: none;
  border-radius: 3px;
  background: #e6e6e6;
  padding: 20px 30px;
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #666666;
}

.contact-page .contact-form .form-group input::-webkit-input-placeholder, .contact-page .contact-form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.contact-page .contact-form .form-group input:focus, .contact-page .contact-form .form-group textarea:focus {
  background: #d9d9d9;
}

.contact-page .contact-form input[type="reset"] {
  display: none;
}

.contact-page .contact-form input[type="submit"] {
  width: auto;
  font-size: 1rem;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  border-radius: 3px;
  padding: 15px 30px;
  border: none;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.contact-page .contact-form input[type="submit"]:hover {
  background: #000;
  color: #ed1c24;
}

.pages-contact.section .wrap-form,
.contact-page .wrap-form {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

.pages-contact.section .wrap-form .form-row,
.contact-page .wrap-form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.pages-contact.section .wrap-form .form-group,
.contact-page .wrap-form .form-group {
  position: relative;
  margin-bottom: 16px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.pages-contact.section .wrap-form .form-group.col-sm-6,
.contact-page .wrap-form .form-group.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.pages-contact.section .wrap-form label,
.contact-page .wrap-form label {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: .875rem;
  font-weight: 700;
}

.pages-contact.section .wrap-form input[type="text"],
.pages-contact.section .wrap-form input[type="email"],
.pages-contact.section .wrap-form input[type="tel"],
.pages-contact.section .wrap-form select,
.pages-contact.section .wrap-form textarea,
.contact-page .wrap-form input[type="text"],
.contact-page .wrap-form input[type="email"],
.contact-page .wrap-form input[type="tel"],
.contact-page .wrap-form select,
.contact-page .wrap-form textarea {
  display: block;
  border: 1px solid #d9dfe9;
  border-radius: 3px;
  background: #fff;
  padding: 0 14px;
  width: 100%;
  min-height: 42px;
  color: #333;
  font-size: .9375rem;
  line-height: 42px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pages-contact.section .wrap-form textarea,
.contact-page .wrap-form textarea {
  padding-top: 10px;
  min-height: 130px;
  line-height: 1.5;
  resize: vertical;
}

.pages-contact.section .wrap-form input:focus,
.pages-contact.section .wrap-form select:focus,
.pages-contact.section .wrap-form textarea:focus,
.contact-page .wrap-form input:focus,
.contact-page .wrap-form select:focus,
.contact-page .wrap-form textarea:focus {
  outline: 0;
  border-color: #3e4095;
  box-shadow: 0 0 0 3px rgba(62, 64, 149, .12);
}

.pages-contact.section .wrap-form .fa-exclamation-triangle,
.contact-page .wrap-form .fa-exclamation-triangle {
  display: block;
  margin-top: 5px;
  color: #ec3237;
  font-size: .8125rem;
  line-height: 1.4;
}

.pages-contact.section .wrap-form .frm-captcha,
.contact-page .wrap-form .frm-captcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.pages-contact.section .wrap-form .frm-captcha .frm-captcha-input label,
.contact-page .wrap-form .frm-captcha .frm-captcha-input label {
  display: none;
}

.pages-contact.section .wrap-form .frm-captcha .frm-captcha-input input,
.contact-page .wrap-form .frm-captcha .frm-captcha-input input {
  width: 150px;
}

.pages-contact.section .wrap-form .RadCaptcha img,
.contact-page .wrap-form .RadCaptcha img {
  max-width: 180px;
  height: 42px !important;
  object-fit: contain;
}

.pages-contact.section .wrap-form .frm-btnwrap,
.contact-page .wrap-form .frm-btnwrap {
  margin-top: 4px;
}

.pages-contact.section .wrap-form .frm-btnwrap label,
.pages-contact.section .wrap-form .frm-btnwrap .frm-btn-reset,
.contact-page .wrap-form .frm-btnwrap label,
.contact-page .wrap-form .frm-btnwrap .frm-btn-reset {
  display: none !important;
}

.pages-contact.section .wrap-form .frm-btn-submit,
.pages-contact.section .wrap-form input[type="submit"],
.contact-page .wrap-form .frm-btn-submit,
.contact-page .wrap-form input[type="submit"] {
  border: 1px solid #ec3237;
  border-radius: 3px;
  background: #ec3237;
  padding: 0 30px;
  min-width: 160px;
  height: 42px;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.pages-contact.section .wrap-form .frm-btn-submit:hover,
.pages-contact.section .wrap-form input[type="submit"]:hover,
.contact-page .wrap-form .frm-btn-submit:hover,
.contact-page .wrap-form input[type="submit"]:hover {
  background: #fff;
  color: #ec3237;
}

@media (max-width: 767.98px) {
  .pages-contact.section .wrap-form,
  .contact-page .wrap-form {
    padding: 20px 15px;
  }

  .pages-contact.section .wrap-form .form-group.col-sm-6,
  .contact-page .wrap-form .form-group.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pages-contact.section .wrap-form .frm-captcha .frm-captcha-input input,
  .contact-page .wrap-form .frm-captcha .frm-captcha-input input,
  .pages-contact.section .wrap-form .frm-btn-submit,
  .pages-contact.section .wrap-form input[type="submit"],
  .contact-page .wrap-form .frm-btn-submit,
  .contact-page .wrap-form input[type="submit"] {
    width: 100%;
  }
}

.news-page {
  background: #f2f2f2;
  padding: 60px 0 30px;
}

.news-page article {
  margin-bottom: 50px;
}

.pages-news-detail .orthernews-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.pages-news-detail .orthernews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background-color: #3e4095;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: all .3s ease-in-out;
}

.pages-news-detail .orthernews-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.pages-news-detail .orthernews-body .orthernews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}

.pages-news-detail .orthernews-body .orthernews-item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  overflow: hidden;
}

.pages-news-detail .orthernews-body .orthernews-item .img a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 53.37838%;
  overflow: hidden;
}

.pages-news-detail .orthernews-body .orthernews-item .img a iframe,
.pages-news-detail .orthernews-body .orthernews-item .img a img,
.pages-news-detail .orthernews-body .orthernews-item .img a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: .3s ease-in-out all;
  transition: all .3s ease-in-out;
}

.pages-news-detail .orthernews-body .orthernews-item .img img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: all .3s ease-in-out;
}

.pages-news-detail .orthernews-body .orthernews-item:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pages-news-detail .orthernews-body .orthernews-item .wrapper {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-left: 10px;
}

.pages-news-detail .orthernews-body .wrapper .title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
  color: #333;
  font-size: .875rem;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.pages-news-detail .orthernews-body .wrapper .title h3 a {
  color: inherit;
}

.pages-news-detail .orthernews-body .wrapper .title h3 a:hover {
  color: #ec3237;
}

.pages-news-detail .orthernews-body .wrapper .date {
  margin-top: 5px;
  font-size: .75rem;
}

.pages-news-detail .orthernews-body .wrapper .date p {
  margin: 0;
}

@media (max-width: 1199px) {
  .pages-news-detail .orthernews-wrapper {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 543px) {
  .pages-news-detail .orthernews-body .orthernews-item .img {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
}

.career-page {
  padding: 60px 0;
}

.career-page .table th {
  border: none;
  border-top: 2px solid #ed1c24;
  background: #222;
  color: #fff;
  text-transform: uppercase;
}

.career-page .table td {
  border: none;
}

.career-page .table td a {
  color: #333;
}

.career-page .table td a:hover {
  color: #ed1c24;
}

.career-page .table th, .career-page .table td {
  text-align: center;
  padding: 10px 20px;
}

.career-page .table th:first-child, .career-page .table td:first-child {
  text-align: left;
}

.career-page .table tr:nth-child(even) {
  background: #f7f7f7;
}

.career-detail {
  padding-top: 60px;
  margin-bottom: 60px;
}

.career-detail .btn-apply {
  display: inline-block;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
}

