﻿/* Init CSS need */

html {
  scroll-behavior: smooth;
}


#divFormationMenu .headerMainTitle {
    margin-bottom: 10px;
}
#divCustomerFAQ {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    margin: auto;
    display: inline-table;
}
#divCustomerFAQ .FAQTitle {
    width: 100%;
    float: left;
    color: #1F66E0 !important;
    text-decoration: none;
    padding-left: 3px;
    padding-bottom: 5px;
    text-shadow: 2px 3px 3px rgb(0 0 0 / 30%);
}
#divCustomerFAQ .FAQHeader {
    float: left;
    text-align: left !important;
    position: relative;
    width: 100%;
    min-height:30px;
}
#divCustomerFAQ .FAQHeader .More {
    color: #1F66E0 !important;
    font-size: 63%;
    float: right;
    padding-top: 10px;
}
    #divCustomerFAQ .FAQDescription {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: left;
        margin: auto;
        display: inline-table;
        border:1px solid red;
    }
    #divCustomerFAQ .FAQContent {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: left;
        margin: auto;
        display: inline-table;
        border: 1px solid green;
        display:none;
    }
.subFAQHeader {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
    min-height:60px;
    margin:10px 10px 20px 20px;
    background-color:azure;
    border-radius:10px;
}
.FAQItemHeader :hover {
    cursor:pointer;
}
.FAQItemContent {
    display:none;
    background-color: white;
}
.itemShow {
    position: relative;
    float: right;
    top: 3px;
}
.itemShow .show {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    width:20px;
    vertical-align: baseline;
}
 
.h1, h1 {
    font-size: inherit;
}
.h2, h2 {
    font-size: inherit;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: inherit;
    margin-bottom:inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color:inherit;
    margin:0px;
}
body {
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    min-width: 1170px;
    background-color: #f4f4f2;
    width: 100%;
    color: #727272;
}
    button[class=close] {
        color: #fff;
        font-size: 175%;
        opacity:1;
    }

    .modal-footer {
        padding:5px;
    }
    .modal-header {
    display:none;
    }

    .modal-body {
        padding:0px !important;
    }
    .btn-close-w {
        margin-top: 5px;
    position: relative;
    overflow: hidden;
    border: 2px solid #1F66E0;
    color: #1F66E0;
    background-color: #fff;
    letter-spacing: 0px;
  
    }

    .bootstrap-dialog-footer-buttons {
        text-align:center;
    }
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dl-horizontal dt {
        white-space: normal;
    }
    input,
    select,
    textarea {
        max-width: 280px;
    }
    .logo {
        float: left;
        height: 66px;
        line-height: 66px;
    }

       .registrationLoginLink {
        background-color: #E00B47 !important; padding: 5px 25px; border-radius:3px; color:#fff;
    }
    .userLoginLink {
        background-color: #1F66E0 !important; padding: 5px 33px; border-radius:3px; color:#fff;
    }

    .goldtextcss {
        color: #D5AD6D;
        background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
        background-clip: border-box, border-box;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-size: 23px;
        line-height: 25px;
        text-shadow: 3px 4px 5px rgba(0,0,0,0.1);
        font-style: italic;
        letter-spacing: 1px;
    }
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .openLi li {
        display:block;
    }

    .glyphicon-chevron-down {
     
        display:none;
    }
    .glyphicon-chevron-up {
       
        display:none;
    }

    /*START Header CSS*/
    #sectionHeader {
        position: fixed;
        top: 0px;
        background-color: white !important;
        z-index: 999 !important;
        border-bottom: 1px solid #f4f0f0;
        width: 100%;
        max-height: 90px;
        border-top:3px solid rgb(226, 20, 51);
        box-shadow:rgba(0, 0, 0, 0.1)  0px 1px 2px 1px;
    }
    #sectionBody {
        position: relative;
        top: 40px;
        padding-bottom:20px;
    }
    #header {
        min-height:80px;
    }
    #header .headerLeft {
        float: left;
        position: relative;
        width: 70%;
    }
    #header .headerLeft > a {
        float: left;
        position: relative;
        float: left;
        position: relative;
        left: -6px;
        top:4px;
    }
    #header .headerLeft > a > img {
        float: left;
        position: relative;
        height: 71px;
        width: 202px;
    }   
    #header .headerRight {
        float: right;
        position: relative;
        width: 30%;
    }


    #divHeader div {
        float:right;
    }

    #divHeaderSubMenu {
        display:none;
    }
    #company_text {
        float: left;
        width: 65%;
        position: relative;
        color: #302a2a;
        border-left: 2px solid #bbbbbb;
        margin-left: 12px;
        height: 50px;
        padding-top: 10px;
        margin-top: 17px;
        padding-left: 25px;
        letter-spacing: 2px;
    }
    #company_text div:first-child {
            float: left;
            clear: left;
            padding-top: 3px;
            font-size: 60%;
            top: -4px;
            position: relative;
            min-width: 145px;
        }
    #company_text div:nth-child(2) {
        float: left;
        font-style: italic;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 80%;
        top: -3px;
        position: relative;
        letter-spacing: 3px !important;
    }
    #company_text div:nth-child(3) {
        float: left;
        padding-top: 3px;
        font-size: 60%;
        top: -4px;
        left: -1px;
        position: relative;
    }

    .branch_address {
        margin-bottom:5px !important;
        line-height: 16px;
        margin-top: 10px;
    }

     .facebookLikeSection{
    }

    .facebookIframe{
      border:none;overflow:hidden; float:left !important; text-align:left !important;margin-bottom:20px;
    }


    #social_media {
        float: right;
        clear: right;
        width:205px;
    }
    #social_media  div:first-child{
	float:right;
    }

    #social_media #divSocial{
      float:right; 
      top: 48px; 
      position:relative;
    }
    #social_media #logo > img {
          float:left; top:12px; position:relative; 
    } 
    #social_media #divSocial .facebook {
        margin-right: 16px;
        color: #111 !important;
        font-size: 100%;
        width: 21px;
        display: block;
        float: right
    }
     #social_media #divSocial .facebook:hover {
        color:#1F66E0 !important;
        text-decoration:none;
    }

    #social_media #divSocial .instagram {
        margin-right: 8px;
        color: #111 !important;
        font-size: 100%;
        width: 27px;
        display: block;
        float: right
    }
    #social_media #divSocial .instagram:hover {
        color:#1F66E0 !important;
        text-decoration:none;
    }

    #social_media #divSocial .linkedin {
        margin-right: 8px;
        color: #111 !important;
        font-size: 100%;
        width: 27px;
        display: block;
        float: right
    }
     #social_media #divSocial .linkedin:hover {
        color:#1F66E0 !important;
        text-decoration:none;
    }

    #social_media #divSocial .twitter {
        margin-right: 8px;
        color: #111 !important;
        font-size: 100%;
        width: 27px;
        display: block;
        float: right;
        top: 2px;
        position: relative
    }
    #social_media #divSocial .twitter:hover {
        color:#1F66E0 !important;
        text-decoration:none;
    }


    #languageContainer {
        float: right;
        display: block;
        top: 48px;
        position: relative;
        right: 38px;
    }
    #languageContainer ul{
        float: right;
    }
    #languageContainer ul li{
        position:relative;
        float:left;
        font-size:70%;
    }
    #languageContainer ul li > a {
        float: left;
        position: relative;
    }
    #languageContainer ul li > span {
        float: left;
        top: 2px;
        position: relative;
        margin: 0px 6px  0px 6px;
        font-size: 60%;
    }
    #BtnNavbarToggle {
        font-size: 110%;
        color: #727272;
        /*text-shadow: rgba(0, 0, 0, 0.3) 2px 3px 3px;*/
        position: relative;
        border-radius: 4px;
        margin: 3px 20px 0px 10px;
        height: 26px;
        background-color: #fff !important;
        padding-top: 0px !important;
        display: none;
        border: 1px solid #bbbbbb;
        padding: 3px 5px 0px 5px;
    }
    /*END Header CSS*/
    #mainbody {
        background-color: #f4f4f2;
        margin-bottom: 35px;
    }
/*START Main Boby Left Body CSS*/
    #leftBodyTop {
        width: 100%;
    }
    .headerMainBanner {
        width: 100%;
    }
    .headerMainBanner >a {
        padding:0 !important; 
        margin:0 !important;
    }
    #leftBodyTop .headerMainBanner > a > img {
        margin-bottom: 6px;
        width: 100%;
        height:auto;
        border-bottom: 3px solid #d8d8d8;
    }
    #leftBodyTop .headerMainTitle > a {
        font-size: 110%;
        margin-left: 0px;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 3px;
    }
    #leftBodyTop ul li.headerSubTitle {
        font-size: 85%;
        /*margin-top: 10px;*/
    }
    #leftBodyTop ul li.headerContent .subDivisionHeader {
        position: relative;
        float: left;
    }
    #leftBodyTop ul li.headerContent .subDivisionContent {
        position: relative;
        float: left;
        margin-left: 10px;
    }
    #leftBodyTop ul li.headerContent {
        font-size: 62%;
        /*margin-top: 5px;*/
        margin-left: 30px;
    }
.bankTitle {
    color: #6cbbf4;
}
    .module_sub_title2 {
    font-size: 77%;
    color: #515151;
    padding: 5px 0px;
    display: block;
}
    .module_main_title {
    font-size: 200%;
    color: #223791;
    padding-top: 5px !important;
    margin-bottom: 16px;
    font-weight: lighter;
    }   
    #leftBodyTop ul li.headerContent a{
       color:#808080;
       font-weight:300;
    } 
    #leftBodyTop ul li.headerContent a:hover{
       color:#1F66E0 !important;
    }    
    #leftBodyTop ul li.border_separator {
        border-bottom: 1px solid #e3e3e3;
        width: 81%;
        padding-bottom: 10px;
    }
    #leftBodyTop ul li:not(.headerMainBanner) {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        cursor:pointer;
        
    }
    #leftBodyTop ul li a:hover > span {
        cursor: pointer;
        text-decoration: underline;
    }

    #leftBodyTopLeft {
        width: 31%;
        position: relative;
        float: left;
        top: 0px;
        background-color: transparent;
        margin-bottom: 4px;
        padding: 0px;
        border-radius: 0px;
        margin-right: 1%;
    }
    #divFormationMenuHeader {
        clear: left;
        text-align: center;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        background-color: #3d5e8b;
        border-radius: 5px;
        margin-top:-5px;
        margin-bottom:5px;
        display:none;
    }
    #divFormationMenuHeader .goldtextcss {
        color: #1F66E0 !important;
        font-size: 120%;
        line-height: 43px;
    }

    #divFormationMenu {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_formation.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 20px;
    }
    #divFormationMenu ul {
        margin-bottom: 40px;        
    } 
    ul li.headerMainTitle >i{
       display:none;       
    }
    ul li.headerMainTitle a {
        font-size: 80% !important;
        color: #223791;
        padding-top: 5px !important;
        margin-bottom: 11px;
       font-weight: lighter !important;
       text-shadow:2px 4px 3px rgba(0,0,0,0.3);
    } 
    ul li.headerMainTitle a:hover {
       text-decoration:none;
        color: #1F66E0 !important;
       
    } 

    #divFormationMenu ul li{
       display:block;       
    } 
    #divCompanyAnnualRenewal {
        text-align: center;
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        margin-bottom: 6px;
        margin-top: 7px;
        border-left: 3px solid rgb(234, 78, 108);
        padding-bottom: 21px;
        padding-top: 20px;
        text-align: center;
        font-size: 90%;
        background: url(/images/banners/corner_empty.png);
        min-height:78px;
    }

    .titleOptional {
        padding: 0px !important;
        font-size: 95%;
        color: #808080 !important;
        text-shadow: 2px 4px 4px rgba(0,0,0,0.3);
        font-weight: lighter;
    }
    #divCompanyAlteration {
        text-align: center;
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        margin-bottom: 6px;
        margin-top: 7px;
        border-left: 3px solid rgb(234, 78, 108);
        padding-bottom: 18px;
        padding-top: 18px;
        text-align: center;
        font-size: 79%;
        line-height: 20px;
        background: url(/images/banners/corner_empty.png);
    }
#divCompanyRisk {
    background-color: #fff;
    text-align: center;
    height: auto;
    box-shadow: rgba(0,0,0,.1) 0 1px 2px 1px;
    margin-bottom: 6px;
    margin-top: 7px;
    border-left: 3px solid #ea4e6c;
    padding-bottom: 19px;
    padding-top: 19px;
    text-align: center;
    font-size: 90%;
    min-height: 70px;
}

.riskTitle {
    font-size: 13px;
    text-align: left;
    margin-right: 10px;
    position: relative;
    float: left;
    left: 4%;
    top: -1px;
}

.riskDownlad {
    float: right;
    right: 1%;
    top: 7px;
}
    #leftBodyTopMiddle {
        width: 31%;
        position: relative;
        float: left;
        top: 0px;
        background-color: transparent;
        margin-bottom: 15px;
        padding: 0px;
        border-radius: 0px;
        margin: 0px 10px 0px 12px
    }
    #divOpenBankAccount {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_bank.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 50px;
    }
    #divOpenBankAccount ul > li.headerMainTitle {
            margin-bottom: 10px;
            text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
    #divTaxService {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_tax.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 43px;
        margin-top: 10px;
        border-top: 3px solid rgb(216, 216, 216);
    }
    #divTaxService ul > li.headerMainTitle {
        margin-bottom: 10px;
        padding-top:10px;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
#divLicense {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
    background: bottom right url(/images/banners/corner_license.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100%;
    padding-bottom: 53px;
    margin-top: 10px;
    border-top: 3px solid rgb(216, 216, 216);
}
    #divLicense ul > li.headerMainTitle {
        margin-bottom: 10px;
        padding-top:10px;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    #leftBodyTopRight {
        width: 31%;
        position: relative;
        float: left;
        top: 0px;
        background-color: transparent;
        margin-bottom: 15px;
        padding: 0px;
        border-radius: 0px;
        margin: 0px 20px 0px 12px
    }
    #divTrademark {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_trademark.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 30px;
    }
    #divTrademark ul > li.headerMainTitle {
        margin-bottom: 10px;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
    #divCopyright {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_copyright.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 64px;
        margin-top: 10px;
        border-top: 3px solid rgb(216, 216, 216);
    }
    #divCopyright ul > li.headerMainTitle {
       margin-bottom: 10px;
       padding-top:10px;
       text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }


     #divSecretarial {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_secretarial.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 42px;
        margin-top: 10px;
        border-top: 3px solid rgb(216, 216, 216);
    }
    #divSecretarial ul > li.headerMainTitle {
       margin-bottom: 10px;
       padding-top:10px;
       text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }



    #divCertification {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background: bottom right url(/images/banners/corner_cert.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 53px;
        margin-top: 10px;
        border-top: 3px solid rgb(216, 216, 216);
    }
    #divCertification ul > li.headerMainTitle {
        margin-bottom: 10px;
        padding-top:10px;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    #leftBodyBottom {
        width: 100%;
    }
    #divBanner {
        width:100%;
    }
    #divBanner > a > img {
        width: 98%;
        height: auto;
        margin:9px 0px;
        box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;

    }


      /**Company Registration FAQ home start**/

      .QandAsContainerMain{
    
    border-radius:5px; border-radius:5px;margin-top:12px; padding-top:5px !important;    
    }

    .QandAContainerTitle{
    
        float:left; 
        clear:left; 
        color: #1F66E0 !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        min-height: 36px;
       
    }

    .QandAContainerTitle_txt {
         margin-top:2px;
        padding-left:3px;
    }

    .QandAMoreLabel{
        position: relative;float:right; right:0px;font-size: 60%;margin-top: 10px; color: #1F66E0 !important; text-shadow:2px 3px 3px rgba(0,0,0,0.3); 
    }

    .QandAQuestionContainer{

        width:100%; height:auto;
    }

     .QandAQuestionItemFirst{
    cursor:pointer; clear:left; float:left; color: #727272; background-color:#f3f3f3; border-radius:5px; border:1px solid #e4e2e2; margin-right:5px;
    }

    .QandAQuestionItem{
    cursor:pointer;  float:left; color: #727272; background-color:#f3f3f3; border-radius:5px; border:1px solid #e4e2e2; margin-right:5px;
    }

    .QandAQuestionItemLast{
    cursor:pointer; float:left; color: #727272; background-color:#f3f3f3; border-radius:5px; border:1px solid #e4e2e2; margin-right:0px;
    }

    .QandARightIcon{

    color:#ea4e6c;float:left; padding-left:3px; padding-right:3px;
    }

    .QandAQuestionText{

    float:left; width:93%; line-height:16px;
    }
    
    .QuestionContainer{
    clear:left; float:left; border-left: 3px solid #ea4e6c; 
    margin-left: 2px; width:99.7%; margin-top:5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
    }

    .QuestionContainerDIV{

    padding:15px; font-size:58%; width:100%; text-align:justify; float:left;
    }

    .QuestionContainerDIV div {
        float:left;
    }

    .QuestionContainerCloseLabel{
    float:right; clear:left; text-align:right; color:#727272; text-decoration:underline; cursor:pointer;
    }

 
    .QuestionContainerHalf{

    padding:15px; font-size:58%; width:50%; text-align:justify; float:left; 
    }

    .QuestionContainerHalfDIV{
        float:left; clear:left;
    }


    .QuestionContainerHalfList{
        float:left; clear:left; width:100%;
    }

    .QuestionContainerHalfListNum{
        float:left; clear:left; 
        width:5%;
         font-weight:bold;
    }

    .QuestionContainerHalfListText{

    float:left; width:95%; display:block;
    }

    /**Company Registration FAQ home end**/


    #divNews {
    width: 31%;
    position: relative;
    float: left;
    top: 0px;
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0px;
    border-radius: 0px;
    margin-right: 1%;
}
    #divNewsTitle {
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        margin-left: 5px;
    }
    #divNewsTitle a{
        color: #1F66E0 !important;
    }
    #divNewsTitle >a .More{
        display:none;
        color: #1F66E0 !important;
    }
    #divNewsContent {
        background-color: rgb(229, 231, 233);
        border: 1px solid rgb(214, 213, 213);
        border-radius: 5px;
        min-height: 36px;
    }
    #divNewsContent ul li {
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        height: auto;
        border: 1px solid rgb(228, 226, 226);
        padding: 0px 10px 15px;
        text-align: left !important;
        background: #e1efbb url(/images/banners/bg_address.jpg) bottom;
        background-size: 100%;
        font-size: 60%;
        margin: 10px;
        min-height: 63px;
    }
    #divNewsContent ul li>div{
        padding-top: 5px;
    }

    #divCalendar {
        text-align: left;
        width: 100%;
        padding-bottom:10px;
  
    }
        #divCalendar ul li {
            margin-left: 10px;
            margin: auto;
            text-align: center;
            box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
            min-height: 98px;
            padding-left: 10px;
            background: url(/images/banners/corner_calendar.png);
        }
    #divCalendar a > img {
        float: left;
        margin: 10px 0px;
        width:auto; 
        height:auto;
    }
    #divCalendar .calendarSaveIcon {
        position: relative;
        margin: 0;
        padding: 0;
        color: #808080;
        padding-top: 31px;
        padding-left: 0px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        float: left;
    }
    #divCalendar .calendarTitle {
        float: left;
        /*text-shadow: 2px 4px 2px rgba(0,0,0,0.3);*/
        padding-top: 30px;
        margin-left: 3px;
        color: #808080;
        font-size: 65%;
    }


     #QandAContainerTitle {
        color: #1F66E0 !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        min-height: 36px;
        clear:left;
    }
    #QandAContainerTitle a{
        color: #1F66E0 !important;
    }
    #QandAContainerTitle a :hover{
       text-decoration:underline;
    }
    #QandAContainerTitle a > span:first-child {
        position: relative;
        float: left;
    }
    #QandAContainerTitle a > span:nth-child(2) {
        position: relative;
        float: right;
        right: 10px;
        font-size:60%;
        margin-top:10px;
        right:0px;
    }



    #divSeminars {
     width: 99%;
    position: relative;
    float: left;
    top: 0px;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-right: 1%;
    margin-left: 0.4%;
    }
    #divSeminars .SeminarContentTop {
        width: 99%;
        position: relative;
        float: left;
    }
    #divSeminars .SeminarContentBottom {
        width: 100%;
        position: relative;
        float: left;
    }
    #divSeminarsTitle {
        color: #1F66E0 !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        min-height: 36px;
    }
    #divSeminarsTitle a{
        color: #1F66E0 !important;
    }
    #divSeminarsTitle a :hover{
       text-decoration:underline;
    }
    #divSeminarsTitle a > span:first-child {
        position: relative;
        float: left;
    }
    #divSeminarsTitle a > span:nth-child(2) {
        position: relative;
        float: right;
        right: 10px;
        font-size:60%;
        margin-top:10px;
    }




    #divSeminars .mainSeminar {
        width: 50%;
        position: relative;
        float: left;
    }

    #divSeminars .mainSeminar2 {
        width: 50%;
        position: relative;
        float: left;
    }

    #divSeminars .mainSeminar2 > div:first-child {
        margin: 0;
        padding: 0px 6px 0px 0px;
        width: 100%;
    }
    #divSeminars .mainSeminar2 > div:first-child > a > img {
        margin-bottom: 6px;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 5px;
        width: 100%;
        height:auto;
        min-height: 268px;
    }
    #divSeminars .rightSeminarSub {
        float: left;
        text-align: left;
        width: 25%;
        min-height: 139px;
    }

    #divSeminars .rightSeminarSub > div:first-child {
        margin-bottom: 2px;
        padding: 0px 5px 0px 0px;
    }
    #divSeminars .rightSeminarSub > div:first-child > a > img {
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 5px;
        width: 100%;
        height:auto;         
    }


     .wechatAlias {
        color: #E00B47 !important;
        font-size: 106%;
        margin-bottom: 1px;
        margin-top: 3px;
    }


    #divSeminars .rightSeminarSubLast {
        float: left;
        text-align: left;
        width: 25%;
        min-height: 139px;
    }
    #divSeminars .rightSeminarSubLast {
        float: left;
        text-align: left;
        width: 25%;
        min-height: 139px;
    }
    #divSeminars .rightSeminarSubLast > div:first-child {
        margin-bottom: 2px;
        padding: 0px 5px 0px 0px;
    }
    #divSeminars .rightSeminarSubLast > div:first-child > a > img {
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 5px;
        width: 100%;         
        height:auto;
    }


    #divSeminars .bottomSeminarSub {
        position: relative;
        float: left;
        text-align: left;
        height: auto;
        width: 33%;
        min-height: 138px;
    }
    #divSeminars .bottomSeminarSub > div:first-child {
        margin-bottom: 2px;
        padding: 0px 5px 0px 0px;
    }
    #divSeminars .bottomSeminarSub > div:first-child > a > img {
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 5px;
        width: 100%;
        height:100%;
    }
/*END Main Boby Left Body CSS*/

/*START Main Boby CSS*/
    #divBodyContent {
        /*margin-top: 10px;*/
        padding: 0px;
        width: 100%;
    }
    #divBodyContent .leftBodyContent {
        width: 80%;
        position: relative;
        float: left;
    }
    #divBodyContent .RightBodyContent {
        width: 20%;
        position: relative;
        float:right;
    }



/*END Main Boby CSS*/

/*START Main Boby Right CSS*/
    #divLoginBody {
        /*margin-top:-13px;*/
    }
      #divLoginContainer {
        margin: 0;
        text-align: center;
        height: auto;
        margin-top:0px !important;
        top:-9px;
        position:relative;
    }
    #divLoginContainer div:first-child {
        /*margin-bottom: 12px;*/      
        border-radius: 5px;
        margin-top:0px;
    }

    #LoginTitle {
        width:100%;
    }
    #LoginTitle div:nth-child(2) {
        left:10px;
        margin-top:0px;
        top:0px;
        position:relative;
    }
    #mainFormLogin {
        background-color: transparent;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        border-radius: 5px;
        border: 0px;
        min-height: 137px;
        background: #fff url(/images/banners/bg_login.png);
    }
    #mainFormLogin #LoginTitle div:first-child{
        float: left;
        color: #223791;
        left: 5%;
        position: relative;
        text-align: left;
        padding-bottom: 5px !important;
        margin-top: 11px;
        margin-bottom: 10px;
        font-size:74%;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        font-weight:lighter;
    }
    #mainFormLogin #LoginTitle div:nth-child(2){
        font-size: 61%;
        color: #727272;
        position:absolute;
        margin-top:0px;
        top:36px;
    }
    #mainFormLogin #LoginTitle > img {
        float: right;
        margin-top: 4px;
        margin-right: 7px;
        position: relative;
        margin-bottom: 10px;
    }

    .registrationLinkDIV {
        width:50%; 
        float:left;
        clear:left;
        height: auto;
        padding-bottom: 22px;
        text-align:center;
    }
    .customerLinkDIV {
        width:50%; 
        float:left;
         height: auto;
        padding-bottom: 22px;
        text-align:center;
    }
    .forgotUserLinkDIV {
        width:100%;
        clear:left;
    }
     .forgotUserLinkDIVLabel {
         
        color: #1F66E0 !important;
    }
    #loginForm {
        width: 100%;
        margin-bottom: 0px;
        position:relative;
        margin:0px 0px 10px 10px;
    }
    #loginForm .divform {
        width: 89%;
        background-color:transparent;
    }
    #loginForm .divform div{
        background-color: transparent;
    }
    #loginForm #LoginTitle div {
        background-color: transparent;
    }
    #loginForm .divform {
        float: left;
        text-align: left;
        font-size: 55%;
        width:93%;
        margin-top:10px;
        padding-bottom:5px;
    }
    #LoginId {
        font-weight: normal;
        font-size: 50%;
    }
    #loginForm .divform .divPassword div:first-child {
        width:65%;
        position:relative;
        float:left;
    }
    #loginForm .divform .divPassword div:nth-child(2) {
        width: 30%;
        position: relative;
        float: left;
    }
    #Password {
        width: 95%;
        float: left;
        font-weight: normal;
        font-size: 50%;
    }
    #btnLogin {
        font-size: 70%;
        width: 92%;
    }
    #forgotUserNamePwd {
    
        padding: 0px;
        text-align: left;
        width: 100%;
        position: relative;
        float: left;
        margin-top:-10px;
        left:4px;
        position:relative;
    }
    #loginForm input {
        height: auto;
        border-color: #e3e5e5;
        border-style: solid;
        border-width: 1px;
        background-color: transparent;
        box-shadow: none !important;
        padding: 5px;
        border-radius: 2px;
        position: relative;
        top: -2px;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }
    #loginForm input[type=button] {
            border-width: 2px;
            font-weight: 500;
            letter-spacing: 1px;
            border-radius: 4px;
            -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
            transition: color 0.3s, background-color 0.3s, border-color 0.3s;
            display: inline-block;
            font-size: 60%;
            font-weight: normal;
            line-height: 1.428571429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 6px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            float: left;
            height: 30px;
            border-radius: 6px;
            background-color: rgb(244, 85, 85);
            color: rgb(255, 255, 255);
            width: 92%;
            top: -3px;
            position: relative;
        }
    #loginForm input[type=button] :hover{
        color: #333333;
        text-decoration:none;
    }

    #LinksContainer {
        margin: auto;
        background-color: #fff;
        text-align: center;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        margin-bottom:8px;
        border-radius: 5px;
        background: bottom right url(/images/banners/corner_empty.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top:0px;
    }
    #LinksContainer .LinksHeader {
        width: 90%;
        border-bottom: 1px solid #e3e3e3;
        margin: auto;
        position: relative;
        font-size: 80%;
        color: #727272;
        padding-top: 5px !important;
        margin-bottom: 5px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        min-height: 45px;
        font-weight:lighter;
        padding-top: 10px !important;
    }
    #LinksContainer .LinksHeader a{
       color:#727272;
    }
    #LinksContainer .LinksHeader a:hover{
       cursor:default !important;
       color:#727272;
       text-decoration:none;
    }
    #LinksContainer .LinksHeader .More{
        display:none;
    }
    #LinksContainer .LinksHeader li {
        margin-top:2px;
    }
    #LinksContainer .LinksContent{
        min-height:136px;
    }
    #LinksContainer .LinksContent li {
        font-size: 57%;
        width: 50%;
        position: relative;
        float: left;
        text-align: left;
        margin-top:8px;
    }
    #LinksContainer .LinksContent li > a {
        padding-left:14px;
    }
    #LinksContainer .LinksContent li > a > div {
        top: 0px;
        position: relative;
        color: #ea4e6c;
        margin: 0;
        padding: 0;
        font-size: 80%;
        left: -2px;
        text-decoration: none;
    }
    #LinksContainer .LinksContent li > a > span {
        color: #727272;
        text-decoration: none;
    }
    #LinksContainer .LinksContent li > a:hover > span {
        color: #1F66E0;
        cursor: pointer;
        text-decoration: underline;
    }

    #divVerticalBranch {
        padding: 0px !important;
        margin-top: 0px !important;
        margin: auto;
    }
    #divVerticalBranch .rightBranch {
        width: 100%;
        padding: 11px;
        background: url(/images/banners/bg_address.png);
        border: 1px solid #e4e2e2;
        min-height: 137px;
        border-radius: 5px;
        margin-top: 6px;
    }
    #divVerticalBranch .rightBranch .leftSide {
        width: 50%;
        position: relative;
        float: left;
        margin-top: 10px;
    }
    #divVerticalBranch .rightBranch .rightSide {
        width: 50%;
        position: relative;
        float: right;
        margin-top: 3px;
    }
    #divVerticalBranch .rightBranch .leftSide div:first-child {
        float: left;
        top: -10px;
        position: relative;
        text-align: left;
        border-left: 3px solid #ea4e6c;
        line-height: 25px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        font-weight: lighter;
        width:100%;
        font-size:72%;
    }
    #divVerticalBranch .rightBranch .leftSide div:nth-child(2) {
        position: relative;
        text-align: left;
        width: 100%;
        font-size: 56%;
        left: 11px;
    }

    .langConfDIV {
        cursor:default;float:left; padding:0px 5px;
    }
    .langConf {
        color:#727272;
    }
    .langConf:hover {
        color:#1F66E0 !important;
        text-decoration:none;
    }
    .langConfSeparator {

        font-size:114%; top:-4px; position:relative; float:left
    }
    .langConfSelected {
        border-bottom: 1px solid gray;
    }
    .contactNumber {
        color: #727272 !important;
        font-size: 110%;
        font-family: 'Verdana';
        top: -10px;
        position: relative;
        left: -2px;
    }
    #divVerticalBranch .rightBranch .rightSide > a {
        position:relative;
        color: #727272;
        float: right;
        width: 92%;
        border: 2px solid none;
        border-radius: 3px;
    }
    #divVerticalBranch .rightBranch .rightSide > a:hover {
        color: #1F66E0;
        cursor:pointer;
        text-decoration:underline;
    }
    #divVerticalBranch .rightBranch .rightSide > a > img {
       margin-left: 25px;
        border-radius: 3px;
        border: 3px solid #fff;
        top: -5px;
        position: relative;
        right: 3px;
    }
   .branch_short_address{
        font-size: 63%;
        text-align:right;
         float:right;
         text-align:right;
        position:relative;
        width:130%;
       
   
    }
/*END Main Page Boby Right CSS*/


/* QandA Company Registration Home START*/

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}
.w3-bar .w3-button {
    white-space: normal;
    box-shadow: rgba(0, 0, 0, 0.1) 0.5px 0.5px 0.5px 0.5px;
}
.w3-bar .w3-bar-item {
    padding: 15px 1px;
    float: left;
    width: 33%;
    border: none;
    display: block;
    outline: 0;
    font-size:58%;
    text-align:left;
    background:url(/images/banners/corner_calendar.png);
    margin-bottom:4px;
}

.w3-bar .w3-bar-item:hover {
        color:#727272 !important;
        text-decoration:underline;
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

/* QandA Company Registration Home END*/

/*START Main Page Banner Recruit CSS*/
    #divBannerRecruit {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        margin: auto;
        display:inline-table;
        margin-top:0px;
    }
    #divBannerRecruit a:hover div{
        text-decoration: underline;
    }

  
    #divBannerRecruit .Recruit .divRecruit {
        float: left;
        text-align: left !important;
        top: 4px;
        position: relative;
        width:100%;
    }
    #divBannerRecruit .Recruit .divRecruit > div:first-child {
        float: left;
        text-align: left !important;
        position: relative;
        width:100%;
    }
    #divBannerRecruit .Recruit .divRecruit > div:nth-child(2) {
        font-size: 90%;
        letter-spacing: 5px;
        position:absolute;
        left:140px;
        float: left;
        width: 850px;
    }
    #divBannerRecruit .Recruit .divRecruit > div > ul> li {
        font-size: 80%;
        letter-spacing: 1px;
        float: left;
        padding-left:40px;
        position:relative;
        top:6px;
    }
    #divBannerRecruit .Recruit {
        width: 100%;
        float: left;
        color: #1F66E0 !important;
        text-decoration: none;
        padding-left: 3px;
        padding-bottom: 5px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
    }
    #divBannerRecruit .Recruit .More {
        color: #1F66E0 !important;
        font-size: 63%;
        float: right;
        padding-top: 10px;
    }    
    #divBannerRecruit .imgRecruitBanner {
        width: 100%; /* image resolution problem*/
        height: auto;
    }
/*END Main Page FooterBranch CSS*/

/*START Main Page FooterBranch CSS*/
    .webFooterAddressContainer {
        display:block;
    }
    .mobileFooterAddressContainer {
        display:none;
    }
    #divBranchFotterAddrres #divAddrresTitle {
        display: none;
    }
    #divBranchFotterAddrres {
    margin: 0px;
    line-height: 23px;
    text-align: justify;
    width: 100%;
    margin: auto;
    background-color: #ebebeb;
}
    #divBranchFotterAddrres .divFooterBranch:first-child .Telephone > ul > li:nth-child(2) {
        margin-left: -20px;
    }
    #divBranchFotterAddrres .divFooterBranch:nth-child(2) .Telephone > ul > li:nth-child(2) {
        margin-left: -10px;
    }
    #divBranchFotterAddrres .divFooterBranch:nth-child(3) .Telephone > ul > li:nth-child(2) {
        margin-left: -10px;
    }
    #divBranchFotterAddrres .divFooterBranch:nth-child(4) .Telephone > ul > li:nth-child(2) {
        margin-left: -10px;
    }
    #divBranchFotterAddrres .divFooterBranch:nth-child(5) .Telephone > ul > li:nth-child(2) {
        margin-left: 0px;
    }
    #divBranchFotterAddrres .divFooterBranch:last-child .Telephone > ul > li:nth-child(2) {
        margin-left: -25px;
    }

    .divFooterBranch {
        border: 2px solid #ebebeb;
        height: auto;
        width: 20%;
        min-width: 170px;
        position: relative;
        float: left;
        font-size: 90%;
        background: #fff url(/images/banners/bg_address.png) no-repeat bottom;
        border-radius: 5px;
        margin-top: 4px;
        padding: 0px 4px 5px 4px;
    }
    .branchContact .Telephone:hover {
        color: #1F66E0;
        text-decoration: underline;
    }
    .branchContact .Telephone {
        color: #808080;
    }
    .branchContact .Email:hover {
        color: #1F66E0;
        text-decoration: underline;
        cursor:pointer;
    }
    .branchContact .Email {
        color: #1F66E0;
        text-decoration: none;
        font-size:128%;
        top: -2px;
        position: relative;
    }
    .phoneNumber {
        font-size:120%;
        font-weight:bold;
        margin-left:6px; 
    }
    .divFooterBranch > div:first-child {
        margin-top: 17px;
        text-align: justify;
        border-radius: 5px;
        padding: 10px;
        line-height: 20px;
        display: block;
        padding: 5px;
    }
    .divFooterBranch > div:first-child .divHeader {
        float: left;
        width: 100%;
        border-bottom: 1px solid #bbbbb4
    }
    .divFooterBranch > div:first-child .divHeader .BranchName {
        cursor: pointer;
        float: left;
        display: block;
        top: -5px;
        position: relative;
        text-align: left;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        color:#727272;
        font-weight:lighter;
        font-size:86%;
    }
    .divFooterBranch > div:first-child .divHeader .BranchName:hover {
        color: #1F66E0;
        text-decoration: underline;
    }
    .divFooterBranch > div:first-child .divHeader .BranchMap {
        float: right;
        cursor: pointer;
        display: block;
        top: -3px;
        position: relative;
        text-align: right;
        font-size: 60%;
        color: #1F66E0 !important;

    }
    .divFooterBranch > div:first-child .divHeader .BranchMap:hover {
        color: #1F66E0;
        text-decoration: underline;
    }
    .divFooterBranch > div:first-child .divHeader .imgMap {
        float: right;
        top: -3px;
        position: relative;
        right: -7px;
    }
    .divFooterBranch .divContent {
        float: left;
    }
    .divFooterBranch .divContent div:first-child {
        margin-bottom:5px; 
        float: left; 
        border-top-left-radius:6px;
        float:left; text-align:left; color:#727272; 
        font-size:65%;
    }
    .divFooterBranch .divContent .branchQrcode > img {
        clear: left;
        float: left;
        width: 40%;
        height:auto;
        max-width:200px;
        margin-bottom: 5px;
        margin-right: 6px;
    }
    .divFooterBranch .divContent .branchQrcode > ul {
        float: left;
        text-align: left;
        top: -2px;
        position: relative;
        font-size: 60%;
        color:#727272;
        line-height: 13px;
        margin-bottom: 5px;
        font-style:italic;
    }
    .divFooterBranch .divContent .branchContact {
        padding-right: 5px; 
       
        float:left;
        font-size:50%;
    }
    .divFooterBranch .divContent .branchContact .Telephone {
        padding-right: 5px;
float: left;
color: #808080;
font-size: 104%;
width: 98%;
font-family: verdana;
font-weight: bold;
    }
    .divFooterBranch .divContent .branchContact .Telephone ul > li{
        position:relative;
        float:left;
    }
    .divFooterBranch .divContent .branchContact .Telephone ul > li:first-child {
      font-size: 105%;
        width: auto;
        margin-right: 4px;
    }
    .divFooterBranch .divContent .branchContact .Telephone ul > li:nth-child(2) {
        padding-left: 10px;
        word-spacing: 6px;
        font-size: 120%;
        width:auto;
        float:left;
    }
/*END Main Page FooterBranch CSS*/

/*START Main Page Footer CSS*/
    #mainFooter {
        width: 100%;
        overflow: hidden;
        text-align: center;
        opacity: .8;
        padding: 15px 0px;
        background-color: black;
        position: relative;
        bottom: 0px;
        min-height: 70px;
        font-size:60%;
    }
    #mainFooter .Privacy {
        float: left;
        margin-right: 30px;
        color: #808080;
    }
    #mainFooter .Privacy:hover{
       color: #1F66E0;
    }
    #mainFooter .Recruit {
        float: left;
        margin-right: 30px;
        color: #808080;
    }
    #mainFooter .Recruit:hover{
       color: #1F66E0;
    }
    #mainFooter .divSuggestion {
        float: left;
    }
    #mainFooter .divSuggestion > a {
        color: #1F66E0;
    }
    #mainFooter .Suggestion {
        color: #fff;
        float: left;
    }
    #mainFooter .container {
        padding-left: 13px !important;
        padding-right: 9px !important;
    }
    #mainFooter .divCopyRight {
        float: right;
    }
    #mainFooter .divCopyRight .CompanyCI{
        float: right;
        margin-right: 20px;
    }
    #mainFooter .divCopyRight .CompanyCI >a{
        color: #808080;
    }
    #mainFooter .divCopyRight .CompanyCI >a:hover{
        color: #1F66E0;
        text-decoration: underline;
        cursor:pointer;
    }
    #mainFooter .divCopyRight .CopyRight {
        float: right;
        margin-right: 20px;
        color:#fff;
        font-size:97%;
    }
    #mainFooter .divCopyRight .OnshorerUrl {
        float: right;
        color: #808080;
        padding-right:10px;
        font-size:100%;
    }
    #mainFooter .divCopyRight .OnshorerUrl > a {
        color: #808080;
        font-size:100%;
        top:0px;
        position:relative;
    }
    #mainFooter .divCopyRight .OnshorerUrl > a:hover {
        color: #1F66E0;
        text-decoration: underline;
        cursor:pointer;
    }

    #footerMenuWeb a {
        color:#dedede;
        font-size:95%;
        padding-top:1px;
    }
    .footerWebMainDIV{
    width:100%; margin:0; text-align:center; margin:auto; 
    }

    .footerWebMainDIVSubDiv{
    width:98%; margin:0; text-align:center; margin:auto; clear:left; display:block;
    }

    .footerWebContainerA{
    float:left; text-align:left; width:30%;
    }


    .footerWebSubTitle{
    height:30px; line-height:20px; font-size:16px; border-bottom:1px solid #fff; color:#CCC7C7;
    }
 

    .footerWebContainerB{
    float:left;text-align:left; width:19%;
    }

    

    .footerWebContainerBSmall{
    float:left; clear:left; width:50%;
    } 

    .footerWebContainerBSmall_Next{
    float:left;
    }

    .footerWebContainerBSmall_Bottom{
    float:left; width:50%;
    }

    .footerWebContainerC{
    float:left;text-align:left; width:37%;
    }

    .footerWebContainerC_title{
    float:left; padding-right:10%;
    }
    .footerWebContainerC_Small{
    float:left; width:50%; clear:left;
    }
    .footerWebContainerC_Small_Next{
    float:left; width:45%; 
    }


    .footerWebContainerD{
    float:right;text-align:left;width:12.5%;  
    }

    .copyrightSectionWeb{
    text-align:left; width:100%; clear:left; border-top:1px solid gray; height:40px;  padding: 6px 0px 17px 0px; margin-top:10px; 
    }



/*END Main Page Footer CSS*/

/*START Branch Zoom CSS*/
    #divBranchZoom {
        display:block;
        width:100%;
        padding:15px;
        min-height:520px;
    }
    #divBranchZoom .leftSide {
        position: relative;
        float: left;
        width:30%;
    }
    #divBranchZoom .leftSide > img {
        position: relative;
        float: right;
        width: 95%;
        margin-right:10px;
    }
    #divBranchZoom .leftSide .divBranchName{
       position: relative;
       float: right;
       width: 95%;
       margin-right:10px;
    }
    #divBranchZoom .leftSide .divBranchName .BranchNameCN{
        margin-top:10px;
        font-size:150%;
    }
    #divBranchZoom .leftSide .divBranchName .BranchNameEN{
       font-size:150%;
       margin-top:10px;
    }
    #divBranchZoom .leftSide .divBranchName .BranchAddress{
        margin-top: 20px;
        font-size: 100%;
        line-height: 18px;
        margin-bottom: 23px;
    }
    #divBranchZoom .leftSide .divBranchName .BranchPhone{
       font-size:100%;
       margin-top:5px;
    }
    #divBranchZoom .leftSide .divBranchName .BranchEmail {
        font-size: 100%;
        margin-top: 5px;
    }
    #divBranchZoom .leftSide .divBranchName .BranchQrcode{
        margin-top:20px;
    }
    #divBranchZoom .leftSide .BranchQrcode > img {
        width: 50%;
        position:relative;
        float:left;
    }
    #divBranchZoom .leftSide .BranchQrcode > ul {
        width: 50%;
        position:relative;
        float:left;
        margin-top:40px;
        padding-left:5px;
    }
    #divBranchZoom .leftSide .BranchQrcode > ul >li {
        width: 100%;
        position:relative;
        float:left;
        font-size:80%;
    }
    #divBranchZoom .rightSide {
        position:relative;
        float:right;
        width:70%;
    }
    #divBranchZoom .rightSide a > img {
        width: 100%;
    }
/*END Branch Zoom CSS*/

/*Override Bootstrap .modal-dialog CSS*/
    .modal-dialog {
        width:80% !important;
        max-width:1100px;
    }
    .modal-content {
        display: inline-grid;
    }
/*END Override Bootstrap .modal-dialog CSS*/

#footerMenuWeb {
    display:block;
}


#footerMenuMobile {
    display:none;
}

  
@media(max-width:1180px) {
    .divCompanyRisk {
    }

    .riskTitle {
        font-size: 16px!important;
        left: 9%;
    }
    .riskDownlad {
        right:6%;
    }
    #divFormationMenu .headerMainTitle {
        margin-bottom: 0px;
    }
       .infoMail {
        color: #6CBBF4 !important;
        top:-1px;
        position:relative;
    }


     #mainbody {
        background-color: #f4f4f2;
        margin-bottom: 0px;
     
    }

    body {
        width:100%;
        min-width:100px;
           padding-top:41px;
    }
    .container{
        padding:0px;
    }
    #sectionHeader {
        max-height: 280px;
    }
    #sectionBody {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        top: 50px;
    }
    #header {
        min-height:102px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
    }
    #header .headerLeft {
        width: 100%;
    }
    #header .headerLeft > a > img {
        float: left;
    position: relative;
    height: 48px;
    width: 146px;
    left: 3px;
    }
    #company_text {
       height: 44px;
    margin-top: 10px;
    padding-left: 6px;
    margin-left: 0px;
    position: absolute;
    left: 134px;
    width: 100%;
    }



    .menu_icon {
        color:#bbb;
        margin-right:1px;
        top:3px; 
        position:relative;
    }

        .titleOptional {
        padding: 0px !important;
        font-size: 95%;
        color: #808080 !important;
        text-shadow: 2px 4px 4px rgba(0,0,0,0.3);
        font-weight: normal;
    }

     ul li.headerMainTitle a {
        font-size: 78% !important;
        color: #223791;
        padding-top: 5px !important;
        margin-bottom: 16px;
        font-weight: normal !important;
        top: -4px;
        position: relative;
    } 
    ul li.headerMainTitle a:hover {
       text-decoration:none;
        color: #1F66E0 !important;
       
    } 


    #mainFormLogin #LoginTitle div:first-child {
    float: left;
    color: #223791;
    left: 4%;
    position: relative;
    text-align: left;
    padding-bottom: 5px !important;
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 90%;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
    font-weight:normal;
}


    #languageContainer ul li {
    position: relative;
    float: left;
    font-size: 75%;
}
     .langConfDIV {
        cursor:default;float:left; padding:0px 7px;
    }

    #company_text div:first-child {  
        font-size: 50%;
        min-width: 0px;
    }
    #company_text div:nth-child(2) {
        font-size: 77%;
        margin-right: 3px;
        margin-left: 3px;
    }

     
    #company_text div:nth-child(3) {
        font-size: 50%;
        left: -2px;
    }

    #header .headerRight {
        width: 100%;
        top: -17px;
        position:relative;
    }
    #BtnNavbarToggle {
        display: block;
    font-size: 79%;
    position: absolute;
    float: left;
    left: -6px;
    top: 40px;
    }

       .registrationLinkDIV {
        width:50%; 
        float:left;
        clear:left;
        height: auto;
        padding-bottom: 15px;
        text-align:center;
    }
    .customerLinkDIV {
        width:50%; 
        float:left;
         height: auto;
        padding-bottom: 15px;
        text-align:center;
    }


    #languageContainer {
        position: absolute;
        float: right;
        top: 45px;
        right: 5px;
    }

     #leftBodyTop ul li:not(.headerMainBanner) {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
        line-height: 28px;
    }

     #leftBodyTop .headerMainBanner > a > img {
        margin-bottom: 6px;
        width: 100%;
        height:auto;
        border-bottom: 0px;

    }
    #divLoginContainer {

        
    }

    #mainFormLogin {
        min-height: 116px;
        display:inline-block;
    }
    #mainFormLogin #LoginTitle div:first-child{
      position:relative;
      width:83%;
    }
    #mainFormLogin #LoginTitle div:nth-child(2){
        position:relative;
        width:60%;
        float:left;
        text-align:left;
        top:18px;
        margin-left:5%;
    }
    #LoginId { 
        max-width:100%;
    }

    #LoginTitle {
        width:100%;
    }
    #mainFormLogin #LoginTitle > img {
        display: none;
    }
    #mainFormLogin #LoginTitle div:nth-child(2) {
       top:10px;
       left:0px;
    }

    .glyphicon-menu-hamburger:before {
    content: "\e236";
    }

    #forgotUserNamePwd {
    
        padding: 0px;
        text-align: left;
        width: 60%;
        position: relative;
        float: left;
        margin-top:5px;
        left:4%;
        position:relative;
        font-size:125%;
    }


    #loginForm .divform .registrationLoginLink {
        margin-top:0px;
    }
 
      #loginForm .divform {
        float: left;
        text-align: left;
        font-size: 55%;
        width:100%;
        margin-top:10px;
        padding-bottom:5px;
        clear:left;
    }

    #loginForm {
        margin:0px;
    }
    
    #divFormationMenuHeader {
      
        display: block;
        width: 100%;
        position: relative;
    }
    #divBodyContent {
        width: 100%;
    }
    
    #divBranchFotterAddrres {
        width: 100%;
    }
    #divBodyContent .leftBodyContent {
        width: 100%;
    }
    #divBodyContent .RightBodyContent {
        width: 100%;
    }
    #leftBodyTop {
        display:inline-table;
    }
    #leftBodyTopLeft {
        width: 100%;
        background-color: rgb(201, 220, 237);
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 5px;
        margin-top:8px;
    }
    #leftBodyTopLeft ul{
        margin-bottom:0px;
        margin-right:0px;
    }
    #leftBodyTopMiddle {
        width: 100%;
        background-color: rgb(204, 207, 198);
        padding: 10px;
        border-radius: 5px;
        margin: 0px 0px 5px 0px
    }
    #leftBodyTopRight {
        width: 100%;
        background-color: rgb(194, 197, 227);
        padding: 10px;
        border-radius: 5px;
        margin:0px;
    }


       #divBanner > img {
        width: 98%;
        margin:0px !important;
    }

    
  


    ul li.headerMainTitle > i {
        display: inline-block;
    } 

    #divFormationMenu {
        width: 100%;
        padding-bottom: 0px;
        background-color:none;
    }
    #divFormationMenu {
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        background-size:100% 100%;
    }
    #divFormationMenu ul{
        /*background:no-repeat bottom -12px right url(/images/banners/corner_formation.png);*/
        background-size: 100%;
    }
    #divFormationMenu ul.openLi{
        /*background:no-repeat bottom 14px right url(/images/banners/corner_formation.png);*/
        background-size: 100%;
    }

    .glyphicon-chevron-down {
        top: 1px;
        position: relative;
        margin-left: 10px;
        color: rgb(45, 111, 226);
        font-size: 0.75em;
        display:inline;
    }
    .glyphicon-chevron-up {
        top: 1px;
        position: relative;
        margin-left: 10px;
        color: rgb(45, 111, 226);
        font-size: 0.75em;
        display:inline;
    }


    #leftBodyTop ul li.border_separator {
        width: 88%;
    }

    
    #divFormationMenu {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        /*background: bottom right url(/images/banners/corner_formation.jpg);*/
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 0px;
    }

    #divFormationMenu ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
    }
    #divFormationMenu .headerMainTitle {
        min-height: 0px;
         font-size:120% !important;
    }
        #divFormationMenu .headerSubTitle {
            display: block;
        }
    #divFormationMenu .headerContent {
        display: block;
    }

    .module_sub_title2 {
        font-size: 105%;
        color: #515151;
        padding: 5px 0;
        display: block;
        height:45px;
    }
    .itemsInter {
        height:40px;
        font-size:77% !important;
    }



    #divCompanyAnnualRenewal {
        width: 100%;
        background: bottom right url(/images/banners/corner_empty.png);
        border-left: none;
        padding: 10px 0px 10px 0px;
        margin: 2px 0px 0px 0px;
    }
    #divCompanyAlteration {
        width: 100%;
        background: bottom right url(/images/banners/corner_empty.png);
        border-left: none;
        padding: 10px 0px 10px 0px;
        margin: 2px 0px 0px 0px;
    }

    #divOpenBankAccount {
        width: 100%;
        padding-bottom: 0px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/

    }
    #divOpenBankAccount ul {
        /*background: no-repeat bottom -7px right 0px url(/images/banners/corner_bank.png);*/
        background-size: 100%;
    }
    #divOpenBankAccount ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_bank.png);*/
        background-size: 100%;
    }
    #divOpenBankAccount ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
        text-shadow:2px 4px 3px rgba(0,0,0,0.3);
    }
    #divOpenBankAccount ul li.headerContent >a{
        top: 20px;
        position:relative;
    }
    #divOpenBankAccount .headerMainTitle {
        min-height: 0px;
        font-size:120% !important;
    }
    #divOpenBankAccount .headerSubTitle {
        display: none;
    }
    #divOpenBankAccount .headerContent {
        display: none;
    }

    #divTaxService {
        width: 100%;
        padding-bottom: 0px;
        margin-top: 2px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        border-top: 0px;
    }
    #divTaxService ul {
        /*background: no-repeat bottom -18px right -13px url(/images/banners/corner_tax.png);*/
        background-size: 100%;
    }
    #divTaxService ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_tax.png);*/
        background-size: 100%;
    }
    #divTaxService ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    }
    #divTaxService .headerMainTitle {
        min-height: 0px;
        font-size:120% !important;
    }
    #divTaxService .headerSubTitle {
        display: none;
    }
    #divTaxService .headerContent {
        display: none;
    }
    #divTaxService ul li.headerContent > a {
        top: 20px;
        position: relative;
    }

       #divLicense {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding-bottom: 0px;
        
    }


     #divLicense {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 1px;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100%;
        margin-top: 2px;
        border-top: 0px solid rgb(216, 216, 216);
    }
    #divLicense ul {
        /*background: no-repeat bottom -16px right 0px url(/images/banners/corner_license.png);*/
        background-size: 100%;
    }
    #divLicense ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_license.png);*/
        background-size: 100%;
    }
    #divLicense ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    } 
    #divLicense .headerMainTitle {
        min-height: 0px;
        margin-bottom:0px;
        font-size:120% !important;
    }
    #divLicense .headerSubTitle {
        display: none;
    }
    #divLicense .headerContent {
        display: none;
    }
    #divLicense ul li.headerContent > a {
        top: 20px;
        position: relative;
    }

    #divTrademark {
        width: 100%;
        padding-bottom: 0px;
        margin-top: 0px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        border-top:0px;
    }
    #divTrademark ul {
        /*background: no-repeat bottom -16px right 0px url(/images/banners/corner_trademark.png);*/
        background-size: 100%;
    }
    #divTrademark ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_trademark.png);*/
        background-size: 100%;
    }
    #divTrademark ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    }
    #divTrademark .headerMainTitle {
        min-height: 0px;
        font-size:120% !important;
    }
    #divTrademark .headerSubTitle {
        display: none;
    }
    #divTrademark .headerContent {
        display: none;
    }
    #divTrademark ul li.headerContent > a {
        top: 20px;
        position: relative;
    }

    #divCopyright {
        width: 100%;
        padding-bottom: 0px;
        margin-top: 2px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        border-top:0px;
    }
    #divCopyright ul {
        /*background: no-repeat bottom -16px right 0px url(/images/banners/corner_copyright.png);*/
        background-size: 100%;
    }
    #divCopyright ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_copyright.png);*/
        background-size: 100%;
    }
    #divCopyright ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    }
    #divCopyright .headerMainTitle {
        min-height: 0px;
        font-size:120% !important;
    }
    #divCopyright .headerSubTitle {
        display: none;
    }
    #divCopyright .headerContent {
        display: none;
    }
    #divCopyright ul li.headerContent > a {
        top: 20px;
        position: relative;
    }


     #divSecretarial {
        width: 100%;
        padding-bottom: 0px;
        margin-top: 2px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        border-top:0px;
    }
    #divSecretarial ul {
        /*background: no-repeat bottom -16px right 0px url(/images/banners/corner_copyright.png);*/
        background-size: 100%;
    }
    #divSecretarial ul.openLi {
        /*background: no-repeat bottom right url(/images/banners/corner_copyright.png);*/
        background-size: 100%;
    }
    #divSecretarial ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    }
    #divSecretarial .headerMainTitle {
        min-height: 0px;
        font-size:120% !important;
    }
    #divSecretarial .headerSubTitle {
        display: none;
    }
    #divSecretarial .headerContent {
        display: none;
    }
    #divSecretarial ul li.headerContent > a {
        top: 20px;
        position: relative;
    }



    #divCertification {
           width: 100%;
        padding-bottom: 0px;
        margin-top: 2px;
        /*background: bottom right url(/images/banners/corner_empty.png);*/
        border-top:0px;
    }
    #divCertification ul {
        /*background: no-repeat bottom -15px right 0px url(/images/banners/corner_cert.png);*/
        background-size: 100%;
    }
    #divCertification ul.openLi {
        background: no-repeat bottom right url(/images/banners/corner_cert.png);
        background-size: 100%;
    }
    #divCertification ul li.headerMainTitle {
        text-align: left;
        padding: 28px 0px 24px 0px;
        margin-bottom:0px;
    }
    #divCertification .headerMainTitle {
        min-height: 0px;
        font-size:112% !important;
    }
    #divCertification .headerSubTitle {
        display: none;
    }
    #divCertification .headerContent:first-child {
        padding-top:20px;
    }
    #divCertification .headerContent {
        display: none;
    }
    #divCertification ul li.headerContent > a {
        top: 20px;
        position: relative;
    }

    
    #divBanner {
        width: 100%;
        margin-bottom:5px;
    }
    #divBanner >img{
        width: 100%;
    }


    
     #LinksContainer {
        margin: auto;
        background-color: #fff;
        text-align: center;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        margin-bottom:8px;
        border-radius: 5px;
        background: bottom right url(/images/banners/corner_empty.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top:6px;
        height:205px;
    }


    #LinksContainer {
        width: 100%;
    }
    #LinksContainer .LinksHeader{
      width:100%;
       border-bottom:none;
    }
    #LinksContainer .LinksHeader li{
      border-left: 3px solid #ea4e6c;
      text-align:left;
      width:98%;
      padding-left: 10px;
      margin:0px 0px 0px 10px;
    }
    #LinksContainer .LinksHeader li >a{
      font-size:130%;
      color:#1F66E0;
      font-weight:normal;
    }
    #LinksContainer .LinksHeader .More{
      position:relative;
      float:right;
      right:12px;
      font-size:65%;
      top:10px;
      color: #1F66E0;
      display:inline-block;
    }
    #LinksContainer .LinksContent {
       min-height:175px;
    }
    #LinksContainer .LinksContent li {
        text-align: left;
        font-size:70%;
    }

    .leftLink {
        padding-left:12%;
    }

    .rightLink{
        padding-left:3%;
    }

    /**Company Registration FAQ home start**/
    .QuestionContainerHalf {
    padding: 15px;
    font-size: 65%;
    width: 100%;
    text-align: justify;
    float: left;
    }

    .QuestionContainerHalfList{
        float:left; clear:left; width:100%;
    }

    .QuestionContainerHalfListNum{
        float:left; 
        clear:left; 
        width:7%;
        font-weight:bold;
    }

    .QuestionContainerHalfListText{

    float:left; width:90%; display:block;
    }
    /**Company Registration FAQ home end**/


    #divNewsSeminars {
        width: 100%;
    }    
    #divNews {
        width: 100%;
        background-color: rgb(204, 227, 247);
        border-radius: 5px;
    }
    #divNewsTitle {
        margin:10px 0px 10px 0px;
    }
    #divNewsTitle a {
        border-left: 3px solid #ea4e6c;
        text-align: left;
        width: 100%;
        padding-left: 10px;
        margin: 0px 0px 0px 10px;
        font-size: 130%;
        color: #1F66E0;
    }

      #divBanner > a > img {
        width: 100%;
        height: auto;
        margin: 9px 0;
        box-shadow: rgb(0 0 0 / 10%) 0 1px 2px 1px;
        text-align: center;
    }

    #divSeminarsTitle a > span:first-child {
        position: relative;
        float: left;
        font-size:82%;
    }



    #divNewsTitle a .More {
        position: relative;
        float: right;
        right: 10px;
        font-size: 65%;
        top: 10px;
        color: #1F66E0;
        display:inline-block;
    }
    #divNewsContent {
        background-color: rgb(204, 227, 247);
        border: none;
    }
    #divNews ul li {
        width: 92%;
        position: relative;
        float: left;
        padding: 0px;
        margin: 0px 10px 5px 15px
    }
    #divNews ul li >div{
       padding-top:15px;
       margin-left:5px;
       text-align:center;
    }

    #divSeminars .SeminarContentTop {
        width: 100%;
        float: left;
        margin-bottom:10px;
    }

      #divSeminars .mainSeminar2 > div:first-child > a > img {
        margin-bottom: 6px;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 0px;
        width: 100%;
        height:auto;
        min-height: 0px;
    }


      #QandAContainerTitle a>span:first-child {
         border-left: 3px solid #ea4e6c;
         padding-left: 10px;
         margin-left: 7px;
         color: #1F66E0;
         margin-bottom:7px;
    }
    #QandAContainerTitle a .More{
        position: relative;
        float: right;
        right: 10px;
        font-size: 65%;
        top: 10px;
        color: #1F66E0;
    }  



    #divSeminars {
        background-color: #EDF1F2;
        border-radius: 5px;
        margin: 0px 0px 5px 0px;
        padding-bottom: 2px;
        width: 100%;
        height:auto;
       
    }
    #divSeminarsTitle {
        margin: 10px 0px 10px 0px;
    }
    #divSeminarsTitle a {
        text-align: left;
        width: 100%;
        padding-left: 10px;
        font-size: 115%;
        color: #1F66E0;
    }
    #divSeminarsTitle a>span:first-child {
         border-left: 3px solid #ea4e6c;
         padding-left: 10px;
         margin-left:10px;
         color: #1F66E0;
    }
    #divSeminarsTitle a .More{
        position: relative;
        float: right;
        right: 10px;
        font-size: 65%;
        top: 10px;
        color: #1F66E0;
    }   
    #divSeminarsContent .SeminarContentTop .mainSeminar2 {
        width: 48%;
        position: relative;
        float: left;
        min-height: 138px;
        left:7px;
    }
    #divSeminars .mainSeminar2 > div:first-child > a > img {
        min-height: 0px;
        padding: 5px;
        margin: 0px;
        height:auto;
    }



    #divSeminars .mainSeminar2 > div:first-child {
        padding:0px;
    }


       #divSeminarsContent .SeminarContentTop .mainSeminar2 {
        width: 48%;
        position: relative;
        float: left;
        left: 7px;
    }
    #divSeminarsContent .SeminarContentTop .mainSeminar2 >div{
        padding: 0px;
        margin: 0px;
    }

        #divSeminars .mainSeminar2 > div:first-child > a > img {
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        padding: 5px;
        width: 100%;
        height:auto;         
    }


    #divSeminarsContent .SeminarContentTop .rightSeminarSub {
        width: 48%;
        position: relative;
        float: left;
        left: 7px;
    }
    #divSeminarsContent .SeminarContentTop .rightSeminarSub >div{
        padding: 0px;
        margin: 0px;
    }
    #divSeminarsContent .SeminarContentTop .bottomSeminarSub {
        width: 48%;
        position: relative;
        left: 7px;
        min-height: 139px;
    }
    #divSeminarsContent .SeminarContentTop .bottomSeminarSub > div {
        padding: 0px;
        margin: 0px;
    }
    .rightSeminarSubLast {
     display:none

    }

    /* QandA Company Registration Home START*/

.w3-button:hover {
    color: #1F66E0 !important;
    background-color: #ccc !important;
}
.w3-bar .w3-button {
    white-space: normal;
}
.w3-bar .w3-bar-item {
    padding: 20px 10px;
    float: left;
    width: 100%;
    border: none;
    display: block;
    outline: 0;
    font-size:58%;
    text-align:left;
    background:url(/images/banners/corner_calendar.png);


     
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

/* QandA Company Registration Home END*/


    #divBannerRecruit {
        display: inline-table;
        width: 100%;
        background-color: #EDF1F2;
        border-radius: 5px;
        margin: 0px 0px 5px 0px;
        padding-bottom: 2px;
        padding-top: 10px;
        padding-left: 0px;
    }

    #divBannerRecruit .Recruit {
        width: 100%;
        float: left;
        color: #1F66E0 !important;
        text-decoration: none;
        padding-bottom: 5px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
    }

        #divBannerRecruit .Recruit .More {
        color: #1A57C1 !important;
     }

    #divBannerRecruit .Recruit .divRecruitMobile > div:first-child{
        border-left: 3px solid #ea4e6c;
         padding-left: 0px;
         width:100%;
         font-size:110%;
         color: #1F66E0;
    }
    #divBannerRecruit .Recruit .divRecruitMobile > div:first-child .More{
        position: relative;
        float: right;
        right: 10px;
        font-size: 65%;
        color: #1F66E0;
    }
    #divBannerRecruit .imgRecruitBanner {
        padding:10px 0px 10px 0px;
        width:100%;
        height:auto;
    }
    #divBannerRecruit .Recruit .divRecruitMobile > div:nth-child(2) {
        width:98%;
        display:inline-block;
        position:relative;
        left:0px;
    }
    #divBannerRecruit .Recruit .divRecruitMobile > div:nth-child(2) ul li{
        width:20%;
        padding-left:15px;
        color: #727272;
    }
    .webFooterAddressContainer {
        display:none;
    }
    .mobileFooterAddressContainer {
        display:block;
    }

    .branch_address {
        margin-top: 10px;
        margin-bottom: 5px !important;
        font-size: 72%;
        line-height: 20px;
    }

     .addrTel {
        font-family: Verdana;
        color: #1F66E0 !important;
        /*height: 52px;*/
        display: block;
        margin-top: 10px;
       /* padding: 13px 13px 13px 0px;*/
        font-size:90%;

    }

    .addrTel > span {
        font-family: Verdana;
        color: #1F66E0 !important;
        height: 35px;
        display: block;
        margin-right: 10px;
        font-size:75% ​!important;
        float:left;
    }
    .prefixTel {
        font-size:90% !important;
    }

    .emailBranchText >  span{
        text-align: left;
        float: left;
        clear: both;
        font-size: 100%;
        line-height: 20px;
        margin-bottom: 6px;
       /* height: 52px;*/
        margin-top: 5px;
        font-size:80%;
        /*border: 1px solid #fff;*/
        /*padding: 13px 13px 13px 0px;*/
    }

    .blue_color {
        font-size:61%;
        color:#1F66E0 !important;
    }
    #divBranchFotterAddrres {
        display: inline-table;
        width: 100%;
        background-color: rgb(226, 230, 234);
        border-radius: 5px;
        margin: 0px 0px 10px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #divBranchFotterAddrres #divAddrresTitle{
        margin: 10px;
    }
    #divBranchFotterAddrres #divAddrresTitle a{
        border-left: 3px solid #ea4e6c;
        padding-left: 10px;
    }
    #divBranchFotterAddrres #divAddrresTitle>a>span:first-child{
        font-size:130%;
        color: #1F66E0;
    }
    #divBranchFotterAddrres #divAddrresTitle > a > span.More {
        position: relative;
        float: right;
        right: 0px;
        font-size: 75%;
        color: #1F66E0;
    }
    .divFooterBranch > div:first-child .divHeader .BranchName {
        font-size: 120%;
        margin-bottom: 10px;
        margin-left:10px;
    } 
    #divBranchFotterAddrres .divFooterBranch {
        width: 94%;
        position: relative;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        border: 1px solid lightgray;
        border-radius: 5px;
        margin-top: 5px;
        background: bottom right url(/images/banners/corner_calendar.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin:0px 10px 0px 10px;
    } 
    .divFooterBranch .divContent .branchContact {
        margin-bottom:15px;
    }
    .divFooterBranch .divContent div:first-child {
        margin-top: 10px;
        margin-left: 20px;
        font-size: 80%;
    }
    .divFooterBranch .divContent div:nth-child(2) {
        margin-left: 20px;
    }
    .divFooterBranch .divContent .branchQrcode > ul {
        font-size: 100%;
        margin-top: 20px;
        margin-left: 20px;
    } 
    .divFooterBranch .divContent .branchQrcode > ul li:first-child{
        margin-bottom:10px;
    }
    .divFooterBranch .divContent .branchContact {
        margin-left:20px;
    } 
    .divFooterBranch .divContent .branchContact .Telephone {
        font-size: 100%;
    } 
    .divFooterBranch .divContent .branchContact .Telephone ul > li:first-child {
        font-size: 170%;
        min-width: 110px;
    } 
    .divFooterBranch .divContent .branchContact .Telephone ul > li:nth-child(2) {
        font-size: 170%;
        margin-bottom:10px;
    } 
    .divFooterBranch .divContent .branchContact .Email > span {
        font-size: 170%;
        margin-top: 5px;
    } 

    #leftBodyBottom {
        width: 100%;
        display: inline-table;
        margin-bottom:7px;
    }
    #divCalendar {
        width: 100%;
        display: inline-table;
        background: bottom right url(/images/banners/corner_calendar.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    #divCalendar ul li{
        padding-left:20px;
    } 

   

    
    .facebookLikeSection{
      width:100%; display:block; float:left; clear:left; margin-top:10px; margin-bottom:15px;
    }

    .facebookIframe{
      border:none;overflow:hidden; float:left !important; text-align:left !important;
    }


    #social_media #languageContainer {
        display: none;
    }
    #social_media {
        width: 100%;
        display: inline-table;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
        min-height: 130px;
        padding-bottom: 20px;
        padding-top: 12px;
    } 
    #social_media #divSocial{
        position:relative;
        width:69%;
        float:left;
        top:28px;
    } 
      #social_media #divSocial .linkedin{
        position:relative;
        float:right;
        width:15%;
        margin-right:7%;
        font-size:150%;
    } 
    #social_media #divSocial .twitter{
        position:relative;
        float:right;
        width:15%;
        margin-right:7%;
        font-size:150%;
    } 
    #social_media #divSocial .facebook{
        position:relative;
        float:right;
        width:11%;
        margin-right:10%;
        font-size:150%;
    } 
    #social_media #divSocial .instagram{
        position:relative;
        float:right;
        width:15%;
        margin-right:7%;
        font-size:150%;
    } 
    

    #social_media #logo{
        position:relative;
        width:29%;
        float:right;
        height:auto;
    
    } 
    #social_media #logo > img {
        width:70%;
        height:auto;
        position:relative;
        float:right;
        right:36px;
    } 

      #divCalendar .calendarSaveIcon {
        position: relative;
        margin: 0;
        padding: 0;
        color: #808080;
        padding-top: 31px;
        padding-left: 12px;
        text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
        float: left;
    }

       #divCalendar .calendarTitle {
        float: left;
        /*text-shadow: 2px 4px 2px rgba(0,0,0,0.3);*/
        padding-top: 30px;
        margin-left: 3px;
        color: #808080;
        font-size: 90%;
    }
    #divLoginBody {
        width: 100%;
    } 
    #mainFormLogin {
        width: 100%;
    } 
    
    #divVerticalBranch {
        width: 100%;
        display: none;
    } 
    #mainFooter {
        width: 100%;
        background-color: #000;
    }


     #mainFooter .Privacy {
        float: left;
        margin-right: 30px;
        color: #CCC7C7;
        font-size:120%;
    }

        #mainFooter .Privacy:hover {
            color: #CCC7C7;
        }

    #mainFooter .Recruit {
        clear:left;
        float: left;
        margin-right: 30px;
        margin-top:30px;
        color: #CCC7C7;
        font-size:120%;
    }

    
    #mainFooter .divSuggestion {
        float: left;
        clear:left;
        margin-top:30px;
        font-size:120%;
    }




    #mainFooter .container{
        margin-left:5px;
        margin-right:5px;
        padding-left:0px;
        padding-right:0px;
    }
    #mainFooter .container >a{
        width: 100%;
        text-align:left;
    }
    #mainFooter .container .divCopyRight{
        margin-top:50px;
        margin-bottom:50px;
        width: 100%;
    }
    #mainFooter .container .divCopyRight .OnshorerUrl{
        width: 100%;
        margin:5px 0px 0px 0px;
    }
    #mainFooter .container .divCopyRight .CopyRight{
        width: 100%;
        margin:5px 0px 0px 0px;
    }
    #mainFooter .container .divCopyRight .CompanyCI{
        width: 100%;
        margin:5px 0px 0px 0px;
    }
    #divBranchZoom .leftSide {
        width:100%;
    } 
    #divBranchZoom .rightSide {
        width: 100%;
        margin-top:20px;
    } 
    .modal-dialog {
        width: 90% !important;
        float:left;
        margin:4px;
    } 
    .bootstrap-dialog .bootstrap-dialog-message {
        font-size:inherit;
    }

    /*.li_langConfSelected {
        display:none;
    }*/

    #divHeaderSubMenu {
        background-color: #fff;
        margin-top: 16px !important;
        width: 100% !important;
        height: 100%;
        position: relative;
        left: 0px;
        top: 40px;
        padding-bottom: 5px;
        background-color: rgb(235, 235, 235);
    }
    #divHeaderSubMenu .navbar-collapse{
        padding:0px;
        margin:0px;
    }
    .navbar-collapse {
        background-color: rgb(235, 235, 235);
        position: relative;
    }
    #myMenuOptions {
        margin: 0px;
    }
    #myMenuOptions li:not(.kopie) {
        font-size: 65%;
        background-size: 100%;
        margin: 2px;
        padding: 4px 2px 4px 2px;
    }
    #myMenuOptions li a{
      padding-left:15px;
    }
    #myMenuOptions li a:hover{
        color: #1F66E0;
        text-decoration:underline;
    }
    #myMenuOptions li:not(:last-child) {
        border-bottom: 1px solid lightgray;
    }
    .dropdown-menu {
        width: 100%;
        position: relative;
        background-color: rgb(235, 235, 235);
    }
    .dropdown-menu li a {
        padding-top: 1px !important;
        padding-right: 10px !important;
        padding-bottom:3px !important;
        padding-left: 10px !important;
    }

     #footerMenuMobile a {
        color:#dedede;
        font-size:95%;
        line-height:30px;
    }

     .registrationLoginLink {
        background-color: #E00B47 !important; padding: 4% 27%; font-size:115%; border-radius:5px; color:#fff; box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
    }
    .userLoginLink {
        background-color: #1F66E0 !important; padding: 4% 31%; font-size:115%;  border-radius:5px; color:#fff; box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 1px;
    }





    .footerMobileMainDIV{
    width: 100%; margin: auto; text-align: left;
    }


    .footerMobileMainDIVSubDiv{
    width:100%; margin:0; text-align:center; margin:auto; clear:left; display:block; 
    }

    .footerMobileMainDIVSubDiv_Wrapper
    {
    width:98%; margin:0; text-align:center; margin:auto; clear:left; display:block;   
    }


    .footerMobileContainerA{
    float:left; text-align:left; width:50%;
    }

    .footerMobileContainerA ul
    {
    float:left; width:100%;
    }
    .footerMobileContainerB{
    float:left;text-align:left; width:50%;clear:left; 
    }

    .footerMobileContainerB_title{
    float:left; padding-right:10%;
    }
    .footerMobileContainerB_Sub{
    float:left; width:100%; clear:left;
    }

    .footerMobileContainerC{
    float:right;text-align:left;width:50%;
    }

    .footerMobileCopyrightSection
    {
    border-top:1px solid gray; text-align:left;  font-size:16px; float:left; clear:left; width:100%;
    }

    .footerMobileCopyrightSectionSub
    {
    text-align:left; width:100%; float:left; padding-top:10px;
    }





    .mobileBranchContainer {
        border: 5px solid rgb(235, 235, 235);
        height: auto;
        border-radius: 11px;
        padding-left: 5px;
        display: block;
        width: 100%;
        overflow-y: auto;
        padding-bottom: 15px;
        padding-top: 8px;
    }

    .mobileBranchContainer_even{
     background-color:#fff;
    }

    .mobileBranchContainer_odd{
    background-color:#f5f5f5;
    }

    .mobileBranchTitleSection{
    margin-top:13px;text-align:justify; border-radius:5px;  line-height:20px; display:block; padding: 5px;
    }

    .mobileBranchTitleWrapper{
    float:left; width:99%; border-bottom: 1px solid #bbbbb4
    }

    .BranchNameTitle{
    float:left; display:block; top:-5px; position:relative;  text-align:left;font-size: 98%; text-shadow:2px 3px 3px rgba(0,0,0,0.3); color:#575757; 
    }

    .mapLinkBranch
    {
    float:right; cursor:pointer; display:block; top:-1px; position:relative;  text-align:right;font-size: 15px;
    }

    .mapLabel{
    float:right; color: #1F66E0 !important;
    }

    .mapGPSIcon{
    float:right; top:1px; position:relative; width:auto; height:auto;
    }

    .mobileBranchInfoWrapper{
    float: left;
    display: block;
    height: auto;
    width: 100%;
    }

    .mobileBranchInfoWrapper_A{
    float:left; clear:both; 
    }

    .mobileBranchInfoWrapper_A div{
    margin-bottom:0px; float: left; border-top-left-radius:6px; 
    }

    .mobileBranchInfoWrapper_B{
        text-align: center;
        display: block;
        height: auto;
        float: left;
        width: 79%;
        clear: left;
    }

    .mobileBranchInfoWrapper_C{
    float:right; width:20%;
    }

    .addrDetailsInfo{
    float:left; text-align:left; color:#727272; margin-top:0px; margin-bottom:2px !important; padding-left:0px !important;
    }

    .addrDetailsInfo div{
    padding-right: 5px; margin-top:0px; float:left;
    }


    .addrDetailsInfo div p:first-child{
    font-size:14px; font-weight:bold; margin-bottom:0px !important; line-height:15px;
    }

    .addrDetailsInfo div p:nth-child(2){
    margin-bottom:0px !important;
    }
	
    .prefixPhone{
	font-size:65%;
	}
	
	.emailBranchText{
	text-align:left; float:left; clear:both; font-size: 100%; line-height: 20px;margin-bottom: 6px;
	}
	 
	.emailBranchText span{
	float:left;
	} 
	
	.QRCodeBranch{
	 clear:left; float:left; width:34%; height:100%; border-radius:5px; border: 2px solid #fff; left:-1%; position:relative;
	}
	
	.mobileBranchQrcodeContainer{
	 float:left; text-align:left;position: relative; font-size:15px; top:0px; line-height: 17px;
	 }
	 
	 .mobileBranchQrcodeContainer li{
	 color:#727272;
	 }
	 
	 .mobileBranchInfoWrapper_C a{
	  cursor:pointer; 
	 }
	 
	 .mobileBranchInfoWrapper_C a img{
	   float:right; margin-bottom:4px; border-radius:5px; border: 2px solid #fff; width:auto; height:auto;
	 }


     #footerMenuWeb {
    display:none;
}
    #divAddrresTitle {
    display:none;
    }

#footerMenuMobile {
    display:block;
}

    .infoMail {
        color: #6CBBF4 !important;
        top:-1px;
        position:relative;
    }


    .mobcompany_textDIV{
        float:left; color:#625d5d;border-left:2px solid #bbbbbb;line-height:25px;font-size: 10px;line-height: 20px; height: 45px; letter-spacing: 0px;top: 18px;position: relative;left: -3px;
    }

    .mob_text1{
    
        float:left; clear:left; font-size: 12px; font-family:Arial; font-style:italic; top: 1px;position: relative;left: 9px;letter-spacing: 0px;
    }

    .mob_text2{
    
        font-size:16px; float:left; clear:left;font-style:italic; margin-right:1px; font-family:Arial; font-style:italic;top: -10px;position: relative; left: 8px;
    }

    .mob_text3{
        float:left; font-size:13px; font-size: 12px; font-family:Arial; font-style:italic;top: -9px;position: relative;left: 8px;letter-spacing: 0px;
    }

       .wechatAlias {
        color:#E00B47 !important;
        top:5px;
        position:relative;
        margin-bottom:5px;
    }
      
        #mainFooter .divCopyRight .OnshorerUrl {
        float: right;
        color: #808080;
        padding-right:10px;
        font-size:130%;
    }

    #mainFooter .divCopyRight .OnshorerUrl > a {
        color: #6CBBF4;
        font-size:110%;
    }
    #mainFooter .divCopyRight .OnshorerUrl > a:hover {
        color: #6CBBF4;
        text-decoration: underline;
        cursor:pointer;
    }

    
    .QandAQuestionText {
        width: 93%;
        font-size: 120%;
        line-height: 20px;
    }

    .QuestionContainerDIV {
    padding: 15px;
    font-size:65%;
    width: 100%;
    text-align: justify;
    float: left;
    line-height:25px;
}

    .QuestionContainerDIV div {
        float: left
    }

    .BA001 {
        height:50px; line-height:25px; display:table-row; margin-bottom:20px;
    }
}
 