@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-heavy.eot');
  src: url('../fonts/gilroy-heavy.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-heavy.woff2') format("woff2"), url('../fonts/gilroy-heavy.woff') format("woff"), url('../fonts/gilroy-heavy.ttf') format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-bold.eot');
  src: url('../fonts/gilroy-bold.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-bold.woff2') format("woff2"), url('../fonts/gilroy-bold.woff') format("woff"), url('../fonts/gilroy-bold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-medium.eot');
  src: url('../fonts/gilroy-medium.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-medium.woff2') format("woff2"), url('../fonts/gilroy-medium.woff') format("woff"), url('../fonts/gilroy-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-regular.eot');
  src: url('../fonts/gilroy-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-regular.woff2') format("woff2"), url('../fonts/gilroy-regular.woff') format("woff"), url('../fonts/gilroy-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-light.eot');
  src: url('../fonts/gilroy-light.eot?#iefix') format("embedded-opentype"), url('../fonts/gilroy-light.woff2') format("woff2"), url('../fonts/gilroy-light.woff') format("woff"), url('../fonts/gilroy-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal
}

* {
  font-family: "Gilroy", sans-serif;
  scroll-behavior: smooth;
  scroll-margin-top: 130px;
}

body {
  font-weight: 18px;
}

.accordion-active {
  font-weight: 500 !important;
}

.font-17 {
  font-size: 17px !important;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}

.accordion-item:last-child .font-20 {
  border: 0;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  color: #565656;
}

.accordion-button:focus {
  border-color: #c72a21 !important;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  display: none !important;
}

#page .sidebar {
  box-sizing: border-box;
  height: auto;
}

#page .sidebar h3 {
  color: #c72a21;
}

#page .sidebar ul {
  list-style: none;
}

#page .sidebar ul li a {
  color: var(--antrasit);
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#page .sidebar ul li.active a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c72a21;
  float: left;
  margin-left: 6px;
}

#page .content h3 {
  color: #c72a21;
}

#page .content p {
  color: var(--antrasit);
  line-height: 30px;
}

.color-B4013D {
  color: #c72a21 !important;
}

.header-logo {
  height: 90px !important;
}

.color#c72a21 {
  color: #c72a21 !important;
}

.btn-B4013D {
  background-color: #c72a21 !important;
  color: #fff !important;
}

.btn-yellow {
  background-color: #c72a21 !important;
  color: #fff !important;
}

.btn-black {
  background-color: #000000 !important;
  color: #fff !important;
}



a {
  text-decoration: none !important;
}

.g-recaptcha {
  overflow: hidden;
}

.blog-detail-text p,
.detail-text {
  color: #52515a !important;
  font-size: 16px !important;
  line-height: 30px;
}

.main-item a {
  color: #52515a !important;
}

.main-item a.active {
  font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #c72a21 !important;
}

/* HEADER START */

.header-top-nav-link {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400;
}

.header-top-nav-link.active {
  font-weight: 600;
}

@media (max-width: 1199px) {
  body {
    padding-top: 83px;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 83px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    overflow-y: auto;
    visibility: hidden;
    background-color: #52515a;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .mobile-navbar-menu a,
  .mobile-navbar-menu a.active,
  .mobile-navbar-menu a i {
    color: #fff !important;
  }

  .mobile-dropdown-lang {
    border: 0 !important;
  }

  .mobile-dropdown-alt-lang li a {
    color: #565656 !important;
  }
}

/* HEADER END */

/* PRODUCT START */

#home-product {
  padding: 80px 0px;
  box-sizing: border-box;
}

#home-product .card-img-top {
  border-radius: 6px;
  aspect-ratio: 1;
  object-fit: cover;
}

.home-product-title {
  font-size: 18px !important;
  color: #000000 !important;
  font-weight: 300 !important;
  line-height: 30px;
}

.home-product-btn {
  color: #c72a21 !important;
}

/* PRODUCT END */

/* PRODUCTION START */
.home-products {
  position: relative;
}

.home-products .title h3 {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home-products .title h3:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #c72a21;
  display: block;
  margin-right: 8px;
}

.home-products .title h3:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #c72a21;
  display: block;
  margin-left: 8px;
}

.home-products h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.home-products span {
  font-size: 16px;
  font-weight: 600;
  color: #c72a21;
}

.home-products .carousel-control-prev,
.home-products .carousel-control-next {
  z-index: 999 !important;
  width: auto !important;
  opacity: 1 !important;
}

.home-products .carousel-control-next-icon,
.home-products .carousel-control-prev-icon {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.home-products .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiPjxwYXRoIGQ9Ik0xMiwyNWExLDEsMCwwLDEtLjcxLS4yOSwxLDEsMCwwLDEsMC0xLjQyTDE4LjU5LDE2bC03LjMtNy4yOWExLDEsMCwxLDEsMS40Mi0xLjQybDgsOGExLDEsMCwwLDEsMCwxLjQybC04LDhBMSwxLDAsMCwxLDEyLDI1WiIvPjwvZz48ZyBpZD0iZnJhbWUiPjxyZWN0IGNsYXNzPSJjbHMtMSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIi8+PC9nPjwvc3ZnPg==") !important;
}

.home-products .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiPjxwYXRoIGQ9Ik0yMCwyNWExLDEsMCwwLDEtLjcxLS4yOWwtOC04YTEsMSwwLDAsMSwwLTEuNDJsOC04YTEsMSwwLDEsMSwxLjQyLDEuNDJMMTMuNDEsMTZsNy4zLDcuMjlhMSwxLDAsMCwxLDAsMS40MkExLDEsMCwwLDEsMjAsMjVaIi8+PC9nPjxnIGlkPSJmcmFtZSI+PHJlY3QgY2xhc3M9ImNscy0xIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiLz48L2c+PC9zdmc+") !important;
}

/* PRODUCTION END */

/* CONTACT START */

.form-control {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #000;
}

.contact-info a {
  color: #000;
}

/* CONTACT END */

/* FOOTER START */

footer .logo {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

footer .social-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #DDDDDD;
  text-align: center;
}

footer .social-link a i {
  color: #fff !important;
  font-size: 15px !important;
}

.fixed-top{
  background-color: rgba(0,0,0,.35);
}

/* FOOTER END */

.breadcrumb-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  box-sizing: border-box;
  padding-top: 200px !important;
}

.breadcrumb-bg h3 {
  font-size: 54px;
  font-weight: 800;
}

.breadcrumb-bg p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#page {
  padding: 80px 0px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 800px 600px;
  background-position: bottom right;
}

#page .no-image-item {
  width: 100%;
}

#page .image-item {
  width: 100%;
  padding: 100px 0px;
  box-sizing: border-box;
  margin: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page .image-item .box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
  box-sizing: border-box;
}

#page .image-item .box h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
}

#page .no-image-item h3 {
  font-size: 32px;
  font-weight: 300;
  color: #000;
}

#page .no-image-item p {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 36px;
}

#page .image-item .box p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #c72a21 !important;
  color: #fff !important;
}

.nav-pills .nav-link {
  color: #52515a !important;
  border-radius: 20px !important;
}

.product-detail-title {
  font-size: 32px !important;
  font-weight: 300 !important;
  color: #000;
}

.product-detail-text {
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #000;
  line-height: 36px !important;
  text-align: center !important;
}

@media screen and (max-width: 991px) {
  .sub-page-left {
    order: 2;
  }

  .sub-page-right {
    margin-bottom: 30px;
  }

  .sub-page-right>ul {
    margin-top: -130px !important;
  }

  .footer-item {
    margin-bottom: 25px;
  }

  .footer-logo {
    border: 0 !important;
    padding: 0 !important;
    margin: 10px 0px 40px 0px;
  }

  .footer-bottom-logo {
    text-align: left !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  #page .image-item .box {
    width: 100%;
  }
}

@media screen and (max-width: 467px) {
  #home-corporate {
    padding: 120px 0px;
  }

  #home-corporate .home-corporate-menu {
    width: 100%;
    right: auto;
    writing-mode: unset;
    transform: none;
    top: auto;
    height: auto;
    bottom: 60px;
  }

  #home-corporate .home-corporate-menu a {
    margin-bottom: 0px;
  }

  #home-corporate .home-corporate-menu a:first-child {
    margin-right: 20px;
  }
}

/* SLIDER START */

.slider-img {
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
}

.slider-img:before{
  content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
pointer-events: none;
z-index: 0;
}

.carousel {
  position: relative;
}

.carousel-caption {
  bottom: 0 !important;
  background-color: #c72a21;
}

#banner .carousel-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#banner .carousel-control-next,
#banner .carousel-control-prev {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  position: relative !important;
  display: block;
  background-color: #c72a21;
  opacity: 1;
}

#banner .carousel-control-next {
  background-image: url(../img/next.svg);
  background-color: #fff;
}

.border-news-end {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 991px) {
  .border-news-end {
    border: 0;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu>li {
  margin-bottom: 12px;
}

.social-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #f4b231;
  margin: 0 4px;
  text-align: center;
  font-size: 14px;
  color: #000 !important;
}

.social-link a i {
  color: #000;
}

#home-news {
  background-image: url('../img/news-bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 80px 0px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.color-B4013D {
  color: #c72a21 !important;
}

#products {
  background-image: url(../img/product-bg.png);
}

#products .product-item {
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ddd;
}

#products .product-item .image {
  aspect-ratio: 1;
}

#products .product-item .image img {
 width: 100%;
 height: 100%;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 -o-border-radius: 6px;
}

#products .product-item .title {
  font-size: 20px;
  font-weight: 500;
  color: #c72a21;
  margin-bottom: 20px;
}

#products .product-item .button {
  color: #000;
  font-size: 18px;
  padding-bottom: 5px;
}

.whatsapp {
	position: fixed;
	top: 30vh;
	right: 0px;
	z-index: 1000;
}

.whatsapp-icon {
	background-color: #42db87;
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-weight: 300;
	text-decoration: none !important;
	padding: 10px;
	box-sizing: border-box;
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.whatsapp-icon>span {
	writing-mode: vertical-lr;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}