.slide-show__img:after {
    background: #00000061;
    content: "";
    display: inline-block;
    height: 101%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.slide-show__img {
    position: relative;
}

.slide-show__img {
    height: 87vh;
    position: relative;
}

.slide-show__img img {
    display: block;
}

.slide-show__info {
    animation: fadeInUpX 1.2s ease-out;
    color: #fff;
    left: 50%;
    max-width: 1200px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}

h1.slide-show__title {
    color: #fcc650;
    font-family: Genos, sans-serif;
    font-size: 120px;
    font-weight: 500;
    text-shadow: unset;
    text-transform: uppercase;
}

.slide-show__subtitle {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.slide-show__content {
    margin-bottom: 30px;
    font-size: 21px;
}

.slide-show__cta {
    background: #fcc650;
    border: 2px solid transparent;
    border-radius: 50px;
    box-shadow: 0 8px 25px #0000004d, 0 4px 12px #0003;
    color: #fff;
    display: inline-block;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 600;
    letter-spacing: .05em;
    overflow: hidden;
    padding: 11px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.slide-show__cta:before {
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s ease;
    width: 100%;
}

.slide-show__cta:hover {
    border-color: #ffffff4d;
    box-shadow: 0 12px 35px #0006, 0 6px 18px #0000004d;
    color: #000;
    transform: translateY(-3px);
}

.slide-show__cta:hover:before {
    left: 100%;
}

.slider-slick-banner .slick-slide.slick-current.slick-active img {
    transform: scale(1.1);
    transition: 5s ease;
}

.slider-slick-banner {
    overflow: hidden;
}

section.product-hot {
    background: #000;
    padding: 34px 0;
}

.c-ttl__01 {
    color: #fff;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 6px;
}

.title-view-line {
    margin-bottom: 20px;
}

.title-view-line ul {
    display: flex;
    gap: 0 50px;
    justify-content: center;
}

li.item-line-product {
    background: url(https://papabanhbao.bivaco.com/_nuxt/PAPA-BANH-BAO-ICON-01-1.DqSyUK3n.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 82px;
    padding: 17px 48px 17px 18px;
}

.title-view-line ul li img {
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 141px;
}

.product-hot__desc {
    color: #fcc650;
    font-size: 29px;
    margin-bottom: 25px;
}

.product-column {
    padding-top: 10px;
}

.product-item {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    transition: .5s ease;
    gap: 0px 50px;
    padding: 0px 40px;
}

.product-hot .product-item__img {
    position: relative;
    width: 47%;
    z-index: 9;
}

.product-item__img img {
    transform: rotate(7deg);
}

.product-item__img img {
    object-fit: cover;
    padding: 20px;
    position: relative;
    transition: transform .3s ease-in-out;
    width: 100%;
    max-width: 100%;
    top: -26px;
}

.item-title-desktop {
    flex: 1;
    position: relative;
    text-align: left;
    z-index: 9999;
}

.product-item__ttl {
    width: 100%;
}

.product-item__ttl a {
    line-height: 1.2;
    margin-bottom: 10px;
    z-index: 999;
    color: #fff;
    display: block;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 70px;
    font-weight: 500;
}

a.btn-details {
    transition: .5s ease;
}

a.btn-details {
    background: #000;
    border-radius: 25px;
    font-size: 24px;
    padding: 7px 33px 7px 0;
    color: #fff;
}

.product-item:hover:after {
    opacity: 1;
}

.product-item:after {
    background: #773e16;
    border-radius: 25px;
    content: "";
    height: 88%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s ease;
    width: 100%;
}

.product-item:hover a.btn-details {
    padding-left: 35px;
    transition: .5s ease;
}

section.product-hot .row .product-item:nth-child(2n) .product-item__img {
    order: 2;
}


/* Wrapper vàng bên ngoài */
.box-features {
    background: #fcc651;
    padding: 30px 0px;
}

/* Khung đen bo tròn */
.features-slider-container {
    margin: 0 auto;
    background: #000;
    border-radius: 30px;
    padding: 30px 0px 30px;
    position: relative;
}

/* Slick root */
.features-slider-container .slick-slider {
    position: relative;
    padding: 0 50px;
    /* giống .swiper padding */
}

/* Track/list */
.features-slider-container .slick-track {
    display: flex;
    align-items: stretch;
}

.features-slider-container .slick-slide {
    height: auto;
    display: flex;
}

/* Feature item */
.features-slider-container .feature-item {
    width: 100%;
    height: 100%;
}

.features-slider-container .feature-content {
    text-align: center;
    background: #000;
    transition: all 0.3s ease;
    height: 100%;
}

.features-slider-container .feature-content:hover {
    border-color: #E5B960;
    transform: translateY(-5px);
}

/* Icon */
.features-slider-container .feature-icon {
    margin: 0 auto 25px;
}

.features-slider-container .feature-icon img,
.features-slider-container .feature-icon svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Text */
.features-slider-container .feature-text {
    color: #E5B960;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* Slick arrows */
.features-slider-container .slick-prev,
.features-slider-container .slick-next {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #E5B960;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* Slick default hides text with font-size:0, we’ll style ::before */
    z-index: 2;
}

/* vị trí mũi tên */
.features-slider-container .slick-prev {
    left: 0;
}

.features-slider-container .slick-next {
    right: 0;
}

/* hover arrow bg */
.features-slider-container .slick-prev:hover,
.features-slider-container .slick-next:hover {
    background: #E5B960;
}

/* icon arrow */
.features-slider-container .slick-prev:before,
.features-slider-container .slick-next:before {
    font-size: 18px;
    line-height: 50px;
    /* vertically center text in 50x50 circle */
    font-weight: bold;
    color: #E5B960;
    transition: all 0.3s ease;
    opacity: 1;
    font-family: "slick";
    /* slick sets this anyway */
}

/* đổi màu icon khi hover */
.features-slider-container .slick-prev:hover:before,
.features-slider-container .slick-next:hover:before {
    color: #000;
}

/* Slick disabled arrows */
.features-slider-container .slick-prev.slick-disabled,
.features-slider-container .slick-next.slick-disabled {
    opacity: 0.4;
    cursor: default;
}

/* Dots */
.features-slider-container .slick-dots {
    position: relative;
    bottom: -50px;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

.features-slider-container .slick-dots li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* dot button base */
.features-slider-container .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: rgba(229, 185, 96, 0.3);
    border-radius: 50%;
    border: 0;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
}

/* active dot */
.features-slider-container .slick-dots li.slick-active button {
    background: #E5B960;
    width: 30px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 1024px) {
    .features-slider-container {
        padding: 5px 60px 5px;
    }

    .features-slider-container .feature-text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .features-slider-container {
        padding: 5px 30px 5px;
        border-radius: 20px;
    }

    .features-slider-container .slick-slider {
        padding: 0 40px;
    }

    .features-slider-container .slick-prev,
    .features-slider-container .slick-next {
        width: 40px;
        height: 40px;
    }

    .features-slider-container .slick-prev:before,
    .features-slider-container .slick-next:before {
        font-size: 14px;
        line-height: 40px;
    }

    .features-slider-container .feature-text {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .features-slider-container .slick-slider {
        padding: 0 35px;
    }
}


.features-list {
    background: #000;
    border-radius: 30px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.why-choose-us {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    color: white;
    padding: 30px 0;
}

.why-choose-us__desc {
    margin-bottom: 31px;
    font-style: italic;
}

/* Wrapper */
.why-choose {
    text-align: center;
}

/* Hình icon */
.why-choose__img {
    height: 85px;
    animation: bounce 3s ease-in-out infinite;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Tiêu đề mỗi item */
.why-choose__ttl {
    font-size: 35px;
    margin-bottom: 8px;
    font-weight: bold;
    animation: fadeInUp 1s ease-out;
    color: #000;
}

/* Box từng item */
.why-choose__item {
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: fadeInUp 1s ease-out both;
    position: relative;
    overflow: hidden;
}

/* Mô tả */
.why-choose__desc {
    line-height: 1.5;
    font-size: 20px;
    min-height: 90px;
    color: #000;
}

/* Bounce animation cho icon */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Shine animation (hiện tại chưa áp dụng class vào phần tử nào,
   nhưng mình giữ nguyên vì bạn có thể thêm pseudo-element sau này) */
@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%) rotate(45deg);
        opacity: 0;
    }
}

/* fadeInUp animation đang được dùng ở .why-choose__ttl và .why-choose__item
   nên mình thêm định nghĩa luôn */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


.why-choose__img img {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 75px;
}

section.why-choose-us .c-ttl__01 h2 {
    color: #000;
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
}

section.why-choose-us .c-ttl__01 h2:before {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100px;
}

.why-choose-us .why-choose-us__desc {
    color: #000;
    font-size: 24px;
}

.why-choose-us__desc {
    font-style: italic;
    margin-bottom: 31px;
}


section.sec-refund .hero {
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
}

section.sec-refund {
    position: relative;
}

section.sec-refund:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000000d1;
}

section.sec-refund {
    background: #333 url("~~/assets/images/bg3.jpg") no-repeat center/cover;
}

section.sec-refund .headline {
    font-weight: 700;
    font-size: 38px;
    margin: 8px auto 8px;
}

section.sec-refund .subline {
    font-size: 20px;
    color: var(--muted);
    margin: 0 auto 20px;
    max-width: 40ch;
}

section.sec-refund ul.list {
    text-align: left;
}

section.sec-refund .list li {
    padding-bottom: 15px;
}

section.sec-refund .list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 21px;
    border-radius: 12px;
    padding: 14px 16px;
    backdrop-filter: saturate(1.1) blur(2px);
}

section.sec-refund .inner {
    width: 56%
}

.refund-main-img.logo {
    margin-bottom: 20px;
}

.refund-content ul li {
    margin-bottom: 5px;
    font-size: 22px;
}

.refund-content h3 {
    font-size: 29px;
    margin-bottom: 20px;
}

section.sec-refund .logo img {
    height: 200px;
}

@media(max-width:990px) {

    section.sec-refund .inner {
        width: 100%;
    }
}

section.sec-customer.sec-customer--2:before {
    content: "";
    background: #15110fed;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.c-ttl__01--white {
    color: #fff;
}

.c-ttl__01 {
    color: var(--color-1);
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 6px;
}

section.sec-customer.sec-customer--2 .ctnr {
    position: relative;
}

section.sec-customer.sec-customer--2 {
    padding-top: 40px;
    position: relative;
}

.c-ttl__01--white h2 {
    font-weight: 600;
    font-size: 47px;
    color: #fff;
}

.ta-center.customer-what__desc {
    font-size: 24px;
    color: #fff;
}

.customer-what__desc {
    font-style: italic;
    margin-bottom: 4.5rem;
}

.customer-what__item-img img {
    width: 100%;
    height: 100%;
}

.customer-what__item-img img {
    height: 415px;
    -o-object-fit: cover;
    object-fit: fill;
    width: 100%;
}

.customer-what__item-info {
    margin: 15px;
}

.customer-what__list.slick-initialized.slick-slider {
    margin: -15px;
}

.sec-customer--2 {
    background: url(https://papabanhbao.bivaco.com/_nuxt/bg-what.CIWT2P_s.jpg) no-repeat 50% / cover;
    padding-bottom: 40px;
}

section.sec-customer .item img {
    height: 320px;
    width: 100%;
    display: block;
}

section.sec-customer figure img {
    transform: scale(1);
    transition: .5s ease;
}

section.sec-customer figure img:hover {
    transform: scale(1.1);
    transition: .7s ease;
}

section.sec-customer figure {
    overflow: hidden;
}
