.news-page-container {
  width: 100%;
  max-width: 420px;
  height: 2800px;
  background: url("./news/news_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.news-text-container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
  top: -30px;
}

.news-text-container h1 {
  font-size: 21px;
  letter-spacing: 1px;
}

.news-tab-container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.news-tab-container p {
  padding: 13px 7px 0 7px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.news-tab-container p:hover {
  font-weight: 700;
  color: #ffff99;
}

.news-row {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.news-row:hover {
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.7);
}

.news-main-image {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_1.jpg");
  background-position: center;
  background-size: contain;
}

.news-main-image-2 {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_2.jpg");
  background-position: center;
  background-size: contain;
}

.news-main-image-3 {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_3.jpg");
  background-position: center;
  background-size: contain;
}

.news-main-image-4 {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_4.jpg");
  background-position: center;
  background-size: contain;
}

.news-main-image-5 {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_5.jpg");
  background-position: center;
  background-size: contain;
}

.news-main-image-6 {
  width: 100%;
  max-width: 380px;
  height: 170px;
  margin: 0 auto;
  background: url("./news/mainnews_6.jpg");
  background-position: center;
  background-size: contain;
}


.news-row h1 {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.5px;
  margin-left: 2%;
}

.news-row h1:hover {
  color: #ffff99;
}

.news-info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: 2%;
}

.news-info p {
  font-size: 13px;
  padding-right: 5px;
}

.news-info p:hover {
  color: #ffff99;
}

#hashtag {
  margin-top: -10px;
}

.news-desc {
  padding-bottom: 10px;
  margin-top: -3px;
}

.news-desc p {
  text-align: left;
  padding: 0 1% 0 2%;
  font-size: 13px;
}

.news-desc p:hover {
  color: #ffff99;
}

.news-page {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.news-page p {
  margin: 10px 10px 0 10px;
}

.news-page p:hover {
  color: #ffff99;
  font-weight: 700;
}

/*single news page*/


.singlenews-page-container {
  width: 100%;
  max-width: 420px;
  height: auto;
  background: url("./news/singlenews_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
  padding-bottom: 200px;
}

.single-news {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 90%;
  height: auto;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.single-news {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 90%;
  height: auto;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.single-head {
  position: relative;
  z-index: 10;
  background: url("./news/newstitlebg.png");
  width: 90%;
  margin: 0 auto;
  margin-top: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.single-head h1 {
  font-size: 21px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 28px;
}

.single-head h1:hover {
  color: #ffff99;
}

.single-head .news-info-single {
  margin-top: -10px;
  font-size: 12px;
}


.news-info-single {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-info-single p {
  padding-top: 5px;
  margin: 0 5px;
}

.news-info-single-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: -7px;
}

.news-info-single-2 p {
  margin: 2px 5px 0 5px;
  padding: 5px 0;
}

.news-info-single-2 p:hover {
  color: #ffff99;
  font-weight: 700;
}

.news-desc-2 {
  width: 92%;
  margin: 0 auto;
  margin-top: 20px;
}

.news-desc-2 p {
  text-align: left;
  padding: 0 1% 0 2%;
  font-size: 14px;
}

.news-desc-2 p:hover {
  color: #ffff99;
}

.backtolist {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 20px;
  padding-bottom: 20px;
}

.backtolist:hover {
  color: #ffff99;
}
