@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
        text-rendering: geometricprecision;
        font-family: "Roboto", serif;
}
:root{
        --bg-blue: #0471b6;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
        --padding-res: 0 16px;
        --color-primary: #0068B4;
        --box-category:rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: rgba(0, 114, 198, 1);
        font-size:14px;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        /* text-align: center; */
        /* background: #d3dfed url("images/bbg.jpg") repeat-x scroll left top; */
        /*background: #fff;*/
}
.MainStructure .TopBanner {
        margin: 0 auto;
        /*background: url(Images/header.png) repeat-x center center;*/
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        /* min-height: 95px; */
}
.MainStructure .TopBar {
        text-align: justify;
        position:relative;
        width: 100%;
        margin: 0 auto;
        background: #fff;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 0;
        vertical-align: top;
        width: 1200px;
        /* min-height: 600px !important; */
        max-width: 100vw;
}
.MainStructure .LeftBar {
        padding: 0 15px 0 0;
        text-align: justify;
        vertical-align: top;
         width:75%;
        min-width: 75% !important;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
        max-width: 300px !important;
}
.MainStructure .FooterBanner {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin: 0 auto;
        background: #018597;
        border-top: 8px solid #018597;
}
.MainStructure .FooterBar {
        text-align: justify;
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        max-width: 100%;
}
.MainStructure .MultiFunctionControl iframe .container{
        width: unset !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .MainStructure .LeftBar {
                /* height: 40vh; */
        }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
        .MainStructure .LeftBar{
                padding-left: 10px;
        }
        .MainStructure .ContentBar{
                padding-right: 10px;
        }
        div#midbar {
                padding: 0 10px;
        }
        div#midbar table[style="max-width: 100vw; margin: auto; position: relative"]{
                max-width: calc(100vw - 20px) !important;
                overflow: hidden;
                width: calc(100vw - 20px) !important;
        }
}
@media only screen and (max-width: 1024px){
        div.MainStructure .fixed{
                padding-top: 10px!important;
        }
        .MainStructure .LeftBar {
                display: block !important;
        }
        .MainStructure .ContentBar {
                max-width: 100vw !important;
                display: block !important;
                min-width: unset !important;
        }
        #text-link.text-link * {
                display: inline;
                text-align: left !important;
        }
        .bottom-tool {
                display: none !important;
        }
         div.MainStructure .FooterBanner{
                padding: 10px 0 !important;
                margin-bottom: 0 !important;
        }
        .MainStructure .MainContent{
                min-height: unset !important;
        }
        .MainStructure .TopBar{
                overflow-y: hidden!important;
        
        }
}
.GoldCustomer div.Logo {
        width: 100% !important;
}
.break-all-child > * {
        word-break:  break-all;
        font-size: 0.95em;
        line-height: 1.8em;
}
/**************scrollbar********************/
/* width */
::-webkit-scrollbar {
        width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
        background-color: #fafafa8a;
}
/* Handle */
::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #eeeeee;
}
/* end */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
        .MainStructure .ContentBanner .three-column .first{
        	width:50%!important;
        }
        .MainStructure .midbar .table-three-column .three-left{
        	width:66%!important;
        }
}