.news .img-header {
  /* margin: 3rem 0 2rem; */
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
.fair-slide .owl-prev,
.fair-slide .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 45px !important;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  outline: unset !important;
}

.fair-slide .owl-prev {
  left: 0;
}

.fair-slide .owl-next {
  right: 0;
}

.news .img-header .img-map {
  width: 200%;
  transform: translate(-55%, 0%);
  object-fit: cover;
}

.news .img-header .logo-map {
  position: absolute;
  width: 130px;
  top: 30%;
  left: 5%;
}

/* .news .img-header .map-main-head {
  animation: map-slide 2.7s cubic-bezier(0.4, 0, 1, 1);
} */

.news .img-header .hat-animate {
  position: absolute;
  width: 200px;
  top: 11%;
  right: -7.5rem;
  z-index: 1;
}

.news .img-header .text-main-head {
  position: absolute;
  top: 10%;
  right: 5%;
  text-align: right;
  /* animation: text-slide 2.8s cubic-bezier(0.4, 0, 1, 1); */
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hat {
	transform: translateX(3rem);
    width: 300px;
}

.news .img-header .text-main-head h1 {
  text-transform: uppercase;
  color: #71512e;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 700;
}

/* iphone se */

@media screen and (max-width: 350px) {
  .news .img-header .logo-map {
    width: 100px;
  }
  .news .img-header .text-main-head h1 {
    font-size: 25px;
  }
}

.news .img-header .text-main-head .btn-story {
  background: #71512e;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  letter-spacing: 2px;
  border-radius: 5px;
}

.news .img-header .text-main-head .btn-story img {
  width: 16px;
  vertical-align: sub;
}

.company-box {
  color: #71512e;
}

.company-box .text-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 30px;
  text-transform: uppercase;
}

.company-box .text-sub {
  font-size: 16px;
  word-break: break-word;
}

.company-footer {
  width: 100%;
  position: relative;
}

.company-footer .text-in-img {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
}

.company-footer .text-in-img h5 {
  letter-spacing: 5px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 5px 3px rgb(0 0 0 / 30%);
  text-transform: uppercase;
  font-size: 18px;
}

.company-footer .text-in-img .fairtrade-btn a {
  background: #fff;
  border-radius: 25px;
  color: #000;
  padding: 0 1rem;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

.owl-logo-slide {
  padding: 1rem 0;
  background: #41632c;
}

.owl-logo-slide .item img {
  width: auto;
  margin: 0 auto;
  height: 50px;
}

.news .news-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	  cursor: pointer;
}

/*  .news .news-img::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
} */

.news .news-img img {
  width: 100%;
  height: auto;
}

.news .news-img h5 {
  color: #71512e;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.owl-news-slide.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #71512e;
  background: transparent;
  margin: 0 3px;
}

.owl-news-slide.owl-theme .owl-dots .owl-dot.active span, .owl-news-slide.owl-theme .owl-dots .owl-dot:hover span {
  background: #71512e;
  height: 10px;
  width: 10px;
}

.owl-news-slide .owl-item .item {
  margin: 10px 5px;
}

.change-footer-md {
  display: block;
}

.change-footer-lg {
  display: none;
}

@keyframes map-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes text-slide {
  0% {
    right: -50%;
  }
  100% {
    right: 10%;
  }
}

@media screen and (max-width: 350px) {
  .news .img-header .hat-animate {
    width: 150px;
    top: 13%;
    right: -5.5rem;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .news .img-header .logo-map {
    width: 200px;
    top: 25%;
    right: -8rem;
  }
  .news .img-header .text-main-head h1 {
    font-size: 45px;
  }
  .news .img-header .text-main-head .btn-story {
    font-size: 14px;
  }
  .news .img-header .text-main-head .btn-story img {
    width: 20px;
  }
  .news .img-header .hat-animate {
    width: 240px;
    top: 20%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .news .img-header .logo-map {
    width: 170px;
  }
  .news .img-header .hat-animate {
    width: 225px;
    top: 18%;
  }
}

@media screen and (min-width: 450px) {
	.news .img-header .logo-map {
		min-width: 200px;
	}
	.hat {
		min-width: 500px;
	}
}

@media screen and (min-width: 768px) {
	.hat {
		transform: translateX(5rem);
		width: 550px;
	}
  .news .img-header .logo-map {
    width: 240px;
  }
  .news .img-header .hat-animate {
    width: 300px;
    top: 17%;
    right: -10rem;
  }
  .news .img-header .text-main-head h1 {
    font-size: 60px;
  }
  .news .img-header .text-main-head .btn-story {
    font-size: 20px;
  }
  .news .img-header .text-main-head .btn-story img {
    width: 30px;
  }
  .news .img-header .img-map {
    width: 180%;
  }
  .company-footer .text-in-img h5 {
    font-size: 36px;
  }
  .company-footer .text-in-img .fairtrade-btn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .news .img-header, .news .company-box {
    padding: 0 10%;
  }
  .news .img-header .img-map {
    width: 130%;
  }
  .news .img-header .text-main-head h1 {
    font-size: 80px;
  }
  .news .img-header .logo-map {
    width: 170px;
    top: 30%;
  }
  .news .img-header .hat-animate {
    width: 350px;
    top: 8%;
    right: -11rem;
  }
  .company-footer .text-in-img h5 {
    font-size: 50px;
  }
  .company-footer .text-in-img .fairtrade-btn a {
    font-size: 20px;
  }
  .change-footer-md {
    display: none;
  }
  .change-footer-lg {
    display: block;
  }
  .owl-logo-slide .item img {
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .news .img-header .hat-animate {
    top: 13%;
    right: -14%;
    width: 400px;
  }
  .news .img-header .logo-map {
    width: 250px;
    top: 30%;
    left: 15%;
  }
	.hat {
		width: 800px;
	}
  .news .img-header .text-main-head h1 {
    font-size: 90px;
  }
  .company-footer .text-in-img h5 {
    font-size: 80px;
  }
  .company-footer .text-in-img .fairtrade-btn a {
    font-size: 30px;
  }
  .owl-logo-slide .item img {
    height: 90px;
  }
  .news .company-box {
    padding: 0 15%;
  }
  .company-box .text-sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .news .img-header .hat-animate {
    top: 16%;
    right: -12%;
  }
}

@media screen and (min-width: 1800px) {
	.news .img-header .text-main-head {
		top: 5%;
	}
	.hat {
		width: 900px;
	}
  .news .img-header .img-map {
    width: 150%;
  }
  .news .img-header .hat-animate {
    top: 9%;
    right: -12%;
    width: 500px;
  }
  .news .img-header .text-main-head h1 {
    font-size: 120px;
  }
  .news .img-header .img-map {
    width: 100%;
    transform: translate(-50%, 0%);
  }
}