
.nodate{
    font-size: 1rem;
    padding: 2rem;
    text-align: center;
}
.wrapvideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 tỷ lệ */
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
  background-color: #FFFFFF;
}

.wrapvideo video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline{
    position: sticky;
    z-index: 1;
    top: 0;
    /* margin-top: 4.125rem; */
    padding: 0 6.25rem 0 6.25rem;
    background-color: #FFFFFF;
}
.jewelryHeritage-h1.text-timeline{
    padding: 0 2rem 6.25rem 2rem;
}
.timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.timeline-item.active {
  opacity: 1;
  transform: translateY(0);
}

.img-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.jewelryHeritage-h1,.jewelryHeritage .flagship{
    margin: 0 auto;
    max-width: 90rem;
    text-align: center;
    padding: 0 2rem;
}
.jewelryHeritage-h1 .text-h1, .jewelryHeritage-h1 h1{
    font-size: 2.625rem;
    text-transform: uppercase;
}
.jewelryHeritage .flagship{
    margin: 0 auto;
    text-align: center;
    padding: 6.25rem 0 0;
}
.jewelryHeritage-h1 p,.jewelryHeritage .flagship p{
    max-width: 42rem;
    margin: 0.5rem auto 0 auto;
}
.jewelryHeritage{
    max-width: 90rem;
    padding: 7.25rem 1rem 0 1rem;
    margin: 0 auto;
}
.jewelryHeritage .time-type-two{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.25rem;
    padding: 0 3.125rem 6.25rem 3.125rem;
}
.jewelryHeritage .title-img:last-of-type{
    padding-left: 17.8%;
}
.jewelryHeritage .group-type{
    display: grid;
    gap: 2rem;
    padding: 0 3.125rem 6.25rem 3.125rem;

    grid-template-columns: fit-content(33.33%) fit-content(33.33%) fit-content(33.33%);
}
.group-type .item-type:nth-child(2) {
    padding-top: 3.813rem;
}
.jewelryHeritage .title-img{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.jewelryHeritage .exclusive{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 3.125rem 6.25rem 3.125rem;
    align-items: center;
}
.jewelryHeritage .artist{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 6.25rem;
    align-items: center;
}
.jewelryHeritage .artist{
    padding-top: 6.25rem;
}
/* .jewelryHeritage .crossover{
    padding-top: 6.25rem;
} */
.jewelryHeritage .exclusive .title-exclusive,.jewelryHeritage .artist .title-artist{
    padding-right: 4rem;
}
.jewelryHeritage .hierarchy .title-hierarchy{
    padding-left: 4rem;
}
.jewelryHeritage .exclusive .title-exclusive,
.jewelryHeritage .hierarchy .title-hierarchy
/* ,.jewelryHeritage .crossover .title-crossover */
{
    flex: 3;
}
.jewelryHeritage .artist .title-artist
{
    flex: 3;
}

.jewelryHeritage .exclusive .title-exclusive h2,
.jewelryHeritage .hierarchy .title-hierarchy h2,
.jewelryHeritage .artist .title-artist h2,
.jewelryHeritage .crossover .title-crossover h2{
    text-transform: uppercase;
    margin: 0;
}
.jewelryHeritage .time-type-two .title-img h2,
.jewelryHeritage .group-type .item-type h2{
    text-transform: uppercase;
    margin: 0;
    padding-top: 2rem;
}
.jewelryHeritage .exclusive .title-exclusive p,
.jewelryHeritage .hierarchy .title-hierarchy p,
.jewelryHeritage .artist .title-artist p,
.jewelryHeritage .crossover .title-crossover p,
.jewelryHeritage .flagship p,
.jewelryHeritage .time-type-two .title-img .timeline-item p,
.jewelryHeritage .group-type .item-type .timeline-item p,
.time-type-two .title-img p,
.group-type .item-type p{
    padding-top: 0.5rem;
    margin: 0 auto;
}
.jewelryHeritage .exclusive .img-exclusive,
.jewelryHeritage .hierarchy .img-hierarchy,
.jewelryHeritage .artist .img-artist
/* ,.jewelryHeritage .crossover .img-crossover */
{
    flex: 7;
}
.jewelryHeritage .exclusive .img-exclusive img,
.jewelryHeritage .artist .img-artist img{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin:auto 0 auto auto;
    object-fit: cover;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.jewelryHeritage .hierarchy .img-hierarchy img,
.jewelryHeritage .crossover .img-crossover img{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin:auto auto auto 0;
    object-fit: cover;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.jewelryHeritage .flagship img,
.jewelryHeritage .time-type-two .title-img img,
.jewelryHeritage .group-type .item-type img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.jewelryHeritage .artist .img-artist picture:last-of-type,
.jewelryHeritage .exclusive .img-exclusive picture:last-of-type,
.jewelryHeritage .hierarchy .img-hierarchy picture:last-of-type,
.jewelryHeritage .crossover .img-crossover picture:last-of-type,
.jewelryHeritage .title-img picture:last-of-type,
.jewelryHeritage .group-type .item-type picture:last-of-type{
    display: none;
}
.jewelryHeritage .hierarchy
{
    display: flex;
    justify-content: space-between;
    padding:0 3.125rem 6.25rem 3.125rem;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
}
.jewelryHeritage .crossover{
    display: flex;
    flex-direction: column-reverse;
    padding:0 3.125rem 6.25rem 3.125rem;

    gap: 2rem;
    align-items: center;
}
/* .jewelryHeritage .crossover .img-crossover{
    padding: 0 6.25rem 2rem 6.25rem;
} */
.jewelryHeritage .crossover .title-crossover p{
    max-width: 35rem;
    text-align: center;
}
.jewelryHeritage .crossover .title-crossover h2{
    text-align: center;
}
.jewelryHeritage .see-more{
    text-transform: uppercase;
    font-size: 1rem;
    /* padding: 1rem; */
    margin-top: 1.5rem;
    /* border: 1px solid #A2041B; */
    cursor: pointer;
    text-align: center;
}
.jewelryHeritage .see-more a{
    font-family: 'NTJSans-Bold',sans-serif;
}
.jewelryHeritage .see-more::after{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c3c41;
    margin-left: 0.5rem;
    content: '\e902';
}
.jewelryHeritage .see-more:hover::after,
.jewelryHeritage .see-more:hover{
    color: #A2041B;
}
.core-value{
    margin: 0;
    text-align: center;
    padding: 0;
}
.grid-value{
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.core-value p,.grid-value p{
    text-align: center;
    max-width: 29rem;
    margin: 0 auto 3.25rem auto;
}
.core-value .grid-value .list-coreValue p{
    padding-top: 0.25rem;
}
.grid-value .value-title{
    font-family: 'NTJSans-Bold',sans-serif;
    text-align: center;
    padding-top: 1.5rem;
    font-size: 1rem;
}
.list-coreValue{
    text-align: center;
    margin: 0 auto;
}
.list-coreValue img{
    width: 5.313rem !important;
    height: 5.313rem !important;
    object-fit: cover;
}
.core-value h2{
    text-align: center;
    margin: 0 auto 1.25rem auto;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-family: 'NTJDisplay-SemiBold', sans-serif;
    font-weight: 500;
    color: #A2041B;
}
.grid-value:last-of-type{
    padding-bottom: 6.25rem;
}
/* @media(max-width:1024px)
{
    .jewelryHeritage .flagship{
    padding: 3.438rem 0 0;
    }
    .jewelryHeritage .artist{
        padding-top: 3.125rem;
    }
    .jewelryHeritage .crossover{
        padding-top: 5.125rem;
    }
    .jewelryHeritage .hierarchy{
        padding-top: 1.125rem;
    }
} */
@media(min-width:768px){
    .timeline{
        display: flex;
        justify-content: end;
    }
    .menu-bar.menu-timeline{
        position: relative;
    }
    .timeline .swiper-wrapper{
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .wrapvideo,.parallax.breadcrumb,.container,.img-banner {
    opacity: 0; /* Ẩn nội dung trước khi JS hoàn thành */
    transition: opacity 0.3s ease-in-out;
    }
    .js-loaded .wrapvideo,
    .js-loaded .parallax.breadcrumb,
    .js-loaded .container,
    .js-loaded .img-banner
    {
        opacity: 1;
    }
    .swiper-wrapper .swiper-slide::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -1rem;
        transform: translateX(-50%);
        width: 1px;
        max-height: 0.5rem;
        height: 100%;
        z-index: 1000;
        background-color: #3c3c41;
        transition: max-height 0.3s ease, background-color 0.3s ease;
        overflow: hidden;
    }

    .swiper-wrapper .swiper-slide.active::after{
        max-height: 0.875rem;
        background-color: #A2041B;
    }
    .timeline .timeline-time .swiper-wrapper-box.timeli{
        max-width: 30rem;
        position: relative;
        border-bottom: 1px solid #6f6f6f;

    }
    .timeline .timeline-time .swiper-wrapper-box.timeli .swiper-slide{
        cursor: pointer;
        font-size: 1rem;
        margin-top: 0.25rem;
        text-align: center;
    }
    .timeline .timeline-time .swiper-wrapper-box.timeli .swiper-slide:hover,
    .timeline .timeline-time .swiper-wrapper-box.timeli .swiper-slide.active{
        color: #A2041B;
    }
}
@media (max-width:768px){
    .timeline{
        display: none;
    }
    .jewelryHeritage.title-timeline .title-crossover h2,.jewelryHeritage.title-timeline .title-crossover p,
    .jewelryHeritage.title-timeline .title-exclusive h2,.jewelryHeritage.title-timeline .title-exclusive p,
    .jewelryHeritage.title-timeline .title-img h2,.jewelryHeritage.title-timeline .title-img p,
    .jewelryHeritage.title-timeline .title-hierarchy h2,.jewelryHeritage.title-timeline .title-hierarchy p,
    .jewelryHeritage.title-timeline .item-type h2,.jewelryHeritage.title-timeline .item-type p
    {
        text-align: center !important;
    }
    .timeline-item {
        opacity: unset;
        transform: unset;
        transition: unset;
    }
    .timeline-item.active {
        opacity: 1;
    }
    .jewelryHeritage-h1 .text-h1,.jewelryHeritage-h1 h1{
        font-size: 1.75rem;
    }
    .jewelryHeritage h2{
        font-size: 1.25rem;
    }
    .jewelryHeritage .exclusive .title-exclusive, .jewelryHeritage .artist .title-artist{
        padding-right: 0;
        text-align: left;
    }
    .jewelryHeritage .hierarchy .title-hierarchy h2,.jewelryHeritage .crossover .title-crossover h2{
        text-align: left;
    }
    .jewelryHeritage .hierarchy .title-hierarchy{
        padding-left: 0;
        text-align: center;
    }
    .jewelryHeritage-h1 p, .jewelryHeritage .flagship p,
    .crossover:last-of-type .title-crossover p,
    .jewelryHeritage .exclusive .title-exclusive p, 
    .jewelryHeritage .hierarchy .title-hierarchy p, 
    .jewelryHeritage .artist .title-artist p, 
    .jewelryHeritage .crossover .title-crossover p, 
    .jewelryHeritage .flagship p, 
    .jewelryHeritage .time-type-two .title-img .timeline-item p, 
    .jewelryHeritage .group-type .item-type .timeline-item p, .time-type-two .title-img p, .group-type .item-type p{
        text-align: left;
    }
    .jewelryHeritage .title-img,.item-type{
        text-align: center;
    }
    .jewelryHeritage .exclusive .title-exclusive h2,
    .jewelryHeritage .hierarchy .title-hierarchy h2,
    .jewelryHeritage .artist .title-artist h2,
    .jewelryHeritage .crossover .title-crossover h2{
        margin: 0;
    }
    .time-type-two .title-img p{
        margin: 0;
    }
    /* .jewelryHeritage .crossover{
        align-items: start;
    } */
    .jewelryHeritage .exclusive,.jewelryHeritage .hierarchy,
    .jewelryHeritage .crossover{
        flex-direction: column-reverse;
        gap: 1.75rem;
        padding: 0 0 3.438rem 0;
        /* align-items: start; */
    }
    .jewelryHeritage .artist .img-artist picture:first-of-type,
    .jewelryHeritage .exclusive .img-exclusive picture:first-of-type,
    .jewelryHeritage .hierarchy .img-hierarchy picture:first-of-type,
    .jewelryHeritage .crossover .img-crossover picture:first-of-type,
    .jewelryHeritage .title-img picture:first-of-type,
    .jewelryHeritage .group-type .item-type picture:first-of-type
    {
        display: none;
    }
    .jewelryHeritage .artist .img-artist picture:last-of-type,
    .jewelryHeritage .exclusive .img-exclusive picture:last-of-type,
    .jewelryHeritage .hierarchy .img-hierarchy picture:last-of-type,
    .jewelryHeritage .crossover .img-crossover picture:last-of-type,
    .jewelryHeritage .title-img picture:last-of-type,
    .jewelryHeritage .group-type .item-type picture:last-of-type
    {
        display: block;
    }
    /* .jewelryHeritage .crossover .title-crossover p,
    .jewelryHeritage .crossover .title-crossover h2{
        text-align: left;
    } */
    .jewelryHeritage .artist .title-artist br{
        display: none;
    }
    .jewelryHeritage-h1,.jewelryHeritage-h1.text-timeline{
        padding: 0 2rem 3.438rem 2rem;
    }
    .jewelryHeritage .flagship{
        padding-top: 3.125rem;
    }
    .jewelryHeritage .time-type-two{
        flex-direction: column;
        gap: 3.813rem;
        padding: 0 0 3.438rem 0;
    }
    .jewelryHeritage .group-type{
        grid-template-columns: 1fr;
        padding: 0 0 3.438rem 0;
        gap: 3.813rem;
    }
    .group-type .item-type:nth-child(2){
        padding-top: 0;
    }
    .jewelryHeritage .time-type-two .title-img h2, .jewelryHeritage .group-type .item-type h2{
        padding-top: 1.75rem;
    }
    .jewelryHeritage .title-img:last-of-type{
        padding-left: 0;
    }
    .jewelryHeritage{
        padding: 0 2rem 3.125rem 2rem;
    }
    .jewelryHeritage .see-more{
        padding: 1.125rem 0 0;
    }
    .core-value,.grid-value{
        padding: 0 2rem;
        margin: 2.375rem auto 0 auto;
    }
    .crossover:last-of-type .title-crossover h2{
        text-align: left;
    }
    .grid-value:last-of-type{
        padding-bottom: 3.438rem;
    }
    .content-row.nghe-thuat .jewelryHeritage .crossover .title-crossover h2,
    .content-row.nghe-thuat .jewelryHeritage .exclusive .title-exclusive h2,
    .content-row.nghe-thuat .jewelryHeritage .hierarchy .title-hierarchy h2,
    .content-row.nghe-thuat .jewelryHeritage .crossover .title-crossover p,
    .content-row.nghe-thuat .jewelryHeritage-h1 p,
    .content-row.nghe-thuat .jewelryHeritage .exclusive .title-exclusive p,
    .content-row.nghe-thuat .time-type-two .title-img p,
    .content-row.nghe-thuat .jewelryHeritage .hierarchy .title-hierarchy p,
    .content-row.nghe-thuat .group-type .item-type p,
    .jewelryHeritage-h1 p{
        text-align: center !important;
    }
}
