
html,body{
    overflow: initial !important;
    background-color: #fff;

}
.thaiSansB{
     color: #605d5d !important;
}
.__tab:before {
    content: '';
    display: inline-block;
    padding-left: 28px;
}

.text-green {
    color: #00aba0;
}
.text-gray {
    color: #a1a1a1;
}
.mt-fix {
    margin-top: 115px;
}
.body__artical footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer__bottom footer {
    position: initial;
}
.body__artical .cover-menu {
    overflow-y: initial;
    height: 100vh;
}

#list-artical {
    position: absolute;
    top:0;
    left:15px;
}
#list-artical a:before {
    content: '>';
    position: absolute;
    left: 20px;
    top: 0;
}
#list-artical  a {
    color: #418bcc;
    font-size: 1.5rem;
    padding: 2px 35px !important;
    position: relative;
    border: 0;
}
#list-artical a.active {
    background-color: initial !important;
    border-color: initial !important;
    color: #01aba0 !important;
}
#nav-artical p,
#nav-artical i {
    color: #7f7f7f;
    font-size: 1.4rem;
    margin-bottom: 0 !important;
}
.artical__img__1 img {
    width: 100%;
}
.artical__space {
    margin-top: 30px !important;
}
img.artical__space{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.ref__artical p {
    font-size: 1.2rem !important;
}

.artical__title strong {
    white-space: nowrap;
}
.artical__box a {
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 0;
    border-top: 0;
    border-right: 0;
    margin-bottom: 15px;
}
.artical__box img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.artical__title:before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
}
.artical__title {
    color: #418bcc;
    font-size: 2rem;
    padding-left: 20px;
    position: relative;
    line-height: 1.2;
}
.artical__box p{
    font-size: 1rem;
}
@media screen and (min-width: 1230px){
    /* .scroll-y {
        overflow: scroll;
        height: calc(100vh - 185px);
    } */
}
@media screen and (max-width: 576px){
    /* .scroll-y {
        height: calc(100vh - 170px);
    } */
    .artical__title strong nobr{
        display: block;
    }
    div.artical__box a{
        justify-content: start;
    }
}
@media screen and (max-width: 768px){
    .mt-fix {
        margin-top: 20px !important;
    }
    .topic__artical {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1230px){
    .mt-fix {
        margin-top: 80px;
    }
    .hide-mobile {
        display: none;
    }
    .full-grid {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
    div.artical__title {
        font-size: 1.5rem;
    }
    .artical__box a img {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-height: 740px){
    .body__artical .cover-menu {
        overflow-y: auto;
    }
}
