/* header start */
.j-header {
  /*background-color: var(--main-color);
  */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.j-header-black-bg {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--main-color);
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.index .j-header-black-bg {
  opacity: 0;
  top: -100%;
  filter: blur(25px);
  -webkit-filter: blur(25px);
}
.j-header .container {
  position: relative;
  z-index: 5;
}
.j-header-logo-img {
  max-width: 80px;
  height: auto;
}
.menu-a-level-1 {
  font-family: lato-b;
  color: var(--background-color);
  text-shadow: 0 5px 10px #0004;
  font-size: clamp(1.2rem, 0.894rem + 0.4776vw, 1.3rem);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-transform: capitalize;
}
.menu-a-level-1:hover {
  color: var(--second-main-color);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.menu-language-a {
  font-size: clamp(1.2rem, 0.894rem + 0.4776vw, 1.3rem);
  font-family: lato-b;
  color: var(--background-color);
  text-shadow: 0 5px 10px #0004;
  text-transform: uppercase;
  transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
}
.menu-language-a:hover {
  color: var(--second-main-color);
  transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
}
.menu-language-character {
  font-size: clamp(1.2rem, 0.894rem + 0.4776vw, 1.3rem);
  color: var(--background-color);
}
.menu-language-a.active {
  color: var(--second-main-color);
}
/* Header khi có class 'active' */
.j-header.active {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)); */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.j-header.active .j-header-black-bg {
  top: 0%;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
/* Logo mặc định */
.j-header-logo-img {
  width: 80px;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/* Logo khi header có class 'active' */
.j-header.active .j-header-logo-img {
  width: 60px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.index .menu-li-level-1 {
  list-style: none;
  opacity: 0;
  filter: blur(5px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.menu-li-level-1.active .menu-a-level-1 {
  color: var(--second-main-color);
}
/* header end */

/* slider start */

/* carousel */
.carousel {
  height: 100vh;
  /* margin-top: -50px; */
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.carousel .list .item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}
.carousel .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .list .item .content {
  position: absolute;
  top: 50%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 5px 10px #0004;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.carousel .list .item .author {
  font-weight: bold;
  letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic {
  font-size: clamp(2rem, 1.3846rem + 3.0769vw, 4rem);
  font-weight: bold;
  line-height: 1.3em;
}
.carousel .list .item .topic {
  color: #f1683a;
}
.carousel .list .item .buttons {
  display: grid;
  grid-template-columns: repeat(2, 130px);
  grid-template-rows: 40px;
  gap: 5px;
  margin-top: 20px;
}
.carousel .list .item .buttons button {
  border: none;
  background-color: #eee;
  letter-spacing: 3px;
  font-family: Poppins;
  font-weight: 500;
}
.carousel .list .item .buttons button:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #eee;
}
/* thumbail */
.thumbnail {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: max-content;
  z-index: 100;
  display: flex;
  gap: 20px;
}
.thumbnail .item {
  width: 150px;
  height: 220px;
  flex-shrink: 0;
  position: relative;
}
.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.thumbnail .item .content {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.thumbnail .item .content .title {
  font-weight: 500;
}
.thumbnail .item .content .description {
  font-weight: 300;
}
/* arrows */
.arrows {
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee4;
  border: none;
  color: #fff;
  font-family: monospace;
  font-weight: bold;
  transition: 0.5s;
}
.arrows button:hover {
  background-color: #fff;
  color: #000;
}

/* animation */
.carousel .list .item:nth-child(1) {
  z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 1s linear 1 forwards;
}
@keyframes showContent {
  to {
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.carousel .list .item:nth-child(1) .content .title {
  animation-delay: 1.2s !important;
}
.carousel .list .item:nth-child(1) .content .topic {
  animation-delay: 1.4s !important;
}
.carousel .list .item:nth-child(1) .content .des {
  animation-delay: 1.6s !important;
}
.carousel .list .item:nth-child(1) .content .buttons {
  animation-delay: 1.8s !important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage 0.5s linear 1 forwards;
}
@keyframes showImage {
  to {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.carousel.next .thumbnail .item:nth-last-child(1) {
  overflow: hidden;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.prev .list .item img {
  z-index: 100;
}
@keyframes showThumbnail {
  from {
    /* width: 0; */
    opacity: 0;
  }
}
.carousel.next .thumbnail {
  animation: effectNext 0.5s linear 1 forwards;
}

@keyframes effectNext {
  from {
    transform: translateX(150px);
  }
}

/* running time */

.carousel .time {
  position: absolute;
  z-index: 2000;
  width: 0%;
  height: 3px;
  background-color: var(--second-main-color);
  left: 0;
  top: 0;
}

.carousel.next .time,
.carousel.prev .time {
  animation: runningTime 1.5s linear 1 forwards;
  -webkit-animation: runningTime 1.5s linear 1 forwards;
}
@keyframes runningTime {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

/* prev click */

.carousel.prev .list .item:nth-child(2) {
  z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
  animation: outFrame 0.5s linear 1 forwards;
  position: absolute;
  bottom: 0;
  left: 0;
}
@keyframes outFrame {
  to {
    width: 150px;
    height: 220px;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
  }
}

.carousel.prev .thumbnail .item:nth-child(1) {
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail 0.5s linear 1 forwards;
  -webkit-animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button {
  pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
  animation: contentOut 1.5s linear 1 forwards !important;
}
@keyframes contentOut {
  to {
    transform: translateY(-150px);
    filter: blur(20px);
    opacity: 0;
  }
}

/* bổ sung CSS */
.j-slider-button {
  color: var(--background-color);
  background-color: var(--main-color);
  font-family: var(--title-font);
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: max-content;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.j-slider-button:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.black-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.thumbnail .item .black-bg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/* slider end */

/* menu mobile start */
.j-menu-mobile {
  position: fixed;
  z-index: 1000;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.index .j-menu-mobile {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
.j-menu-mobile-box-logo-img {
  height: 70px;
  width: auto;
  transition: height 0.5s ease, transform 0.5s ease;
}
.j-menu-mobile-box-bar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  color: var(--background-color);
  border: 1px solid var(--background-color);
  font-size: 1.3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.j-menu-mobile-box-bar:hover {
  background-color: var(--main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.j-menu-mobile-box-bar.toggle-open {
  background-color: var(--main-color);
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.j-menu-mobile-box-language-a {
  font-family: lato-b;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.hc-offcanvas-nav h2 {
  background-color: var(--main-color) !important;
}
/* Khi có class 'active' */
.j-menu-mobile.active {
  background-color: #000000; /* Đổi màu nền menu */
}

/* Logo nhỏ lại khi menu có class 'active' */
.j-menu-mobile.active .j-menu-mobile-box-logo-img {
  height: 50px; /* Thu nhỏ logo */
  transform: scale(0.85); /* Thu nhỏ logo thêm */
}
/* menu mobile end */

/* trang chủ start */

/* dự án nổi bật start */
.j-project-top-box-title {
  text-transform: uppercase;
  font-family: lato-b;
  color: var(--text-color);
  font-size: clamp(1.5rem, -0.0299rem + 2.3881vw, 2rem);
}
.j-project-top-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 150%;
  min-height: 100%;
}
.j-project-top-item-image a,
.j-project-top-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-project-top-item-image-extra {
  overflow: hidden;
  min-height: 100%;
  --bs-aspect-ratio: calc(9 / 28 * 100%);
}
.j-project-top-item-image-extra a,
.j-project-top-item-image-extra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-project-top-item-image-extra {
  position: relative;
  overflow: hidden;
}

.j-project-top-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1.5s ease, opacity 1.5s ease;
}

.j-project-top-item-image img,
.j-project-top-item-image-extra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  transform-origin: center;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.vanhiep-hinh {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
}

/* Khi tất cả ảnh đều có hiệu ứng mờ và grayscale trừ ảnh được hover */
.vanhiep-hinh.dimmed {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* dự án nỏi bật end */

/* quá trình start */
.j-qua-trinh-item-image {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.j-qua-trinh-item-image a,
.j-qua-trinh-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.j-qua-trinh-item:hover .j-qua-trinh-item-image {
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.6));
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* 9 cột tùy chỉnh cho màn hình lớn */
@media (min-width: 992px) {
  /* Áp dụng cho màn hình lớn */
  .custom-cols-9 .custom-col {
    flex: 0 0 calc(100% / 9); /* Chia mỗi cột chiếm 1/9 chiều rộng */
    max-width: calc(100% / 9);
  }
}

/* 5 cột cho màn hình vừa */
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-cols-9 .custom-col {
    flex: 0 0 calc(100% / 5); /* Chia 5 cột cho màn hình vừa */
    max-width: calc(100% / 5);
  }
}

/* 3 cột cho màn hình nhỏ */
@media (max-width: 767.98px) {
  .custom-cols-9 .custom-col {
    flex: 0 0 calc(100% / 3); /* Chia 3 cột cho màn hình nhỏ */
    max-width: calc(100% / 3);
  }
}

.j-qua-trinh-item {
  border: 1px solid var(--main-color);
}
.j-qua-trinh-item-stt {
  width: 40px;
  height: 40px;
  background-color: var(--second-main-color);
  color: var(--background-color);
  font-family: lato-b;
  z-index: 3;
  position: absolute;
  top: -20px;
  left: -20px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.j-qua-trinh-item-des {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  text-transform: capitalize;
}
/* quá trình end */

/* tư vấn start */
.j-tu-van-item-image {
  overflow: hidden;
  min-height: 100%;
}
.j-tu-van-item-image a,
.j-tu-van-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-tu-van-item {
  background-color: var(--main-color);
  color: var(--background-color);
}
.j-tu-van-item-title {
  font-family: lato-b;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--background-color);
}
.j-tu-van-item-box {
  max-width: 500px;
  margin: 0 auto;
}
.j-tu-van-item-image-img {
  /* transition: filter 1.2s ease, transform 1.2s ease;
    -webkit-transition: filter 1.2s ease, transform 1.2s ease;
    -moz-transition: filter 1.2s ease, transform 1.2s ease;
    -ms-transition: filter 1.2s ease, transform 1.2s ease;
    -o-transition: filter 1.2s ease, transform 1.2s ease; */
}
/* tư vấn end */

/* đối tác start */
.j-partners-item-image {
  overflow: hidden;
}
.j-partners-item-image a,
.j-partners-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.j-partners-section-title {
  text-transform: uppercase;
  font-family: lato-b;
  color: var(--text-color);
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
.j-partners-item-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.j-partners-item-logo img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
/* đối tác end */

/* trang chủ end */

/* footer start */
.j-footer {
  /* min-height: 500px; */
}
.bg-img-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-footer-bg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 0.75;
}
.j-footer .container {
  position: relative;
  z-index: 5;
}
.logo-footer-img {
  height: 300px;
  width: auto;
  pointer-events: none;
}
.j-footer-box-info-ul {
  color: var(--background-color);
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
}
.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--background-color);
}
.j-footer-box-info-ul a {
  color: var(--background-color);
}
.j-footer-box-info-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #444444;
  color: var(--background-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}
.j-footer-box-info-item:hover {
  background-color: var(--main-color);
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}
.j-footer-copyright {
  position: relative;
  z-index: 5;
  background-color: var(--main-color);
  color: var(--background-color);
  font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
  font-family: var(--title-font);
  box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 8px;
}
.j-footer-copyright a {
  color: var(--background-color);
}
/* footer end */

/* trang sản phẩm start */
.j-product-page-section {
  padding-top: 170px;
}
.vanhiep-padding-top {
  padding-top: 170px;
}
/* sản phẩm item start */
.j-product-item-image {
  overflow: hidden;
}
.j-product-item-image a,
.j-product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-product-page-content-item-form .form-control {
  max-width: 200px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: var(--main-color);
}
.j-product-page-content-item-form button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: var(--main-color);
  color: var(--background-color);
  border-color: var(--main-color);
}
.j-product-page-content-item-label {
  text-transform: uppercase;
  font-family: lato-b;
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
}
.j-product-item {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  overflow: hidden;
}
.j-product-item-content {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: max-content;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 3;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.j-product-item-content a {
  color: var(--background-color);
  font-family: var(--title-font);
  font-size: 1.2rem;
}
.j-product-item:hover .j-product-item-content {
  bottom: 0%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.j-product-item-black-bg {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* sản phẩm item end */

.j-product-page-content-item {
  border-bottom: 3px solid var(--main-color);
}
.page-item.active .page-link {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
/* trang sản phẩm end */

/* trang sản phẩm chi tiết start */
.j-design-product-detail-content-image-main {
  overflow: hidden;
}
.j-design-product-detail-content-image-main a,
.j-design-product-detail-content-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-design-product-detail-content-item-box h3 {
  font-size: clamp(1.1rem, 1.0077rem + 0.4615vw, 1.4rem);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.j-design-product-detail-content-item-box-des {
  text-transform: uppercase;
  font-family: var(--normal-font);
  color: #393e46;
}
.j-design-product-detail-content-title-name {
  text-transform: uppercase;
  font-family: lato-b;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--text-color);
}
.j-design-product-detail-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
}
.j-design-product-detail-line-2 {
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
  transform-origin: right;
  right: 0;
  bottom: 0;
  position: absolute;
}
.j-design-product-detail-album-item-image {
  overflow: hidden;
}
.j-design-product-detail-album-item-image a,
.j-design-product-detail-album-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-design-product-detail-album-line {
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
  transform-origin: center;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.j-design-product-detail-product-related-title {
  text-transform: uppercase;
  font-family: lato-b;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  color: var(--text-color);
}

/* trang sản phẩm chi tiết end */

/* trang giới thiệu start */
.j-design-about-content-box-name {
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
  font-family: var(--title-font);
}
.j-design-about-content-box-title {
  max-width: 800px;
  margin: 0 auto;
}
.j-design-about-content-box-content {
  font-family: var(--normal-font);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
}
.j-design-about-content-box-content-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
}
.j-design-about-content-box-item-image {
  overflow: hidden;
  min-height: 100%;
  --bs-aspect-ratio: 120%;
  /* clip-path: polygon(0 100%, 0 100%, 100% 100%, 100% 100%); */
}
.j-design-about-content-box-item-image a,
.j-design-about-content-box-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-design-about-content-box-item-box-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: lato-b;
  color: var(--text-color);
}
.j-design-about-content-box-item-box-des {
  line-height: 2;
  font-family: var(--normal-font);
  color: var(--text-color);
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
}
.btn-view-more-j-design {
  padding: 8px 10px;
  min-width: 120px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.4),
    0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
.btn-view-more-j-design:hover {
  background-color: var(--second-main-color);
  box-shadow: 0 0.125rem 0.625rem rgba(221, 148, 39, 0.4),
    0 0.0625rem 0.125rem rgba(221, 148, 39, 0.5);
  transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
}

/* trang giới thiệu end */

/* trang tin tức item start */
.j-design-new-item-image {
  overflow: hidden;
}
.j-design-new-item-image a,
.j-design-new-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-design-new-item-date-box-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
}
.j-design-new-item-date-box {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  color: #393e46;
}
.j-design-new-item-category a {
  color: #393e46;
  text-transform: capitalize;
}
.j-design-new-item-category .hvr-underline-from-left::before {
  height: 1px;
  background-color: #393e46;
}
.j-design-new-item-title-box a {
  font-family: var(--title-font);
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.j-design-new-item-title-box a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* trang tin tức item end */

/* trang tin tức chi tiết start */
.vh-news-detail-btn-search {
  background-color: var(--main-color);
}
.vh-news-detail-btn-search:hover {
  background-color: var(--second-main-color);
  color: var(--background-color);
}
.vh-news-detail-content-item-search .input-group {
  border-color: var(--main-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vh-news-details-right-random {
  top: 100px;
}
.vh-news-details-right-random-item a {
  color: var(--second-main-color);
}
.vh-news-detail-content-item-category a {
  color: var(--second-main-color);
  font-family: lato-black;
  text-shadow: 0 5px 5px #0004;
  font-size: clamp(1.7rem, 1.6077rem + 0.4615vw, 2rem);
}
/* trang tin tức chi tiết end */

/* trang tuyển dụng start */
.page-tuyen-dung-title {
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  font-family: lato-b;
  text-transform: uppercase;
}
.page-tuyen-dung-title-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
}
.page-tuyen-dung-section-box-about-image {
  overflow: hidden;
  --bs-aspect-ratio: 120%;
  min-height: 100%;
}
.page-tuyen-dung-section-box-about-image a,
.page-tuyen-dung-section-box-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-tuyen-dung-section-box-about-item-title {
  font-size: clamp(1.3rem, 1.1769rem + 0.6154vw, 1.7rem);
  font-family: lato-b;
}
.page-tuyen-dung-section-box-about-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
}
.page-tuyen-dung-tim-hieu-them-box-title {
  font-size: clamp(1.3rem, 1.1769rem + 0.6154vw, 1.7rem);
  font-family: lato-b;
}
.page-tuyen-dung-tim-hieu-them-box-item-image {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.page-tuyen-dung-tim-hieu-them-box-item-image a,
.page-tuyen-dung-tim-hieu-them-box-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-tuyen-dung-tim-hieu-them-box-item-title a {
  font-family: var(--title-font);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-tuyen-dung-tim-hieu-them-box-item-title a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-tuyen-dung-tim-hieu-them-box-content-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: var(--main-color);
  transform-origin: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-tuyen-dung-cac-vi-tri-box-title {
  font-size: clamp(1.3rem, 1.1769rem + 0.6154vw, 1.7rem);
  font-family: lato-b;
  text-transform: capitalize;
}
.page-tuyen-dung-cac-vi-tri-content-item-title {
  font-family: lato-b;
  font-size: 1.3rem;
  color: var(--text-color);
}
.page-tuyen-dung-cac-vi-tri-content-item-view {
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--background-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 8px 10px;
  min-width: 120px;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.4),
    0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--title-font);
  width: max-content;
}

/* modal tuyển dụng start */
.modalTuyenDung .modal-content {
  border-radius: 10px;
}

.modalTuyenDung .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modalTuyenDung .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.modalTuyenDung .btn-close-white {
  filter: invert(1);
}

#tuyenDungContent {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* modal tuyển dụng end */

/* modal nộp hồ sơ start */

.modalNopHoSo .modal-content {
  border-radius: 10px;
  background-color: #212529; /* Màu đen */
  color: #fff; /* Chữ màu trắng */
}

.modalNopHoSo .modal-header,
.modalNopHoSo .modal-footer {
  border-color: rgba(255, 255, 255, 0.1) !important; /* Đường viền nhẹ */
}

.modalNopHoSo .btn-close-white {
  filter: invert(1);
}

#nopHoSoForm input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

#nopHoSoForm input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* modal nộp hồ sơ end */
.page-tuyen-dung-tim-hieu-them-box-item-image img {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.page-tuyen-dung-tim-hieu-them-box-item-image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
/* trang tuyển dụng end */

/* trang liên hệ start */
.j-design-lien-he-section-box-title {
  text-transform: uppercase;
  font-family: lato-b;
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
}
.j-design-lien-he-section-box-title-line {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
}
.j-design-lien-he-section-box-item-ul-li {
  font-size: clamp(1.1rem, 1.0692rem + 0.1538vw, 1.2rem);
  color: var(--text-color);
}
.lien-he-ten-cong-ty {
  font-family: lato-b;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--text-color);
}
.j-design-lien-he-section-box-item-ul-li i {
  width: 25px;
}
.j-design-lien-he-section-box-item-ul-li a {
  color: var(--text-color);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.j-design-lien-he-section-box-item-ul-li a:hover {
  color: var(--text-color);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.j-design-lien-he-section-box-item-ul-li .hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--text-color);
}
.j-design-lien-he-section-box-item .form-control {
  resize: none;
  border-color: var(--main-color);
}
.j-design-lien-he-section-box-item label {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: 1.1rem;
}
.btn-lien-he {
  border: none;
  background-color: var(--main-color);
  color: var(--background-color);
  font-family: var(--title-font);
  padding: 8px 10px;
  min-width: 120px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.j-design-lien-he-section-noi-dung-lien-he {
  max-width: 800px;
  margin: 0 auto;
}
.j-design-lien-he-section-noi-dung-lien-he-title {
  font-family: lato-b;
  font-size: clamp(1.6rem, 1.4769rem + 0.6154vw, 2rem);
  text-transform: uppercase;
  color: var(--text-color);
}
.j-design-lien-he-section-map {
  overflow: hidden;
  --bs-aspect-ratio: calc(9 / 25 * 100%);
}
.j-design-lien-he-section-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* trang liên hệ end */
