@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,200italic);

.cke_editable, .cke_editable p {
    font-size: 18px;
    line-height: 32px;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";

}

.cke_contents_ltr .custom-blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.custom-blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.cke_contents_ltr .custom-blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.cke_contents_rtl .custom-blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

/* a {
    color: #0782C1;
}

ol, ul, dl {
    margin-right: 0px;
    padding: 0 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.2;
}

hr {
    border: 0px;
    border-top: 1px solid #ccc;
} */

img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

pre {
    white-space: pre-wrap;
    /* CSS 2.1 */
    word-wrap: break-word;
    /* IE7 */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-tab-size: 4;
    tab-size: 4;
}

.marker {
    background-color: Yellow;
}

span[lang] {
    font-style: italic;
}

/* figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
} */

figure:not(.figure) {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

figure>figcaption {
    text-align: center;
    display: block;
    /* For IE8 */
}


.cke_editable span.diff-html-removed {
    display: none !important;
}

.cke_editable span.diff-html-removed, .cke_editable span.diff-html-add {
    background: none !important;
}

.cke_editable span img {
    background: none !important;
    border: 0 !important;
    max-width: 100%;
}

.cke_editable img {
    max-width: 100%;
}

.cke_editable .related img {
    width: 80px;
}

.cke_editable .related table.right {
    float: right;
    width: 60%;
}

.cke_editable .related table.center {
    width: 60%;
}

@media (max-width: 1024px) {
    .cke_editable span img {
        max-width: 100%;
    }

    figure {
        margin: 0
    }
}

.list-items a {
    text-decoration: none;
}

.list-items {
    margin: 0;
}

table {
    color: #022956;
}

.ui-accordion .ui-accordion-header:first-child, .ui-accordion .ui-accordion-content {
    display: none;
}

/*emagazine box*/

.w60_emg {
    width: 600px !important;
    margin: 18px auto !important;
    float: none !important;
    font-family: "Noto Serif", serif !important;
    text-align: justify;
    font-size: 1.1rem;

}

.w80_emg {
    width: 980px !important;
    margin: 10px auto !important;
    float: none !important;
    font-family: "Noto Serif", serif !important;
    margin-bottom: 10px;
    text-align: justify;

}

/* h2 {
    position: relative;
    font-size: 1.2rem !important;
} */


.font_n {
    font-family: "Noto Serif", serif !important;
}

.w90_emg {
    width: 810px !important;
    margin: 0 auto !important;
    clear: both;
    text-align: justify;
}

.w90 {
    width: 980px !important;
    margin: 0 auto !important;
    clear: both;
    text-align: justify;
}

.w100_emg, .w100_emg img, .w90_emg img {
    width: 100% !important;
    font-family: "Noto Serif", serif !important;

}

.w100_emg table, .w100_emg table.image td {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
}

.bd_btotom_emg:after {
    content: "" !important;
    width: 200px;
    height: 1px;
    display: block;
    background: #000;
    margin: 50px auto;
}

.ui-accordion .ui-accordion-header:first-child, .ui-accordion .ui-accordion-content {
    display: none;
}

.boxright {
    float: right !important;
    margin-left: 10px !important;
    width: 30%;
}

.boxleft {
    float: left !important;
    margin-right: 10px !important;
    width: 30%;
}

.the-article-body .item {
    cursor: pointer;
}

.LayoutAlbumItem table:nth-child(1) {
    width: 50% !important;
    float: left;
    padding-right: 5px;
}

.LayoutAlbumItem table:nth-child(2) {
    width: 50% !important;
    float: right;
    padding-left: 5px;
}

.clear {
    clear: both;
    height: 0;
}

.Layout3Item table:nth-child(1) {
    width: 33.33% !important;
    float: left;
    padding-right: 1.25px;
}

.Layout3Item table:nth-child(2) {
    width: 33.33% !important;
    float: left;
    padding: 0 1.25px;
}

.Layout3Item table:nth-child(3) {
    width: 33.33% !important;
    float: left;
    padding-left: 1.25px;
}


.bd_top_emg {
    text-align: center;
    font-weight: bold;
}

.bd_top_emg:before {
    content: "" !important;
    width: 80px;
    height: 1px;
    display: block;
    background: #ccc;
    margin: 20px auto;
}

.first-letter:first-letter {
    font-size: 3em;
    line-height: 48px;
    display: block;
    float: left;
    margin-top: 3px !important;
    margin-right: 10px;
    padding: 0 0px 5px 0px;
    color: inherit;
    font-weight: bold
}

h3.box_title_emg {
    padding: 30px 0 10px !important;
    font-size: 2rem;
    line-height: 1.3;
    font-family: 'Merriweather', serif;
    display: block;
    font-weight: bold;
}

h3.box_center_img {
    text-align: center;
}

blockquote {
    margin: 0;
}

.blockquote-list .item {
    margin-top: 10px;
    display: flex;
}

.blockquote-list .item .quote {
    width: 100%;
}

.custom-center {
    display: flex;
    justify-content: center;
}

.custom-left {
    display: flex;
    justify-content: flex-start;
}

.custom-right {
    display: flex;
    justify-content: flex-end;
}


#blockquote1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

#blockquote1 .quote-card {
    background: #fff;
    color: #222222;
    padding: 15px 35px 15px 35px;
    /* Reduced padding */

    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 100px;
    /* Reduced minimum height */
    display: inline-block;
}

#blockquote1 .quote-card p {
    font-size: 1rem !important;
    /* Adjusted to 14px */
    line-height: 1.4 !important;
    /* Adjusted line height for readability */
    margin: 0 !important;
    /* Adjusted width for better layout */
    padding-top: 0;
}

#blockquote1 .quote-card cite {
    font-size: 0.875rem;
    /* Adjusted to approximately 14px for consistency */
    margin-top: 8px;
    /* Reduced margin */
    display: inline-block;
    font-weight: 200;
    opacity: 0.8;
}

#blockquote1 .quote-card:before {
    content: "\201C";
    position: absolute;
    top: 8px;
    /* Adjusted positioning */
    left: 8px;
    /* Adjusted positioning */
    font-size: 3em;
    /* Reduced font size */
    color: red;
    font-weight: normal;
    line-height: 60px;
    /* Adjusted line height */
}

#blockquote1 .quote-card:after {
    content: "\201D";
    position: absolute;
    bottom: -60px;
    /* Adjusted positioning */
    line-height: 80px;
    /* Adjusted line height */
    right: 0px;
    /* Adjusted positioning */
    font-size: 10em;
    /* Reduced font size */
    color: red;
    font-weight: normal;
}

@media (max-width: 640px) {
    #blockquote1 .quote-card:after {
        font-size: 16em;
        /* Slightly increased for smaller screens */
        right: -15px;
        /* Adjusted positioning */
    }
}

#blockquote1 .quote-card.blue-card {
    background: #303F9F;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

#blockquote1 .quote-card.blue-card:before,
#blockquote1 .quote-card.blue-card:after {
    color: #3F51B5;
}


#blockquote2 blockquote {
    font-size: 1rem;
    /* Adjusted to approximately 14px */
    margin: 20px auto;
    /* Reduced margin */
    font-style: italic;
    color: #555555;
    padding: 1em 20px 1em 50px;
    /* Reduced padding */
    border-left: 5px solid red;
    /* Reduced border thickness */
    line-height: 1.4;
    /* Adjusted line height for better readability */
    position: relative;
    background: #EDEDED;
    display: inline-block;
}

#blockquote2 blockquote p {
    margin: 0;
    padding-top: 0;
}

#blockquote2 blockquote::before {
    content: "\201C";
    color: red;
    font-size: 4.5em;
    /* Reduced font size for the quotation mark */
    position: absolute;
    left: 5px;
    /* Adjusted positioning */
    top: -5px;
    /* Adjusted positioning */
}

#blockquote2 blockquote::after {
    content: '';
}

#blockquote2 blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 0.8em;
    /* Reduced margin for tighter spacing */
}


#blockquote3 .box-quote {
    display: inline-block;
}


#blockquote3 blockquote {
    margin-bottom: 0.5em !important;
    /* Reduced margin */
}

#blockquote3 p {
    margin: 0 !important;
    padding-top: 0;
}

#blockquote3 .brooks {
    position: relative;
    font-size: 16px;
    /* Reduced font size */
    line-height: 1.2em;
    /* Adjusted line height */
    font-style: italic;
    padding-left: 35px;
    padding-right: 35px;

}

#blockquote3 .brooks:before {
    content: '\201C';
    position: absolute;
    top: 0.15em;
    /* Adjusted position */
    left: -0.1em;
    /* Adjusted position */
    color: red;
    font-size: 4em;
    /* Reduced font size */
    z-index: -1;
}

#blockquote3 .ludwig {
    position: relative;
    padding-left: 0.6em;
    /* Reduced padding */
    border-left: 0.15em solid red;
    /* Reduced border size */
    font-size: 16px;
    /* Reduced font size */
    line-height: 1.2em;
    /* Adjusted line height */
    font-weight: 100;
    padding-left: 35px;
    padding-right: 35px;
}

#blockquote3 .ludwig:before,
#blockquote3 .ludwig:after {
    content: '\201C';
    color: red;
}

#blockquote3 .ludwig:after {
    content: '\201D';
}

#blockquote3 .groucho {
    position: relative;
    font-size: 16px;
    /* Reduced font size */
    line-height: 1.2em;
    /* Adjusted line height */
    padding-left: 35px;
    padding-right: 35px;
}

#blockquote3 .groucho footer {
    font-size: 0.5em;
    /* Reduced font size */
    font-weight: 700;
    color: red;
    float: right;
    margin-top: 40px;
}

#blockquote3 .groucho footer:before {
    content: '\2015';
}

#blockquote3 .groucho:after {
    content: '\201D';
    position: absolute;
    top: 0.6em;
    /* Adjusted position */
    right: 0;
    font-size: 4em;
    /* Reduced font size */
    font-style: italic;
    color: red;
    z-index: -1;
}



#blockquote4 .container {
    width: 400px;
    /* Reduced width */
    margin: 50px auto;
    /* Adjusted margin */
    position: relative;
    font-size: 16px;
}

#blockquote4 p {
    padding-top: 0;
    margin: 0;
    font-size: 1.6rem;
    display: inline-block;
}

#blockquote4 blockquote {
    width: 380px;
    /* Reduced width */
    font: 1.6em CallunaRegular;
    /* Smaller font size */
    letter-spacing: .05em;
    /* Adjusted spacing */
    float: left;
    padding: 20px 0 15px 15px;
    /* Reduced padding */
    margin: 0;
    border-top: 1px dotted #858585;
    border-bottom: 1px dotted #858585;
    -webkit-transform: rotate(-2deg);
    /* Slightly reduced rotation */
    -moz-transform: rotate(-2deg);
}

#blockquote4 .container:before {
    content: "\201C";
    font-size: 8em;
    /* Reduced size */
    position: absolute;
    left: -70px;
    color: red;
}

#blockquote4 .container:after {
    content: "\201D";
    font-size: 8em;
    /* Reduced size */
    position: absolute;
    right: -70px;
    top: 150px;
    /* Adjusted position */
    color: red;
}

#blockquote4 blockquote:first-line {
    font: 1.2em "Sketch Block";
    /* Smaller font size */
    color: #beb559;
}

#blockquote4 blockquote:first-letter {
    font-size: 2em;
    /* Reduced size */
    text-transform: lowercase;
    float: left;
    line-height: .52em;
    margin-right: -10px;
    /* Adjusted margin */
    position: relative;
    z-index: 1;
}

#blockquote4 blockquote strong:first-child {
    margin-left: 5px;
    /* Adjusted spacing */
    letter-spacing: 0;
}

#blockquote4 blockquote strong:last-child {
    font: 1.5em "Museo 700";
    /* Reduced size */
    text-transform: uppercase;
    letter-spacing: 0;
}

#blockquote4 blockquote em {
    border-bottom: 1px dotted #858585;
    /* Reduced border thickness */
}

#blockquote4 blockquote+b {
    float: right;
    margin-top: 8px;
    /* Adjusted margin */
    font: 1em CallunaRegular;
    /* Reduced font size */
    letter-spacing: .1em;
}

#blockquote4 blockquote+b:first-letter {
    color: #beb559;
    font-size: 1.1em;
    /* Reduced size */
    font-style: italic;
    letter-spacing: .15em;
    /* Adjusted spacing */
}

@-moz-document url-prefix() {
    #blockquote4 blockquote:first-letter {
        margin-top: -20px;
        /* Adjusted margin */
    }
}


/* Blockquote main style */
#blockquote5 .blockquote {
    background-color: #ffffff;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    align-self: center;
    border: 0.2rem solid #FA709A;
    /* Reduced border thickness */
    border-radius: 2rem 0;
    /* Adjusted radius for smaller layout */
    padding: 2rem 1rem;
    /* Reduced padding */
}

/* Blockquote header */
#blockquote5 .blockquote h1 {
    font-size: 1rem;
    /* Adjusted font size for 14px base */
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
    width: 100%;
    letter-spacing: -0.5px;
    /* Adjusted letter spacing */
}

#blockquote5 .blockquote h1 strong {
    font-weight: 500;
}

#blockquote5 .blockquote:after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    left: -1rem;
    /* Adjusted positioning */
    top: -1rem;
    /* Adjusted positioning */
    width: calc(100% + 2rem);
    /* Adjusted size */
    height: calc(100% + 2rem);
    /* Adjusted size */
    z-index: -1;
    border-radius: 3rem 0;
    /* Adjusted border radius */
}

/* Blockquote right double quotes */
#blockquote5 .curly1 {
    position: absolute;
    display: block;
    width: 3rem;
    /* Reduced size */
    bottom: -0.5rem;
    left: -0.5rem;
}

#blockquote5 .curly2 {
    position: absolute;
    display: block;
    width: 3rem;
    /* Reduced size */
    top: -0.5rem;
    right: -0.5rem;
    z-index: 2;
    transform: rotatez(180deg);
}

/* Blockquote subheader */
#blockquote5 .blockquote h4 {
    text-align: right;
    position: relative;
    font-size: 0.9rem;
    /* Adjusted font size */
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-top: 1rem;
    /* Adjusted padding */
    z-index: 1;
}

#blockquote5 .blockquote h4:first-letter {
    margin-left: -8px;
    /* Adjusted margin */
}

#blockquote5 .pinkish {
    color: #FA709A;
}

/* Increase header size after 600px */
@media all and (min-width: 600px) {
    #blockquote5 .blockquote {
        padding: 2.5rem;
        /* Adjusted padding */
    }

    #blockquote5 .blockquote h1 {
        font-size: 1.2rem;
        /* Adjusted font size */
        width: calc(100% - 4rem);
        /* Adjusted width */
    }

    #blockquote5 .curly1 {
        width: 5rem;
        /* Adjusted size */
        bottom: -0.5rem;
        left: -0.5rem;
    }

    #blockquote5 .curly2 {
        width: 5rem;
        /* Adjusted size */
        top: -0.5rem;
        right: -0.5rem;
    }

    /* Blockquote subheader */
    #blockquote5 .blockquote h4 {
        text-align: right;
    }
}

#blockquote6 #content {}

#blockquote6 .testimonial blockquote {
    display: inline-block;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
}

#blockquote6 .testimonial blockquote:before,
#blockquote6 .testimonial blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: red;
    font-style: normal;
}

#blockquote6 .testimonial blockquote:before {
    top: 0;
    left: 10px;
}

#blockquote6 .testimonial blockquote:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

#blockquote6 .testimonial div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px;
}

#blockquote6 p {
    margin: 0;
    padding-top: 0;
}

#blockquote6 .author {
    margin: 8px 0 0 20px;
    text-align: left;
}

/* Global Styles */
#blockquote7 .container {
    display: grid;
    place-items: center;

}

/* Blockquote Styles */
#blockquote7 blockquote {
    border-left: 6px solid blueviolet;
    /* Slightly smaller border */
    box-shadow: inset 0 -6px 0 blueviolet, 0 6px 0 #cf98ff;
    /* Reduced box-shadow for compactness */
    max-width: 600px;
    /* Maximum width to keep it consistent on larger screens */
    padding: 0.8rem 1rem;
    /* Reduced padding for smaller spacing */
    margin: 1rem 0;
    /* Smaller margin for tighter layout */
    background-color: #fff;
    word-wrap: break-word;
    /* Ensure long words break correctly */
    display: inline-block;
}

/* Paragraph inside blockquote */
#blockquote7 blockquote p {
    margin: 0 0 1rem;
    /* Margin between paragraphs */
    font-size: 14px;
    line-height: 1.4;
    /* Slightly reduced line height for compactness */
    padding-top: 0;
}

/* Footer inside blockquote */
#blockquote7 blockquote footer {
    font-size: 14px;
    line-height: 1.4;
    /* Adjusted line-height */
    margin-top: 1rem;
    text-align: right;
}

/* Responsive Adjustments for Small Screens */
@media (max-width: 480px) {
    #blockquote7 blockquote {
        width: 95vw;
        /* Slightly more width on small screens */
        padding: 0.6rem 0.8rem;
        /* Reduce padding further */
    }

    #blockquote7 blockquote p, blockquote footer {
        font-size: 13px;
        /* Adjust font size for small screens */
    }
}




/* center the blockquote in the page */
#blockquote8 .blockquote-wrapper {
    display: flex;
    background: gray;
    padding: 0 20px;
}

/* Blockquote main style */
#blockquote8 .blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    display: inline-block;
}

/* Blockquote header */
#blockquote8 .blockquote h1 {
    position: relative;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

/* Blockquote right double quotes */
#blockquote8 .blockquote:after {
    position: absolute;
    content: "\201D";
    color: red;
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    #blockquote8 .blockquote h1 {
        font-size: 60px;
    }

}

/* Blockquote subheader */
#blockquote8 .blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}

#blockquote9 p,
#blockquote10 p {
    margin: 0;
    padding-top: 0;
}


#blockquote9 .wrapper,
#blockquote10 .wrapper {
    padding-bottom: 50px;
}

#blockquote9 blockquote,
#blockquote10 blockquote {
    background: white;
    padding: 20px 30px 20px 30px;
    margin: 50px auto;
    display: inline-block;
}

#blockquote9 .stacked {
    border: solid 2px;
    padding: 20px 30px 20px 30px;
    box-shadow: 13px 13px 0 0 white,
        15px 15px 0 0 #0000FF,
        15px 11px 0 0 #0000FF,
        11px 15px 0 0 #0000FF;
    display: inline-block;
}

#blockquote10 .shadow {
    border: solid 2px;
    box-shadow: 15px 15px 0 0 #0000FF !important;
}

section.section-post-detail-main .detail-main-content .content-fully p,
section.section-post-detail-main .detail-main-content .content-fully span {
    font-family: Inter;
    font-style: normal;
    font-weight: 410;
    font-size: 17px !important;
    line-height: 26px;
    color: #212020;
}

section.section-post-detail-main .detail-main-content .content-fully img {
    width: 100%;
}


.center {
    text-align: center;
}


.nghean_search .media-body em {
    font-weight: bold;
}


section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table td, section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table th {
    border: none;
}


.content-fully img {
    border-radius: 5px;
}

.content-fully .desc {
    color: #555;
    font-style: italic;
    padding-top: 10px;
}


.tags-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.tags-box .tags {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-size: 0;
    position: relative;
}

.tags-box .txt {
    font-size: 15px;
    line-height: 17px;
    color: #bdbdbd;
    display: inline-block;
    width: 75px;
    margin-right: 10px;
}

.tags .item-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    margin: 0 20px 0 0;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.tags .item-tag:after {
    content: "/";
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    right: -17px;
    top: -4px;
    color: #bdbdbd;
}

@media screen and (max-width: 991px) {
    .tags {
        display: flex;
        overflow-x: auto;
        /* Enables horizontal scrolling */
        white-space: nowrap;
        /* Prevents line breaks */
        align-items: center;
    }

    .tags .item-tag:after {
        content: unset;
    }

    .tags .item-tag a {
        line-height: 36px;
        background: #F7F7F7;
        border-radius: 4px;
        padding: 0 12px;
        color: #757575;
        display: block;
    }
}

section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully span {
    font-size: var(--pd-content-fontsize-span) !important;
}

section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully p {
    font-size: var(--pd-content-fontsize-p) !important;
}


section.section-wrapper-post-detail .wrapper-post-detail-main.style-post-detail-normal {
    --pd-title-fontsize: 1.6rem;
    --pd-caption-fontsize: 1.1rem;
    --pd-author-fontsize: 1.1rem;
    --pd-reply-fontsize: 1.1rem;
    --pd-content-fontsize-h1-h2-h3: 1.35rem;
    --pd-content-fontsize-h4-h5-h6: 1.225rem;
    --pd-content-fontsize-p: 1.225rem;
    --pd-content-fontsize-span: 1.225rem;
    --pd-content-fontsize-li: 1.1rem;
    --pd-content-fontsize-blockquote: 1.1rem;
    --pd-content-fontsize-th-td: 1.1rem;
    --pd-content-fontsize-dd-dt: 1.1rem;
    --pd-content-fontsize-figcaption: 15px;
}

section.section-wrapper-post-detail .wrapper-post-detail-main.style-post-detail-min {
    --pd-title-fontsize: 1.5rem;
    --pd-caption-fontsize: 1rem;
    --pd-author-fontsize: 1rem;
    --pd-reply-fontsize: 1rem;
    --pd-content-fontsize-h1-h2-h3: 1.25rem;
    --pd-content-fontsize-h4-h5-h6: 1.125rem;
    --pd-content-fontsize-p: 1.125rem;
    --pd-content-fontsize-span: 1.125rem;
    --pd-content-fontsize-li: 1rem;
    --pd-content-fontsize-blockquote: 1rem;
    --pd-content-fontsize-th-td: 1rem;
    --pd-content-fontsize-dd-dt: 1rem;
    --pd-content-fontsize-figcaption: 13px;
}

section.section-wrapper-post-detail .wrapper-post-detail-main.style-post-detail-max {
    --pd-title-fontsize: 1.725rem;
    --pd-caption-fontsize: 1.225rem;
    --pd-author-fontsize: 1.225rem;
    --pd-reply-fontsize: 1.225rem;
    --pd-content-fontsize-h1-h2-h3: 1.475rem;
    --pd-content-fontsize-h4-h5-h6: 1.35rem;
    --pd-content-fontsize-p: 1.35rem;
    --pd-content-fontsize-span: 1.35rem;
    --pd-content-fontsize-li: 1.225rem;
    --pd-content-fontsize-blockquote: 1.225rem;
    --pd-content-fontsize-th-td: 1.225rem;
    --pd-content-fontsize-dd-dt: 1.225rem;
    --pd-content-fontsize-figcaption: 1.1rem;
}


.avatar img {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 2sease-out;
    transition: all 2sease-out;
}

.related2:has(.image_related_2) {
    border-left: 2px solid red;
}

.related2 .image_related_2 {
    position: relative;
}

.related2 .image_related_2 td a {
    padding-left: 10px;
    display: block;
}


.related2 .image_related_2::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    left: 10px;
    border-radius: 50%;
    transform: translate(-50%, 0);
    background-color: gray;
    display: block;
}


.related2:has(.image_related_1) {
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    border-radius: 5px;
}

.related2 .image_related_1:not(:first-child) {
    border-top: 1px solid rgb(204, 204, 204);
}

.related2 .image_related_1 td {
    padding: 10px !important;
}

.row10 {
  margin: 10px 0;
}

section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table.right,
section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table.left
{
	width: revert-layer;
}

/* overide font size mobile */
@media screen and (max-width: 767px) {
    :root {
        font-size: 100%;
    }

    section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table td, section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table th {
        padding: 0;
    }
	section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully table{
		width: 100%;
	}
 .content-fully img {
    border-radius: 5px;
    width: 100%;
}

 
}

.section-home-slide-ads h1 {
  color: #222;
}


body.body .swiper-slide-menu .swiper-slide .menu-item .menu-link:focus, body.body .swiper-slide-menu .swiper-slide .menu-item .menu-link:hover{
  color: red;
  font-weight: bold;
}


body.body {
  user-select: unset;
}

.pagy {
	margin: 15px 0;
}
.pagy ul {
    float: left;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    width: auto !important;
}
.pagy ul li {
    display: inline-block;
}

.pagy ul li a.active {
cursor: auto;
    color: #fff;
    /* text-decoration: underline; */
    font-weight: 400;
    cursor: auto !important;
    background: #935f25;
    /* border: 1px solid #D00505; */
    color: #fff;
}
.pagy ul li a {
padding: 0px 8px;
    text-align: center;
    text-decoration: none;
    color: #666;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
	margin-left: 12px;
     font-size: 14px;
    /* margin-top: 10px; */
    height: 26px;
    padding-top: 12px;
}
.pagy .btn {
cursor: auto;
    color: #fff;
    /* text-decoration: underline; */
    font-weight: 400;
    cursor: auto !important;
    background: #935f25;
    /* border: 1px solid #D00505; */
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
	padding: 0 8px;
	float: left;
}
.pagy .btn.next {
	margin-left: 12px;
}

.section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully b, section.section-wrapper-post-detail .wrapper-post-detail-main .detail-main-content .content-fully strong {
 font-weight: 600;
}