.logo_h > img {
  max-width: 180px;
}
.carousel-indicators li {
  background-color: white;
  border: 1px solid #de2219;
  height: 10px;
  width: 20px;
}
.carousel-item-brand {
  min-height: 500px;
}

.carousel-indicators .active {
  background-color: #de2219;
  width: 50px;
}
.custom-carousel .item {
  border-radius: 20px;
  background-color: white;
  padding: 1.5rem;
  height: 100%;
}

.custom-carousel .owl-stage-outer .owl-stage .owl-item {
  padding: 20px;
}
.custom-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
  color: gray;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fa-3x {
  font-size: 3em;
}

section {
  padding-top: 70px;
}
.testimoni_area,
.feature_product_area {
  /* background-color: #f7fafb !important; */
}

.custom-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #f7fafb;
  border: 1px solid #de2219;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 100;
}
.custom-carousel .owl-dot.active {
  width: 40px;
  background-color: #de2219;
}

.form-control-custom {
  margin-left: 10px;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 210px;
  padding-left: 20px;
}

.main-button {
  margin-left: 10px;
  line-height: 40px;
}

.pull-right {
  float: right;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.img-display {
  object-fit: contain;
}

.list-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-pagination > li {
  padding: 1rem;
  border: 1px solid #eeeeee;
  margin: 0.5rem;
}
.page-numbers {
  color: #de2219;
}
.page-numbers.active {
  color: #eeeeee;
}

.sorting {
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 210px;
  padding-left: 20px;
}
.sorting span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #555555;
}
.sorting .list {
  width: 100%;
  border-radius: 0px;
}
.sorting .list li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #555555;
}
.sorting:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
}
/* .show {
  clear: none;
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 120px;
  padding-left: 20px;
}
.show span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #555555;
}
.show .list {
  width: 100%;
  border-radius: 0px;
}
.show .list li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #555555;
}
.show:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
} */

.faq-title {
  font-size: 16pt;
  padding: 10px;
}

.btn-carousel-custom {
  border: unset;
  background-color: unset;
}

.banner-left {
  top: 38%;
  max-width: 50%;
  right: unset;
}
.banner-right {
  top: 38%;
  max-width: 50%;
  left: unset;
}

.banner-left > div > p {
  text-align: left !important;
}
.banner-left > div > h3 {
  text-align: left !important;
}
.banner-right > div > p {
  text-align: right !important;
}
.banner-right > div > h3 {
  text-align: right !important;
}
.section-banner {
  padding-top: unset;
  padding-bottom: 70px;
}

.nav-item .gtranslate_wrapper {
  line-height: 130px;
}
@media (max-width: 800px) {
  .section-banner {
    padding-top: unset;
    padding-bottom: 20px;
  }

  .banner-left > div > p {
    text-align: left !important;
  }
  .banner-left > div > h3 {
    text-align: left !important;
  }
  .banner-right > div > p,
  h3 {
    text-align: right !important;
  }
  .banner-left {
    top: 15%;
  }
  .banner-right {
    top: 15%;
  }

  .banner-sub {
    margin-bottom: 0.5rem;
  }
  .banner-title {
    font-size: 18px;
  }
  section {
    padding-top: 20px;
  }
  .d-md-none {
    display: none;
  }
}

@media (max-width: 1000px) {
  .logo_h > img {
    max-width: 120px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 100px;
  }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 100px;
  }
  .header_area .navbar .icons {
    line-height: 100px;
  }

  .nav-item .gtranslate_wrapper {
    line-height: 100px;
  }
}
