.page-node-type-project #main {
  padding-top: 7.5rem;
}

i {
  margin-right: 5px;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  font-weight: 700;
  color: var(--button-background);
  font-size: 1.25;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
  color: var(--button-background);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--button-background);
  font-weight: 400;
}

.node-project {
  padding-top: 0;
  padding-bottom: 0;
}

.node-project .block-title {
  text-align: left;
  color: var(--text);
}

.node-project .field {
  margin-bottom: 4rem;
}

.node-project .field-image {
  margin-bottom: 4rem;
}

.node-project .field-slideshow .field-slideshow--image{
  height: 250px; /* Slide sẽ chiếm toàn bộ chiều cao của container */
}

.node-project .field-slideshow .field-slideshow--image picture {
  height: 100%;
}

.node-project .field-slideshow .field-slideshow--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.node-project .field-slideshow .swiper-btn {
  margin-top: 2rem;
}

.node-project .field-slideshow .swiper-btn .swiper-btn-wrapper {
  justify-content: center;
}

.table-project-info {
  border: 1px solid var(--text);
}

.table-project-info thead th {
  border: 1px solid var(--text);
  padding: 1rem;
  color: var(--heading);
}

.table-project-info tbody td {
  border: 1px solid var(--text);
  padding: 1rem;
}

.table-project-info i {
  margin-right: 0.5rem;
}

.table-project-info tbody td:last-child {
  display: flex;
  border: none;
  gap: 1rem;
}

.table-project-info .company-logo {
  border: 1px solid #e1e1e1;
}

.table-project-info .company-name {
  font-family: "Noto Serif Display";
  color: var(--button-background);
  font-size: 1.25rem;
}

.table-project-info .read-more {
  color: var(--button-background);
  text-decoration: none;
}

.node-project .field-body {
  margin-bottom: 0;
}

#sidebar-right .block {
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

#sidebar-right .block .block-title {
  background-color: var(--dark-background);
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0;
  font-size: 1.25rem;
  text-align: left;
  padding: 1rem;
  border-radius: 7px 7px 0 0;
  font-family: "Raleway";
  font-weight: 600;
}

#sidebar-right .block .block-content {
  padding: 1rem;
  border-left: 1px solid var(--dark-background);
  border-right: 1px solid var(--dark-background);
  border-bottom: 1px solid var(--dark-background);
  border-radius: 0 0 7px 7px;
}

#sidebar-right #block-menu-right .block-content {
  padding: 0;
}

#block-menu-right .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#block-menu-right .block-content ul li {
  border-bottom: 1px dashed var(--dark-background);
}

#block-menu-right .block-content ul li a {
  padding: 1rem;
  color: var(--text);
  text-decoration: none;
  display: block;
  transition: all ease-in-out 0.3s;
}

#block-menu-right .block-content ul li a:hover {
  background-color: var(--heading);
  color: #fff;
}

#block-my-profile .field-download a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  background-color: var(--heading);
  color: #fff;
  padding: 1rem;
  border-radius: 50px;
  transition: all ease-in-out 0.3s;
}

#block-my-profile .field-download a:hover {
  background-color: var(--button-background);
}
