	@import url("https://fonts.cdnfonts.com/css/euclid-circular-b");

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.menu-banner {
  background-image: url(/files_upload/menu/BG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 150px;
}
.mySwiper .swiper-slide {
  width: 100%;

  opacity: 1;
}
.menu-row {
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  align-items: initials;
}
.menu-design-title {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 125px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.08em;
}

.menu-design-wrapper {
  position: relative;
  z-index: 1;
}
.menu-social-icon-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.menu-social-icon-item::marker {
  display: none;
}
.menu-first-title {
  margin: 0px 0px 0px -240px;
}
.menu-first-title .menu-design-title {
  display: flex;
  align-items: center;
}
.menu-second-title {
  margin: 0px 0px 0px -220px;
}
.menu-title-divider {
  width: 130px;
  border-block-start: 8px solid #000;
}
.menu-thirt-description {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-left: 110px;
}
.menu-design-subtitle {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.87em;
  margin: 0;
}
.menu-design-description {
  max-width: 190px;
  margin: 0;
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  color: #666666;
}
.menu-design-header {
  margin-top: 100px;
}
.menu-design-trust {
  background-image: url("/files_upload/menu/Award.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 90px;
  margin-left: 110px;
  padding: 55px;
  position: absolute;
  bottom: -275px;
  color: #fff;
}
.trust-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.menu__portfolio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exsc-container {
  max-width: 1720px;
  margin: auto;
}
.portfolio__inner {
  display: flex;
  flex-direction: column;
  gap: 90px 0;
  padding-block-start: 220px;
}
.portfolio__title-left {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.portfolio__title-top {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.portfolio__section {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}
.portfolio__right {
  display: flex;
  justify-content: end;
}
.portfolio__text {
  max-width: 480px;
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  align-self: end;
}
.portfolio__title {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.portfolio__subtitle {
  color: #555555;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.portfolio__project {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio__since {
  display: flex;
  align-items: center;
  gap: 10px;
}
.portfolio__since h2 {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
}
.portfolio__since .portfolio__divider {
  width: 90px;
  border-block-start: 1px solid #000;
}
.portfolio__section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio__sub-since {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio__sub-since h2 {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
}
.portfolio__sub-since p {
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  padding: 10px 0;
}
.portfolio__sub-since a {
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.44em;
  fill: #ffffff;
  color: #ffffff;
  padding: 22px 40px 020px 40px;
  border: 1px solid #e3e3e3;
  background-color: #0f0f0f;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 0;
  width: fit-content;
}
.portfolio__sub-since a:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.portfolio__sub-since a:hover {
  color: #0f0f0f;
  fill: #0f0f0f;
  border-color: #0f0f0f;
}
.portfolio__sub-since a:hover:after {
  height: 400%;
  opacity: 1;
}
.portfolio__section-content {
  padding-bottom: 60px;
}
.menu__portfolio-thirst .portfolio__divider {
  width: 90px;
  border-block-start: 1px solid #000;
}
.portfolio__couter-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu__portfolio-thirst .portfolio__title {
  margin: 0;
}
.portfolio__section-couter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}
.portfolio__counter-number {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
}
.portfolio__counter-title {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.44em;
  margin: 5px 0px 0px 0px;
}
.portfolio__counters {
  display: grid;
  grid-template-columns: repeat(2, 40%);
  gap: 80px;
}
.portfolio__inner > .portfolio__button {
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.44em;
  fill: #ffffff;
  color: #ffffff;
  padding: 22px 40px 020px 40px;
  border: 1px solid #e3e3e3;
  background-color: #0f0f0f;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 0;
  width: fit-content;
  margin: auto;
}
.portfolio__button:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.portfolio__button:hover {
  color: #0f0f0f;
  fill: #0f0f0f;
  border-color: #0f0f0f;
}
.portfolio__button:hover:after {
  height: 400%;
  opacity: 1;
}
.menu__portfolio-item img {
  height: 100%;
  max-height: 650px;
}
.bao-phat-design-container {
  background: white;
  padding: 60px 40px;
  text-align: center;
}

.bao-phat-design-header {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.bao-phat-design-phases {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.bao-phat-design-connector {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  z-index: 1;
}

.design-phase {
  background: white;
  z-index: 2;
  position: relative;
  text-align: center;
  min-width: 120px;
}

.design-phase-id {
  width: 40px;
  height: 40px;
  background: #333;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 12px;
}

.design-phase-title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.design-phase-time {
  font-size: 11px;
  color: #999;
}

.bao-phat-design-overview {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  max-width: 500px;
  margin: 0 auto 40px;
}

.bao-phat-design-metrics {
  display: flex;
  justify-content: center;
  gap: 60px;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.design-metric {
  text-align: center;
}

.design-metric-value {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  margin-bottom: 4px;
}

.design-metric-label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-label .cls_content_hot_news {
  display: flex;
  align-items: center;
  padding: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 100px;
}
.services-label .cls_content_hot_news .bp_number_count {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0F0F0F;
    margin: 0;
}
.services-label .cls_content_hot_news .news_title {
    margin: 0;
}
.services-label .cls_content_hot_news .news_title a{
        color: #0F0F0F;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
}
.services-label .cls_content_hot_news .bp-news-button-action a {
    color: #0F0F0F;
}
.services-label .main-title {
    color: #0F0F0F;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 30px;
}
.featured-label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured-label h2 {
        color: #0F0F0F;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}
.featured-label .featured__divider{
        width: 90px;
    border-block-start: 1px solid #000;
}
.services-label .bp_block_item {
    padding: 10px 0;
}
.services-grid > .col{
    border-top: 1px solid #E7E7E7;
}
.services-grid .bp_block_item:hover {
}
.services-grid > .col:nth-child(5),
.services-grid > .col:nth-child(6) {
    border-bottom: 1px solid #E7E7E7;
}
@media screen and (min-width: 768px) {
  .services-label .cls_content_hot_news .bp_number_count,
  .services-label .cls_content_hot_news .bp-news-button-action {
    width: 10%;
  }
  .services-label .cls_content_hot_news .news_title {
    width: 80%;
  }
  .menu-design-trust {
    width: 480px;
  }
  .menu__portfolio-first .menu__portfolio-item:nth-child(1) {
    width: 65%;
  }
  .menu__portfolio-first .menu__portfolio-item:nth-child(2) {
    width: 30%;
  }
  .menu__portfolio-second .menu__portfolio-item,
  .menu__portfolio-second .portfolio__section-content {
    width: 30%;
  }
  .menu__portfolio-thirst .portfolio__section-couter {
    width: 36%;
  }
  .menu__portfolio-thirst .menu__portfolio-item {
    width: 60%;
  }
  .menu__portfolio-four .menu__portfolio-item:nth-child(1) {
    width: 65%;
  }
  .menu__portfolio-four .menu__portfolio-item:nth-child(2) {
    width: 30%;
  }
  .menu-swiper {
    width: 40.5%;
  }
  .menu-design-wrapper {
    width: 32%;
  }
  .menu-social-media-section {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .bao-phat-design-container {
    padding: 40px 20px;
  }

  .bao-phat-design-phases {
    flex-direction: column;
    gap: 30px;
  }

  .bao-phat-design-connector {
    display: none;
  }

  .bao-phat-design-metrics {
    flex-direction: column;
    gap: 20px;
  }
}

