
.txt-white {
  color: #fff;
}
.project {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
/* .mask-tkw .project-content .container {
  margin-top: 40px;
} */
.mask-tkw .project-content .container h4 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.project-content .image {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 68rem;
}
.btn-click-us:hover{
  color: #00263e;
}

@media screen and (max-width: 1200px) {
  .project-content .image {
    max-height: 50rem;
  }
  .mask-tkw .project-content .container h4 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .project-content {
    margin: 0 -0.8rem;
  }
  .mask-tkw .project-content .container h4 {
    width: 90%;
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .mask-tkw .project-content .container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.project-content .image .img {
  transition: all 4s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .project-content .image:hover .img {
    transform: translate(0, calc(-100% + 60rem));
  }
}
.project-content {
  position: relative;
}
.project-content::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%;
  height: 38%;
}
.swiper-project-content {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .swiper-project-content {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .swiper-project-content {
    margin-top: 0;
  }
}
.swiper-project-content .swiper-slide {
  cursor: pointer;
  position: relative;
}

@keyframes animatedgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.mask-tkw {
  position: relative;
  z-index: 2;
}
.mask-tkw::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(180deg, #014f7f 0, #ffffff 100%);
}
.mask-tkw .decor-tkw {
  position: absolute;
  mix-blend-mode: color-dodge;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .mask-tkw .decor-tkw {
    display: none;
  }
}
.mask-tkw .decor-tkw.top {
  z-index: 3;
  top: 0;
  left: 0;
  height: 37%;
}
.mask-tkw .decor-tkw.top::before {
  content: "";
  position: absolute;
  top: 121%;
  right: 17%;
  width: 4%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/images/tkw-never-stop/decor-function.png);
}
.mask-tkw .title-bespoke {
  font-size: 30px;
  font-weight: 700;
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
  color: white;
}
.mask-tkw .bespoke-dining {
  margin-top: 50px;
}
.mask-tkw .bespoke-dining .logo-jc img {
  width: 50%;
}
.mask-tkw .bespoke-dining .logo-bespoke {
  margin: 40px;
}
.mask-tkw .bespoke-dining .logo-bespoke img {
  max-width: 200px;
}
@media screen and (max-width: 1200px) {
  .mask-tkw .decor-tkw.top::before {
    display: none;
  }
  .mask-tkw .title-bespoke {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mask-tkw .title-bespoke {
    font-size: 24px;
    padding: 15px 10px;
    /* border: 1px solid #00263e; */
    max-width: 500px;
  }
  .mask-tkw .bespoke-dining {
    margin-top: 30px;
  }
  .mask-tkw .bespoke-dining .logo-jc img {
    width: 75%;
  }
  .mask-tkw .bespoke-dining .logo-bespoke {
    margin: 30px;
  }
  .mask-tkw .bespoke-dining .logo-bespoke img {
    max-width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .mask-tkw .bespoke-dining {
    margin-bottom: 30px;
  }
  .mask-tkw .bespoke-dining .logo-jc img {
    width: 90%;
  }
}
.mask-tkw .name-page {
  /* color: #00263e;
  font-size: 24px;
  background: white;
  margin-top: 20px;
  border-radius: 10px;
  padding: 5px;
  border: 0.5px dashed; */
  color: white;
  font-size: 24px;
  background: #ad7755;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 450px;
}
/* Add 15/10/2024  */
.mask-tkw .highlight {
  width: 100%; position: 
  absolute; 
  top: 0; 
  z-index: 10;
}
.mask-tkw .highlight-section {
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
  /* background-color: #ad7755; */
  padding: 10px 20px;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
}
.mask-tkw .highlight-number {
  font-size: 40px;
    font-weight: 700;
    margin-right: 15px;
}
.mask-tkw .highlight-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.muted {
  filter: blur(4px);
  opacity: 0.6; /* Tùy chỉnh độ mờ */
}
@media screen and (max-width: 768px) {
  .mask-tkw .highlight {
    top: 15px; 
  }
  .mask-tkw .highlight-section {
    padding: 10px 10px;
    width: 80%;
  }
  .mask-tkw .highlight-number {
    font-size: 30px;
  }
  .mask-tkw .highlight-text p {
    font-size: 16px;
  }
}




.mask-tkw .decor-tkw.mid {
  z-index: 4;
  top: 33%;
  width: 100%;
}
.mask-tkw .decor-tkw.bot {
  top: 18%;
}
.mask-tkw .decor-tkw.day {
  bottom: -6.2%;
}

.border-animation {
  position: relative;
  animation: border-move 4s infinite linear;
}

@keyframes border-move {
  0% {
    border-color: #00263e transparent transparent transparent;
  }
  25% {
    border-color: #00263e #00263e transparent transparent;
  }
  50% {
    border-color: #00263e #00263e #00263e transparent;
  }
  75% {
    border-color: #00263e #00263e #00263e #00263e;
  }
  100% {
    border-color: #00263e transparent transparent transparent;
  }
}
@media screen and (max-width: 768px) {
  .mask-tkw .name-page {
    font-size: 20px;
  }
}
/* Modal Popup Login  */
.tour-main .modal-dialog {
  max-width: 50%;
}
.tour-main .modal-dialog .modal-content .col-6 {
  padding: 40px 35px;
  margin: 0 auto;
}
.tour-main .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -15px;
  right: -5px;
}
@media screen and (max-width: 1200px) {
  .tour-main .modal-dialog {
    max-width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .tour-main .modal-dialog {
    max-width: 90%;
  }
  .tour-main .modal-dialog .modal-content .col-6 {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 768px) {
  .tour-main .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 5px;
    right: -5px;
  }
}
@media screen and (max-width: 576px) {
  .tour-main .modal-dialog .modal-content .col-6 {
    padding: 30px 20px;
  }
}

