@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Inter Tight", sans-serif;
}

ul {
  margin: 0;
  list-style-type: none;
}

h2 {
  font: 700 35px/41px "Inter Tight", sans-serif;
}

*:active, *:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

a {
  display: block;
}

.general-button a {
  color: white;
  width: fit-content;
  padding: 9px 20px;
  border-radius: 60px;
  background: #D70011;
  font: 400 17px/17px "Inter Tight", sans-serif;
  transition: all 0.5s;
}
.general-button a:hover {
  color: white;
  background: black;
}

header {
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 30px 0;
  position: absolute;
}
header .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo img {
  width: 179px;
  height: 50px;
}
header .header-menu {
  position: relative;
}
header .header-menu ul {
  margin: 0;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
header .header-menu ul li {
  display: flex;
  margin: 0 30px;
  align-items: center;
}
header .header-menu ul li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
header .header-menu ul li a:hover {
  color: #D70011;
}
header .header-dropdown {
  display: flex;
}
header .header-dropdown .dropdown {
  margin-left: 15px;
}
header .header-dropdown .dropdown button.btn-secondary {
  padding: 0;
  outline: 0;
  height: 25px;
  border: none;
  border: none;
  color: #0053a2;
  background: none;
  margin: 12.5px 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
  line-height: 25px;
  font: 400 12px/12px "Inter Tight", sans-serif;
}
header .header-dropdown .dropdown button.btn-secondary i {
  font-size: 12px;
  margin-left: 6px;
}
header .header-dropdown .dropdown button.btn-secondary:active {
  outline: 0;
  border: transparent;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
}
header .header-dropdown .dropdown button.btn-secondary:hover, header .header-dropdown .dropdown button.btn-secondary:visited {
  outline: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
}
header .header-dropdown .dropdown button.btn-secondary:after {
  display: none;
}
header .header-dropdown .dropdown button.btn-secondary:focus {
  color: #0053a2;
  border: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
  background: transparent;
}
header .header-dropdown .dropdown .dropdown-menu {
  z-index: 9999;
  top: 5px !important;
  right: 0 !important;
  left: auto !important;
  min-width: auto !important;
  transition: all 0.5s !important;
}
header .header-dropdown .dropdown .dropdown-menu a {
  transition: all 0.5s;
  font: 400 13px/13px "Inter Tight", sans-serif;
}
header .header-dropdown .dropdown .dropdown-menu a:hover {
  color: #0053a2;
}
header .header-dropdown .dropdown .dropdown-menu.show {
  z-index: 9999;
}
header .header-dropdown .dropdown .dropdown-menu.show .dropdown-toggle {
  background: transparent !important;
  border: transparent !important;
}

.full-page {
  position: relative;
}
.full-page .container {
  position: relative;
}
.full-page .master-slider .caption-text {
  width: 60%;
  color: white;
  position: relative;
  z-index: 9999;
  letter-spacing: -1px;
  font: 600 60px/70px "Inter Tight", sans-serif;
}
.full-page .master-slider .caption-content {
  width: 40%;
  color: white;
  font: 400 20px/30px "Inter Tight", sans-serif;
}
.full-page .slider-text {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3333;
  position: absolute;
}
.full-page .slider-text .container {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.full-page .slider-text .text-item {
  width: 42%;
  padding-top: 25%;
  margin: auto auto auto 0;
}
.full-page .slider-text .caption-text {
  color: white;
  position: relative;
  z-index: 9999;
  text-align: start;
  margin-bottom: 10px;
  font: 700 60px/80px "Inter Tight", sans-serif;
}
.full-page .slider-text .caption-content {
  color: white;
  text-align: start;
  font: 400 16px/24px "Inter Tight", sans-serif;
}
.full-page .slider-text .general-button {
  margin-top: 80px;
}
.full-page .slider-text .general-button a {
  margin: auto auto auto 0;
}
.full-page .social-area {
  right: 15px;
  bottom: 270px;
  z-index: 7777;
  position: absolute;
}
.full-page .social-area a.social-item {
  margin: 12px 0;
}
.full-page .social-area a.social-item i {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
.full-page .social-area a.social-item:hover i {
  color: #D70011;
}
.full-page .header-search {
  width: 75%;
  flex: auto;
  bottom: 126px;
  z-index: 3333;
  position: absolute;
  background: white;
}
.full-page .header-search #search form.search-form {
  height: auto;
  display: flex;
  margin: 0 auto;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.full-page .header-search #search form.search-form .search-item {
  padding: 25px 0;
}
.full-page .header-search #search form.search-form .search-item.f1 {
  margin: 0 15px;
  flex: 1.4;
}
.full-page .header-search #search form.search-form .search-item.f1 button span {
  max-width: 100px;
  overflow: hidden;
}
.full-page .header-search #search form.search-form .search-item.f2 {
  flex: 2;
}
.full-page .header-search #search form.search-form .search-item.f3 {
  flex: 1.5;
}
.full-page .header-search #search form.search-form .search-item.f3 button span {
  max-width: 175px;
  overflow: hidden;
}
.full-page .header-search #search form.search-form .search-item label {
  font: 400 16px/16px "Inter Tight", sans-serif;
}
.full-page .header-search #search form.search-form .search-item button.select-button {
  width: 100%;
  height: 39px;
  border: none;
  display: flex;
  padding: 33px 16px;
  background: white;
  align-items: center;
  color: #707070;
  justify-content: space-between;
  border-right: 3px solid #F1F1F1;
}
.full-page .header-search #search form.search-form .search-item button.select-button span {
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 400 14px/18px "Inter Tight", sans-serif;
}
.full-page .header-search #search form.search-form .search-item button.select-button svg {
  transform-origin: center;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
.full-page .header-search #search form.search-form .search-item button.select-button[aria-expanded=true] {
  border-radius: 5px 5px 0 0;
  outline: 0 !important;
}
.full-page .header-search #search form.search-form .search-item button.select-button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.full-page .header-search #search form.search-form .search-item button.select-button[aria-expanded=false] {
  outline: 0 !important;
}
.full-page .header-search #search form.search-form .search-item input {
  border: none;
  width: 100%;
  height: 39px;
  padding: 0 20px;
  background: white;
  border-radius: 10px;
  color: black;
  font: 400 14px/14px "Inter Tight", sans-serif;
}
.full-page .header-search #search form.search-form .search-item input span {
  color: black;
}
.full-page .header-search #search form.search-form .search-item input i {
  color: #707070;
}
.full-page .header-search #search form.search-form .search-item ::placeholder {
  color: black;
}
.full-page .header-search #search form.search-form .search-item:focus-within ::-webkit-input-placeholder {
  opacity: 0.6;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu-model {
  min-width: 420px !important;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu {
  max-height: 300px;
  min-width: 268px;
  overflow-y: scroll;
  border-radius: 10px;
  top: 3px !important;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label {
  margin: 0;
  display: flex;
  display: flex;
  margin: 0;
  cursor: pointer;
  padding: 8px 15px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label input,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label input {
  width: 10px;
  height: 10px;
  float: left;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label .check,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label .check {
  display: none;
  border: 0;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label .check i,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label .check i {
  font-size: 8px;
  color: transparent;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label span,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label span {
  margin: 0 0 0 5px;
  height: fit-content;
  width: fit-content;
  font: 500 13px/15px "Inter Tight", sans-serif;
  color: #3e3e3e;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.model-label h2,
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu label.category-label h2 {
  margin: 0 0 0 5px;
  height: fit-content;
  width: fit-content;
  font: 500 13px/15px "Inter Tight", sans-serif;
  color: #3e3e3e;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(181, 175, 175, 0.3019607843);
  background-color: #bbb;
}
.full-page .header-search #search form.search-form button.search-button {
  width: 36px;
  height: 36px;
  border: none;
  margin: 0 5px;
  transition: all 0.5s;
  background: white;
}
.full-page .header-search #search form.search-form button.search-button i {
  font-size: 18px;
  transition: all 0.5s;
  color: #D70011;
}
.full-page .header-search #search form.search-form button.search-button:hover i {
  color: black;
}
.full-page .slider-arrows {
  bottom: 0;
  right: 0;
  width: 24%;
  z-index: 3333;
  display: flex;
  padding: 30px 0;
  align-items: center;
  background: white;
  position: absolute;
  justify-content: space-evenly;
}
.full-page .slider-arrows a.ms-nav-prev, .full-page .slider-arrows a.ms-nav-next {
  padding: 18px 0;
}
.full-page .slider-arrows a.ms-nav-prev svg path, .full-page .slider-arrows a.ms-nav-next svg path {
  transition: all 0.5s;
}
.full-page .slider-arrows a.ms-nav-prev:hover svg path, .full-page .slider-arrows a.ms-nav-next:hover svg path {
  fill: black;
}

.models-data-get {
  color: #3e3e3e;
  padding: 8px 15px;
  font: 500 13px/15px "Inter Tight", sans-serif;
}

.new-products-area {
  position: relative;
  padding: 119px 0 150px 0;
}
.new-products-area .back-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 100%;
  z-index: -1;
  background: url("../../assets/images/back-left.png");
}
.new-products-area .container {
  position: relative;
}
.new-products-area .new-products-left {
  top: 0;
  left: 0;
  position: absolute;
}
.new-products-area .new-products-left .new-products-text {
  width: 40%;
}
.new-products-area .new-products-left .new-products-text .new-products-subtitle {
  color: #D70011;
  margin-bottom: 60px;
  letter-spacing: 3px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.new-products-area .new-products-left .new-products-text .new-products-title {
  margin-bottom: 20px;
}
.new-products-area .new-products-left .new-products-text .new-products-title h1 {
  color: black;
  letter-spacing: -1px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.new-products-area .new-products-left .new-products-text .new-products-content {
  color: black;
  margin-bottom: 60px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.new-products-area .product-list {
  width: 64%;
  height: 500px;
  margin: auto 0 auto auto;
}
.new-products-area .product-list .slick-slide {
  margin: 0 7px !important;
}
.new-products-area .product-list .product-list-div .product-item {
  transition: all 0.5s;
}
.new-products-area .product-list .product-list-div .product-item .product-image {
  width: 100%;
  height: 190px;
  border-radius: 5px 5px 0 0;
  border: 2px solid #D70011;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-products-area .product-list .product-list-div .product-item .product-image img {
  width: 80%;
  height: 100%;
  object-fit: scale-down;
}
.new-products-area .product-list .product-list-div .product-item .product-text {
  padding: 17px;
  border-radius: 0 0 5px 5px;
  background-color: #D70011;
}
.new-products-area .product-list .product-list-div .product-item .product-text .product-no h2 {
  color: white;
  font: 400 14px/17px "Inter Tight", sans-serif;
}
.new-products-area .product-list .product-list-div .product-item .product-text .product-title {
  color: white;
  min-height: 57px;
  font: 600 16px/19px "Inter Tight", sans-serif;
}
.new-products-area .product-list .product-list-div .product-item .product-hover {
  height: 0;
  top: -5px;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  background: #D70011;
  padding: 0 17px 17px 17px;
  border-radius: 0 0 5px 5px;
  transform-origin: 0 top 0;
  transition: 0.4s;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .compatible-vehicles {
  margin-top: 10px;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .hr {
  width: 90px;
  height: 1px;
  margin: 0 0 0 5px;
  background: white;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .hover-title {
  visibility: hidden;
  color: white;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  font: 600 14px/20px "Inter Tight", sans-serif;
  justify-content: space-between;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .hover-content {
  visibility: hidden;
  color: white;
  display: flex;
  min-height: 35px;
  flex-wrap: wrap;
  margin-top: 10px;
  font: 400 12px/15px "Inter Tight", sans-serif;
  transition: all 0.2s;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .hover-content span {
  margin: 0 10px 5px 0;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .general-button {
  visibility: hidden;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .general-button a {
  visibility: hidden;
  color: transparent;
  padding: 5px 20px;
  background: transparent;
  transition: all 0.1s ease-in-out;
}
.new-products-area .product-list .product-list-div .product-item .product-hover .general-button a:hover {
  color: white;
  background: black;
}
.new-products-area .product-list .product-list-div .product-item:hover .product-hover {
  height: 190px;
  visibility: visible;
  border-radius: 0 0 5px 5px;
}
.new-products-area .product-list .product-list-div .product-item:hover .hover-title {
  visibility: visible;
}
.new-products-area .product-list .product-list-div .product-item:hover .hover-content {
  visibility: visible;
}
.new-products-area .product-list .product-list-div .product-item:hover .general-button {
  margin-top: 10px;
  visibility: visible;
}
.new-products-area .product-list .product-list-div .product-item:hover .general-button a {
  color: black;
  visibility: visible;
  background: white;
}
.new-products-area .product-list .product-list-div .product-item:hover .product-text {
  border-radius: 0;
}

.about-area {
  position: relative;
}
.about-area .grey-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #F4F4F4;
  z-index: -1;
}
.about-area .row {
  align-items: center;
  justify-content: space-between;
}
.about-area .about-text .about-subtitle {
  color: #D70011;
  margin-bottom: 17px;
  letter-spacing: 3px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.about-area .about-text .about-title {
  color: black;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.about-area .about-text .about-content {
  color: black;
  margin-bottom: 40px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.about-area .about-image img {
  width: 100%;
  height: auto;
}
.about-area .about-image-title {
  color: white;
  top: 0;
  left: 30px;
  bottom: 0;
  display: flex;
  z-index: 333;
  writing-mode: vertical-lr;
  position: absolute;
  font: 600 100px/100px "Inter Tight", sans-serif;
  justify-content: center;
  height: 100%;
}

.category-area {
  position: relative;
}
.category-area .container {
  position: relative;
}
.category-area .category-flex {
  display: flex;
  align-items: start;
}
.category-area .category-left {
  width: 25%;
}
.category-area .category-left .brands-list {
  display: block;
}
.category-area .category-left .brands-list .brands-item {
  width: 139px;
  height: 58px;
  display: block;
  margin: 0 auto 0 auto;
  opacity: 25%;
  padding: 5px 0;
  filter: grayscale(1);
  transition: all 0.5s;
}
.category-area .category-left .brands-list .brands-item a {
  height: 100%;
}
.category-area .category-left .brands-list .brands-item img {
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.category-area .category-left .brands-list .brands-item:hover {
  opacity: 100%;
  transform: scale(1.1);
  filter: grayscale(0);
}
.category-area .category-right {
  width: 100%;
}
.category-area .category-right .category-image {
  width: 521px;
  margin: auto 0 auto 0;
}
.category-area .category-right .category-image img {
  width: 100%;
  height: auto;
}
.category-area .category-right .category-text {
  bottom: 80px;
  right: 15px;
  width: 470px;
  height: 187px;
  z-index: 3333;
  padding: 30px 20px;
  border-radius: 5px;
  position: absolute;
  background: #D70011;
}
.category-area .category-right .category-text h1.category-title {
  color: white;
  font: 600 30px/40px "Inter Tight", sans-serif;
}
.category-area .category-right .category-text span.category-content {
  color: white;
  display: block;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.category-area .slick-dots {
  right: -32px;
  top: 100px;
  bottom: unset;
  width: fit-content;
  height: 100%;
}
.category-area .slick-dots li {
  display: block;
}
.category-area .slick-dots li button:before {
  font-size: 15px;
}
.category-area .slick-dots li:hover button:before {
  color: #D70011;
}
.category-area .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #D70011;
}
.category-area .slick-vertical .slick-slide {
  border: none;
}

.numbers-area {
  height: auto;
  position: relative;
}
.numbers-area .container {
  position: relative;
}
.numbers-area .num-text {
  top: 72px;
  width: 38%;
  right: 45px;
  z-index: 777;
  position: absolute;
}
.numbers-area .num-text .num-title {
  color: #D70011;
  letter-spacing: 3px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.numbers-area .num-text .num-content {
  color: black;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.numbers-area .red-div-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 272px;
  height: 228px;
  background: #D70011;
}
.numbers-area .red-div-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 272px;
  height: 228px;
  background: #D70011;
}
.numbers-area .number-list {
  width: 75%;
  padding-left: 15px;
}
.numbers-area .numbers-item {
  padding: 20px;
  height: 228px;
  position: relative;
  background: #D70011;
}
.numbers-area .numbers-item .numbers-icon {
  margin-bottom: 20px;
}
.numbers-area .numbers-item .numbers-text span.numbers {
  color: white;
  font: 600 24px/30px "Inter Tight", sans-serif;
}
.numbers-area .numbers-item .numbers-text span.number-content {
  color: white;
  display: block;
  margin-top: 10px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.numbers-area .col-sm-12 {
  padding: 0;
}
.numbers-area .slick-slide:nth-child(2n) {
  margin-top: 228px;
  position: relative;
}
.numbers-area .numbers-arrows {
  bottom: 0;
  right: 0;
  width: 25%;
  height: 228px;
  z-index: 3333;
  display: flex;
  padding: 0 0 30px 0;
  align-items: center;
  background: #f4f4f4;
  position: absolute;
  margin: 0 15px 0 0;
  justify-content: center;
}
.numbers-area .numbers-arrows .left, .numbers-area .numbers-arrows .right {
  padding: 50px 30px;
}
.numbers-area .numbers-arrows .left {
  border-right: 3px solid #fff;
}

.arge-area {
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../../assets/images/arge.png");
}
.arge-area .row {
  justify-content: end;
}
.arge-area .arge-div {
  padding: 100px 0;
}
.arge-area .arge-text .arge-subtitle {
  color: #D70011;
  letter-spacing: 3px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.arge-area .arge-text .arge-title {
  color: black;
  padding: 10px 0 15px 0;
  letter-spacing: 1px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.arge-area .arge-text .arge-content {
  color: black;
  margin-bottom: 40px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}

.certificate-area {
  position: relative;
}
.certificate-area .certificate-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}
.certificate-area .certificate-left {
  width: 40%;
  position: relative;
}
.certificate-area .certificate-left .certificate-text .certificate-subtitle {
  color: #D70011;
  letter-spacing: 3px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.certificate-area .certificate-left .certificate-text .certificate-title {
  color: black;
  letter-spacing: 1px;
  margin-top: 10px;
  font: 600 40px/40px "Inter Tight", sans-serif;
}
.certificate-area .certificate-slick {
  width: 50% !important;
}
.certificate-area .certificate-right {
  display: flex !important;
  align-items: center;
}
.certificate-area .certificate-right .certificate-div .certificate-title {
  color: #D70011;
  letter-spacing: -1px;
  font: 600 24px/30px "Inter Tight", sans-serif;
}
.certificate-area .certificate-right .certificate-div .certificate-content {
  color: black;
  margin-top: 10px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.certificate-area .certificate-arrows .left, .certificate-area .certificate-arrows .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  display: block;
}
.certificate-area .certificate-arrows .right {
  top: unset;
  bottom: 0;
}

.corporate-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../../assets/images/corporate-banner.png");
}
.corporate-banner .corporate-banner-text {
  width: 70%;
  z-index: 3333;
  margin: 0 auto;
  padding: 300px 0;
  text-align: center;
  position: relative;
}
.corporate-banner .corporate-banner-text .corporate-banner-title {
  color: white;
  letter-spacing: -1px;
  font: 600 60px/72px "Inter Tight", sans-serif;
}
.corporate-banner .corporate-banner-text .corporate-banner-content {
  color: white;
  margin-top: 20px;
  font: 400 20px/24px "Inter Tight", sans-serif;
}

.mission-vision-area {
  top: -200px;
  z-index: 3333;
  position: relative;
}
.mission-vision-area .col-sm-4 {
  padding: 0;
}
.mission-vision-area .mission-item {
  padding: 40px;
  height: 400px;
  border-radius: 5px 0 0 5px;
  background-color: #D70011;
}
.mission-vision-area .mission-item .mission-item-icon {
  margin-bottom: 30px;
}
.mission-vision-area .mission-item .mission-item-text {
  color: white;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.mission-vision-area .mission-item .mission-item-text h2.mission-item-title {
  color: white;
  letter-spacing: -1px;
  font: 600 30px/40px "Inter Tight", sans-serif;
}
.mission-vision-area .vision {
  border-radius: 0;
  background-color: #FFFFFF !important;
}
.mission-vision-area .vision .mission-item-text {
  color: black;
}
.mission-vision-area .vision .mission-item-text h2.mission-item-title {
  color: black;
}
.mission-vision-area .values {
  border-radius: 0 5px 5px 0;
  background-color: #F4F4F4 !important;
}
.mission-vision-area .values .mission-item-text {
  color: black;
}
.mission-vision-area .values .mission-item-text h2.mission-item-title {
  color: black;
}

.about-us-area {
  margin-bottom: 100px;
}
.about-us-area .row {
  justify-content: space-between;
}
.about-us-area .about-us-text {
  color: black;
}
.about-us-area .about-us-text .about-us-subtitle {
  color: #D70011;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.about-us-area .about-us-text h2 {
  color: black;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font: 600 30px/40px "Inter Tight", sans-serif;
}
.about-us-area .general-button {
  margin-top: 40px;
}
.about-us-area .about-us-image img {
  width: 100%;
}

.history-area {
  position: relative;
}
.history-area .history-text {
  text-align: center;
}
.history-area .history-text .history-subtitle {
  color: #D70011;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.history-area .history-text .history-title {
  color: black;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.history-area .history-list {
  display: flex;
  padding-bottom: 80px;
  align-items: start;
  position: relative;
}
.history-area .history-list .history-item {
  width: 25%;
  position: relative;
  transition: 0.5s ease-in-out;
}
.history-area .history-list .history-item .history-image {
  width: 277px;
  height: 277px;
  border-radius: 0;
}
.history-area .history-list .history-item .history-image img {
  width: 100%;
}
.history-area .history-list .history-item .history-image:first-child {
  border-radius: 5px 0 0 5px;
}
.history-area .history-list .history-item .history-image:last-child {
  border-radius: 0 5px 5px 0;
}
.history-area .history-list .history-item .history-text {
  padding: 25px;
  text-align: start;
}
.history-area .history-list .history-item .history-text .history-date {
  color: #D70011;
  letter-spacing: 3px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.history-area .history-list .history-item .history-text .history-title {
  color: black;
  margin-top: 10px;
  font: 600 30px/40px "Inter Tight", sans-serif;
}
.history-area .history-list .history-item .history-hover {
  visibility: hidden;
  height: 300px;
  width: 100%;
  opacity: 0;
  background: #D70011;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  transform-origin: 0 top 0;
  transform: scaleY(0);
  transition: 0.5s ease-in-out;
}
.history-area .history-list .history-item .history-hover .history-date {
  color: white;
  letter-spacing: 3px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.history-area .history-list .history-item .history-hover .history-title {
  color: white;
  margin-top: 10px;
  font: 600 30px/40px "Inter Tight", sans-serif;
}
.history-area .history-list .history-item .history-hover .history-content {
  color: white;
  margin-top: 40px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.history-area .history-list .history-item:hover .history-hover {
  opacity: 1;
  visibility: visible;
  transform-origin: 0 bottom 0;
  transform: scaleY(1);
  transition: 0.5s ease-in-out;
}
.history-area .back-grey {
  width: 100%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background-color: #F4F4F4;
}

.contact-form {
  margin: 100px 0;
}
.contact-form .form-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.contact-form .form-text .form-subtitle {
  color: #D70011;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.contact-form .form-text .form-title {
  color: black;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.contact-form .form-text .form-content {
  color: black;
  margin-bottom: 40px;
  font: 400 16px/22px "Inter Tight", sans-serif;
}
.contact-form .subscribe-result {
  width: 500px;
  margin: 25px auto 0 auto;
}
.contact-form form#subscribe-form {
  width: 90%;
  margin: 45px auto 0 auto;
}
.contact-form form#subscribe-form .flex-div {
  display: flex;
  justify-content: space-between;
}
.contact-form form#subscribe-form .subscribe-item {
  width: 100%;
  margin: 0 5px;
  position: relative;
}
.contact-form form#subscribe-form .subscribe-item .absolute-required {
  color: #D70011;
  position: absolute;
  top: 5px;
  left: 10px;
}
.contact-form form#subscribe-form button {
  width: fit-content;
  height: 40px;
  display: flex;
  background: #D70011;
  color: white;
  padding: 15px 20px;
  border-radius: 110px;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
  font: 500 14px/32px "Inter Tight", sans-serif;
  border: none;
  margin: 20px auto 0 auto;
}
.contact-form form#subscribe-form button:hover {
  color: white;
  background: black;
}
.contact-form form#subscribe-form input {
  width: 100%;
  height: 40px;
  padding: 0 23px;
  background: #F4F4F4;
  color: black;
  border-radius: 110px;
  border: none;
  font: 500 14px/32px "Inter Tight", sans-serif;
}
.contact-form form#subscribe-form input::placeholder {
  color: black;
  font: 400 16px/32px "Inter Tight", sans-serif;
}

.catalogue-list {
  margin: 160px 0;
}
.catalogue-list .col-sm-4 {
  padding: 0;
}
.catalogue-list .catalogue-item {
  height: 140px;
  position: relative;
  transition: all 0.5s;
  background-size: 110% 110%;
  background-position: center;
  background-repeat: no-repeat;
}
.catalogue-list .catalogue-item .catalogue-title {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.catalogue-list .catalogue-item .catalogue-title h2 {
  margin-left: 20px;
  color: white;
  letter-spacing: -1px;
  font: 600 24px/30px "Inter Tight", sans-serif;
}
.catalogue-list .catalogue-item:hover {
  background-size: 100% 100%;
}

.section_bg_product {
  margin-top: 95px;
  min-height: 520px;
}
.section_bg_product .list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

table.list {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table.list thead tr > th {
  background: #D70011;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  font: 600 15px/36px "Inter Tight", sans-serif;
  position: sticky;
  top: 0;
}
table.list thead tr > th:first-child {
  border-radius: 5px 0 0 5px;
}
table.list thead tr > th:last-child {
  border-radius: 0 5px 5px 0;
}
table.list tbody tr {
  transition: all 0.5s;
}
table.list tbody tr td {
  padding: 15px;
  color: black;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
table.list tbody tr td .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
table.list tbody tr td .div-strong {
  margin-top: 5px;
}
table.list tbody tr td .div-strong span {
  color: #D70011;
  width: 100px;
  padding: 0 0;
  border-radius: 5px;
  font: 600 13px/22px "Inter Tight", sans-serif;
}
table.list tbody tr td.td-oem span {
  display: block;
}
table.list tbody tr td.td-oem a {
  color: black;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
table.list tbody tr:nth-child(even) {
  background: #f3f3f3;
}
table.list tbody tr:hover {
  color: #000;
  background: #dfdfdf;
  cursor: pointer;
}

table.brand-list thead tr > th {
  position: sticky;
  top: 0;
}
table.brand-list tbody tr td {
  padding: 15px;
  font: 400 15px "Inter Tight", sans-serif;
}
table.brand-list tbody tr td .product-image {
  max-width: 94px;
  max-height: 84px;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  background: white;
  align-items: center;
  justify-content: center;
}
table.brand-list tbody tr td img {
  width: 65px;
  border-radius: 5px;
}
table.brand-list tbody tr td span {
  display: block;
  white-space: nowrap;
}

.product-detail-page {
  padding: 120px 0 100px 0;
}
.product-detail-page .product-info .product-image {
  width: 100%;
  height: 300px;
  padding: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.product-detail-page .product-info .product-image a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.product-detail-page .product-info .product-image img {
  width: auto;
  height: 100%;
}
.product-detail-page .product-info .product-title h2 {
  color: #120932;
  letter-spacing: -1px;
  font: 600 30px/50px "Inter Tight", sans-serif;
}
.product-detail-page .product-info .product-no span {
  color: #D70011;
  letter-spacing: 2px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.product-detail-page .product-info .product-type {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: #F4F4F4;
  border-radius: 10px;
}
.product-detail-page .product-info .product-type span.type-title {
  color: white;
  width: 125px;
  padding: 0 15px;
  border-radius: 10px;
  font: 600 14px/40px "Inter Tight", sans-serif;
  background-color: #D70011;
}
.product-detail-page .product-info .product-type span.type-content {
  color: #000000;
  background-color: #F4F4F4;
  font: 500 14px/40px "Inter Tight", sans-serif;
  border-radius: 0 10px 10px 0;
  padding: 0 15px 0 20px;
}
.product-detail-page .brands-table {
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  background: #F4F4F4;
}
.product-detail-page .brands-table::-webkit-scrollbar {
  width: 2px !important;
}
.product-detail-page .brands-table::-webkit-scrollbar-track {
  background: transparent !important;
}
.product-detail-page .brands-table::-webkit-scrollbar-thumb {
  background: #d6d6d6 !important;
  border-radius: 2px !important;
}
.product-detail-page .brands-table table {
  width: 100%;
  margin-top: 0;
  border-spacing: 0 0;
  border-collapse: separate;
}
.product-detail-page .brands-table table thead tr {
  background-color: #F4F4F4;
}
.product-detail-page .brands-table table thead th {
  width: 33.33%;
  color: white;
  padding: 0 15px;
  text-align: center;
  border: none;
  position: sticky;
  top: 0;
  font: 400 14px/39px "Inter Tight", sans-serif;
}
.product-detail-page .brands-table table thead th.vehicle-th {
  background: #848484 !important;
  border-radius: 10px !important;
}
.product-detail-page .brands-table table thead th.th-1 {
  border-radius: 10px !important;
}
.product-detail-page .brands-table table thead th:nth-child(2n) {
  background: #c1000f;
}
.product-detail-page .brands-table table thead th:first-child {
  border-radius: 10px 0 0 10px;
}
.product-detail-page .brands-table table thead th:last-child {
  border: none;
  background: #c1010f;
  border-radius: 0 10px 10px 0;
}
.product-detail-page .brands-table table tbody tr {
  background-color: #F4F4F4;
}
.product-detail-page .brands-table table tbody tr td {
  border: none;
  text-align: center;
  line-height: 1.5;
  padding: 5px 10px;
  border-bottom: 2px solid #EAEAEA;
  background-color: #F4F4F4;
}
.product-detail-page .brands-table table tbody tr td:first-child {
  border-right: 2px solid #EAEAEA;
}
.product-detail-page .brands-table table tbody tr:first-child td:first-child {
  border-radius: 0;
}
.product-detail-page .brands-table table tbody tr:first-child td:last-child {
  border-radius: 0;
}
.product-detail-page .brands-table table tbody tr:last-child td {
  border-bottom: none;
}
.product-detail-page .brands-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.product-detail-page .brands-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.product-detail-page table {
  width: 100%;
  margin-top: 30px;
  border-spacing: 0 0;
  border-collapse: separate;
}
.product-detail-page table thead tr {
  background-color: #F4F4F4;
}
.product-detail-page table thead th {
  width: 50%;
  color: white;
  padding: 0 15px;
  text-align: center;
  border: none;
  font: 400 14px/39px "Inter Tight", sans-serif;
}
.product-detail-page table thead th:first-child {
  background: #D70011;
  border-radius: 10px 0 0 10px;
}
.product-detail-page table thead th:last-child {
  background: #C1000F;
  border: none;
  border-radius: 0 10px 10px 0;
}
.product-detail-page table tbody tr {
  background-color: #F4F4F4;
}
.product-detail-page table tbody tr td {
  border: none;
  text-align: center;
  padding: 0 13px;
  border-bottom: 2px solid #EAEAEA;
  background-color: #F4F4F4;
  color: black;
  font: 400 14px/36px "Inter Tight", sans-serif;
}
.product-detail-page table tbody tr td a {
  color: black;
  transition: all 0.5s;
  font: 400 14px/36px "Inter Tight", sans-serif;
}
.product-detail-page table tbody tr td a:hover {
  color: #D70011;
}
.product-detail-page table tbody tr td:first-child {
  border-right: 2px solid #EAEAEA;
}
.product-detail-page table tbody tr:first-child td:first-child {
  border-radius: 0;
}
.product-detail-page table tbody tr:first-child td:last-child {
  border-radius: 0;
}
.product-detail-page table tbody tr:last-child td {
  border-bottom: none;
}
.product-detail-page table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.product-detail-page table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.product-detail-page div.oems-table,
.product-detail-page div.croos-table {
  max-height: 228px;
  overflow-y: scroll;
  position: relative;
  margin-top: 30px;
  position: relative;
  background: #F4F4F4;
  border-radius: 10px;
}
.product-detail-page div.oems-table::-webkit-scrollbar,
.product-detail-page div.croos-table::-webkit-scrollbar {
  width: 2px !important;
}
.product-detail-page div.oems-table::-webkit-scrollbar-track,
.product-detail-page div.croos-table::-webkit-scrollbar-track {
  background: transparent !important;
}
.product-detail-page div.oems-table::-webkit-scrollbar-thumb,
.product-detail-page div.croos-table::-webkit-scrollbar-thumb {
  background: #d6d6d6 !important;
  border-radius: 2px !important;
}
.product-detail-page table.croos-table {
  margin-top: 0;
}
.product-detail-page table.croos-table thead th {
  position: sticky;
  top: 0;
}
.product-detail-page table.croos-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.product-detail-page table.croos-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.product-detail-page table.oems-table {
  width: 100%;
  margin-top: 0;
  border-spacing: 0 0;
  border-collapse: separate;
}
.product-detail-page table.oems-table thead tr {
  background-color: #F4F4F4;
}
.product-detail-page table.oems-table thead th {
  width: 50%;
  color: white;
  padding: 0 15px;
  text-align: center;
  border: none;
  position: sticky;
  top: 0;
  font: 400 14px/40px "Inter Tight", sans-serif;
}
.product-detail-page table.oems-table tbody tr {
  background-color: #F4F4F4;
}
.product-detail-page table.oems-table tbody tr td {
  width: 50%;
  border: none;
  text-align: center;
  border-bottom: 2px solid #EAEAEA;
  background-color: #F4F4F4;
}
.product-detail-page table.oems-table tbody tr td a {
  color: black;
  font: 400 14px/36px "Inter Tight", sans-serif;
}
.product-detail-page table.oems-table tbody tr td a:hover {
  color: #D70011;
}
.product-detail-page table.oems-table tbody tr td:first-child {
  border-right: 2px solid #EAEAEA;
}
.product-detail-page table.oems-table tbody tr:first-child td:first-child {
  border-radius: 0;
}
.product-detail-page table.oems-table tbody tr:first-child td:last-child {
  border-radius: 0;
}
.product-detail-page table.oems-table tbody tr:last-child td {
  border-bottom: none;
}
.product-detail-page table.oems-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.product-detail-page table.oems-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.contact-information-area {
  position: relative;
  padding: 80px 0 70px 0;
  background-color: #EFEFEF;
}
.contact-information-area .social-media {
  margin-top: 50px;
  justify-content: start;
  display: flex;
  align-items: center;
}
.contact-information-area .social-media a.social-item {
  margin-right: 15px;
  transition: all 0.5s;
}
.contact-information-area .social-media a.social-item i {
  color: #D70011;
}
.contact-information-area .social-media a.social-item:hover i {
  color: #707070;
}
.contact-information-area .contact-content {
  align-items: center;
}
.contact-information-area .contact-content .row .contact-title {
  padding-bottom: 20px;
}
.contact-information-area .contact-content .row .contact-title span {
  font: 400 25px/30px "Inter Tight", sans-serif;
  color: black;
  display: block;
}
.contact-information-area .contact-content .row .contact-title span strong {
  font: 600 25px/30px "Inter Tight", sans-serif;
}
.contact-information-area .contact-content .row .contact-information .contact-item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-left {
  display: flex;
  padding: 8px 10px;
  border-radius: 5px;
  align-items: center;
  outline: 0 !important;
  justify-content: center;
  border-color: #D70011 !important;
  background-color: #D70011 !important;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-left svg {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-right {
  padding-left: 15px;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-right a {
  font: 400 14px/20px "Inter Tight", sans-serif;
  color: #707070;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-right a.mail {
  margin-bottom: 5px;
}
.contact-information-area .contact-content .row .contact-information .contact-item .contact-right span {
  font: 400 14px/20px "Inter Tight", sans-serif;
  color: #707070;
}

.contact-maps {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 0px 6px 1px #d9d7d7;
}
.contact-maps iframe {
  width: 100%;
  height: 580px;
  display: block;
}

.contact-form-area {
  padding: 0 0;
}
.contact-form-area .contact-form-title {
  margin-bottom: 20px;
  display: block;
  color: black;
  font: 400 25px/30px "Inter Tight", sans-serif;
}
.contact-form-area .contact-form-title strong {
  display: block;
  color: black;
  font: 600 25px/30px "Inter Tight", sans-serif;
}
.contact-form-area .form-title-bottom {
  width: 630px;
  display: block;
  color: #707070;
  justify-content: center;
  font: 300 16px/20px "Inter Tight", sans-serif;
  margin: 30px auto 40px auto;
}
.contact-form-area form {
  margin: 0 auto;
  width: 100%;
}
.contact-form-area form .row {
  padding: 0 10px;
}
.contact-form-area form .row .col-sm-6,
.contact-form-area form .row .col-sm-12 {
  padding: 0 5px;
  margin-bottom: 10px;
}
.contact-form-area form .row input {
  width: 100%;
  color: #818181;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #D6D6D6;
  border: 2px solid #D6D6D6;
  font: 400 14px/36px "Encode Sans Expanded", sans-serif;
}
.contact-form-area form .row input.message {
  height: 80px;
}
.contact-form-area form .form-bottom {
  display: flex;
  text-align: end;
  justify-content: space-between;
}
.contact-form-area form .form-bottom button {
  padding: 7px 30px;
  color: #D70011;
  border-radius: 5px;
  background: transparent;
  font: 400 16px/20px "Inter Tight", sans-serif;
  border: 1px solid #D70011;
}
.contact-form-area form .form-bottom button:hover {
  color: white;
  background: #D70011;
}

.video-mask {
  top: 0;
  opacity: 55%;
  height: 100%;
  width: 100%;
  z-index: 2222;
  position: absolute;
  background-color: black;
}

.general-page-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../../assets/images/general-banner.png");
}
.general-page-banner .container {
  position: relative;
}
.general-page-banner .general-page-text {
  padding: 150px 0;
  text-align: center;
}
.general-page-banner .general-page-text .general-banner-subtitile {
  color: white;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font: 400 16px/20px "Inter Tight", sans-serif;
}
.general-page-banner .general-page-text .general-banner-title {
  color: white;
  margin-bottom: 20px;
  font: 600 40px/50px "Inter Tight", sans-serif;
}
.general-page-banner .general-page-text .general-banner-title h1 {
  font: 600 40px/50px "Inter Tight", sans-serif;
}

.general-search {
  width: 100%;
  flex: auto;
  bottom: -50px;
  z-index: 3333;
  position: absolute;
  background: #F4F4F4;
  border-radius: 5px;
}
.general-search form.search-form {
  height: auto;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.general-search form.search-form .search-item {
  padding: 17px 0;
}
.general-search form.search-form .search-item.f1 {
  margin: 0 15px;
  flex: 1.4;
}
.general-search form.search-form .search-item.f1 button span {
  max-width: 100px;
  overflow: hidden;
}
.general-search form.search-form .search-item.f2 {
  flex: 2;
}
.general-search form.search-form .search-item.f3 {
  flex: 1.5;
}
.general-search form.search-form .search-item.f3 button span {
  max-width: 175px;
  overflow: hidden;
}
.general-search form.search-form .search-item label {
  font: 400 16px/16px "Inter Tight", sans-serif;
}
.general-search form.search-form .search-item button.select-button {
  width: 100%;
  height: 39px;
  border: none;
  display: flex;
  padding: 33px 16px;
  background: #F4F4F4;
  align-items: center;
  color: #707070;
  justify-content: space-between;
  border-right: 3px solid #F1F1F1;
}
.general-search form.search-form .search-item button.select-button span {
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 400 14px/18px "Inter Tight", sans-serif;
}
.general-search form.search-form .search-item button.select-button svg {
  transform-origin: center;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
.general-search form.search-form .search-item button.select-button[aria-expanded=true] {
  border-radius: 5px 5px 0 0;
  outline: 0 !important;
}
.general-search form.search-form .search-item button.select-button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.general-search form.search-form .search-item button.select-button[aria-expanded=false] {
  outline: 0 !important;
}
.general-search form.search-form .search-item input {
  border: none;
  width: 100%;
  height: 39px;
  padding: 0 20px;
  background: #F4F4F4;
  border-radius: 10px;
  color: black;
  font: 400 14px/14px "Inter Tight", sans-serif;
}
.general-search form.search-form .search-item input span {
  color: black;
}
.general-search form.search-form .search-item input i {
  color: #707070;
}
.general-search form.search-form .search-item ::placeholder {
  color: black;
}
.general-search form.search-form .search-item:focus-within ::-webkit-input-placeholder {
  opacity: 0.6;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu-model {
  min-width: 420px !important;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu {
  max-height: 300px;
  min-width: 268px;
  overflow-y: scroll;
  border-radius: 10px;
  top: 3px !important;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.no-model {
  margin: 0 !important;
  border-bottom: 0 !important;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label {
  margin: 0;
  display: flex;
  display: flex;
  margin: 0;
  cursor: pointer;
  padding: 8px 15px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #DDD;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label input,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label input {
  width: 10px;
  height: 10px;
  float: left;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label .check,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label .check {
  display: none;
  border: 0;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label .check i,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label .check i {
  font-size: 8px;
  color: transparent;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label span,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label span {
  margin: 0 0 0 5px;
  height: fit-content;
  width: fit-content;
  font: 500 13px/15px "Inter Tight", sans-serif;
  color: #3e3e3e;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu label.model-label h2,
.general-search form.search-form .search-item .dropdown .dropdown-menu label.category-label h2 {
  margin: 0 0 0 5px;
  height: fit-content;
  width: fit-content;
  font: 500 13px/15px "Inter Tight", sans-serif;
  color: #3e3e3e;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.general-search form.search-form .search-item .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(181, 175, 175, 0.3019607843);
  background-color: #bbb;
}
.general-search form.search-form button.search-button {
  width: 36px;
  height: 36px;
  border: none;
  margin: 0 5px;
  transition: all 0.5s;
  background: #F4F4F4;
}
.general-search form.search-form button.search-button i {
  font-size: 18px;
  transition: all 0.5s;
  color: #D70011;
}
.general-search form.search-form button.search-button:hover i {
  color: black;
}

.grey-div {
  position: relative;
}
.grey-div .container {
  height: 212px;
  width: 100%;
  position: relative;
}
.grey-div .small-div {
  top: 0;
  left: 15px;
  width: 280px;
  height: 212px;
  position: absolute;
  background: #F9F9F9;
}
.grey-div .big-div {
  top: 0;
  right: 15px;
  width: 552px;
  height: 212px;
  position: absolute;
  background: #F9F9F9;
}

.grey-div2 {
  height: 193px;
  position: relative;
}
.grey-div2 .small-div {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background: #F9F9F9;
}
.grey-div2 .big-div {
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  position: absolute;
  background: #F9F9F9;
}

.line-container {
  height: 100%;
  bottom: 0;
  position: absolute;
}

.line1 {
  width: 1px;
  z-index: 2222;
  position: absolute;
  background: #B0B0B0;
}

.line2 {
  width: 1px;
  z-index: 2222;
  position: absolute;
  background: #B0B0B0;
}

.line3 {
  width: 1px;
  z-index: 2222;
  position: absolute;
  background: #B0B0B0;
}

.line4 {
  width: 1px;
  z-index: 2222;
  position: absolute;
  background: #B0B0B0;
}

.line5 {
  width: 1px;
  z-index: 2222;
  position: absolute;
  background: #B0B0B0;
}

.page-pagination {
  height: 14px;
  display: flex;
  align-items: center;
}
.page-pagination li {
  list-style-type: none;
}
.page-pagination li a {
  margin: 0 5px;
  display: block;
  color: #D70011;
  text-align: center;
  transition: all 0.5s;
  color: #707070;
  padding: 2px 4px 2px 3px;
  font: 600 14px/14px "Inter Tight", sans-serif;
}
.page-pagination li a:hover {
  color: #D70011;
}
.page-pagination li.active a {
  color: #D70011;
  border-bottom: 2px solid #D70011;
}
.page-pagination li a.next, .page-pagination li a.prev {
  border: none;
  display: flex;
  align-items: center;
  color: #D70011;
  font: 400 14px/14px "Inter Tight", sans-serif;
}
.page-pagination li a.next {
  margin-left: 10px;
}

.list-top {
  margin-bottom: 30px;
  text-align: center;
}
.list-top .list-text {
  color: #666;
}
.list-top .list-text span.no-result {
  font: 500 20px/20px "Inter Tight", sans-serif;
}
.list-top .list-text span.yes-result {
  font: 400 16px/20px "Inter Tight", sans-serif;
}

.list-bottom {
  min-height: 400px;
}
.list-bottom .col-sm-3 {
  padding: 0 5px;
}
.list-bottom .product-item {
  padding-bottom: 20px;
}
.list-bottom .action {
  padding-left: 10px;
  width: fit-content;
}
.list-bottom .action a {
  color: #D70011;
  font-size: 20px;
}

.bottom-pagination {
  margin: 30px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

section.in-page {
  padding: 120px 0;
  background: #FFF;
}
section.in-page article {
  font: 300 16px/28px "Inter Tight", sans-serif;
  color: #646464;
}
section.in-page article img {
  margin: 0 0 40px;
}
section.in-page article img.align-left {
  max-width: 400px;
  float: left;
  margin: 0 20px 20px 0;
}
section.in-page article p {
  margin: 0 0 35px;
}
section.in-page article p:last-child, section.in-page article p:last-of-type {
  margin: 0;
}
section.in-page article p strong {
  font-weight: 700;
}

img.brand-logo {
  height: 76% !important;
}

.brand-item {
  height: 184px;
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 30px;
}
.brand-item .logo {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #DDD;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.brand-item .logo img {
  height: 100%;
}
.brand-item .links {
  padding: 10px 0 0;
}
.brand-item .links a {
  font: 11px/15px "Inter Tight", sans-serif;
  display: block;
  padding: 10px 0;
  color: #333;
}

a.catalogue-brand {
  display: block;
  border-radius: 20px;
  margin: 10px;
  padding: 8px;
  text-align: center;
  color: #FFF;
  background: #d61c23;
  color: #FFF !important;
}

footer {
  width: 100%;
  padding: 50px 0;
  z-index: 9999999;
  background: #3B3B3B;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-logo img {
  width: 200px;
  height: auto;
}
footer .footer-menu {
  margin: 20px 0 0 0;
}
footer .footer-menu ul {
  margin: 0;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
}
footer .footer-menu ul li {
  display: flex;
  align-items: center;
}
footer .footer-menu ul li a {
  color: white;
  padding: 0 15px;
  margin-left: 15px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 15px;
  font: 500 14px/32px "Inter Tight", sans-serif;
}
footer .footer-menu ul li a:hover {
  color: #D70011;
}
footer .footer-menu ul li a.btn-catalog {
  border-radius: 15px;
  font: 500 14px/32px "Inter Tight", sans-serif;
  border: 2px solid #D70011;
}
footer .footer-dropdown {
  display: flex;
}
footer .footer-dropdown .dropdown {
  margin-left: 15px;
}
footer .footer-dropdown .dropdown button.btn-secondary {
  padding: 0;
  outline: 0;
  height: 25px;
  border: none;
  border: none;
  color: #0053a2;
  background: none;
  margin: 12.5px 0;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
  line-height: 25px;
  font: 400 12px/12px "Inter Tight", sans-serif;
}
footer .footer-dropdown .dropdown button.btn-secondary i {
  font-size: 12px;
  margin-left: 6px;
}
footer .footer-dropdown .dropdown button.btn-secondary:active {
  outline: 0;
  border: transparent;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
}
footer .footer-dropdown .dropdown button.btn-secondary:hover, footer .footer-dropdown .dropdown button.btn-secondary:visited {
  outline: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
}
footer .footer-dropdown .dropdown button.btn-secondary:after {
  display: none;
}
footer .footer-dropdown .dropdown button.btn-secondary:focus {
  color: #0053a2;
  border: transparent;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
  background: transparent;
}
footer .footer-dropdown .dropdown .dropdown-menu {
  z-index: 9999;
  top: 5px !important;
  right: 0 !important;
  left: auto !important;
  min-width: auto !important;
  transition: all 0.5s !important;
}
footer .footer-dropdown .dropdown .dropdown-menu a {
  transition: all 0.5s;
  font: 400 13px/13px "Inter Tight", sans-serif;
}
footer .footer-dropdown .dropdown .dropdown-menu a:hover {
  color: #0053a2;
}
footer .footer-dropdown .dropdown .dropdown-menu.show {
  z-index: 9999;
}
footer .footer-dropdown .dropdown .dropdown-menu.show .dropdown-toggle {
  background: transparent !important;
  border: transparent !important;
}
footer .footer-bottom {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .social-media {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
footer .footer-bottom .social-media a.social-item {
  margin-right: 20px;
}
footer .footer-bottom .social-media a.social-item i {
  color: white;
  font-size: 16px;
}
footer .footer-bottom .bottom-right {
  display: flex;
  align-items: center;
}
footer .footer-bottom .copyright span {
  display: flex;
  align-items: center;
  color: #f2f2f2;
  font: 400 13px/14px "Inter Tight", sans-serif;
}
footer .footer-bottom .copyright span a {
  color: white;
  margin: 0 5px;
  font-weight: 600;
  transition: all 0.5s;
  font: 600 13px/14px "Inter Tight", sans-serif;
}
footer .footer-bottom .copyright span a:hover {
  color: #D70011;
}
footer .ism {
  margin-left: 120px;
}
footer .ism a svg .cls-1 {
  fill: #fff;
  transition: all 0.5s;
}
footer .ism a svg .cls-2 {
  fill: #fff;
  transition: all 0.5s;
}
footer .ism a:hover svg .cls-1 {
  fill: #e30613;
}
footer .ism a:hover svg .cls-2 {
  fill: white;
}

.footer-policy {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: center;
}
.footer-policy a {
  width: fit-content;
  color: #707070;
  font: 400 12px/20px "Inter Tight", sans-serif;
}

@media (max-width: 767px) {
  footer {
    width: 100%;
    padding: 50px 0;
    position: relative;
  }
  footer .footer-top {
    display: block;
  }
  footer .footer-logo img {
    width: 176px;
  }
  footer .footer-menu {
    margin: 20px 0 0 0;
  }
  footer .footer-menu ul {
    margin: 0;
    padding-left: 0;
    display: block;
    padding-bottom: 10px;
  }
  footer .footer-menu ul li {
    display: flex;
    align-items: center;
  }
  footer .footer-menu ul li a {
    margin-left: 0;
    font: 400 15px/33px "Inter Tight", sans-serif;
  }
  footer .footer-menu ul li a.btn-catalog {
    border-radius: 15px;
    font: 500 14px/32px "Inter Tight", sans-serif;
    border: 2px solid #D70011;
  }
  footer .footer-dropdown {
    top: 45px;
    right: 15px;
    display: flex;
    position: absolute;
  }
  footer .footer-dropdown .dropdown {
    margin-left: 15px;
  }
  footer .footer-dropdown .dropdown button.btn-secondary svg {
    width: 32px !important;
    height: auto !important;
  }
  footer .footer-bottom {
    display: block;
    margin-top: 20px;
  }
  footer .footer-bottom .social-media {
    justify-content: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
  footer .footer-bottom .social-media a.social-item {
    margin-right: 20px;
  }
  footer .footer-bottom .social-media a.social-item i {
    color: white;
    font-size: 16px;
  }
  footer .footer-bottom .bottom-right {
    display: block;
  }
  footer .footer-bottom .copyright span {
    justify-content: center;
    font: 400 11px/14px "Inter Tight", sans-serif;
  }
  footer .footer-bottom .copyright span a {
    font: 600 11px/14px "Inter Tight", sans-serif;
  }
  footer .ism {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header .header-logo img {
    width: 120px;
    height: 34px;
  }
  header .header-menu {
    display: none;
  }
  header .header-dropdown {
    display: none;
  }
  header .menu-show i {
    color: white;
    font-size: 20px;
  }
  header .menu-show i:hover {
    color: #D70011;
  }
  .video-mask {
    top: 0;
    opacity: 55%;
    height: 163px;
    width: 100%;
    z-index: 2222;
    position: absolute;
    background-color: black;
  }
  .full-page .master-slider video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .full-page .master-slider .caption-text {
    width: 80%;
    top: 100px !important;
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .full-page .master-slider .caption-content {
    display: none;
  }
  .full-page .ms-loading-container {
    display: none !important;
  }
  .full-page .slider-text {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 3333;
    position: absolute;
  }
  .full-page .slider-text .container {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .full-page .slider-text .text-item {
    width: 100%;
    padding-top: 100px;
  }
  .full-page .slider-text .caption-text {
    color: white;
    position: relative;
    z-index: 9999;
    margin-bottom: 10px;
    font: 700 30px/35px "Inter Tight", sans-serif;
  }
  .full-page .slider-text .caption-content {
    color: white;
    text-align: start;
    font: 400 16px/24px "Inter Tight", sans-serif;
  }
  .full-page .slider-text .general-button {
    margin-top: 80px;
  }
  .full-page .slider-text .general-button a {
    margin: auto auto auto 0;
  }
  .full-page .social-area {
    display: none;
  }
  .full-page .header-search {
    width: 100%;
    flex: auto;
    bottom: 0;
    position: relative;
  }
  .full-page .header-search #search form.search-form {
    display: block;
    margin: 0 auto;
  }
  .full-page .header-search #search form.search-form .search-item {
    padding: 5px 0;
  }
  .full-page .header-search #search form.search-form .search-item label {
    font: 400 16px/16px "Inter Tight", sans-serif;
  }
  .full-page .header-search #search form.search-form .search-item button.select-button {
    width: 100%;
    height: auto;
    padding: 10px 16px;
    border: none;
  }
  .full-page .header-search #search form.search-form .search-item input {
    border: none;
    width: 100%;
    height: 39px;
    padding: 0 16px;
  }
  .full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu-model {
    min-width: 100% !important;
  }
  .full-page .header-search #search form.search-form .search-item .dropdown .dropdown-menu {
    min-width: 100%;
  }
  .full-page .header-search #search form.search-form button.search-button {
    width: 100%;
    height: 40px;
    margin: 0;
    background: #D70011;
  }
  .full-page .header-search #search form.search-form button.search-button i {
    color: white;
  }
  .full-page .header-search #search form.search-form button.search-button:hover i {
    color: #b0b0b0;
  }
  .full-page .slider-arrows {
    display: none;
  }
  .new-products-area {
    padding: 100px 0;
  }
  .new-products-area .new-products-left {
    left: 15px;
  }
  .new-products-area .new-products-left .new-products-text {
    width: 40%;
  }
  .new-products-area .new-products-left .new-products-text .new-products-subtitle {
    margin-bottom: 15px;
    font: 400 14px/20px "Inter Tight", sans-serif;
  }
  .new-products-area .new-products-left .new-products-text .new-products-title h1 {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .new-products-area .product-list {
    width: 50%;
    padding-right: 15px;
  }
  .new-products-area .product-list .product-list-div .product-item .product-text {
    padding: 17px;
    border-radius: 0 0 5px 5px;
    background-color: #D70011;
  }
  .new-products-area .product-list .product-list-div .product-item .product-text .product-title {
    min-height: 40px;
    font: 600 16px/20px "Inter Tight", sans-serif;
  }
  .about-area .grey-back {
    width: 32%;
  }
  .about-area .col-sm-6 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    padding-left: 0;
  }
  .about-area .about-text {
    padding: 30px 0;
  }
  .about-area .about-text .about-title {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .about-area .about-image-title {
    left: unset;
    right: 15px;
    font: 600 80px/80px "Inter Tight", sans-serif;
  }
  .category-area .category-flex {
    display: block;
  }
  .category-area .category-left {
    width: 100%;
    padding: 50px 0;
  }
  .category-area .category-left .brands-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }
  .category-area .category-left .brands-list .brands-item {
    width: unset;
    opacity: 25%;
  }
  .category-area .category-left .brands-list .brands-item img {
    width: 100%;
  }
  .category-area .category-left .brands-list .brands-item:hover {
    opacity: 100%;
    transform: scale(1.1);
    filter: grayscale(0);
  }
  .category-area .category-right {
    width: 100%;
  }
  .category-area .category-right .category-image {
    width: 100%;
    margin: auto 0 auto 0;
  }
  .category-area .category-right .category-text {
    bottom: 90px;
    right: 0;
    width: 90%;
    margin: 0 auto;
    height: 125px;
    padding: 30px 20px;
    border-radius: 0 0 5px 5px;
    position: relative;
  }
  .category-area .category-right .category-text h1.category-title {
    font: 600 20px/30px "Inter Tight", sans-serif;
  }
  .category-area .slick-dots {
    right: 0;
  }
  .category-area .slick-dots li button:before {
    color: white !important;
  }
  .contact-information-area {
    padding: 40px 0 40px 0;
  }
  .contact-information-area .social-media {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .contact-information-area .social-media a.social-item i {
    font-size: 18px;
  }
  .contact-information-area .contact-content .row .contact-title span {
    color: black;
    font: 700 30px/40px "Inter Tight", sans-serif;
  }
  .contact-information-area .contact-content .row .contact-information .contact-item .contact-right a,
  .contact-information-area .contact-content .row .contact-information .contact-item .contact-right span {
    font: 400 16px/20px "Inter Tight", sans-serif;
  }
  .contact-maps {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px #d9d7d7;
  }
  .contact-maps iframe {
    width: 100%;
    height: 400px;
  }
  .contact-form-area {
    padding: 30px 0 30px 0;
  }
  .contact-form-area .contact-form-title span {
    font: 400 25px/30px "Inter Tight", sans-serif;
  }
  .contact-form-area .contact-form-title strong {
    font: 600 25px/30px "Inter Tight", sans-serif;
  }
  .contact-form-area .form-title-bottom {
    width: 100%;
    margin: 30px auto 30px auto;
    font: 300 14px/20px "Inter Tight", sans-serif;
  }
  .contact-form-area form {
    margin: 0 auto;
    width: 100%;
  }
  .contact-form-area form .row input.message {
    height: 80px;
  }
  .contact-form-area form .form-bottom {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .contact-form-area form .form-bottom button {
    margin-top: 10px;
    width: 100%;
  }
  .grey-div {
    position: relative;
  }
  .grey-div .container {
    height: 150px;
    width: 100%;
    position: relative;
  }
  .grey-div .small-div {
    top: 0;
    left: 0;
    width: 8%;
    height: 150px;
    position: absolute;
  }
  .grey-div .big-div {
    top: 0;
    right: 0;
    width: 30%;
    height: 150px;
    position: absolute;
  }
  .numbers-area {
    height: auto;
    position: relative;
  }
  .numbers-area .red-div-left {
    display: none;
  }
  .numbers-area .red-div-right {
    display: none;
  }
  .numbers-area .number-list {
    width: 70%;
    padding-left: 30px;
  }
  .numbers-area .num-text {
    width: 53%;
    top: -150px;
    left: 42px;
    right: unset;
  }
  .numbers-area .num-text .num-title {
    font: 400 15px/20px "Inter Tight", sans-serif;
  }
  .numbers-area .num-text .num-content {
    font: 600 35px/40px "Inter Tight", sans-serif;
  }
  .numbers-area .numbers-item {
    padding: 20px;
    height: 260px;
    position: relative;
    background: #D70011;
  }
  .numbers-area .numbers-item .numbers-icon {
    margin-bottom: 20px;
  }
  .numbers-area .numbers-item .numbers-text span.numbers {
    color: white;
    font: 600 24px/30px "Inter Tight", sans-serif;
  }
  .numbers-area .numbers-item .numbers-text span.number-content {
    color: white;
    display: block;
    margin-top: 10px;
    font: 400 16px/22px "Inter Tight", sans-serif;
  }
  .numbers-area .slick-slide:nth-child(2n) {
    margin-top: 0;
  }
  .numbers-area .numbers-arrows {
    width: 29%;
    margin: 0;
    bottom: 2px;
    height: 260px;
  }
  .numbers-area .numbers-arrows .left,
  .numbers-area .numbers-arrows .right {
    padding: 30px 10px;
  }
  .arge-area {
    background-position: top right;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.431372549) !important;
    background-blend-mode: soft-light !important;
  }
  .arge-area .arge-div {
    padding: 75px 0;
  }
  .arge-area .arge-text .arge-title {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .certificate-area {
    position: relative;
  }
  .certificate-area .certificate-flex {
    display: block;
  }
  .certificate-area .certificate-left {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .certificate-area .certificate-left .certificate-text {
    text-align: center;
  }
  .certificate-area .certificate-left .certificate-text .certificate-title {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .certificate-area .certificate-slick {
    width: 100% !important;
  }
  .certificate-area .certificate-right {
    display: block !important;
  }
  .certificate-area .certificate-right .certificate-image img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .certificate-area .certificate-right .certificate-div {
    width: 70%;
    margin: 0 auto;
  }
  .certificate-area .certificate-arrows .left {
    top: 140px;
    z-index: 666;
  }
  .certificate-area .certificate-arrows .right {
    top: 190px;
    bottom: unset;
    z-index: 666;
  }
  .grey-div2 {
    height: 150px;
    position: relative;
  }
  .grey-div2 .small-div {
    top: 0;
    left: 0;
    width: 19%;
    height: 100%;
    position: absolute;
    background: #F9F9F9;
  }
  .grey-div2 .big-div {
    top: 0;
    right: 0;
    width: 18%;
    height: 100%;
    position: absolute;
    background: #F9F9F9;
  }
  .corporate-banner {
    background-position: top center;
  }
  .corporate-banner .corporate-banner-text {
    width: 100%;
    padding: 180px 0;
  }
  .corporate-banner .corporate-banner-text .corporate-banner-title h1 {
    font: 600 30px/50px "Inter Tight", sans-serif;
  }
  .corporate-banner .corporate-banner-text .corporate-banner-content p {
    font: 400 16px/21px "Inter Tight", sans-serif;
  }
  .mission-vision-area {
    top: 0;
  }
  .mission-vision-area .mission-item {
    padding: 30px;
    height: auto;
  }
  .mission-vision-area .mission-item .mission-item-icon {
    margin-bottom: 20px;
  }
  .mission-vision-area .mission-item .mission-item-text h2.mission-item-title {
    font: 600 25px/40px "Inter Tight", sans-serif;
  }
  .about-us-area {
    margin: 70px 0;
  }
  .history-area {
    position: relative;
  }
  .history-area .history-text .history-title {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .history-area .history-list {
    display: unset;
    padding-bottom: 80px;
  }
  .history-area .history-list .history-item {
    width: 25%;
    position: relative;
  }
  .history-area .history-list .history-item .history-image {
    width: 100%;
    height: auto;
  }
  .history-area .history-list .history-item .history-text {
    padding: 25px;
    text-align: start;
  }
  .history-area .history-list .history-item .history-text .history-date {
    color: #D70011;
    letter-spacing: 3px;
    font: 400 16px/20px "Inter Tight", sans-serif;
  }
  .history-area .history-list .history-item .history-text .history-title {
    color: black;
    margin-top: 10px;
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .history-area .history-list .history-item .history-hover {
    visibility: hidden;
    height: 300px;
    width: 100%;
    transition: all 0.5s;
    background: #D70011;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    transform-origin: 0 top 0;
    transform: scaleY(0);
    transition: 0.4s ease-out;
  }
  .history-area .history-list .history-item .history-hover .history-date {
    color: white;
    letter-spacing: 3px;
    font: 400 16px/20px "Inter Tight", sans-serif;
  }
  .history-area .history-list .history-item .history-hover .history-title {
    color: white;
    margin-top: 10px;
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .history-area .history-list .history-item .history-hover .history-content {
    color: white;
    margin-top: 40px;
    font: 400 16px/22px "Inter Tight", sans-serif;
  }
  .history-area .history-list .history-item:hover .history-hover {
    visibility: visible;
    transform-origin: 0 bottom 0;
    transform: scaleY(1);
    transition: 0.4s ease-out;
  }
  .history-area .back-grey {
    width: 100%;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-color: #F4F4F4;
  }
  .contact-form {
    margin: 0 0 50px 0;
  }
  .contact-form .form-text {
    width: 100%;
  }
  .contact-form .form-text .form-title {
    font: 600 30px/40px "Inter Tight", sans-serif;
  }
  .contact-form .form-text .form-content {
    margin-bottom: 40px;
    font: 400 14px/20px "Inter Tight", sans-serif;
  }
  .contact-form .subscribe-result {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  .contact-form form#subscribe-form {
    width: 100%;
  }
  .contact-form form#subscribe-form .flex-div {
    display: block;
  }
  .contact-form form#subscribe-form .subscribe-item {
    width: 100%;
    margin: 0 0 7px 0;
  }
  .contact-form form#subscribe-form .subscribe-item .absolute-required {
    top: 5px;
    left: 10px;
  }
  .contact-form form#subscribe-form button {
    width: 100%;
    height: 40px;
    display: flex;
    background: #D70011;
    color: white;
    padding: 15px 20px;
    border-radius: 110px;
    align-items: center;
    transition: all 0.5s;
    justify-content: center;
    font: 500 14px/32px "Inter Tight", sans-serif;
    border: none;
    margin: 20px auto 0 auto;
  }
  .contact-form form#subscribe-form button:hover {
    color: white;
    background: black;
  }
  .contact-form form#subscribe-form input {
    width: 100%;
    height: 40px;
    padding: 0 23px;
    background: #F4F4F4;
    color: black;
    border-radius: 110px;
    border: none;
    font: 500 14px/32px "Inter Tight", sans-serif;
  }
  .contact-form form#subscribe-form input::placeholder {
    color: black;
    font: 400 16px/32px "Inter Tight", sans-serif;
  }
  .section_bg_product {
    margin: 150px 0 100px 0;
  }
  .section_bg_product .list-top {
    display: block;
  }
  .mobile-table-responsive {
    overflow-x: auto;
  }
  table.list {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
  }
  table.list tbody tr td .product-image img {
    width: 80px;
    height: auto;
  }
  table.brand-list thead tr > th {
    top: 0;
  }
  table.brand-list tbody tr td img {
    width: 80px;
    height: auto;
  }
  .general-search {
    width: 95%;
    flex: auto;
    left: 0;
    right: 0;
    bottom: -120px;
    z-index: 3333;
    margin: 0 auto;
    position: absolute;
    background: #F4F4F4;
    border-radius: 5px;
  }
  .general-search form.search-form {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .general-search form.search-form .search-item {
    padding: 5px 0;
  }
  .general-search form.search-form .search-item button.select-button {
    width: 100%;
    height: auto;
    padding: 10px 16px;
  }
  .general-search form.search-form .search-item input {
    border: none;
    width: 100%;
    height: 39px;
    padding: 0 16px;
    background: #F4F4F4;
    border-radius: 10px;
    color: black;
    font: 400 14px/14px "Inter Tight", sans-serif;
  }
  .general-search form.search-form .search-item .dropdown .dropdown-menu {
    min-width: 100%;
    overflow-y: scroll;
  }
  .general-search form.search-form button.search-button {
    width: 100%;
    border-radius: 10px;
    background: #D70011;
  }
  .general-search form.search-form button.search-button i {
    color: white;
  }
  .general-search form.search-form button.search-button:hover i {
    color: black;
  }
  .list-top .list-text {
    margin-bottom: 10px;
  }
  .page-pagination {
    justify-content: center;
  }
  .bottom-pagination {
    justify-content: center;
  }
  .product-detail-page .product-info .product-type span.type-content {
    padding: 5px 15px 5px 20px;
    font: 400 14px/22px "Inter Tight", sans-serif;
  }
  .product-detail-page .product-info .product-image img {
    width: 100%;
    height: 278px;
  }
  .product-detail-page .product-image {
    margin-top: 30px;
  }
  .product-detail-page .product-no {
    margin-top: 20px;
  }
  section.in-page {
    padding: 170px 0 80px 0;
  }
  .general-page-banner .general-page-text {
    padding: 130px 0;
  }
  .general-page-banner .general-page-text .general-banner-title {
    font: 600 25px/30px "Inter Tight", sans-serif;
  }
  .general-page-banner .general-page-text .general-banner-title h1 {
    font: 600 25px/30px "Inter Tight", sans-serif;
  }
}
@media (min-width: 990px) and (max-width: 1800px) {
  .new-products-area {
    padding: 100px 0 80px 0;
  }
  .new-products-area .back-left {
    width: 73%;
  }
}
.mobile-menu-two {
  top: 125px !important;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu {
  float: right;
  overflow: scroll;
  width: 213px;
  height: 100%;
  position: relative;
  background: black;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: inline-grid;
}
.mobile-menu .menu a.logo {
  padding: 15px 20px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
}
.mobile-menu .hamburger-menu {
  top: -30px;
  justify-content: end;
  align-items: end;
  display: flex;
  position: relative;
  margin-right: 0;
}
.mobile-menu .hamburger-menu i {
  color: #D70011;
}
.mobile-menu .menu-show {
  width: 30px;
  font-size: 20px;
  text-align: right;
  background-color: white;
  border-radius: 7px;
  text-align: center;
}
.mobile-menu .menu-show i {
  font-size: 20px;
}
.mobile-menu .links {
  overflow: scroll;
}
.mobile-menu .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu .links ul > li {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.mobile-menu .links ul > li > a {
  width: 165px;
  height: 40px;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  font: 600 13px/20px "Inter Tight", sans-serif;
  justify-content: center;
  background-color: #D70011;
}
.mobile-menu .links ul > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #9d9e9e;
}
.mobile-menu .links ul > li .submenu {
  margin-right: 15px !important;
}
.mobile-menu .links ul > li .submenu > ul {
  background: #f2f2f2;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  list-style: nonne;
}
.mobile-menu .links ul > li .submenu > ul li a {
  display: block;
  font: 13px/20px "Inter Tight", sans-serif;
  padding: 10px 20px;
  color: #333;
}
.mobile-menu .menu-bottom .social-media a {
  margin: 0 10px;
}
.mobile-menu .menu-bottom .social-media a i {
  color: white;
}
.mobile-menu .close-button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 35px 0 -31px 0;
}
.mobile-menu .close-button .close {
  color: #9d9e9e;
  font-size: 40px;
  border-radius: 11px;
  border: 2px solid #9d9e9e;
  background: transparent;
  text-shadow: none;
  opacity: unset;
  float: unset;
  font-weight: 400;
  padding: 0 12px 5px 12px;
}
.mobile-menu .close:hover,
.mobile-menu .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mobile-menu .header-languages {
  display: flex;
  margin: 10px 20px 30px 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mobile-menu .header-languages a {
  margin-right: 5px;
  padding: 10px;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  font: 600 13px/20px "Inter Tight", sans-serif;
  justify-content: center;
  background-color: #D70011;
}
.mobile-menu .header-languages a:hover {
  color: white;
  text-decoration: none;
  background-color: #9d9e9e;
}
.mobile-menu .user-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.mobile-menu .user-links a {
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  color: #333;
  font: 600 14px/18px "Inter Tight", sans-serif;
  text-align: center;
  padding: 10px;
  margin: 0 0 10px;
}
.mobile-menu .user-links .flex-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .user-links .flex-links a {
  margin: 0 5px;
  flex: 1;
}
.mobile-menu .social-media {
  display: flex;
  justify-content: center;
}
.mobile-menu .social-media a.social-item:hover i {
  color: #D70011;
}

/*# sourceMappingURL=styles.css.map */
