/* start detail*/
.detailnews h5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  margin: 0px 0px 20px;
}
.detailnews .date {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
}
.detailnews p {
  margin-top: 10px;
  font-size: 24px;
  line-height: 55px;
  text-align: justify;
}
.detailnews .titleImage {
  height: 500px;
}
.detailnews p img {
  height: 500px;
}
.subReport .image {
  height: 250px;
}
img:not(nav img, footer img) {
  border-radius: 20px;
}
.subReport .titleCart {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin: 10px 0px;
}
.subReport .reportCard {
  padding: 0px 15px;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .subReport .reportCard {
    padding: 0px;
    background-color: transparent;
    border: none;
  }
}
iframe {
  border-radius: 20px;
}

#social-media-container {
  width: 380px;
  height: 90px;
}
@media (max-width: 500px) {
  #social-media-container {
    width: 100% !important;
  }
}
.telegram-icon-share {
  color: #55a9ea !important;
  font-size: 40px !important;
}

.facebook-icon-share {
  color: #39599f !important;
  font-size: 40px !important;
}

.twitter-icon-share {
  color: #00080e !important;
  font-size: 40px !important;
}
.text-decoration-none {
  text-decoration: none !important;
}

.dis-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dis-flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dis-flex-center-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.share-button {
  text-decoration: none;
  /*color: var(--site-primary);*/
  cursor: pointer;
  font-size: 33px;
}

/* end detail*/
