.ads section {
    margin: 60px 0px;
}

.boxBanner img {
    width: 100%;
    margin-bottom: 1.5rem;
}

.boxContentReason h1 {
    font-size: 35px;
    font-weight: bold;
    color: #2f679a;
}

.boxContentReason ul {
    margin: 20px 0px;
}

.boxContentReason ul li {
    font-size: 16px;
}

.boxContentReason button {
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    border: none;
    outline: none;
}

.boxThongKe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    box-shadow: 2px 2px 5px 4px rgba(197, 195, 195, 0.3);
}

.boxLelfs i {
    font-size: 50px;
    color: rgb(173, 191, 191);
}

.boxLelfs{
    margin-right: 20px;
}

.boxRight {
    margin-left: 20px;
}

.boxRight h1 {
    font-size: 40px;
    font-weight: bold;
}

.boxRight p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #7f7979;
}

/* section 3 */

.contentLeft {
    width: 47.5%;
    margin-right: 5%;
}

.contentRight {
    width: 47.5%;
}

.boxImage img {
    width: 100%;
}

.content h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content p {
    font-size: 22px;
}

.titleGiapPhap {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin: 40px 0px;
    color: #2f679a;
}

/* section cuoi */
.boxTuVan {
    padding: 20px 0px;
    margin: 40px 0px;
}

.boxCenters {
    display: flex;
    align-items: center;
}

.section5 {
    background: linear-gradient(45deg, #008cff, #eff0f1);
}

.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;
}

/* section 4 */
.boxProcess {
    display: flex;
}

.boxIconQc i {
    font-size: 20px;
    margin-right: 20px;
}

.boxProcessContent span {
    font-weight: 700;
    font-size: 20px;
}

.boxProcessContent p {
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
}

.titleQuiTrinh {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0px;
    color: #2f679a;
}

.ImageQuiTrinh img {
    width: 100%;
}




/* Button resets and style */
button {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 100px;
    padding: 15px 20px;
    border: 0px solid #000;
}

/* Initiate Auto-Pulse animations */
button.pulseButton {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */
button.pulse-button-hover {
    animation: 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) {
    .boxBanner img {
        margin: 0;
    }

    .ads section {
        margin: 20px 0px 40px 0px;
    }

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

    .right {
        text-align: center !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    .left {
        text-align: center;
        margin: 0 !important;
    }

    .boxTuVan span {
        font-size: 24px;
        margin: 0;
        line-height: 24px;

    }
}

.right {
    text-align: right;
    margin-right: 20px;
}

.left {
    text-align: left;
    margin-left: 20px;
}
.pdNone {
    display: flex;
}

@media (max-width: 576px) {
    .pdRight {
        padding-right: 0 !important;
    }
    .pdNone {
        display: none;
    }
}