/* ----------------------- news single ---------------------------------- */
.news-single-body {
  background-color: #f3f1ea;
  padding-bottom: 30px;
}

.mt100 {
  margin-top: 100px !important;
}

.news-single-wrap {
  margin: 0 auto;
  padding-top: 150px;
  width: 56%;
  /* 
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   */
  position: relative;
}

.single-news-cate {
  padding: 3px 10px 5px;
  width: 90px;
  text-align: center;
  margin-top: 20px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}

.news-cate {
  margin-left: 20px;
  padding: 5px 10px;
  width: 95px;
  text-align: center;
}
/* .news-single-wrap p {
  color: #666666;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 24px;
} */

.news-single-wrap-left {
  /* width: 35%; */
  width: 100%;
  min-height: 172px;
  word-wrap: break-word;
}

.news-single-wrap-left h1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 1px #222222;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}
.news-single-wrap-left h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0px;
  margin-top: 25px;
}

/* .news-single-tag-release {
  font-size: 13px;
  margin-top: 25px;
  padding: 2px 5px;
  border-radius: 3px;
  display: inline-block;
  background: #357acd;
  color: #ffffff;
} */
.news-single-wrap-right {
  /* width: 50%; */
  width: 100%;
  margin-bottom: 50px;
}

.news-single-wrap-right h1 {
  font-size: 32px;
  margin-bottom: 25px;
}

.news-single-wrap-right h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.news-single-wrap-right h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.news-single-wrap-right h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.news-single-wrap-right p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

.border-white {
  height: 5px;
  background: #ffffff;
}

.other-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 60px auto;
}

.previous-news,
.next-news {
  width: 45%;
}

.previous-news h4,
.next-news h4 {
  font-size: 28px;
  color: transparent;
  -webkit-text-stroke: 1px #222222;
  border-bottom: 2px solid #333333;
  margin-bottom: 30px;
  font-family: sans-serif;
  font-weight: 600;
  font-style: bold;
}

.news-btn-all {
  font-size: 40px;
  width: 180px;
  text-align: center;
  margin: 120px auto 30px;
  border-bottom: 1px solid #333333;
  color: transparent;
  -webkit-text-stroke: 1px #222222;
}

.prev-next-flex {
  display: flex;
  gap: 0 30px;
}

.prev-next-flex img {
  width: 45%;
  height: 200px;
  object-fit: cover;
}

.prev-next-right {
  width: 100%;
}

.prev-next-text {
  display: flex;
  align-items: center;
}

.prev-next-title {
  margin-top: 20px;
  word-break: break-all;
  line-height: 1.7;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 960px) {
  .news-single-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
  }

  .news-single-wrap-left {
    width: 100%;
    min-height: 160px;
    word-wrap: break-word;
    margin-top: 60px;
  }

  .news-single-wrap-right {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .news-single-wrap-right p {
    margin-top: 30px;
  }

  .news-single-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
  }

  .other-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 60px auto;
    flex-direction: column;
    gap: 60px 0;
  }

  .previous-news,
  .next-news {
    width: 100%;
  }

  .prev-next-flex {
    display: flex;
    flex-direction: column;
    gap: 0 30px;
  }

  .prev-next-flex img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .prev-next-right {
    width: 100%;
    margin-top: 20px;
  }

  .news-btn-all {
    font-size: 24px;
    width: 115px;
    text-align: center;
    margin: 120px auto 30px;
    border-bottom: 1px solid #333333;
    color: transparent;
    -webkit-text-stroke: 1px #222222;
  }
}

@media screen and (max-width: 500px) {
}
