.row-00-bg .panel{
    display: none!important;
}

.row-00-bg .title{
    font-size: 24px;
}

.row-00-bg .sub-title{
    font-size: 20px;
}

.row-00-bg .content{
    font-size: 16px;
}

@media (max-width: 991.98px) {

    .row-00-bg .panel{
        display: block!important;
        min-height: 220px;
        padding: 20px 40px 30px 40px ;
    }

    .row-00-bg .title{
        font-size: 26px;
    }

    .row-00-bg .sub-title{
        font-size: 22px;
    }

    .row-00-bg .content{
        font-size: 12px;
        line-height: 1.4em;
    }
}

@media (max-width: 767.98px) { 
    .row-00-bg .panel{
        display: block!important;
        min-height: 250px;
        padding: 20px 20px 30px 20px ;
    }

    .row-00-bg .title{
        font-size: 22px;
        line-height: 1.2em;
        padding-bottom: 10px;
    }

    .row-00-bg .sub-title{
        font-size: 18px;
    }

    .row-00-bg .content{
        font-size: 10px;
        line-height: 1.5em;
    }

}    

/*  swiper  */
.intro-slider-wrap {
    position: relative;
}

.intro-swiper {
    overflow: hidden;
    padding-bottom: 50px;
}

.intro-nav {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.intro-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%)!important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.intro-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    border-radius: 999px;
    background: #86b6ff;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s ease;
}

.intro-pagination .swiper-pagination-bullet-active {
    background: #243c9f;
    width: 42px;
}
