html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {}
*{margin: 0;padding: 0;text-decoration: none;}

ul,li{list-style-type:none;} 

.clear,.clearboth{ clear:both; display:block; height:0;font-size:0; overflow:hidden;}


.pointer{cursor:pointer;} 

#productPdf{
    /*height: 100vh;*/
    height: 90px;
    width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-top: 90px;*/
    /*position: fixed;*/
}

    #productPdf .header {
        position: fixed;
        height: 90px;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 99991;
    }

/*add link focus 20230215*/
.focus_link_logo{
    height: 95%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99993;
    padding: 1px;
    width: 30%;
    width: 15%;
    display: block;
    /*border: 1px solid blue;*/
    /*background-color: blue;*/
}
.focus_link_title{
    height: 95%;
    position: absolute;
    left: 15%;
    top: 0px;
    z-index: 99994;
    padding: 1px;
    width: 15%;
    display: block;
    /*border: 1px solid pink;*/
    /*background-color: blue;*/
}


#productPdf .header .logo {
    display: inline-block;
    height: 100%;
    z-index: 99;
    max-height: 52px;
    position: absolute;
    left: 15px;
    top: 20px;
    top: 30px;
    /*add down*/
    z-index: 99992;
    width: 30%;
   /* padding: 1px;
    display: block;
    border: 1px solid red;*/
}


    #productPdf .header .logo img {
        width: 190px;
        display: inline-block;
        vertical-align: middle;
        /*border: 1px solid red;*/
    }

/*.mobile #productPdf .header .logo,
.max-md-size #productPdf .header .logo {
    display: none;
}*/

#productPdf .header .logo h1{
     width: 230px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    /*border: 1px solid red;*/
}

#productPdf .header .nav {
    bottom: 15px;
    text-align: center;
    color: #787878;
    position: absolute;
    width: 100%;
    z-index: 99992;
    /*border: 1px solid red;*/
}

    #productPdf .header .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 15px;
        font-weight: normal;
        font-weight: 300;
        cursor: pointer;
    }

    #productPdf .header .nav a.active {
        background-color: #e6e6e6;
        color: #e72e25;
    }

     #productPdf .header .nav a.active2 {
        background-color: #e6e6e6;
        color: #e72e25;
    }



#productPdf .header .pdf-sub-nav {
    background-color: #e6e6e6;
    position: absolute;
    display: none;
    top: 89px;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     z-index: 99993;
    list-style-type: none;
    padding-left: 0;
    /*max-width: 800px;*/
    margin: auto;
    /*text-align: left;*/
    /*text-align: center;*/
    }


    #productPdf .header .pdf-sub-nav a {
        text-decoration: none;
        font-size: 14px;
        margin: 0 15px;
        display: inline-block;
        color: #444;
        /*border: 1px solid red;*/
        padding: 0px 5px;
        /*width: 100px;*/
        cursor: pointer;
    }

