@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
        --primary: #b90e01;
}
* {
        text-rendering: geometricprecision;
        outline: none;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #444;
        text-decoration: none;
        font-size: 14px;
}
a:hover {
        color: #b90e01;
        text-decoration: none;
        font-size: 14px;
}
img {
        border: medium none;
        max-width: 100%;
}
.MainStructure {
    background: none repeat scroll 0 0 #EDEDED;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 1180px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1180px;
}
.MainStructure .LeftBar {
    padding: 15px 15px 15px 15px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 15px 15px 0px 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
        background: linear-gradient(90deg, rgba(91, 163, 63, 1) 0%, rgba(43, 166, 80, 1) 51%, rgba(19, 112, 58, 1) 100%);
        min-height: 180px;
        margin: 0 auto;
        text-align: center;
        width: 1180px;
        /* box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 10%); */
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
        padding: 20px;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}