.section1 {
    margin: 40px 0px;
}

.contentSection1 h6 {
    color: #2f679a;
    font-size: 14px;
    text-transform: uppercase;
}

.contentSection1 h1 {
    font-size: 30px;
    font-weight: 700;
}

.contentSection1 h1 span {
    color: #2f679a;
}

/* section 2 */
.section2 {
    margin: 40px 0px;
    background-color: #f5f5f5;
    padding: 40px 0px 3rem 0px;
}

.section2 h1 {
    text-align: center;
    color: #2f679a;
    font-weight: 700;
    font-size: 30px;
    padding: 1rem 0px;
}

.contentSection2 {
    box-shadow: 2px 2px 5px 2px rgba(171, 170, 170, 0.3);
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.contentSection2:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
}

.contentTitle {
    display: flex;
    align-content: center !important;
    justify-content: center;

}

.contentTitle h6 {
    margin: 0 !important;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    margin-left: 5px !important;
}

.boxIconfb i {
    font-size: 30px;
}

.contentBody {
    margin-top: 10px;
}

/* section 3 */
.section3 {
    margin: 40px 0px;
    padding: 40px 0px;
}

.section3 h1 {
    text-align: center;
    font-size: 30px;
    color: #2f679a;
    font-weight: 700;
    text-transform: uppercase;
}

.section3 p {
    text-align: center;
    margin: 0;
}

.contentSection3 {
    box-shadow: 2px 2px 5px 2px rgba(171, 170, 170, 0.3);
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.contentSection3:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
}

.contentSection3 img {
    width: 100px;
}

.contentSection3 h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 15px;
    line-height: normal;
    font-weight: 700;
    color: #008cff;
}

.contentSection3 p {
    font-size: 16px;
}

/* section 5 */

.boxTuVan {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #008cff, #eff0f1);
    padding: 20px 0px;
    margin: 40px 0px;
}

.boxTuVan span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-right: 50px;
}

.boxTuVan button {
    border: none;
    outline: none;
    background: #2A7B9B;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    animation: shakeX 0.6s infinite;
    text-transform: uppercase;
    font-weight: 700 !important;
}


button.pulseButton {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}


/* Declare border pulse animation */
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }

    50% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    }

    100% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4) 100%);
    }
}

@media (max-width: 576px) {

    .section2 h1 {
        padding: 0;
    }

    .boxTuVan {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .boxTuVan span {
        margin: 0;
        margin-bottom: 10px;
    }

    .banner-fb h1 {
        text-transform: uppercase;
        color: #fff;
        font-size: 30px !important;
        font-weight: 600;
    }

    .banner-fb p {
        color: #fff;
        width: 380px !important;
        word-wrap: break-word;
        text-align: center;
        font-size: 18px;
    }
}

.banner-fb {
    background-image: linear-gradient(rgba(47, 145, 254, 0.8), rgba(47, 145, 254, 0.8)), url("../../assets/secionfb.webp");
    background-size: cover;
    padding: 100px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lines {
    width: 100px;
    border: 2px solid red;
    margin: 30px auto;
}

.banner-fb h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.banner-fb p {
    color: #fff;
    width: 500px;
    word-wrap: break-word;
    text-align: center;
    font-size: 18px;
}