.container {
  max-width: 154rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container .row {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media (max-width: 991px) {
  .container .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.container [class^=col-],
.container [class*=" col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 991px) {

  .container [class^=col-],
  .container [class*=" col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-mobi {
    display: none !important;
  }
}

img.img-responsive {
  max-width: none;
  width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}

.clearfix::before,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .desktop-item {
    display: none !important;
  }
}

.mobile-item {
  display: none !important;
}

@media (max-width: 991px) {
  .mobile-item {
    display: block !important;
  }
}

@font-face {
  font-family: "roboto";
  src: url("/assets/font/roboto-light.eot");
  src: url("/assets/fontroboto-light.eot?#iefix") format("embedded-opentype"), url("/assets/fontroboto-light.ttf") format("truetype"), url("/assets/fontroboto-light.svg#roboto") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("/assets/font/roboto.eot");
  src: url("/assets/font/roboto.eot?#iefix") format("embedded-opentype"), url("/assets/font/roboto.ttf") format("truetype"), url("/assets/font/roboto.svg#roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("/assets/font-medium/roboto-medium.eot");
  src: url("/assets/font-medium/roboto-medium.eot?#iefix") format("embedded-opentype"), url("/assets/font-medium/roboto-medium.ttf") format("truetype"), url("/assets/font-medium/roboto-medium.svg#roboto") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("/assets/font-bold/roboto-bold.eot");
  src: url("/assets/font-bold/roboto-bold.eot?#iefix") format("embedded-opentype"), url("/assets/font-bold/roboto-bold.ttf") format("truetype"), url("/assets/font-bold/roboto-bold.svg#roboto") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "arial";
  src: url("/assets/font/arial/arial.eot");
  src: url("/assets/font/arial/arial.eot?#iefix") format("embedded-opentype"), url("/assets/font/arial/arial.ttf") format("truetype"), url("/assets/font/arial/arial.svg#arial") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "arial";
  src: url("/assets/font/arial-bold/arial-bold.eot");
  src: url("/assets/font/arial-bold/arial-bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/arial-bold/arial-bold.ttf") format("truetype"), url("/assets/font/arial-bold/arial-bold.svg#arial") format("svg");
  font-weight: bold;
  font-style: normal;
}


:root {
  --base-color: #131313;
  --light-blue-color: #206AB7;
  --blue-color: #014081;
  --dark-blue-color: #043465;
  --orange-color: #F58220;
  --grey-color: #6C6C6C;
  --red-color: #ED1C24;
}

html {
  height: 100%;
  width: 100%;
  font-size: 0.5208333333vw;
}

@media (max-width: 991px) {
  html {
    font-size: 1.0090817356vw;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 1.7391304348vw;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.max-width-370 {
  max-width: 37rem;
}

.max-width-415 {
  max-width: 41.5rem;
}

.max-width-500 {
  max-width: 50rem;
}

.max-width-750 {
  max-width: 75rem;
}

.max-width-950 {
  max-width: 95rem;
}

.w-170 {
  min-width: 17rem;
}

.w-180 {
  min-width: 18rem;
}

.w-200 {
  min-width: 20rem;
}

.w-225 {
  min-width: 22.5rem;
}

.w-250 {
  min-width: 25rem;
}

.w-260 {
  min-width: 26rem;
}

.w-280 {
  min-width: 28rem;
}

.w-340 {
  min-width: 34rem;
}

.w-450 {
  min-width: 45rem;
}

.w-100-percent {
  width: 100%;
}

.ml-35 {
  margin-left: 3.5rem;
}

.ml-50 {
  margin-left: 5rem;
}

.ml-60 {
  margin-left: 6rem;
}

.ml-80 {
  margin-left: 8rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-65 {
  margin-top: 6.5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-75 {
  margin-top: 7.5rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-85 {
  margin-top: 8.5rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-110 {
  margin-top: 11rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mt-130 {
  margin-top: 13rem;
}

.mt-140 {
  margin-top: 14rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mt-180 {
  margin-top: 18rem;
}

.mt-190 {
  margin-top: 19rem;
}

.mt-200 {
  margin-top: 20rem;
}

.mt-360 {
  margin-top: 36rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-110 {
  margin-left: 11rem;
}

.display-table>* {
  display: table-cell;
  vertical-align: middle;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.form-control,
.form-select,
.btn {
  font-size: inherit;
}

body {
  font-family: "arial";
  color: var(--grey-color);
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

@media (max-width: 1599px) {
  body {
    font-size: 1.9rem;
    line-height: 1.4444444444;
  }
}

body ::-webkit-scrollbar {
  width: 0.2rem;
  height: 0.8rem;
}

body ::-webkit-scrollbar-track {
  background-color: rgba(213, 213, 213, 0.5);
}

body ::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 1rem;
}

.description p+p {
  margin-top: 2rem;
}

.description a {
  text-decoration: underline;
}

.description-smaller {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.fz-16 {
  font-size: 1.6rem;
  line-height: 1.625;
}

input[type=radio],
input[type=checkbox] {
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  border: 0.1rem solid #CACACA;
  position: relative;
  appearance: none;
  vertical-align: middle;
  background-color: white;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  border: 1px solid #ED1C24;
  color: #ED1C24;
}



.group-btn .btn {
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 0;
  color: #ffffff;
  padding: 2rem 3.2rem;
  background-color: var(--red-color);
  font-weight: 700;
  transition: 0.3s all;
}

.group-btn .btn:hover {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.6);
  background-color: white;
  color: var(--red-color);
}

.group-btn .btn.btn-white {
  background-color: white;
  color: black;
}

.group-btn .btn.btn-white:hover {
  color: white;
  background-color: black;
}

.group-btn .tag-a {
  text-transform: uppercase;
  font-weight: bold;
  color: #313640;
  border: none;
  background-color: transparent;
}

.group-btn .tag-a:after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  padding-left: 1.5rem;
  font-weight: 800;
  color: var(--red-color);
}

.group-btn .tag-a.tag-white {
  color: white;
}

.group-btn .tag-a.tag-white:after {
  color: white;
}

.title-section {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  font-weight: bold;
  font-family: "roboto";
}

@media (max-width: 991px) {
  .title-section {
    font-size: 4.8rem;
    line-height: 1.1538461538;
  }
}

.title-section-bigger {
  font-family: "roboto";
  font-size: 6rem;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 991px) {
  .title-section-bigger {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}

.title-section-smallest {
  font-family: "roboto";
  font-size: 3.6rem;
  line-height: 1.2222222222;
  font-weight: bold;
}

.name-item {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: bold;
}

.name-item-bigger {
  font-size: 3.2rem;
  line-height: 1.25;
}

.name-item-smaller {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}

.fw-medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600;
}

.orange {
  color: #f36350;
}

.light-green {
  color: #93c019;
}

.green {
  color: #086433;
}

.grey {
  color: #6C6C6C;
}

.dark-grey {
  color: #313640;
}

.black {
  color: black;
}

.white {
  color: #ffffff;
}

.red {
  color: var(--red-color);
}

@media all and (min-width: 992px) {
  .nav-item .dropdown-menu {
    position: absolute;
    display: none;
  }

  .nav-item:hover .dropdown-menu {
    display: block;
  }

  .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .nav-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 1.5rem 0.1rem 0 0.1rem !important;
  }
}

.dropdown-menu {
  font-size: inherit;
  font-weight: 300;
  border: none;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
  padding: 0;
}

.dropdown-menu li .dropdown-item {
  padding: 1.5rem 1.5rem;
}

.dropdown-menu li .dropdown-item.active,
.dropdown-menu li .dropdown-item:active,
.dropdown-menu li .dropdown-item:hover {
  background-color: var(--cream-color);
}

.navbar-logo {
  max-width: 24rem;
}

@media (max-width: 991px) {
  .navbar-logo {
    max-width: 18rem;
  }
}

.navbar-nav {
  flex-flow: row;
  gap: 5rem;
  padding: 0;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-flow: column;
    gap: 1.5rem;
  }
}

.navbar-nav .nav-link {
  color: var(--base-color);
  padding: 5rem 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    display: inline-block;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-toggle {
    padding: 1.5rem 1.5rem;
  }
}

.navbar-nav .nav-item .dropdown-toggle:after {
  font-size: 2rem;
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  vertical-align: -0.3rem;
  transition: 0.3s all;
}

.navbar-nav .nav-item .dropdown-toggle.show:after {
  transform: rotate(0.5turn);
}

.navbar-toggler {
  padding: 0;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  font-size: 2.5rem;
  color: white;
}

.form-block .description a {
  color: var(--red-color);
  text-decoration: underline;
}

.form-block .form-group label {
  font-weight: 700;
  color: black;
  margin-bottom: 1.2rem;
}

.form-block .form-group .form-control,
.form-block .form-group .form-select {
  padding: 1.6rem 2rem;
  background-color: rgba(229, 229, 234, 0.5);
  border: unset;
}

.form-block .form-group-checkbox {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.form-block .form-group-files {
  padding: 2.5rem 2.5rem;
  border: 1px dashed #93999E;
}

.dropdown-block .dropdown-title {
  padding: 1.8rem 2rem;
  position: relative;
  background-color: #313640;
  color: white;
  transition: 0.3s all;
}

.dropdown-block .dropdown-title:after {
  content: "\f063";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  transition: 0.3s all;
}

.dropdown-block .dropdown-title.show {
  background-color: var(--red-color);
  color: white;
}

.dropdown-block .dropdown-title.show:after {
  transform: rotate(0.5turn) translateY(50%);
}

.dropdown-block .dropdown-item {
  cursor: pointer;
  padding: 0;
}

.dropdown-block .dropdown-item:hover,
.dropdown-block .dropdown-item:focus,
.dropdown-block .dropdown-item:active {
  color: black;
}

.dropdown-block .dropdown-menu {
  padding: 3rem 3rem;
  background-color: #F2F2F5;
  min-width: 100%;
}

@media (max-width: 991px) {
  .dropdown-block .dropdown-menu {
    padding: 1.5rem 1.5rem;
  }
}

.dropdown-block .dropdown-menu-list {
  display: grid;
  padding-left: 0;
  list-style-type: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 1.5rem;
}

@media (max-width: 991px) {
  .dropdown-block .dropdown-menu-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

.dropdown-block .dropdown-clear {
  color: grey;
  font-weight: 700;
  text-decoration: underline;
  text-align: right;
  margin-top: 3rem;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  background-color: black;
}

.header-main {
  font-size: 1.8rem;
  line-height: 1.1666666667;
}

@media (max-width: 991px) {
  .header-main {
    padding: 2rem 0;
  }
}

.header-main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .header-menu {
    padding: 3rem 1.5rem;
    width: 70%;
    max-width: 45rem;
  }
}

@media (min-width: 992px) {
  .header-menu {
    background-color: var(--cream-color);
    position: static;
    transform: none;
    visibility: visible !important;
    width: auto;
    border: none;
  }
}

@media (max-width: 991px) {
  .header-menu .offcanvas-header {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .header-menu .offcanvas-header {
    display: none;
  }
}

.header-menu .offcanvas-body {
  padding: 0;
}

@media (min-width: 992px) {
  .header-menu .offcanvas-body {
    overflow: visible;
  }
}

.header-menu .navbar-nav .nav-link {
  color: white;
}

.header-menu .navbar-nav .nav-link.active {
  font-weight: 700;
  color: #ED1C24;
}

@media (max-width: 991px) {
  .header-menu .navbar-nav .nav-link {
    color: black;
  }
}

.header .group-action {
  display: flex;
  align-items: center;
  column-gap: 6rem;
  text-decoration: underline;
  margin-left: 10rem;
}

@media (max-width: 991px) {
  .header .group-action {
    margin-left: auto;
    margin-right: 2rem;
    column-gap: 2rem;
  }
}

.header .group-action .item {
  display: block;
}

.header .group-action .item img {
  height: 2.5rem;
  width: auto;
}

@media (min-width: 992px) {
  .header-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .header-home~.content-wrapper {
    padding-top: 0 !important;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 0.3s ease-in-out;
  z-index: 1000;
  background-color: black;
}

.header.fixed~.content-wrapper {
  padding-top: 12.1rem;
}

@media (max-width: 991px) {
  .header.fixed~.content-wrapper {
    padding-top: 10rem;
  }
}

.owl-carousel.owl-theme .owl-nav .owl-next,
.owl-carousel.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8rem;
}

@media (max-width: 991px) {

  .owl-carousel.owl-theme .owl-nav .owl-next,
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -1rem;
  }
}

.owl-carousel.owl-theme .owl-nav .owl-next span,
.owl-carousel.owl-theme .owl-nav .owl-prev span {
  font-size: 3rem;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -8rem;
}

@media (max-width: 991px) {
  .owl-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -1rem;
  }
}

section.section-banner-home {
  padding: 12rem 0rem;
  display: flex;
  align-items: center;
  background-color: black;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8.5rem;
}

@media (min-width: 992px) {
  section.section-banner-home {
    min-height: 90vh;
  }
}

@media (max-width: 991px) {
  section.section-banner-home {
    padding-top: 6rem;
    padding-bottom: 35rem;
  }
}

@media (max-width: 575px) {
  section.section-banner-home {
    padding-bottom: 62rem;
  }
}

section.section-banner-home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(93deg, rgba(0, 0, 0, 0.9) 19.14%, rgba(0, 0, 0, 0) 62.12%);
}

section.section-banner-home .banner-home-content .description {
  max-width: 62.2rem;
}

section.section-banner-home .banner-home-sticky {
  padding: 4rem 4rem;
  background-color: white;
  box-shadow: 0.4rem 0.4rem 6rem 0 rgba(0, 0, 0, 0.08);
  display: flex;
  margin:0 auto;
  width: 152rem;
  border-top: 0.8rem solid var(--red-color);
  position:absolute;
  bottom:-8.5rem;
}

@media (max-width: 991px) {
  section.section-banner-home .banner-home-sticky {
    width: 90%;
	margin-left:auto;
	margin-right:auto;
  }
}

@media (max-width: 575px) {
  section.section-banner-home .banner-home-sticky {
    flex-flow: column;
    justify-content: flex-start;
    gap: 3rem;
  }
}

section.section-banner-home .banner-home-sticky-left {
  display: flex;
  gap: 2rem;
}

@media (max-width: 575px) {
  section.section-banner-home .banner-home-sticky-left {
    flex-flow: column;
    justify-content: flex-start;
    gap: 3rem;
  }
}

section.section-banner-home .banner-home-sticky-left .image {
  max-width: 3.2rem;
  margin-top: 0.5rem;
}

section.section-our-brands {
  padding: 12rem 0rem;
}

@media (max-width: 991px) {
  section.section-our-brands {
    padding: 6rem 0rem;
  }
}

@media (max-width: 991px) {
  section.section-our-brands .our-brands-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-our-brands .item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 1;
  padding: 1rem;
}

.section-our-brands .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.section-our-customers {
  padding: 12rem 0rem;
  background: linear-gradient(to right, #FFF 76.5%, #F8F8F8 76.5%);
}

@media (max-width: 991px) {
  section.section-our-customers {
    padding: 6rem 0rem;
  }
}

section.section-our-customers .our-customers-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  section.section-our-customers .our-customers-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

section.section-our-customers .our-customers-content .item {
  border: 0.2rem solid #B8B8B8;
}

section.section-our-customers:not(.sale-office-content) .our-customers-content .item::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #ED1C24;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}

section.section-our-customers .our-customers-content .item .content-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 29rem;
  background: #ffffff;
  padding: 4rem 4rem;
  transition: all 0.35s;
}

@media screen and (max-width: 575.98px) {
  section.section-our-customers .our-customers-content .item .content-wrap {
    min-height: 25rem;
    padding: 1.5rem;
  }
}

section.section-our-customers .our-customers-content .item .image {
  width: 6rem;
  height: 6rem;
}

section.section-our-customers .our-customers-content .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.section-our-customers .our-customers-content .item .image .hv-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s;
}

section.section-our-customers .our-customers-content .item .name-item-bigger {
  color: black;
}

section.section-our-customers .our-customers-content .item .group-btn {
  margin-top: 3rem;
}

section.section-our-customers .our-customers-content .item .group-btn .info {
  margin-bottom: 5rem;
}

section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover {
  border-color: transparent;
}

section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover::before {
  opacity: 1;
}

section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover .content-wrap {
  background: rgba(0, 0, 0, 0.6);
}

section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover .image .hv-icon {
  opacity: 1;
}

section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover .name-item-bigger,
section.section-our-customers .our-customers-content:not(.sale-office-content) .item:hover .group-btn .tag-a {
  color: #ffffff;
}

section.section-our-customers.custom-bg {
  background: #F1F1F1;
}

section.section-basic {
  padding: 12rem 0rem;
  background-color: #F1F1F1;
}

@media (max-width: 991px) {
  section.section-basic {
    padding: 6rem 0rem;
  }
}

section.section-snap-on {
  padding-top: 12rem;
  padding-bottom: 31rem;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  margin-bottom: 5.5rem;
}

@media (max-width: 575px) {
  section.section-snap-on {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

section.section-snap-on:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

section.section-snap-on .snap-on-description {
  position: absolute;
  left: 0;
  bottom: -5.5rem;
  width: 100%;
}

@media (min-width: 992px) {
  section.section-snap-on .snap-on-description {
    width: 152rem;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 575px) {
  section.section-snap-on .snap-on-description {
    position: static;
    margin-top: 4rem;
  }
}

section.section-snap-on .snap-on-description-content {
  background-color: var(--red-color);
  color: white;
  max-width: 87.8rem;
  margin-left: auto;
  padding: 4rem 4rem;
}

@media (max-width: 991px) {
  section.section-snap-on .snap-on-description-content {
    max-width: 60rem;
    margin-right: 1.5rem;
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 575px) {
  section.section-snap-on .snap-on-description-content {
    margin-right: 0;
  }
}

section.section-latest-news {
  padding: 12rem 0rem;
}

@media (max-width: 991px) {
  section.section-latest-news {
    padding: 6rem 0rem;
  }
}

section.section-latest-news .latest-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  section.section-latest-news .latest-news-list {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  section.section-latest-news .latest-news-list .item .name-item {
    font-size: 2.2rem;
  }
}

section.section-got-problem {
  padding: 12rem 0rem;
  overflow: hidden;
}

@media (max-width: 991px) {
  section.section-got-problem {
    padding: 6rem 0rem;
  }
}

@media (max-width: 575px) {
  section.section-got-problem {
    padding-top: 0;
    background-image: none;
    background-color: #373b48;
  }
}

section.section-got-problem .got-problem-image {
  min-width: 82.5rem;
}

@media (max-width: 991px) {
  section.section-got-problem .got-problem-image {
    min-width: 48rem;
  }
}

@media (max-width: 575px) {
  section.section-got-problem .got-problem-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

section.section-banner-child {
  min-height: 60rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12rem 0rem;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative;
}

section.section-banner-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, rgba(0, 0, 0, 0.9) 21.1%, rgba(0, 0, 0, 0) 80.26%);
  z-index: -1;
}

section.section-our-mission {
  padding: 12rem 0rem;
  background-image: url("../images/our-mission-bg.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  section.section-our-mission {
    padding: 6rem 0rem;
  }
}

section.section-our-mission .our-mission-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  section.section-our-mission .our-mission-content {
    gap: 1.5rem;
  }
}

@media (max-width: 575px) {
  section.section-our-mission .our-mission-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

section.section-zik-zak {
  background-image: linear-gradient(to bottom, #F1F1F1 40%, white 40%);
  margin-top: -5.5rem;
  padding-bottom: 12rem;
  padding-top: 17.5rem;
}

@media (max-width: 991px) {
  section.section-zik-zak {
    padding-bottom: 6rem;
    padding-top: 11.5rem;
  }
}

section.section-zik-zak .zik-zak-first .image {
  border: 2.2rem solid white;
}

section.section-zik-zak .zik-zak-first .content {
  margin-top: 10rem;
}

@media (max-width: 991px) {
  section.section-zik-zak .zik-zak-first .content {
    margin-top: 3rem;
  }
}

@media (max-width: 575px) {
  section.section-zik-zak .zik-zak-second {
    margin-top: 5rem;
  }
}

section.section-zik-zak .zik-zak-second .image {
  margin-top: 22rem;
}

@media (max-width: 991px) {
  section.section-zik-zak .zik-zak-second .image {
    margin-top: 3rem;
  }
}

section.section-brands {
  padding-top: 12rem;
  padding-bottom: 10rem;
}

section.section-brands .brands-description {
  column-count: 2;
  column-gap: 2rem;
}

section.section-brands .brands-content {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  section.section-brands .brands-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  section.section-brands .brands-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

section.section-brands .brands-content .item {
  background-color: #F8F8F8;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 8rem 8rem;
}

@media (max-width: 991px) {
  section.section-brands .brands-content .item {
    padding: 3rem 3rem;
  }
}

section.section-brands .brands-content .item-image {
  width: 26.4rem;
  height: 9.1rem;
}

section.section-brands .brands-content .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  section.section-brands .brands-content .item:nth-child(2n+1) {
    background-color: #F1F1F1;
  }
}

@media (max-width: 991px) {
  section.section-brands .brands-content .item:nth-child(3n) {
    background-color: #F1F1F1;
  }
}

@media (max-width: 991px) {
  section.section-brands .brands-content .item:nth-child(3n+1) {
    background-color: #F8F8F8;
  }
}

@media (max-width: 991px) {
  section.section-brands .brands-content .item:nth-child(3n+2) {
    background-color: #FCFCFC;
  }
}

section.section-contact-us {
  padding: 12rem 0rem;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  section.section-contact-us {
    padding: 6rem 0rem;
  }
}

@media (max-width: 575px) {
  section.section-contact-us {
    background-size: cover;
  }
}

section.section-contact-us .contact-us-content {
  margin-top: 8rem;
  background-color: white;
  padding: 10rem 12.8rem;
  box-shadow: 0.4rem 0.4rem 8rem 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  section.section-contact-us .contact-us-content {
    padding: 6rem 3rem;
  }
}

section.section-catalogs {
  padding: 12rem 0rem;
}

section.section-catalogs .catalogs-filter .filter-list {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 991px) {
  section.section-catalogs .catalogs-filter .filter-list {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
}

section.section-catalogs .catalogs-filter .filter-list li.active {
  color: var(--red-color);
}

section.section-catalogs .catalogs-filter .filter-list li+li {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  section.section-catalogs .catalogs-filter .filter-list li+li {
    margin-top: 0;
  }
}

section.section-catalogs .catalogs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 5rem;
}

@media (max-width: 575px) {
  section.section-catalogs .catalogs-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  section.section-catalogs .catalogs-list .item .name-item-bigger {
    font-size: 2.6rem;
  }
}

section.section-connections {
  padding: 12rem 0rem;
  background-color: #F7F7F7;
}

section.section-connections .connections-filter-searching {
  display: flex;
  position: relative;
}

section.section-connections .connections-filter-searching .form-control {
  min-height: 6.2rem;
  padding: 1.8rem 2rem;
  background-color: #E5E5EA;
}

section.section-connections .connections-filter-searching .tag-a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-color: #E5E5EA;
}

section.section-connections .connections-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  section.section-connections .connections-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    column-gap: 1.5rem;
  }
}

section.section-connections .connections-list .item {
  position: relative;
}

section.section-connections .connections-list .item-image {
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

section.section-connections .connections-list .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.section-connections .connections-list .item-content {
  padding: 2rem 2rem;
  background-color: white;
  position: absolute;
  right: -2rem;
  top: 0;
  margin-left: 4rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  transform: translateX(100%);
}

@media (max-width: 991px) {
  section.section-connections .connections-list .item-content {
    position: static;
    padding: 3rem 1.5rem;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 100%;
    margin-left: 0 !important;
    transform: none !important;
  }
}

section.section-connections .connections-list .item-content:after {
  content: "";
  height: 100%;
  width: 5rem;
  background-image: url("../images/polygon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

@media (max-width: 991px) {
  section.section-connections .connections-list .item-content:after {
    display: none;
  }
}

section.section-connections .connections-list .item:nth-child(4n) .item-content {
  transform: translateX(-100%);
  right: auto;
  left: -2rem;
  margin-right: 4rem;
  margin-left: 0;
}

section.section-connections .connections-list .item:nth-child(4n) .item-content:after {
  background-image: url("../images/polygon-2.png");
  left: auto;
  right: -4rem;
}

section.section-connections .connections-list .item:hover {
  z-index: 1;
}

section.section-connections .connections-list .item:hover .item-content {
  opacity: 1;
  pointer-events: auto;
}

section.section-connections .connections-load-more {
  padding-top: 4rem;
  border-top: 0.1rem solid #CACACA;
}

section.section-your-info {
  padding: 12rem 0rem;
}

section.section-your-info .your-info-content {
  box-shadow: 0 -0.4rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 8rem 0rem;
}

@media (max-width: 991px) {
  section.section-your-info .your-info-content {
    padding: 6rem 3rem;
  }
}

@media (max-width: 575px) {
  section.section-your-info .your-info-content {
    padding: 3rem 1.5rem;
  }
}

section.section-your-info .your-info-form {
  max-width: 100.6rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: black;
  color: white;
  padding: 12rem 0rem;
}

@media (max-width: 991px) {
  .footer {
    padding: 4rem 0rem;
  }
}

.footer .description p+p {
  margin-top: 1rem;
}

.footer-logo {
  /*max-width: 30rem;*/
  margin-left: auto;
  margin-right: auto;
}

.footer-title {
  position: relative;
  padding-bottom: 2rem;
}

.footer-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 35.2rem;
  height: 0.1rem;
  background-color: var(--grey-color);
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  row-gap: 1rem;
  list-style: none;
  padding-left: 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-social a {
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid white;
}

.footer-social a:hover {
	text-decoration:none !important;
}

.footer-social a img {
  height: 2rem;
  width: auto;
}

.footer-privacy {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-privacy a+a {
  padding-left: 2rem;
  border-left: 0.1rem solid white;
}

@media (min-width: 992px) {
  .footer-right {
    margin-left: 10rem;
  }
}

@media (min-width: 992px) {
  .footer-info {
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.wpcf7-list-item {
  margin: unset;
}

.wpcf7-list-item-label {
  color: #000000;
}

.sale-office-content .item {
  background-color: #ffffff;
  padding: 4rem;
}

.sale-office-content .item .group-btn {
  min-height: 14rem;
}

.sale-office-content .item a:not(.tag-a) {
  color: #ED1C24;
}

.filter-item {
  width: fit-content;
  padding: 0.8rem 1.2rem;
}

.filter-item .filter-checkbox {
  display: none;
  border-radius: 50%;
}

.filter-item:hover {
  background-color: rgba(237, 28, 36, 0.25);
}

.filter-item.current {
  background-color: #313640;
  color: #ffffff;
}

.filter-item.current .filter-checkbox:checked {
  display: inline-block;
  border-color: #ffffff;
}

.filter-item.current .filter-checkbox:checked::after {
  content: 'x';
  font-size: 1.25rem;
  color: #000000;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.75);
}

.testimonial {
  background: transparent;
  padding: 0;
  height: 100%;
  color: #000000;
}

.testimonial .testimonial-thumb {
  aspect-ratio: 800 / 522;
  background: linear-gradient(90deg, #ED1C24 50%, transparent 50%);
  padding: 7rem 10rem 0 10rem;
}

.testimonial .testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .content-wrap {
  background-color: #ffffff;
  padding: 3rem;
}

.testimonial .content-bottom {
  background-color: #ffffff;
  padding: 0 3rem 3rem 3rem;
  height: 100%;
  overflow-y: auto;
}

.testimonial .product-name {
  font-size: 1.4rem;
  color: #313640;
  opacity: 0.8;
}

.testimonial .testimonial-title {
  font-family: 'roboto';
  font-weight: 500;
  font-size: 2.8rem;
}

.testimonial .place-of-work {
  font-size: 1.6rem;
  color: #6C6C6C;
}

.customer {
  padding: 8rem 5rem 8rem 0;
}

.gap-25 {
  gap: 2.5rem;
}

.footer a {
  text-decoration: unset;
}

.footer a:hover {
  text-decoration: underline;
}

input[type=file] {
  color: #6C6C6C;
}

input::file-selector-button {
  border: unset;
  background: linear-gradient(180deg, #F5F5F5 0%, #DEDEDE 100%);
  padding: 0.5rem 3.2rem;
  color: #6C6C6C;
  margin-right: 1.8rem;
}

.dropdown-block.form-search .dropdown-title {
  padding: 0.8rem 1rem;
  background-color: unset;
}

.dropdown-block.form-search .dropdown-title:after {
  content: none;
}

.dropdown-block.form-search .dropdown-title.show {
  background-color: var(--red-color);
}

.dropdown-block.form-search .dropdown-menu {
  min-width: 45rem;
  padding: 1.5rem 3rem 3rem 3rem;
}

@media screen and (min-width: 991.98px) {
  .dropdown-block .dropdown-menu {
    min-width: 90rem;
  }

  section.section-connections .connections-list .item-content {
    width: 39rem;
  }

  .fancybox__content>.f-button.is-close-btn {
    right: calc((100vw - 100%) / -2);
    transform: translateX(-50%);
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .customer {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
    section.section-got-problem {
        background-size: cover !important;
    }
}
#button-to-top{
	position: fixed;
    bottom: 5rem;
    right: 5rem;
	background-color: var(--red-color);
	padding: 1rem;
	border-radius: 100%;
	width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 9999;
	opacity: 0.8;
}

#button-to-top.show{
	opacity: 1;
	visibility: visible;
	pointer-events: unset;
}
@media (max-width: 991px){
	#button-to-top{
		bottom: 2rem;
    	right: 2rem;
	}
}

#button-to-top:hover{
	transform: translatey(-0.2rem);
}

#button-to-top i{
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
}

/*#main-short-cut-1 {background-image:url('/assets/images/icon-promotion.png'); background-repeat:no-repeat; background-size:15rem; background-position:left center; padding:3rem 1rem 3rem 15rem; border:1px solid #333;word-break: keep-all;}
#main-short-cut-2 {background-image:url('/assets/images/icon-support.png'); background-repeat:no-repeat; background-size:15rem; background-position:left center; padding:3rem 1rem 3rem 15rem; border:1px solid #333;word-break: keep-all;}
#main-short-cut-3 {background-image:url('/assets/images/icon-specialorder.png'); background-repeat:no-repeat; background-size:15rem; background-position:left center; padding:3rem 1rem 3rem 15rem; border:1px solid #333;word-break: keep-all;}
#main-short-cut-4 {background-image:url('/assets/images/icon-as.png'); background-repeat:no-repeat; background-size:15rem; background-position:left center; padding:3rem 1rem 3rem 15rem; border:1px solid #333;word-break: keep-all;}*/

.special-order-link, .support-link {cursor:pointer;}
.special-order-link *, .support-link * {color:#666;}

.card-title {font-size:2.5rem; font-weight:600;}
.link-underline-dark {text-decoration: underline !important; text-underline-offset: 0.2em !important; font-size:2rem; letter}

#promotion-list .card-body {margin-top:2rem;}
#promotion-list .card-img-top-box {height:30rem; overflow:hidden; background-position:center center; background-size:contain; background-repeat:no-repeat;}

.pagination-lg * {font-size:2rem !important;}

.banner-home-sticky .card-title {padding-top:3.5rem; color:#000; letter-spacing:-0.1rem;}

#as2023-modal-Label {font-size:2.4rem !important; color:#000;}

.footer-social-custom > ul {padding:0; margin:0; list-style:none; position:relative; top:-3px; height:48px;}
.footer-social-custom > ul > li {display:inline; height:48px; position:absolute;}
.footer-social-custom > ul > li > a {display:inline-block; width:48px;}

.sns-naver-area {height:48px; display:inline-block; background-image:url('/assets/images/sns-naver.png'); background-repeat:no-repeat; background-position:left center; background-size:48px 48px; padding-left:52px;}

.sns-naver-area > a {display:inline; padding:0; margin:0; padding-top:5px; text-align:center; float:left;}
.sns-naver-area > a > span {display:block;text-align:center; font-size:1.2rem; padding:0; margin:0; white-space:nowrap;}
.sns-naver-area > a > span > img {height:25px; width:auto; padding:0; margin:0;}

.footer-social-custom > ul > li:nth-child(1) {top:0; left:0;}
.footer-social-custom > ul > li:nth-child(2) {top:0; left:50px;}
.footer-social-custom > ul > li:nth-child(3) {top:0; left:100px;}

/* 모달이 보이지 않을 때 위치 초기화 */
.modal.slide-down .modal-dialog {
  transform: translateY(-100%); /* 화면 위로 숨김 */
  transition: transform 0.5s ease; /* 애니메이션 지속 시간 */
}

/* 모달이 나타날 때 */
.modal.slide-down.show .modal-dialog {
  transform: translateY(0); /* 원래 위치로 슬라이드 */
}