.sbn-list {
    margin: 80px 80px 0;
    overflow: hidden;
}
.sbn {
    //width: 90%;
    height: 280px;
    padding-top: 80px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
.sbn:nth-of-type(odd) {
    float: left;
}
.sbn:nth-of-type(even) {
    float: right;
}
.sbn:nth-of-type(1),
.sbn:nth-of-type(2) {
    height: 20px;
    padding-top: 0;
    border-top: none;
}
.sbn p {
    font-size: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
    .sbn-list {
        margin: 80px 40px 0;
    }
    .sbn {
        width: auto;
        float: none !important;
    }
    .sbn:nth-of-type(2) {
        height: 280px;
        padding-top: 80px;
        border-top: 1px solid #fff;
    }
    ul li {
        margin: 0 .7em !important;
    }
    .sbn13 ul li {
        width: 26px;
        margin: 0 .6em !important;
    }
    .sbn02 ul li .dot-nav-element::after {
        width: 50px;
    }
}

ul {
    list-style: none;
    text-align: center;
}
ul li {
    display: inline-block;
    margin: 0 1em;
}
ul li .dot-nav-element {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    transition: .2s ease-in-out;
}

.sbn05 ul li .dot-nav-element {
    background-color: rgba(0, 151, 198, 0.66);
    border-radius: 50%;
}
.sbn05 ul li .dot-nav-element:hover {
    background-color: white;
}
.sbn05 ul li .dot-nav-element.is-active {
    background-color: white;
    transform: scale(1.4);
}

.sbn02 ul li .dot-nav-element {
    border: 2px solid rgb(6, 153, 199);
    border-radius: 50%;
    background: #f8f9fa;
    top:10px;
}
.sbn02 ul li .dot-nav-element:hover {
    background-color: rgb(6, 153, 199);
}
.sbn02 ul li .dot-nav-element.is-active {
    background-color: rgb(0, 151, 198);
}
.sbn02 ul li .nav-description-box {
    visibility: hidden;
    //display: none;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: normal;
    margin-top:10px;
}
.sbn02 ul li .nav-description-box.is-active {
    visibility: visible;
    //display: block;
    margin-top:10px;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: normal;
}

.sbn02 ul li .dot-nav-element:hover + .nav-description-box{
    visibility: visible;
    margin-top:10px;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: normal;
}

.sbn02 ul li .dot-nav-element::after{
    content: '';
    z-index: -5;
    display: block;
    position: absolute;
    background: rgb(0, 151, 198);
    width: 120px;
    height: 4px;
    top: 23px;
}


.sbn02 ul li:nth-last-child(2) .dot-nav-element::after{
    width: 70px;
}
.bg-light {
    z-index: 1;
}
.arrow-right {
    display: inline-block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    top:13px;
    border-left: 13px solid rgb(6, 153, 199);
}
.dot-nav-link{
    text-decoration: none;
    color:rgb(6, 153, 199) ;
}
.dot-nav-link:hover {
 color: #9f13d2;
}
.navbar-light .navbar-nav .nav-link{
    word-wrap: unset;
    word-break: normal;
    white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(0, 151, 198);
    font-weight: bold;
}