.include-banner {
  height: 7.188rem;
}
.include-banner .container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .include-banner .container {
    text-align: center;
  }
}
.include-banner .container .row {
  height: 100%;
}
.include-banner .container .row h1 {
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: 900;
  color: white;
}
@media (max-width: 767.98px) {
  .include-banner .container .row h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .include-banner .container .row .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
.include-banner .container .row .breadcrumb-item {
  color: white;
}
.include-banner .container .row .breadcrumb-item::before,
.include-banner .container .row .breadcrumb-item a {
  color: white;
}

.include-product {
  border: 1px solid #aeaeae;
  background-color: white;
  flex-direction: column;
  transition: all 0.3s;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.include-product:hover {
  background-color: #365778;
  transform: scale(1.05);
}
.include-product:hover h3 {
  color: white;
}
.include-product:hover .btn::before {
  height: 100%;
  width: 100%;
  inset: 0;
}
.include-product img {
  border-bottom: 1px solid #aeaeae;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .include-product img {
    width: 100%;
  }
}
.include-product h3 {
  transition: all 0.3s;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #666666;
  margin: 1.5rem;
}
.include-product .btn {
  margin: auto auto 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-pagination {
  align-items: center;
  margin: 2rem 0 0;
  list-style: none;
  display: flex;
  padding: 0;
}
.custom-pagination li {
  margin: 0 0.5rem;
}
@media (max-width: 767.98px) {
  .custom-pagination li {
    font-size: 0.8rem;
  }
}
.custom-pagination li.active span {
  font-weight: 900;
}
.custom-pagination li.disabled {
  opacity: 0.5;
}
.custom-pagination li a,
.custom-pagination li span {
  font-weight: 600;
  color: #4d7cab;
}
.custom-pagination li a:hover {
  color: #365778;
}

.portfolios {
  padding-bottom: 3.125rem;
  padding-top: 7.375rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .portfolios {
    padding: 4rem 0 0;
  }
}
@media (max-width: 767.98px) {
  .portfolios {
    padding: 2rem 0;
  }
}
.portfolios .container p {
  margin-bottom: 2rem;
  color: #666666;
}
.portfolios .container .dropdown {
  margin-bottom: 1rem;
  position: relative;
  color: #2d2d2d;
  font-weight: 900;
  height: 3rem;
  padding: 0;
}
.portfolios .container .dropdown:hover {
  color: #365778;
}
.portfolios .container .dropdown-menu {
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.51);
  position: absolute;
  top: calc(100% - 1rem);
  right: 0;
  bottom: auto;
  left: 0;
  z-index: -9999;
  background-color: white;
  height: auto;
  opacity: 0;
}
.portfolios .container .dropdown-menu.active {
  z-index: 999;
  opacity: 1;
}
.portfolios .container .dropdown-menu .row {
  width: 100%;
}
.portfolios .container .dropdown-menu .row:not(.portfolios .container .dropdown-menu .row:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.portfolios .container .dropdown-menu .row .col-md-3:not(.portfolios .container .dropdown-menu .row .col-md-3:last-child) {
  border-right: 1px solid #d4d4d4;
}
@media (max-width: 767.98px) {
  .portfolios .container .dropdown-menu .row .col-md-3:not(.portfolios .container .dropdown-menu .row .col-md-3:last-child) {
    border-bottom: 1px solid #d4d4d4;
  }
}
.portfolios .container .dropdown-menu .box {
  background-color: #f8f8f8;
  padding: 0.5rem 1rem;
}
.portfolios .container .dropdown-menu .box .form-check-input, .portfolios .container .dropdown-menu .box .form-check-label {
  transition: all 0.3s;
  cursor: pointer;
}
.portfolios .container .dropdown-menu .box .form-check-input:checked + .form-check-label {
  font-weight: 900;
}
.portfolios .container .dropdown-menu .box .form-check-label {
  color: #2d2d2d;
}
.portfolios .container .dropdown-menu .box .form-check-label:hover {
  font-weight: 900;
}

.products .include-product a {
  position: relative;
}
.products .include-product a .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4d7cab;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .include-product a .zoom:hover {
  background: #365778;
}
.products .include-product a .zoom:hover svg {
  fill: #4d7cab;
}
.products .include-product a .zoom svg {
  fill: white;
}
