.single-detail-news {
  padding: 80px 0px;
}
.single-detail-news h1 {
  margin: 0px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-detail-news .box-social {
  display: flex;
  background: #f1f1f1;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.single-detail-news .box-social .share ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0px;
}
.single-detail-news .box-social .share li {
  list-style: none;
}

.single-detail-news .box-social .share li a {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b5998;
  color: #fff;
  border-radius: 8px;
}
.single-detail-news .box-social .share li:nth-child(2) a {
  background: #1da1f2;
}
.single-detail-news .box-social .share li:nth-child(3) a {
  background: #0077b5;
}
.single-detail-news .box-social .share li:nth-child(4) a {
  background: #bd081c;
}
.box-social .wrap-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-social .wrap-left .category a:hover {
  color: #df6300;
}
.box-social .wrap-left .date,
.box-social .wrap-left .category a {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}
.box-social .wrap-left .date {
  position: relative;
}
.box-social .wrap-left .date::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -9px;
  border-left: 1px solid #121212;
  height: 14px;
  width: 1px;
}

.single-detail-news .col-right {
  position: sticky;
  top: 120px;
}
.single-detail-news .navigation-post {
  padding: 40px 0px;
}
.single-detail-news .navigation-post .navigation {
  border: none;
  margin: 0px;
}
.navigation-post .nav-links i {
  font-weight: 600;
  font-size: 20px;
}
.navigation-post .nav-links a {
  display: flex;
  gap: 18px;
  align-items: center;
}
.navigation-post .nav-links a .nav-title {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}
.box-related-post {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.box-related-post .item-post .title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-related-post h3 {
  margin: 0px;
  margin-bottom: 20px;
}
.box-related-post .item-post .title {
  margin-top: 12px;
}
.box-related-post .item-post .image img {
  width: 100%;
  height: 115px;
  border-radius: 10px;
  object-fit: cover;
}

.box-contact {
  background: #fafafa;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.box-contact .list-contact {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.box-contact .list-contact .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box-contact .list-contact .item .title {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}
.box-contact .list-contact .item a {
  font-size: 14px;
  color: #121212;
}
.box-contact .list-contact .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-contact-share {
  margin-top: 30px;
}
.box-contact-share .list-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.box-contact-share .list-share .item {
  display: flex;
  align-items: center;
  background: #3b5998;
  color: #fff;
}
.box-contact-share .list-share .item span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-contact-share .list-share .item:nth-child(2) {
  background: #1da1f2;
}
.box-contact-share .list-share .item:nth-child(3) {
  background: #0077b5;
}
.box-contact-share .list-share .item:nth-child(4) {
  background: #bd081c;
}
.box-contact-share .list-share .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 0px 8px;
  height: 32px;
}

.custom-tag .elementor-shortcode {
  position: absolute;
  right: 0px;
  z-index: 10;
  top: 10px;
  max-width: 100%;
  background-color: var(--e-global-color-primary);
  padding: 4px 6px 4px 6px;
  color: #fff;
}

@media (max-width: 1024px) {
  .box-social .wrap-left .date::after {
    display: none;
  }
  .single-detail-news h1 {
    font-size: 26px;
  }
  .box-related-post {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .box-related-post .item-post .image img {
    height: 180px;
  }
}
