.contents_detail {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.contents_detail .title-module {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #212529;
}
.contents_detail .contents-description {
  line-height: 1.6;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  color: #495057;
  border-bottom: 1px solid #e9ecef;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.contents_detail .contents-description p {
  margin-bottom: 1rem;
  text-align: justify;
}
.contents_detail .contents-description img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  margin: 1rem 0;
}
.contents_detail .contents-description a {
  color: #0d6efd;
  text-decoration: none;
}
.contents_detail .contents-description a:hover {
  text-decoration: underline;
}
.contents_detail .contents-description ul, .contents_detail .contents-description ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.contents_detail .contents-description table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.contents_detail .contents-description table th, .contents_detail .contents-description table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}
.contents_detail .contents-description table th {
  background-color: #f8f9fa;
}
.contents_detail .default-tags {
  margin-bottom: 1.5rem;
}
.contents_detail .default-tags .tags_title {
  padding-left: 2.5rem;
  line-height: 2rem;
  color: #212529;
  text-transform: uppercase;
  background: url("../images/icon-tag.png") no-repeat left center;
  margin-right: 1rem;
  font-weight: 500;
}
.contents_detail .default-tags .item-tag {
  font-size: 0.875rem;
  line-height: 2rem;
  background-color: #f8f9fa;
  margin-right: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: normal;
  display: inline-block;
  transition: all 0.2s ease;
}
.contents_detail .default-tags .item-tag:hover {
  background-color: #e9ecef;
}
.contents_detail .default-tags .item-tag a {
  color: #0d6efd;
  text-decoration: none;
}

.banner-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.banner-content .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-content .owl-nav {
  margin: 0 !important;
}
.banner-content .owl-nav button {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: rgba(0, 0, 0, 0.3) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  font-size: 24px;
  color: #fff !important;
  transition: all 0.2s ease;
}
.banner-content .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.banner-content .owl-nav button span {
  line-height: 24px;
}
.banner-content .owl-nav .owl-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content .owl-nav .owl-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-content .owl-dots button {
  background: none;
  border: none;
  padding: 5px;
}
.banner-content .owl-dots button span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7) !important;
  display: block;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.2s ease;
}
.banner-content .owl-dots button.active span {
  background: #fff !important;
  width: 12px;
  height: 12px;
}

.default-share {
  padding-top: 0.5rem;
}

@media (max-width: 767px) {
  .contents_detail {
    padding: 1.25rem;
    margin: 1rem 0;
  }
  .contents_detail .title-module {
    font-size: 1.5rem !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .banner-content {
    margin-bottom: 1.5rem;
  }
  .banner-content .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  body #main {
    min-height: auto;
  }
  .summar::marker {
    display: none;
  }
  .contents-description p span {
    font-size: 1rem !important;
  }
  .dich-vu {
    padding: 0 !important;
  }
  .dich-vu li span {
    font-size: 0.875rem !important;
  }
}/*# sourceMappingURL=detail.css.map */