/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/* */
.section.hb_banner_home {
  margin-top: 60px;
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home {
    margin-top: 55px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  opacity: 0;
  position: relative;
  transform: translateX(100px);
}
@media only screen and (min-width: 75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    width: 100%;
    max-width: 670px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  line-height: 54px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 2.375rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    font-size: 1.6875rem;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 0.3125rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 1;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background-color: #C15F3C;
  border: 1px solid #ffffff;
  font-weight: 300;
  padding: 10px 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .inner {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none;
  }
}
.section.hb_banner_home .swiper-button::before {
  opacity: 1;
  line-height: 20px;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 10% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 10% !important;
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  bottom: 30px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background: #E7E7E7;
  opacity: 1;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !important;
}

/* */
.hb_news_design {
  background: #F6F6F6;
}
.hb_news_design {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design {
    padding-bottom: 3.75rem;
  }
}
.hb_news_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 30px;
    grid-gap: 0 30px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0901960784);
    background: #ffffff;
    border-radius: 15px;
    position: relative;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design .flex-info {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell {
    grid-column: span 3;
    grid-row: span 1;
  }
}
.hb_news_design .flex-info .cell .swiper-slide .item .cover {
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell .swiper-slide .item .cover {
    border-radius: 10px;
  }
}
.hb_news_design .flex-info .cell .swiper-slide .item .content ._title {
  margin-bottom: 5px;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content ._title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_design .flex-info .cell .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .meta {
  color: #808080;
  font-weight: 300;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .meta {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .meta .post-date {
  position: relative;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .meta .post-date::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  border-radius: 100%;
  background: #808080;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .meta .post-date::before {
  width: 0.3125rem;
  height: 0.3125rem;
}
.hb_news_design .flex-info .cell .swiper-slide .item .content .excerpt, .hb_news_design .flex-info .cell .swiper-slide .item .content ._button_item {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell-left {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .hb_news_design .flex-info .cell-left .heading-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-left {
    width: 100%;
  }
}
.hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button {
  border-radius: 5px;
  background: #EDEFFE;
  border: unset;
}
.hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button {
  width: 2.1875rem;
  height: 2.1875rem;
}
.hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button::before {
  border-radius: 5px;
  font-size: 16px;
}
.hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button:hover::before {
  background: #879374;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell-right {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button {
    top: -20%;
    transform: translateY(20%);
  }
  .hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: auto;
    right: 40px;
  }
  .hb_news_design .flex-info .cell-right .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-right {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell-right .swiper-slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design .flex-info .cell-right .swiper-slide {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-right .swiper-slide {
    width: calc(50% - 5px);
  }
}
.hb_news_design .flex-info .cell-right .swiper-slide .item .content {
  padding-top: 10px;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell-right .swiper-slide .item .content ._title a {
    min-height: 48px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-right .swiper-slide .item .content ._title a {
    font-size: 14px;
    line-height: 20px;
  }
}
.hb_news_design .flex-info .cell-design {
  background: #879374;
  padding: 30px 15px 20px;
  border-radius: 15px;
}
@media only screen and (min-width: 48rem) {
  .hb_news_design .flex-info .cell-design {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_design .flex-info .cell-design {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-design {
    border-radius: 10px;
    padding: 20px 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_design .flex-info .cell-design ._lists_design {
    display: block;
    overflow: auto;
    height: 100%;
    max-height: 230px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_news_design .flex-info .cell-design ._lists_design {
    display: unset;
    overflow: unset;
    height: unset;
    max-height: unset;
  }
}
.hb_news_design .flex-info .cell-design .swiper-slide {
  height: unset;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .cover {
  flex: 0 0 64px;
  max-width: 64px;
  margin-right: 10px;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .cover .res {
  height: 100%;
  aspect-ratio: 1/1;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .content ._title a {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .content .meta {
  color: #ffffff;
  line-height: 13px;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .content .meta .post-date::before {
  background: #ffffff;
}
.hb_news_design .flex-info .cell-design .swiper-slide .item .content .excerpt, .hb_news_design .flex-info .cell-design .swiper-slide .item .content ._button_item {
  display: none;
}
.hb_news_design .flex-info .cell-design .swiper-slide:last-child .item {
  margin-bottom: 0;
}
.hb_news_design .flex-info .cell-design ._button {
  margin-top: 15px;
  text-align: center;
  transition: 0.4s;
}
.hb_news_design .flex-info .cell-design ._button a.button-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}
.hb_news_design .flex-info .cell-design ._button:hover a {
  color: #C15F3C;
}

/* */
.hb_icon_home {
  background: #F6F6F6;
}
.hb_icon_home .flex-info .cell {
  width: 100%;
}
.hb_icon_home .flex-info .cell-left {
  position: relative;
  display: flex;
  align-items: center;
}
.hb_icon_home .flex-info .cell-left {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.hb_icon_home .flex-info .cell-left::before, .hb_icon_home .flex-info .cell-left::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #9A9A9A;
}
.hb_icon_home .flex-info .cell-left ._image {
  margin-bottom: 0;
  flex: 0 0 52px;
  max-width: 52px;
  width: 52px;
}
.hb_icon_home .flex-info .cell-left ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* */
.hb_images_home {
  background: #F6F6F6;
}
.hb_images_home .flex-info .cell {
  width: 100%;
}
.hb_images_home .flex-info .cell-left ._image {
  width: 100%;
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_images_home .flex-info .cell-left ._image {
    border-radius: 10px;
  }
}
.hb_images_home .flex-info .cell-left ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* */
.hb_projects_design {
  background: #F6F6F6;
}
.hb_projects_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_projects_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_projects_design {
    padding-top: 3.75rem;
  }
}
.hb_projects_design {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_projects_design {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_projects_design {
    padding-bottom: 5rem;
  }
}
.hb_projects_design .flex-info .cell {
  width: 100%;
}
.hb_projects_design .flex-info ._button a.button-link {
  padding: 15px 30px;
  background: #C15F3C;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info ._button a.button-link {
    padding: 10px 20px;
  }
}
.hb_projects_design .flex-info ._button a.button-link:hover {
  background: #879374;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info ._button.desktop {
    display: none;
  }
}
.hb_projects_design .flex-info ._button.mobile {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info ._button.mobile {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
}
.hb_projects_design .flex-info .cell-left {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.hb_projects_design .flex-info .cell-left .heading-title {
  margin-bottom: 0;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-controls {
  height: 0;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-pagination {
  margin: 0;
  bottom: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-pagination {
    bottom: -10px;
  }
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent !important;
  box-shadow: 0 0 0 1px #696969 !important;
  transform: unset !important;
  opacity: 1;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #696969 !important;
  box-shadow: 0 0 0 1px #696969 !important;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-button {
  border: unset;
  background: transparent;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-button {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-button {
    display: none;
  }
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-button.swiper-button-prev {
  left: -40px;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-button.swiper-button-next {
  right: -40px;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item {
  position: relative;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover {
  border-radius: 10px;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover .res {
  aspect-ratio: 3/2;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover .res::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36%, rgba(0, 0, 0, 0.56) 100%);
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover .res .link-cover {
  z-index: 2;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo {
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo img {
  width: auto;
  object-fit: contain;
}
@media only screen and (min-width: 48rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo img {
    height: 20px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo img {
    height: 29px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .cover ._logo img {
    height: 29px;
  }
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title {
  margin-bottom: 0;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a:hover {
  color: #C15F3C;
}
.hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content .meta, .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content .excerpt, .hb_projects_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._button_item {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid {
    width: calc(50% - 10px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid ._first {
    grid-column: span 2;
    grid-row: span 2;
  }
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid ._first .item .cover {
    height: 100%;
  }
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid ._first .item .cover .res {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid ._last {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_projects_design .flex-info .cell-right .news-slider .dis-grid ._last {
    margin-top: 30px;
  }
}
/* */
.hb_news_home {
  padding-bottom: 4.375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-bottom: 5rem;
  }
}
.hb_news_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_news_home {
    padding-top: 3.125rem;
  }
}
.hb_news_home .flex-info .cell {
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell {
    position: relative;
    z-index: 3;
  }
}
.hb_news_home .flex-info .cell-left ._title {
  color: #000000;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_news_home .flex-info .cell-left ._title {
    text-align: center;
  }
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide {
    flex: 0 0 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
  }
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item {
  background: #ffffff;
  box-shadow: 0 0 10px 0px #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .cover {
  position: relative;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .cover .meta {
  position: absolute;
  top: 0;
  left: 20px;
  width: 70px;
  height: auto;
  z-index: 2;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 6px 0 10px;
  font-weight: 700;
  color: #000000;
  border: unset;
  background: #ffffff;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .cover .meta span {
  display: block;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .cover .meta .post-day {
  font-size: 24px;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .cover .meta .post-month {
  font-size: 12px;
  line-height: 12px;
  margin-top: 3px;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content {
  padding: 15px;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._title {
  margin-bottom: 0;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._title a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._title a:hover {
  color: #C15F3C;
}
.hb_news_home .flex-info .cell-right .lists-container .lists-wrapper .swiper-slide .item .content ._button_item {
  display: none;
}

/* */
.hb_perspective_design {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .hb_perspective_design {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_perspective_design {
    padding-bottom: 5rem;
  }
}
.hb_perspective_design {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_perspective_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_perspective_design {
    padding-top: 3.75rem;
  }
}
.hb_perspective_design .flex-info .cell {
  width: 100%;
}
.hb_perspective_design .flex-info .cell-left .heading-title {
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 39.99875rem) {
  .hb_perspective_design .flex-info .cell-left .heading-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide {
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide {
    width: calc(50% - 10px);
  }
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .cover {
  border-radius: 10px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content {
  padding: 10px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title {
  margin-bottom: 5px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
    min-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._title a {
    font-size: 14px;
    line-height: 18px;
  }
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content .meta, .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content ._button_item {
  display: none;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content .excerpt {
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-slide .item .content .excerpt {
    font-size: 12px;
  }
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-controls {
  height: 0;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-button {
  border: 0.7px solid #6A6A6A;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-button {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-button {
    display: none;
  }
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-button::before {
  font-size: 18px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-button.swiper-button-prev {
  left: -18px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-button.swiper-button-next {
  right: -18px;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-pagination {
  margin-top: 0;
  bottom: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_perspective_design .flex-info .cell-right .news-slider .swiper-pagination {
    bottom: -10px;
  }
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff !important;
  transform: unset !important;
  opacity: 1;
}
.hb_perspective_design .flex-info .cell-right .news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent !important;
  box-shadow: 0 0 0 1px #ffffff !important;
}

/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */