﻿@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:500");

:root {
    --m-grape-2: #eebefa;
    --cl-color-primary: #1a0dab; /* Xanh dương (#1a0dab hoặc #0066cc)  */
}

:root, [data-bs-theme="light"] {
    --bs-primary: #5f3dc4;
    --bs-primary-hover: #5134a7;
    --bs-primary-active: #4c319d;
    --bs-primary-subtle: #dfd8f3;
    --bs-primary-subtle-hover: #c7bbea;
    --bs-primary-subtle-active: #bfb1e7;
    --bs-primary-emphasis: #392576;
    --bs-primary-emphasis-hover: #2b1b58;
    --bs-primary-border-subtle: #bfb1e7;
    --bs-primary-rgb: 95, 61, 196;
    --bs-text-on-primary: #fff
}

    :root #github-image, [data-bs-theme="light"] #github-image {
        display: inline-block
    }

    :root #github-image-dark, [data-bs-theme="light"] #github-image-dark {
        display: none
    }

[data-bs-theme="dark"] {
    --bs-primary: #9781d9;
    --bs-primary-hover: #ac9ae1;
    --bs-primary-active: #b6a7e4;
    --bs-primary-subtle: #26184e;
    --bs-primary-subtle-hover: #2b1b58;
    --bs-primary-subtle-active: #392576;
    --bs-primary-emphasis: #b7a8e4;
    --bs-primary-emphasis-hover: #af9ee2;
    --bs-primary-border-subtle: #392576;
    --bs-primary-rgb: 151, 129, 217;
    --bs-text-on-primary: #000
}

    [data-bs-theme="dark"] #github-image {
        display: none
    }

    [data-bs-theme="dark"] #github-image-dark {
        display: inline-block
    }

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

 

img, picture {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */
html, body {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 13px;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

.w3-serif {
    font-family: serif
}

.w3-sans-serif {
    font-family: sans-serif
}

.w3-cursive {
    font-family: cursive
}

.w3-monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img, picture {
    vertical-align: middle
}

a {
    color: inherit
}

html {
    min-height: 100vh
}

body {
    --offcanvas-expand-width: 300px
}
.title_group {
    clear: both;
    margin: 0;
    padding: 10px 0 10px 0;
}
.bg-purple-light {
    background-color: rgba(95,61,196,0.2) !important
}

.rounded-4rem {
    border-radius: 4rem
}

#site-home-top-nav .navbar-brand, #site-home-top-nav .footer-brand {
    font-size: 1rem !important;
    text-transform: uppercase;
    font-family: "Roboto Mono", monospace;
    font-weight: 500
}

#site-home-top-nav .btn-outline-light {
    --mdc-ripple-color: rgb(var(--bs-white-rgb));
    --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .1);
    --bs-btn-active-bg: rgba(var(--bs-white-rgb), .2)
}

#site-home-top-nav .dropdown-menu {
    --bs-dropdown-color: rgb(var(--bs-white-rgb));
    --bs-dropdown-link-color: rgb(var(--bs-white-rgb))
}

#site-home-top-nav .dropdown-item {
    --bs-dropdown-link-hover-bg: rgba(var(--bs-white-rgb), .1);
    --bs-dropdown-link-hover-color: rgb(var(--bs-white-rgb));
    --bs-dropdown-link-active-bg: rgba(var(--bs-white-rgb), .2);
    --bs-dropdown-link-active-color: rgb(var(--bs-white-rgb))
}

#site-home-top-nav .dropdown .bi {
    width: 1rem;
    height: 1rem;
    fill: currentcolor
}

#site-home-top-nav a:focus-visible, #site-home-top-nav .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.15rem var(--m-grape-2)
}

h1, h2, h3, h4, h5 {
    font-weight: 300
}

@media (max-width: 767px) {
    #site-home-top-nav #site-name {
        display: none
    }
}

@media (max-width: 497px) {
    #site-home-top-nav .container {
        gap: .5rem !important
    }

    .extra-links {
        display: none
    }
}

@media (max-width: 345px) {
    #site-home-top-nav .container {
        gap: .3rem !important
    }

    #site-home-top-nav .navbar-nav {
        gap: .5rem !important;
        margin-right: 0 !important
    }
}

@media (max-width: 279px) {
    #site-home-top-nav .navbar-nav {
        width: 100%
    }
}

.theming-examples [data-bs-theme="light"] {
    --bs-primary: #5f3dc4;
    --bs-primary-hover: #5134a7;
    --bs-primary-active: #4c319d;
    --bs-primary-subtle: #dfd8f3;
    --bs-primary-subtle-hover: #c7bbea;
    --bs-primary-subtle-active: #bfb1e7;
    --bs-primary-emphasis: #392576;
    --bs-primary-emphasis-hover: #2b1b58;
    --bs-primary-border-subtle: #bfb1e7;
    --bs-primary-rgb: 95, 61, 196;
    --bs-text-on-primary: #fff;
    --bs-border-radius: 2rem;
    --bs-border-width: 2px
}

.theming-examples [data-bs-theme="dark"] {
    --bs-primary: #9781d9;
    --bs-primary-hover: #ac9ae1;
    --bs-primary-active: #b6a7e4;
    --bs-primary-subtle: #26184e;
    --bs-primary-subtle-hover: #2b1b58;
    --bs-primary-subtle-active: #392576;
    --bs-primary-emphasis: #b7a8e4;
    --bs-primary-emphasis-hover: #af9ee2;
    --bs-primary-border-subtle: #392576;
    --bs-primary-rgb: 151, 129, 217;
    --bs-text-on-primary: #000;
    --bs-border-radius: 2rem;
    --bs-border-width: 2px
}
 
.timestamp {
    border-bottom: 1px solid #ccc;
}
.detailBody {
    margin:0; padding:10px 0 10px 0; 
}

.body_content {
    padding: 0 30px;
}
    .body_content a {
        text-decoration: none;
    }
    .body_content .breakline {
        margin: 30px -30px 20px;
        border-color: var(--cl-color-secondary);
        
        opacity: 1;
    }

    .body_content .vline {
        width: 1px;
        height: 100%;
        background-color: var(--cl-color-eighty);
    }

    .body_content .daily_post .item {
        padding: 16px 0 12px;
        border-bottom: 1px solid var(--cl-color-secondary);
    }

        .body_content .daily_post .item h3 {
            color: var(--cl-color-primary);
            height: 54px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .body_content .daily_post .item h3 a {
                color: var(--cl-color-primary);
            }

            .body_content .daily_post .item h3:hover {
                color: var(--cl-color-fourty);
            }

                .body_content .daily_post .item h3:hover a {
                    color: var(--cl-color-fourty);
                }

        .body_content .daily_post .item .post_meta {
            list-style: none;
            padding-left: 0;
            font-size: 8px;
            text-transform: uppercase;
            display: flex;
            flex-wrap: wrap;
            -moz-column-gap: 15px;
            column-gap: 15px;
            margin-bottom: 0;
        }

            .body_content .daily_post .item .post_meta li {
                position: relative;
            }

                .body_content .daily_post .item .post_meta li a {
                    color: var(--cl-color-thirty);
                    
                }

                .body_content .daily_post .item .post_meta li:first-child a {
                    color: var(--cl-color-primary);
                }

                .body_content .daily_post .item .post_meta li:not(:last-child):not(:first-child)::before {
                    position: absolute;
                    content: "\f0da";
                    font-family: FontAwesome;
                    left: -8px;
                    top: 50%;
                    color: var(--cl-color-thirty);
                    
                    transform: translateY(-50%);
                }

                .body_content .daily_post .item .post_meta li:last-child::before {
                    position: absolute;
                    content: "";
                    width: 3px;
                    height: 3px;
                    background-color: var(--bg-color-fivety);
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    left: -8px;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .body_content .featured_post {
        padding: 20px 0;
    }

        .body_content .featured_post h2 a {
            color: var(--cl-color-primary);
        }

        .body_content .featured_post h2:hover {
            color: var(--cl-color-fourty);
        }

            .body_content .featured_post h2:hover a {
                color: var(--cl-color-fourty);
            }

        .body_content .featured_post h3 a {
            color: var(--cl-color-primary);
        }

        .body_content .featured_post h3:hover {
            color: var(--cl-color-fourty);
        }

            .body_content .featured_post h3:hover a {
                color: var(--cl-color-fourty);
            }

        .body_content .featured_post .post_meta {
            list-style: none;
            padding-left: 0;
            font-size: 9px;
            text-transform: uppercase;
            display: flex;
            flex-wrap: wrap;
            -moz-column-gap: 15px;
            column-gap: 15px;
        }

            .body_content .featured_post .post_meta li {
                position: relative;
            }

                .body_content .featured_post .post_meta li a {
                    color: var(--cl-color-thirty);
                    
                }

                .body_content .featured_post .post_meta li:first-child a {
                    color: var(--cl-color-primary);
                }

                .body_content .featured_post .post_meta li:not(:last-child):not(:first-child)::before {
                    position: absolute;
                    content: "\f0da";
                    font-family: FontAwesome;
                    left: -8px;
                    top: 50%;
                    color: var(--cl-color-thirty);
                    
                    transform: translateY(-50%);
                }

                .body_content .featured_post .post_meta li:last-child::before {
                    position: absolute;
                    content: "";
                    width: 3px;
                    height: 3px;
                    background-color: var(--bg-color-fivety);
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    left: -8px;
                    top: 50%;
                    transform: translateY(-50%);
                }

        .body_content .featured_post figure {
            position: relative;
            padding-bottom: 60%;
        }

            .body_content .featured_post figure img {
                position: absolute;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .body_content .featured_second {
        padding-top: 35px;
    }

        .body_content .featured_second .item {
            padding: 12px;
            /* border: 1px solid var(--cl-color-secondary); */
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.03);
            border-radius: 0 3px 3px 3px;
            -webkit-border-radius: 0 3px 3px 3px;
            -moz-border-radius: 0 3px 3px 3px;
            -ms-border-radius: 0 3px 3px 3px;
            -o-border-radius: 0 3px 3px 3px;
            margin-bottom: 8px;
        }

            .body_content .featured_second .item figure {
                position: relative;
                padding-bottom: 77%;
                margin-bottom: 8px;
            }

                .body_content .featured_second .item figure img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .body_content .featured_second .item h2 {
                color: var(--cl-color-primary);
                height: 72px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .body_content .featured_second .item h2 a {
                    color: var(--cl-color-primary);
                }

                .body_content .featured_second .item h2:hover {
                    color: var(--cl-color-fourty);
                }

            .body_content .featured_second .item h3 {
                color: var(--cl-color-primary);
                height: 80px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .body_content .featured_second .item h3 a {
                    color: var(--cl-color-primary);
                }

                .body_content .featured_second .item h3:hover {
                    color: var(--cl-color-fourty);
                }

                    .body_content .featured_second .item h3:hover a {
                        color: var(--cl-color-fourty);
                    }

            .body_content .featured_second .item .post_meta {
                list-style: none;
                padding-left: 0;
                font-size: 9px;
                text-transform: uppercase;
                display: flex;
                flex-wrap: wrap;
                -moz-column-gap: 15px;
                column-gap: 15px;
                margin-bottom: 8px;
            }

                .body_content .featured_second .item .post_meta li {
                    position: relative;
                }

                    .body_content .featured_second .item .post_meta li a {
                        color: var(--cl-color-thirty);
                        
                    }

                    .body_content .featured_second .item .post_meta li:first-child a {
                        color: var(--cl-color-primary);
                    }

                    .body_content .featured_second .item .post_meta li:not(:last-child):not(:first-child)::before {
                        position: absolute;
                        content: "\f0da";
                        font-family: FontAwesome;
                        left: -8px;
                        top: 50%;
                        color: var(--cl-color-thirty);
                        
                        transform: translateY(-50%);
                    }

                    .body_content .featured_second .item .post_meta li:last-child::before {
                        position: absolute;
                        content: "";
                        width: 3px;
                        height: 3px;
                        background-color: var(--bg-color-fivety);
                        border-radius: 50%;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        -o-border-radius: 50%;
                        left: -8px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

            .body_content .featured_second .item .post_excerpt p {
                margin-bottom: 0;
                max-height: 36px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .body_content .press_post {
        padding-top: 0px;
        position: relative;
    }

        .body_content .press_post .item {
            margin-bottom: 20px;
        }

            .body_content .press_post .item figure {
                position: relative;
                padding-bottom: 70%;
                margin-bottom: 12px;
            }

                .body_content .press_post .item figure img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .body_content .press_post .item h3 {
                height: 72px;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .body_content .press_post .item h3 a {
                    color: var(--cl-color-primary);
                }

                .body_content .press_post .item h3:hover {
                    color: var(--cl-color-fourty);
                }

                    .body_content .press_post .item h3:hover a {
                        color: var(--cl-color-fourty);
                    }

            .body_content .press_post .item .post_meta {
                list-style: none;
                padding-left: 0;
                font-size: 12px;
                text-transform: uppercase;
                display: flex;
                flex-wrap: wrap;
                -moz-column-gap: 15px;
                column-gap: 15px;
                margin-bottom: 8px;
            }

                .body_content .press_post .item .post_meta li {
                    position: relative;
                }

                    .body_content .press_post .item .post_meta li a {
                        color: var(--cl-color-thirty);
                        
                    }

    .body_content .lasted_post {
        padding-top: 10px;
    }

        .body_content .lasted_post .list_post .item {
            padding: 15px 0;
            position: relative;
        }

            .body_content .lasted_post .list_post .item::before {
                position: absolute;
                content: "";
                width: calc(100% + 60px);
                left: -30px;
                bottom: 0;
                height: 1px;
                background-color: var(--cl-color-eighty);
            }

            .body_content .lasted_post .list_post .item:first-child {
                padding-top: 0;
            }

            .body_content .lasted_post .list_post .item h3 {
                color: var(--cl-color-primary);
                height: 78px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .body_content .lasted_post .list_post .item h3 a {
                    color: var(--cl-color-primary);
                }

                .body_content .lasted_post .list_post .item h3:hover {
                    color: var(--cl-color-fourty);
                }

                    .body_content .lasted_post .list_post .item h3:hover a {
                        color: var(--cl-color-fourty);
                    }

            .body_content .lasted_post .list_post .item .post_meta {
                list-style: none;
                padding-left: 0;
                font-size: 12px;
                text-transform: uppercase;
                display: flex;
                flex-wrap: wrap;
                -moz-column-gap: 15px;
                column-gap: 15px;
                margin-bottom: 8px;
            }

                .body_content .lasted_post .list_post .item .post_meta li {
                    position: relative;
                }

                    .body_content .lasted_post .list_post .item .post_meta li a {
                        color: var(--cl-color-thirty);
                        
                    }

                    .body_content .lasted_post .list_post .item .post_meta li:first-child a {
                        color: var(--cl-color-primary);
                    }

                    .body_content .lasted_post .list_post .item .post_meta li:not(:last-child):not(:first-child)::before {
                        position: absolute;
                        content: "\f0da";
                        font-family: FontAwesome;
                        left: -8px;
                        top: 50%;
                        color: var(--cl-color-thirty);
                        
                        transform: translateY(-50%);
                    }

                    .body_content .lasted_post .list_post .item .post_meta li:last-child::before {
                        position: absolute;
                        content: "";
                        width: 3px;
                        height: 3px;
                        background-color: var(--bg-color-fivety);
                        border-radius: 50%;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        -o-border-radius: 50%;
                        left: -8px;
                        top: 50%;
                        transform: translateY(-50%);
                    }

            .body_content .lasted_post .list_post .item figure {
                position: relative;
                padding-bottom: 60%;
                margin-bottom: 0;
            }

                .body_content .lasted_post .list_post .item figure img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .body_content .lasted_post .list_post .item .post_excerpt p {
                /* height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
            }

        .body_content .lasted_post .load_post a {
            margin: 30px 0;
        }

    .body_content.news_page {
        border-top: 1px solid var(--cl-color-eighty);
    }

        .body_content.news_page .press_post {
            padding: 24px 0;
        }

            .body_content.news_page .press_post::before {
                position: absolute;
                content: "";
                width: calc(100% + 60px);
                left: -30px;
                top: 0;
                height: 1px;
                background-color: var(--bg-color-primary);
            }

    .body_content .single_content {
        padding: 30px;
    }

        .body_content .single_content .single_meta {
            padding: 20px 0;
            border-top: 1px solid var(--cl-color-secondary);
        }

            .body_content .single_content .single_meta .post_author {
                display: flex;
                -moz-column-gap: 12px;
                column-gap: 12px;
            }

                .body_content .single_content .single_meta .post_author figure {
                    flex: 0 0 40px;
                    width: 40px;
                    margin-bottom: 0;
                }

            .body_content .single_content .single_meta .post_social ul {
                list-style: none;
                display: flex;
                margin-bottom: 0;
                -moz-column-gap: 12px;
                column-gap: 12px;
                padding-left: 0;
                flex-wrap: wrap;
                justify-content: flex-end;
            }

                .body_content .single_content .single_meta .post_social ul li a img {
                    height: 32px;
                }

            .body_content .single_content .single_meta .fake_line {
                height: 100%;
                width: 1px;
                background-color: var(--bg-color-secondary);
            }

        .body_content .single_content .lasted_post .list_post .item::before {
            left: -60px;
            width: calc(100% + 120px);
        }

        .body_content .single_content .near_post {
            border-bottom: 1px solid var(--cl-color-secondary);
            position: relative;
        }

            .body_content .single_content .near_post::before {
                position: absolute;
                content: "";
                width: 1px;
                height: 100%;
                top: 0;
                left: 50%;
                background-color: var(--bg-color-primary);
            }

            .body_content .single_content .near_post .prev_post,
            .body_content .single_content .near_post .next_post {
                padding: 15px 0px;
            }

            .body_content .single_content .near_post .j_title {
                margin-bottom: 12px;
                border-bottom: 3px solid var(--cl-color-secondary);
            }

                .body_content .single_content .near_post .j_title span {
                    padding: 6px;
                    background-color: var(--bg-color-primary);
                    display: inline-block;
                    color: var(--cl-color-primary);
                }

            .body_content .single_content .near_post h3 a {
                color: var(--cl-color-primary);
            }

        .body_content .single_content .related_post {
            padding: 30px 0 0;
        }

            .body_content .single_content .related_post .nav-tabs {
                -moz-column-gap: 10px;
                column-gap: 10px;
                border-bottom: 0;
            }

                .body_content .single_content .related_post .nav-tabs .nav-item .nav-link {
                    border: 0;
                    background-color: var(--bg-color-primary);
                    border-radius: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    padding: 7px 12px;
                }

                    .body_content .single_content .related_post .nav-tabs .nav-item .nav-link.active {
                        background-color: var(--bg-color-thirty);
                    }

            .body_content .single_content .related_post .arrow_slider {
                display: flex;
                -moz-column-gap: 8px;
                column-gap: 8px;
                display: none;
            }

                .body_content .single_content .related_post .arrow_slider.active {
                    display: flex;
                }

                .body_content .single_content .related_post .arrow_slider .prev_slider a {
                    display: flex;
                    width: 24px;
                    height: 24px;
                    justify-content: center;
                    align-items: center;
                    color: var(--cl-color-primary);
                    font-size: 20px;
                    background: var(--bg-color-secondary);
                }

                    .body_content .single_content .related_post .arrow_slider .prev_slider a:hover {
                        background-color: var(--bg-color-secondary);
                        color: var(--cl-color-thirty);
                        
                    }

                .body_content .single_content .related_post .arrow_slider .next_slider a {
                    display: flex;
                    width: 24px;
                    height: 24px;
                    justify-content: center;
                    align-items: center;
                    color: var(--cl-color-primary);
                    font-size: 20px;
                    background: var(--bg-color-secondary);
                }

                    .body_content .single_content .related_post .arrow_slider .next_slider a:hover {
                        background-color: var(--bg-color-secondary);
                        color: var(--cl-color-thirty);
                        
                    }

            .body_content .single_content .related_post .tab-pane {
                display: block;
                height: 0;
                overflow: hidden;
            }

                .body_content .single_content .related_post .tab-pane.active {
                    height: auto;
                }

            .body_content .single_content .related_post .tab-content {
                padding: 30px 0 0;
            }

                .body_content .single_content .related_post .tab-content .related_slider {
                    margin: 0 -15px;
                }

                    .body_content .single_content .related_post .tab-content .related_slider .slick-slide {
                        margin: 0 15px;
                    }

                    .body_content .single_content .related_post .tab-content .related_slider .item {
                        margin-bottom: 30px;
                    }

                        .body_content .single_content .related_post .tab-content .related_slider .item figure {
                            position: relative;
                            padding-bottom: 70%;
                            margin-bottom: 12px;
                        }

                            .body_content .single_content .related_post .tab-content .related_slider .item figure img {
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                -o-object-fit: cover;
                                object-fit: cover;
                            }

                        .body_content .single_content .related_post .tab-content .related_slider .item h3 {
                            height: 80px;
                            display: -webkit-box;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                            .body_content .single_content .related_post .tab-content .related_slider .item h3 a {
                                color: var(--cl-color-primary);
                            }

                            .body_content .single_content .related_post .tab-content .related_slider .item h3:hover {
                                color: var(--cl-color-fourty);
                            }

                                .body_content .single_content .related_post .tab-content .related_slider .item h3:hover a {
                                    color: var(--cl-color-fourty);
                                }

                        .body_content .single_content .related_post .tab-content .related_slider .item .post_meta {
                            list-style: none;
                            padding-left: 0;
                            font-size: 14px;
                            text-transform: uppercase;
                            display: flex;
                            flex-wrap: wrap;
                            -moz-column-gap: 15px;
                            column-gap: 15px;
                            margin-bottom: 8px;
                        }

                            .body_content .single_content .related_post .tab-content .related_slider .item .post_meta li {
                                position: relative;
                            }

                                .body_content .single_content .related_post .tab-content .related_slider .item .post_meta li a {
                                    color: var(--cl-color-thirty);
                                    
                                }

    .body_content .post_content {
        font-size: 17px;
        color: var(--cl-color-primary);
    }

.the_content * {
    font-family: "Roboto", sans-serif !important;
}

.body_content .post_content h2 {
    text-align: left;
}

.body_content .post_content h3 {
    text-align: left;
}

.body_content .post_content img {
    max-width: 100%;
    height: auto;
}

    .body_content .post_content img.aligncenter,
    .body_content .post_content figure.aligncenter {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

        .body_content .post_content figure.aligncenter figcaption {
            text-align: center;
            font-style: italic;
            font-size: 14px;
            margin-top: 5px;
        }

.body_content .post_content p {
    margin-bottom: 24px;
}

.body_content .post_content ul,
.body_content .post_content ol {
    padding-left: 16px;
}

.body_content .post_content h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 24px;
}

.body_content .post_content h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 24px;
}

.body_content .post_content h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
}

.body_content .post_content h5 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 24px;
}

.body_content .post_content a {
    color: var(--cl-color-seventy);
}

.body_content .post_content .ads_box {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .body_content .post_content .ads_box img {
        width: 304px;
    }

.body_content .post_content .post_tag {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    margin-bottom: 20px;
}

    .body_content .post_content .post_tag li a {
        position: relative;
        display: block;
        padding: 8px 8px 8px 30px;
        background-color: var(--bg-color-primary) url(../images/coin-logo.png) no-repeat center left 8px/16px auto;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        color: var(--cl-color-thirty);
        ;
        font-weight: bold;
        min-width: 110px;
    }

.body_content .post_content .post_cate {
    display: flex;
    list-style: none;
    padding-left: 0;
    -moz-column-gap: 5px;
    column-gap: 5px;
    flex-wrap: wrap;
    padding: 8px;
    background-color: var(--bg-color-primary);
    color: var(--cl-color-primary);
    border-bottom: 1px solid var(--cl-color-thirty);
    margin-bottom: 20px;
}

    .body_content .post_content .post_cate li {
        line-height: 180%;
    }

        .body_content .post_content .post_cate li a {
            color: var(--cl-color-seventy);
            font-weight: bold;
            position: relative;
        }

        .body_content .post_content .post_cate li:not(:first-child):not(:last-child)::after {
            content: ",";
        }

.body_content .post_content .author_detail {
    border-bottom: 1px solid var(--cl-color-secondary);
}

    .body_content .post_content .author_detail .owner_title {
        border-bottom: 3px solid var(--cl-color-secondary);
    }

        .body_content .post_content .author_detail .owner_title span {
            padding: 6px;
            background-color: var(--bg-color-primary);
            display: inline-block;
        }

    .body_content .post_content .author_detail .owner {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 12px;
        column-gap: 12px;
        padding: 20px 0;
    }

        .body_content .post_content .author_detail .owner figure {
            flex: 0 0 40px;
            width: 40px;
            margin-bottom: 0;
        }

        .body_content .post_content .author_detail .owner .desc {
            flex: 0 0 100%;
            width: 100%;
        }

        .body_content .post_content .author_detail .owner .owner_social {
            flex: 0 0 100%;
            width: 100%;
        }

            .body_content .post_content .author_detail .owner .owner_social ul {
                list-style: none;
                padding-left: 0;
                display: flex;
                -moz-column-gap: 8px;
                column-gap: 8px;
                flex-wrap: wrap;
                margin-bottom: 0;
            }

                .body_content .post_content .author_detail .owner .owner_social ul li a {
                    display: block;
                    padding: 8px;
                    background-color: var(--bg-color-primary);
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    -o-border-radius: 4px;
                    color: var(--cl-color-primary);
                    font-weight: bold;
                }

                    .body_content .post_content .author_detail .owner .owner_social ul li a img {
                        height: 12px;
                        margin-right: 6px;
                    }

.body_content .post_content .post_on_social {
    padding: 20px 0;
    border-bottom: 1px solid var(--cl-color-secondary);
}

    .body_content .post_content .post_on_social .fb-like iframe {
        height: auto !important;
    }

    .body_content .post_content .post_on_social ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        -moz-column-gap: 8px;
        column-gap: 8px;
        flex-wrap: wrap;
    }

        .body_content .post_content .post_on_social ul li a {
            display: block;
            color: var(--cl-color-primary);
            font-weight: bold;
        }

            .body_content .post_content .post_on_social ul li a img {
                height: 24px;
                margin-right: 6px;
            }

.body_content .post_content .comment_post {
    padding: 20px 0;
    padding-top: 0px;
    border-bottom: 1px solid var(--cl-color-secondary);
}

    .body_content .post_content .comment_post .form-control {
        background: transparent;
        height: 40px;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        box-shadow: none;
        outline: none;
        border-right: 0;
    }

        .body_content .post_content .comment_post .form-control::-moz-placeholder {
            font-size: 14px;
            color: var(--cl-color-thirty);
            
        }

        .body_content .post_content .comment_post .form-control::placeholder {
            font-size: 14px;
            color: var(--cl-color-thirty);
            
        }

    .body_content .post_content .comment_post button {
        color: var(--cl-color-secondary);
        background-color: var(--bg-color-seventy);
        border-color: var(--cl-color-seventy);
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        min-width: 40px;
    }

.body_content .post_content .ggnews {
    padding: 3px 24px;
    color: var(--cl-color-primary);
    border: 1px solid var(--cl-color-primary);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    display: block;
}

    .body_content .post_content .ggnews img {
        height: 32px;
        margin-left: 12px;
    }

@media (max-width: 991px) {
    #display_setting {
        display: none;
    }

        #display_setting.pwa .display_toggle {
            display: none;
        }

        #display_setting.pwa.active {
            display: flex;
            height: 100%;
            width: 100%;
            height: 100%;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            z-index: 999998;
        }

        #display_setting.pwa h6 {
            margin-bottom: 15px;
        }

    .body_content {
        padding: 0 20px;
    }

        .body_content .daily_post {
            margin-bottom: 30px;
        }

        .body_content .breakline {
            margin: 30px -20px 20px;
        }

        .body_content .featured_second .item h3 {
            height: auto;
            display: block;
        }

        .body_content .lasted_post .list_post .item {
            padding: 20px 0;
        }

            .body_content .lasted_post .list_post .item::before {
                left: -20px;
                width: calc(100% + 40px);
            }

        .body_content.news_page .press_post::before {
            left: -20px;
            width: calc(100% + 40px);
        }

        .body_content .single_content {
            padding: 0;
        }

            .body_content .single_content .lasted_post .list_post .item::before {
                left: -20px;
                width: calc(100% + 40px);
            }

            .body_content .single_content .near_post .prev_post {
                padding: 20px 10px 20px 0;
            }

            .body_content .single_content .near_post .next_post {
                padding: 20px 0 20px 10px;
            }

        .body_content .post_content {
            font-size: 16px;
        }

            .body_content .post_content .ads_box {
                float: none;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
            }

            .body_content .post_content p {
                margin-bottom: 18px;
            }

            .body_content .post_content h2 {
                font-size: 20px;
                margin-bottom: 18px;
            }

            .body_content .post_content h3 {
                font-size: 18px;
                margin-bottom: 18px;
            }

            .body_content .post_content h4 {
                font-size: 16px;
                margin-bottom: 18px;
            }

            .body_content .post_content h5 {
                font-size: 15px;
                margin-bottom: 18px;
            }

            .body_content .post_content .ggnews {
                font-size: 12px;
            }

                .body_content .post_content .ggnews img {
                    height: 24px;
                }
}

@media (max-width: 767px) {
    .body_content .featured_post {
        padding: 20px 0 0;
    }

        .body_content .featured_post .item {
            position: relative;
        }

            .body_content .featured_post .item figure {
                margin-bottom: 0;
            }

            .body_content .featured_post .item::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                bottom: 0;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.4%, #000 100%);
                z-index: 1;
                pointer-events: none;
            }

            .body_content .featured_post .item .text_box {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 2;
                padding: 0 20px;
                color: var(--cl-color-secondary);
            }

                .body_content .featured_post .item .text_box h3 a {
                    color: #fff;
                }

                .body_content .featured_post .item .text_box .post_excerpt {
                    display: none;
                }

                .body_content .featured_post .item .text_box .post_meta li a {
                    color: var(--cl-color-secondary);
                }

    .body_content .featured_second {
        padding-top: 0;
        margin-bottom: 20px;
    }

        .body_content .featured_second > .row {
            --bs-gutter-x: 4px;
        }

        .body_content .featured_second .item {
            padding: 0;
            box-shadow: none;
            position: relative;
            margin-bottom: 0;
            margin-top: 4px;
        }

            .body_content .featured_second .item::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                bottom: 0;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 100%);
                z-index: 1;
                pointer-events: none;
            }

            .body_content .featured_second .item .post_excerpt {
                display: none;
            }

            .body_content .featured_second .item .text_box {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 2;
                padding: 0 6px;
                color: #fff;
            }

                .body_content .featured_second .item .text_box h3 {
                    display: -webkit-box;
                    height: 48px;
                    font-size: 6px;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                }

                    .body_content .featured_second .item .text_box h3 a {
                        color: #fff;
                    }

                .body_content .featured_second .item .text_box .post_meta li {
                    font-size: 8px;
                }

                    .body_content .featured_second .item .text_box .post_meta li a {
                        color: #fff;
                    }

    .body_content .lasted_post .item .post_excerpt {
        display: none;
    }

    .body_content .lasted_post .item .btn-seemore {
        display: none;
    }
}

.featured_second.short_news_wrap {
    background: var(--bg-color-secondary);
    padding: 20px;
}

.short_news_list {
    position: relative;
}

    .short_news_list:before {
        width: 1px;
        position: absolute;
        content: '';
        background-color: var(--bg-color-primary);
        height: 98%;
        left: 5px;
        top: 5px;
    }


    .short_news_list .short_news_item {
        /* border-bottom: 1px solid #ffb202; */
        padding: 0px 0px 15px 30px;
        position: relative;
    }

        .short_news_list .short_news_item:before {
            content: "";
            width: 10px;
            height: 10px;
            background-color: var(--bg-color-fourty);
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 5px;
        }

        .short_news_list .short_news_item .ff-title {
            /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px; */
        }

            .short_news_list .short_news_item .ff-title a {
                color: var(--cl-color-primary);
            }

        .short_news_list .short_news_item .timestamp {
            margin-bottom: 0px;
            font-size: 13px;
        }

span.title_comment {
    font-size: 20px;
    color: var(--cl-color-thirty);
    
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
