@charset "UTF-8";
@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800;900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}

a {
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

.main-nav {
  position: relative;
  padding: 10px 1rem;
  z-index: 9;
}
.main-nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.main-nav.active .main-logo img {
  width: 130px;
}

.main-logo img {
  width: 150px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-menu > li {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 3px;
}
.main-menu > li a {
  font-weight: 500;
}
.main-menu > li:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  display: block;
  content: "";
  background: #c71520;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu > li:hover:before {
  width: 100%;
}
.main-menu > li:hover a {
  color: #c71520;
}
.main-menu > li:hover .sub-menu {
  display: block;
}
.main-menu > li .sub-menu {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  width: 300px;
  padding: 1rem 2rem;
  display: none;
}
.main-menu > li .sub-menu > li {
  display: inherit;
  position: relative;
  z-index: 1;
  padding: 5px 0;
  margin: 5px 0;
}
.main-menu > li .sub-menu > li:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  display: block;
  content: "";
  background: #c71520;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu > li .sub-menu > li a {
  color: #fff;
}
.main-menu > li .sub-menu > li:hover:before {
  width: 100%;
}
.main-menu > li .sub-menu > li:hover a {
  color: #c71520;
}
.main-menu .active:before {
  width: 100%;
}
.main-menu .active a {
  font-weight: 600;
}

.action-top-bar ul > li {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.action-top-bar ul > li:hover .social-sub-menu {
  display: block;
}
.action-top-bar ul > li .social-sub-menu {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
  width: 140px;
  padding: 1rem 0rem;
  display: none;
  text-align: left;
}
.action-top-bar ul > li .social-sub-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 5px 0;
  margin: -2px 0;
}
.action-top-bar ul > li .social-sub-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.action-top-bar ul > li .social-sub-menu > li a img {
  z-index: 1;
}
.action-top-bar ul > li .social-sub-menu > li a p {
  background: #c71520;
  padding: 2px 25px;
  -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
          transform: translateX(-7px);
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.action-top-bar ul > li .social-sub-menu li:first-child:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.action-top-bar ul > li img {
  width: 40px;
  height: auto;
}
.action-top-bar ul > li i {
  font-size: 1.3rem;
  margin-right: 5px;
}
.action-top-bar ul > li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.action-top-bar ul li:first-child:hover {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.social-mb {
  position: relative;
  z-index: 1;
}
.social-mb:hover .social-sub-menu-mb {
  display: block;
}
.social-mb .social-sub-menu-mb {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: -1;
  width: 140px;
  padding: 1rem 0rem;
  display: none;
  text-align: left;
}
.social-mb .social-sub-menu-mb > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 5px 0;
  margin: -2px 0;
}
.social-mb .social-sub-menu-mb > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.social-mb .social-sub-menu-mb > li a img {
  z-index: 1;
}
.social-mb .social-sub-menu-mb > li a p {
  background: #c71520;
  padding: 2px 25px;
  -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
          transform: translateX(-7px);
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search {
  background: none;
  border-radius: 200px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.search__text {
  border: 0;
  background: transparent;
  outline: 0;
  color: white;
  float: left;
  line-height: 2.5rem;
  width: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0.9rem;
}
.search__button {
  color: black;
  border-radius: 50%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search:hover {
  background: #c71520;
}
.search:hover i {
  color: #fff;
}
.search:hover > .search__text {
  width: 8rem;
  margin-left: 1rem;
}
.search:hover > .search__button {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.menu-mobile {
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 76px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.menu-mobile.activee {
  left: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.menu-mobile .menu-mobile-wrap {
  width: 80%;
  height: 100vh;
  padding: 3rem 15px;
  background: #000;
}
.menu-mobile .menu-mobile-wrap > li a {
  color: #fff;
}
.menu-mobile .menu-mobile-wrap > li + li {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #c71520;
}
.menu-mobile .social-mobile {
  position: absolute;
  bottom: 15vh;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15px;
}
.menu-mobile .social-mobile div {
  margin-right: 5px;
}
.menu-mobile .social-mobile div img {
  width: 40px;
  height: auto;
}

.hamberger-wrap {
  /* Reset styles */
  /* Main CSS */
  /* Open animation */
  /* Close animation */
}
.hamberger-wrap button {
  all: unset;
}
.hamberger-wrap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 25px;
  cursor: pointer;
  padding: 10px 0;
}
.hamberger-wrap .menu::before,
.hamberger-wrap .menu::after {
  content: "";
  position: relative;
  top: 0;
  width: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.hamberger-wrap .menu::before,
.hamberger-wrap .menu::after,
.hamberger-wrap .menu span {
  display: block;
  height: 5px;
  background-color: #000;
  border-radius: 12px;
}
.hamberger-wrap .menu span {
  width: 100%;
  margin: 5px 0;
  opacity: 1;
}
.hamberger-wrap .menu::after {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hamberger-wrap .menu.open::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamberger-wrap .menu.open::after {
  top: -10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamberger-wrap .menu.open::before,
.hamberger-wrap .menu.open::after {
  width: 100%;
  -webkit-transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  -o-transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
}
.hamberger-wrap .menu.open span {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0.9s;
  -o-transition: opacity 0.1s linear 0.9s;
  transition: opacity 0.1s linear 0.9s;
}
.hamberger-wrap .menu.close::before,
.hamberger-wrap .menu.close::after {
  -webkit-transition: top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s;
  transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s;
  transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.hamberger-wrap .menu.close span {
  -webkit-transition: opacity 0.05s linear 0.2s;
  -o-transition: opacity 0.05s linear 0.2s;
  transition: opacity 0.05s linear 0.2s;
}

.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.search:hover > .search__text {
  width: 6.5rem;
}

.sub-menu-mobile > li {
  padding: 5px 15px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  list-style-type: none;
}
.sub-menu-mobile > li + li {
  border-top: 1px solid #c71520;
}

.menu-mobile .menu-mobile-wrap > li + li {
  position: relative;
  z-index: 1;
}

.icon-sub {
  position: absolute;
  top: 3px;
  right: 0;
  border: 1px solid #c71520;
  padding: 2px 5px 0 5px;
}
.icon-sub i {
  font-size: 1.3rem;
  color: #fff;
  margin: 0;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.item-select {
  padding: 0 5px;
  margin: 0 0 1rem;
}

.filters-select {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: #000;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
  border-radius: 0.25em;
}

select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0.5em;
  color: #fff;
  cursor: pointer;
}

/* Arrow */
.select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #c71520;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Transition */
.select:hover::after {
  color: #fff;
}

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

ul {
  padding: 0;
  margin: 0;
}
ul > li:hover a {
  text-decoration: none;
}

.item-mobile {
  display: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  height: auto;
}

.pd-section {
  padding: 5rem 0;
}

.header-wrap {
  text-align: center;
  padding: 0 0 2rem;
}
.header-wrap.-l {
  padding: 0 0 1rem;
}
.header-wrap.-l h1 {
  line-height: 0.1;
}
.header-wrap.-l h1:before {
  display: none;
}
.header-wrap.-l h2:before {
  left: 0%;
}
.header-wrap h1,
.header-wrap h2 {
  font-size: 2.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.header-wrap h1:before,
.header-wrap h2:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 37%;
  width: 26%;
  height: 4px;
  background: #c71520;
  display: block;
  content: "";
}

.main-slide {
  position: relative;
  z-index: 1;
}
.main-slide .lSPager {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main-slide .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #acacac !important;
}
.main-slide .lSSlideOuter .lSPager.lSpg > li.active a,
.main-slide .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #f5220c !important;
  width: 30px !important;
}

.about-us {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.caption-about {
  max-width: 551px;
}

.slide-about .box-slider img {
  width: 100%;
  height: auto;
}
.slide-about .lSSlideOuter .lSPager.lSpg {
  text-align: right;
}
.slide-about .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #b7b7b7 !important;
  color: #b7b7b7 !important;
}
.slide-about .lSSlideOuter .lSPager.lSpg > li.active a,
.slide-about .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #c71520 !important;
  color: #c71520 !important;
}
.slide-about.-about .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.product-section .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #b7b7b7 !important;
  color: #b7b7b7 !important;
}
.product-section .lSSlideOuter .lSPager.lSpg > li.active a,
.product-section .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #c71520 !important;
  color: #c71520 !important;
}

.product-item {
  position: relative;
  z-index: 1;
  border: 2px solid #e8e8e8;
  margin: 0 0 30px;
}

.product-item::before,
.product-item::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #c71520;
}

span::before,
span::after {
  content: "";
  width: 4px;
  height: 0px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #c71520;
}

.product-item:hover::before,
.product-item:hover::after {
  width: 100%;
}

.product-item:hover span::before,
.product-item:hover span::after {
  height: 100%;
}

.product-item::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.product-item::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.product-item span::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.product-item span::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.slide-client {
  padding: 5rem 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.box-slider {
  text-align: center;
  background: #fff;
}
.box-slider img {
  max-width: 100%;
  height: auto;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #c71520 !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff !important;
  border-radius: 0px !important;
  height: 10px !important;
  width: 10px !important;
}

.lSSlideOuter .lSPager.lSpg {
  padding: 10px 0 0;
}

.modal-dialog {
  top: 20px;
  max-width: 95%;
}
.modal-dialog .modal-body {
  text-align: center;
}
.modal-dialog .modal-body img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-dialog .modal-body .close {
  float: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #c71520;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -30px;
  right: 0px;
}
.modal-dialog .modal-body button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.modal-dialog .modal-body .close:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.modal-dialog .modal-body span:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.modal-dialog .img-modal {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}

.page-in-wrap {
  padding: 5rem 0;
}

.banner-page {
  padding: 5rem 0;
  text-align: center;
}
.banner-page h2 {
  font-size: 3rem;
  color: #fff;
}

.caption-main .title-main {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: 600;
}
.caption-main .title-main:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0%;
  width: 20%;
  height: 4px;
  background: #c71520;
  display: block;
  content: "";
}

.contact-box {
  margin: 0 0 2rem;
}
.contact-box h3 {
  font-size: 1.3rem;
  margin: 0 0 5px;
  color: #c71520;
}
.contact-box iframe {
  margin: 15px 0 0;
  width: 100%;
  height: 250px;
}

.form-contact {
  padding: 3rem;
  background: #c71520;
}
.form-contact label {
  color: #fff;
}
.form-contact h3 {
  margin: 0 0 20px;
  font-size: 1.4rem;
  color: #fff;
}
.form-contact .button-form {
  margin: 1rem 0 0;
  padding: 15px 80px;
  display: inline-block;
  background: #000;
  -webkit-box-shadow: -1px 6px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -1px 6px 10px 0 rgba(0, 0, 0, 0.5);
}
.form-contact .button-form a {
  color: #fff;
}
.form-contact .button-form:hover {
  -webkit-box-shadow: -1px 10px 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -1px 10px 15px 0 rgba(0, 0, 0, 0.5);
}

.list-category {
  text-align: center;
  margin: 0 0 3rem;
}
.list-category > li {
  display: inline-block;
  padding: 12px 30px;
  background: #c71520;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
  -webkit-box-shadow: -1px 6px 10px 0 rgba(199, 21, 32, 0.5);
          box-shadow: -1px 6px 10px 0 rgba(199, 21, 32, 0.5);
  border-radius: 15px;
}
.list-category > li:hover {
  -webkit-box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
          box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#c71520));
  background: -o-linear-gradient(left, black 0%, #c71520 100%);
  background: linear-gradient(90deg, black 0%, #c71520 100%);
}
.list-category > li a {
  color: #fff;
}
.list-category > li.active {
  -webkit-box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
          box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#c71520));
  background: -o-linear-gradient(left, black 0%, #c71520 100%);
  background: linear-gradient(90deg, black 0%, #c71520 100%);
}

.product-wrap-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-wrap-flex .product-item {
  width: 24%;
  margin: 5px;
}

.single-post .thumb {
  border: 1px solid #d5d5d5;
}
.single-post .caption-main {
  padding-left: 1rem;
}
.single-post .gallery-product {
  margin: 2rem 0 0;
}
.single-post .gallery-product h2 {
  font-size: 2rem;
  color: #c71520;
}

.grid-sizer,
.gallery-blog {
  width: 33.333%;
}

.gallery-blog {
  float: left;
}

.gallery-blog img {
  width: 100%;
  height: auto;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid {
  margin: 3rem 0 0;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding: 5px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.gall-about {
  margin: 5rem 0 0;
}
.gall-about .flex-gall {
  width: 20%;
}
.gall-about .flex-gall img {
  width: 100%;
  height: auto;
}

.product-item {
  overflow: hidden;
}
.product-item:hover .title-pd {
  display: block;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-item .title-pd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #c71520;
  padding: 10px 0;
  color: #fff;
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-item .title-pd a {
  color: #fff;
}

.lb-prev {
  display: none !important;
}

.lb-next {
  display: none !important;
}

.lb-outerContainer {
  border-radius: 0px !important;
}

.lb-details {
  padding: 20px 0;
  background: #fff;
  width: 102% !important;
  -webkit-transform: translateX(-1%) !important;
      -ms-transform: translateX(-1%) !important;
          transform: translateX(-1%) !important;
}

.lb-dataContainer {
  padding-top: 0px !important;
}

.lb-close {
  display: none !important;
}

.lb-data .lb-details {
  text-align: center !important;
  color: #000 !important;
}

.lb-data .lb-caption {
  font-size: 1rem !important;
}

.ab-slide {
  margin-top: 5rem;
}
.ab-slide .box-slider {
  margin-right: 0 !important;
}

.main-footer {
  padding: 5rem 0;
  background: #c71520;
  color: #fff;
}
.main-footer h3 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 1rem;
}
.main-footer p {
  font-size: 0.9rem;
}

.footer-caption img {
  width: 150px;
  height: auto;
  margin: 0 0 15px;
}

.flex-footer-box {
  margin: 0 0 15px;
}
.flex-footer-box .icon-footer {
  width: 10%;
}
.flex-footer-box .icon-footer i {
  font-size: 1.1rem;
  color: #000;
}
.flex-footer-box p {
  width: 90%;
  font-size: 0.9rem;
}

.footer-menu > li {
  display: inherit;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-menu > li a {
  color: #fff;
  font-size: 0.9rem;
}
.footer-menu > li span {
  color: #000;
  margin-right: 10px;
  font-weight: 500;
}
.footer-menu > li + li {
  margin-top: 10px;
}
.footer-menu > li:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.copyright-footer {
  padding: 3rem 0 0;
}

.button-wrap-main {
  margin: 1.5rem 0 0;
  background: #c71520;
  display: inline-block;
  padding: 8px 40px;
  -webkit-box-shadow: -1px 6px 10px 0 rgba(199, 21, 32, 0.5);
          box-shadow: -1px 6px 10px 0 rgba(199, 21, 32, 0.5);
}
.button-wrap-main a {
  color: #fff;
}
.button-wrap-main:hover {
  -webkit-box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
          box-shadow: -1px 10px 15px 0 rgba(199, 21, 32, 0.5);
}

@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .product-page .container {
    padding-left: 3px !important;
    padding-right: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .product-section .col-md-4 {
    width: 50%;
    padding: 5px;
  }

  .ab-slide {
    margin-top: 5rem;
  }
  .ab-slide .box-slider {
    margin-right: 10px !important;
  }

  .title-pd {
    display: none !important;
  }

  .lb-data .lb-close {
    display: block;
    position: absolute;
    top: -35px;
    right: 7px;
  }

  .menu-mobile .menu-mobile-wrap {
    overflow: auto;
  }

  .menu-mobile .menu-mobile-wrap {
    padding: 2rem 15px;
  }

  .menu-mobile .menu-mobile-wrap > li + li {
    margin: 5px 0 0;
    padding: 5px 0 0;
  }

  .product-page .container {
    padding-left: 6px;
    padding-right: 0;
  }

  .product-wrap-flex .product-item {
    width: 48% !important;
    margin: 5px 0;
  }

  .product-wrap-flex .product-item:nth-child(1n+0) {
    margin-right: 5px;
    margin-left: 0;
  }
  .product-wrap-flex .product-item:nth-child(2n+0) {
    margin-right: 0px;
    margin-left: 5px;
  }

  .product-item {
    margin: 0px;
  }

  .single-post .caption-main {
    padding-left: 0rem;
    padding: 1rem 0 0;
  }

  .grid-sizer, .grid-item {
    width: 50%;
  }

  .list-category {
    display: none;
  }

  .banner-page {
    padding: 2rem 0;
    background-size: 100% 100%;
  }

  .about-cap {
    padding: 2rem 0 0;
  }

  .banner-page h2 {
    font-size: 1.8rem;
  }

  .page-in-wrap {
    padding: 2rem 0;
  }

  .form-contact {
    padding: 1rem;
  }

  .form-contact h3 {
    font-size: 1.2rem;
  }

  .gall-about .flex-gall {
    width: 100%;
  }

  .gall-about {
    margin: 3rem 0 0;
  }

  .item-mobile {
    display: block;
  }

  .main-logo img {
    width: 120px;
    height: auto;
  }

  .main-nav.active .main-logo img {
    width: 120px;
  }

  .main-nav {
    padding: 10px 15px;
  }

  .modal-body {
    padding: 1rem 0;
  }

  .main-slide .lSPager {
    bottom: 0px;
  }

  .main-slide .lSSlideOuter .lSPager.lSpg > li.active a, .main-slide .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #f5220c !important;
    width: 20px !important;
  }

  .main-menu {
    display: none;
  }

  .action-top-bar {
    display: none;
  }

  .caption-about {
    padding: 1rem 0 3rem;
  }

  .header-wrap h1, .header-wrap h2 {
    font-size: 1.5rem;
  }

  .header-wrap h2 {
    font-size: 1.5rem;
    margin: 0px;
    padding: 0 0 15px;
  }

  .pd-section {
    padding: 3rem 0;
  }

  .lSSlideOuter .lSPager.lSpg > li a {
    height: 8px !important;
    width: 8px !important;
  }

  .slide-client {
    padding: 3rem 0;
  }

  .main-footer {
    padding: 3rem 0;
  }

  .main-footer h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
  }

  .copyright-footer {
    padding: 2rem 0 0;
  }

  .copyright-footer {
    text-align: left !important;
  }
}
/* iPhone 5 Retina regardless of IOS version */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu-mobile .menu-mobile-wrap > li a {
    color: #fff;
    font-size: 0.8rem;
  }

  .menu-mobile .menu-mobile-wrap {
    padding: 1rem 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    max-width: 991px;
    width: 991px;
  }

  .main-menu > li a {
    font-size: 0.9rem;
  }

  .action-top-bar ul > li img {
    width: 30px;
    height: auto;
  }

  .main-nav.active .main-logo img {
    width: 110px;
  }

  .action-top-bar ul > li + li {
    margin-left: 0px;
  }

  .main-menu > li {
    margin: 0 10px;
  }

  .search:hover > .search__text {
    width: 6rem;
  }

  .caption-about {
    padding: 3rem 0 0;
  }

  .align-self-end {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .product-wrap-flex .product-item {
    width: 48% !important;
    margin: 5px;
  }

  .product-section .col-md-4 {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .caption-about {
    max-width: 100%;
  }

  .flex-footer-box p {
    padding-left: 10px;
  }

  .product-wrap-flex .product-item {
    width: 23% !important;
    margin: 5px;
  }

  .product-wrap-flex .product-item {
    width: 48% !important;
    margin: 5px;
  }

  .product-section .col-md-4 {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container {
    max-width: 991px;
    width: 991px;
  }

  .header-wrap h1, .header-wrap h2 {
    font-size: 2rem;
  }

  .align-self-end {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .caption-about {
    padding: 3rem 0 0;
  }

  .main-menu > li {
    margin: 0 10px;
  }

  .action-top-bar ul > li img {
    width: 30px;
    height: auto;
  }

  .action-top-bar ul > li + li {
    margin-left: 0px;
  }

  .search:hover > .search__text {
    width: 6rem;
  }
}
/* Landscape */
@media (min-width: 1920px) and (max-width: 2560px) {
  .main-nav {
    padding: 10px 5rem;
  }

  .main-menu > li {
    margin: 0 30px;
    padding: 0 3px;
  }

  .search:hover > .search__text {
    width: 10rem;
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=style.min.css.map */