.banner {
  background: url(../img/banner.jpg);
  height: 600px; }

.product {
  background: url(../img/productbg.jpg);
  background-size: 100% 100%; }
  .product__title {
    font-weight: bold;
    font-size: 28px; }
    .product__title span {
      margin-top: 20px;
      font-weight: lighter;
      font-size: 24px; }
  .product .card a {
    color: #000;
    text-decoration: none; }
  .product .card:hover {
    cursor: pointer; }
    .product .card:hover img {
      transform: scale(1.03); }
  .product .card img {
    transform: scale(1);
    transition: all 0.2s linear;
    max-height: 250px; }
  .product .card__head {
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  .product .card__body {
    background-color: #b5b5b6;
    padding: 10px;
    text-align: center;
    text-decoration: underline transparent;
    letter-space: 2px;
     }
    .product .card__body .model {
      font-weight: bold;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product .card__body .name {
      overflow: hidden;
      white-space: nowrap;
      letter-spacing: 1px;
      text-overflow: ellipsis; }

.about {
  background: url(../img/aboutus.jpg);
  color: #fff; }
  .about__summary {
    margin-top: 10px; }
    .about__summary p {
      margin-bottom: 10px;
      line-height: 26px; }
  .about .statistics {
    margin-top: 20px; }
    .about .statistics .border-row {
      margin: 0 15px;
      padding: 0 15px;
      border-left: 1px solid #474747;
      border-right: 1px solid #474747; }
    .about .statistics-number {
      font-size: 45px; }
    .about .statistics-unit {
      font-size: 15px;
      vertical-align: text-top; }
    .about .statistics-des {
      font-size: 16px; }

.factory__pic {
  height: 250px;
  width: 100%; }
  .factory__pic-big {
    height: 510px; }

.py-section {
  padding: 70px 0; }

.heading-primary--white,
.heading-primary--black {
  font-weight: bold;
  font-size: 28px; }
  .heading-primary--white span,
  .heading-primary--black span {
    margin-top: 20px;
    font-weight: lighter;
    font-size: 24px; }

.heading-primary--white {
  color: #fff; }

.heading-primary--black {
  color: #000; }

.btn {
  border: 0;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  border-radius: 2px; }
  .btn-primary {
    color: #fff;
    background-color: #f0831e; }
    .btn-primary:visited {
      color: #fff;
      background-color: #f0831e; }
    .btn-primary:hover {
      background-color: #f88315;
      color: #fff; }
    .btn-primary:active {
      background-color: #e07918; }

.operations__tab-container {
  margin-top: 30px;
  margin-bottom: 45px;
  margin: 45px auto 30px auto; }

.operations__tab {
  padding: 3px 25px;
  border-radius: 25px;
  border: 1px solid #000;
  font-size: 16px;
  transition: all 0.2s;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  color: #000; }
  .operations__tab--active {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid transparent; }
  .operations__tab:hover {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid transparent; }

.operations__content {
  display: none; }
  .operations__content--active {
    display: block; }

.card {
  text-align: center;
  text-decoration: none; }
  text-de .card:hover img {
    transform: scale(1.1, 1.1); }
  .card__head {
    max-height: 380px;
    overflow: hidden;
    width: 100%; }
    .card__head img {
      height: auto;
      transition: all 0.2s; }
  .card__body {
    z-index: 80;
    border-top: 1px solid #e7e7e7 !important;
    background-color: #f8f8f8;
    text-decoration: none;
    color: #000; }

@media (max-width: 768px) {
  .heading-primary--black {
    font-size: 22px !important; }
    .heading-primary--black span {
      font-size: 20px; }
  .about {
    height: 580px;
    background: #000; }
    .about .statistics-number {
      font-size: 30px !important; }
    .about .statistics-des {
      font-size: 14px; }
    .about .statistics .border-row {
      margin: 0 0px;
      padding: 0 0px;
      border-left: 0px solid #474747;
      border-right: 0px solid #474747; }
    .about .statistics .col-md-auto {
      white-space: nowrap;
      text-align: center;
      width: 33%; }
    .about .statistics .row {
      flex-wrap: wrap; }
  .banner {
    height: 350px;
    background-position: 10% 10%; } }