#product {
    color: #757575;
    background: white;
    font-family: "Avenir LT Std", sans-serif;
    overflow: hidden;
}

a {
    text-decoration: none;
}

/* #product .banner {
    height: 740px;
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 0% 0% 50% 50% / 90% 90% 10% 10%;
}

#product .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0% 0% 50% 50% / 90% 90% 10% 10%;
} */

/* #product .banner {
    height: 740px;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
} */

#product .banner {
    /* height: 630px; */
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    top: 0;
    border-top: 0;
    margin-top: 80px;
}

#product .banner img {
    /* width: 100%; */
}

.banner--text {
    top: 0;
    left: 0;
    /* background: white; */
    /* padding: 10px 100px; */
    border-radius: 100px;
    top: 710px;
    left: 50%;
    text-align: center;
}

.border--bottom {
    height: 15px;
    background: #f7941d;
    width: 100%;
    position: absolute;
    bottom: -2px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

/* #product .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55%;
    bottom: -2px;
    width: 210%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top: 0;
} */

#product .banner .banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#product .banner .banner-text .title {
    font-size: 125px;
    color: #ffa814;
}

#product .banner-middle {
    background: url("../../images/banners/about-middle.png");
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .banner-middle p {
    width: 70%;
    text-align: center;
}

#product .content--text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

#product .content--text .card {
    background: #006884;
    border-radius: 16px;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 222px;
    height: 285px;
    margin: 0 7.5px;
    margin-top: 5px;
}

#product .content--text .card-packet {
    height: auto;
    width: 305px;
    padding: 10px;
    padding-bottom: 30px;
}

#product .card-reflect {
    -webkit-box-reflect: below 12px -webkit-linear-gradient(bottom, rgba(
                    255,
                    255,
                    255,
                    0.3
                )
                0%, transparent 17%, transparent 100%);
}

#product .content--text .card img {
    width: 128px;
    margin-bottom: 30px;
}

#product .content--text .card .btn-card {
    color: #006884;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
    border-radius: 10px;
    font-family: "Avenir LT Std", sans-serif;
}

.btn-card:hover {
    color: white;
}

#product .content--text .card .btn-card img {
    width: 20px;
    height: 20px;
    margin: 0;
}

#product .content--text .card-packet img {
    margin-bottom: 0px !important;
}

#product .content--text .card-packet p {
    margin: 0;
    padding: 0;
}

#product .content--text .card-packet .big-size {
    font-size: 18px;
}

.banner-advertiser {
    height: 578px;
    width: 100%;
    background: url("/images/banners/banner-promo-product.png");
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}

.banner-advertiser .image-people {
    width: 50%;
}

.banner-advertiser .image-people img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-advertiser .text {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.banner-advertiser .text .title-promo {
    font-size: 27px;
    background: #026685;
    color: white;
    border-radius: 34px;
    text-align: center;
    padding: 10px 30px;
}

.banner-advertiser .text .discount-promo {
    font-size: 150px;
    padding: 0;
    margin: 0;
}

.banner-advertiser .text .btn-action {
    background: #026685;
    border: none;
    color: white;
    padding: 10px 30px;
    border-radius: 36px;
    font-size: 18px;
    margin-bottom: 10px;
}

.banner-advertiser .text .btn-action img {
    width: 25px;
    margin-left: 10px;
}

#product .card-packet {
    height: 350px !important;
}

#product .card-packet:hover {
    background: linear-gradient(124deg, #ef5a25, rgb(210 123 1)),
        linear-gradient(106deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.69));
}

#product .card-packet:hover .hover-not-show {
    display: none;
    opacity: 0;
}

#product .card-packet:hover .hover-show {
    display: inline-block;
    opacity: 1;
}

#product .hover-show {
    height: 100%;
    padding: 10px;
    display: none;
    opacity: 0;
}

#product .hover-show p {
    text-align: left;
    font-size: 20px;
}

#product .hover-show ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

#product .hover-show ul li {
    list-style: none;
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#product .hover-show ul li p {
    width: 88%;
    font-size: 14px;
}

#product .hover-show ul li img {
    width: 20px !important;
}

.card--plan {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 960px;
    margin-bottom: 35px;
}

.card--plan .border--top {
    height: 15px;
    background: #f7941d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card--plan--benefit {
    background: #f5f5f5;
    padding: 30px 50px;
}

.card--plan__main {
    padding: 30px 50px;
}

.card--plan__main img {
    margin-right: 30px;
}

.card--plan--benefit__single {
    width: 100%;
}

.card--plan--benefit ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.card--plan--benefit ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card--plan--benefit ul li img {
    margin-right: 10px;
}

.card--plan--benefit ul li p {
    margin-bottom: -5px !important;
}

.btn-card {
    font-size: 14px;
    color: #015f7b;
    padding: 7.5px 10px;
    margin-top: 10px;
    background: linear-gradient(119deg, #ff8e00 0%, #ff7800 100%);
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    padding: 15px 30px;
}

.btn-card img {
    width: 20px;
    margin-left: 10px;
    margin-right: 0px;
}

.content--text .card p {
    font-size: 15px;
    font-family: "Avenir";
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .content--text .card {
        margin: 0px 5px !important;
    }
}

@media screen and (max-width: 768px) {
    /* #product .banner {
        height: 400px;
    } */

    #product .banner:before {
        left: -75%;
        width: 250%;
    }

    #product .content--text {
        flex-flow: wrap;
    }

    #product .content--text .card {
        width: 42%;
        margin-bottom: 30px;
        -webkit-box-reflect: unset !important;
    }

    .banner-advertiser {
        flex-flow: column !important;
        height: auto;
    }

    .banner-advertiser .text {
        width: 100%;
    }

    .banner-advertiser .text .title-promo {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .banner-advertiser .text .discount-promo {
        height: 190px;
    }

    .banner-advertiser .image-people {
        width: 40%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .banner--text {
        top: 360px;
    }

    #product .content--text .card {
        width: 193px;
        height: 245px;
    }

    #product .content--text .card img {
        width: 100px !important;
    }

    .content,
    .content--title {
        margin: 0 !important;
    }

    .card--plan__main .align-items-center img {
        width: 60px;
    }

    .card--plan__main .font-size-35 {
        font-size: 28px;
    }

    .card--plan__main .font-size-20 {
        font-size: 16px !important;
        line-height: 10px;
    }

    .card--plan__main .font-size-15 {
        font-size: 14px !important;
    }

    .content--packet {
        margin: 0 auto !important;
    }

    .card--plan--benefit ul li p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 480px) {
    #product .content {
        /* margin-top: 0px !important; */
        /* padding-top: 30px !important; */
    }

    #product .content--text .card {
        width: 44%;
        margin: 10px !important;
    }

    #product .content--packet .content--text .card {
        width: 100%;
    }

    #product .banner {
        /* height: 300px; */
    }

    #product .banner .banner-text {
        margin-top: 40px;
    }

    #product .banner .banner-text .title {
        font-size: 50px;
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }

    #product .content--text .card img {
        width: 70px !important;
        margin-bottom: 20px !important;
    }

    #product .content--text .card {
        height: 195px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        padding: 0;
        top: -10px;
    }

    .content--title .font-size-35 {
        font-size: 20px !important;
    }

    #packet .content--data {
        margin-top: 130px !important;
    }

    .banner--text .font-size-20 {
        font-size: 14px;
    }

    .banner--text .font-size-80 {
        font-size: 35px;
    }

    .banner--text {
        background: white;
        top: 270px;
        padding: 8px;
        text-align: center;
    }

    .content .content--title .font-size-50 {
        font-size: 24px;
    }

    #product .content--text .card img {
        width: 80px;
    }

    #product .content--text .card {
        height: 225px;
    }

    .card--plan {
        width: 90%;
    }

    .card--plan__main,
    .card--plan--benefit {
        flex-flow: column;
        padding: 30px;
    }

    .card--plan--benefit__single {
        width: 100%;
    }

    .card--plan--benefit__single:first-child {
        margin-bottom: 15px;
    }

    .card--plan__main .d-flex {
        flex-flow: column;
        text-align: center;
    }

    .card--plan__main .btn-card {
        margin-top: 20px;
    }

    .card--plan__main .d-flex img {
        margin: 0;
        margin-bottom: 10px;
    }

    .content--text .card p {
        font-size: 14px;
        font-family: "Avenir";
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }

    .banner-advertiser .image-people {
        width: 100%;
    }
}

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    body {
        width: 1366px;
        margin: 0 auto;
    }

    #navigation {
        width: 1366px !important;
    }

    .navigation--slide {
        display: none;
    }
}
