﻿.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: block;
    border: none;
    height: auto;
}

.desktop {
    width: 650px !important
}

.mobile {
    width: 415px !important
}

.fullscreen {
    width: 1700px !important
}

#warehouse{
    z-index: 9999 !important;
}

.image img {
    width: 100% !important;
}

figure.image figcaption {
    text-align: center;
    font-style: italic;
    font-size: 90%;
    margin-top: 1px;
    min-height: 20px;
    border: none;
    word-wrap: break-word;
    color: #A0A0A0;
}

    /*figure.image figcaption:empty {
        display: none;
    }*/

img {
    max-width: 100%;
    height: auto;
}

.text-article {
    color: #000;
}

    .text-article:first-letter {
        float: left;
        font-weight: bold;
        font-size: 60px;
        font-size: 6rem;
        line-height: 40px;
        line-height: 4rem;
        height: 4rem;
        text-transform: uppercase;
    }

.block1 blockquote {
    background: #f9f9f9;
    border-left: 1em solid #eee;
    margin: 1.5em 1em;
    padding: .5em 1em;
    quotes: "\201C""\201D";
}

    .block1 blockquote:before {
        color: #808080;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em;
    }

    .block1 blockquote :first-child {
        display: inline;
    }

    .block1 blockquote :last-child {
        margin-bottom: 0;
    }

.block1 citation {
    display: block;
    text-align: right;
    padding: 0.5em 2em;
}

    .block1 citation:before {
        content: "~ ";
    }


.block2 p {
    text-rendering: optimizeLegibility;
}

.block2 blockquote {
    border-radius: 3px;
    position: relative; /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%; /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}
    /* -- create the quotation marks -- */
    .block2 blockquote:before,
    .block2 blockquote:after {
        font-family: FontAwesome;
        position: absolute;
        /* -- inside the relative position of blockquote -- */
        top: 13px;
        color: #E8E8E8;
        font-size: 34px;
    }

    .block2 blockquote:before {
        content: "\201C";
        margin-right: 13px;
        right: 100%;
    }

    .block2 blockquote:after {
        content: "\201D";
        margin-left: 13px;
        left: 100%;
        top: auto;
        bottom: 13px;
    }


.full-image {
    text-align: center;
}

    .full-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.box-image {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

    .box-image .content-image, .box-image .item {
        background-color: #EEE;
        min-height: 150px;
    }

    .box-image.five .item, .box-image.triple .item {
        width: calc(33.33% - 2px);
        overflow: hidden;
        position: relative;
    }

    .box-image.four .item {
        width: calc(50% - 2px);
        height: 220px;
        margin-bottom: 4px;
    }

        .box-image.four .item img {
            height: 220px;
            width: 100%;
        }

    .box-image .image-caption {
        display: none;
    }


    .box-image.five, .box-image.four, .box-image.triple {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end;
    }

    .box-image.twin .content-image {
        margin: 0 1px;
        width: 50%;
    }

    .box-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        min-height: 170px;
    }

    .box-image .image-wrap {
        margin-bottom: 0px !important;
    }

    .box-image.five .item, .detail__content .box-image.seven .item {
        width: calc(40% - 2px);
        height: 170px;
        margin-bottom: 4px;
    }

    .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
        flex-basis: calc(20% - 2px);
    }

        .box-image.five .item-sm img, .box-image.seven .item-sm img {
            height: 170px;
        }

    .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
        width: calc(50% - 2px);
    }

    .box-image.eight, .box-image.grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end;
    }

        .box-image.eight .item, .box-image.grid .item {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            height: 190px;
            margin-bottom: 3px;
            flex-basis: calc(40% - 2px);
            justify-content: center;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            z-index: 20;
        }

        .box-image.eight .item-vertical, .box-image.grid .item-vertical {
            flex-basis: calc(20% - 2px);
        }

        .box-image.eight .item img, .box-image.grid .item img {
            height: 100%;
            width: auto;
            max-width: initial;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .box-image.eight .item-lg, .box-image.grid .item-lg {
            flex-basis: calc(50% - 2px);
            height: 250px;
        }


.tiny-inline {
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: Roboto-Regular;
}

    .tiny-inline *[contentEditable="true"]:focus,
    .tiny-inline *[contentEditable="true"]:hover {
        outline: 2px solid #1976D2 !important;
    }

.image.figure-image{
    margin: 0;
}

.image .image-caption {
    text-align: center;
    font-style: italic;
    font-size: 90%;
    margin-top: 1px;
    min-height: 20px;
    border: none;
    word-wrap: break-word;
    color: #A0A0A0;
}

/*qoute1*/
p ~ p, .figure1 {
    margin-top: 1em;
}

.figure1 {
    float: right;
    width: 50%;
}

.blockquote1 {
    padding-left: 1.5em;
    padding-bottom: 1em;
    font-size: 120%;
    font-style: italic;
    color: #ccc;
    font-family: serif;
    quotes: "\201C""\201D";
}

    .blockquote1:before {
        color: #ccc;
        content: open-quote;
        font-size: 3em;
        line-height: 0;
        margin-right: 0.05em;
        margin-left: -0.15em;
        vertical-align: -0.43em;
    }

    .blockquote1 p {
        display: inline;
    }

.cite1 {
    font-size: .75em;
}
/*qoute2*/
.highlightedEdge2 {
    border-left: 10px solid #FAD114;
    margin-left: 0px;
    padding-left: 20px;
}

.listOfCommittee {
    padding-left: 20px;
    font-size: 70%;
}
/*qoute3*/
.blockquote3 {
    background: #f9f9f9;
    border-left: 1em solid #eee;
    margin: 1.5em 1em;
    padding: .5em 1em;
    quotes: "\201C""\201D";
}

    .blockquote3:before {
        color: #808080;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em;
    }

    .blockquote3 :first-child {
        display: inline;
    }

    .blockquote3 :last-child {
        margin-bottom: 0;
    }

.citation3 {
    display: block;
    text-align: right;
    padding: 0.5em 2em;
}

    .citation3:before {
        content: "~ ";
    }
/*qoute4*/

.quote-template4 {
    font: normal 1.775em/1.35em 'Century Gothic';
    letter-spacing: 0.06em;
    word-spacing: 0.25em;
    display: inline-block;
    margin: 10px 20px 20px 20px;
}

.source4 {
    font: italic normal 1.1em 'Trebuchet MS';
    color: #555;
    text-align: right;
    letter-spacing: 0.06em;
}

.outer4 {
    max-width: 90%;
    height: auto;
    background: navajowhite;
    margin: 13% auto;
    position: relative;
    padding: 34px 48px 44px 30px;
    box-shadow: 0 0 42px -2px #3A3A3A;
}

.toppapa4 {
    text-align: left;
    position: absolute;
    top: 29px;
}

.topcorner4 {
    display: inline-block;
    border-top: solid 3px #555;
    border-left: solid 3px #555;
    height: 25px;
    width: 25px;
}

.bottompapa4 {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 29px;
}

.bottomcorner4 {
    display: inline-block;
    border-bottom: solid 3px #555;
    border-right: solid 3px #555;
    height: 25px;
    width: 25px;
}
/*qoute5*/
.letter5 {
    display: block;
    font-family: serif;
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
    color: #333;
}

    .letter5:first-of-type::first-letter {
        font-family: sans-serif;
        font-size: 5em;
        line-height: 0;
        color: #989C94;
    }
/*qoute list*/
.myQuote6 {
    padding: 1%;
    margin: 2% auto;
    font-size: 22px;
    background: #fff;
    max-width: 960px;
    letter-spacing: 0.30px;
    font-family: 'Roboto Slab';
    box-shadow: 0 10px 10px rgba(0,0,0, .20);
    color: rgba(27, 79, 114, 0.8);
}

span q {
    quotes: ' ' ' ';
}

.cite6 {
    padding-left: .8%;
    font-size: 17px;
}

    .cite6:before {
        content: '- ';
        font-weight: bold;
    }

.q6 {
    border-left: 8px solid #2ecc71;
}
/*quote7*/
.div7 {
    position: relative;
    /*width: 100%;*/
    padding: 10px 0 0 30px;
    color: #666;
    background-color: #eee;
}

    .div7:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        background-color: #fff;
        border-top: 25px solid #ccc;
        border-right: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #ccc;
    }

.blockquote7:before {
    content: '‟';
    position: absolute;
    top: 50px;
    left: 15px;
    font-family: Lily Script One, sans-serif;
    font-size: 6em;
    color: #ccc;
}

.blockquote7:after {
    content: '„';
    position: absolute;
    bottom: 90px;
    right: 15px;
    font-family: sans-serif;
    font-size: 6em;
    color: #ccc;
    padding: 0;
}

.cite7 {
    display: block;
    margin-top: 20px;
    font-size: 1.5em;
    color: #666;
}
/*qoute8*/
.main8 .container {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 655px !important;
}

.main8 .row {
    background: #fff;
    padding-bottom: 2em;
}

.main8 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #E55934;
    font-weight: bold;
}

aside.pull {
    background: #428bca;
    color: #fff;
    padding: 10px;
    border-left: 0;
    margin: 30px 0;
}

    aside.pull h3:first-of-type {
        margin-top: 0;
    }

    aside.pull h3 {
        font-size: 2em;
        color: #fff;
        text-transform: none;
        text-align: left;
        margin-bottom: 0.5em;
    }

    aside.pull.secondary {
        background: #f9b840;
        color: #31393C;
    }

    aside.pull.titan {
        padding-bottom: 15px;
        border-bottom: 30px solid #f9b840;
    }

        aside.pull.titan.left {
            border-bottom-right-radius: 15px;
        }

        aside.pull.titan.right {
            border-bottom-left-radius: 15px;
        }

    aside.pull.nopadding {
        padding: 0;
        background: transparent;
    }
/*qoute9*/
@import url("//fonts.googleapis.com/css?family=Anton");
@import url("//fonts.googleapis.com/css?family=Cutive");

.p9:first-child:first-letter {
    float: left;
    font: 220px "Anton";
    line-height: 1;
    margin-top: -25px;
    margin-left: 0px;
    color: crimson;
}

.blockquote9 {
    width: 100%;
    font: 22px/1.8 "Cutive";
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    flex-shrink: 0;
}

    .blockquote9 cite {
        float: right;
        font-size: 15px;
    }
/*qoute10*/
/* center the blockquote in the page */
.blockquote10-wrapper {
    display: flex;
}

/* Blockquote main style */
.blockquote10 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #808084;
    padding: 30px 0;
    width: 100%;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

    /* Blockquote header */
    .blockquote10 h1 {
        position: relative;
        color: #808084;
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        margin: 0;
    }

    /* Blockquote right double quotes */
    .blockquote10:after {
        position: absolute;
        content: "”";
        color: #808084;
        font-size: 10rem;
        line-height: 0;
        bottom: -23px;
        right: 30px;
    }

    /* Blockquote subheader */
    .blockquote10 h4 {
        position: relative;
        color: #292a2b;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1;
        margin: 0;
        padding-top: 20px;
        z-index: 1;
    }

/*first letter*/
.section11 > p:first-of-type:first-letter {
    float: left;
    font-weight: bold;
    color: #e00000;
    font-size: 800%;
    line-height: 80%;
    margin: 0 1rem 0.4rem -0.6rem;
}

.container12 p:first-letter {
    font-size: 3.5rem;
    line-height: 1;
    float: left;
    margin: 0 2px;
}


.block21 {
    background-color: rgb(255 241 210);
    display: block;
    color: rgb(51, 51, 51);
    border-color: rgb(242, 209, 170);
    padding: 1.5em 1em;
}

.block22 {
    /*width: 100%;*/
    background: #f3faff;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #92c586;
}

    .block22 .quote-template-content {
        font-family: "IBM Plex Serif",Arial,Helvetica,sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: #333;
        position: relative;
        padding-top: 60px;
        width: 100%;
    }

/*Template*/
    .template-content img {
        max-width: 100%;
        height: auto;
    }

.image_desc {
    padding-top: 5px !important;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #A0A0A0;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.leftside {
    float: left;
    margin-right: 10px;
}

.rightside {
    float: right;
    margin-left: 10px;
}

.quote-template {
    max-width: 400px;
    font-size: 14px;
}

.template_quote_xam {
    background: #e9e9e9;
    color: #000;
    border: 1px solid #cccccc;
}

.template_quote {
    background: #b40000;
    color: #fff;
    border: 1px solid #cccccc;
}

.multimedia, .multimedia-phim {
    font-size: 14px;
}

.media-content {
    padding: 5px 10px;
}

.icon-video {
    width: 20px;
    height: 20px;
    display: inline-block;
    /*background: url('video-icon.png') no-repeat;*/
}

.listnews ul {
    padding: 0 0 0 20px;
    list-style-type: square;
}

.listnews li {
    margin-bottom: 5px;
}

blockquote {
    border-left: 4px solid #ccc;
    padding: 10px 20px;
    background: #f9f9f9;
    margin: 0 auto;
    max-width: 600px;
}

    blockquote footer {
        text-align: right;
        font-style: italic;
        color: #666;
    }

@media (max-width: 600px) {
    .template-container {
        grid-template-columns: 1fr;
    }

    .leftside, .rightside {
        float: none;
        margin: 0 auto;
    }

    .template-content, .quote-template, .relatenews {
        max-width: 100%;
    }
}

/**/
table.quote-template {
    border: 1px solid #999;
    background: #e9e9e9;
}

    table.quote-template td {
        padding: 3px 5px;
        color: black;
        text-align: justify;
    }

.boximage-full .image-template {
    margin: 0px;
    width: 100%;
}

.boxcenter {
    position: relative;
    width: 100%;
    margin: auto;
}

    .boxcenter .text-columns2 {
        column-count: 2;
        column-gap: 300px;
        font-size: 16px;
        line-height: 1.6;
    }

    .boxcenter .image-center {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
        z-index: 1;
    }

        .boxcenter .image-center img {
            width: 100%;
            height: auto;
        }


table.image-template {
    color: #022956;
    width: 100%;
    max-width: 100%;
}

    table.image-template td {
        text-align: center;
        /*width: 100%;*/
        max-width: 100%;
    }

table.leftside {
    margin: 5px 5px 5px 0;
}

table.rightside {
    margin: 5px 0 5px 5px;
}

table.center {
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;
}

img.logo {
    border: none;
}

table.rl {
    text-align: left;
}

    table.rl th {
        color: #8C0C02;
        font-family: Verdana;
        font-size: 8pt;
        font-weight: bold;
        padding-left: 10px;
    }

    table.rl a {
        color: #004080;
        font-weight: bold;
        font-size: 9pt;
    }

        table.rl a:hover {
            text-decoration: underline;
        }

    table.rl ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        table.rl ul li {
            /*background: url(../images/muiten_bai.gif) no-repeat;*/
            background-position: 0px 4px;
            padding-left: 10px;
            margin-top: 3px;
            color: #444;
            font-size: 9pt;
        }

table.box {
    width: 200px;
    background: #e9e9e9;
    border-collapse: collapse;
}

    table.box td,
    table.box th {
        border: 1px solid #999;
    }

    table.box th {
        background: #ccc;
        color: #8C0C02;
        padding: 5px 5px 5px 15px;
    }

    table.box ul {
        margin: 5px;
    }

table.multimedia .image {
    float: left;
    margin: 0 5px 0 0 !important;
    border: none !important;
}

    table.multimedia .image td {
        border: none !important;
        padding: 0;
        text-align: left !important;
    }

    table.multimedia .image img {
        border: 5px solid #0070b0;
        width: 90px;
        height: 90px;
    }

table.multimedia .media-content a {
    color: #037087;
    text-decoration: none;
    cursor: pointer;
}

table.multimedia .media-content {
    margin-top: 5px;
}

table.multimedia .leftbox a {
    color: #0003e5;
}

table.multimedia .icon-video {
    margin-right: 10px;
}

/*box trich dan multimedia trang phim*/

table.multimedia-phim {
    border: none !important;
    width: 358px;
}

    table.multimedia-phim .template-mutimedia-phim {
        background: #282828;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-color: #302e2f #302e2f #302e2f #302e2f;
        border: 1px solid #302e2f;
        border-style: solid solid solid solid;
        border-width: 1px 1px 1px 1px;
        padding: 10px;
        width: 358px;
    }

        table.multimedia-phim .template-mutimedia-phim table {
            border: none;
        }

    table.multimedia-phim td {
        padding: 0;
        border: none !important;
        border-spacing: 0;
    }

    table.multimedia-phim tr.row11 {
        /*background: url(images/bg_inner_boxmultimedia.gif) no-repeat bottom;*/
        padding-bottom: 10px;
    }

        table.multimedia-phim tr.row11 td {
            color: #fff !important;
            line-height: 17px;
            padding-bottom: 8px;
        }

    table.multimedia-phim tr.row12 td {
        color: #999 !important;
    }

    table.multimedia-phim .image {
        float: left;
        margin: 0 5px 0 0 !important;
        border: none !important;
        background: none;
    }

        table.multimedia-phim .image td {
            border: none !important;
            padding: 0;
            border-spacing: 0;
            text-align: left !important;
        }

        table.multimedia-phim .image img {
            border: 1px solid #666666;
            width: 100px;
            height: 100px;
        }

    table.multimedia-phim .media-content a {
        color: #999999;
        text-decoration: none;
        cursor: pointer;
    }

    table.multimedia-phim .media-content {
        margin-top: 7px;
    }

    table.multimedia-phim .leftbox a {
        color: #3399ff;
    }

    table.multimedia-phim .icon-video {
        /*background: url(images/icon-video.gif) no-repeat left 3px;*/
        width: 9px;
        float: left;
        padding-left: 5px;
    }

    table.multimedia-phim .list-items {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        table.multimedia-phim .list-items li {
            /*background: url(images/icon-tron.gif) no-repeat left 3px;*/
            padding-left: 15px;
            padding-bottom: 3px;
        }

            table.multimedia-phim .list-items li a {
                color: #999;
            }

/*emagazine box*/

.w60_emg {
    width: 60% !important;
    margin: 18px auto !important;
    float: none !important;
    font-family: "Noto Serif", serif !important;
    text-align: justify;
    font-size: 1.1rem;
}

.w80_emg {
    width: 80% !important;
    margin: 10px auto !important;
    float: none !important;
    font-family: "Noto Serif", serif !important;
    text-align: justify;
}

h2 {
    position: relative;
    font-size: 1.2rem !important;
}


.font_n {
    font-family: "Noto Serif", serif !important;
}

.w90_emg {
    width: 80% !important;
    margin: 10px auto !important;
}

.w90 {
    width: 100% !important;
    margin: 10px auto !important;
    text-align: justify;
}

.w100_emg, .w100_emg img, .w90_emg img, .w100_emg table {
    width: 100% !important;
    font-family: "Noto Serif", serif !important;
}

    .w100_emg table, .w100_emg table.image-template td {
        padding: 0;
        text-align: center;
        margin: 0;
        border-collapse: collapse;
    }

.bd_btotom_emg:after {
    content: "" !important;
    width: 200px;
    height: 1px;
    display: block;
    background: #000;
    margin: 50px auto;
}

.bd_top_emg:before {
    content: "" !important;
    width: 50px;
    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;
}

.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;
    }

.scroll_emagazine .ui-accordion-content {
    height: 850px;
}

.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;
    font-weight: bold;
}

h3.box_center_img {
    text-align: center;
}

/*Emagazine*/
.image-emagazine {
    border: 0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

    .image-emagazine img {
        display: block;
        border-radius: 4px;
    }

    .image-emagazine.left-image, .image-emagazine.right-image {
        width: 40%;
        max-width: 10rem;
    }

        .image-emagazine.left-image img, .image-emagazine.right-image img {
            width: 100%;
        }

    .image-emagazine.left-image {
        float: left;
        margin: 0 1.5rem 1rem 0;
        top: 0.25rem;
    }

    .image-emagazine.right-image {
        float: right;
        margin: 0 0 1rem 1.5rem;
        top: 0.25rem;
    }

    .image-emagazine.fit-image {
        display: block;
        margin: 0 0 2rem 0;
        width: 100%;
    }

        .image-emagazine.fit-image img {
            width: 100%;
        }

.content-image-center {
    display: flex;
    align-items: stretch; 
    justify-content: space-between; 
    gap: 20px; 
    text-align: justify;
}

.text-image-center {
    flex: 1;
    max-width: 45%;
}

.image-block-center {
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

    .image-block-center img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .image-block-center .caption {
        font-size: 14px;
        font-style: italic;
        margin-top: 5px;
    }

.image-overlay-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

    .image-overlay-box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .image-overlay-box .caption-overlay {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }

.em-first-letter::first-letter {
    font-size: 250%;
    float: left;
    line-height: .25;
    margin-right: .5rem;
    margin-top: .4em;
}

.em-two-columns {
    display: flex;
    gap: 20px;
}

    .em-two-columns .em-column {
        flex: 1;
    }

    .em-two-columns img {
        width: 100%;
    }

    .em-two-columns h3 {
        margin-top: 10px;
    }

.em-hightlight-box {
    /*max-width: 600px;*/
    margin: 0 auto 1em;
    position: relative;
    background: rgb(255, 249, 219);
    padding: 15px;
}

    .em-hightlight-box:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-top-left-radius: 5px;
        border-color: rgba(0, 0, 0, 0.1) #fff transparent transparent;
    }

blockquote {
    display: block;
    font-weight: bold;
    font-style: normal;
    line-height: 125%;
    padding: 15px;
    background: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.outset-lg {
    max-width: calc(100vw - 17px);
    /*width: 960px;*/
    transform: none;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


blockquote.em-blockquote-center .quote-template-icon {
    color: #4dabf7;
    font-size: 130px;
    height: 60px;
    line-height: 0.8;
    margin: 0 auto;
}

blockquote p {
    font-size: 115%;
    line-height: 1.5;
}

/*Scroll*/
.em-story {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    will-change: transform, z-index;
}

.em-story-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .em-story-backgrounds figure {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .em-story-backgrounds img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Thay cover bằng contain để giữ nguyên tỷ lệ hình ảnh */
        object-position: center; /* Căn giữa hình ảnh */
        position: absolute;
        top: 0;
        left: 0;
    }

    .em-story-backgrounds figcaption {
        z-index: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        color: #fff;
        padding: 30px 5px 5px;
        font-size: 13px;
        text-shadow: 0 0 2px #000;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
        text-align: left;
    }

.em-story.part-in-viewport .em-story-backgrounds figcaption {
    opacity: 1;
}

.em-story-contents {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9); /* Nền mờ để text dễ đọc */
    border-radius: 5px;
    opacity: 1;
    transform: translateY(0);
}

.em-story.part-in-viewport .em-story-contents {
    opacity: 1;
    transform: translateY(0);
}

.em-story-texts h2 {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px;
}

.em-story-texts p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.em-story-bgscrollmation {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .em-story-bgscrollmation .em-story-backgrounds {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

        .em-story-bgscrollmation .em-story-backgrounds img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .em-story-bgscrollmation .em-storybackgrounds-contents {
        position: relative;
        z-index: 1;
        margin: auto;
        max-width: 600px;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .em-story-bgscrollmation .em-storybackgrounds-contents::-webkit-scrollbar {
            display: none;
        }

        .em-story-bgscrollmation .em-storybackgrounds-contents .em-story-texts {
            display: flex;
            justify-content: space-evenly;
            align-self: start;
            flex-basis: 0;
            flex-grow: 1;
            padding-top: 80vh;
        }

        .em-story-bgscrollmation .em-storybackgrounds-contents .em-story-texts p {
            line-height: 1.8;
            margin-bottom: 1.5em;
            text-align: justify;
            color: #333;
        }

        .em-story-bgscrollmation .em-storybackgrounds-contents .em-story-texts img {
            max-width: 100%;
            margin: 25px 0;
            display: block;
            border-radius: 8px;
        }

            .em-story-bgscrollmation .em-storybackgrounds-contents .em-story-texts .em-story-text {
                padding: 30px;
                pointer-events: auto;
                min-width: 33%;
                background-color: rgba(255, 252, 238, 0.9);
            }

/*Video*/
.tiny-pageembed {
    width: 100%;
    justify-self: center;
    margin-top: 10px;
    cursor: pointer;
}

    .tiny-pageembed iframe {
        display: block;
        background: #ffff;
        border: none;
        height: auto;
        aspect-ratio: 16 / 9;
    }

.mce-object-audio {
    border: none !important;
    width: 100%;
}

.tek4-audio {
    width: 100% !important;
    margin: 10px auto !important;
    text-align: justify;
}

@media (min-width: 260px) and (max-width: 768px) {
    .em-story {
        height: 80vh;
    }

    .em-story-contents {
        padding: 15px;
        margin: 10px;
    }

    .em-story-texts h2 {
        font-size: 20px;
    }

    .em-story-texts p {
        font-size: 14px;
    }

    .em-story-backgrounds figcaption {
        font-size: 12px;
        padding: 8px;
    }

    .boxleft, .boxright, .w60_emg, .w80_emg, .w90_emg, .w90_emg .Layout3Item table, .w90_emg .LayoutAlbumItem table {
        margin: 10px 0 !important;
        width: 100% !important;
        max-width: 100%;
    }
}