.scroll-menu .flex .nav-item,
.lang a,
.bars-click .bars-icon {
  color: #fff;
}

.market-content {
  background: url("../images/bg-wood.png");
  background-size: 40%;
  background-position: top;
  background-repeat: repeat;
  overflow: hidden;
}

.market-header {
  position: relative;
  background: url("../images/bg-main3.png");
  background-size: cover;
  background-position: bottom;
  padding: 0 1rem 2rem;
}

.market-header .text-main {
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}

.market-header .text-main h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: 500;
}

.market-header .text-main h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.market-header .map-market {
  position: relative;
  text-align: center;
}

.market-header .map-market .img-map {
  width: 100%;
	max-width: 800px;
}

.market-body {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.market-body .box-location {
  width: 100px;
  word-break: break-word;
}

.market-body .box-location .text-location {
  background: #004722;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 5px 0;
  border-left: 2px solid rgb(255 255 255 / 50%);
  height: 50px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.market-body .box-location .country {
  padding-left: 5px;
  border-left: 2px solid #004722;
  margin-top: 10px;
}

.market-body .box-location .country p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 1px;
}

.market-footer {
  text-align: center;
  margin: 2rem 0 1rem;
}

.market-footer .btn-custom {
  background: #71512e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 1rem;
  letter-spacing: 2px;
  margin: 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .market-header {
    padding: 0 10% 2rem;
  }
  .market-body .box-location {
    width: -webkit-fill-available;
  }
  .market-body .box-location .text-location {
    width: auto;
  }
  .market-header .text-main h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 998px) {
  .market-header .text-main {
    padding: 9rem 0 3rem;
  }

  .market-header .text-main h1 {
    font-size: 55px;
  }
  .market-header .text-main h2 {
    font-size: 22px;
    line-height: 15px;
  }
}
