/* overide common*/

.header-blog-detail {
    background-color: #F7F8FC;
}

.row.content-header-detail {
    width: calc(100% - 460px);
    margin: auto;
}

.tag-detail {
    color: #73CDB8 !important;
    background: none !important;
}

.title-blog.sk-title-page {
    margin-top: 10px;
    margin-bottom: 21px;
    padding-right: 40px;
}

.date {
    float: right;
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
}

.list-button {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
}

.list-button.top {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.btn.button.share-FB {
    padding: 0px;
    margin: 0px 16px 0px 16px;
}

.btn.button i {
    font-weight: 400 !important;
}

.logo .image-log {
    margin-top: 66px;
    position: absolute;
    top: 50px;
    left: 80%;
    width: 74px;
    height: 86px;
}

.image-logo-mobi {
    display: none;
    width: 55px;
    position: absolute;
    top: 0;
    right: 15px;
}

.image-logo-mobi img {
    width: 100%;
}

.container-fluid.content-blog-detail {
    width: 100%;
    margin: 0px;
    background-color: #ffffff;
}

.content-blog {
    width: calc(100% - 450px);
    margin: auto;
    padding: 40px 0px 30px 0px;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05em;
}

.content-blog p {
    line-height: 200%;
}

.content-blog .image-blog {
    width: 100%;
    margin: -20px 0px 20px 0px;
}

.container-fluid.recomment {
    background-color: #F7F8FC;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-button .button {
    background-color: #4f6cac;
    color: #ffffff;
    font-size: 13px;
}

.list-button .button.twitter {
    background-color: #4494da;
    padding: 3px;
    vertical-align: bottom;
}

.share-FB {
    padding: 3px !important;
    vertical-align: bottom;
}

.list-button .button span {
    /* padding: 5px; */
}

.sk-title-page.title-page-blog {
    margin-top: 0px;
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.logo-bottom-detail {
    text-align: center;
    margin: 30px 0 60px 0 !important;
}

.logo-bottom-detail .image-log {
    width: 100px;
    height: 116px;
}

.title-bottom-detail {
    font-size: 18px !important;
}

.mb-hidden {
    margin-bottom: 10px;
}

.tag-detail {
    font-size: 12px;
}

span.tag-detail {
    line-height: 18px;
    padding-left: 0px;
    padding-right: 0px;
}

.table-tag {
    margin-bottom: 100px;
}

.list-detail {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.tag-blog-detail {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
}

.zoom-img{
    display: none;
}


/* mobile */

@media (max-width: 770px) {
    .row.content-header-detail {
        width: calc(100% - 260px);
    }
    .content-blog {
        width: calc(100% - 260px);
    }
    .sk-title-page {
        font-size: 24px;
        line-height: 34px;
    }
    .mr-left {
        margin-left: 15px;
    }
    .button-share {
        padding: 0;
    }
}

@media (max-width: 720px) {
    .row.content-header-detail {
        width: 100%;
        margin: auto;
    }

    .logo .image-log {
        display: none;
    }

    .image-logo-mobi {
        display: block;
    }

    .image-logo-pc {
        display: none;
    }

    .list-tag {
        margin-top: 0px;
    }

    .date {
        display: none;
    }

    .list-button .button {
        padding: 0px;
    }

    .btn.button.share-FB {
        margin: 0px 9px 0px 9px !important;
    }

    .btn.button.share-FB.bottom {
        margin: 0px 17px 0px 17px !important;
    }

    .content-blog {
        width: 100%;
        margin: auto;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.01em;
    }

    .mb-hidden {
        display: none;
    }

    .title-bottom-detail {
        padding-top: 30px;
        line-height: 27px !important;
    }

    .container-fluid.content-blog-detail {
        padding-bottom: 0px !important;
    }

    .list-button {
        padding-left: 15px;
        margin: 30px 0px 20px 0px;
    }

    .list-button.list-button-bottom{
        padding-left: 25px;
    }

    .share-FB {
        margin-right: 8px !important;
    }

    .tag-detail {
        font-size: 11px;
        margin-top: 17px;
    }

    .title-blog {
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .sk-title-page.title-page-blog {
        margin-top: 0px !important;
    }

    .container-fluid.recomment {
        padding-bottom: 0px;
    }

    .tag-blog-detail {
        font-size: 11px;
    }

    .mobi-hiden {
        display: none;
    }

    .about-remote-link {
        right: 16px !important;
        bottom: 31px !important;
    }

    .zoom-img{
        width: 118px !important;
        height: 37px !important;
        font-size: 16px;
        line-height: 200%;
        letter-spacing: 0.05em;
        top: 53px;
        left: 105px;
    }
}


/* css image modal */

#fboverlay {
    opacity: 1;
    filter: hue-rotate(9deg) grayscale(0.5);
}

.zoom-img {
    padding: 7px 15px;
    background-color: #C4C4C4;
    position: absolute;
    width: 115px;
    top: 45%;
    left: calc(50% - 60px);
    height: 45px;
}

p.card-text.sk-subtitle-blog {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ck-editor__editable.ck-editor__nested-editable.ck-placeholder.ck-hidden {
    display: none;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

figure.image.ck-widget, figure.image.ck-widget img{
    width: 100%;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }

}

@media only screen and (max-width: 400px) {
    .zoom-img {
        top: 53px;
        height: 37px;
        width: 118px;
        line-height: 27px;
    }
}

.image-modal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-modal img {
    height: 100%;
    width: auto;
    border-radius: unset;
}
/* hover */
.logo .image-log:hover, .logo-bottom-detail .image-log:hover{
    opacity: 0.8;
}



/* end hover */

@media screen and (max-width: 576px) {
    .title-blog.sk-title-page {
        margin-top: 50px;
    }
}
