* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
}

p {
    font-size: 16px;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../font/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../font/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../font/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../font/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

.cover,
.contain {
    height: 100%;
    width: 100%;
    display: block;
}

.cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contain img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.desc-points,
.points-items-desc,
.product-desc,
.product-point-desc,
.footer-desc {
    font-size: 17px;
    text-align: justify;
}

.product-desc,
.title-landing,
.subtitle-landing,
.footer-desc {
    margin-bottom: 20px;
}

.color-yellow {
    color: yellow;
}

.title-landing {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.subtitle-landing {
    text-align: center;
}

.subtitle-landing span {
    font-size: 30px;
    text-transform: capitalize;
}

.intro {
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
    background-image:
        /* linear-gradient(-47deg, rgb(70, 202, 215, 0.9) 0%, rgb(33, 162, 175, 0.9) 100%), */
        linear-gradient(326deg, rgba(11, 165, 99, 0.9), rgba(145, 229, 193, 0.9)),
        url('../../img/bg-head.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.intro::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-image: url('../../img/shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    background-position: bottom left;
}


.intro h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.intro-desc {
    font-size: 26px;
    margin-bottom: 30px;
}

.intro-bg {
    height: 500px;
}

.intro-body {
    align-items: center;
    color: #fff;
}

.intro-bg span {
    display: block;
    height: 100%;
    width: 100%;
}

.intro-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* PAINS */

.pain {
    margin-bottom: 50px;
}

.pain-head,
.faq-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.pain-desc,
.faq-content {
    display: none;
    transition: all .3s linear;
    text-align: justify;
}

.pain-head::before,
.faq-head::before {
    content: '\2b';
    display: block;
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    background: #f4f4f4;
    padding: 10px 14px;
    border-radius: 6px;
}

.faq-item.active .faq-head::before,
.pain-item.active .pain-head::before {
    content: '\f068';
    display: block;
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 20px;
    font-family: "Font Awesome 6 Free";
}

.faq-item.active .faq-content,
.pain-item.active .pain-desc {
    display: block;
}

.faq-head h3,
.pain-head h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 50px;
}

.pain-item,
.faq-item {
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

.icon-pain {
    font-size: 30px;
    color: #f67356;
    margin-right: 20px;
}

/* POINTS ITEM */

.points {
    padding-bottom: 100px;
    background-image: url(https://wpriverthemes.com/aveit/wp-content/uploads/2023/03/building-bg.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.point-icons .icon-point {
    font-weight: 900;
    font-size: 50px
}

.points-items {
    padding: 45px;
    border-radius: 1rem;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, .12);
    transition: transform 0.3s ease 0s;
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.desc-points {
    width: 800px;
    margin: 0 auto 20px;
    max-width: 80%;
}

.point-icons {
    margin-bottom: 24px;
    display: block;
}

.color-point-1 {
    color: #5bd0e0;
}

.color-point-2 {
    color: #3aad82;
}

.color-point-3 {
    color: #f7d43b;
}


.points-items h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
}

.points-items-desc {
    text-align: justify;
}

/* PRODUCT */
.products {
    padding: 100px 0;
    overflow: hidden;
}

.products.product-bg {
    background: #f5f7f8;
}

.products:nth-child(even) .row {
    flex-direction: row-reverse;
}

.products .row {
    align-items: center;
}

.product-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    transition: all 0.3s;
    transform: translateX(0);
}

.icon-product {
    font-size: 14px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    padding: 16px;
    margin-right: 20px;
    border: 1px dashed #ccc;
    color: #4cc188;
}

.product-info div:last-child {
    margin-bottom: 30px;
}

.product-btn {
    background: linear-gradient(90deg, rgb(13 154 77) 32%, rgb(9 216 98) 100%);
    min-width: 245px;
    border: none;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
}

.product-btn:hover {
    text-decoration: none;
    color: yellow;
}

.products:last-of-type {
    padding-bottom: 200px;
}

.product-btn.zalo {
    background: linear-gradient(90deg, rgb(50 77 241) 32%, rgb(83 207 240) 100%);
}

.product-btn.call {
    background: linear-gradient(90deg, rgb(235 49 92) 32%, rgb(232 180 71) 100%);
}

.product-image {
    position: relative;
    z-index: 2;
}

.product-image::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../img/bg-product.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: -136px;
    right: 0px;
    rotate: 160deg;
    z-index: -1;
}

/* ALBUM */
.album {
    padding: 100px 0;
}

.beforeAlbum img {
    width: 100%;
}

/* VIDEO */

.video-main {
    position: absolute;
    top: -250px;
    text-align: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    max-width: 80%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* FAQ */
.faqs {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f5f7f8;
    position: relative;
    margin-top: 200px;
}


.faq-block {
    padding-top: 80px;
}

.faq-item {
    background-color: #fff;
}


/* Footer */
footer {
    background-color: #5abc8b;
    padding-bottom: 30px;
    position: relative;
}

footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url('../../img/footer-shape.webp') no-repeat center bottom;
    background-size: cover;
}


.footer-content {
    position: relative;
    transform: translateY(-100px);
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    padding: 50px 100px;
    text-align: center;
    border-radius: 10px 200px 10px 200px;
}

.logo {
    width: 150px;
    margin: 0 auto 20px;
}

.info-footer h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.info-footer ul {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    list-style: none;
}


.info-footer ul li .icon-footer {
    margin-right: 10px;
}


.info-footer ul li {
    width: 33.33%;
}

.info-footer ul li:first-child {
    width: 100%;
}

.album .swiper-button-next,
.album .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 14px;
}

.album .swiper-button-next:after,
.album .swiper-button-prev:after {
    font-size: 24px;
    color: #0d9a4d;
}

@media (max-width: 1200px) {
    .points {
        background-size: 80%;

    }
}


@media (max-width: 1199px) {
    .intro h1 {
        font-size: 39px;
    }

    .footer-content {
        transform: translateY(-50px);
        padding: 50px;

    }

    .pain-thumb {
        display: none;
    }

    .pain-head,
    .faq-head {
        margin-bottom: 20px;
    }

    .album {
        margin-bottom: 169px;
    }


    .faq-block {
        padding-top: 350px;
    }

    .faqs {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .info-footer ul li {
        width: 100%;
    }

    .footer-content {
        transform: translateY(-80px);
        border-radius: 250px 250px 10px 10px;
    }
}


@media (max-width: 987px) {
    .intro h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .title-landing {
        font-size: 45px;
        ;
    }
}

@media (max-width: 767px) {
    .button-aciton a {
        margin-bottom: 10px;
    }

    .products {
        padding: 140px 0;
    }

    .footer-content h2 {
        font-size: 24px;
    }

    .points {
        background-size: 100%;

    }

}

@media (max-width: 600px) {
    .title-landing {
        font-size: 30px;
    }

    .intro h1 {
        font-size: 28px;
    }

    .intro-desc {
        font-size: 20px;
    }
}

@media (max-width: 499px) {
    .product-point {
        flex-direction: column;
    }

    .icon-product {
        margin-right: 0px;
        margin-bottom: 10px;

    }


}

@media (max-width: 445px) {
    .info-footer h3 {
        font-size: 24px;
    }

    .products:last-of-type {
        padding-bottom: 240px;
    }


}

@media (max-width: 420px) {
    .subtitle-landing span {
        font-size: 23px;
    }

}