.header-content {
  background-color: #fff !important;
}

#banner_block {
  background: #f2f2f2;
}

#banner_block .banner {
  position: relative;
}

#banner_block .banner .slide-banner .banner-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

#banner_block .banner .slide-banner .banner-1 img {
  width: 100%;
  max-width: 430px;
  height: auto;
}

#banner_block .banner .slide-banner .banner-1 .text a {
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 10px;
}

#banner_block .banner .slide-banner .banner-1 .text a .title {
  font-size: 64px;
  color: #f99e1c;
  text-transform: uppercase;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

#banner_block .banner .slide-banner .banner-1 .text .summary p {
  font-size: 18px;
  margin-bottom: 0;
  color: #3a3a3a;
  font-weight: 700;
}

#banner_block .banner .owl-dots {
  display: none;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin: 0 !important;
  width: 100%;
}

#banner_block .banner .owl-dots .owl-dot {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#banner_block .banner .owl-dots .owl-dot span {
  margin: 0;
  background: rgba(109, 110, 113, 0.5);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

#banner_block .banner .owl-dots .owl-dot:hover span {
  border-color: #f58220;
}

#banner_block .banner .owl-dots .owl-dot.active {
  border: 1px solid #f58220;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

#banner_block .banner .owl-dots .owl-dot.active span {
  background: #f58220 !important;
  border-color: #f58220;
}

#banner_block .banner .owl-nav {
  display: none;
}

#banner_block .banner .owl-nav .owl-prev {
  background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 60px;
  height: 60px;
  top: 40%;
  left: 0px;
  position: absolute;
  opacity: 0.5;
}

#banner_block .banner .owl-nav .owl-prev span {
  display: none;
}

#banner_block .banner .owl-nav .owl-prev:hover {
  background: #f58220 url(../../../../templates/default/images/prev.svg) center center no-repeat;
  opacity: 1;
}

#banner_block .banner .owl-nav .owl-prev:focus, #banner_block .banner .owl-nav .owl-prev:focus-visible {
  outline: none;
  border: none;
}

#banner_block .banner .owl-nav .owl-next {
  background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 60px;
  height: 60px;
  top: 40%;
  right: 0px;
  position: absolute;
  opacity: 0.5;
}

#banner_block .banner .owl-nav .owl-next span {
  display: none;
}

#banner_block .banner .owl-nav .owl-next:hover {
  background: #f58220 url(../../../../templates/default/images/next.svg) center center no-repeat;
  opacity: 1;
}

#banner_block .banner .owl-nav .owl-next:focus, #banner_block .banner .owl-nav .owl-next:focus-visible {
  outline: none;
  border: none;
}

#about_us {
  background: #f99e1c;
  padding: 50px 0;
}

#about_us .about_us .title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

#about_us .about_us .summary {
  width: 80%;
  margin: auto;
}

#about_us .about_us .summary p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#about_us .about_us .summary p:last-child {
  margin-bottom: 0;
}

#about_us .about_us .list_banner {
  margin-top: 40px;
}

#about_us .about_us .list_banner .item a img {
  width: 100%;
  height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
}

#about_us .about_us .list_banner .item .text {
  width: 80%;
  margin: auto;
  text-align: center;
}

#about_us .about_us .list_banner .item .text .title2 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#about_us .about_us .list_banner .item .text .summary2 p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#ceo {
  background: #f2f2f2;
}

#ceo .ceo_message {
  padding: 80px 0;
}

#ceo .ceo_message .title {
  font-size: 16px;
  color: #3a3a3a;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: solid 1px #999999;
}

#ceo .ceo_message .content {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 330px;
      grid-template-columns: auto 330px;
  gap: 40px;
}

#ceo .ceo_message .content .left p {
  color: #3a3a3a;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 26px;
}

#ceo .ceo_message .content .left p:last-child {
  margin-bottom: 0;
}

#application_block .applications {
  padding: 80px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

#application_block .applications .slogan {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/1/3;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

#application_block .applications .slogan h2 {
  color: #3a3a3a;
  font-size: 55px;
  margin-bottom: 20px;
  font-family: "NotoSerif", sans-serif;
  font-weight: 500;
}

#application_block .applications .slogan p {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 0;
}

#application_block .applications .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;
  position: relative;
}

#application_block .applications .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#application_block .applications .item .text {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 20px;
  text-align: center;
  z-index: 1;
}

#application_block .applications .item .text .name {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#application_block .applications .item .text .description {
  font-size: 13px;
  color: #eeeeee;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#application_block .applications .item::before {
  content: "";
  display: block;
  width: 0%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#application_block .applications .item::after {
  content: "";
  display: block;
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#application_block .applications .item:hover::before {
  width: 100%;
}

#application_block .applications .item:hover::after {
  width: 100%;
}

#application_block .applications .item:hover .text {
  opacity: 1;
}

#application_block .applications .item:hover .text .name,
#application_block .applications .item:hover .text .description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#products_block {
  background: #f4f4f4;
}

#products_block .products {
  padding: 80px 0 40px;
}

#products_block .products .top {
  color: #3a3a3a;
  text-align: center;
}

#products_block .products .top h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

#products_block .products .top p {
  font-family: "NotoSerif", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  width: 90%;
  margin: auto;
}

#products_block .products .list_products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

#products_block .products .list_products .item_prd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 12px;
  position: relative;
}

#products_block .products .list_products .item_prd img {
  width: 94px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#products_block .products .list_products .item_prd .text {
  color: #3a3a3a;
}

#products_block .products .list_products .item_prd .text .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

#products_block .products .list_products .item_prd .text .description p {
  font-size: 14px;
  margin-bottom: 0;
}

#products_block .products .list_products .item_prd::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 12px;
}

#products_block .products .list_products .item_prd::after {
  content: "";
  display: none;
  width: calc(100% - 12px);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 12px;
}

#products_block .products .list_products .item_prd.has-after::after {
  display: block;
}

#block-news .news {
  padding: 80px 0;
}

#block-news .news .section-news {
  position: relative;
  margin-top: 40px;
}

#block-news .news .section-news .item_news .article-item {
  display: block;
}

#block-news .news .section-news .item_news .article-item .article-title {
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a;
  margin: 20px 0 15px;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

#block-news .news .section-news .item_news .article-item img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-news .news .section-news .item_news .sub {
  gap: 20px;
  margin-bottom: 15px;
}

#block-news .news .section-news .item_news .sub .time {
  gap: 5px;
}

#block-news .news .section-news .item_news .sub .time span {
  font-size: 14px;
  color: #757575;
  line-height: normal;
}

#block-news .news .section-news .item_news .sub .cat {
  gap: 5px;
}

#block-news .news .section-news .item_news .sub .cat span {
  font-size: 14px;
  color: #757575;
  line-height: normal;
}

#block-news .news .section-news .item_news .summary {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

#block-news .news .section-news .item_news .summary p {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 0;
}

#block-news .news .section-news .item_news .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#block-news .news .section-news .item_news .see-more a .more {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
}

#block-news .news .section-news .owl-nav {
  display: block;
}

#block-news .news .section-news .owl-nav .owl-prev {
  background: url(../../../../images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
  position: absolute;
  border: none;
}

#block-news .news .section-news .owl-nav .owl-prev span {
  display: none;
}

#block-news .news .section-news .owl-nav .owl-prev:hover {
  background: url(../../../../images/prev.svg) center center no-repeat;
}

#block-news .news .section-news .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}

#block-news .news .section-news .owl-nav .owl-next {
  background: url(../../../../images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  position: absolute;
  border: none;
}

#block-news .news .section-news .owl-nav .owl-next span {
  display: none;
}

#block-news .news .section-news .owl-nav .owl-next:hover {
  background: url(../../../../images/next.svg) center center no-repeat;
}

#block-news .news .section-news .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}

.label_error {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 769px) {
  .banner .banner-home .owl-carousel .owl-item img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .banner-home .text {
    padding: 0;
    left: 10%;
    bottom: 20%;
  }
  .banner .banner-home .text .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner .banner-home .text .sub {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 90%;
  }
  .banner .banner-home .text .sub p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .banner .banner-home .text .sub p span {
    font-size: 14px !important;
  }
  .banner .banner-home .text .see-more {
    font-size: 13px;
  }
  .banner .banner-home .owl-dots {
    bottom: 5%;
  }
  .banner .banner-home .owl-nav {
    display: block;
  }
  .banner .banner-home .owl-nav .owl-prev {
    background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/prev.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    top: 45%;
    left: 0px;
    position: absolute;
    opacity: 0.5;
  }
  .banner .banner-home .owl-nav .owl-prev span {
    display: none;
  }
  .banner .banner-home .owl-nav .owl-prev:hover {
    background: #f58220 url(../../../../templates/default/images/prev.svg) center center no-repeat;
    opacity: 1;
  }
  .banner .banner-home .owl-nav .owl-prev:focus, .banner .banner-home .owl-nav .owl-prev:focus-visible {
    outline: none;
    border: none;
  }
  .banner .banner-home .owl-nav .owl-next {
    background: rgba(109, 110, 113, 0.6) url(../../../../templates/default/images/next.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    top: 45%;
    right: 0px;
    position: absolute;
    opacity: 0.5;
  }
  .banner .banner-home .owl-nav .owl-next span {
    display: none;
  }
  .banner .banner-home .owl-nav .owl-next:hover {
    background: #f58220 url(../../../../templates/default/images/next.svg) center center no-repeat;
    opacity: 1;
  }
  .banner .banner-home .owl-nav .owl-next:focus, .banner .banner-home .owl-nav .owl-next:focus-visible {
    outline: none;
    border: none;
  }
  #banner_block .banner .slide-banner .banner-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 15px;
  }
  #banner_block .banner .slide-banner .banner-1 img {
    max-width: 300px;
  }
  #banner_block .banner .slide-banner .banner-1 .text a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #banner_block .banner .slide-banner .banner-1 .text a .title {
    font-size: 40px;
  }
  #banner_block .banner .slide-banner .banner-1 .text .summary p {
    font-size: 16px;
  }
  #about_us {
    padding: 20px 0;
  }
  #about_us .about_us .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #about_us .about_us .summary {
    width: 100%;
  }
  #about_us .about_us .summary p {
    font-size: 15px;
  }
  #about_us .about_us .list_banner {
    margin-top: 15px;
  }
  #ceo {
    padding: 20px 0;
  }
  #ceo .ceo_message .content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  #ceo .ceo_message .content .image {
    display: none;
  }
  #ceo .ceo_message .content .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ceo .ceo_message .content .left p {
    margin-bottom: 12px;
  }
  #application_block {
    padding: 30px 0;
  }
  #application_block .applications {
    grid-gap: 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  #application_block .applications .slogan h2 {
    font-size: 45px;
  }
  #products_block {
    padding: 30px 0;
  }
  #products_block .products .top h2 {
    font-size: 30px;
  }
  #products_block .products .list_products {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }
  #products_block .products .list_products .item_prd {
    padding: 0;
  }
  #products_block .products .list_products .item_prd::before, #products_block .products .list_products .item_prd::after {
    display: none;
  }
  #products_block .products .list_products .item_prd .text .description {
    margin-bottom: 0;
  }
  #block-news {
    padding: 20px 0;
  }
  #block-news .news .section-news {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  #application_block .applications {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #application_block .applications .slogan h2 {
    font-size: 38px;
  }
  #products_block .products .top p {
    width: 100%;
  }
}
/*# sourceMappingURL=home.css.map */