.bg-line2{
    background-color: #00395a;
}
.slogan{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.fs-11{
    font-size: 11px;
}
.brad-bg{
    background-size: cover; background-repeat: no-repeat; background-position: center;
    height: 550px;
}
.thumb{width: 100px; height: 100px; background-size: cover; background-position: center}
.n-title{    width: 70%;}
.wm-50{width: 50%}

.text-html table{
    width: 100% !important;
}
.text-html td{
    width:unset !important;
}

.one-img img{max-width: 100%}
.wb-50{width: 50%}
.mob-show{display: none}
.left-menu{display: none}
.fixed{
    position: fixed; width: 100%; left: 0px; top: 0px; z-index: 999;

}
.mhpdf{
    height: 1200px;
}
object {
    width: 100%; /* for responsiveness */
}

@media screen and (max-width: 850px) {

    .left-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(0 0 0 / 78%);
        z-index: 99999;
    }

    .hide{
        display: none !important;
    }
    .slogan {
        font-size: 11px;}
    .wb-50{width: 90%}
    .fs-11 {
        font-size: 10px;
    }
    .mob-show{display: block}
    .mbcenter{justify-content: center}
    .brad-bg{height: 350px;}
    .wm-50{width: 100%}
}
