.sec-newspaper-single .swiper-button-next {
  right: -5px;
  height: 100%;
}

.sec-newspaper-single .swiper-button-prev {
  left: -5px;
  height: 100%;
}

.sec-newspaper-single .swiper-button-prev:after,
.sec-newspaper-single .swiper-button-next:after {
  height: 100%;
  background: #fff;
  color: #333;
  width: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-active-post-single .swiper-button-next {
  right: -8px;
}

.video-before-single-post iframe {
  width: 100%;
  height: 420px;
  max-height: 420px;
}

.sec-active-post-single .swiper-button-prev {
  left: -8px;
}

.sec-active-post-single .swiper-button-prev:after,
.sec-active-post-single .swiper-button-next:after {
  height: 100%;
  color: #333;
  width: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.read-more-buttons {
  position: relative;
}

.btn-read-more-content ._text:focus {
  outline: none !important;
}

.btn-read-more-content ._text {
  border: 1px solid #122258;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 6px;
  box-shadow: none !important;
}

.btn-read-more-content {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.read-more-content {
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.read-more-buttons.open .read-more-content {
  height: auto;
}

.read-more-pc .btn-read-more-content {
  display: none;
}

.read-more-buttons.read-more-pc .read-more-content {
  margin-bottom: 0;
}

/* Accordion */
.accord-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fafafa;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.is-child br,
.accord-content br {
  display: none;
}

.is-child {
  margin-top: 15px;
}

.is-parent {
  margin-top: 5px;
  margin-bottom: 10px;
}

.accord-content br {
  display: none;
}

.accordion-item.active {
  box-shadow: 2px 2px 10px #595959a3;
}

.accordion-item.active>.accord-content {
  /* max-height được set bằng JS */
  padding: 0 15px 15px 15px;
}

.accord-parent,
.accord-child {
  background: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #122257;
  border-top: 1px solid #122257;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 2px 2px 10px #595959a3;
}

body .accord-parent h3,
body .accord-child h3{
  font-size: 16px !important;
  font-weight: unset !important;
  margin-bottom: 0 !important;
}

.accordion-item.active .accord-parent {
  border-bottom: none;
}

.is-child.active .accord-child {
  border-bottom: none;
}

.accord-toggle {
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  background: #122257;
  color: #fff;
  transition: transform 0.3s ease;
  border-radius: 4px;
}

.accord-content p {
  background-color: unset !important;
  padding: 0 !important;
}

.accord-content li {
  margin-left: 2.25rem !important;
}

.row-author-update {
  display: flex;
  gap: 20px;
}

.single-author , .single-update {
  display: flex;
  gap: 5px;
  align-items: center;
}

.img-icon-single {
  width: 20px;
  height: 20px;
}

@media screen and (max-width:576px) {
  .sec-active-post-single .post-item:not(:first-child) a {
    display: flex;
    gap: 10px;
  }

  .read-more-content {
    height: auto;
  }

  .sec-active-post-single .post-item:not(:first-child) .flex p {
    display: none !important;
  }

  .sec-active-post-single .post-item:not(:first-child) .line-clamp-2 {
    -webkit-line-clamp: 3;
  }

  .sec-active-post-single .post-item:not(:first-child) .box--img {
    height: 72px !important;
    max-width: 128px !important;
  }

  .read-more-content {
    height: 90px;
    margin-bottom: 60px;
  }

  .single-author, .single-update {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .row-author-update {
    display: block;
  }

}