.page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.page-link:hover, .page-link:focus {
  z-index: 2;
  color: #ed6d00;
  background-color: #f3f3f3;
  border-color: transparent;
  box-shadow: none; }

.page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent; }

.page-title {
  text-align: center;
  color: #999;
  font-size: 2.2rem;
  margin-bottom: 2.5rem; }

.page-intro {
  text-align: center;
  color: #999;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  font-weight: lighter; }

.page-subtitle {
  text-align: center;
  color: #ff9900;
  font-size: 1.7rem;
  margin-bottom: 2.5rem; }

.subtitle {
  color: #fff;
  font-size: 1.5rem;
  margin: 2rem 0;
  padding: 0.5rem 1.2rem;
  font-weight: lighter;
  position: relative;
  z-index: 0; }

.subtitle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2.7rem;
  background-color: #ed6d00;
  z-index: -1; }

.subtitle2 {
  color: #ed6d00;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .subtitle2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #ed6d00;
    opacity: 0.3;
    width: 25px;
    height: 17px; }

.stitle {
  font-size: 1.2em;
  line-height: 1em;
  color: #999;
  font-style: italic; }

@media (min-width: 768px) {
  .page-title {
    text-align: center;
    color: #999;
    font-size: 3rem;
    margin-bottom: 2.5rem; }

  .page-intro {
    text-align: center;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    font-weight: lighter; }

  .subtitle {
    color: #fff;
    font-size: 1.7rem;
    margin: 0 0 2rem 0;
    padding: 0.5rem 1.2rem 0.5rem 0;
    font-weight: lighter;
    position: relative;
    z-index: 0; }

  .subtitle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
    height: 3rem;
    background-color: #ed6d00;
    z-index: -1; }

  .subtitle2 {
    color: #ed6d00;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    padding-left: 0.5em;
    position: relative; }
    .subtitle2:after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      background-color: #ed6d00;
      opacity: 0.3;
      width: 25px;
      height: 17px; }

  .stitle {
    font-size: 1.2em;
    line-height: 1em;
    color: #999;
    font-style: italic; } }
.content {
  margin-top: 80px;
  padding: 1rem 0;
  overflow-x: hidden; }
  .content .breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem; }
    .content .breadcrumb .breadcrumb-item a:link, .content .breadcrumb .breadcrumb-item a:visited {
      color: #999;
      text-decoration: none; }
    .content .breadcrumb .breadcrumb-item a:hover, .content .breadcrumb .breadcrumb-item a:active {
      color: #ed6d00;
      text-decoration: none; }
    .content .breadcrumb .breadcrumb-item.active {
      color: #ed6d00; }
  .content .breadcrumb-item + .breadcrumb-item::before {
    color: #999; }

.banner {
  z-index: 0; }

.move {
  margin-top: 0; }
  .move .paper {
    background-color: #fff;
    box-shadow: none;
    padding: 3rem 1rem;
    z-index: 99;
    position: relative; }
  .move .paper2 {
    background-color: #fff;
    box-shadow: none;
    padding: 1rem 0;
    z-index: 99;
    position: relative; }

@media (min-width: 768px) {
  .content {
    margin-top: 80px;
    padding: 3rem 0;
    overflow-x: hidden; }
    .content .breadcrumb {
      font-size: 0.85rem;
      margin-bottom: 2rem;
      padding: 0 0.5rem; }
      .content .breadcrumb .breadcrumb-item a:link, .content .breadcrumb .breadcrumb-item a:visited {
        color: #999;
        text-decoration: none; }
      .content .breadcrumb .breadcrumb-item a:hover, .content .breadcrumb .breadcrumb-item a:active {
        color: #ed6d00;
        text-decoration: none; }
      .content .breadcrumb .breadcrumb-item.active {
        color: #ed6d00; }
    .content .breadcrumb-item + .breadcrumb-item::before {
      color: #999; }

  .move {
    margin-top: -70px; }
    .move .paper {
      background-color: #fff;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      padding: 3rem 1rem;
      z-index: 99;
      position: relative; }
    .move .paper2 {
      background-color: #fff;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      padding: 3rem;
      z-index: 99;
      position: relative; } }
.bt-btn {
  margin-top: 3rem;
  width: 100%;
  text-align: center; }
  .bt-btn a {
    text-decoration: none; }

.side-nav {
  padding-top: 1rem; }
  .side-nav p {
    margin-bottom: 0.5rem;
    font-size: 1.3rem; }
    .side-nav p a:link, .side-nav p a:visited {
      background-color: #f3f3f3;
      color: #333;
      padding: 0.7rem 1.2rem;
      text-align: center;
      text-decoration: none;
      display: block;
      width: 100%; }
    .side-nav p a:hover, .side-nav p a:active {
      background-color: #ed6d00;
      color: #fff;
      padding: 0.7rem 1.2rem;
      text-align: center;
      text-decoration: none;
      display: block;
      width: 100%; }
    .side-nav p a.active {
      background-color: #333;
      color: #fff;
      padding: 0.7rem 1.2rem;
      text-align: center;
      text-decoration: none;
      display: block;
      width: 100%; }

.news-list {
  padding: 0;
  border: 3px solid transparent;
  margin-bottom: 1rem; }
  .news-list a {
    text-decoration: none;
    color: #ed6d00; }
  .news-list .news-title {
    margin-top: 1rem;
    font-size: 1.2rem; }

.news-list:hover {
  border: 3px solid transparent; }

@media (min-width: 768px) {
  .news-list {
    padding: 1rem;
    border: 3px solid transparent;
    margin-bottom: 1rem; }
    .news-list a {
      text-decoration: none;
      color: #ed6d00; }
    .news-list .news-title {
      margin-top: 1rem;
      font-size: 1.5rem; }

  .news-list:hover {
    border: 3px solid #ed6d00; } }
.news-content .page-title {
  color: #ed6d00; }
.news-content .post-time {
  color: #999; }
.news-content img {
  max-width: 100%; }
.news-content a {
  color: #ed6d00; }
.news-content ul li {
  margin-bottom: 1rem; }
.news-content h1, .news-content h2, .news-content h3 {
  margin-bottom: 1rem; }
.news-content h4, .news-content h5, .news-content h6 {
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .news-content .page-title {
    color: #ed6d00; }
  .news-content .post-time {
    color: #999; }
  .news-content img {
    max-width: 70%; }
  .news-content a {
    color: #ed6d00; }
  .news-content ul li {
    margin-bottom: 1rem; } }
.cat-list {
  margin-bottom: 1rem;
  padding: 0;
  border: 3px solid transparent;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .cat-list a {
    text-decoration: none; }
  .cat-list p {
    color: #999;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    margin: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
  .cat-list p:after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ed6d00' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-size: auto 100%;
    margin-left: 0.5rem;
    color: transparent;
    display: inline-flex; }

.cat-list:hover {
  border: 3px solid #ed6d00; }
  .cat-list:hover a {
    text-decoration: none; }
  .cat-list:hover p {
    color: #999;
    font-size: 1.1rem;
    padding: 0.5rem;
    margin: 0; }

.bg-news {
  background-image: url("../images/bg-news.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom; }

.bg-blog {
  min-height: 600px;
  background-image: url("../images/bg-news.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom; }
  .bg-blog .blog-list {
    margin-bottom: 3rem;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .bg-blog .blog-list .blog-title {
      font-size: 1.7rem;
      color: #000;
      margin-bottom: 1rem;
      -webkit-transition: all .5s linear;
      transition: all .5s linear; }
      .bg-blog .blog-list .blog-title a {
        text-decoration: none;
        color: #000; }
    .bg-blog .blog-list p {
      font-size: 1rem;
      color: #999; }
      .bg-blog .blog-list p a {
        text-decoration: none;
        color: #999; }
    .bg-blog .blog-list .post-time {
      color: #ed6d00;
      font-size: 0.85rem;
      position: relative; }
      .bg-blog .blog-list .post-time i {
        margin-right: 0.5rem; }
    .bg-blog .blog-list .post-time:after {
      content: "";
      width: 50px;
      height: 1px;
      background-color: #ed6d00;
      position: absolute;
      margin-top: 0.5rem;
      margin-left: 0.5rem;
      -webkit-transition: all .5s linear;
      transition: all .5s linear; }
  .bg-blog .blog-list:hover .blog-title {
    font-size: 1.7rem;
    color: #ed6d00;
    margin-bottom: 1rem; }
    .bg-blog .blog-list:hover .blog-title a {
      text-decoration: none;
      color: #ed6d00; }
  .bg-blog .blog-list:hover .post-time {
    color: #ed6d00;
    font-size: 0.85rem;
    position: relative; }
    .bg-blog .blog-list:hover .post-time i {
      margin-right: 0.5rem; }
  .bg-blog .blog-list:hover .post-time:after {
    content: "";
    width: calc(100% - 6.7rem);
    height: 1px;
    background-color: #ed6d00;
    position: absolute;
    margin-top: 0.5rem;
    margin-left: 0.5rem; }

.blog-content .page-title {
  color: #ed6d00;
  text-align: left;
  margin-bottom: 1rem; }
.blog-content .post-time {
  color: #999; }
  .blog-content .post-time i {
    margin-right: 0.5rem; }
.blog-content img {
  max-width: 100%; }
.blog-content a {
  color: #ed6d00; }
.blog-content ul li {
  margin-bottom: 1rem; }
.blog-content h1, .blog-content h2, .blog-content h3 {
  margin-bottom: 1rem; }
.blog-content h4, .blog-content h5, .blog-content h6 {
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .blog-content .page-title {
    color: #ed6d00;
    text-align: left;
    margin-bottom: 1rem; }
  .blog-content .post-time {
    color: #999; }
    .blog-content .post-time i {
      margin-right: 0.5rem; }
  .blog-content img {
    max-width: 70%; }
  .blog-content a {
    color: #ed6d00; }
  .blog-content ul li {
    margin-bottom: 1rem; } }
/*Case*/
.case a {
  text-decoration: none; }
.case .case-list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .case .case-list p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7rem;
    z-index: 2;
    font-weight: lighter;
    text-align: center; }
  .case .case-list img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
.case .case-list:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
.case .case-list:hover {
  overflow: hidden; }
  .case .case-list:hover img {
    transform: scale(1.2); }
.case .case-list:hover:after {
  content: "";
  background-color: rgba(237, 109, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.case .nav-pills.case-tab .nav-link:link, .case .nav-pills.case-tab .nav-link:visited {
  border-radius: 0 !important; }
.case .nav-pills.case-tab .nav-link:hover, .case .nav-pills.case-tab .nav-link:active, .case .nav-pills.case-tab .nav-link:focus, .case .nav-pills.case-tab .nav-link.active {
  border-radius: 0 !important;
  background-color: #ed6d00;
  color: #fff; }
.case .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #333 !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
.case .nav-link:hover, .case .nav-link:active, .case .nav-link:focus, .case .nav-link.active {
  border-radius: 0 !important;
  background-color: #ed6d00;
  color: #fff !important; }
