.news-container {
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 48px;
}
.news-container .breadcrumbs {
  background: none;
  margin-bottom: 30px;
}
.news-container .breadcrumbs .breadcrumb {
  padding: 0;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}

.news-content {
  margin-left: auto;
  margin-right: auto;
}
.news-content h1 {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #C60024;
  margin-bottom: 30px;
}
.news-content img {
  width: auto !important;
  max-width: 100% !important;
  margin: auto;
  height: auto !important;
  display: block;
}
.news-content .author-share {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-content .author-share .author {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.news-content .author-share .author span:nth-child(1) {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
.news-content .author-share .author i {
  color: rgba(0, 0, 0, 0.38);
  font-size: 5px;
}
.news-content .summary-news {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  text-align: justify;
}

.share {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.share a {
  cursor: pointer;
}

.hr-news {
  margin: 40px 0;
}

.bottom-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-news a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
}
.item-news img {
  width: 100%;
  border-radius: 4px;
}
.item-news .title-news {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.item-news .time-news {
  color: rgba(0, 0, 0, 0.38);
  display: flex;
  margin-bottom: 0;
}
.item-news .time-news svg {
  margin-right: 5px;
}
.item-news .summary-news {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item-news:hover .title-news {
  color: #C60024;
}

.news-related {
  background: #FFFFFF;
  padding: 16px;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.news-related h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  padding-left: 12px;
  line-height: normal;
}
.news-related h2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  height: 18px;
  background: #C60024;
  border-radius: 0px 100px 100px 0px;
}

.list-related {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.tags span {
  font-size: 16px;
  color: #000000;
}
.tags .item {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  padding: 7px 12px;
  color: rgba(0, 0, 0, 0.6);
}

.grid-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 24px;
}
.grid-container .a-banner {
  display: block;
  margin-bottom: 24px;
}
.grid-container .a-banner img {
  width: 100%;
  border-radius: 4px;
}

.toc-content {
  border: 1px solid #DDDDDD;
}
.toc-content .title-toc-list {
  background: #EEEEEE;
}
.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}
.toc-content .title-toc-list .button-select i.active {
  transform: scale(1, -1);
}
.toc-content .list-toc {
  background: #fff;
}
.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}
.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.toc-content .list-toc ol > li ol li {
  font-weight: normal;
  font-size: 15px;
}
.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
  display: none;
}
.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}
.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}
.toc-content ol li a {
  margin-bottom: 7px;
}

.btn-register {
  padding: 0 20px;
  height: 50px;
  background: #C60024;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.btn-register svg {
  margin-right: 8px;
}

#registerModal .modal-dialog {
  max-width: 550px;
}
#registerModal .modal-content {
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  border: none;
}
#registerModal .modal-body {
  padding: 28px 32px;
}
#registerModal .btn-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#registerModal .btn-close path {
  transition: 0.3s ease-in-out;
}
#registerModal .btn-close:hover {
  background: #C60024;
}
#registerModal .btn-close:hover path {
  stroke: #fff;
}
#registerModal .form-box {
  margin-bottom: 16px;
}
#registerModal .form-box:last-child {
  margin-bottom: 0;
}
#registerModal label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
#registerModal input {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  font-size: 14px;
  height: 48px;
}
#registerModal input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(198, 0, 36, 0.6);
  border-color: #C60024;
}
#registerModal .form-btn {
  width: 100%;
  border: none;
  outline: none;
  height: 48px;
  background: #C60024;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  grid-gap: 12px;
  text-transform: uppercase;
}
#registerModal .select2 .select2-selection {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 48px;
}
#registerModal .select2 .select2-selection[aria-expanded=true] {
  border-color: #C60024;
}
#registerModal .btn-submit:hover {
  color: #fff;
}

@media (max-width: 960px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .news-container {
    padding: 10px;
    margin-bottom: 0;
  }
  .news-content h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news-content .author-share {
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-bottom: 15px;
  }
  .news-content .summary-news {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .hr-news {
    margin: 20px 0;
  }
  .news-related {
    padding: 10px;
  }
  .bottom-news {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .btn-register {
    margin: auto;
  }
  #registerModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  #registerModal .modal-content {
    border-radius: 0;
    height: 100vh;
  }
  #registerModal .modal-body {
    padding: 10px;
    height: 100%;
  }
  #registerModal .btn-close {
    padding: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
  }
}/*# sourceMappingURL=detail.css.map */