.grid-box{
    display: grid;
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_home_1{
    padding-top: 4.167rem;
    position: relative;
    z-index: 3;
}
.new_home_1 .heading_sec{
    margin-bottom: 0.833rem;
}
.new_home_1 .grid-box{
    grid-gap: 1.667rem;
    margin-top: 2.083rem;
}
.new_home_1 .item{
    padding: 2.083rem;
    background: #252525;
    border: 1px solid #333333;
    /*border-radius: 8px;*/
}
.new_home_1 .item .number-wrap {
    font-weight: 400;
    font-size: 2.604rem;
    color: var(--main-cl);
    line-height: 1.2;
    margin-bottom: 0.625rem;
}
.new_home_1 .item .title{
    font-size: 1.042rem;
    color: var(--main-cl);
    margin-bottom: 0.625rem;
}
.swiper-box .arrow.prev{
    left: -6rem;
}
.swiper-box .arrow.next{
    right: -6rem;
}
.new_home_2{
    padding-bottom: 6.25rem;
}
.new_home_2 .swiper-box{
    width: 100%;
}
.new_home_2 .swiper{
    margin: 2.083rem -0.833rem 0;
}
.new_home_2 .swiper-slide{
    padding: 0 0.833rem;
}
.new_home_2:before{
    width: 62.5rem;
    height: 62.5rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(30%);
}
.new_home_4,
.new_home_3 {
    padding-bottom: 6.25rem;
}
.new_home_3 .swiper-box{
    margin-top: 2.604rem;
    position: relative;
    --image-height: 19.792rem;
}
.new_home_3 .swiper{
    margin: 0 -2.396rem 0;
}
.new_home_3 .swiper-box:before{
    top: var(--image-height);
    height: 100px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    left: -26.042rem;
    width: 200vw;
}
.new_home_3 .swiper-slide{
    padding: 0 2.396rem;
}
.new_home_3 .swiper-slide .img-wrap{
    height: var(--image-height);
    margin-bottom: 3.125rem;
    -webkit-box-reflect: below 1px linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.4));
}
.new_home_3 .swiper-slide .img-wrap img{
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.new_home_3 .swiper-slide .cont-wrap{
    display: flex;
    gap: 0.625rem;
}
.new_home_3 .swiper-slide .cont-wrap .name{
    font-size: 2.083rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--main-cl);
    width: max-content;
    flex: 0 0 auto;
    max-width: 50%;
}
.new_home_3 .swiper-slide .cont-wrap .title{
    color: #FFF;
    font-size: 0.99rem;
    line-height: 1.3;
}


.nk-marquee {
    --gap: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    overflow: hidden;
    width: 100%;
    margin-top: 2.604rem;
}

.nk-marquee__row {
    overflow: hidden;
    width: 100%;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.nk-marquee__row.is-dragging {
    cursor: grabbing;
}

.nk-marquee__track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
}

.nk-marquee__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.nk-marquee__item .logo-wrap{
    display: flex;
    align-items: center;
    height: 3.125rem;
    width: auto;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none; /* để mouse event bắt trên item, ảnh không nuốt */
}

.nk-marquee__item .logo-wrap img{
    height: 100%;
    width: auto;
}

.nk-marquee__item a { pointer-events: auto; }

.home_5 .row+.row{
    margin-top: 5.208rem;
}
.home-new-swiper-1 .swiper-pagination,
.home-new-swiper-2 .swiper-pagination{
    display: none;
}
.new_home_5{
    margin-bottom: -3.333rem;
    padding-top: 3rem;
}
.new_home_5 .img-wrap > a{
    position: absolute;
    color: #FFF;
    left: 50%;
    top: 2.083rem;
    z-index: 20;
    font-size: 2.604rem;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    text-align: center;
    display: block;
}
@media only screen and (max-width: 1199px) {
    .home-new-swiper-1 .swiper-pagination,
    .home-new-swiper-2 .swiper-pagination{
        display: flex;
    }
}
@media only screen and (max-width: 991px) {
    .new_home_3 .swiper{
        margin: 0 -1rem;
    }
    .new_home_3 .swiper-slide{
        padding: 0 1rem;
    }
    .new_home_3 .swiper-slide .cont-wrap .name{
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 767px) {
    .new_home_1{
        padding: 3rem 1rem 0;
    }
    .new_home_1 .grid-box{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    .new_home_1 .item{
        padding: 1.5rem;
    }
    .new_home_1 .item .title{
        font-size: 1.5rem;
    }
    .new_home_1 .item .desc{
        font-size: 14px;
    }
    .new_home_4,
    .new_home_3,
    .new_home_2{
        padding: 0 1rem 3rem;
    }
    .new_home_3 .swiper-slide .cont-wrap .name{
        font-size: 2.125rem;
    }
    .new_home_3 .swiper-slide .cont-wrap .title{
        font-size: 1.3rem;
    }
    .new_home_5 .img-wrap > a{
        position: relative;
        margin-bottom: 10px;
        top: unset;
        font-size: 2rem;
    }
}
