@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {

    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
}

.pageContainer {
    min-height: 100vh;
    transition: all 0.2s ease;
    background-color: #f6f6f6;
}
.banner .bannerLogo > img {
    width: 100px;
}
img {
    border-style: none;
    vertical-align: bottom;
}
.headerBar {
    display: flex;
    flex-flow: row wrap;
    background-color: white;
    align-items: center;
    box-shadow: 0 0 0 rgb(0 0 0 / 5%);
    height: auto;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 0 20px;
    transition: box-shadow ease .3s;
}
.headerBar .headerSpace {
    width: 285px;
    display: flex;
}

.headerBar .headerSpace .logoTittleContainer {
    display: flex;
    align-items: center;
    margin-right: auto;
    flex-flow: row wrap;
}
.headerBar .headerSpace .headerLogoLink {
    min-height: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.headerBar .headerSpace .APVlogoHeader {
    max-width: 200px;
    height: 60px;
}
.headerBar .headerPageTittle {
    padding-left: 20px;
    line-height: 20px;
    font-size: 16px;
    width: calc(100% - 130px);
}
.headerBar .headerPageTittle .text {
    color: #88B04B;
    font-weight: bold;
}
.headerBar .APVlogoHeader-small {
    display: none;
}
.tittlePort {
    display: flex;
    flex-flow: row wrap;
}
* {
    box-sizing: border-box;
}
.banner {
    display: table;
    margin-right: auto;
    margin-left: 3px !important;
}
.headerBar .DIR {
    font-size: 8px;
    text-align: center;
    color: #23527C;
    font-weight: bold;
    margin-top: 5px;
}
.banner .bannerText {
    background-color: #88B04B;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding: 13px;
    border-radius: 20px 0px 0px 20px;
}
.banner .bannerLogo {
    background-color: #88b04b;
    padding-right: 13px;
    border-radius: 0 20px 20px 0;
    display: table-cell;
    vertical-align: middle;
}
.bannerPhone>img {
    width: 100px;
    padding-bottom: 10px;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}
.mainContent {
    min-height: 100vh;
    padding-top: 125px;
    display: flex;
    margin: 25px;
    font-size: 14px !important;
}

.footerSection2 {
    background-color: #88B04B;
    padding: 20px;
    color: #fff;
}
.container {
    max-width: 1192px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 20px;
}
.footerSection2Grid {
    display: flex;
    flex-flow: row wrap;
}
.footerSection2Left {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
    .headerBar {
        -webkit-transition: max-height .4s ease,box-shadow .3s ease;
        transition: max-height .4s ease,box-shadow .3s ease;
        height: auto;
        max-height: 80px;
        justify-content: flex-start;
    }
    .headerBar .headerSpace {
        height: 80px;
        width: auto;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
        order: 1;
    }
    .headerBar .headerSpace .logoTittleContainer {
        width: 200px;
    }
    .headerBar .APVlogoHeader-small {
        display: block;
        width: 200px;
    }    
    .headerBar .APVlogoHeader {
        display: none;
    }
    .headerBar .headerPageTittle {
        padding-left: 5px;
        line-height: 1;
        font-size: 12px;
        width: 100%;
    }
    .headerBar .DIR {
        display: none;
    }
    .banner {
        display: none;
    }
    .bannerPhone {
        position: relative;
        display: block;
        background-color: #88b04b;
        color: #fff;
        font-family: 'Roboto Slab';
        top: 80px;
        border-radius: 20px;
        text-align: center;
        margin: 10px 20px;
        padding: 10px;
    }
    .footerText {
        margin-top: 20px;
    }
    .footerSection2Left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footerSection2Left .footerText {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 0;
    }
    .footerSection2Grid {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 1549px) {
    .banner {
        margin-left: 3px!important;
    }
}