﻿.wap_gioithieu {
    padding: 8px 0 9px;
    background: url(https://cuanhomxingfagiare.com.vn/assets/images/bg_quytrinh.jpg);
}

    .wap_gioithieu .title-trangchu {
        background: none;
        padding: 0;
        margin-bottom: 1rem;
    }

        .wap_gioithieu .title-trangchu span {
            margin-bottom: -20px;
        }

        .wap_gioithieu .title-trangchu h2 {
            font-size: 46px;
        }

.container-custom {
    max-width: 100%;
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto;
}

.tieuchi2_content img {
    width: 46px;
    height: auto;
    position: relative;
}

.tieuchi2_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    background: linear-gradient(90deg, #045CA9 0%, #045CA9 90.42%, #0296CB 100%);
    border-radius: 100%;
}

    .tieuchi2_content:before {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #045CA9 0%, #045CA9 90.42%, #0296CB 100%);
        left: -20px;
        top: 0;
        width: 240px;
        height: 240px;
        border-radius: 100%;
        opacity: .1;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: pulseCircle 2.5s ease-in-out infinite;
        transform-origin: center center;
    }

    .tieuchi2_content:nth-child(1):before {
        animation: pulseCircle 2.5s ease-in-out infinite;
        transform-origin: center center;
    }

    .tieuchi2_content:nth-child(2):before {
        animation: pulseCircle 2.6s ease-in-out infinite;
        transform-origin: center center;
    }

    .tieuchi2_content:nth-child(3):before {
        animation: pulseCircle 3.2s ease-in-out infinite;
        transform-origin: center center;
    }

    .tieuchi2_content:nth-child(4):before {
        animation: pulseCircle 3.6s ease-in-out infinite;
        transform-origin: center center;
    }

    .tieuchi2_content svg {
        position: relative;
        width: 45px;
        height: auto;
    }

@keyframes pulseCircle {
    0% {
        transform: scale(1);
        opacity: 0.08;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.18;
    }

    100% {
        transform: scale(1);
        opacity: 0.08;
    }
}

.wap_gioithieu .flex_tieuchi3 .tieuchi2_content p {
    color: #FFF;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
    font-family: 'monSB';
    font-weight: 400;
    line-height: normal;
    font-size: 40px;
    margin: 4px 0px;
    position: relative;
}

.wap_gioithieu .flex_tieuchi3 .tieuchi2_content h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    max-width: 125px;
    position: relative;
}

.flex_tieuchi3 {
    display: flex;
    max-width: 1093px;
    margin: 40px auto auto;
    /* background: url(https://cuanhomxingfagiare.com.vn/assets/images/borderthongke.png) no-repeat center; */
    padding: 40px 40px;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 739px) {
    .wap_gioithieu {
        padding-top: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 25px;
    }

        .wap_gioithieu .flex_tieuchi3 .tieuchi2_content p {
            font-size: 27px;
        }

    .flex_tieuchi3 {
        background: none;
        padding: 0;
        zoom: 0.7;
        gap: 10px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 35px;
        margin-top: 0;
    }

        .flex_tieuchi3 .tieuchi2_content {
            margin: auto;
            width: 187px;
            height: 187px;
        }

    .tieuchi2_content:before {
        width: 207px;
        height: 207px;
        left: -10px;
    }
}