    html {font-size:100%;}
    body {font-size:100%; margin:0; padding:0;}
    *{box-sizing:border-box;}
    h1 {color:black; text-align:center; font-size: 3rem;}
        @media screen and (max-width:1024px) {
            h1 {font-size:1.5rem;
                margin-top: 0.5rem;
                margin-bottom: 0.5rem;
                }
            }
    h2 {color:black; text-align:center; font-size: 2rem;}
        @media screen and (max-width:1024px) {
            h2 {font-size:1.2rem;
                margin-top: 0.5rem;
                margin-bottom: 0.5rem;
                }
            }
    /* Bigger Main Title for H1 */
     .bigtitle
        {color:white;
         text-align:center;
         font-size: 2rem;
        }
        @media screen and (min-width:1080px) {
        .bigtitle {
            font-size: 4rem;
        }
        }
    
    .logotext {
        color: #0000ff;
        font-weight:bold;
        font-size:1.5rem;
        margin-top:0.5em;
        margin-bottom:0.5em;
        text-align:center;
        }
        @media screen and (min-width:1024px) {
            .logotext {font-size:3rem;}
        }
    
    .bigtitleblog
        {
        clear: both; 
        color:black;
        text-align:center;
        font-size: 2rem;
        }
        @media screen and (min-width:1024px) {
        .bigtitleblog {
            font-size: 4rem;
        }
        }
        
    h2.headingleft 
        {color:brown; 
        text-align:left;
        font-size: 1.2rem;
        letter-spacing: 0.08em;

        }
        @media screen and (min-width:1024px) {
        h2.headingleft {
            font-size: 2.4rem;
        }
        }

    h2.headingleftblue 
        {color:blue; 
        text-align:left;
        font-size: 1.2rem;
        letter-spacing: 0.08em;
        }
        @media screen and (min-width:1024px) {
        h2.headingleftblue {
            font-size: 2.4rem;
        }
        }

    .smallscreen {display: inline-block}
    @media screen and (min-width:1024px) {
        .smallscreen {display: none;}
    }
    .bigscreen {display: none}
    @media screen and (min-width:1024px) {
        .bigscreen {display: inline-block;}
    }  
       
    .nobreak {white-space: nowrap;}

    /* New Menu Bar Responsive */       
    ul.topmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        background-color: #333333;
        font-size: 1rem;
        width:100%;
            }
        @media screen and (min-width:1024px) {
            ul.topmenu {
            font-size: 2rem;}
            }
    ul.topmenu > li {
        float: left;
        }
    ul.topmenu > li > a {
        display: inline-block;
        color: white;
        width: 3em;
        text-align: center;
        padding: 0.8em 0.5em;
        text-decoration: none;
        }
        @media screen and (min-width:1024px) {
            ul.topmenu li a {
                width: auto;
                padding: 0.8em 0.8em;
            }
        }
    ul.topmenu > li > a:hover {
        background-color: #111111;
        }
    ul.topmenu li.greentab a {
        color:lime;
    }
    ul.topmenu li.floatrightblue {
        float: right;
        background-color:blue;
        }
    ul.topmenu li.floatrightgreen {
        float: right;
        background-color:green;
        }

/*    .dropdown-menu-show {display: block;} */

    .dropdown-button {
        position: relative;
        display: inline-block;
        list-style-type: none;
        margin:0;
        padding:0;
        text-align: center;
        background-color: #0000ff;
        z-index: 1;
        }
    
    .dropdown-button ul {
        list-style-type: none;
        margin:0;
        padding:0;
        }

/*    
    .dropdown-button a:hover .dropdown-items {
        background-color: red;
        display: block;
        }
*/

    .dropdown-items {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 100px;
        list-style-type: none;
        margin:0;
        padding:0;
        background-color: #222222;
        min-width: 200px;
        overflow: visible;
        box-shadow: -10px 8px 8px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 2;
        border: 1px solid red;
        }
 
    .dropdown-items li {
        padding: 0;
        margin: 0;
        }
    
    .dropdown-items > li > a {
        display: block;
        color: black;
        background-color: #e0e0e0;
        padding: 12px 16px;
        text-decoration: none;
        text-align: left;
        }
    
    .dropdown-items > li > a:hover {
         background-color: #a0a0a0;
        }


    /* Topic List Responsive */ 
    ul.topics {
        list-style-type: square;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #f0f0f0;
        font-size: 1.2rem;
        }
        @media screen and (min-width:1080px) {
            ul.topics {
            font-size: 2rem;}
            }
    ul.topics li{
        letter-spacing: 0.05em;
        margin: 0.5em 0px 0.5em 1.5em;
        }
        
    
    ul.ultopmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        }
    li.litopmenu {
        float: left;
        }
    li.litopmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        }
    li.litopmenu a:hover {
        background-color: #111111;
        }

    .bluethinline {
        height:3px;
        background-color: dodgerblue; /* For browsers that do not support gradients */
        background-image:linear-gradient(to right, deepskyblue, lightskyblue);
        margin-top: 2px;
        margin-bottom: 2em;
        }

    .greyline {
        height:5px;
        background-color: grey; /* For browsers that do not support gradients */
        background-image:linear-gradient(to right, lightgrey, grey, lightgrey);
        margin-top: 2em;
        margin-bottom: 2em;
        }
        
    .orangeline {
        height:5px;
        background-color: grey; /* For browsers that do not support gradients */
        background-image:linear-gradient(to right, orange, red, orange);
        margin-top: 2em;
        margin-bottom: 2em;
        }

    .deviceintrowrapperblack {
        box-sizing: border-box;
        margin: 0;
        padding: 1em 0 2em 0;
        background-color: black;
        color: white;
        text-align: center;
    }
    .deviceintrowrapperblack h2{
        color: white;
    }
    
    .deviceintrowrapperwhite {
        box-sizing: border-box;
        margin: 0;
        padding: 1em 0 2em 0;
        background-color: white;
        color: black;
        text-align: center;
    }
    .deviceintrowrapperwhite h2{
        color: black;
    }

.figurebanner {
    display: block;
    width: 100%;
    margin:3rem 0;
    padding:0;
}
@media screen and (min-width: 1024px) {
    .figurebanner {
        margin: 4.5rem auto;
    }
}

.figurebanner figcaption {
    text-align: center;
    color: dimgrey;
    font-size: 1rem;
    padding: 0.25rem;
}
@media screen and (min-width: 1024px) {
    .figurebanner figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
}

.figurebanner2nd {
    display: block;
    width: 100%;
    margin:3rem 0;
    padding:0;
}
@media screen and (min-width: 1024px) {
    .figurebanner2nd {
        margin: 4.5rem auto;
    }
}
.figurebanner2nd figcaption {
    text-align: center;
    color: dimgrey;
    font-size: 0.9rem;
    padding: 0.25rem;
}
@media screen and (min-width: 1024px) {
    .figurebanner2nd figcaption {
        font-size: 1.3rem;
        padding: 0.5rem;
    }
}

.figureinner {
    display: block;
    width: 100%;
    margin:2rem 0;
    padding:0;
}
@media screen and (min-width: 1024px) {
    .figureinner {
        margin: 3rem auto;
    }
}
.figureinner figcaption {
    text-align: center;
    color: dimgrey;
    font-size: 1rem;
    padding: 0.25rem;
}
@media screen and (min-width: 1024px) {
    .figureinner figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
}

    figure.figbanner {
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 1rem;
        border: 0;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.figbanner {
        font-size: 2rem;
        }
    }
 
    figure.figbanner figcaption {
        font-style: italic;
        font-size: 0.75rem;
        padding: 0.25rem;
    }
     /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.figbanner figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
        }
    }
    
    .learnmore {font-size: 75%;}
    .learnmore a:link{color:#0079c9; text-decoration: none;}
    .learnmore a:visited{color:#0079c9; text-decoration: none;}
    .learnmore a:hover{color:#0079c9; text-decoration: none;}
    .learnmore a:active{color:#0079c9; text-decoration: none;}
    

    .photowrapper {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        position: static;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0px;
        border: 0px;
        text-align:center;
        }
        
.imgblock {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    }
        
.imgblockpadded {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1024px) {
.imgblockpadded {padding: 0 1.5rem;}
}    


    .imgbanners {
        display: block;
        width: 100%;
        height: auto;
    }
    
    div.guide {
    font-size: 16px;
    background-color: #f0f0f0;
    color: black;
    position: static;
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin : 0 auto;
    padding: 0px;
    }
    div.guide h2{
    color: black;
    }
    div.guide ol {
        padding-left : 8%;
        padding-right : 8%;
        line-height: 120%;
    }
    div.guide ol li {
        padding-left: 1em;
    }
    div.guide ul {
        list-style-type:square;
        margin:0;
        padding:0;
        font-weight: bold;
        color: red;
    }
    
    div.blogwrapper {
        box-sizing: border-box;
        font-size: 1.1rem;
        background-color: #f8f8f8;
        color: black;
        position: static;
        width: 100%;
        height: auto;
        max-width: 1440px;
        margin : 0 auto;
        padding: 0.8rem;
        }
        @media screen and (min-width:1024px) {
        div.blogwrapper {
            font-size: 2rem;
            padding: 1rem;
        }
        }
        
    div.relatedblogwrapper {
        box-sizing: border-box;
        font-size: 1rem;
        background-color: #f8f8f8;
        color: black;
        position: static;
        width: 100%;
        height: auto;
        max-width: 1440px;
        margin : 0 auto;
        padding: 0.8rem;
        }
        @media screen and (min-width:1024px) {
        div.relatedblogwrapper {
            font-size: 1.8rem;
            padding: 0.9rem;
        }
        }

    div.relatedblogwrapper h3 {
        font-size: 1rem;
        color: brown;
        margin: 0;
        padding: 0;
        }
        @media screen and (min-width:1024px) {
        div.relatedblogwrapper h3{
            font-size: 1.8rem;
        }
        }


    figure.blogphoto {
        box-sizing: border-box;
        width: 100%;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        color: grey;
        font-size: 0.9rem;
        font-style: italic;
        border: 0;
        background-color: white;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.blogphoto {
        font-size: 1.8rem;
    }
    }
    figure.blogphoto figcaption {
        color: dimgrey;
        font-size: 1rem;
        padding: 0.25rem;
        font-style: normal;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.blogphoto figcaption {
        font-size: 1.8rem;
        padding: 0.5rem;
    }
    }
    figure.blogphoto p {
        color: red;
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
    }
    


   
    div.bloginner {width: 100%}
    article.blog {
    background-color: #f8f8f8;
    color: black;
    position: static;
    width: auto;
    height: auto;
    margin : 0 auto;
    padding: 0;
    }
    
.chinese {
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.chinese li {margin: 0.5em 0}
    
    p.chineseremarks {
        font-size: 75%;
        letter-spacing: 0.15em;
        line-height: 1.2;
    }
    
.datess {
    font-size: 0.825rem;
    color: grey;
    letter-spacing: 0.15em;
    line-height: 1.2;
    padding: 0 1rem;
    margin: 0.825rem 0 -2rem 0;
}
@media screen and (min-width:1024px) {
    .datess {
        font-size: 1.5rem;
        padding: 0 1.5rem;
    }
}

    /* 87.5% of size of above para */
    p.blogfooter {
        letter-spacing: 0.1rem;
        line-height: 1.4rem;
        font-size: 0.875rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: center;
        }
        @media screen and (min-width:1024px) {
        p.blogfooter {
            font-size: 1.75rem;
            line-height: 2.8rem;
            margin-top: 3rem;
            margin-bottom: 3rem;
        }
        }
    
    a.textlink:link {color:blue; text-decoration: none; font-weight: normal;}
    a.textlink:visited {color: blue; text-decoration: none; font-weight: normal;}
    a.textlink:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlink:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlinkbold:link {color:blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:visited {color: blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinkbold:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinksmall:link {font-size:75%; color:blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:visited {font-size:75%; color: blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:hover {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:active {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinkboldrow:link {color:blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:visited {color: blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:hover {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:active {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}

    .bloglist {
        margin-left: 0;
        margin-right: 0.5em;
        letter-spacing: 0.15em;
        line-height: 1.5;
    }
    @media screen and (min-width:1024px) {
        .bloglist {
            margin-left: 1em;
            margin-right: 1em;
        }
        }
    
    table.blogtestings {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid silver;
    }
    @media screen and (min-width:1024px) {
        table.blogtestings {
            width: 60%;
        }   
    }

    table.blogtestings th, td {
    text-align: center;
    padding: 8px;
    }

    table.blogtestings tr:nth-child(even){background-color: #f2f2f2}
    
    .myanchor {
        margin-top:-5em; padding-top:5em;
    }
    
    .facebookbuttondiv {
        display: none;
        position:relative;
        }
     @media screen and (min-width:1024px) {
        .facebookbuttondiv {
            display:block;
        }
        }
    
    .facebookbutton {
        position:absolute;
        right:0;
        bottom: 180px;
        margin:0;
        padding:0;
        width: 165px;
        background-color: rgb(60, 90, 153);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        transition: all .2s linear;
        -webkit-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        }
    
    .facebookbutton > a{
        display:block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 25px 0 20px;
        }
    
    .facebookbutton:hover{
        right: 20px;
        border-radius: 4px;
        background: #ff7a2d;
        }
        
    
    .messengerslidebuttondiv {
        display: none;
        position:relative;
        }
     @media screen and (min-width:1024px) {
        .messengerslidebuttondiv {
            display:block;
        }
        }    
        
    .messengerslidebutton {
        position:absolute;
        right:0;
        bottom: 130px;
        margin:0;
        padding:0;
        width: 165px;
        background-color: rgb(17, 132, 255);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        transition: all .2s linear;
        -webkit-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        }
    
    .messengerslidebutton > a{
        display:block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 25px 0 20px;
        }
    
    .messengerslidebutton:hover{
        right: 20px;
        border-radius: 4px;
        background: #ff7a2d;
        }

    .bottombuttonbar{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 80px;
        line-height: 80px;
        background-color: white;
        }
    @media screen and (min-width:1024px) {
        .bottombuttonbar {
        display:none;
        }
        }    

    .messengerbottombutton {
        display: inline-block;
        margin: 0 10px 0 0;
        padding:0;
        width: 150px;
        background-color: rgb(17, 132, 255);
        border-radius: 5px;
        transition: all .2s linear;
        -webkit-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        text-align: center;
        }
    
    .messengerbottombutton > a{
        display:block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 20px;
        }
    
    .messengerbottombutton:hover{
        background: #ff7a2d;
        }
    
    .whatsappbottombutton {
        display: inline-block;
        margin: 0 0 0 10px;
        padding:0;
        width: 150px;
        background-color: rgb(0, 230, 118);
        border-radius: 5px;
        transition: all .2s linear;
        -webkit-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        box-shadow: 0 3px 15px 1px rgba(0,0,0,.3);
        text-align: center;
        }
    
    .whatsappbottombutton > a{
        display:block;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 20px;
        }
    
    .whatsappbottombutton:hover{
        background: #ff7a2d;
        }
       
    .cleardiv {
        clear:both;
    }
    
    .footer-site {
        background: #4a4a4b;
        color: #fff;
        margin: 0;
        padding: 0.5em 0;
        font-size: 0.875em;
        text-align: center;
    }
     @media screen and (min-width:1024px) {
        .footer-site {
            font-size: 1.5em;
            }
        }  
    
    .relatedblog{
        max-width:100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin:0;
        padding:0;
        border: 1px solid lightgrey;
        border-radius: 10px;
        overflow: hidden;
    }
    .relatedblog .rbimagebox{
        width:40%;
/*        flex: 4 1 0; */
        margin:0;
        padding:0;
    }
    .relatedblog img{
        margin:0;
        padding:0;
        display:block;
        width:100%;
        height:auto;
    }
    .relatedblog .rbtextbox{
        width: 60%;
/*        flex: 6 1 0; */
        min-height: 4.2em;
        max-height: 4.2em;
/*        align-self: stretch;*/
        margin:0;
        padding:0;
        position: relative;
        overflow-y: auto;
    }
    .relatedblog .rbscrollbox{
        margin:0;
        padding: 0 1em;
        position: absolute;
    }
    .relatedblog .rbscrollbox p{
        margin:0;
        padding:0;
    }

/*  IE not support main */

main {display: block}

.column_90pct_80pct {
    margin: 0;
    padding: 0;
    width: 100%;
}
@media screen and (min-width:1024px) {
    .column_90pct_80pct {
    width:90%;
    min-width:1024px;
    margin: 0 auto;
    }
}
@media screen and (min-width:1200px) {
    .column_90pct_80pct {
    width:80%;
    min-width:1200px;
    margin: 0 auto;
    }
}

.textboxsection {
    margin: 3rem 0 4rem 0;
    padding : 0 1rem;
    font-size: 1.1rem;
}
@media screen and (min-width:1024px) {
    .textboxsection {
        margin: 4.5rem 0 6rem 0;
        padding: 0 1.5rem;
        font-size: 1.5rem;
    }
}   

.textboxsection2nd {
    margin: 3rem 0 4rem 0;
    padding : 0 1rem;
    font-size: 0.9rem;
}
@media screen and (min-width:1024px) {
    .textboxsection2nd {
        margin: 4.5rem 0 6rem 0;
        padding: 0 1.5rem;
        font-size: 1.3rem;
    }
}

.refbox {
    border-radius: 1rem;
    border: 1px solid grey;
    overflow: hidden;
    margin: 0;
    padding : 0;
    font-size: 1.1rem;
}
@media screen and (min-width:1024px) {
    .refbox {
        border-radius: 1.5rem;
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
    }
}

.refbox img {
    border-bottom: 1px solid grey;
}

.refbox figcaption {
    text-align: center;
    background-color: #f4f0ec;
    color: black;
    font-size: 1rem;
    margin: 0;
    padding: 0.75rem 1rem 1rem 1rem;
    line-height: 1.5;
}
@media screen and (min-width: 1024px) {
    .refbox figcaption {
        font-size: 1.5rem;
        padding: 1.125rem 1.5rem 1.5rem 1.5rem;
    }
}

.borderbox2nd {
    border:1px solid lightgrey; 
    border-radius:1rem; 
    padding:1rem;
}
@media screen and (min-width:1024px) {
    .borderbox2nd {
        border-radius:1.5rem;
        padding:1.5rem;
    }
}

.iframe-container {
 position: relative;
 width: 100%;
 padding-bottom: 56.25%; 
 height: 0;
}
.iframe-container iframe {
 position: absolute;
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
}

