.give {
    background-image: url(/Design/img/nha-dat.jpg);
    background-size: cover;
    background-color: var(--default-color-3);
}

    .give .grid.wide {
        max-width: 1300px;
        padding: 42px 0;
    }

.give-container {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.give-wrap {
}

.give-wrap-left {
    width: 480px;
    padding: 0 37px;
    background-color: #242A36;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .give-wrap-left .sub-title {
        position: relative;
        font-size: 36px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-family: 'MonSB';
        padding-top: 20px;
        display: flex;
        padding-bottom: 6px;
        margin-bottom: 37px;
    }

        .give-wrap-left .sub-title::after {
            content: '';
            position: absolute;
            width: 35px;
            height: 2px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            bottom: -5px
        }

        .give-wrap-left .sub-title::before {
            content: '';
            position: absolute;
            width: 75px;
            height: 2px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            bottom: 0
        }

.give-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 144%;
    font-family: 'MonM';
    font-weight: normal;
    margin-bottom: 10px;
    color: var(--default-color-1);
}

.give-descript {
    margin: 0;
    color: whitesmoke;
    font-family: 'MonM';
    font-weight: 100;
    font-size: 16px;
    line-height: 159%;
    text-align: justify;
    margin: 0;
}

.give-contact {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'MonSB';
    margin-top: 30px;
    font-weight: normal;
}

    .give-contact span {
    }

    .give-contact strong {
        color: #fff;
        transition: all .3s;
        position: relative;
        padding-bottom: 5px;
        font-weight: normal;
    }

        .give-contact strong::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: var(--default-color-1);
            bottom: 0;
        }

        .give-contact strong:hover {
            color: var(--default-color-1);
        }

.give-contact-link {
    display: block;
    width: fit-content;
    background-color: var(--default-color-1);
    padding: 16px 102px;
    border-radius: 55px;
    color: #fff;
    font-family: 'MonSB';
    font-size: 18px;
    margin-top: 38px;
    transition: all .3s;
}

    .give-contact-link:hover {
        opacity: .8;
    }

    .give-contact-link span {
    }

.give-wrap-right {
    flex: 1;
}

.give-form {
    background-color: #fff;
    border-radius: 10px;
    max-height: 100%;
    padding-top: 20px;
}

.give-form-wrap {
    background-color: #ec1c2405;
    padding: 9px 40px;
}

    .give-form-wrap:nth-child(odd) {
        background-color: #fff;
    }

.give-wrap-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    color: var(--default-color-3);
    margin-bottom: 23px;
}

.give-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .give-form-group .give-form-item {
        width: calc(50% - 10px);
    }

    .give-form-group:last-child {
        margin-bottom: 0;
    }

.give-form-item {
    border: 2px solid rgb(242, 242, 242);
    border-radius: 7px;
    height: 54px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

    .give-form-item label {
        position: absolute;
        top: 100%;
        line-height: 152%;
        font-size: 14px;
        color: #555;
        padding-top: 7px;
    }

    .give-form-item img {
        position: absolute;
        right: 0;
    }

    .give-form-item .err {
        position: absolute;
        color: transparent;
        width: calc(100% );
        height: calc(100% );
        border-radius: 7px;
        border: 2px solid var(--default-color-1);
        left: 0;
        top: 0;
        opacity: .4;
        pointer-events: none;
    }

.give-form-drop:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .give-form-drop:hover .give-form-drop__list {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.give-form-item.give-form-drop input {
    pointer-events: none;
}

.give-form-item:hover input {
    --primary-color: #dc2321;
    background-color: #fff;
    border-color: var(--primary-color);
}

.give-form-item input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    outline: none;
    font-size: 15px;
    font-family: 'MonM';
    color: var(--default-color-3);
    padding: 6px 19px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    border-radius: 7px;
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

    .give-form-item input::placeholder {
        font-size: 15px;
        font-family: 'MonM';
        color: #5555556b;
    }

.give-form-drop {
    cursor: pointer;
    user-select: none;
}

.give-form-item:hover .give-form-drop__list {
    opacity: 1;
    pointer-events: all;
}

.give-form-drop__list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border: 2px solid rgb(242, 242, 242);
    border-radius: 7px;
    min-width: 100%;
    max-width: 100%;
    box-shadow: 0 0 10px 0 #33333312;
    z-index: 3;
    opacity: 0;
    border-top: 0;
    pointer-events: none;
    max-height: 228px;
    overflow-x: hidden;
    border-top-left-radius: 0;
    overflow-y: overlay;
    border-top-right-radius: 0;
    margin: 0;
    box-sizing: content-box;
    left: -2px;
}

.give-form-drop__item {
    color: #555555ba;
    padding: 10px 18px;
    user-select: none;
    cursor: pointer;
    font-family: 'robotoM';
    font-size: 16px;
    line-height: 150%;
}

    .give-form-drop__item.active {
        background-color: #fafafa;
    }

    .give-form-drop__item:hover {
        background-color: #fafafa;
    }

.give-form-btn:hover {
    opacity: .7;
}

.give-form-btn {
    display: block;
    width: max-content;
    height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'MonSB';
    color: #fff;
    background-color: var(--default-color-1);
    border-radius: 7px;
    font-size: 19px;
    margin-top: 0px;
    transition: all .3s;
    padding: 12px 60px;
    font-weight: normal;
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .give-container {
        padding: 42px 0;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
    }

    .give .grid.wide {
        max-width: 96%;
    }

    .give-wrap-left,
    .give-wrap-right {
        width: 100%;
    }

    .give-wrap-left {
        padding: 0 10px;
        padding-bottom: 25px;
        border-radius: 10px 10px 0 0;
    }

    .give-title {
        font-size: 13px;
    }

    .give-descript {
        font-size: 15px;
    }

    .give-wrap-left .sub-title {
        font-size: 20px;
        padding-top: 31px;
    }

    .give-contact {
        font-size: 15px;
    }

    .give-contact-link {
        margin-top: 30px;
    }

    .give-form {
        max-height: unset;
        border-radius: 0 0 10px 10px;
    }

    .give-form-wrap {
        padding: 35px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .give-form-wrap {
        padding: 10px;
    }

    .give-wrap-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .give-form-group .give-form-item {
        width: calc(50% - 2px);
    }

    .give-form-item input {
        padding: 6px 12px;
    }

    .give-form-item {
        height: 38px;
    }

        .give-form-item input {
            font-size: 14px;
        }

            .give-form-item input::placeholder {
                font-size: 14px;
            }

    .give-form-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .give-form-btn {
        height: max-content;
        margin-top: 60px;
    }

    .give-form-item {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .give-form-drop__item {
        padding: 8px 12px;
        font-size: 14px;
        border-bottom: 1px solid #55555514;
    }
}