﻿.banner {
    background-color: #f8f7f7;
}

    .banner .customize-container {
        padding: 0 !important;
    }

.banner-item {
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rewards {
    padding: 40px 0 120px 0;
    background-color: #f8f7f7;
}

.reward-item {
    /*min-height: 280px;*/
    display: block;
    margin-top: 32px;
    padding: 34px 16px 34px 24px;
    background-color: #FDFCFC;
    border: 1px solid #ECEAEA;
    border-radius: 8px;
    position: relative;
}

    .reward-item::after {
        content: "";
        background-color: #EC1C23;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 4px;
        /* border-radius: 0px 4px 4px 0px; */
        transition: .4s;
    }

    .reward-item:hover:after {
        width: 100%;
        transition: .4s;
    }

.giai-thuong-img {
    width: 100%;
}

.dropdown.reward-dropdown {
    display: block !important;
}

.reward-dropdown .dropdown-menu .dropdown-item:hover {
    color: #fdfcfc !important;
    background-color: #f0495b !important;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    .banner-item {
        height: 360px;
    }
}

@media screen and (max-width: 992px) {
    .banner-item {
        height: 220px;
    }

    .rewards {
        padding: 32px 0 0px 0;
    }

    .reward-item > div > div:nth-child(1) {
        text-align: center;
    }

    .reward-item {
        margin-top: 16px;
        padding: 24px 16px 24px 24px;
    }

    .giai-thuong-img {
    }
}
