.feature {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.295);
  z-index: 2020; }
  .feature .form-control:focus {
    box-shadow: unset; }
  .feature ul {
    margin-bottom: 0px; }
    .feature ul li {
      list-style-type: none; }
      .feature ul li a {
        text-decoration: none;
        color: #aaa9a9;
        padding: 0 10px; }
        .feature ul li a:hover {
          text-decoration: underline; }
  .feature .form-control {
    border-radius: 0px; }
  .feature .btn {
    border-radius: 0px;
    border: 1px solid #ced4da;
    border-left: unset;
    padding: 0 15px;
    background-color: var(--color-primary);
    color: #fff; }
    .feature .btn:hover {
      background-color: var(--color-primary-dark); }
    .feature .btn:active {
      background-color: var(--color-primary-darker); }

#carouselExampleControls {
  margin-top: 127px; }

.product {
  background-color: #f1f5f9; }
  .product .card {
    border: 0px;
    color: #000; }
    .product .card:hover {
      color: #000; }
      .product .card:hover .card-img-top {
        transform: scale(1.1); }
    .product .card h5 {
      font-size: 17px;
      font-weight: bold; }
  .product .card-img-window {
    overflow: hidden;
    width: 100%;
    max-height: 324px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product .card-img-top {
    overflow: hidden;
    transform: scale(1);
    transition: all 0.2s; }
  .product .card-body {
    background-color: #eeeeee;
    text-align: left; }
  .product .container-operations {
    max-width: 1100px !important;
    margin: 60px auto; }
  .product .operations__tab-container {
    margin: 60px auto 40px auto;
    max-width: 1100px; }
  .product .operations__tab {
    padding: 3px 25px;
    border-radius: 25px;
    border: 1px solid #000;
    font-size: 16px;
    transition: all 0.2s;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    color: #000; }
    .product .operations__tab--active {
      background-color: var(--color-primary-darker);
      color: #fff;
      border: 1px solid transparent; }
    .product .operations__tab:hover {
      background-color: var(--color-primary-dark);
      color: #fff;
      border: 1px solid transparent; }
  .product .operations__content {
    display: none; }
    .product .operations__content--active {
      display: block; }

.instroduction {
  background: url(../img/Introduction.png) no-repeat center center; }
  .instroduction h2 {
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff; }
  .instroduction .content {
    margin-top: 20px;
    text-indent: 2rem;
    line-height: 26px;
    color: #fff; }

.factory {
  background-color: #f1f5f9; }
  .factory .pic {
    display: block;
    margin: 0 auto; }

.contact {
  color: #fff;
  background: url(../img/contact-bg.png); }
  .contact h3 {
    margin: 5px 0 15px 0;
    position: relative; }
    .contact h3::before {
      position: absolute;
      content: "";
      left: -3%;
      width: 10px;
      height: 100%;
      background-color: #fff; }
  .contact .content {
    text-align: left; }

.new {
  background-color: #f7f7f7; }
  .new .row > * {
    padding: 0px; }
  .new .col-xl-5 {
    border-right: 1px solid #eee; }
  .new .row {
    background-color: #fff; }
  .new .card {
    border: 0px; }
  .new .card-img-window {
    position: relative; }
  .new .card-img-date {
    position: absolute;
    bottom: 0%;
    left: 0%;
    color: #fff;
    padding: 10px 20px;
    background-color: #09407e; }
  .new .card-img-top {
    max-height: 330px; }
  .new h5 {
    font-size: 16px;
    font-weight: 700; }
  .new a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s; }
    .new a:hover {
      color: var(--color-primary-dark); }
  .new .rounded-start {
    max-height: 115px; }
  .new .card-text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 5px; }
  .new .more {
    font-size: 14px; }
  .new .card-btn {
    font-size: 13px; }
  .new .rounded-start-window {
    position: relative; }
  .new .rounded-start-text {
    position: absolute;
    top: 6%;
    left: 0%;
    background-color: #09407e;
    color: white;
    font-size: 12px;
    padding: 5px; }
  .new .card-title:hover {
    color: var(--color-primary-dark); }
  .new .month {
    font-size: 22px;
    font-weight: 600; }
  .new .year {
    font-style: italic;
    font-size: 13px;
    text-align: right;
    font-weight: 500;
    letter-spacing: -0.5px; }

@media (max-width: 1200px) {
  .product .operations__tab-container {
    margin: 25px auto 25px auto; }
  .instroduction {
    background-position: left;
    height: 500px;
    background-color: #465159;
    background-size: cover; }
  .contact .content {
    text-align: center; } }
