#main {
  margin: 4rem 0;
}

.container {
  max-width: 1440px;
}

#block-breadcrumb {
  margin-bottom: 3rem;
  border-bottom: 1px solid #d9e1e2;
  padding-bottom: 0.5rem;
}

.c-navigation-breadcrumbs__directory {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Start Breadcurmb */
#block-breadcrumb a:link {
  text-decoration: none;
}

#block-breadcrumb ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#block-breadcrumb a:focus {
  outline: none;
}

#block-breadcrumb a:link {
  touch-action: manipulation;
}

#block-breadcrumb a:active,
#block-breadcrumb a:hover {
  outline: none;
}

#block-breadcrumb a:visited:not([rel="external"]) {
  color: #3c3c3c;
}

.o-inline-svg-icon--baseline {
  position: relative;
  top: 0.125em;
  width: 1em;
  height: 1em;
}

.c-navigation-breadcrumbs__directory {
  display: flex;
}

.c-navigation-breadcrumbs__link:link {
  color: #1464f4;
}

.c-navigation-breadcrumbs__link:link:hover {
  color: #1464f4;
}

.c-navigation-breadcrumbs__item:nth-last-child(n + 2):after {
  display: inline-block;
  content: "​";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E")
    center/16px 16px no-repeat;
  width: 16px;
  margin: 0 8px;
}

.c-navigation-breadcrumbs__link {
  display: block;
  float: left;
}

.u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* End Breadcrumb */

h1.field-title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  font-weight: 300;
}

.node-detail .field-body {
  margin-bottom: 1.5rem;
}

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

.node-detail .node-bottom .field-share-it {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.node-detail .field-share-it .label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
}

#main #sidebar-right {
  position: unset;
  visibility: unset;
  opacity: unset;
  transform: unset;
  transition: unset;
  padding: 0;
  min-width: unset;
  background: none;
  box-shadow: unset;
  border-radius: unset;
}

#block-news-highlight {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 3rem;
}

#block-news-highlight .block-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f0f3f3;
  padding-bottom: 1.25rem;
}

#block-news-highlight .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#block-news-highlight .views-row {
  flex: 1 1 46%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

#block-news-highlight .views-row .content {
  padding: 0.5rem;
}

#block-news-highlight .field-title a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #3c3c3c;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#block-news-highlight .field-title a:hover {
  color: #1464f4;
}

#block-news-highlight .field-image a {
  position: relative;
  display: block;
  aspect-ratio: auto 16 / 9;
  border-radius: 8px;
  overflow: hidden;
}

#block-news-highlight .field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#block-blockbannerdanhmuctintuc .field__item {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #main {
    margin: 1.875rem 0;
  }

  #block-breadcrumb {
    margin-bottom: 1.875rem;
  }

  h1.field-title {
    font-size: 20px;
  }

  .node-detail .node-bottom {
    flex-wrap: wrap;
  }

  .node-detail .node-bottom .field-social,
  .node-detail .node-bottom .field-created-date {
    flex-basis: auto;
  }

  .node-detail .node-bottom .field-share-it {
    margin: 1rem 0;
  }

  #sidebar-right {
    margin-top: 1.875rem;
  }

  #block-news-highlight {
    margin-bottom: 1.875rem;
  }
}
