.article-lhn ul{
    font-size: 14px;
    list-style-type: none;
    line-height: 1.4;
    padding-left: 20px;
    margin-top: 20px;
}
.article-lhn ul li a{
    display: block;
    margin-bottom: 10px;
    border-right: 2px solid #cccccc;
    padding-right: 15px;
}

@media screen and (min-width: 992px) {
    .article-lhn{
        padding-left: 15px;
        position: relative;
        padding-top: 40px;
        width: 300px;
        }
    .article-lhn .lhn-wrap {
        width: 300px;
        padding-right:20px
    }
    .article-lhn.scrolled .lhn-wrap{
        position: fixed;
        left: 50%;
        top:20px;
        /*transform: translateX(-200%);*/
        margin-left: -585px;
    }

    /* .article-lhn ul li:nth-child(1) a, */
    .article-lhn ul li a.active{
        border-color: #00a3da;

    }
}
.title-line{
    padding-left: 20px;
    position: relative;
    text-align: center;
}
.title-line strong{
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
}
.title-line::before{
    content:"";
    position:absolute;
    left:20px;
    top:0;
    border:5px solid #00a3da;
    display: block;
    height: 1px;
    background-color: #00a3da;
    width: calc(100% - 30px);
    transform:translateY(100%)
}
@media screen and (max-width: 1280px) {
    .article-lhn .lhn-wrap, .article-lhn {
        width: 200px;
    }
    .article-lhn.scrolled .lhn-wrap{
        margin-left: 0;
        transform: translateX(-292.5%);
    }
}
@media screen and (max-width: 992px) {
    .title-line::before{
        transform:translateY(65%)
    }
    .menu-type-article{
        flex-direction: column;
    }
    .article-lhn + .article-text{
        margin-top: 10px;
    }
    .article-lhn{
        padding-left:10px;
        padding-right:10px;
    }
    .article-lhn ul li a{
        border: 0;
    }
    .article-lhn .lhn-wrap, .article-lhn {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }
}
