.ast-separate-container.ast-two-container #secondary .widget {
    padding: 0;
}

#primary {
    margin: 0 !important;
}

@media (min-width: 767px) {
    .hide-mobile-767 {
        display: none !important;
    }
}

.wt-w-h-img-full {
    width: 100% !important;
    height: 100% !important;
}

.wt-w-img-full figure,
.wt-w-img-full img {
    width: 100% !important;
}

.wt-h-img-full figure,
.wt-h-img-full img {
    height: 100% !important;
}

.wt-link-hover {
    border-radius: 40px !important;
    width: fit-content !important;
}

.wt-link-hover:hover {
    background-color: #1A1A1A !important;
    color: #fff !important;
}

/* section google map trang chủ */
.wt-google-map,
.wt-google-map embed {
    border-radius: 30px !important;
    height: 100% !important;
    min-height: 278px !important;
}

/* section hình ảnh trang chủ */
.wt-padding-left-1212px {
    padding-left: max(20px, calc((100vw - 1212px) / 2)) !important;
}

/* section hero trang chủ */
.wt-hero {
    background-size: contain !important;
    aspect-ratio: 1440 / 680 !important;
}


/* section khác biệt trang chủ */
.sticky-stack {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: clip !important;
}

.sticky-stack__title {
    position: sticky !important;
    top: var(--sticky-stack-title-offset, 100px) !important;
    z-index: 5;
    /* Nhỏ hơn z-index của item (10, 20...) để item đè lên */
}

.sticky-stack__item {
    position: sticky !important;
    top: var(--sticky-stack-offset, 170px) !important;
    /* border-radius: 24px; */
    clip-path: inset(0 round 0 30px 30px 0);
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.sticky-stack__item:nth-child(1) {
    z-index: 10;
}

.sticky-stack__item:nth-child(2) {
    z-index: 20;
}

.sticky-stack__item:nth-child(3) {
    z-index: 30;
}

.sticky-stack__item:nth-child(4) {
    z-index: 40;
}



@media (max-width: 767px) {
    .sticky-stack {
        position: static !important;
    }

    .sticky-stack__title {
        position: static !important;
    }

    .sticky-stack__item {
        position: static !important;
    }

    .sticky-stack__item:nth-child(1),
    .sticky-stack__item:nth-child(2),
    .sticky-stack__item:nth-child(3),
    .sticky-stack__item:nth-child(4) {
        z-index: auto !important;
    }
}


/* section bản lĩnh trang ve-cavalry-coffee */

.wt-timeline-wrap>div:first-child {
    position: relative !important;
    max-height: 75vh !important;
    /* Giới hạn chiều cao hiển thị bằng 75% chiều cao màn hình */
    overflow-y: auto !important;
    /* Bật chế độ cuộn dọc nội bộ */
    overscroll-behavior-y: auto !important;
    /* Cuộn hết nội dung bên trong thì mới cuộn tiếp trang chính */

    /* Ẩn thanh cuộn trên Firefox và IE/Edge */
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    border-radius: 24px !important;
}

/* Ẩn thanh cuộn trên Chrome, Safari, Opera và Edge mới */
.wt-timeline-wrap>div:first-child::-webkit-scrollbar {
    display: none !important;
}

.wt-timeline-wrap>div:first-child::before {
    content: "" !important;
    position: absolute !important;
    top: 65px !important;
    height: var(--line-height, calc(100% - 65px)) !important;
    /* Định vị động thông qua Javascript tự động tính toán trục giữa khoảng trống gap */
    left: var(--line-x, 50%) !important;
    transform: translateX(-50%) !important;
    width: 16px !important;
    background-image: url('../images/time-line.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    /* kéo giãn ảnh khớp đúng chiều cao container */
    z-index: 32 !important;
}

@media (max-width: 767px) {
    .wt-timeline-wrap>div:first-child::before {
        display: none !important;
    }
}