body{
    width: 100%;
}
.content{
    letter-spacing: 0;
    color: #828eb1;
}
.navbar{
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(105,116,147,.1);
    -moz-box-shadow: 0 20px 50px rgba(105,116,147,.1);
    -webkit-box-shadow: 0 20px 50px rgba(105,116,147,.1);
    -o-box-shadow: 0 20px 50px rgba(105,116,147,.1);
}
.sidebar{
    position: sticky;
    top: 120px;
    left: 0;
}
.sidebar li{
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
    position: relative;
}
.sidebar li a{
    color: #8b97bb;
}
.sidebar li a:hover{
    text-decoration: underline;
}
.sidebar li.active:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #00BCD4;
    border-radius: 100%;
    position: absolute;
    left: -15px;
    top: 10px;
}
.sidebar li.active a{
    color: #485372;
    font-weight: 600;
}
.img-main{
    height: 250px;
    margin-bottom: 20px;
}

.video-thumb{
    border-radius: 10px;
    margin-bottom: 30px;
}
.video-thumb img{
    border-radius: 10px;
}

@media screen and (max-width: 575px){
    .img-main{
        height: auto;
    }
    header {
        padding: 120px 0px 60px;
    }
    .border-left{
        border-left: 0!important;
    }
    .btn{
        padding: 15px 25px;
        white-space: normal;
    }
}

.nice-select{
    font-size: 16px!important;
}

.license-product{
    height: 170px;
}

.card{
    line-height: 1.5em;
    padding: 20px 15px;
    font-size: 14px;
}

.text-sm{
    font-size: 12px;
    line-height: 1.3em;
}

.table th{
    vertical-align: top!important;
    line-height: 1.4em;
    font-size: 14px;
    color: #485372;
}
.table td{
    font-size: 14px;
}

.list-num li{
    position: relative;
    left: -10px; 
    margin-bottom: 10px;
}
.list-num li span{
    position: relative;
    left: 15px;
}

.pointer{
    cursor: pointer;
}
