.zc-header-menu-top {
  text-align: right;
}
.zc-header-menu-right {
  background: linear-gradient(
    to bottom,
    var(--second-main-color),
    var(--second-main-color-light)
  );
  padding: 11px 20px;
  border-top-left-radius: 100px;
}
.zc-header-menu-right a {
  color: var(--background-color);
  font-size: clamp(1rem, 0.9385rem + 0.3077vw, 1.2rem);
  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;
}
.zc-header-menu {
  background: linear-gradient(
    to bottom,
    var(--main-color),
    var(--main-color-light)
  );
  /* overflow: hidden; */
}
.zc-header-menu-nav li a {
  font-size: clamp(0.65rem, -0.4209rem + 1.6716vw, 1rem);
}
.zc-header-menu-nav li a.active {
  color: rgba(253, 199, 13, 1);
}
.zc-header-menu-nav ul {
  /* justify-content: space-evenly; */
  max-width: 1000px;
  margin: 0 auto;
}
.zc-header-menu-nav li {
  /* border-right: none; */
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0 20px;
}
.zc-search {
  border: none !important;
}
.zc-header-menu {
  border-top-left-radius: 100px;
}
.zc-header {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom;
}
.zc-logo-img {
  height: 100px;
  width: auto;
}
.zc-header-menu-nav li a:hover {
  color: rgba(250, 219, 7, 1);
}

.zc-hinh-bg-gioi-thieu-image {
  --bs-aspect-ratio: 150%;
  min-height: 100%;
  overflow: hidden;
}
.zc-hinh-bg-gioi-thieu-image a,
.zc-hinh-bg-gioi-thieu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zc-hinh-bg-gioi-thieu-extra {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 60%;
  overflow: hidden;
}
.zc-hinh-bg-gioi-thieu-extra-image {
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  border: 10px solid var(--background-color);
  transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
}
.zc-hinh-bg-gioi-thieu-extra-image a,
.zc-hinh-bg-gioi-thieu-extra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zc-index-about-us-title-des {
  font-family: shelia;
  color: var(--main-color);
  font-size: 2rem;
  text-transform: capitalize;
}
.zc-index-about-us-top h2 {
  color: var(--main-color);
}
.btn-zecchino {
  background: linear-gradient(
    to bottom,
    rgba(250, 219, 7, 1),
    rgba(253, 199, 13, 1)
  );
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 150px;
  padding: 8px 10px;
  position: relative;
  color: rgba(250, 219, 7, 1);
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.btn-zecchino::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, #102346 0%, #183061 100%);
  clip-path: polygon(20% 0%, 85% 0%, 92% 72%, 80% 100%, 15% 100%, 8% 30%);
  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 ;
}
.btn-zecchino:hover {
  color: var(--background-color);
}
.zc-san-pham-noi-bat-section-title-bottom {
  text-transform: uppercase;
  font-family: roboc-b;
  font-size: 4rem;
  position: relative;
  z-index: 3;
  margin-top: -50px;
}
.zc-san-pham-noi-bat-section-title-bottom-title {
  color: #ffd25b;
}
.zc-san-pham-noi-bat-section-title-bottom-des {
  color: var(--main-color);
}
.zc-san-pham-noi-bat-section-title-top {
  text-transform: uppercase;
  font-size: 4rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--main-color);
  font-family: Roboto-Black;
  position: relative;
  z-index: 1;
}
.zc-san-pham-noi-bat-section-title-top::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20%;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
  z-index: 2;
  pointer-events: none;
}
.zc-cate-yellow-bg-content {
  background: linear-gradient(
    to bottom,
    rgba(60, 142, 159, 0),
    rgba(0,0,0,1)
  );
}
.zc-btn-xemthem:hover {
  background: var(--second-main-color);
}
.btn-navigate {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  width: 35px;
  height: auto;
  z-index: 4;
  cursor: pointer;
  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;
}
.btn-navigate:hover {
  transform: translateY(-50%) scale(0.7);
  -webkit-transform: translateY(-50%) scale(0.7);
  -moz-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  -o-transform: translateY(-50%) scale(0.7);
  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;
}
.category-products-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.btn-navigate-prev {
  left: -45px;
}
.btn-navigate-next {
  right: -45px;
}
.zc-cate-yellow-bg-content h3 {
  color: var(--background-color);
}
.zc-cate-yellow-bg-content h4 {
  color: var(--background-color);
}
.project-zecchino .zc-san-pham-noi-bat-section-title-bottom {
  font-size: 3rem;
}
.zc-project-item-line::after,
.zc-project-item-line::before,
.zc-project-item-info::after,
.zc-project-item-info::before {
  background: var(--second-main-color);
}
.zc-projects-items-box:hover .zc-project-item-content {
  background-color: var(--main-color);
}
.zc-project-item-info h3 a:hover {
  color: var(--second-main-color);
}
.index-service-item .btn-zecchino {
  height: 74px;
  font-family: roboc-b;
  color: var(--background-color);
  font-size: clamp(1.3rem, 1.0846rem + 1.0769vw, 2rem);
}
.index-service-item .btn-zecchino:hover::before {
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,1));
  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;
}
.bg-lien-he-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: blur(1px);
    -webkit-filter: blur(1px);
}
.contact-info .container {
    position: relative;
    z-index: 5;
}
.contact-info {
    padding-top: 100px;
    padding-bottom: 50px;
}
.contact-info-form .contact-info-title {
    background-color: var(--main-color);
    box-shadow: none;
}
#contact-form .form-group input {
    box-shadow: none;
}
.form-group input, .form-group textarea {
    box-shadow: none;
}
.contact-info .hvr-shutter-in-horizontal:before {
    background-color: var(--main-color);
}
/* footer */
.zc-footer {
    margin-top: 0;
    background-color: var(--second-main-color);
}
.zc-footer-bg {
    background: var(--main-color);
    clip-path: polygon(100% 3%, 100% 95%, 17% 90%, 0% 100%, 0% 3%);
}
.zc-footer-middle-content h3 {
    color: var(--background-color);
}
.zc-footer-middle-content ul li, .zc-footer-middle-content ul li a {
    color: var(--background-color);
}
.footer-map-box iframe {
    width: 100%;
    height: 100%;
}
.coppy-right {
    color: var(--background-color);
    font-size: clamp(0.8rem, 0.7385rem + 0.3077vw, 1rem);
}.coppy-right a {
    color: var(--background-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;
}
.coppy-right a:hover {
    color: var(--main-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;
}
.hinh-bg-footer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.1;
    filter: grayscale(100%) brightness(0.8);
}

/* header new start */
/* header start */
.j-header {
  /*background-color: var(--main-color);
  */
  position: sticky;
  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;
}
.index .j-header {
  position: fixed;
}
.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: 120px;
  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: 80px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.j-header.active .j-header-logo a {
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}
.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 */
/* Sub Menu Luxury Modern Styles */
.menu-li-level-1 {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(30, 58, 95, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  border: 1px solid rgba(30, 58, 95, 0.1);
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #f4e4a1);
  border-radius: 12px 12px 0 0;
}

.menu-li-level-1:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li {
  position: relative;
  border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}
.sub-menu a span {
  display: inline-block;
  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;
}
.sub-menu a:hover {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c4f7c 100%);
  color: white;
 
}
.sub-menu a:hover span {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.sub-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.3s ease;
}

.sub-menu a:hover::after {
  width: 100%;
}

/* Level 2 Sub Menu */
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  min-width: 260px;
}

.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Level 3 Sub Menu */
.sub-menu .sub-menu .sub-menu {
  min-width: 240px;
}

/* Icon styles */
.sub-menu a i {
  margin-right: 10px;
  color: #d4af37;
  font-size: 14px;
  width: 16px;
}

.sub-menu a .fa-chevron-right {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sub-menu a:hover .fa-chevron-right {
  opacity: 1;
  transform: translateX(3px);
}

/* Dropdown icon for main menu */
.menu-a-level-1 .fa-chevron-down {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.menu-li-level-1:hover .menu-a-level-1 .fa-chevron-down {
  transform: rotate(180deg);
}

/* Animation */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.sub-menu {
  animation: fadeInUp 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .sub-menu {
      display: none !important;
  }
}
/* header new end */


/* slide new start */

/* 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 {
  min-width: 120px;
  text-align: center;
  color: var(--background-color);
  background-color: var(--main-color);
  font-family: var(--title-font);
  padding: 12px 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 */
/* slider new end */

.vanhiep-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pnvn-menu-mobile {
  position: sticky;
  top: 0;
  left: 0;
}
.index .pnvn-menu-mobile {
  position: fixed;
}
#luxury-contact-form {
  max-width: 100%;
}