﻿body {
    /* font-family: Inter, sans-serif; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    text-align: left;
    background-color: #e5e5e5;
}

.image-component {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1px;
    min-width: 1px
}

    .image-component .image-component--img.image-component--fit {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%
    }

    .image-component.image-component--contain .image-component--img {
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 100%;
        max-width: 100%
    }

    .image-component.image-component--fill {
        width: 100%;
        height: 100%
    }

        .image-component.image-component--fill .image-component--img {
            display: block;
            -o-object-fit: contain;
            object-fit: contain;
            max-height: 100%;
            max-width: 100%;
            width: 100%;
            height: 100%
        }

.fill {
    position: relative;
    width: 100%
}

.fill--child {
    position: absolute;
    top: 0;
    left: 0
}

  

.lazy {
    min-height: 1px;
    min-width: 1px
}



.header-simple {
    position: relative;
    transition: all .5s ease-out
}

    .header-simple:not(.transparent-header) .header-content {
        position: fixed;
        top: 0;
        background-color: #fff;
        box-shadow: 0 1px 0 #cfcfcf
    }

    .header-simple .header-placeholder {
        flex-basis: 72px
    }

    .header-simple .header-content {
        position: fixed;
        background-color: #fff;
        height: 72px;
        z-index: 999;
        transition: all .5s ease-out
    }

    .header-simple .header-content-wrapper {
        height: 72px
    }

    .header-simple .header-content.active {
        background-color: #fff;
        border-bottom: 1px solid #d9d9d9;
    }

    .header-simple .header-logo-container {
        flex: 0 0 auto;
        min-width: 40px;
        margin-right: 20px
    }

    .header-simple .header-logo {
        transition: opacity .1s ease-out
    }

        .header-simple .header-logo img {
            height: 45px;
            max-height: 100%;
            max-width: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

@media(max-width: 567px) {
    .header-simple .header-logo img {
        height: 35px
    }
}

.header-simple .open-link {
    height: 36px;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #0082f5;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 0 16px
}

@media(min-width: 992px) {
    .header-simple .header-logo {
        transition: opacity .1s ease-out
    }

        .header-simple .header-logo img {
            height: 44px;
            margin-bottom: 5px
        }
}

.header-simple .menuHeader {
    display: flex;
    justify-content: space-between;
    align-items: center
}
  
    .header-simple .menuHeader .boxMenu {
        width: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-right: 24px;*/
        gap: 35px
    }

        .header-simple .menuHeader .boxMenu .itemMenu {
            color: #393939;
            font-weight: 500;
            font-size: 13px;
            cursor: pointer
        }

            .header-simple .menuHeader .boxMenu .itemMenu:hover {
                color: #0082f5;
            }

            .header-simple .menuHeader .boxMenu .itemMenu::after {
                content: "";
                background: #4285F4;
                height: 2px;
                position: absolute;
                width: 100%;
                left: 0px;
                bottom: 1px;
                transition: all 250ms ease 0s;
                transform: scale(0);
            }

            .header-simple .menuHeader .boxMenu .itemMenu:hover {
                transform: scale(1);
            }

            .header-simple .menuHeader .boxMenu .itemMenu::after {
                background: #21527d none repeat scroll 0% 0%;
                color: #fff;
            }

    .header-simple .menuHeader .boxSearchAndLogin {
        width: 25%;
        display: flex;
        justify-content: space-between
    }

        .header-simple .menuHeader .boxSearchAndLogin .input-search-header {
            width: 100%;
            margin-left: 20px;
        }

    .header-simple .menuHeader .boxLogined {
        display: flex;
        align-items: center
    }

        .header-simple .menuHeader .boxLogined .boxIconNoti {
            cursor: pointer;
            margin-right: 10px;
            position: relative
        }

        .header-simple .menuHeader .boxLogined .wrapperListNotis {
            border-radius: 10px;
            position: absolute;
            width: 423px;
            background: #fff;
            padding: 24px;
            box-shadow: 0 1px 16px 0 rgba(56,56,56,.149);
            right: -80px;
            top: 130%
        }

            .header-simple .menuHeader .boxLogined .wrapperListNotis .headerNoti {
                display: flex;
                justify-content: space-between;
                padding: 10px 0
            }

                .header-simple .menuHeader .boxLogined .wrapperListNotis .headerNoti h3 {
                    font-size: 20px;
                    color: #393939;
                    font-weight: 600
                }

                .header-simple .menuHeader .boxLogined .wrapperListNotis .headerNoti .textMarkRead {
                    color: #0082f5;
                    font-size: 14px;
                    font-weight: 500;
                    cursor: pointer
                }

    .header-simple .menuHeader .btnLogin {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 17px;
        color: #393939;
        cursor: pointer
    }

        .header-simple .menuHeader .btnLogin:hover {
            color: var(--primary-500,#0082f5)
        }

    .header-simple .menuHeader .btn-primary {
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        gap: 3px
    }

        .header-simple .menuHeader .btn-primary.dropdown-toggle:focus {
            box-shadow: none !important
        }

    .header-simple .menuHeader .dropdown-toggle:after {
        display: none !important
    }

    .header-simple .menuHeader .dropdown-menu.show {
        box-shadow: 0 1px 16px 0 rgba(0,0,0,.149);
        border-radius: 16px;
        padding: 8px 0;
        border: none;
        inset: 0 auto auto -100px !important
    }

        .header-simple .menuHeader .dropdown-menu.show .dropdown-item {
            text-align: left !important;
            font-size: 14px;
            font-weight: 400;
            color: #393939;
            text-align: center;
            border-bottom: 1px solid #eee;
            padding: 8px 24px;
            cursor: pointer
        }

            .header-simple .menuHeader .dropdown-menu.show .dropdown-item:last-child {
                border-bottom: none
            }

            .header-simple .menuHeader .dropdown-menu.show .dropdown-item:hover {
                color: var(--primary-500,#0082f5)
            }

    .header-simple .menuHeader .dropdownLogged .btnDropdownLogged {
        display: flex;
        background-color: #fff
    }

.header-mobile .boxIconNoti {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative
}

.header-mobile .wrapperListNotis {
    border-radius: 10px;
    position: absolute;
    width: 85vw;
    background: #fff;
    padding: 24px 16px;
    box-shadow: 0 1px 16px 0 rgba(56,56,56,.149);
    right: -35vw;
    top: 130%
}

    .header-mobile .wrapperListNotis .headerNoti {
        display: flex;
        justify-content: space-between;
        padding: 10px 0
    }

        .header-mobile .wrapperListNotis .headerNoti h3 {
            font-size: 20px;
            color: #393939;
            font-weight: 600
        }

        .header-mobile .wrapperListNotis .headerNoti .textMarkRead {
            color: #0082f5;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer
        }

.input-search-header {
    margin-bottom: 24px;
    margin-top: 24px;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 20px;
    position: relative
}

    .input-search-header img {
        position: absolute
    }

    .input-search-header .icon-search {
        cursor: pointer;
        padding: 10px 12px 10px 24px
    }

    .input-search-header .input-field {
        width: 100%;
        padding: 10px 15px 10px 50px;
        border: 1px solid #e0e0e0;
        border-radius: 20px
    }

        .input-search-header .input-field::-moz-placeholder {
            color: #a8a8a8;
            font-size: 14px;
            font-weight: 400
        }

        .input-search-header .input-field:-ms-input-placeholder {
            color: #a8a8a8;
            font-size: 14px;
            font-weight: 400
        }

        .input-search-header .input-field::placeholder {
            color: #a8a8a8;
            font-size: 14px;
            font-weight: 400
        }

    .input-search-header .icon-clear-search {
        position: absolute;
        padding: 7px 0;
        right: 16px;
        cursor: pointer
    }




.menuMobile {
    display: none;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: relative;
    width: 100%;
    z-index: 3;
}

    .menuMobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .menuMobile li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }

        .menuMobile li a:hover,
        .menuMobile .menu-btn:hover {
            background-color: #f4f4f4;
        }

    .menuMobile .logo {
        display: block;
        float: left;
        font-size: 2em;
        padding: 10px 20px;
        text-decoration: none;
    }

    /* menu */

    .menuMobile .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    /* menu icon */

    .menuMobile .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

        .menuMobile .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .menuMobile .menu-icon .navicon:before,
            .menuMobile .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .menuMobile .menu-icon .navicon:before {
                top: 5px;
            }

            .menuMobile .menu-icon .navicon:after {
                top: -5px;
            }

    /* menu btn */

    .menuMobile .menu-btn {
        display: none;
    }

        .menuMobile .menu-btn:checked ~ .menu {
            max-height: 400px;
        }

        .menuMobile .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .menuMobile .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .menuMobile .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .menuMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .menuMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

/* 48em = 768px */

@media (min-width: 768px) {

    
    .menuMobile li {
        float: left;
    }

        .menuMobile li a {
            padding: 20px 30px;
        }

    .menuMobile .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .menuMobile .menu-icon {
        display: none;
    }
}

.box_content div, .box_content section, .box_content p {
    max-width: 100% !important;
}
@media(max-width: 767.98px) {
    .banner_thiennguyen {
        background-size: contain !important;
    }
    .input-search-header {
        margin: 0 16px
    }

    .menuDesktop {
        display: none !important;
    }


    .menuMobile {
        display: block !important;
    }
    .arrow--left, .arrow--right {
        display: none !important;
    }
}



.footer-custom {
    background-color: #def2fb;
    padding: 20px 0 0
}

    .footer-custom .container {
        max-width: 1200px;
        width: 100%;
        padding: 0 50px
    }

        .footer-custom .container img {
            max-width: 75px
        }

        .footer-custom .container .desc {
            width: 70%
        }

        .footer-custom .container .listMenu {
            padding: 10px 0 17px;
            display: flex;
            gap: 56px;
            flex-wrap: wrap
        }

            .footer-custom .container .listMenu .itemMenu {
                cursor: pointer;
                font-size: 17px;
                font-weight: 500;
                line-height: 21px;
                color: #0082f5
            }

    .footer-custom .footer-links a {
        color: #858585;
        text-decoration: underline
    }

@media(max-width: 767.98px) {
    .footer-custom .listMenu {
        gap: 10px !important
    }

        .footer-custom .listMenu .itemMenu {
            width: 48% !important
        }

    .footer-custom .unit-item {
        width: 100%
    }

    .footer-custom .container .desc {
        width: 100%;
        padding: 0 !important
    }
}

@media(max-width: 575.98px) {
    .footer-custom .container {
        padding: 0 25px
    }

        .footer-custom .container .itemMenu {
            width: 100% !important;
            text-align: center
        }

        .footer-custom .container .desc {
            font-size: 15px
        }
}

@media(max-width: 494px) {
    .footer-custom .terms {
        padding: 10px 0 15px !important
    }

    .footer-custom .footer-links a {
        font-size: 15px
    }
}

.left-arrow, .right-arrow {
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #ddd
}


.arrow {
    width: 60px;
    height: 60px;
    fill: #98ddfe
}

[class*=" number-slide"], [class^=number-slide] {
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    height: 300px;
    max-height: 100vh
}

.navigation-wrapper {
    position: relative
}

.slider-dots {
    padding: 10px 0
}

.dot, .slider-dots {
    display: flex;
    justify-content: center
}

.dot {
    border: none;
    width: 12px;
    height: 12px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer
}

    .dot:focus {
        outline: none
    }

    .dot.active {
        background: #fc6341
    }

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background-color: #98ddfe
}

.arrow--left {
    left: -43px;
    display: flex;
    justify-content: right
}

.arrow--right {
    left: auto;
    right: -43px
}

    .arrow--right svg {
        transform: rotate(180deg)
    }


#btn-care-event .btn-care {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    padding: 6px 12px;
    background: linear-gradient(270deg, #0082f5, #ff526a);
    border: none;
    z-index: 999;
    width: 100%
}

    #btn-care-event .btn-care span {
        font-size: 12px;
        font-weight: 500;
        color: #fff
    }

#btn-care-event .dropdown .dropdown-toggle {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 8px
}

    #btn-care-event .dropdown .dropdown-toggle:after {
        display: none
    }

#btn-care-event .dropdown .btn-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #fee8cb;
    color: #3e7ff9;
    font-weight: 500;
    line-height: 16.8px;
    font-size: 12px;
    border: none
}

    #btn-care-event .dropdown .btn-dropdown img {
        width: 16px;
        height: 16px;
        margin-left: 8px
    }

#btn-care-event .dropdown .dropdown-menu {
    width: 200px;
    height: 164px;
    box-shadow: 0 1px 16px 0 rgba(56,56,56,.149);
    border-radius: 16px;
    border: none;
    transform: translate3d(0,38px,0) !important;
    overflow: hidden
}

#btn-care-event .dropdown .dropdown-item {
    padding: 0
}

    #btn-care-event .dropdown .dropdown-item .item {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: #fff;
        padding: 12px 24px;
        font-size: 14px;
        color: #393939
    }

        #btn-care-event .dropdown .dropdown-item .item.-active {
            color: #3e7ff9
        }

#btn-care-event .show.dropdown .btn-dropdown img {
    rotate: 180deg
}

#btn-care-event.-disable {
    cursor: not-allowed
}

    #btn-care-event.-disable .dropdown {
        pointer-events: none
    }


.footerCardEvent .boxBtnFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

    .footerCardEvent .boxBtnFooter .boxBtnCare {
        width: 100%
    }

    .footerCardEvent .boxBtnFooter .boxIconShare {
        width: 20%;
        border: 1px solid #0082f5;
        box-sizing: border-box;
        height: 30px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }

    .footerCardEvent .boxBtnFooter .boxIconOnlyShare {
        display: flex;
        justify-content: center;
        align-items: inherit;
        gap: 8px;
        height: 30px;
        line-height: 30px;
        border-radius: 8px;
        border: 1px solid #0082f5;
        width: 100%;
        text-align: center;
        color: #0082f5;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer
    }

.footerCardEvent .boxNumberPerson {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

    .footerCardEvent .boxNumberPerson .textPerson {
        display: flex;
        align-items: center;
        gap: 2px;
        color: #6f6f6f;
        font-size: 12px;
        font-weight: 400
    }

        .footerCardEvent .boxNumberPerson .textPerson .numberPerson {
            font-weight: 600
        }

        .footerCardEvent .boxNumberPerson .textPerson .dotNb {
            display: inline-block;
            width: 4px;
            height: 4px;
            background-color: #6f6f6f;
            border-radius: 50%;
            margin: 0 8px
        }




#section-welcome {
    position: relative
}

    #section-welcome .banner_vraces {
        height: 100%
    }

        #section-welcome .banner_vraces img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    #section-welcome .slider-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px
    }

.banner_thiennguyen {
    background-size: cover;
    background-origin: content-box;
    background-image: url(/skin/images/banerWeb.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%
}

.banner_thiennguyen img{
  max-width: 100%;
}


    .banner_thiennguyen .inner-section-welcome {
        display: flex
    }

    .banner_thiennguyen .img1 {
        top: 10%;
        left: 50%;
        width: 40px
    }

    .banner_thiennguyen .img2 {
        bottom: 15%;
        left: 45%;
        width: 40px
    }

    .banner_thiennguyen .welcome {
        margin-top: 130px
    }

        .banner_thiennguyen .welcome .title {
            font-size: 48px;
            line-height: 126%;
            font-weight: 600
        }

        .banner_thiennguyen .welcome .down-app {
            padding-top: 50px;
            color: #191919;
            font-size: 20px;
            font-weight: 700;
            line-height: 142%
        }

        .banner_thiennguyen .welcome .download-app {
            padding-top: 18px
        }

            .banner_thiennguyen .welcome .download-app .btn-download-group a {
                margin-right: 20px
            }

            .banner_thiennguyen .welcome .download-app .btn-download-app {
                display: inline-table;
                max-width: 150px
            }

            .banner_thiennguyen .welcome .download-app .qr-code-logo {
                visibility: hidden;
                transition: opacity .75s ease-out;
                opacity: 0;
                height: 0
            }

            .banner_thiennguyen .welcome .download-app .btn-download-app:hover + .qr-code-logo {
                visibility: visible;
                opacity: 1;
                animation: fadeIn .75s
            }

            .banner_thiennguyen .welcome .download-app .qr-code-logo {
                display: flex;
                z-index: 3;
                pointer-events: none;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 250px;
                height: 250px;
                border: 1px solid #858585;
                border-radius: 8px;
                background: #fff
            }

            .banner_thiennguyen .welcome .download-app .appstore {
                position: absolute;
                bottom: -20%;
                right: 75%;
                transform: translate(-4%,-100%)
            }

            .banner_thiennguyen .welcome .download-app .chplay {
                position: absolute;
                bottom: -20%;
                left: 15%;
                transform: translate(4%,-100%)
            }

            .banner_thiennguyen .welcome .download-app .qrcode-text {
                font-size: 16px;
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 10px 20px
            }

            .banner_thiennguyen .welcome .download-app .qr-code-logo img {
                max-width: 75% !important;
                max-height: 75% !important;
                width: auto !important;
                height: auto !important;
                margin-bottom: 0;
                border-radius: 8px;
                position: absolute;
                top: 0;
                padding-top: 15px
            }

    .banner_thiennguyen .img_banner {
        margin-top: 65px;
        width: 475px;
        position: relative
    }

        .banner_thiennguyen .img_banner .navigation-wrapper {
            width: 475px;
            margin: 0 auto
        }

            .banner_thiennguyen .img_banner .navigation-wrapper img {
                width: 100%
            }

@media(max-width: 1199.98px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .banner_thiennguyen .welcome {
            padding-bottom: 50px
        }

        #section-welcome .banner_thiennguyen .img_banner {
            top: -50px;
            width: 300px
        }

        #section-welcome .banner_vraces {
            height: 100%
        }
    .box_content img{
        max-width: 100% !important;
        height: auto !important;
    }
}

@media(max-width: 991.98px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .img2 {
            bottom: -2%;
            left: 47%
        }

        #section-welcome .welcome {
            padding-bottom: 50px;
            width: 50%
        }

            #section-welcome .welcome .title {
                font-size: 28px
            }

            #section-welcome .welcome .down-app {
                font-size: 18px
            }

        #section-welcome .img_banner {
            top: 0
        }
}

@media(max-width: 767.98px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .img1 {
            right: 7%;
            left: unset
        }

        #section-welcome .img2 {
            display: none
        }

        #section-welcome .welcome {
            padding-bottom: 0;
            width: 100%;
            text-align: center
        }

            #section-welcome .welcome .title {
                padding: 0 60px
            }

            #section-welcome .welcome .download-app .btn-download-group .btn-download-app:hover + .qr-code-logo {
                visibility: hidden
            }

        #section-welcome .inner-section-welcome {
            display: flex;
            flex-direction: column;
            align-items: center
        }

        #section-welcome .img_banner {
            margin-top: 30px
        }

            #section-welcome .img_banner .navigation-wrapper {
                width: 375px
            }
}

@media(max-width: 575.98px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .welcome {
            padding: 20px 0 0
        }

            #section-welcome .welcome .title {
                font-size: 23.4633px;
                line-height: 133%;
                padding-left: 42px;
                padding-right: 27px
            }

            #section-welcome .welcome .down-app {
                padding-top: 25px
            }

            #section-welcome .welcome .download-app {
                display: inline;
                display: initial
            }

                #section-welcome .welcome .download-app .btn-download-group {
                    padding-top: 20px
                }

                    #section-welcome .welcome .download-app .btn-download-group a {
                        margin-right: 0
                    }

                    #section-welcome .welcome .download-app .btn-download-group .app-store {
                        margin-right: 10px
                    }

                #section-welcome .welcome .download-app .btn-download-app {
                    display: inline-table;
                    max-width: 176px;
                    margin-bottom: 15px
                }
}

@media(max-width: 494px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .welcome {
            margin-top: 30px
        }

            #section-welcome .welcome .download-app .btn-download-app {
                margin: 7px auto
            }

                #section-welcome .welcome .download-app .btn-download-app .app-store {
                    margin-right: 0
                }

            #section-welcome .welcome .title {
                padding: 0;
                font-size: 23px
            }

        #section-welcome .img_banner .navigation-wrapper {
            width: 360px
        }
}

@media(max-width: 400px) {
    #section-welcome {
        height: unset
    }

        #section-welcome .welcome .download-app .btn-download-group .app-store {
            margin-right: 0
        }

        #section-welcome .img_banner .navigation-wrapper {
            width: 360px
        }
}



#review-section {
    background: linear-gradient(180deg, rgba(255, 221, 193, 0), rgb(193 237 255 / 53%) 46.8%, rgba(255, 221, 193, 0));
    position: relative;
    padding-bottom: 170px;
    line-height: 140%
}

    #review-section .item-background .item {
        position: absolute;
        z-index: 10;
        opacity: .5
    }

    #review-section .item-background .item2 {
        top: 123px;
        right: 80px;
        width: 300px;
        height: 118px
    }

    #review-section h2 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 56px;
        margin-bottom: 50px;
        display: inline-block;
        position: relative
    }

        #review-section h2:after, #review-section h2:before {
            content: "";
            display: block;
            width: 64px;
            height: 2px;
            border-radius: 4px;
            background: #0082f5;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%)
        }

        #review-section h2:before {
            left: -40px
        }

        #review-section h2:after {
            right: -104px
        }

    #review-section .review {
        position: relative;
        z-index: 90
    }

        #review-section .review .card {
            background-color: unset;
            margin-top: 64px;
            border: none;
            position: relative
        }

            #review-section .review .card .card-top {
                padding: 0 24px
            }

                #review-section .review .card .card-top .border-ava {
                    width: 128px;
                    height: 128px;
                    padding: 8px;
                    border-radius: 100%;
                    border: 3px solid #31b3ff;
                    background: #fff5ea;
                    position: absolute;
                    top: -64px
                }

                    #review-section .review .card .card-top .border-ava .avatar {
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                        -o-object-fit: cover;
                        object-fit: cover
                    }

            #review-section .review .card .card-body {
                border-radius: 20px 20px 0 0;
                padding: 80px 24px 0;
                background-color: #fff
            }

                #review-section .review .card .card-body .fullname {
                    font-weight: 700;
                    line-height: 28px
                }

                #review-section .review .card .card-body .position {
                    font-size: 16px;
                    color: #0082f5;
                    margin-bottom: 16px
                }

                #review-section .review .card .card-body .description {
                    font-size: 16px;
                    line-height: 26px
                }

            #review-section .review .card .custom-shape {
                width: 100%;
                height: 57px;
                background: #fff;
                position: relative;
                clip-path: polygon(0 0,110% 0,98% 40%,0 100%);
                border-bottom-left-radius: 20px
            }

                #review-section .review .card .custom-shape:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    clip-path: polygon(0 0,100% 0,100% 100%,0 70%);
                    z-index: -1;
                    transform: translateY(-5px)
                }

@media(max-width: 767.98px) {
    #review-section h2:after, #review-section h2:before {
        display: none
    }
}

#campaign-popular {
    background-color: #cde7f3;
    padding-bottom: 24px;
    line-height: 140%
}

    #campaign-popular h1 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 56px;
        display: inline-block;
        position: relative
    }

        #campaign-popular h1:after, #campaign-popular h1:before {
            content: "";
            display: block;
            width: 64px;
            height: 2px;
            border-radius: 4px;
            background: #00b1f5;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%)
        }

        #campaign-popular h1:before {
            left: -40px
        }

        #campaign-popular h1:after {
            right: -104px
        }

    #campaign-popular .create-by {
        font-size: 17px
    }

    #campaign-popular .see-more {
        color: #0082f5;
        border: none;
        background-color: unset;
        font-size: 17px
    }

    #campaign-popular .transactions {
        width: 674px;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid var(--primary-400,#3e7ff9);
        border-radius: 100px;
        height: 40px;
        margin: auto auto 24px
    }

        #campaign-popular .transactions .keen-slider {
            height: 40px;
            border-radius: 150px
        }

            #campaign-popular .transactions .keen-slider .keen-slider__slide {
                padding-right: 20px
            }

            #campaign-popular .transactions .keen-slider .transaction-info {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 40px;
                transition: all #0082f5 .1s
            }

                #campaign-popular .transactions .keen-slider .transaction-info .donate-info {
                    display: flex;
                    align-items: center;
                    line-height: 1;
                    font-size: 14px;
                    height: 40px
                }

                    #campaign-popular .transactions .keen-slider .transaction-info .donate-info img {
                        width: 40px;
                        height: 40px;
                        border-radius: 50px;
                        margin-right: 15px
                    }

                    #campaign-popular .transactions .keen-slider .transaction-info .donate-info .donate-name {
                        font-weight: 600;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden
                    }

                    #campaign-popular .transactions .keen-slider .transaction-info .donate-info .donate-amount {
                        color: #0082f5
                    }

                #campaign-popular .transactions .keen-slider .transaction-info .donate-time {
                    font-size: 13px;
                    color: #858585;
                    width: 95px
                }

    #campaign-popular .no-campaign {
        display: flex;
        justify-content: center;
        text-align: center
    }

        #campaign-popular .no-campaign img {
            display: block;
            width: 213px;
            height: 178px
        }

        #campaign-popular .no-campaign p {
            font-size: 14px;
            margin-top: 30px
        }

    #campaign-popular .campaign {
        margin-top: 24px
    }

        #campaign-popular .campaign .card {
            border-radius: 24px;
            border: 0;
            margin: 0 0 32px;
            background-color: #fff;
            box-shadow: 0 8px 24px hsla(210,8%,62%,.2)
        }

            #campaign-popular .campaign .card:hover {
                cursor: pointer
            }

            #campaign-popular .campaign .card .card-top {
                padding: 0
            }

                #campaign-popular .campaign .card .card-top img {
                    width: 100%;
                    border-top-left-radius: 24px;
                    border-top-right-radius: 24px;
                    height: 256px;
                    -o-object-fit: cover;
                    object-fit: cover
                }

                #campaign-popular .campaign .card .card-top .remain-time {
                    position: absolute;
                    left: 16px;
                    top: 16px;
                    background-color: #f4f4f4;
                    padding: 4px 24px;
                    border-radius: 12px;
                    font-size: 14px
                }

            #campaign-popular .campaign .card .card-body {
                padding: 16px;
                justify-content: space-between
            }

                #campaign-popular .campaign .card .card-body .campaign-name {
                    font-size: 17px;
                    color: #393939;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    margin-bottom: 12px;
                    font-weight: 700
                }

                #campaign-popular .campaign .card .card-body .donate .companion {
                    margin-bottom: 12px;
                    font-size: 14px;
                    font-weight: 400
                }

                    #campaign-popular .campaign .card .card-body .donate .companion span {
                        font-weight: 600;
                        color: #0082f5
                    }

                #campaign-popular .campaign .card .card-body .donate .progress {
                    border-radius: 11px;
                    height: 10px;
                    margin-bottom: 8px
                }

                    #campaign-popular .campaign .card .card-body .donate .progress .bg-chart {
                        border-radius: 10px;
                        background: linear-gradient(270deg, #3886ff, #ff5a5a)
                    }

                #campaign-popular .campaign .card .card-body .donate .campaign-amount {
                    font-size: 14px;
                    display: flex;
                    justify-content: space-between
                }

                    #campaign-popular .campaign .card .card-body .donate .campaign-amount .amount {
                        font-size: 16px;
                        color: #0082f5;
                        font-weight: 600
                    }

@media(max-width: 767.98px) {
    #campaign-popular {
        height: auto;
        padding: 30px 0
    }

        #campaign-popular h1:after, #campaign-popular h1:before {
            display: none
        }

        #campaign-popular .transactions {
            width: auto
        }

            #campaign-popular .transactions .transaction-info .donate-info .donate-name {
                width: unset !important
            }

            #campaign-popular .transactions .transaction-info .donate-info .donate-amount {
                color: #0082f5
            }

            #campaign-popular .transactions .transaction-info .donate-time {
                display: none
            }
}

#listEventsHomePage {
    background: #eef4f9;
    position: relative;
    padding-bottom: 40px;
    line-height: 140%;
}

    #listEventsHomePage h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 40px 0;
        display: inline-block;
        position: relative
    }

        #listEventsHomePage h2:after, #listEventsHomePage h2:before {
            content: "";
            display: block;
            width: 64px;
            height: 2px;
            border-radius: 4px;
            background: #0082f5;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%)
        }

        #listEventsHomePage h2:before {
            left: -40px
        }

        #listEventsHomePage h2:after {
            right: -104px
        }

    #listEventsHomePage .slick-track {
        display: flex
    }

    #listEventsHomePage .slick-slide {
        margin-left: 12px;
        margin-right: 12px
    }

    #listEventsHomePage .slick-list {
        margin-left: -24px;
        margin-right: -24px;
        overflow: visible;
        z-index: 1
    }

    #listEventsHomePage .cardEvent {
        transition: all .15s ease-in-out;
        box-sizing: border-box;
        border-radius: 16px;
        background-color: #fff
    }

        #listEventsHomePage .cardEvent .boxBg {
            cursor: pointer;
            border-radius: 16px 16px 0 0;
            width: 100%;
            height: 246px;
            -o-object-fit: cover;
            object-fit: cover;
            background-size: cover;
            background-position: 50%;
            position: relative
        }

            #listEventsHomePage .cardEvent .boxBg .categoryName {
                position: absolute;
                left: 24px;
                top: 16px;
                padding: 4px 12px;
                border-radius: 8px;
                font-size: 12px;
                font-weight: 400
            }

        #listEventsHomePage .cardEvent .infoEvent {
            padding: 12px 24px;
            background-color: #fff;
            border-radius: 0 0 16px 16px
        }

            #listEventsHomePage .cardEvent .infoEvent .boxTime {
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                color: #525252;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical
            }

                #listEventsHomePage .cardEvent .infoEvent .boxTime:first-letter {
                    text-transform: uppercase
                }

            #listEventsHomePage .cardEvent .infoEvent .boxTimeActive {
                color: #0082f5
            }

            #listEventsHomePage .cardEvent .infoEvent .boxName {
                cursor: pointer;
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                color: #393939;
                margin: 4px 0 8px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical
            }

    #listEventsHomePage .item-background .item {
        position: absolute;
        opacity: .5;
    }

    #listEventsHomePage .item-background .item1 {
        top: 0;
        left: 0;
        height: 150px;
        width: 100px;
    }

    #listEventsHomePage .item-background .item2 {
        top: 30px;
        right: 80px;
        width: 48px;
        height: 48px;
    }

    #listEventsHomePage .item-background .item3 {
        bottom: 70px;
        left: 40px;
        width: 48px;
        height: 48px;
    }

    #listEventsHomePage .item-background .item4 {
        width: 150px;
        height: 100px;
        right: 70px;
        bottom: 40px;
    }
    #listEventsHomePage .see-more a {
        margin-top: 20px;
        color: #0082f5;
        border: none;
        background-color: unset;
        font-size: 17px;
        display: block;
    }



@media(max-width: 768px) {
    #listEventsHomePage {
        padding: 0 15px
    }
    .desc-content-custom img, .desc-content-custom div, .desc-content-custom p, .desc-content-custom select {
        width: 100% !important;
        height: auto !important;
    }
}


.campaignsOther .lineHorizontal {
    border: 4px solid #f4f4f4;
    margin-bottom: 32px
}

.campaignsOther .boxTitle {
    display: flex;
    justify-content: space-between
}

    .campaignsOther .boxTitle .title {
        font-size: 17px;
        font-weight: 600;
        color: #393939;
        margin-bottom: 24px
    }

    .campaignsOther .boxTitle .viewAll {
        font-size: 17px;
        font-weight: 400;
        color: #0082f5;
        cursor: pointer
    }

.campaignsOther .card-campaigns {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    box-shadow: 0 8px 24px hsla(210,8%,62%,.2)
}

    .campaignsOther .card-campaigns .card-top {
        padding: 0
    }

        .campaignsOther .card-campaigns .card-top img {
            width: 100%;
            height: 215px;
            object-fit: cover;
        }

        .campaignsOther .card-campaigns .card-top .remain-time {
            position: absolute;
            left: 10px;
            top: 10px;
            background-color: #f4f4f4;
            padding: 4px 24px;
            border-radius: 12px;
            font-size: 14px
        }

    .campaignsOther .card-campaigns .card-body {
        padding: 0 15px 15px;
        justify-content: space-between;
        background-color: #f4f4f4
    }

        .campaignsOther .card-campaigns .card-body .description .campaign-name {
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 20px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            margin: 16px 0 12px
        }

        .campaignsOther .card-campaigns .card-body .donate .campaign-amount {
            font-size: 14px;
            display: flex;
            justify-content: space-between
        }

            .campaignsOther .card-campaigns .card-body .donate .campaign-amount .txt-color {
                color: #0082f5
            }

        .campaignsOther .card-campaigns .card-body .donate .progress {
            border-radius: 11px;
            height: 10px;
            margin-top: 12px
        }

            .campaignsOther .card-campaigns .card-body .donate .progress .bg-chart {
                border-radius: 10px;
                background: linear-gradient(270deg, #3886ff, #ff5a5a)
            }


.fade:not(.show) {
    opacity: 1 !important
}


#campaign {
    position: relative;
    top: 32px;
    left: 0;
    z-index: 999;
    width: 436px;
    padding: 24px 18px 24px 24px;
    border-radius: 10px 10px 0 0;
    line-height: normal;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    background-color: #fff;
    height: calc(100vh - 162px)
}

    #campaign ::-webkit-scrollbar {
        height: 3px;
        width: 3px;
        background: #f4f4f4
    }

    #campaign:hover {
        cursor: default
    }

    #campaign h3 {
        color: #393939;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 18px;
        text-align: left;
        font-feature-settings: lining-nums tabular-nums;
        font-variant-numeric: lining-nums tabular-nums
    }

        #campaign h3 span, #campaign h3.address {
            color: #0082f5
        }

    #campaign .quantity {
        text-align: center;
        font-size: 12px;
        padding: 16px;
        margin-right: 6px;
        font-weight: 500;
        background-color: #ffe8d7;
        border-radius: 16px;
        box-shadow: 0 1px 16px 0 rgba(56,56,56,.15);
        margin-bottom: 24px
    }

        #campaign .quantity .title {
            display: flex;
            justify-content: space-between
        }

            #campaign .quantity .title img {
                cursor: pointer
            }

        #campaign .quantity p {
            margin-bottom: 0
        }

        #campaign .quantity .col-4 p:first-child {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: 700;
            color: #0082f5
        }

        #campaign .quantity .col-4:nth-child(2):after, #campaign .quantity .col-4:nth-child(2):before {
            content: "";
            display: block;
            background: #f4f4f4;
            height: 100%;
            width: 1px;
            position: absolute;
            top: 0;
            bottom: 0
        }

        #campaign .quantity .col-4:nth-child(2):after {
            right: 0
        }

        #campaign .quantity .col-4:nth-child(2):before {
            left: 0
        }

        #campaign .quantity.-hidden .title h3 {
            margin-bottom: 0
        }

        #campaign .quantity.-hidden .arrow-campaigns img {
            rotate: 180deg
        }

        #campaign .quantity.-hidden .row {
            display: none
        }

    #campaign .address {
        color: #393939;
        font-size: 17px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 16px
    }

        #campaign .address img {
            display: inline-block;
            margin-right: 10px
        }

    #campaign .btn {
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600
    }

    #campaign .campaign-list {
        overflow-y: scroll;
        padding-right: 6px
    }

        #campaign .campaign-list .campaign-item {
            background-color: #f4f4f4;
            padding: 12px;
            border-radius: 16px;
            margin-bottom: 18px
        }

            #campaign .campaign-list .campaign-item .content {
                display: flex;
                gap: 12px;
                margin-bottom: 12px
            }

                #campaign .campaign-list .campaign-item .content img {
                    display: block;
                    width: 100px;
                    height: 100px;
                    border-radius: 8px
                }

                #campaign .campaign-list .campaign-item .content .campaign-title {
                    color: #393939;
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 10px;
                    cursor: pointer
                }

                #campaign .campaign-list .campaign-item .content .create-by {
                    color: #393939
                }

                    #campaign .campaign-list .campaign-item .content .create-by span {
                        color: #0082f5
                    }

                    #campaign .campaign-list .campaign-item .content .create-by .user-verified-tick {
                        height: 10px;
                        width: 10px
                    }

                #campaign .campaign-list .campaign-item .content .type {
                    display: inline-block;
                    padding: 2px 8px;
                    border-radius: 12px;
                    background-color: #fee8cb;
                    color: #0082f5;
                    font-size: 12px;
                    margin: 8px 0
                }

                #campaign .campaign-list .campaign-item .content .sos {
                    padding: 2px 4px;
                    border-radius: 12px;
                    background-color: #fa0000;
                    color: #fff;
                    line-height: 140%;
                    font-size: 12px;
                    margin-left: 2px
                }

                #campaign .campaign-list .campaign-item .content .progress {
                    border-radius: 11px;
                    height: 4px;
                    margin-bottom: 10px
                }

                    #campaign .campaign-list .campaign-item .content .progress .bg-chart {
                        border-radius: 10px;
                        background: linear-gradient(270deg,#ff5238,#ffc75a)
                    }

                #campaign .campaign-list .campaign-item .content .campaign-amount {
                    font-size: 12px;
                    display: flex;
                    justify-content: space-between
                }

                    #campaign .campaign-list .campaign-item .content .campaign-amount .amount {
                        color: #0082f5;
                        font-weight: 600
                    }

            #campaign .campaign-list .campaign-item .button-bottom {
                display: flex;
                justify-content: space-between;
                gap: 13px
            }

                #campaign .campaign-list .campaign-item .button-bottom .btn-navigation {
                    text-align: center;
                    border: 1px solid #0082f5;
                    color: #0082f5;
                    background-color: #f4f4f4;
                    width: 189px
                }

                #campaign .campaign-list .campaign-item .button-bottom .btn-donate {
                    text-align: center;
                    color: #fff;
                    background: linear-gradient(281deg,#0082f5,#ff9252 102.8%);
                    border: none;
                    width: 189px
                }

            #campaign .campaign-list .campaign-item .flex-1 {
                flex: 1 1
            }

    #campaign .see-more a {
        color: #0082f5;
        font-size: 14px;
        display: inline-block
    }

    #campaign .no-result {
        padding-top: 56px
    }

        #campaign .no-result img {
            display: block;
            width: 150px;
            height: 126px;
            margin: 0 auto 32px
        }

        #campaign .no-result div {
            color: #000;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 140%;
            margin-bottom: 16px
        }

    #campaign .shrink-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        border: 0;
        width: 23px;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
        border-radius: 0 8px 8px 0;
        background: #fff;
        box-shadow: 0 1px 2px rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)
    }

        #campaign .shrink-btn img {
            width: 100%;
            vertical-align: middle
        }

    #campaign.shrink {
        width: 0;
        padding: 0;
        transition: all .5s ease
    }

        #campaign.shrink .address, #campaign.shrink .campaign-list, #campaign.shrink .quantity, #campaign.shrink h3 {
            display: none
        }

        #campaign.shrink .shrink-btn {
            transform: scaleX(-1);
            border-radius: 8px 0 0 8px;
            border-left: 1px solid #dadce0
        }











.h4 {
    font-size: 17px !important
}



.donate-target-page {
    background-color: #fff;
    margin: auto;
    width: 100%;
    max-width: 1400px
}

    .donate-target-page .info-charity .boxFundraiser {
        margin-top: 50px
    }

        .donate-target-page .info-charity .boxFundraiser h3 {
            margin-bottom: 20px;
            color: #393939;
            font-weight: 600
        }

            .donate-target-page .info-charity .boxFundraiser h3 span {
                color: #0082f5
            }

    .donate-target-page .boxFundraiserMobile {
        margin-bottom: 30px;
        box-shadow: 0 1px 16px 0 rgba(0,0,0,.149);
        padding: 16px;
        border-radius: 8px
    }

        .donate-target-page .boxFundraiserMobile h5 {
            margin-bottom: 20px;
            color: #393939;
            font-weight: 600
        }

            .donate-target-page .boxFundraiserMobile h5 span {
                color: #0082f5
            }

    .donate-target-page .border-box {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 1px 16px 0 rgba(0,0,0,.149);
        overflow: hidden
    }

    .donate-target-page .avatar {
        width: 55px;
        min-width: 55px;
        height: 55px;
        border: 2px solid #0082f5;
        border-radius: 50%
    }

        .donate-target-page .avatar .image-component {
            padding: 2px
        }

            .donate-target-page .avatar .image-component img {
                border-radius: 50%
            }

    .donate-target-page .avatar-owner {
        border: 3.86px solid #0082f5;
        width: 64px;
        min-width: 64px;
        height: 64px
    }

        .donate-target-page .avatar-owner .image-component {
            padding: 0
        }

    .donate-target-page .owner {
        margin-left: 15px
    }

        .donate-target-page .owner svg {
            margin-bottom: 7px
        }

        .donate-target-page .owner a {
            color: #0a0a0a
        }

            .donate-target-page .owner a:hover {
                text-decoration: underline
            }

    .donate-target-page .title-banner {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 16px;
        color: #393939
    }

    .donate-target-page .top-banner.border-0 {
        border: 0 !important
    }

    .donate-target-page .top-banner .box-image {
        position: relative;
        box-shadow: 0 1px 16px 0 rgba(0,0,0,.149);
        border-radius: 16px
    }

        .donate-target-page .top-banner .box-image .image {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 16px
        }

        .donate-target-page .top-banner .box-image .categoryName {
            position: absolute;
            left: 24px;
            bottom: 24px;
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 400
        }

    .donate-target-page .top-banner .html-content.hide-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        -webkit-line-clamp: 3;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .donate-target-page .top-banner .text-wait-approve {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 16px;
        color: #393939
    }

        .donate-target-page .top-banner .text-wait-approve span {
            font-weight: 600
        }

    .donate-target-page .top-banner .card-desciption {
        border-radius: 0 0 8px 8px
    }

        .donate-target-page .top-banner .card-desciption .boxInfoCampaign {
            display: flex;
            gap: 10px
        }

            .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxLeft {
                width: 51%
            }

            .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxTight {
                width: 49%
            }

            .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxContent {
                display: flex
            }

                .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxContent .boxIcon {
                    margin-right: 6px
                }

                .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxContent .infoC .titleC {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #8d8d8d
                }

                .donate-target-page .top-banner .card-desciption .boxInfoCampaign .boxContent .infoC .contentC {
                    font-size: 17px;
                    font-weight: 600;
                    line-height: 24px;
                    color: #393939
                }

        .donate-target-page .top-banner .card-desciption .addressC {
            font-size: 14px;
            font-weight: 400;
            color: #393939;
            cursor: pointer;
            margin: 16px 0 24px
        }

        .donate-target-page .top-banner .card-desciption .target-amount {
            font-size: 14px;
            color: #393939;
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            margin: 16px 0
        }

            .donate-target-page .top-banner .card-desciption .target-amount .amount {
                color: #0082f5;
                font-size: 17px;
                font-weight: 600
            }

        .donate-target-page .top-banner .card-desciption .target-donate {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            color: #999
        }

        .donate-target-page .top-banner .card-desciption .donate-mobile button, .donate-target-page .top-banner .card-desciption .donate-mobile > div {
            width: 48% !important;
            margin-top: 0 !important
        }

        .donate-target-page .top-banner .card-desciption .progress {
            border-radius: 11px;
            height: 12px
        }

        .donate-target-page .top-banner .card-desciption .statistics {
            display: flex;
            justify-content: space-between;
            font-size: 14px
        }

        .donate-target-page .top-banner .card-desciption .donator-avatar {
            width: 32px;
            height: auto;
            position: relative;
            margin-left: -16px
        }

            .donate-target-page .top-banner .card-desciption .donator-avatar:first-child {
                margin-left: 0
            }

            .donate-target-page .top-banner .card-desciption .donator-avatar:not(.cover-avatar) + :nth-child(4) {
                content: "...";
                opacity: .5
            }

                .donate-target-page .top-banner .card-desciption .donator-avatar:not(.cover-avatar) + :nth-child(4) .dots {
                    display: block
                }

            .donate-target-page .top-banner .card-desciption .donator-avatar .dots {
                display: none;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                background-color: rgba(0,0,0,.6);
                border-radius: 50%
            }

                .donate-target-page .top-banner .card-desciption .donator-avatar .dots span {
                    display: inline-block;
                    border-radius: 50%;
                    background-color: #fff;
                    width: 4px;
                    height: 4px;
                    margin-left: 4px
                }

                    .donate-target-page .top-banner .card-desciption .donator-avatar .dots span:first-child {
                        margin-left: 0
                    }

        .donate-target-page .top-banner .card-desciption .btn-donate {
            background: linear-gradient(280.66deg, #0082f5, #ff5252 102.8%);
            /*border: 1px solid transparent;*/
            color: #fff;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            border-radius: 16px;
            margin: 0 auto;
        }

            .donate-target-page .top-banner .card-desciption .btn-donate .common-btn-mask {
                border-radius: 16px;
                padding: 10px 20px;
                font-size: 17px;
                display: block;
                color: #fff;
            }

                .donate-target-page .top-banner .card-desciption .btn-donate .common-btn-mask:hover {
                    background: rgba(0,0,0,.05)
                }

            .donate-target-page .top-banner .card-desciption .btn-donate .btn-companion {
                border-radius: 16px;
                padding: 10px 5px;
                color: var(--primary-500,#0082f5);
                background-color: #fff;
                font-size: 17px
            }

        .donate-target-page .top-banner .card-desciption .btn-share {
            border: 1px solid #0082f5;
            background: #fff;
            color: #0082f5;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            border-radius: 16px
        }

            .donate-target-page .top-banner .card-desciption .btn-share .common-btn-mask {
                border-radius: 16px;
                padding: 10px 20px;
                font-size: 17px
            }

                .donate-target-page .top-banner .card-desciption .btn-share .common-btn-mask:hover {
                    background: rgba(0,0,0,.05)
                }

        .donate-target-page .top-banner .card-desciption .text-registered {
            margin-top: 24px;
            color: #0082f5;
            font-size: 14px;
            font-style: italic;
            font-weight: 500;
            line-height: 140%
        }

        .donate-target-page .top-banner .card-desciption .text-share {
            color: #0082f5;
            font-family: Inter;
            font-size: 14px;
            font-style: italic;
            font-weight: 500;
            line-height: 140%;
            margin-top: 16px
        }

            .donate-target-page .top-banner .card-desciption .text-share button {
                cursor: pointer;
                border: none;
                background-color: unset
            }

        .donate-target-page .top-banner .card-desciption .qr-area canvas {
            width: 159px
        }

        .donate-target-page .top-banner .card-desciption .bank-info {
            width: 75%
        }

            .donate-target-page .top-banner .card-desciption .bank-info ul {
                padding-left: 1.1rem
            }

        .donate-target-page .top-banner .card-desciption .bank-info-description {
            color: #8d8d8d
        }

        .donate-target-page .top-banner .card-desciption .payment-description {
            background-color: #f4f4f4;
            padding: 10px 16px;
            border-radius: 8px;
            font-weight: 600
        }

        .donate-target-page .top-banner .card-desciption .nb-donator {
            font-weight: 400;
            color: #6f6f6f
        }

        .donate-target-page .top-banner .card-desciption .btn-link-common a {
            padding: 0 16px;
            border-radius: 18px;
            height: 36px;
            color: #fff
        }

@media(min-width: 768px) {
    .donate-target-page .top-banner .card-desciption .btn-link-common a {
        padding: 16px 53px;
        height: 54px;
        border-radius: 43.1676px
    }
}

.donate-target-page .top-banner .activity-section .activities .activity-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px
}

    .donate-target-page .top-banner .activity-section .activities .activity-item .activity-avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #f1f1f1
    }

        .donate-target-page .top-banner .activity-section .activities .activity-item .activity-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%
        }

    .donate-target-page .top-banner .activity-section .activities .activity-item .activity-info {
        margin-left: 16px;
        display: flex;
        flex-direction: column
    }

        .donate-target-page .top-banner .activity-section .activities .activity-item .activity-info .name {
            font-size: 15px;
            color: #333
        }

        .donate-target-page .top-banner .activity-section .activities .activity-item .activity-info .amount {
            font-size: 15px
        }

    .donate-target-page .top-banner .activity-section .activities .activity-item .timeago {
        margin-left: 15px
    }

.donate-target-page .top-banner .activity-section .load-more a {
    color: #ef5830;
    font-weight: 400
}

.donate-target-page .top-banner .img-slide {
    border-radius: 16px
}

.donate-target-page .top-banner .description {
    word-break: break-word;
    white-space: pre-wrap
}

    .donate-target-page .top-banner .description a {
        color: #00e;
        text-decoration: underline
    }

.donate-target-page .top-banner .content {
    padding: 0 24px
}

.donate-target-page .top-banner .title {
    margin-bottom: 24px
}

.donate-target-page .top-banner .layer-caption {
    color: #fff;
    background-color: rgba(0,0,0,.75);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    display: inline-block
}

    .donate-target-page .top-banner .layer-caption .caption {
        margin: 0 22px
    }

        .donate-target-page .top-banner .layer-caption .caption .content .html-content {
            padding-top: 0
        }

            .donate-target-page .top-banner .layer-caption .caption .content .html-content a {
                color: #fff;
                font-weight: 700
            }

.donate-target-page .top-banner .item-link {
    background: #f0f2f5;
    padding: 15px
}

    .donate-target-page .top-banner .item-link .description {
        padding-top: 10px;
        font-weight: 700
    }

.donate-target-page .top-banner .bg-chart {
    border-radius: 11px;
    background: linear-gradient(270deg, #3886ff, #ff5a5a)
}

.donate-target-page .top-banner .image-component img {
    background-color: #f9f9f9
}

.donate-target-page .time-ago {
    color: #6f6f6f
}

.donate-target-page .txt-fullname {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    color: #ff5238 !important;
    font-size: 17px
}

.donate-target-page .mb-32 {
    margin-bottom: 32px !important
}

.donate-target-page .liner {
    width: 100vw;
    margin-left: -30px;
    height: 4px;
    background-color: #f4f4f4;
    margin-top: 16px;
    margin-bottom: 16px
}

.donate-target-page .owner-infor h3 {
    font-size: 17px;
    color: #393939;
    font-weight: 600;
    margin-bottom: 16px
}

.donate-target-page .owner-infor .txt-fullname {
    color: #ff5238
}

.donate-target-page .owner-infor .owner-type {
    display: inline-block;
    padding: 2px 8px;
    margin-top: 8px;
    border-radius: 16px;
    background: rgba(245,74,0,.698);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-align: center
}

.donate-target-page .owner-infor .owner-infor-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

    .donate-target-page .owner-infor .owner-infor-social li {
        display: flex;
        gap: 12px;
        font-size: 14px;
        color: #000;
        line-height: 19.6px
    }

.donate-target-page .events-connect h3 {
    font-size: 17px;
    color: #393939;
    font-weight: 600;
    margin-bottom: 16px
}

.donate-target-page .events-connect .scrollContainer {
    max-height: calc(100vh - 170px);
    padding-right: 10px;
    margin-right: -10px
}

    .donate-target-page .events-connect .scrollContainer::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #f5f5f5
    }

    .donate-target-page .events-connect .scrollContainer::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5
    }

    .donate-target-page .events-connect .scrollContainer::-webkit-scrollbar-thumb {
        background-color: rgba(245,74,0,.7)
    }

    .donate-target-page .events-connect .scrollContainer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }

        .donate-target-page .events-connect .scrollContainer ul li {
            display: flex;
            gap: 12px;
            font-size: 14px;
            color: #000;
            line-height: 19.6px
        }

            .donate-target-page .events-connect .scrollContainer ul li .event-img img {
                display: block;
                width: 142px;
                height: 142px;
                border-radius: 8px;
                overflow: hidden;
                -o-object-fit: cover;
                object-fit: cover;
                cursor: pointer
            }

            .donate-target-page .events-connect .scrollContainer ul li .event-infor {
                display: flex;
                flex-direction: column;
                gap: 4px;
                flex: 1 1
            }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .address, .donate-target-page .events-connect .scrollContainer ul li .event-infor .amount, .donate-target-page .events-connect .scrollContainer ul li .event-infor .name, .donate-target-page .events-connect .scrollContainer ul li .event-infor .status {
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    display: -webkit-box
                }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .name {
                    font-size: 17px;
                    line-height: 23.8px;
                    color: #393939;
                    font-weight: 500;
                    cursor: pointer
                }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .status {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    color: #0082f5
                }

                    .donate-target-page .events-connect .scrollContainer ul li .event-infor .status span {
                        text-transform: uppercase
                    }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .address {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #525252
                }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .numberPerson, .donate-target-page .events-connect .scrollContainer ul li .event-infor .textPerson {
                    font-size: 14px
                }

                .donate-target-page .events-connect .scrollContainer ul li .event-infor .numberPerson {
                    font-weight: 500
                }

        .donate-target-page .events-connect .scrollContainer ul .line {
            display: block;
            margin-top: 8px;
            margin-bottom: 8px;
            width: 100%;
            background-color: #f4f4f4;
            height: 1px
        }

.copy-success {
    display: flex;
    align-items: center;
    font-size: 12.5px;
    color: #8d8d8d
}

    .copy-success img {
        width: 15px;
        margin-right: 7px
    }

.color-secondary {
    color: #0082f5
}

.btn-close {
    margin-right: -10px
}

    .btn-close img {
        width: 20px
    }

@media(max-width: 1366px) {
    .donate-target-page .boxNumberPerson, .donate-target-page .boxNumberPerson .textPerson {
        display: block
    }

        .donate-target-page .boxNumberPerson .textPerson .dotNb {
            display: none
        }
}



@media(max-width: 567px) {
    .donate-target-page {
        padding: 16px !important
    }

        .donate-target-page .title-banner {
            font-size: 20px;
            margin-bottom: 8px
        }

        .donate-target-page .top-banner .box-image .categoryName {
            left: 16px;
            bottom: 16px
        }

        .donate-target-page .box-image {
            margin-bottom: 20px
        }

            .donate-target-page .box-image .image {
                height: auto !important
            }

        .donate-target-page .liner {
            margin-left: -16px
        }

    .campaigns .closeSvg {
        width: 15px !important
    }

    .donate-target-page .txt-fullname {
        max-width: 200px
    }
}

.campaigns {
    background-color: #eef5f9
}

    .campaigns .container {
        margin: auto
    }

        .campaigns .container .resultSearchKey {
            color: #393939;
            margin-top: 24px;
            margin-bottom: 16px
        }

        .campaigns .container .resultSearch {
            color: #393939;
            text-align: center;
            font-weight: 400;
            margin-bottom: 24px
        }

            .campaigns .container .resultSearch .textCountResult {
                font-weight: 600
            }

        .campaigns .container .textSearchCampaign {
            color: #0082f5
        }

        .campaigns .container .title-page {
            margin: 40px auto;
            width: 30%;
            text-align: center;
            border-bottom: 2px solid #0082f5;
            line-height: .1em
        }

            .campaigns .container .title-page span {
                background-color: #eef5f9;
                padding: 0 10px;
                font-size: 20px;
                font-weight: 600
            }

        .campaigns .container .boxFilter {
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px
        }

            .campaigns .container .boxFilter .input-icons {
                width: 100%;
                margin-right: 12px;
                background-color: #fff;
                border-radius: 32px;
                position: relative
            }

                .campaigns .container .boxFilter .input-icons .icon-search {
                    position: absolute;
                    padding: 10px 12px 10px 16px
                }

                .campaigns .container .boxFilter .input-icons .icon-clear-search {
                    position: absolute;
                    padding: 7px 0;
                    right: 16px;
                    cursor: pointer
                }

                .campaigns .container .boxFilter .input-icons .input-field {
                    width: 100%;
                    padding: 10px 45px 10px 50px;
                    border: none;
                    border-radius: 32px
                }

                    .campaigns .container .boxFilter .input-icons .input-field::-moz-placeholder {
                        color: #a8a8a8;
                        font-size: 14px;
                        font-weight: 400
                    }

                    .campaigns .container .boxFilter .input-icons .input-field:-ms-input-placeholder {
                        color: #a8a8a8;
                        font-size: 14px;
                        font-weight: 400
                    }

                    .campaigns .container .boxFilter .input-icons .input-field::placeholder {
                        color: #a8a8a8;
                        font-size: 14px;
                        font-weight: 400
                    }

            .campaigns .container .boxFilter .customSelect {
                width: 100%
            }

    .campaigns .campaign .card {
        border-radius: 10px;
        border: 0;
        margin: 10px 0 20px;
        background-color: #fff;
        box-shadow: 0 8px 24px hsla(210,8%,62%,.2)
    }

        .campaigns .campaign .card:hover {
            cursor: pointer
        }

        .campaigns .campaign .card .card-top {
            padding: 0
        }

            .campaigns .campaign .card .card-top img {
                width: 100%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                height: 215px;
                object-fit: cover;
            }

            .campaigns .campaign .card .card-top .remain-time {
                position: absolute;
                left: 10px;
                top: 10px;
                background-color: #f4f4f4;
                padding: 3px 15px;
                border-radius: 12px;
                font-size: 13px
            }

        .campaigns .campaign .card .card-body {
            padding: 10px;
            justify-content: space-between
        }

            .campaigns .campaign .card .card-body .description {
                margin-bottom: 20px
            }

                .campaigns .campaign .card .card-body .description .campaign-name {
                    height: 44px;
                    font-size: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 22px;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    margin-bottom: 10px
                }

                .campaigns .campaign .card .card-body .description .campaign-owner .owner {
                    font-size: 16px;
                    color: #0082f5
                }

            .campaigns .campaign .card .card-body .donate .campaign-amount {
                font-size: 16px;
                display: flex;
                justify-content: space-between
            }

                .campaigns .campaign .card .card-body .donate .campaign-amount .amount {
                    color: #0082f5
                }

                .campaigns .campaign .card .card-body .donate .campaign-amount .txt {
                    font-weight: 500
                }

            .campaigns .campaign .card .card-body .donate .progress {
                border-radius: 11px;
                height: 10px
            }

                .campaigns .campaign .card .card-body .donate .progress .bg-chart {
                    border-radius: 10px;
                    background: linear-gradient(270deg, #3886ff, #ff5a5a)
                }

            .campaigns .campaign .card .card-body .donate .statistics {
                display: flex;
                justify-content: space-between;
                font-size: 14px
            }

                .campaigns .campaign .card .card-body .donate .statistics p {
                    margin-bottom: 0
                }

            .campaigns .campaign .card .card-body .donate .btn-donate {
                margin-bottom: 15px
            }

                .campaigns .campaign .card .card-body .donate .btn-donate a {
                    cursor: pointer;
                    background: #0082f5;
                    color: #fff;
                    padding: 10px 45px;
                    font-weight: 500;
                    font-size: 14px;
                    border-radius: 50px
                }

    .campaigns .closeSvg {
        width: 20px
    }
 

@media(max-width: 767.98px) {
    .campaigns .container {
        padding-right: 16px;
        padding-left: 16px
    }

        .campaigns .container .title-page {
            width: 90%
        }

    .donate-target-page {
        padding: 0
    }

        .donate-target-page .border-box {
            border-radius: 0
        }

    .dialog-mobile .payment-description {
        text-align: center
    }

    .dialog-mobile .qr-area {
        margin-left: 0 !important
    }

    .dialog-mobile .copy-success {
        justify-content: center;
        margin-bottom: 10px
    }
}

@media(min-width: 800px)and (max-width:1399px) {
    .donate-target-page {
        padding: 0 120px
    }
}

@media(min-width: 1400px)and (max-width:1550px) {
    .donate-target-page {
        padding: 0 60px
    }
}

@media(max-width: 567px) {
    .campaigns .closeSvg {
        width: 15px !important
    }

    .donate-target-page .txt-fullname {
        max-width: 200px
    }

    .btn-companion, .common-btn-mask {
        padding: 10px 5px !important;
        font-size: 14px
    }
}



#donateCampaignPage {
    font-family: Inter;
    background-color: #eef6f9;
    min-height: calc(100vh - 72px);
    margin-top: -22px;
}

    #donateCampaignPage .boxImageRes {
        width: 100%;
        position: relative
    }

        #donateCampaignPage .boxImageRes .banner {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        #donateCampaignPage .boxImageRes .iconBack {
            position: absolute;
            top: 16px;
            left: 16px
        }

        #donateCampaignPage .boxImageRes .nameGroup {
            position: absolute;
            display: flex;
            align-items: center;
            height: 82px;
            width: 100%;
            bottom: 0;
            left: 0;
            padding: 0 16px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            z-index: 1000;
            background: linear-gradient(180deg,transparent,#000)
        }

            #donateCampaignPage .boxImageRes .nameGroup .name {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                word-break: break-all
            }

    #donateCampaignPage .containerCampaignPage {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto
    }

        #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft {
            display: flex;
            align-items: center;
            padding: 12px 24px;
            border-bottom: 4px solid #f4f4f4
        }

            #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner {
                margin-left: 12px
            }

                #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner .goMoney {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 22px;
                    color: #6f6f6f
                }

                #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner .nameLink {
                    display: flex
                }

                    #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner .nameLink a {
                        max-width: 97%;
                        font-size: 17px;
                        font-weight: 600;
                        line-height: 35px;
                        color: #ff5238;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        line-clamp: 1;
                        -webkit-box-orient: vertical;
                        word-break: break-all
                    }

                        #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner .nameLink a:hover {
                            text-decoration: underline
                        }

                    #donateCampaignPage .containerCampaignPage .boxLeft .headerLeft .owner .nameLink svg {
                        margin-top: 9px;
                        margin-left: 4px
                    }

        #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign {
            padding: 16px 24px 0
        }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .textD {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                color: #393939;
                margin-bottom: 16px
            }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .box-image {
                position: relative
            }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .box-image .image {
                    width: 100%;
                    height: auto;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 24px
                }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .box-image .remain-time {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    background-color: #f4f4f4;
                    padding: 3px 15px;
                    border-radius: 12px;
                    font-size: 14px;
                    color: #393939;
                    font-weight: 500
                }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .nameCampaign {
                font-size: 17px;
                font-weight: 600;
                line-height: 24px;
                color: #393939;
                margin-top: 16px;
                cursor: pointer
            }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .target-amount {
                font-size: 14px;
                color: #393939;
                display: flex;
                justify-content: space-between
            }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .target-amount .amount {
                    color: #0082f5;
                    font-size: 17px
                }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .target-amount .progress-title-desc {
                    margin-left: 8px;
                    font-size: 14px
                }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .target-donate {
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-size: 14px;
                color: #6f6f6f;
                font-weight: 500
            }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .target-donate .textRise {
                    color: #393939
                }

            #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .progress {
                border-radius: 11px;
                height: 10px
            }

                #donateCampaignPage .containerCampaignPage .boxLeft .boxInfoCampaign .card-desciption .progress .bg-chart {
                    border-radius: 10px;
                    background: linear-gradient(270deg, #3886ff, #ff5a5a)
                }

        #donateCampaignPage .containerCampaignPage .boxRight {
            padding-left: 24px
        }

            #donateCampaignPage .containerCampaignPage .boxRight .title {
                font-size: 17px;
                font-weight: 500;
                line-height: 24px;
                color: #393939;
                margin-bottom: 24px;
                display: flex;
                align-items: center
            }

            #donateCampaignPage .containerCampaignPage .boxRight .boxInput {
                margin-bottom: 24px
            }

                #donateCampaignPage .containerCampaignPage .boxRight .boxInput .labelInput {
                    color: #525252;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px
                }

                    #donateCampaignPage .containerCampaignPage .boxRight .boxInput .labelInput .star {
                        color: #fa0000
                    }

                #donateCampaignPage .containerCampaignPage .boxRight .boxInput .moneyList {
                    gap: 24px;
                    margin: 16px 0 24px
                }

                    #donateCampaignPage .containerCampaignPage .boxRight .boxInput .moneyList .moneySelect {
                        text-align: center;
                        padding: 8px 0;
                        border-radius: 16px;
                        box-shadow: 0 1px 16px 0 rgba(56,56,56,.149);
                        background: #f4f4f4;
                        width: 25%;
                        color: #393939;
                        font-weight: 500;
                        font-size: 17px;
                        line-height: 24px;
                        cursor: pointer
                    }

                    #donateCampaignPage .containerCampaignPage .boxRight .boxInput .moneyList .moneySelected {
                        background-color: #3e7ff9;
                        color: #fee8cb;
                        font-size: 17px;
                        font-weight: 600;
                        line-height: 24px
                    }

                #donateCampaignPage .containerCampaignPage .boxRight .boxInput .desEmail {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #8d8d8d;
                    margin-top: 8px
                }

            #donateCampaignPage .containerCampaignPage .boxRight .boxBtnDonate {
                margin: 56px 0 16px
            }

            #donateCampaignPage .containerCampaignPage .boxRight .boxRule {
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                color: #393939
            }

                #donateCampaignPage .containerCampaignPage .boxRight .boxRule span {
                    color: #0082f5;
                    cursor: pointer;
                    font-weight: 600;
                    line-height: 25px
                }

@media(min-width: 800px)and (max-width:1399px) {
    #donateCampaignPage .containerCampaignPage {
        padding: 0 120px
    }
}

@media(min-width: 1400px)and (max-width:1550px) {
    #donateCampaignPage .containerCampaignPage {
        padding: 0 60px
    }
}

@media(max-width: 567px) {
    #donateCampaignPage .containerCampaignPage {
        padding: 16px 16px 48px
    }

        #donateCampaignPage .containerCampaignPage .boxRight {
            padding-left: 0
        }

            #donateCampaignPage .containerCampaignPage .boxRight .boxInput .moneyList {
                gap: 24px;
                margin: 24px 0
            }

                #donateCampaignPage .containerCampaignPage .boxRight .boxInput .moneyList .moneySelect {
                    font-size: 14px
                }

            #donateCampaignPage .containerCampaignPage .boxRight .boxInput .desEmail {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                color: #8d8d8d;
                margin-top: 8px
            }
}

.boxPopupPayment {
    padding: 25px 0
}

    .boxPopupPayment .boxLineInfo {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 16px
    }

        .boxPopupPayment .boxLineInfo .labelP {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #6f6f6f;
            width: 39%
        }

        .boxPopupPayment .boxLineInfo .infoLabel {
            font-size: 14px;
            font-weight: 590;
            line-height: 20px;
            color: #393939;
            width: 61%
        }

        .boxPopupPayment .boxLineInfo .infoLabelBold {
            color: #0082f5 !important
        }

        .boxPopupPayment .boxLineInfo .copy-success {
            display: flex;
            align-items: center;
            font-size: 12.5px;
            color: #8d8d8d
        }

            .boxPopupPayment .boxLineInfo .copy-success img {
                width: 15px;
                margin-right: 7px
            }

    .boxPopupPayment .boxQr .desQr, .boxPopupPayment .desContentCK {
        color: #393939;
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: -.01em
    }

    .boxPopupPayment .boxQr .desQr {
        margin-top: 8px;
        text-align: center
    }

@media(max-width: 768px) {
    .boxPopupPayment .boxLineInfo {
        flex-direction: column;
        margin-bottom: 12px;
        gap: 4px
    }

        .boxPopupPayment .boxLineInfo .infoLabel, .boxPopupPayment .boxLineInfo .labelP {
            width: 100% !important
        }
}

html {
    scroll-behavior: smooth
}


  

.form-control:focus {
    box-shadow: unset !important
}

.form-control:-moz-read-only {
    background-color: transparent
}

.form-control:read-only {
    background-color: transparent
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}




@media(max-width: 767.98px) {
    .form-search {
        width: 100% !important
    }

    .cut-text {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 70vw;
        height: 1.2em;
        white-space: nowrap
    }

    .curency-donate {
        padding-left: 3px;
        padding-top: .15rem
    }

    .text-rating {
        left: 22% !important
    }
}


.info {
    margin-bottom: 7px;
    font-size: 13px;
    color: #000;
    word-wrap: break-word
}





.big {
    font-size: 2em
}

.bold {
    text-transform: uppercase
}

.big {
    font-weight: 800
}




@media(max-width: 768px) {
    .boxLogin {
        width: 90% !important
    }
}





.ck-powered-by {
    display: none
}


body {
    line-height: 1.4
}


.landing-page {
    margin-top: -72px;
    background-color: #fff
}

    .landing-page .hidden-desktop {
        display: none
    }

    .landing-page .btn-register {
        padding-top: 36px
    }

        .landing-page .btn-register a {
            background: #0082f5;
            border-radius: 43.1676px;
            border: 1px solid transparent;
            color: #fff;
            padding: 16px 53px;
            font-weight: 700;
            font-size: 16px;
            line-height: 19px
        }

    .landing-page .header-placeholder {
        height: 72px
    }

@media(min-width: 992px) {
    .landing-page .header-placeholder {
        height: 100px
    }

    .landing-page {
        margin-top: -100px
    }
}

@media(min-width: 1365px) {
    .container {
        max-width: 1300px
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1440px
    }
}

.readmore .readmore-text {
    word-break: break-word;
    white-space: pre-wrap
}

.readmore .ellipsis[data-visible=false] {
    visibility: hidden
}

.readmore .button-wrapper {
    white-space: nowrap
}

    .readmore .button-wrapper[data-visible=false] {
        visibility: hidden
    }

.readmore .button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0;
    color: #8d8d8d
}

    .readmore .button:first-letter {
        text-transform: uppercase
    }

    .readmore .button:hover {
        text-decoration: none
    }

.toast-container .toast-content {
    padding: 0;
    margin: 0
}

    .toast-container .toast-content > div {
        margin: 0
    }

html {
    font-size: 16px
}

body, html {
    height: 100%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    overflow-y: scroll
}

    body.remove-outline :focus {
        outline: none
    }

    body.remove-outline .btn.focus, body.remove-outline .btn:focus {
        box-shadow: none
    }

    body #__next {
        min-height: 100%;
        overflow: hidden;
        z-index: 0
    }

    body #__next, body main {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: stretch;
        flex-shrink: 0;
        position: relative
    }

    body main {
        background-color: #fff
    }

@media(max-width: 767.98px) {
    .container {
        max-width: unset
    }
}

.small {
    font-size: 12px
}

.text-light {
    font-weight: 300
}

.text-bold {
    font-weight: 700
}

.text-semi-bold {
    font-weight: 600
}

.text-italic {
    font-style: italic
}

.text-single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-word-break-word {
    word-break: break-word
}

.text-gray-500 {
    color: #a7a9ac !important
}

.text-gray-600 {
    color: #858585 !important
}

.text-gray-800 {
    color: #525252 !important
}

.text-gray-900 {
    color: #393939 !important
}

.text-credit {
    color: #10bd59 !important
}

.text-debit {
    color: #ff4b4b !important
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-20 {
    font-size: 20px
}

.font-size-24 {
    font-size: 24px
}

.btn-link-common a {
    color: #0082f5;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 20px
}

@media(min-width: 768px) {
    .font-size-md-15 {
        font-size: 15px
    }

    .font-size-md-14 {
        font-size: 14px
    }

    .font-size-md-16 {
        font-size: 16px
    }

    .font-size-md-18 {
        font-size: 18px
    }

    .font-size-md-20 {
        font-size: 20px
    }

    .font-size-md-22 {
        font-size: 22px
    }

    .font-size-md-24, .font-size-md-35 {
        font-size: 24px
    }
}

.border-radius-8 {
    border-radius: 8px
}

@media(min-width: 768px) {
    .border-radius-md-12 {
        border-radius: 12px
    }

    .border-radius-b-md-12 {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
    }
}

.bg-body {
    background-color: #0a0a0a !important
}

.bg-gray-300 {
    background-color: #e5e5e5 !important
}

.bg-gray-400 {
    background-color: #cfcfcf !important
}

.btn-secondary, .btn-secondary:hover {
    color: #fff
}

.image-optimized-contrast {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.btn-icon {
    background: transparent;
    border: none;
    border-radius: 0
}

.link-btn {
    color: #272d4e;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer
}

    .link-btn:hover {
        color: #0e101b;
        text-decoration: none
    }

.cursor-pointer {
    cursor: pointer
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.flex-none {
    flex: none
}

.flex-grow-2 {
    flex-grow: 2
}

.flex-0-0-auto {
    flex: 0 0 auto
}

.flex-1-0-0 {
    flex: 1 0
}

.flex-1-1-0 {
    flex: 1 1
}

.flex-basis-0 {
    flex-basis: 0
}

.tab-index-0 {
    tab-index: 0
}

.font-weight-500 {
    font-weight: 500
}


@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/skin/images/slick.25572f22.eot);
    src: url(/skin/images/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/skin/images/slick.653a4cbb.woff) format("woff"),url(/skin/images/slick.6aa1ee46.ttf) format("truetype"),url(/skin/images/slick.f895cfdf.svg#slick) format("svg")
}
 



.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



.boxDonate {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    background: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 0px !important;
}
@media (min-width: 900px) {
    .boxDonate {
        flex-basis: 41.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 41.6667%;
    }
}
@media (min-width: 1200px) {
    .boxDonate {
        flex-basis: 41.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 41.6667%;
    }
}
@media (min-width: 1536px) {
    .boxDonate {
        flex-basis: 41.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 41.6667%;
    }
}









.boxDonateInfo {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    padding-top: 0px !important;
}

@media (min-width: 600px) {
    .boxDonateInfo {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
    }
}

@media (min-width: 900px) {
    .boxDonateInfo {
        -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333%;
    }
}

@media (min-width: 1200px) {
    .boxDonateInfo {
        -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333%;
    }
}



@media (min-width: 1536px) {
    .boxDonateInfo {
        -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
        flex-basis: 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.333333%;
    }
}


.card .card-body .boxTimeActive {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #0082f5;
}

.card .card-body .boxName {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #393939;
    margin: 4px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}