* {
    font-family: "Lexend", sans-serif;
}
.section-home {
    width: 100%;
    max-width: 1218px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.input__search__category_update{
    border-radius: .5rem 0 0 .5rem !important;
}
.input__search_keyword_update{
    border-radius: 0 !important;
}
.color-808080{
    color: #053C5E;
}
.color-00B0CB{
    color: #00B0CB;
}
.overflow-hidden {
    overflow: hidden
}
.item__category__title:after{
    display: none !important;
}
.compassion-image {
    width: 194px;
    height: 70px;
}

.image-logo {
    align-items: baseline;
    gap: 30px;
}

.save_the_children-image {
    width: 85px;
    height: 87px;
}

.unicef-image {
    width: 203px;
    height: 52px;
}

.item__title.text-brand-name {
    font-weight: 400;
}

.our-trusted-partners {
    color: #004080;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    font-family: 'Reddit Sans', sans-serif;
}

.supported-text {
    color: #00A0B2;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Mulish', sans-serif;
}

.home-search-form .nav__box__search {
    z-index: 1000;
}

.social-icons {
    gap: 80px;
}

.social-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 621px;
    height: 175px;
}

.new-adventures-img {
    position: relative;
}

.heading-home {
    color: #053C5E;
    font-size: 46px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.brand-card {
    text-decoration: none;
    color: inherit;
    display: block;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 288px !important;
}

.btn-action-slide.pull__left.todo-thing,
.btn-action-slide.pull__right.todo-thing {
    top: 190px !important;
}

.brand-card .position-relative {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.category-badge {
    position: absolute;
    bottom: 12px;
    left: 11px;
    background-color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #053C5E;
    white-space: nowrap;
    font-family: 'Reddit Sans', sans-serif;
}

.card-body {
    padding: 10px 0;
}

.brand-name {
    font-size: 24px;
    font-weight: 400;
    color: #053C5E;
}
.brand-cards-item{
    margin-right: 20px;
}
.brand-cards-item .brand-cards-img {
    aspect-ratio: 393 / 425;
    width: 393px !important;
}

.brand-cards-item .brand-cards-img img {
    object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .social-block {
        position: static;
        width: 100%;
    }

    .section-home {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 100px;
    }

    .brand-cards-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding-bottom: 20px;
        /* Thêm khoảng trống dưới để scrollbar không bị dính vào item */
        scrollbar-width: none;
        /* Ẩn scrollbar Firefox */
    }

    .brand-cards-container::-webkit-scrollbar {
        display: none;
        /* Ẩn scrollbar Chrome, Safari */
    }

    .brand-card {
        flex: 0 0 70%;
        /* Chiều rộng mỗi item trên mobile, hiển thị khoảng 1.5 item */
        max-width: 70%;
        scroll-snap-align: center;
    }
}

.text-brand-name {
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #053C5E !important;
    margin-bottom: 8px !important;
    height: auto !important;
}

.icon-next-update {
    color: #053C5E !important;
}

.sub-cate {
    font-family: 'Reddit Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #636363;
}

.sub-cate a {
    color: #636363;
    text-decoration: none;
}

.item__local,
.sub-cate a,
.review__number {
    font-family: "Reddit Sans", sans-serif !important;
}
.item__local, .review__number{
    color: #636363 !important;
}
.text-review-note {
    font-size: 20px;
    color: #474747;
}

.review__number {
    font-size: 12px !important;
}

.sub-cate a:hover {
    text-decoration: underline;
}

.sub-cate .divider {
    margin: 0 8px;
    color: #636363;
}

/* CSS mẫu cho .locations_items và .item */
.locations_items {
    padding: 0 15px;
    /* Thêm padding để có khoảng trống cho mũi tên */
}

.locations_items .slick-list {
    margin: 0 -15px;
    /* Giảm margin để các phần tử tràn ra ngoài */
}

.locations_items .item {
    width: 395px;
    border-radius: 8px;
    overflow: hidden;
    height: 247px;
}

.locations_items .item .item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.locations_items .item .item__content {
    line-height: 100%;
}

.locations_items .item .item__title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.home-search-form {
    height: 600px;
    position: relative;
    margin-bottom: 100px;
}

.home-search-form .nav__box__search {
    max-width: 1022px;
    margin: 0 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: .5rem;
    position: absolute;
    padding: 0 !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.btn-action-slide.pull__left {
    left: -25px !important;
    top: 115px !important;
}

.btn-action-slide.pull__right {
    right: -25px !important;
    top: 115px !important;
}

.btn-action-slide {
    display: flex;
    align-items: center;
    background: #fff !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    border: 1px solid #F6F6F6 !important;
    box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.1),
            -1px 1px 4px rgba(0, 0, 0, 0.1);
}
.icon-review {
    width: 48px !important;
    height: 33px !important;
}
.margin-icon-left{
    margin-left: 11px;
}
.margin-icon-right {
    margin-left: 13px;
}
.review-card-wrapper {
    width: 395px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 350px;
    background-color: #F9F9F9;
    border-radius: 20px;
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px;
    border-radius: 20px;
    background: #fff;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
    height: 100%;
}

.text-home-search-heading {
    color: white;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    white-space: nowrap;
}

.text-search-small {
    font-weight: 400;
    font-size: 24px;
    color: white;
    line-height: 100%;
    white-space: nowrap;
}

.btn__search-icon {
    background-color: #ffffff !important;
    color: #FF7C00 !important;
}

.home-search-form .nav__search__category__has--border:after {
    border-right: 2px solid #D1D1D1;
}

.quote-icon {
    font-size: 30px;
    color: #BABABA;
    margin-bottom: 15px;
}

.review-text {
    color: #474747;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    flex-grow: 1;
    margin-bottom: 20px;
}

.review-footer {
    border-top: 1px solid #f0f0f0;
    padding: 12px 15px 15px 15px;
    font-size: 14px;
    color: #777;
    left: 0;
    right: 0;
    bottom: 0;
}

.review-footer span {
    margin-right: 6px;
}

.bg-F9F9F9 {
    background-color: #F9F9F9;
}

.platform-link {
    font-weight: 300;
    color: #00B0CB;
    font-size: 20px;
    text-decoration: none;
}

.platform-link:hover {
    text-decoration: underline;
    color: #333;
}

.btn-card-review {
    padding: 8px auto;
    border-radius: 22px;
    border: 2px solid #F6F6F6;
    cursor: pointer;
}

.section-app {
    background: #fff;
}

.section-app h2 {
    font-size: 28px;
    color: #0d2c54;
}

.section-app p {
    font-size: 15px;
    line-height: 1.6;
}

.section-app .btn {
    border-radius: 25px;
    padding: 8px 22px;
    font-size: 14px;
}

.app-phone {
    height: 480px;
    transform: rotate(-6deg);
}

.qr-img {
    max-width: 160px;
    height: auto;
    transition: transform 0.2s ease-in-out;
}

.btn-see-more {
    padding: 10px 30px;
    color: #053C5E;
    border: 1px solid #053C5E;
    font-size: 18px;
    line-height: 100%;
    border-radius: 26px;
    text-decoration: none;
}

.image-top-home {
    object-fit: cover;
    object-position: center;
}

.section-home .new-features-img {
    padding: 0 !important;
}

.section-home .new-features-img img {
    object-position: center;
    object-fit: cover;
}

.new-features-content {
    display: flex;
    gap: 26px;
}

.new-features-img {
    width: calc(100% - 5px);
}

.section-donate {
    position: relative;
    height: 480px;
}

.image-donate img {
    object-position: center;
    object-fit: cover;
}

.review-donated-box {
    position: absolute;
    bottom: -50px;
    right: 58px;
    gap: 35px;
    font-size: 18px !important;
}

.embed-container>div {
    min-height: auto !important;
}

.section-note {
    padding-top: 68px;
}

.section-note-text {
    color: #053C5E;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    font-family: 'Mulish', sans-serif;
}

.see-more-review-donated {
    padding: 10px 30px;
    border-radius: 26px;
    border: 1px solid #053C5E;
    color: #053C5E;
    transition: 0.5s ease-in-out;
}

.see-more-review-donated:hover,
.btn-see-more:hover {
    background: #FF7C00;
    color: white;
    text-decoration: none;
    border-color: #FF7C00;
}

.new-adventures-content {
    height: 480px;
    position: relative;
}

.new-features-img {
    position: relative;
}

.new-features-text {
    position: absolute;
    bottom: 21px;
    left: 21px;
    right: 21px;
    width: calc(100% - 42px);
    background: #ffffff;
    padding: 11px 14px;
    border-radius: 10px;
    min-height: 109px;
}

.text-share-title {
    color: #00A0B2;
    font-size: 26px;
    font-weight: 500;
}

.text-share-content {
    color: #474747;
    font-weight: 300;
    font-size: 18px;
}

.image-store-top {
    width: 142px;
    height: 142px;
}

.image-store {
    width: 142px;
}

.donated-content {
    font-family: 'Reddit Sans', sans-serif;
    padding: 14px 24px 20px 24px;
    background-color: #00A0B2;
    border-radius: 50px;
    border: 8px solid #fff;
    align-items: baseline;
    gap: 10px;
}

.donated-content-text {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: white;

}

.donated-content-number {
    font-size: 50px;
    font-weight: 800;
}

.image-avatar-donate {
    position: absolute;
    width: 310px;
    height: 310px;
    overflow: hidden;
    border-radius: 50%;
    bottom: -80px;
    z-index: 10;
    left: -80px;
}

.image-avatar-donate img {
    object-position: center;
    object-fit: cover;
}

.image-donate {
    height: 480px;
    object-position: center;
    object-fit: cover;
}

.review-row-wrapper {
    overflow-x: hidden;
}

.review-row-wrapper .row {
    flex-wrap: nowrap;
}

.review-card {
    min-width: 280px;
}

.hashtags a {
    color: #474747;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.review-footer-btn {
    padding: 8px 0;
    border: 2px solid #F9F9F9;
    background: #ffffff;
    border-radius: 22px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    box-shadow:
        inset 3px 3px 4px rgba(0, 0, 0, 0.1),
        inset -3px -3px 3px #ffffff,
        inset 3px -3px 3px rgba(0, 0, 0, 0.05),
        inset -3px 3px 3px rgba(0, 0, 0, 0.05);
}

.app-note {
    font-size: 18px;
    color: #474747;
    font-weight: 300;
    line-height: 100%;
}

.brand-logo {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 577px;
    height: 210px;
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 19px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-sizing: border-box;
}

.dont-forget {
    font-size: 44px !important;
}

@media (max-width: 991px) {

    .app-note {
        font-size: 12px;
        font-weight: 400;
    }

    .image-donate {
        padding-bottom: 60px;
    }

    .new-features-text {
        bottom: 9px;
        left: 8px;
        right: 8px;
        width: calc(100% - 16px);
        padding: 7px 6x;
        min-height: 73px;
    }

    .text-share-title {
        font-size: 14px;
    }

    .text-share-content {
        font-size: 14px;
    }

    .hashtags a {
        font-size: 14px;
    }

    .review-card .review-text {
        font-size: 14px;
        font-weight: 300;
        line-height: 100%;
    }

    .section-note .section-note-text {
        padding: 0;
        color: #00A0B2;
        font-weight: 400;
        font-size: 14px;
        border: 3px solid #fff;
        font-family: 'Mulish', sans-serif;
    }

    .heading-home {
        font-weight: 700;
    }

    .new-features-content {
        flex-wrap: wrap;
    }

    .new-features-img {
        width: 100%;
        flex: 1 1 100%;
    }

    .btn-action-slide {
        display: none !important;
    }

    /* .section-home .new-features-img img {
             height: 100%;
         } */
    .image-top-home {
        height: 200px !important;
    }

    .text-home-search-heading {
        font-size: 21px;
        color: #053C5E;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
    }

    .text-search-small {
        font-size: 12px;
        color: #B0B0B0;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
    }

    .home-search-form {
        height: auto;
        padding: 0 16px;
        margin-bottom: 30px;
    }

    .review-card-wrapper {
        width: 267px
    }

    .home-search-form .nav__box__search {
        position: static;
        transform: none;
        margin: 8px 0 20px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .section-note {
        padding: 0;
    }

    .review-card {
        border-radius: 15px;
    }

    .donated-content {
        padding: 10px 12px;
        height: 45px;
        border-radius: 50px;
        border: 3px solid #fff;
    }

    .donated-content-text {
        font-size: 14px;
        line-height: 100%;
        color: white;
        font-weight: 600;
        font-family: 'Reddit Sans', sans-serif;
    }

    .review-card-wrapper {
        border-radius: 15px;
    }

    .donated-content-number {
        font-size: 20px;
        line-height: 100%;
        font-weight: 800;
    }

    .home-search-form .nav__box__search input.form-control.input__search__category,
    .home-search-form .nav__box__search input.form-control.input__search_keyword,
    .home-search-form .btn__search-icon {
        border-color: #ccc;
        border-left: none;
    }

    .locations_items .item {
        width: 267px;
        height: 170px;
    }

    .icon-next-update {
        display: none;
    }

    .heading-home {
        font-weight: 700;
        font-size: 20px;
    }

    .image-store {
        width: 100px;
    }

    .text-review-note {
        font-size: 14px;
    }

    .brand-logo {
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: calc(100% - 36px);
        max-width: 327px;
        height: 125px;
        padding: 10px;
    }

    .image-avatar-donate {
        bottom: 110px;
        right: -5px;
        left: auto;
        top: auto;
        width: 109px;
        height: 109px;
    }

    .our-trusted-partners {
        font-size: 20px;
    }

    .supported-text {
        font-size: 14px;
    }

    .compassion-image {
        width: 108px;
        height: 39px;
    }

    .image-logo {
        gap: 17px;
    }

    .save_the_children-image {
        width: 46px;
        height: 48px;
    }

    .unicef-image {
        width: 113px;
        height: 30px;
    }

    .donated-content {
        width: 50%;
        flex: 1 1 0%;
    }

    .review-footer-btn,
    .platform-link {
        font-size: 14px;
    }
    .brand-cards-item .brand-cards-img{
        width: 267px;
    }
    .dont-forget {
        font-size: 20px !important;
    }
        .icon-review {
            width: 39px !important;
            height: 27px !important;
        }
        .section-home{
            margin-bottom: 30px;
        }
.btn-see-more{
    padding:6px 22px;
    font-size: 16px;
}
.brand-name{
    font-size: 18px !important;
}
.app-phone{
    max-width: 200px;
    height: auto;
}
}

@media (max-width: 1218px) {
    .section-home {
        padding: 0 16px;
    }

    .main.page__home {
        overflow: hidden;
    }
}