.blog_data {
    position: relative;
}

.blog_data .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    padding-top: 20%;
}
.header-blog {
    width: 100%;
    height: auto;
    background-color: #6F8AE4;
    background-image: url('../images/blog/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 30px 35px 30px;
    display: block;
}

.header-mobile {
    width: 100%;
    height: auto;
    background-color: #6F8AE4;
    background-image: url('../images/blog/header-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 37px 35px 37px;
    display: none;
}

.content-header {
    width: 100%;
    height: 207px;
    justify-content: center;
    text-align: center;
    display: inline-block;
    margin-top: 48px;
}

.logo {
    width: 180px;
    height: 100%;
    display: inline-block;
}

.lock .title-company-blog{
    display: none;
}

.sk-title-blog {
    font-size: 16px !important;
    line-height: 24px !important;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    margin-top: 25px !important;
    color: #ffffff;
}

.title-page-blog {
    line-height: 36px !important;
    padding: 0 15px 0 15px;
    font-size: 24px !important;
    position: relative;
}

.title-blogs {
    margin-top: 60px !important;
}

/* =====================================blog====================================== */
.container-fluid {
    width: calc(100% - 260px);
    margin-top: 60px;
    margin-bottom: 100px;
}

.sk-remote-link {
    right: 197px !important;
}

.mr-bottom-60 {
    margin-bottom: 60px;
}

.table-tag a:hover{
    text-decoration: none;
}

.content-card a:hover {
    text-decoration: none;
}

.choose {
    line-height: 14px;
    color: #73CDB8;
    height: 14px;
    font-size: 9px;
    padding-right: 6px;
}

.sk-btn-blog .btn {
    color: #6F8AE4 !important;
    width: 60.607%;
    height: 48px !important;
    padding: 11px 0px !important;
    background: #ffffff;
}

.list {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

/* blogs category */
.logo-right {
    position: absolute;
    right: 15px;
    top: -40px;
}

.logo-bottom {
    margin-bottom: 47px;
}

.card.hover img{
    opacity: 0.3;
}

.zoom-img{
    display: none;
}

@media (max-width: 576px) {
    .title-blogs {
        margin-top: 55px;
    }

    .header-blog {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0 25px 90px 25px;
    }

    .content-header {
        margin-top: 25px;
    }

    .remote {
        right: 16px !important;
    }

    .mr-bottom-60 {
        margin-bottom: 0;
    }

    .list {
        margin-bottom: 0 !important;

    }

    .sk-btn-blog {
        margin-top: 18px !important;
        margin-bottom: 60px !important
    }

    .title-page-blog {
        margin: 55px 0px 21px 0px !important;
        font-size: 22px !important;
        padding: 0 !important;
    }

    .logo-right img {
        width: 60px;
        height: 70px;
    }

    .logo-right {
        right: 0 !important;
        top: -32px !important;
    }

    .logo-bottom {
        margin: 0 0 59px 0 !important;
    }

    .title-repo {
        padding: 0 16px 0 16px;
        display: block;
    }

    /* .title{
        display: none;
    } */
    .sk-btn-blog .btn {
        height: 60px !important;
        width: 84.06% !important;
        padding: 18px 0px !important;
    }
}


