@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&display=swap');
h1, h2, h3, h4, h5, h6, p, span, a {font-family: 'Prompt', sans-serif;}
html {
  scroll-behavior: smooth;
}
#mainMenu nav > ul > li > a {font-family: 'Prompt', sans-serif !important;}
#mainMenu.menu-center nav {
  float: right;
}
#mainMenu nav > ul > li > a {
  font-family: 'Prompt', sans-serif !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px 20px;
}

#header.header-modern:not(.header-active) #header-wrap {
  background-color: transparent;
}
#header #header-wrap {
  border: unset !important;
}
#header {
  position: absolute;
  z-index: 199;
  height: 80px;
  line-height: 80px;
}
#header.header-sticky #header-wrap #logo:before {
  content: "";
  position: absolute;
  background: #000000c4;
  width: 500px;
  height: 114%;
  left: -14rem;
  z-index: -1;
  transform: skewX(-22deg);
}
#header.header-sticky #header-wrap {
  background-color: #870009db !important;
  backdrop-filter: blur(5px);
}
.htitle.bg-w {
  position: relative;
}
.htitle.bg-w {
  margin-bottom: 3rem;
  width: fit-content;
  padding-left: 18rem;
}
section.about {
  background-image: url('../images/block-2/bg-block-2.png');
  background-size: cover;
  background-position-x: center;
}
/* .img-ab {
  width: 900px;
  position: absolute;
  bottom: -6rem;
  left: -10rem;
} */
section.products {
  background-image: url('../images/block-3/bg-block-3.jpg');
  background-size: cover;
  background-position: center;
}

/* .detail-ab {
  position: absolute;
  z-index: 999;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 3rem;
} */

.ab-right {
  padding: 5rem 2rem 2rem 8rem;
}

.htitle.bg-w:before {
  content: "";
  background: #fff;
  width: 450px;
  height: 50px;
  position: absolute;
  left: -3rem;
  transform: skewX(-25deg);
  z-index: -1;
  top: -9px;
}
.text-area-ab h5 {
  margin-left: 2rem;
  font-style: italic;
  font-size: 1rem;
}
.text-area-ab p, .text-area-ab h5 {
  color: #fff;
  font-size: 13px;
  line-height: initial;
}




section.info {
  background-image: url('../images/block-4/bg-block-4.jpg');
  background-size: cover;
  background-position: center;
}
.list-info .text-detail {
  background: rgb(24, 24, 24);
  text-align: center;
  border-top: 3px solid rgb(222, 8, 19);
  padding: 30px 0px;
  min-height: 120px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.col-md-4.m-b-30.border-w a {
  display: block;
  box-shadow: 0px 0px 0px 8px #fff;
}
.list-info .text-detail {
  background: #181818;
  text-align: center;
  border-top: 3px solid #de0813;
  padding: 30px 0px;
}
.list-info .text-detail h5 {color: #fff;}

.htitle.bg-red {position: relative;}
.htitle.bg-red h3 {color: #fff;}
.htitle.bg-red:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 50px;
  background: #dc0a13;
  left: -30rem;
  z-index: -1;
  transform: skewX(-30deg);
  top: -5px;
}
.col-md-4.m-b-30.border-w .img-pd img {
  transition: all 0.3s;
}
.col-md-4.m-b-30.border-w .img-pd {
  overflow: hidden;
}
.col-md-4.m-b-30.border-w:hover img {
  transform: scale(1.1);
}
section.products .img-pd:hover {
  box-shadow: 0px 0px 0px 3px #ca0008;
}

.footer-content {
  padding: 60px 0 40px 0;
  background: #141414;
}
.social-ft {padding: 0;margin: 0;list-style: none;}
.social-ft li {display: inline-block;}
.social-ft li img {width: 40px;}
#footer.footer-light .copyright-content {background-color: #141414;}
.copyright-content {padding: 10px 0;min-height: unset;}
footer img.line-qr {width: 150px;}
footer p, footer h4, footer a, .copyright-text {
  color: #fff !important;
}
#goToTop i {background-color: #77070d !important;}


@media (max-width: 991px){
  #header {
      position: relative;
      z-index: 199;
      height: 80px;
      line-height: 80px;
  }
  #header.header-modern:not(.header-active) #header-wrap {
    background-color: #000;
  }
  .ab-right {padding: 50px 20px;}
  #header #mainMenu-trigger button {
    background: none;
    border: 0;
    padding: 0;
    background: #e00612;
    width: 65px;
    position: absolute;
    left: -17px;
  }
  section.products {
    padding: 50px 0px;
  }
  section.about {
    background-position-x: right;
  }
  .htitle.bg-w {
    padding-left: 0rem;
  }
  .htitle.bg-w:before {
    width: 200px;
    left: -4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ab-empty {width: 30%;}
  section.ingco-main-banner.no-padding {
    top: -5rem;
    margin-bottom: -5.1rem;
  }
}

@media (max-width: 600px) {
  section.ingco-main-banner.no-padding {
    top: -4rem;
    margin-bottom: -4.1rem;
  }
}