@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");
body {
  color: #495062;
  position: relative;
  font-family: "Khand", sans-serif;
}

span {
  display: block;
}

a {
  outline: 0;
  color: #495062;
  display: block;
  text-decoration: none;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

button {
  outline: 0;
}

button:hover,
button:active,
button:focus,
button:visited {
  outline: 0;
}

button,
input,
select,
textarea {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.mt-50 {
  margin-top: 50px;
}

.container-fluid {
  padding: 0 140px;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}
header .header-flex {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
}
header .header-left {
  width: 12%;
}
header .header-right {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-logo {
  width: 100%;
}
header .header-logo a img {
  width: 100%;
  height: auto;
}
header .header-search-area {
  flex: 0.9;
}
header .header-menu ul {
  display: flex;
  align-items: center;
}
header .header-menu ul li {
  margin: 0 13px;
  position: relative;
}
header .header-menu ul li a {
  color: #fff;
  font: 400 18px/30px "Khand", sans-serif;
}
header .header-menu ul li.active::after {
  content: "";
  width: 100%;
  height: 3px;
  bottom: -8px;
  position: absolute;
  border-radius: 10px;
  background-color: white;
}
header .header-b2b {
  margin-right: 20px;
}
header .header-b2b a {
  height: 50px;
  color: white;
  border: none;
  padding: 10px 40px;
  background-color: #55172D;
  font: 600 18px/30px "Khand", sans-serif;
}
header .header-dropdown {
  height: 50px;
}
header .header-dropdown .dropdown {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .header-dropdown .dropdown button {
  height: 100%;
  display: flex;
  padding: 0 15px;
  align-items: center;
  background-color: transparent;
  border: 1px solid #ffffff3c;
  color: white;
  border-radius: 0;
  font: 400 18px/24px "Khand", sans-serif;
  margin: 0;
}
header .header-dropdown .dropdown button span {
  margin: 0 10px;
}
header .header-dropdown .dropdown button:hover {
  box-shadow: none;
  background-color: transparent;
}
header .header-dropdown .dropdown-menu .dropdown-item {
  transition: all 0.3s ease;
}
header .header-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9d9fa1;
  color: white;
}
header .header-dropdown .dropdown-toggle {
  background-color: transparent !important;
}
header .header-dropdown .dropdown-toggle:focus {
  box-shadow: none !important;
}
header .header-dropdown .dropdown-toggle::after {
  transition: all 0.5s ease;
}
header .header-dropdown .dropdown-menu.show {
  min-width: 100%;
}
header .header-dropdown .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

form#header-search {
  width: 100%;
  position: relative;
}
form#header-search input {
  width: 100%;
  height: 50px;
  padding: 5px 14px;
  color: white;
  background: transparent;
  border: 1px solid #ffffff3c;
}
form#header-search input::placeholder {
  color: #fff;
  font: 400 16px/30px "Khand", sans-serif;
}
form#header-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 0;
  color: #fff;
  font: 400 16px/30px "Khand", sans-serif;
}

.slider {
  position: relative;
}
.slider video {
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .ms-nav-next,
.slider .ms-nav-prev {
  opacity: 0 !important;
  display: none !important;
}
.slider .slider-other-list {
  bottom: 180px;
  width: 100%;
  z-index: 444;
  position: absolute;
}
.slider .slider-other-list .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider .slider-other-list .other-list {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.slider .slider-other-list .slider-other-item {
  position: relative;
  margin: 0 12px 0 0;
  padding-right: 30px;
}
.slider .slider-other-list .slider-other-item a {
  color: white;
  opacity: 0.3;
  transition: all 0.3s ease;
  font: 500 14px/24px "Khand", sans-serif;
}
.slider .slider-other-list .slider-other-item a:hover {
  opacity: 1;
}
.slider .slider-other-list .slider-other-item a:after {
  content: "";
  width: 100%;
  bottom: -10px;
  height: 1px;
  margin: 0 auto;
  display: block;
  opacity: 1;
  position: absolute;
  background-color: #fff;
}
.slider .slider-other-list .slider-other-item a.active {
  opacity: 1;
  font: 700 22px/24px "Khand", sans-serif;
}
.slider .slider-other-list .slider-other-item a.active:after {
  content: "";
  width: 100%;
  bottom: -10px;
  height: 4px;
  margin: 0 auto;
  display: block;
  opacity: 1;
  position: absolute;
  background-color: #E11F28;
}
.slider .slider-arrow {
  display: flex;
  align-items: center;
}
.slider .slider-arrow a {
  width: 45px;
  height: 45px;
  border: 1px solid #4D4D4D;
  transition: all 0.3s ease;
}
.slider .slider-arrow a i {
  color: #4D4D4D;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.slider .slider-arrow a.next {
  margin-left: 10px;
}
.slider .slider-arrow a:hover {
  border: 1px solid #E11F28;
  background-color: #E11F28;
}
.slider .slider-arrow a:hover i {
  color: white;
}

.home-products-groups {
  bottom: -170px;
  left: 0;
  width: 100%;
  z-index: 444;
  position: absolute;
}
.home-products-groups .groups-flex {
  height: 333px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-products-groups .home-products-groups-text {
  width: 30%;
  height: 100%;
  padding: 50px 30px 50px 30px;
  background-color: white;
}
.home-products-groups .home-products-groups-text .hpg-title {
  color: #000000;
  font: 700 30px/40px "Khand", sans-serif;
  border-bottom: 4px solid #E11F28;
}
.home-products-groups .home-products-groups-text .hpg-content {
  color: #7F7F7F;
  margin: 17px 0 30px 0;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-products-groups .home-products-groups-text .hpg-button a {
  width: fit-content;
  color: black;
  border: none;
  padding: 10px 20px;
  font: 400 18px/24px "Khand", sans-serif;
  background-color: #F5F7FA;
  transition: all 0.4s ease;
}
.home-products-groups .home-products-groups-text .hpg-button a:hover {
  background-color: #E11F28;
  color: white;
}
.home-products-groups .products-groups-list {
  width: 70%;
  height: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(5, 1fr);
}
.home-products-groups .products-groups-list a.groups-item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #F5F7FA;
  background-color: white;
  transition: all 0.4s ease;
}
.home-products-groups .products-groups-list a.groups-item .groups-item-image {
  height: 55px;
  opacity: 0.5;
}
.home-products-groups .products-groups-list a.groups-item .groups-item-image img {
  height: 100%;
  width: auto;
  filter: grayscale(100%);
}
.home-products-groups .products-groups-list a.groups-item .groups-item-title {
  color: #000;
  opacity: 0.5;
  margin-top: 10px;
  text-align: center;
  font: 400 18px/24px "Khand", sans-serif;
}
.home-products-groups .products-groups-list a.groups-item:hover {
  background-color: #F5F7FA;
}
.home-products-groups .products-groups-list a.groups-item:hover .groups-item-image {
  opacity: 1;
}
.home-products-groups .products-groups-list a.groups-item:hover .groups-item-image img {
  filter: grayscale(0%);
}
.home-products-groups .products-groups-list a.groups-item:hover .groups-item-title {
  opacity: 1;
  color: #E11F28;
}

.home-search-area {
  padding: 230px 0 60px 0;
  position: relative;
  background-color: #F5F7FA;
}

form#home-search {
  width: 70%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px 0 30px;
  background-color: white;
  justify-content: space-between;
}
form#home-search label {
  width: 6%;
  margin: 0;
  padding: 10px 0;
  border-right: 2px solid #dbdfe693;
}
form#home-search label i {
  color: black;
  font-size: 17px;
}
form#home-search .hs-input {
  width: 80%;
}
form#home-search input {
  width: 100%;
  height: 70px;
  padding: 5px 14px;
  background: transparent;
  border: 0;
  color: #000;
  font: 400 16px/30px "Khand", sans-serif;
}
form#home-search input::placeholder {
  color: #0000007c;
  font: 400 16px/30px "Khand", sans-serif;
}
form#home-search .hs-button {
  width: 18%;
}
form#home-search button {
  width: 100%;
  height: 50px;
  color: #E11F28;
  position: relative;
  padding: 5px 20px;
  font: 600 18px/30px "Khand", sans-serif;
  background-color: #F5F7FA;
}

.home-about-area {
  padding: 70px 0;
  position: relative;
}
.home-about-area .row {
  align-items: center;
}
.home-about-area .home-about-image {
  height: 450px;
}
.home-about-area .home-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-area .home-about-text .home-about-title {
  height: 51px;
  margin-bottom: 20px;
}
.home-about-area .home-about-text .home-about-title img {
  height: 100%;
  width: auto;
}
.home-about-area .home-about-text .home-about-content {
  color: #787777;
}
.home-about-area .numbers-area {
  width: 85%;
  margin-top: 40px;
}
.home-about-area .numbers-area .numbers-list {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: repeat(4, 1fr);
}
.home-about-area .numbers-area .numbers-list .number-item .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  width: fit-content;
  margin: 0 auto;
  color: #E11F28;
  border: 1px solid #DEE3EA;
  font: 400 30px/40px "Khand", sans-serif;
}
.home-about-area .numbers-area .numbers-list .number-item .text {
  text-align: center;
  color: #000000;
  margin-top: 10px;
  font: 400 18px/30px "Khand", sans-serif;
}

.home-products-area {
  padding: 0 0 50px 0;
  position: relative;
}
.home-products-area .bg-grey {
  top: 0;
  width: 100%;
  height: 220px;
  z-index: 0;
  position: absolute;
  background-color: #F5F7FA;
}
.home-products-area .home-products-top {
  z-index: 11;
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-products-area .home-products-top .home-products-title {
  color: #495062;
  font: 700 20px/30px "Khand", sans-serif;
}
.home-products-area .home-products-top .home-products-right {
  display: flex;
  align-items: center;
}
.home-products-area .home-products-top .home-products-button a {
  color: #495062;
  font: 400 18px/30px "Khand", sans-serif;
}
.home-products-area .home-products-top .hp-arrows {
  display: flex;
  align-items: center;
}
.home-products-area .home-products-top .hp-arrows a {
  opacity: 0.5;
  margin-left: 20px;
  color: #495062;
}
.home-products-area .home-products-top .hp-arrows a i {
  font-size: 18px;
}
.home-products-area .home-products-top .hp-arrows a:hover {
  opacity: 1;
}
.home-products-area .products-list {
  z-index: 11;
  position: relative;
}
.home-products-area .products-list .product-item {
  margin: 0 7px;
}
.home-products-area .products-list .product-item .product-item-image {
  height: 250px;
}
.home-products-area .products-list .product-item .product-item-image img {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #8e8e8e21;
  background-color: white;
  object-fit: scale-down;
}
.home-products-area .products-list .product-item .product-item-text {
  margin-top: 10px;
}
.home-products-area .products-list .product-item .product-item-text .product-no {
  color: #E11F28;
  font: 600 25px/30px "Khand", sans-serif;
}
.home-products-area .products-list .product-item .product-item-text .product-title {
  color: #495062;
  font: 600 16px/24px "Khand", sans-serif;
}
.home-products-area .products-list .product-item .product-item-text .oems {
  height: 24px;
  color: #495062;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-products-area .products-list .product-item .product-button {
  margin-top: 13px;
  display: flex;
  align-items: center;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-products-area .products-list .product-item .product-button i {
  color: #495062e3;
  font-size: 15px;
  margin-left: 10px;
  transform: rotate(320deg);
}
.home-products-area .products-list .product-item:hover .product-item-image img {
  border: 1px solid #E11F28;
}
.home-products-area .products-list .product-item:hover .product-item-text .product-title {
  color: #E11F28;
}
.home-products-area .products-list .product-item:hover .product-button {
  color: #E11F28;
}
.home-products-area .products-list .product-item:hover .product-button i {
  color: #E11F28;
}

.home-block-area {
  padding: 60px 0 100px 0;
  position: relative;
}
.home-block-area .home-block-grid {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.home-block-area .home-block-item {
  position: relative;
  display: flex;
  padding: 30px 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F7FA;
}
.home-block-area .home-block-item .block-text {
  width: 85%;
}
.home-block-area .home-block-item .block-text .block-title {
  color: #E11F28;
  font: 600 20px/30px "Khand", sans-serif;
}
.home-block-area .home-block-item .block-text .block-content {
  color: #606060;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-block-area .home-block-item .block-text .block-button a {
  width: fit-content;
  color: #606060;
  transition: all 0.4s ease;
  font: 400 16px/30px "Khand", sans-serif;
}
.home-block-area .home-block-item .block-text .block-button a i {
  margin-left: 7px;
  color: #606060da;
  font-size: 15px;
  transition: all 0.4s ease;
  transform: rotate(320deg);
}
.home-block-area .home-block-item .block-text .block-button a:hover {
  color: #E11F28;
}
.home-block-area .home-block-item .block-text .block-button a:hover i {
  color: #E11F28;
}

.home-b2b-area {
  padding: 60px 0;
  background-color: #F5F7FA;
  position: relative;
}
.home-b2b-area .row {
  align-items: center;
}
.home-b2b-area .home-b2b-text .b2b-title {
  color: #495062;
  font: 300 40px/50px "Khand", sans-serif;
}
.home-b2b-area .home-b2b-text .b2b-title strong {
  font: 400 50px/50px "Khand", sans-serif;
}
.home-b2b-area .home-b2b-text .b2b-content {
  color: #495062;
  margin-top: 15px;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-b2b-area .b2b-play-store {
  display: flex;
  height: 32px;
  margin-top: 30px;
  align-items: center;
}
.home-b2b-area .b2b-play-store a {
  height: 100%;
  margin-right: 50px;
}
.home-b2b-area .b2b-play-store a img {
  height: 100%;
  width: auto;
  object-fit: scale-down;
}
.home-b2b-area .b2b-detail-button {
  margin-top: 40px;
}
.home-b2b-area .b2b-detail-button a {
  width: fit-content;
  color: #E11F28;
  padding: 5px 30px;
  background-color: white;
  font: 600 18px/30px "Khand", sans-serif;
  transition: all 0.4s ease;
}
.home-b2b-area .b2b-detail-button a:hover {
  color: white;
  background-color: #E11F28;
}
.home-b2b-area .home-b2b-image img {
  width: 100%;
  height: auto;
}

.home-news-area {
  padding: 50px 0;
}
.home-news-area .home-news-top {
  z-index: 11;
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-news-area .home-news-top .home-news-title {
  color: #495062;
  font: 700 20px/30px "Khand", sans-serif;
}
.home-news-area .home-news-top .home-news-right {
  display: flex;
  align-items: center;
}
.home-news-area .home-news-top .home-news-button a {
  color: #495062;
  font: 400 18px/30px "Khand", sans-serif;
}
.home-news-area .home-news-top .hp-arrows {
  display: flex;
  align-items: center;
}
.home-news-area .home-news-top .hp-arrows a {
  opacity: 0.5;
  margin-left: 20px;
  color: #495062;
}
.home-news-area .home-news-top .hp-arrows a i {
  font-size: 18px;
}
.home-news-area .home-news-top .hp-arrows a:hover {
  opacity: 1;
}

.news-item {
  margin: 0 7px;
  transition: all 0.4s ease;
}
.news-item .news-item-image img {
  width: 100%;
}
.news-item .news-item-text {
  margin-top: 10px;
}
.news-item .news-item-text .news-title {
  color: #606060;
  transition: all 0.4s ease;
  font: 600 17px/24px "Khand", sans-serif;
}
.news-item .news-item-text .news-date {
  color: #E11F28;
  font: 400 16px/35px "Khand", sans-serif;
}
.news-item .news-item-text .news-button {
  color: #606060;
  transition: all 0.4s ease;
  font: 400 16px/24px "Khand", sans-serif;
}
.news-item .news-item-text .news-button i {
  color: #606060cb;
  font-size: 15px;
  margin-left: 10px;
  transition: all 0.4s ease;
  transform: rotate(320deg);
}
.news-item:hover .news-item-text .news-title {
  color: #E11F28;
}
.news-item:hover .news-item-text .news-button {
  color: #E11F28;
}
.news-item:hover .news-item-text .news-button i {
  color: #E11F28;
}

.home-quality-area {
  padding: 100px 0;
  position: relative;
}
.home-quality-area .home-quality-top {
  width: 60%;
  margin: 0 auto;
}
.home-quality-area .home-quality-top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-quality-area .home-quality-top .icon img {
  height: 49px;
}
.home-quality-area .home-quality-top .title {
  text-align: center;
  color: #606060;
  margin: 15px 0;
  font: 600 25px/30px "Khand", sans-serif;
}
.home-quality-area .home-quality-top .content {
  color: #606060;
  text-align: center;
  font: 400 16px/24px "Khand", sans-serif;
}
.home-quality-area .home-quailty-image {
  width: 80%;
  padding-top: 40px;
  margin: 0 auto;
}
.home-quality-area .home-quailty-image img {
  width: 100%;
  height: auto;
}

.general-page-top {
  height: 300px;
  padding-top: 20px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../assets/images/slider.png");
  border-bottom: 3px solid #E11F28;
}
.general-page-top .container-fluid {
  height: 100%;
  position: relative;
}
.general-page-top .general-page-title {
  display: flex;
  height: 100%;
  text-align: center;
  flex-direction: column;
  color: #E11F28;
  justify-content: end;
  font: 400 18px/25px "Khand", sans-serif;
}
.general-page-top .general-page-title .page-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}
.general-page-top .general-page-title h1 {
  color: white;
  letter-spacing: 2px;
  font: 600 30px/40px "Khand", sans-serif;
}
.general-page-top .general-page-title i {
  color: white;
  font-size: 20px;
  margin-left: 10px;
}
.general-page-top .general-page-title span {
  margin-bottom: 7px;
  margin-left: 20px;
}
.general-page-top .breadcrumb-div {
  left: 0;
  bottom: 51px;
  z-index: 44;
  padding: 0 90px;
  position: absolute;
  color: #ffffff7a;
}
.general-page-top .breadcrumb-div a {
  color: #ffffff7a;
}

.breadcrumb-div {
  padding: 20px 0 40px 0;
  color: #ffffffa7;
  font: 400 16px/22px "Khand", sans-serif;
}
.breadcrumb-div a {
  display: inline;
  margin: 0 5px;
  color: #ffffffa7;
  font: 400 16px/22px "Khand", sans-serif;
}
.breadcrumb-div a.active {
  color: #fff;
  margin: 0 0 0 5px;
}

.general-search-area {
  padding: 10px 0;
  background-color: #eceef1;
}
.general-search-area .search-title-div {
  color: #E11F28;
  font: 600 16px/40px "Khand", sans-serif;
}

form#general-search-form {
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.8fr 0.1fr;
  background-color: #fff;
}
form#general-search-form .search-item {
  width: 100%;
  padding: 10px 0;
}
form#general-search-form .flex-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form#general-search-form input#keyword {
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  color: #000;
  background-color: transparent;
}
form#general-search-form input#keyword::placeholder {
  color: #000;
  font: 300 15px/24px "Khand", sans-serif;
}
form#general-search-form button {
  width: 150px;
  height: 60px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: #071239;
}
form#general-search-form button i {
  color: white;
  font-size: 20px;
}
form#general-search-form button:hover {
  background-color: #E11F28;
}
form#general-search-form button#search-button {
  width: 100px;
  height: 100%;
  font: 400 16px/44px "Khand", sans-serif;
}
form#general-search-form button#search-button i {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 16px;
}
form#general-search-form button.select-button {
  width: 100%;
  border-right: 1px solid #D8D8D8;
  height: 40px;
  color: #000;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  transition: all .5s;
  font: 300 16px/24px "Khand", sans-serif;
  background-color: transparent;
  justify-content: start;
}
form#general-search-form button.select-button i {
  color: #000000b7;
  font-size: 16px;
  margin-left: 10px;
}
form#general-search-form .dropdown-menu {
  max-height: 300px;
  min-width: 91%;
  overflow-y: scroll;
  border-radius: 0 !important;
}
form#general-search-form .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
form#general-search-form .dropdown-menu::-webkit-scrollbar-track {
  background: white;
}
form#general-search-form .dropdown-menu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 2px;
  border-right: 2px solid #827f7f;
}
form#general-search-form .dropdown-menu label.clear-category-label h2 {
  color: #da1010 !important;
  font: 500 12px/12px "Khand", sans-serif !important;
}
form#general-search-form .dropdown-menu label.model-label,
form#general-search-form .dropdown-menu label.category-label {
  margin: 0;
  display: flex;
  display: flex;
  margin: 8px 0;
  cursor: pointer;
  padding: 3px 8px;
  position: relative;
  align-items: center;
}
form#general-search-form .dropdown-menu label.model-label input,
form#general-search-form .dropdown-menu label.category-label input {
  width: 10px;
  height: 10px;
}
form#general-search-form .dropdown-menu label.model-label .check,
form#general-search-form .dropdown-menu label.category-label .check {
  border: 0;
  width: 5px;
  height: 5px;
  display: flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}
form#general-search-form .dropdown-menu label.model-label .check i,
form#general-search-form .dropdown-menu label.category-label .check i {
  font-size: 8px;
  color: transparent;
}
form#general-search-form .dropdown-menu label.model-label span,
form#general-search-form .dropdown-menu label.category-label span {
  margin: 0;
  height: fit-content;
  width: fit-content;
  font: 500 14px/15px "Khand", sans-serif;
  color: #3e3e3e;
}
form#general-search-form .dropdown-menu label.model-label h2,
form#general-search-form .dropdown-menu label.category-label h2 {
  margin: 0;
  height: fit-content;
  width: fit-content;
  font: 500 14px/15px "Khand", sans-serif;
  color: #3e3e3e;
}

.products-list-area {
  padding: 20px 0 100px 0;
  background-color: #EDEFF3;
}
.products-list-area .products-search-div form.products-search .products-search-item {
  margin-bottom: 20px;
}
.products-list-area .products-search-div form.products-search .products-search-item label {
  color: #E11F28;
  font: 400 20px/30px "Khand", sans-serif;
}
.products-list-area .products-search-div form.products-search .products-search-item input {
  flex: auto;
  height: 40px;
  padding: 7px 20px;
  color: #E11F28;
  background-color: #2d40462c;
}
.products-list-area .products-search-div form.products-search .products-search-item input::placeholder {
  color: #E11F28;
  font: 400 17px/25px "Khand", sans-serif;
}
.products-list-area .products-search-div form.products-search .products-search-item button {
  width: 43px;
  height: 40px;
  background-color: #2d404687;
}
.products-list-area .products-search-div form.products-search .products-search-item button i {
  color: white;
  font-size: 17px;
}
.products-list-area .products-search-div form.products-search .products-search-item button.select-button {
  width: 100%;
  height: 40px;
  display: flex;
  padding: 7px 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #2d40462c;
}
.products-list-area .products-search-div form.products-search .products-search-item button.select-button span {
  color: #E11F28;
  font: 400 17px/25px "Khand", sans-serif;
}
.products-list-area .products-search-div form.products-search .products-search-item button.select-button i {
  color: #E11F28;
  font-size: 17px;
}
.products-list-area .products-search-div form.products-search .serach-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list-area .products-list-top {
  padding: 20px 0;
}
.products-list-area .products-list-top .products-list-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list-area .products-list-top .products-list-top-flex .products-total-number {
  color: #E11F28;
  opacity: 0.5;
  margin-top: 3px;
  margin-bottom: 3px;
  font: 400 16px/22px "Khand", sans-serif;
}
.products-list-area .products-page-list {
  width: 100%;
  display: grid;
  grid-gap: 40px 12px;
  position: relative;
}
.products-list-area .products-page-list .new-products-item-div {
  margin: 0;
}

table.list {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
table.list thead tr > th {
  background: #E11F28;
  color: #fff;
  padding: 15px;
  border: none;
  font: 600 16px/24px "Khand", sans-serif;
  position: sticky;
  top: 0;
}
table.list thead tr > th:after {
  display: block;
  content: " ";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #fff;
  transition: height .3s ease;
  z-index: 10;
}
table.list thead tr > th:last-child {
  border-radius: 0 5px 5px 0;
}
table.list thead tr > th:last-child:after {
  display: none;
}
table.list thead tr > th:first-child {
  border-radius: 5px 0 0 5px;
}
table.list tbody tr {
  background: #ffffffe5;
}
table.list tbody tr td {
  color: #333;
  padding: 7px 8px;
  border: none;
  margin: 10px 0;
  font: 400 13px/20px "Khand", sans-serif;
}
table.list tbody tr td a {
  color: black;
  display: block;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
table.list tbody tr td a span {
  display: block;
  font: 400 13px/20px "Khand", sans-serif;
}
table.list tbody tr td .product-image {
  max-width: 130px;
  height: 100px;
}
table.list tbody tr td img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
table.list tbody tr td .div-strong {
  width: 150px;
  padding: 3px 10px;
  border-radius: 5px;
  color: white;
  font: 700 13px/22px "Khand", sans-serif;
  background-color: #E11F28;
}
table.list tbody tr td .product-card-button a {
  height: 40px;
  color: white;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-radius: 10px;
  text-align: center;
  font: 700 17px/22px "Khand", sans-serif;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #E11F28;
}
table.list tbody tr td .product-card-button a:hover {
  background-color: #23787b;
}
table.list tbody tr td.vehicles {
  font: 400 12.5px/18px "Khand", sans-serif;
}
table.list tbody tr td:first-child {
  padding: 7px 0 7px 25px;
  border-radius: 10px 0 0 10px;
}
table.list tbody tr td:last-child {
  padding: 7px 25px 7px 0;
  border-radius: 0 10px 10px 0;
}
table.list tbody tr:hover {
  background: #ddd;
  cursor: pointer;
}
table.list tbody tr:nth-child(2n) {
  background: #e5e5e5;
}
table.list tbody tr:nth-child(2n):hover {
  background: #ddd;
  cursor: pointer;
}

.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: #E11F28;
  text-align: center;
  transition: all .5s;
  color: #E11F28;
  padding: 2px 4px 2px 3px;
  font: 600 14px/14px "Khand", sans-serif;
}
.page-pagination li a:hover {
  color: #E11F28;
}
.page-pagination li.active a {
  color: #E11F28;
  border-bottom: 2px solid #E11F28;
}
.page-pagination li a.next,
.page-pagination li a.prev {
  border: none;
  display: flex;
  align-items: center;
  color: #E11F28;
  font: 400 14px/14px "Khand", sans-serif;
}
.page-pagination li a.next {
  margin-left: 10px;
}

.product-detail-page {
  padding: 60px 0 100px 0;
}
.product-detail-page .col-sm-4 {
  padding-right: 0;
}
.product-detail-page .product-images {
  height: 320px;
  background-color: white;
}
.product-detail-page .product-images .image {
  height: 100%;
  display: block;
  text-align: center;
  border: 1px solid #8e8e8e29;
}
.product-detail-page .product-images img {
  max-width: 70%;
  margin: 0 auto;
  height: 100%;
  object-fit: scale-down;
}
.product-detail-page table.p-description {
  font: 400 15px/20px "Khand", sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.product-detail-page table.p-description tbody tr:nth-child(even) td {
  background-color: #f0f1f4;
}
.product-detail-page table.p-description th {
  font: 600 16px/20px "Khand", sans-serif;
  padding: 8px 10px;
  border: 1px solid #ddd;
  color: #fff;
  background: #E11F28;
  white-space: nowrap;
}
.product-detail-page table.p-description td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  color: #485062;
  background-color: white;
  font: 400 15px/20px "Khand", sans-serif;
}
.product-detail-page .product-right {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.product-detail-page .product-description {
  width: 49%;
}
.product-detail-page .product-oems {
  width: 49%;
}
.product-detail-page .crosses-list,
.product-detail-page .vehicles-list {
  margin-top: 20px;
}

.products-page-bottom .page-pagination {
  justify-content: center;
}

.corporate-page-about {
  padding: 60px 0;
  position: relative;
}
.corporate-page-about .row {
  align-items: center;
  justify-content: space-evenly;
}
.corporate-page-about .corporate-about-img img {
  width: 100%;
  height: auto;
}
.corporate-page-about .corporate-about-text .about-title {
  color: #BC2E2C;
  font: 600 25px/30px "Khand", sans-serif;
}
.corporate-page-about .corporate-about-text .about-title h2 {
  margin: 0;
  color: #BC2E2C;
  font: 600 25px/30px "Khand", sans-serif;
}
.corporate-page-about .corporate-about-text .about-content {
  color: #707070;
  margin-top: 15px;
  font: 400 18px/24px "Khand", sans-serif;
}

.corporate-image-div {
  margin-bottom: 80px;
}
.corporate-image-div img {
  width: 100%;
  height: auto;
}

.corporate-mission-area {
  position: relative;
}
.corporate-mission-area .cm-item {
  height: 300px;
  background-color: #F5F7FA;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
.corporate-mission-area .cm-item .cm-text {
  height: 100%;
  width: 50%;
}
.corporate-mission-area .cm-item .cm-text .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.corporate-mission-area .cm-item .cm-text .cm-title {
  color: #071239;
  font: 600 40px/50px "Khand", sans-serif;
}
.corporate-mission-area .cm-item .cm-text .cm-title h2 {
  color: #071239;
  font: 600 40px/50px "Khand", sans-serif;
}
.corporate-mission-area .cm-item .cm-text .cm-content {
  color: #071239;
  margin-top: 15px;
  font: 400 18px/24px "Khand", sans-serif;
}
.corporate-mission-area .cm-item .cm-image {
  height: 100%;
  width: 50%;
}
.corporate-mission-area .cm-item .cm-image img {
  width: 100%;
  height: 100%;
}
.corporate-mission-area .cm-item .cm-item-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporate-bottom-text {
  color: #707070;
  margin: 100px 0;
  text-align: center;
  font: 400 18px/24px "Khand", sans-serif;
}

.activity-area {
  padding: 60px 0;
}
.activity-area .activity-item {
  height: 450px;
  margin-bottom: 35px;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.activity-area .activity-item .activity-text {
  width: 53%;
  height: 100%;
  display: flex;
  padding: 0 90px;
  flex-direction: column;
  justify-content: center;
}
.activity-area .activity-item .activity-text .activity-title {
  color: #fff;
  font: 600 30px/40px "Khand", sans-serif;
}
.activity-area .activity-item .activity-text .activity-content {
  color: #fff;
  margin-top: 15px;
  font: 400 18px/24px "Khand", sans-serif;
}
.activity-area .act-right .activity-text {
  margin: auto 0 auto auto;
}

.news-page-list {
  display: grid;
  grid-gap: 20px 10px;
  padding-bottom: 70px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.news-page-list .news-item {
  margin: 0;
}

.news-page-top {
  display: flex;
  padding: 60px 0 20px 0;
  align-items: center;
  justify-content: space-between;
}
.news-page-top .news-title {
  color: #495062;
  font: 700 20px/30px "Khand", sans-serif;
}

.news-detail-page {
  padding: 60px 0;
  position: relative;
  background-color: #F5F7FA;
}
.news-detail-page .detail-top {
  margin-bottom: 10px;
}
.news-detail-page .detail-top .detail-date {
  color: #707070;
  font: 400 14px/20px "Khand", sans-serif;
}
.news-detail-page .news-detail-big-area {
  position: relative;
  min-height: 400px;
  padding: 20px 40px 40px 40px;
  background-color: white;
}
.news-detail-page .news-detail-big-area .detail-image {
  height: 500px;
}
.news-detail-page .news-detail-big-area .detail-image img {
  display: flex;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-detail-page .news-detail-big-area .detail-text {
  margin-top: 20px;
}
.news-detail-page .news-detail-big-area .detail-text .detail-title {
  color: #E11F28;
  font: 600 25px/35px "Khand", sans-serif;
}
.news-detail-page .news-detail-big-area .detail-text .detail-content {
  color: #707070;
  font: 400 18px/24px "Khand", sans-serif;
}
.news-detail-page .news-other-list {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-page-top {
  padding: 60px 0;
  position: relative;
}
.contact-page-top .contact-form-area {
  padding: 30px 50px;
  background-color: #F5F7FA;
}
.contact-page-top .contact-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.contact-page-top .ci-width {
  width: 50%;
}
.contact-page-top .contact-us-title {
  color: #000;
  font: 700 35px/50px "Khand", sans-serif;
}
.contact-page-top .contact-us-title h2 {
  color: #000;
  font: 700 35px/50px "Khand", sans-serif;
}
.contact-page-top .mt-40 {
  margin-top: 40px;
}
.contact-page-top .contact-us-item {
  margin-bottom: 30px;
}
.contact-page-top .contact-us-item .title {
  color: #FB0D02;
  font: 600 18px/25px "Khand", sans-serif;
}
.contact-page-top .contact-us-item .content {
  display: block;
  color: #000000;
  font: 300 16px/24px "Khand", sans-serif;
}
.contact-page-top .contact-us-item .content strong {
  margin-right: 5px;
  font: 600 16px/24px "Khand", sans-serif;
}
.contact-page-top .contact-us-item .content span {
  display: unset;
  margin: 0 10px;
}
.contact-page-top .contact-us-item .content a {
  color: #000000;
  transition: all 0.4s ease;
  font: 300 16px/24px "Khand", sans-serif;
  display: inline;
}
.contact-page-top .contact-us-item .content a:hover {
  color: #E11F28;
}
.contact-page-top .contact-us-item .person-1 .name {
  color: #000000;
  font: 600 16px/24px "Khand", sans-serif;
}
.contact-page-top .contact-us-item .person-1 .title-name {
  color: #da797e;
  font: 300 16px/24px "Khand", sans-serif;
}
.contact-page-top form#contact-form {
  width: 100%;
}
.contact-page-top form#contact-form .form-flex {
  display: grid;
  grid-gap: 15px;
  margin-top: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.contact-page-top form#contact-form .form-group {
  flex: 1;
}
.contact-page-top form#contact-form input {
  width: 100%;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 0 20px;
}
.contact-page-top form#contact-form input::placeholder {
  color: #000000;
  font: 300 16px/30px "Khand", sans-serif;
}
.contact-page-top form#contact-form input:focus {
  border: none;
  box-shadow: none;
}
.contact-page-top form#contact-form textarea {
  width: 100%;
  height: 150px;
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.contact-page-top form#contact-form textarea::placeholder {
  color: #000000;
  font: 300 16px/30px "Khand", sans-serif;
}
.contact-page-top form#contact-form textarea:focus {
  border: none;
  box-shadow: none;
}
.contact-page-top form#contact-form .form-button {
  display: flex;
  align-items: center;
  justify-content: end;
}
.contact-page-top form#contact-form button {
  width: 300px;
  border: none;
  height: 50px;
  border-radius: 0;
  text-align: center;
  font: 600 18px/30px "Khand", sans-serif;
  background-color: #E11F28;
}
.contact-page-top .contact-maps .contact-us-title {
  color: #000;
  font: 600 25px/40px "Khand", sans-serif;
}
.contact-page-top .contact-maps .contact-us-title h2 {
  color: #000;
  font: 600 25px/40px "Khand", sans-serif;
}
.contact-page-top .contact-maps iframe {
  width: 100%;
  height: 400px;
}
.contact-page-top .turkey-maps {
  margin-top: 30px;
}

footer {
  background-color: #CA1E1C;
  position: relative;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #ffffff51;
}
footer .footer-top .footer-top-button a {
  padding: 30px 100px;
  color: white;
  text-align: center;
  font: 400 20px/30px "Khand", sans-serif;
  transition: all 0.3s;
  border-right: 1.5px solid #ffffff51;
}
footer .footer-top .footer-top-button a:hover {
  color: #E11F28;
  background-color: #fff;
}
footer .footer-top .footer-top-button:last-child a {
  border-right: none;
}
footer .footer-center {
  display: flex;
  padding: 80px 0 60px 0;
  align-items: start;
  justify-content: space-between;
}
footer .footer-center .footer-menu ul li a {
  color: white;
  transition: all 0.3s;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-menu ul li a:hover {
  color: #ebebeb9a;
}
footer .footer-center .footer-sub-menu ul li a {
  color: #ffffff9a;
  transition: all 0.3s;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-sub-menu ul li a:hover {
  color: #d2d2d29a;
}
footer .footer-center .footer-sub-menu ul li a.title {
  color: white;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-title {
  color: white;
  text-align: end;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item {
  text-align: end;
  color: #ffffff9a;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item a {
  color: #ffffff9a;
  transition: all 0.3s;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item a:hover {
  color: #d2d2d29a;
}
footer .footer-center .social-media {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
footer .footer-logo img {
  height: 86px;
}
footer .copyright {
  padding-bottom: 50px;
  color: #ffffff9a;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 14px/30px "Khand", sans-serif;
}
footer .copyright a {
  display: inline-block;
  color: #ffffff9a;
  margin-right: 7px;
  font: 400 14px/30px "Khand", sans-serif;
}
footer .copyright .nsbp {
  margin: 0 7px;
}

.social-media {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.social-media a {
  margin-left: 20px;
}
.social-media a i {
  color: #ffffff9a;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }

  header .header-flex {
    padding: 10px 0;
  }
  header .header-left {
    width: 25%;
  }
  header .header-right {
    width: 40%;
  }
  header .header-search-area {
    display: none;
  }
  header .header-menu {
    display: none;
  }
  header .header-b2b {
    margin-right: 10px;
  }
  header .header-b2b a {
    height: 40px;
    padding: 10px 40px;
    font: 600 15px/24px "Khand", sans-serif;
  }
  header .header-dropdown {
    display: none;
  }
  header .menu-show {
    width: 40px;
    height: 40px;
  }
  header .menu-show i {
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
  }

  .slider video {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
  }
  .slider .slider-other-list {
    bottom: 110px;
  }
  .slider .slider-other-list .container-fluid {
    display: block;
  }
  .slider .slider-other-list .slider-other-item {
    margin: 0 0 10px 0;
    padding-right: 0;
  }
  .slider .slider-other-list .slider-other-item a {
    font: 500 12px/22px "Khand", sans-serif;
  }
  .slider .slider-other-list .slider-other-item a:after {
    content: "";
    bottom: 0;
  }
  .slider .slider-other-list .slider-other-item a.active {
    font: 700 18px/22px "Khand", sans-serif;
  }
  .slider .slider-other-list .slider-other-item a.active:after {
    bottom: -5px;
  }

  .home-products-groups {
    bottom: unset;
    top: -95px;
    position: relative;
  }
  .home-products-groups .groups-flex {
    height: fit-content;
    display: block;
  }
  .home-products-groups .home-products-groups-text {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .home-products-groups .home-products-groups-text .hpg-title {
    font: 700 25px/35px "Khand", sans-serif;
  }
  .home-products-groups .products-groups-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-products-groups .products-groups-list a.groups-item .groups-item-title {
    font: 400 16px/24px "Khand", sans-serif;
  }

  .home-search-area {
    padding: 30px 0;
  }

  form#home-search {
    width: 100%;
    display: block;
    padding: 30px 20px 30px 20px;
  }
  form#home-search label {
    display: none;
  }
  form#home-search .hs-input {
    width: 100%;
  }
  form#home-search input {
    width: 100%;
    height: 50px;
    padding: 5px 14px;
    border: 1px solid #dbdfe6;
  }
  form#home-search .hs-button {
    width: 100%;
    margin-top: 10px;
  }
  form#home-search button {
    width: 100%;
    height: 50px;
    color: #E11F28;
    position: relative;
    padding: 5px 20px;
    font: 600 18px/30px "Khand", sans-serif;
    background-color: #F5F7FA;
  }

  .home-about-area .home-about-image {
    height: 350px;
  }
  .home-about-area .home-about-text {
    margin-top: 30px;
  }
  .home-about-area .home-about-text .home-about-title {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-about-area .numbers-area {
    width: 100%;
    margin-top: 40px;
  }
  .home-about-area .numbers-area .numbers-list {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-about-area .numbers-area .numbers-list .number-item .number {
    padding: 20px 40px;
    width: 100%;
    color: #E11F28;
    font: 400 30px/40px "Khand", sans-serif;
  }
  .home-about-area .numbers-area .numbers-list .number-item .text {
    font: 400 18px/30px "Khand", sans-serif;
  }

  .home-products-area {
    padding: 50px 0 50px 0;
  }
  .home-products-area .bg-grey {
    top: 0;
    width: 100%;
    height: 220px;
    z-index: 0;
    position: absolute;
    background-color: #F5F7FA;
  }
  .home-products-area .home-products-top {
    z-index: 11;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-products-area .home-products-top .home-products-title {
    color: #495062;
    font: 700 20px/30px "Khand", sans-serif;
  }
  .home-products-area .home-products-top .home-products-right {
    display: flex;
    align-items: center;
  }
  .home-products-area .home-products-top .home-products-button a {
    color: #495062;
    font: 400 18px/30px "Khand", sans-serif;
  }
  .home-products-area .home-products-top .hp-arrows {
    display: flex;
    align-items: center;
  }
  .home-products-area .home-products-top .hp-arrows a {
    opacity: 0.5;
    margin-left: 20px;
    color: #495062;
  }
  .home-products-area .home-products-top .hp-arrows a i {
    font-size: 18px;
  }
  .home-products-area .home-products-top .hp-arrows a:hover {
    opacity: 1;
  }
  .home-products-area .products-list {
    z-index: 11;
    position: relative;
  }
  .home-products-area .products-list .product-item {
    margin: 0 7px;
  }
  .home-products-area .products-list .product-item .product-item-image {
    height: 250px;
  }
  .home-products-area .products-list .product-item .product-item-image img {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #8e8e8e21;
    background-color: white;
    object-fit: scale-down;
  }
  .home-products-area .products-list .product-item .product-item-text {
    margin-top: 10px;
  }
  .home-products-area .products-list .product-item .product-item-text .product-no {
    color: #E11F28;
    font: 600 25px/30px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-item-text .product-title {
    color: #495062;
    font: 600 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-item-text .oems {
    height: 24px;
    color: #495062;
    font: 400 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-button {
    margin-top: 13px;
    display: flex;
    align-items: center;
    font: 400 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-button i {
    color: #495062e3;
    font-size: 15px;
    margin-left: 10px;
    transform: rotate(320deg);
  }
  .home-products-area .products-list .product-item:hover .product-item-image img {
    border: 1px solid #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-item-text .product-title {
    color: #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-button {
    color: #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-button i {
    color: #E11F28;
  }

  .home-block-area .home-block-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-block-area .home-block-item .block-text {
    width: 77%;
  }

  .home-b2b-area .home-b2b-text .b2b-title {
    font: 300 30px/40px "Khand", sans-serif;
  }
  .home-b2b-area .home-b2b-text .b2b-title strong {
    font: 400 40px/40px "Khand", sans-serif;
  }
  .home-b2b-area .b2b-detail-button {
    margin: 40px 0;
  }
  .home-b2b-area .home-b2b-image img {
    width: 100%;
    height: auto;
  }

  .home-quality-area {
    padding: 60px 0;
  }
  .home-quality-area .home-quality-top {
    width: 100%;
  }
  .home-quality-area .home-quailty-image {
    width: 100%;
  }

  .general-page-top {
    height: 230px;
    padding-top: 0;
  }
  .general-page-top .general-page-title h1 {
    color: white;
    margin: 0;
    letter-spacing: 2px;
    font: 600 25px/30px "Khand", sans-serif;
  }
  .general-page-top .general-page-title i {
    font-size: 17px;
  }
  .general-page-top .breadcrumb-div {
    bottom: 12px;
    padding: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .corporate-page-about .corporate-about-img img {
    display: flex;
    width: 60%;
    margin: 0 auto;
  }
  .corporate-page-about .corporate-about-text {
    margin-top: 30px;
  }

  .corporate-mission-area .cm-item {
    display: block;
    height: fit-content;
    margin-bottom: 40px;
  }
  .corporate-mission-area .cm-item .cm-text {
    padding-top: 20px;
    width: 100%;
  }
  .corporate-mission-area .cm-item .cm-text .cm-title {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-text .cm-title h2 {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-text .cm-content {
    font: 400 16px/22px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-image {
    width: 100%;
  }
  .corporate-mission-area .cm-item .cm-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .activity-area .activity-item {
    height: fit-content;
    margin-bottom: 35px;
    background-position: 55% 100%;
    background-color: #07182952;
    background-blend-mode: multiply;
  }
  .activity-area .activity-item .activity-text {
    width: 100%;
    padding: 40px 20px;
  }
  .activity-area .activity-item .activity-text .activity-title {
    font: 600 30px/40px "Khand", sans-serif;
  }
  .activity-area .activity-item .activity-text .activity-content {
    font: 400 16px/22px "Khand", sans-serif;
  }

  .news-detail-page .news-detail-big-area {
    min-height: fit-content;
  }
  .news-detail-page .news-detail-big-area .detail-image {
    width: 100%;
    height: auto;
  }
  .news-detail-page .news-detail-big-area .detail-image img {
    width: 100%;
    height: 100%;
  }
  .news-detail-page .news-detail-big-area .detail-text .detail-title {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .news-detail-page .news-detail-big-area .detail-text .detail-content {
    font: 400 16px/24px "Khand", sans-serif;
  }
  .news-detail-page .news-other-list {
    margin-top: 40px;
  }
  .news-detail-page .news-other-list .news-item {
    margin: 0;
  }

  .contact-page-top .contact-form-area {
    padding: 20px;
  }
  .contact-page-top .contact-us-title {
    font: 700 25px/40px "Khand", sans-serif;
  }
  .contact-page-top .contact-us-title h2 {
    font: 700 25px/40px "Khand", sans-serif;
  }
  .contact-page-top .contact-us-item {
    margin-bottom: 30px;
  }
  .contact-page-top form#contact-form {
    width: 100%;
  }
  .contact-page-top form#contact-form .form-flex {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page-top form#contact-form button {
    width: 100%;
  }

  footer .footer-top {
    display: block;
  }
  footer .footer-top .footer-top-button a {
    font: 400 18px/24px "Khand", sans-serif;
    border-right: none;
    border-bottom: 1.5px solid #ffffff51;
  }
  footer .footer-center {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  footer .footer-center .footer-menu {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .footer-center .footer-sub-menu {
    width: 50%;
    margin-bottom: 20pxs;
  }
  footer .footer-center .footer-contact {
    width: 100%;
    margin-top: 15px;
  }
  footer .footer-center .footer-contact .contact-title {
    text-align: start;
  }
  footer .footer-center .footer-contact .contact-item {
    text-align: start;
  }
  footer .footer-center .social-media {
    margin-top: 40px;
    justify-content: center;
  }
  footer .footer-center .social-media a {
    margin: 0 10px;
  }
  footer .footer-logo img {
    height: 80px;
  }
  footer .copyright {
    padding-bottom: 50px;
    display: block;
    text-align: center;
    font: 400 13px/20px "Khand", sans-serif;
  }
  footer .copyright a {
    display: inline-block;
    color: #ffffff9a;
    margin-right: 7px;
    font: 400 13px/20px "Khand", sans-serif;
  }
  footer .copyright .nsbp {
    margin: 0;
    display: inline-block;
  }

  .page-pagination {
    justify-content: center;
  }

  .products-list-area .products-list-top {
    padding: 0 0 20px 0;
  }
  .products-list-area .products-list-top .products-list-top-flex {
    display: block;
  }
  .products-list-area .products-list-top .products-list-top-flex .products-total-number {
    text-align: center;
  }
  .products-list-area .products-table {
    width: 100%;
    overflow: scroll;
  }

  form#general-search-form {
    width: 100%;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  form#general-search-form .search-item {
    width: 100%;
    padding: 5px 0;
  }
  form#general-search-form input#keyword {
    width: 100%;
    height: 40px;
  }
  form#general-search-form button {
    width: 100%;
  }
  form#general-search-form button.select-button {
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
  }
  form#general-search-form button#search-button {
    width: 100%;
    height: 45px;
  }
  form#general-search-form .dropdown-menu {
    max-height: 200px;
    min-width: 100%;
  }

  .product-detail-page {
    padding: 40px 0 60px 0;
  }
  .product-detail-page .col-sm-4 {
    padding: 0 15px;
  }
  .product-detail-page .product-images {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: white;
  }
  .product-detail-page .product-images .image {
    width: 100%;
    height: 100%;
  }
  .product-detail-page .product-images img {
    max-width: 70%;
    margin: 0 auto;
    height: 100%;
    object-fit: scale-down;
  }
  .product-detail-page .product-right {
    display: block;
  }
  .product-detail-page .product-description {
    width: 100%;
  }
  .product-detail-page .product-oems {
    width: 100%;
    margin-top: 20px;
  }
  .product-detail-page .crosses-list,
  .product-detail-page .vehicles-list {
    margin-top: 20px;
  }
}
@media (min-width: 990px) and (max-width: 1600px) {
  .container-fluid {
    padding: 0 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .white-bg {
    width: 33%;
  }
}
@media (min-width: 1700px) and (max-width: 1920px) {
  header .white-bg {
    width: 25%;
  }
}
.mobile-menu-two {
  top: 125px !important;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100%);
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease .2s;
  backdrop-filter: blur(4px);
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu {
  float: right;
  overflow: scroll;
  width: 277px;
  height: 100%;
  position: relative;
  background: #0a184c;
  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 {
  justify-content: end;
  align-items: end;
  display: flex;
  margin-top: -64px;
  margin-right: -41px;
}
.mobile-menu .menu-show {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: right;
  background-color: white;
  border-radius: 0;
  text-align: center;
}
.mobile-menu .menu-show i {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #E11F28;
  font-size: 18px;
  height: 100%;
  justify-content: center;
}
.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: #1e1e1e;
  display: flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 2px;
  font: 600 14px/20px "Khand", sans-serif;
  justify-content: center;
  background-color: #fff;
}
.mobile-menu .links ul > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #b80a02;
}
.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 "Khand", sans-serif;
  padding: 10px 20px;
  color: #333;
}
.mobile-menu .menu-bottom .social-media a {
  margin: 0 15px;
}
.mobile-menu .close-button {
  width: 50px;
  height: 50px;
  margin: 30px auto 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mobile-menu .close-button .close {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 40px;
  border-radius: 4px;
  align-items: center;
  border: 2px solid white;
  background: transparent;
  text-shadow: none;
  opacity: unset;
  float: unset;
  font-weight: 400;
  padding: 0;
}
.mobile-menu .close:hover,
.mobile-menu .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.mobile-menu .header-languages {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 20px 30px 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mobile-menu .header-languages a {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0;
  margin: 0 8px;
  font: 600 13px/20px "Khand", sans-serif;
  justify-content: center;
  background-color: #E11F28;
}
.mobile-menu .header-languages a:hover {
  color: white;
  text-decoration: none;
  background-color: #b80a02;
}
.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 "Khand", 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: #E11F28;
}

footer {
  background-color: #CA1E1C;
  position: relative;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #ffffff51;
}
footer .footer-top .footer-top-button a {
  padding: 30px 100px;
  color: white;
  text-align: center;
  font: 400 20px/30px "Khand", sans-serif;
  transition: all 0.3s;
  border-right: 1.5px solid #ffffff51;
}
footer .footer-top .footer-top-button a:hover {
  color: #E11F28;
  background-color: #fff;
}
footer .footer-top .footer-top-button:last-child a {
  border-right: none;
}
footer .footer-center {
  display: flex;
  padding: 80px 0 60px 0;
  align-items: start;
  justify-content: space-between;
}
footer .footer-center .footer-menu ul li a {
  color: white;
  transition: all 0.3s;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-menu ul li a:hover {
  color: #ebebeb9a;
}
footer .footer-center .footer-sub-menu ul li a {
  color: #ffffff9a;
  transition: all 0.3s;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-sub-menu ul li a:hover {
  color: #d2d2d29a;
}
footer .footer-center .footer-sub-menu ul li a.title {
  color: white;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-title {
  color: white;
  text-align: end;
  font: 500 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item {
  text-align: end;
  color: #ffffff9a;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item a {
  color: #ffffff9a;
  transition: all 0.3s;
  font: 400 18px/30px "Khand", sans-serif;
}
footer .footer-center .footer-contact .contact-item a:hover {
  color: #d2d2d29a;
}
footer .footer-center .social-media {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
footer .footer-logo img {
  height: 86px;
}
footer .copyright {
  padding-bottom: 50px;
  color: #ffffff9a;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 14px/30px "Khand", sans-serif;
}
footer .copyright a {
  display: inline-block;
  color: #ffffff9a;
  margin-right: 7px;
  font: 400 14px/30px "Khand", sans-serif;
}
footer .copyright .nsbp {
  margin: 0 7px;
}

.social-media {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.social-media a {
  margin-left: 20px;
}
.social-media a i {
  color: #ffffff9a;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }

  header .header-flex {
    padding: 10px 0;
  }
  header .header-left {
    width: 25%;
  }
  header .header-right {
    width: 40%;
  }
  header .header-search-area {
    display: none;
  }
  header .header-menu {
    display: none;
  }
  header .header-b2b {
    margin-right: 10px;
  }
  header .header-b2b a {
    height: 40px;
    padding: 10px 40px;
    font: 600 15px/24px "Khand", sans-serif;
  }
  header .header-dropdown {
    display: none;
  }
  header .menu-show {
    width: 40px;
    height: 40px;
  }
  header .menu-show i {
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    border: 1px solid white;
    justify-content: center;
    align-items: center;
  }

  .slider video {
    top: 0;
    z-index: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
  }
  .slider .slider-other-list {
    bottom: 110px;
  }
  .slider .slider-other-list .container-fluid {
    display: block;
  }
  .slider .slider-other-list .slider-other-item {
    margin: 0 0 10px 0;
    padding-right: 0;
  }
  .slider .slider-other-list .slider-other-item a {
    font: 500 12px/22px "Khand", sans-serif;
  }
  .slider .slider-other-list .slider-other-item a:after {
    content: "";
    bottom: 0;
  }
  .slider .slider-other-list .slider-other-item a.active {
    font: 700 18px/22px "Khand", sans-serif;
  }
  .slider .slider-other-list .slider-other-item a.active:after {
    bottom: -5px;
  }

  .home-products-groups {
    bottom: unset;
    top: -95px;
    position: relative;
  }
  .home-products-groups .groups-flex {
    height: fit-content;
    display: block;
  }
  .home-products-groups .home-products-groups-text {
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .home-products-groups .home-products-groups-text .hpg-title {
    font: 700 25px/35px "Khand", sans-serif;
  }
  .home-products-groups .products-groups-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-products-groups .products-groups-list a.groups-item .groups-item-title {
    font: 400 16px/24px "Khand", sans-serif;
  }

  .home-search-area {
    padding: 30px 0;
  }

  form#home-search {
    width: 100%;
    display: block;
    padding: 30px 20px 30px 20px;
  }
  form#home-search label {
    display: none;
  }
  form#home-search .hs-input {
    width: 100%;
  }
  form#home-search input {
    width: 100%;
    height: 50px;
    padding: 5px 14px;
    border: 1px solid #dbdfe6;
  }
  form#home-search .hs-button {
    width: 100%;
    margin-top: 10px;
  }
  form#home-search button {
    width: 100%;
    height: 50px;
    color: #E11F28;
    position: relative;
    padding: 5px 20px;
    font: 600 18px/30px "Khand", sans-serif;
    background-color: #F5F7FA;
  }

  .home-about-area .home-about-image {
    height: 350px;
  }
  .home-about-area .home-about-text {
    margin-top: 30px;
  }
  .home-about-area .home-about-text .home-about-title {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-about-area .numbers-area {
    width: 100%;
    margin-top: 40px;
  }
  .home-about-area .numbers-area .numbers-list {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-about-area .numbers-area .numbers-list .number-item .number {
    padding: 20px 40px;
    width: 100%;
    color: #E11F28;
    font: 400 30px/40px "Khand", sans-serif;
  }
  .home-about-area .numbers-area .numbers-list .number-item .text {
    font: 400 18px/30px "Khand", sans-serif;
  }

  .home-products-area {
    padding: 50px 0 50px 0;
  }
  .home-products-area .bg-grey {
    top: 0;
    width: 100%;
    height: 220px;
    z-index: 0;
    position: absolute;
    background-color: #F5F7FA;
  }
  .home-products-area .home-products-top {
    z-index: 11;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-products-area .home-products-top .home-products-title {
    color: #495062;
    font: 700 20px/30px "Khand", sans-serif;
  }
  .home-products-area .home-products-top .home-products-right {
    display: flex;
    align-items: center;
  }
  .home-products-area .home-products-top .home-products-button a {
    color: #495062;
    font: 400 18px/30px "Khand", sans-serif;
  }
  .home-products-area .home-products-top .hp-arrows {
    display: flex;
    align-items: center;
  }
  .home-products-area .home-products-top .hp-arrows a {
    opacity: 0.5;
    margin-left: 20px;
    color: #495062;
  }
  .home-products-area .home-products-top .hp-arrows a i {
    font-size: 18px;
  }
  .home-products-area .home-products-top .hp-arrows a:hover {
    opacity: 1;
  }
  .home-products-area .products-list {
    z-index: 11;
    position: relative;
  }
  .home-products-area .products-list .product-item {
    margin: 0 7px;
  }
  .home-products-area .products-list .product-item .product-item-image {
    height: 250px;
  }
  .home-products-area .products-list .product-item .product-item-image img {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #8e8e8e21;
    background-color: white;
    object-fit: scale-down;
  }
  .home-products-area .products-list .product-item .product-item-text {
    margin-top: 10px;
  }
  .home-products-area .products-list .product-item .product-item-text .product-no {
    color: #E11F28;
    font: 600 25px/30px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-item-text .product-title {
    color: #495062;
    font: 600 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-item-text .oems {
    height: 24px;
    color: #495062;
    font: 400 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-button {
    margin-top: 13px;
    display: flex;
    align-items: center;
    font: 400 16px/24px "Khand", sans-serif;
  }
  .home-products-area .products-list .product-item .product-button i {
    color: #495062e3;
    font-size: 15px;
    margin-left: 10px;
    transform: rotate(320deg);
  }
  .home-products-area .products-list .product-item:hover .product-item-image img {
    border: 1px solid #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-item-text .product-title {
    color: #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-button {
    color: #E11F28;
  }
  .home-products-area .products-list .product-item:hover .product-button i {
    color: #E11F28;
  }

  .home-block-area .home-block-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-block-area .home-block-item .block-text {
    width: 77%;
  }

  .home-b2b-area .home-b2b-text .b2b-title {
    font: 300 30px/40px "Khand", sans-serif;
  }
  .home-b2b-area .home-b2b-text .b2b-title strong {
    font: 400 40px/40px "Khand", sans-serif;
  }
  .home-b2b-area .b2b-detail-button {
    margin: 40px 0;
  }
  .home-b2b-area .home-b2b-image img {
    width: 100%;
    height: auto;
  }

  .home-quality-area {
    padding: 60px 0;
  }
  .home-quality-area .home-quality-top {
    width: 100%;
  }
  .home-quality-area .home-quailty-image {
    width: 100%;
  }

  .general-page-top {
    height: 230px;
    padding-top: 0;
  }
  .general-page-top .general-page-title h1 {
    color: white;
    margin: 0;
    letter-spacing: 2px;
    font: 600 25px/30px "Khand", sans-serif;
  }
  .general-page-top .general-page-title i {
    font-size: 17px;
  }
  .general-page-top .breadcrumb-div {
    bottom: 12px;
    padding: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .corporate-page-about .corporate-about-img img {
    display: flex;
    width: 60%;
    margin: 0 auto;
  }
  .corporate-page-about .corporate-about-text {
    margin-top: 30px;
  }

  .corporate-mission-area .cm-item {
    display: block;
    height: fit-content;
    margin-bottom: 40px;
  }
  .corporate-mission-area .cm-item .cm-text {
    padding-top: 20px;
    width: 100%;
  }
  .corporate-mission-area .cm-item .cm-text .cm-title {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-text .cm-title h2 {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-text .cm-content {
    font: 400 16px/22px "Khand", sans-serif;
  }
  .corporate-mission-area .cm-item .cm-image {
    width: 100%;
  }
  .corporate-mission-area .cm-item .cm-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .activity-area .activity-item {
    height: fit-content;
    margin-bottom: 35px;
    background-position: 55% 100%;
    background-color: #07182952;
    background-blend-mode: multiply;
  }
  .activity-area .activity-item .activity-text {
    width: 100%;
    padding: 40px 20px;
  }
  .activity-area .activity-item .activity-text .activity-title {
    font: 600 30px/40px "Khand", sans-serif;
  }
  .activity-area .activity-item .activity-text .activity-content {
    font: 400 16px/22px "Khand", sans-serif;
  }

  .news-detail-page .news-detail-big-area {
    min-height: fit-content;
  }
  .news-detail-page .news-detail-big-area .detail-image {
    width: 100%;
    height: auto;
  }
  .news-detail-page .news-detail-big-area .detail-image img {
    width: 100%;
    height: 100%;
  }
  .news-detail-page .news-detail-big-area .detail-text .detail-title {
    font: 600 25px/35px "Khand", sans-serif;
  }
  .news-detail-page .news-detail-big-area .detail-text .detail-content {
    font: 400 16px/24px "Khand", sans-serif;
  }
  .news-detail-page .news-other-list {
    margin-top: 40px;
  }
  .news-detail-page .news-other-list .news-item {
    margin: 0;
  }

  .contact-page-top .contact-form-area {
    padding: 20px;
  }
  .contact-page-top .contact-us-title {
    font: 700 25px/40px "Khand", sans-serif;
  }
  .contact-page-top .contact-us-title h2 {
    font: 700 25px/40px "Khand", sans-serif;
  }
  .contact-page-top .contact-us-item {
    margin-bottom: 30px;
  }
  .contact-page-top form#contact-form {
    width: 100%;
  }
  .contact-page-top form#contact-form .form-flex {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page-top form#contact-form button {
    width: 100%;
  }

  footer .footer-top {
    display: block;
  }
  footer .footer-top .footer-top-button a {
    font: 400 18px/24px "Khand", sans-serif;
    border-right: none;
    border-bottom: 1.5px solid #ffffff51;
  }
  footer .footer-center {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  footer .footer-center .footer-menu {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .footer-center .footer-sub-menu {
    width: 50%;
    margin-bottom: 20pxs;
  }
  footer .footer-center .footer-contact {
    width: 100%;
    margin-top: 15px;
  }
  footer .footer-center .footer-contact .contact-title {
    text-align: start;
  }
  footer .footer-center .footer-contact .contact-item {
    text-align: start;
  }
  footer .footer-center .social-media {
    margin-top: 40px;
    justify-content: center;
  }
  footer .footer-center .social-media a {
    margin: 0 10px;
  }
  footer .footer-logo img {
    height: 80px;
  }
  footer .copyright {
    padding-bottom: 50px;
    display: block;
    text-align: center;
    font: 400 13px/20px "Khand", sans-serif;
  }
  footer .copyright a {
    display: inline-block;
    color: #ffffff9a;
    margin-right: 7px;
    font: 400 13px/20px "Khand", sans-serif;
  }
  footer .copyright .nsbp {
    margin: 0;
    display: inline-block;
  }

  .page-pagination {
    justify-content: center;
  }

  .products-list-area .products-list-top {
    padding: 0 0 20px 0;
  }
  .products-list-area .products-list-top .products-list-top-flex {
    display: block;
  }
  .products-list-area .products-list-top .products-list-top-flex .products-total-number {
    text-align: center;
  }
  .products-list-area .products-table {
    width: 100%;
    overflow: scroll;
  }

  form#general-search-form {
    width: 100%;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  form#general-search-form .search-item {
    width: 100%;
    padding: 5px 0;
  }
  form#general-search-form input#keyword {
    width: 100%;
    height: 40px;
  }
  form#general-search-form button {
    width: 100%;
  }
  form#general-search-form button.select-button {
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
  }
  form#general-search-form button#search-button {
    width: 100%;
    height: 45px;
  }
  form#general-search-form .dropdown-menu {
    max-height: 200px;
    min-width: 100%;
  }

  .product-detail-page {
    padding: 40px 0 60px 0;
  }
  .product-detail-page .col-sm-4 {
    padding: 0 15px;
  }
  .product-detail-page .product-images {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: white;
  }
  .product-detail-page .product-images .image {
    width: 100%;
    height: 100%;
  }
  .product-detail-page .product-images img {
    max-width: 70%;
    margin: 0 auto;
    height: 100%;
    object-fit: scale-down;
  }
  .product-detail-page .product-right {
    display: block;
  }
  .product-detail-page .product-description {
    width: 100%;
  }
  .product-detail-page .product-oems {
    width: 100%;
    margin-top: 20px;
  }
  .product-detail-page .crosses-list,
  .product-detail-page .vehicles-list {
    margin-top: 20px;
  }
}
@media (min-width: 990px) and (max-width: 1600px) {
  .container-fluid {
    padding: 0 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .white-bg {
    width: 33%;
  }
}
@media (min-width: 1700px) and (max-width: 1920px) {
  header .white-bg {
    width: 25%;
  }
}

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