@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

.dark-3click header#header {
    margin-bottom: 40px !important;
}

body.dark-3click .box-detail-blog .detail-title {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    color: rgb(219, 210, 210);
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 22px;
}

body.dark-3click .box-detail-blog {
    min-height: 70vh;
}
body.dark-3click .box-detail-blog h2, h3{
    font-family: 'Jost', sans-serif;
    color: rgb(219, 210, 210);
}

body.dark-3click .box-detail-blog p, .dark-3click li {
    font-family: 'Muli', sans-serif;
    color: #dbd2d2;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

body.dark-3click .box-detail-blog h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0;
}

body.dark-3click .box-detail-blog img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}

.dark-3click{
    background-color: #081126 !important;
}
.dark-3click nav{
    background-color: #081126 !important;
    border-top: none !important;
}
.dark-3click #footer-section{
    background-color: #081126 !important;
}
.dark-3click #top-search input{
    padding: 10px !important;
}
.dark-3click .penci-go-to-top-floating{
    display: none !important;
}
.dark-3click  #navigation a,.dark-3click  #footer-section a,#footer-copyright p{
    color: #fff!important;
}
@media only screen and (max-width: 600px) {
    .dark-3click #header {
        margin: 0;
    }
}


@media screen and (max-width: 991px) {
    body.dark-3click .box-detail-blog p,.dark-3click li {
        font-family: 'Muli', sans-serif;
        font-size: 12px;
        line-height: 18px;
    }

    body.dark-3click .box-detail-blog .detail-title {
        color: rgb(219, 210, 210);
        font-family: 'Jost', sans-serif;
        line-height: 21px;
    }
}
@media screen and (max-width: 991px) {
    .dark-3click header#header {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 479px) {
    .wrapper-boxed > .container{
        padding-left: 9px;
        padding-right: 9px;
    }
}
.dark-3click div#content2 {
    margin-top: 20px;
}
.dark-3click .button-menu-mobile.header-6 {
    display: none !important;
}
.dark-3click footer #footer-copyright > p {
    color: white !important;
}