.detail-project {
  color: #fff;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0 1rem 0;
}
.detail-project .title-detail {
  font-size: 25px;
  /* color: #c79c5d; */
  font-weight: 600;
  margin-bottom: 2rem;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.detail-project ul {
  padding-left: 2rem;
}
.detail-project ul li {
  list-style: none;
  display: flex;
  position: relative;
}
.detail-project ul li p {
  width: 125px;
}
.detail-project ul li::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: -30px;
}
.detail-project ul .user::before {
  background-image: url("../images/detail/user.png");
}
.detail-project ul .location::before {
  background-image: url("../images/detail/location.png");
}
.detail-project ul .home::before {
  background-image: url("../images/detail/home.png");
}
/* swiper */
.slider-detail-project {
  margin-bottom: 3rem;
}
.detail-project .swiper {
  width: 100%;
  height: 100%;
}

.detail-project .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-project .mySwiper .swiper-slide {
  border: 1px solid #c79c5d;
}
.detail-project .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  cursor: pointer;
}

.detail-project .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.detail-project .swiper-slide {
  background-size: cover;
  background-position: center;
}

.detail-project .mySwiper2 {
  height: 80%;
  width: 100%;
}

.detail-project .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.detail-project .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.detail-project .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.detail-project .mySwiper2 .swiper-slide {
  margin-bottom: 1rem;
}
.detail-project .mySwiper2 .swiper-slide .item {
  width: 100%;
  /* height: 664px; */
  cursor: pointer;
  position: relative;
}
.detail-project .mySwiper2 .swiper-slide .item img {
  max-width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 11;
}
.detail-project .mySwiper .swiper-slide .item-thumb {
  width: 100%;
  /* height: 170px; */
  cursor: pointer;
}
.detail-project .mySwiper .swiper-slide .item-thumb img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.detail-project .mySwiper2 .swiper-slide .item .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  z-index: 10;
}
.detail-project .mySwiper2 .swiper-slide .item .overlay-filter {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://swiperjs.com/demos/images/nature-8.jpg");
}
.text-content img{
  width: 100% !important;
  height: auto !important;
}
/* text */
.detail-project .text {
  margin-bottom: 4rem;
}
.list-table {
  margin-bottom: 3rem;
}
.list-table .table-item {
  background: rgb(38, 48, 56);
  background: linear-gradient(
    100deg,
    rgba(38, 48, 56, 1) 0%,
    rgba(40, 45, 49, 1) 100%
  );
  /* padding: 2rem 2rem; */
  padding: 1rem;
}
.list-table .table-item table {
  width: 100%;
}
.list-table .table-item table tr td {
  border: 1px solid #c79c5d;
  padding: 10px 20px;
}
.list-table .table-item table tr td:first-child {
  width: 200px;
  color: #fff;
  font-weight: 600;
}
.list-table .table-item table tr td:last-child {
  width: calc(100% - 200px);
  color: #e2e2e2;
}
.list-table .table-item h2 {
  font-size: 16px;
  margin: 2rem 0 1rem 0;
}
.detail-project .content {
  margin-bottom: 3rem;
}
.detail-project .content .content-img {
  background-image: url("../images/detail/content-1.png");
  width: 100%;
  height: 663px;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}
.detail-project .video .video-img {
  width: 100%;
  height: 663px;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  position: relative;
  padding: 40px 20px;
}
.detail-project .video .video-img .icon {
  background-image: url("../images/video/iconPlay.png");
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail-project .video .item-video {
  border: 1px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.detail-project .video a{
  color: #FFF;
}
.detail-project .video .item-video p {
  font-size: 60px;
  width: 700px;
  font-weight: 600;
}
/* RP*/
/* tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .mySwiper2 .swiper-slide img {
    height: 400px;
  }
  .mySwiper .swiper-slide img {
    height: 150px;
  }
  .list-table .table-item {
    padding: 2rem;
  }
  .detail-project .content .content-img {
    height: 400px;
  }
  .detail-project .video .item-video p {
    font-size: 40px;
    width: 400px;
  }
  .detail-project .video .video-img {
    height: 450px;
  }
  .detail-project .mySwiper2 .swiper-slide .item {
    height: 400px;
  }
  .detail-project .mySwiper .swiper-slide .item-thumb {
    height: 120px;
  }
}
/* mobile */
@media screen and (max-width: 668px) {
  .detail-project {
    font-size: 12px;
    background-size: 100%;
  }
  .detail-project .title-detail {
    font-size: 16px;
  }
  .mySwiper2 .swiper-slide img {
    height: 220px;
  }
  .mySwiper .swiper-slide img {
    height: 85px;
  }
  .mySwiper2 .swiper-slide {
    margin-bottom: 1rem;
  }
  .list-table .table-item {
    padding: 2rem 1rem;
  }
  .list-table .table-item table tr td {
    padding: 15px 7px;
  }
  .list-table .table-item table tr td:first-child {
    width: 100px;
  }
  .list-table .table-item h2 {
    font-size: 14px;
  }
  .list-table .table-item table tr td:first-child {
    font-weight: 300;
  }
  .list-table {
    margin-bottom: 2rem;
  }
  .detail-project .content {
    margin-bottom: 2rem;
  }
  .detail-project .content .content-img {
    height: 220px;
  }
  .detail-project .video .video-img {
    height: 220px;
  }
  .detail-project .video .item-video {
    border: none;
  }
  .detail-project .video .item-video p {
    display: none;
  }
  .detail-project .video .video-img .icon {
    width: 30px;
    height: 30px;
  }
  .detail-project .text {
    margin-bottom: 2rem;
  }
  .list-table .table-item table tr td {
    padding: 8px 15px;
  }
  .detail-project .mySwiper2 .swiper-slide .item {
    height: 250px;
  }
  .detail-project .mySwiper .swiper-slide .item-thumb {
    height: 90px;
  }
}
