.new-detail__header {}

/* ============== NEW-DETAIL HEADER CSS START ============== */
.content__new-detail .new-detail__header {
  background: #FAFAFA;
}

.new-detail__header .header__navbar{

}

.new-detail__header .navbar__el {
  display: inline-block;
  position: relative;
}

.new-detail__header .navbar__el--sub:after {
  content: "";
  height: 2.8rem;
  border-right: solid 0.1rem #C0C0C0;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
}

.new-detail__header .navbar__el a {
  display: inline-block;
  text-decoration: none;
  color: #767676;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 2.4rem 3.2rem;
}

.new-detail__header .navbar__el--active a {
  /* \1 */
  font-weight: 700;
  color: var(--primary-color);
}

.new-detail__header .navbar__el--main a {
  color: var(--text-color);
  padding: 2.8rem 0.9rem;
}

.new-detail__header .header__content {
  padding: 4rem 0;
}

.new-detail__header .header__notification {
  color: var(--text-color);
  margin-top: 1.6rem;
  /* \1 */
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.new-detail__header .notification__category,
.new-detail__body .notification__category {
  text-transform: uppercase;
}

.new-detail__header .notification__date::before {
  content: "● ";
  margin: 0 1.1rem;
}


.new-detail__header .header__tittle {
  margin-top: 0.7rem;
  /* \1 */
  font-size: 4.9rem;
  line-height: 6.86rem;
  font-weight: 700;
}
/* ============== NEW-DETAIL HEADER CSS END ============== */

/* ============== NEW-DETAIL BODY CSS START ============== */
.content__new-detail .new-detail__body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.new-detail__body .new-detail__share {
  width: 5.4rem;
  position: absolute;
  top: 4.9rem;
  left: -7.7rem;
}

.new-detail__body .share__text {
  font-size: 1.3rem;
  line-height: 1.82rem;
  font-weight: 400;
}

.new-detail__body .share__url img {
  width: 4.8rem;
}

.new-detail__body .share__icon-share {
  margin-top: 1.2rem;
}

.new-detail__body .share__icon-fb {
  margin-top: 1.6rem;
}


.new-detail__body .new-detail__content {
  width: 62.6%;
  padding: 4.2rem 6.2rem;
  border-left: solid 0.15rem #EBEBEB;
  border-right: solid 0.15rem #EBEBEB;
  border-bottom: solid 0.15rem #EBEBEB;

  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400;
}

.new-detail__content img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}


.new-detail__body .new-detail__notification {
  width: 37.4%;
  padding: 4.2rem 3.6rem;
  border-bottom: solid 0.15rem #EBEBEB;
}

.new-detail__body .notification__header {

}

.new-detail__body .notification__tittle {
  /* \1 */
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.new-detail__body .notification__body {
  margin-top: 2rem;
}

.new-detail__body .notification__item {
  border-radius: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-detail__body .notification__item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.new-detail__body .notification__item:not(:first-child) {
  margin-top: 1.6rem;
}

.new-detail__body .item__url {
  text-decoration: none;
  color: var(--text-color);
}

.new-detail__body .item__img {
  width: 100%;
  height: 27.5rem;
}

.new-detail__body .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

.new-detail__body .item__tittle {
  padding: 2rem;
  /* \1 */
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.24rem;
}

/* ============== new-detail CSS START ============== */
.content__new-detail .new-detail__relate {
  width: 100%;
  padding: 5rem 0;
}

.new-detail__relate .new-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-detail__relate .header__tittle {
  /* \1 */
  font-size: 3.1rem;
  line-height: 4.34rem;
  font-weight: 700;
}

.new-detail__relate .header__btn-see-all {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.new-detail__relate .header__btn-see-all::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.new-detail__relate .header__btn-see-all:hover::after {
  width: 100%;
}

.new-detail__relate .new-detail__body {
  margin-top: 2.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-detail__relate .new-detail__new {
  width: 32%;
  text-decoration: none;
  border-radius: 1.6rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-detail__relate .new-detail__new:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.new-detail__relate .new__img {
  width: 100%;
  height: 27.5rem;
}

.new-detail__relate .new__img img {
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-detail__relate .new__content {
  padding: 2rem;
}

.new-detail__relate .new__tittle {
  color: var(--text-color);
  /* \1 */
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  max-height: 5.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-detail__relate .new__notification {
  color: var(--text-color);
  margin-top: 1.7rem;
  /* \1 */
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;

}

.new-detail__relate .notification__date {
  font-family: FFZ_Poppins-Regular;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
}

.new-detail__relate .notification__date::before {
  content: "● ";
  margin: 0 1.1rem;
}
/* ============== new-detail CSS END ============== */


/* ============== NEW-DETAIL BODY CSS END ============== */

@media (max-width: 767px) {
  .new-detail__header .grid {
    width: 100%;
  }

  .new-detail__header .header__content {
    padding: 20px;
    background-color: #F6F6F6;
  }
  
  .new-detail__header .header__notification {
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .new-detail__header .header__tittle {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
  }
  
  .content__new-detail .new-detail__body {
    padding: 20px;
    width: 100%;
    display: block;
    position: static;
  }
  
  .new-detail__body .new-detail__share.device-mobile {
    width: 100%;
    position: static;
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-top: solid 0.15rem #EBEBEB;
    border-bottom: solid 0.15rem #EBEBEB;
  }
  
  .new-detail__body .share__text {
    font-size: 16px;
    line-height: 23px;
    flex: 1;
  }
  
  .new-detail__body .share__url img {
    width: 32px;
  }
  
  .new-detail__body .share__icon-share {
    margin-top: 0;
  }
  
  .new-detail__body .share__icon-fb {
    margin-top: 0;
  }
  
  .new-detail__body .new-detail__content {
    width: 100%;
    padding: 0 0 20px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
  }

  .new-detail__body .new-detail__notification {
    width: 37.4%;
    padding: 4.2rem 3.6rem;
    border-bottom: solid 0.15rem #EBEBEB;
  }
  
  .new-detail__body .notification__header {
  
  }
  
  .new-detail__body .notification__tittle {
    /* \1 */
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
  }
  
  .new-detail__body .notification__body {
    margin-top: 2rem;
  }
  
  .new-detail__body .notification__item {
    border-radius: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .new-detail__body .notification__item:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .new-detail__body .notification__item:not(:first-child) {
    margin-top: 1.6rem;
  }
  
  .new-detail__body .item__url {
    text-decoration: none;
    color: var(--text-color);
  }
  
  .new-detail__body .item__img {
    width: 100%;
    height: 27.5rem;
  }
  
  .new-detail__body .item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem;
  }
  
  .new-detail__body .item__tittle {
    padding: 2rem;
    /* \1 */
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.24rem;
  }

  /* continue */

  .content__new-detail .new-detail__relate {
    padding: 0;
    margin-top: 20px;
  }
  
  .new-detail__relate .new-detail__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
  }
  
  .new-detail__relate .header__tittle {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }
  
  .new-detail__relate .header__btn-see-all {
    font-size: 14px;
    line-height: 20px;
  }
  
  .new-detail__relate .new-detail__body {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .new-detail__relate .new-detail__new {
    width: 100%;
    border-radius: 16px;
  }
  
  .new-detail__relate .new__img {
    width: 100%;
    height: auto;
    aspect-ratio: 38/24;
  }
  
  .new-detail__relate .new__img img {
    border-radius: 16px;
  }
  
  .new-detail__relate .new__content {
    padding: 20px;
  }
  
  .new-detail__relate .new__tittle {
    font-size: 16px;
    line-height: 23px;
    max-height: 352px;
  }
  
  .new-detail__relate .new__notification {
    margin-top: 16px;
    font-size: 16px;
    line-height: 23px;
  
  }
  
  .new-detail__relate .notification__date {
    font-size: 16px;
    line-height: 23px;
  }
}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}
