.section-gioi-thieu, .section-blocks, .section-numbers, .section-slider{
    padding: 60px 0;
}

.page-banner{
    /* height: 360px; */
    position: relative;
}

/* .page-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 1;
} */

.page-banner .section-title{
    font-size: 46px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.section-gioi-thieu .box-container{
    min-height: 490px;
}

.number-item--wrapper{
    width: max-content;
}

.number-item{
    width: 100%;
    max-width: 225px;
    min-height: 225px;
    padding: 17px;
}

.number-item .number{
    margin-bottom: 20px;
}

.section-slider{
    margin-bottom: 60px;
    overflow: hidden;
}

.section-slider > .swiper{
    margin: 0 -20%;
}

.section-slider  .swiper-slide{
    height: 490px;
}

@media screen and (max-width: 600px) {
    .page-banner{
        /* height: 140px !important; */
        min-height: auto;
    }

    .page-banner .section-title{
        font-size: 20px;
        text-align: center;
    }

    .section-gioi-thieu, .section-blocks, .section-numbers, .section-slider{
        padding: 30px 0;
    }

    .section-gioi-thieu .box-container{
        min-height: 240px;
    }

    .number-item--wrapper{
        width: 50%;
    }

    .number-item .number{
        font-size: 50px;
    }

    .section-slider{
        margin-bottom: 30px;
        overflow: hidden;
    }

    .section-slider  .swiper-slide{
        height: 220px;
    }
}