/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 54px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  overflow-x: hidden;
}

body > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body > header {
  margin-top: -3.5rem;
}

.portfolio-item {
  margin-bottom: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.category .portfolio-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.category .portfolio-item .card-body {
  padding: 0;
  position: relative;
}
.category .portfolio-item .card-body img:nth-child(2),
.category .portfolio-item .card-body img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 102px;
  margin-left: -40px;
  width: 80px;
  z-index: 3;
}
.category .portfolio-item .card-body img:nth-child(3) {
  opacity: 0;
  z-index: 2;
}
.category .portfolio-item:hover .card-body img:nth-child(2) {
  opacity: 0;
}
.category .portfolio-item:hover .card-body img:nth-child(3) {
  opacity: 1;
}
.category .portfolio-item .card-body .b-title-lg {
  position: absolute;
  left: 0%;
  top: 202px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.category .portfolio-item .card-body a {
  position: absolute;
  left: 20%;
  bottom: 20px;
  width: 60%;
  text-align: center;
  opacity: 0;
  z-index: 3;
}
.category .portfolio-item:hover .card-body a {
  opacity: 1;
  background: #fff;
  color: #273f96;
}
.category .portfolio-item .card-body a:hover {
  background: #fff;
  color: #273f96;
}
.category .portfolio-item .card-body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(9, 153, 251, 0);
}
.category .portfolio-item:hover .card-body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(9, 153, 251, 0.5);
}
a {
  text-decoration: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  left: 25px !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  right: 25px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none !important;
}

.lhs-header .lhs-container-banner {
  display: flex;
  min-height: 340px;
  background-color: transparent;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-left: 0rem;
  padding-right: 0rem;
  align-items: center;
}

.lhs-header .swiper-container-banner .swiper-slide {
  display: flex;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: center;
}

@media (min-width: 768px) {
  .lhs-header .swiper-container-banner .swiper-slide {
    min-height: 500px;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .lhs-header .swiper-container-banner .swiper-slide {
    min-height: 400px;
  }
}

@media (max-width: 500px) {
  .lhs-header .swiper-container-banner .swiper-slide {
    min-height: 250px;
  }
}

.lhs-header .lhs-card {
  width: 100%;
}

.lhs-header .lhs-card > .card-body .card-title.title {
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #fff;
}

.lhs-header .lhs-card > .card-body .card-title.subtitle {
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 2rem;
}

.lhs-header .lhs-card > .card-body .btn {
  font-size: 1rem;
  color: #00cdac;
  border: solid 1px #00cdac;
  margin-right: auto;
}

.lhs-header .swiper-container-banner .lhs-card .card-body .card-title.title {
  margin-bottom: 2.75rem;
}

.lhs-header .swiper-container-banner .lhs-card .card-body .card-title.subtitle {
  margin-bottom: 0.5rem;
  padding-left: 0.35rem;
}

.lhs-header
  .swiper-container-banner
  .lhs-card
  .card-body
  .row
  .card-title.subtitle:before {
  position: absolute;
  content: '';
  top: 15%;
  left: 0rem;
  margin: auto;
  width: 0.6rem;
  height: 0.8rem;
  background-image: url(../images/index/arrow-icon.png);
}

.lhs-header .swiper-container-banner .lhs-card .card-body .btn {
  font-size: 1rem;
  color: #fff;
  background-color: #00cdac;
  margin-right: auto;
  margin-top: 2.75rem;
  border-radius: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (max-width: 34em) {
  .lhs-header .lhs-card > .card-body .card-title.title {
    font-size: 1.5rem;
  }

  .lhs-header .lhs-card > .card-body .card-title.subtitle {
    font-size: 12px;
  }

  .lhs-header .lhs-card > .card-body .btn {
    font-size: 0.875rem;
  }

  .lhs-header .swiper-container-banner .lhs-card .card-body .card-title.title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .lhs-header
    .swiper-container-banner
    .lhs-card
    .card-body
    .card-title.subtitle {
    margin-bottom: 0.35rem;
    padding-left: 0.25rem;
  }

  .lhs-header
    .swiper-container-banner
    .lhs-card
    .card-body
    .row
    .card-title.subtitle:before {
    position: absolute;
    content: '';
    top: 15%;
    left: 0rem;
  }

  .lhs-header .swiper-container-banner .lhs-card .card-body .btn {
    margin-top: 1rem;
  }

  .swiper-button-prev {
    display: none !important;
    left: 5px !important;
  }

  .swiper-button-next {
    display: none !important;
    right: 5px !important;
  }
}

.lhs-header:after,
.lhs-header:before {
  display: table;
  content: ' ';
}

.lhs-header:after {
  clear: both;
}

body > .container-fluid > .lhs-row {
  padding: 1.25rem 0rem 2.75rem 0rem;
  background-color: transparent;
}

body > .container-fluid > .lhs-row:last-child {
  margin-bottom: 0rem;
}

body > .container-fluid > .lhs-row:after,
body > .container-fluid > .lhs-row:before {
  display: table;
  content: ' ';
}

body > .container-fluid > .lhs-row:after {
  clear: both;
}

.card,
.card img,
.card-body,
.card-header {
  background-color: transparent;
}

.card-header {
  border-bottom: initial;
}

.lhs-card,
.lhs-card-lg {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 34em) {
  .lhs-card {
    max-width: calc(34rem - 0rem);
  }

  .lhs-card-lg {
    max-width: calc(30rem);
  }
}

@media (min-width: 48em) {
  .lhs-card {
    max-width: calc(45rem - 0rem);
  }

  .lhs-card-lg {
    max-width: calc(40rem);
  }
}

@media (min-width: 62em) {
  .lhs-card {
    max-width: calc(60rem - 0rem);
  }

  .lhs-card-lg {
    max-width: calc(55rem);
  }
}

@media (min-width: 75em) {
  .lhs-card {
    max-width: calc(72.25rem - 0rem);
  }

  .lhs-card-lg {
    max-width: calc(72.25rem + 10%);
  }
}

.lhs-card:after {
  clear: both;
}

.lhs-subcard .card-body {
  border-radius: 6px;
}

.h-title-xxl {
  font-size: 2.5rem !important;
  color: #000;
}

.h-title-xl {
  font-size: 1.875rem !important;
  color: #000;
}

.h-title-lg {
  font-size: 1.5rem !important;
  color: #fff;
}

.h-title-md {
  font-size: 1.25rem !important;
  color: #666;
}

.h-title-sm {
  font-size: 1.125rem !important;
  color: #7a949f;
}

.h-title-xs {
  font-size: 1rem !important;
  color: #fff;
}

.h-title-xxs {
  font-size: 0.9375rem !important;
  color: #333;
}

.h-title-xxxs {
  font-size: 0.8125rem !important;
  color: #666;
}

.b-title-xxl {
  font-size: 2.5rem !important;
  color: #000;
}

.b-title-xl {
  font-size: 1.875rem !important;
  color: #000;
}

.b-title-lg {
  font-size: 1.2rem !important;
  color: #fff;
}

.b-title-md {
  font-size: 1.25rem !important;
}

.b-title-sm {
  font-size: 1.125rem !important;
  color: #333;
}

.b-title-xs {
  font-size: 1rem !important;
  color: #7a949f;
}

.b-title-xxs {
  font-size: 0.9375rem !important;
  color: #333;
}

.b-title-xxxs {
  font-size: 0.8125rem !important;
  color: #666;
}

.text-xxxl {
  font-size: 2.125rem !important;
  color: #0c9;
}

.text-xxl {
  font-size: 1.5rem !important;
  color: #000;
}

.text-xl {
  font-size: 1.25rem !important;
  color: #000;
}

.text-lg {
  font-size: 1.125rem !important;
  color: #666;
}

.text-md {
  font-size: 0.9375rem !important;
  color: #cfcfd0;
}

.text-sm {
  font-size: 0.875rem !important;
  color: #333;
}

.text-xs {
  font-size: 0.8125rem !important;
  color: #666;
}

.text-xxs {
  font-size: 0.625rem !important;
}

.text-xxxs {
  font-size: 0.5rem !important;
}

@media (max-width: 45em) {
  .b-title-xxl,
  .h-title-xxl {
    font-size: 1.5rem !important;
  }

  .b-title-xl,
  .h-title-xl {
    font-size: 1.375rem !important;
  }

  .b-title-lg,
  .h-title-lg {
    font-size: 1.25rem !important;
  }

  .b-title-md,
  .h-title-md {
    font-size: 1.125rem !important;
  }

  .b-title-sm,
  .h-title-sm {
    font-size: 1rem !important;
  }
}
