p.western {
        text-align: justify;
        overflow-wrap: break-word;
        font-family: 'Calibri Regular';
    }

    p {
        text-align: justify !important;
        overflow-wrap: break-word !important;
        font-family: 'Calibri Regular';
    }
    font{
        text-align: justify !important;
        overflow-wrap: break-word !important;
        font-family: 'Calibri Regular';
    }
    .read {
        display: block;
        position: relative;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 20px;
        color: #ff7c00;
    }

    input[type=checkbox] {
        visibility: hidden;
    }
    .geekmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: black;
    }

    .read input:checked ~ .geekmark {
        background-color: #ffb261;
    }

    .geekmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .read input:checked ~ .geekmark:after {
        display: block;
    }

    .read .geekmark:after {
        left: 9px;
        bottom: 5px;
        width: 6px;
        height: 16px;
        border: solid white;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    span{
        /* font-family: 'Calibri Regular'; */
    }
    img{
        pointer-events: none!important;
    }
    @media only screen and (max-width: 768px) {
        .banner{
            max-width: 100%;
            pointer-events: none!important;
        }

        em{
            font-size: 12px!important;
        }
    }

.art .en, .art ul, .art ol{
    font-family: 'Calibri Regular';
}

.art .mm{
    font-family: 'Pyidaungsu';
}
