/* 2019-10-16 zcb
 * External page updates
 *
 * */

h1,h2,h3,h4,h5 {
    color: #0A0D26;
}

p,li {
    color: #8A97A9;
}

.label-black {
    color: #0A0D26;
}

.label-gray {
    color: #8A97A9;
}

.beihaono {
    color: #337ab7;
    font-weight: normal;
}

.color-2F3950 {
    color: #2F3950 !important;
}

.color-687089 {
    color: #687089 !important;
}

.font-bold {
    font-weight: 500;
}

.pl-20 {
    padding-left: 20px;
}

/*header transparent state */
.trans-back {
    background: rgba(0,0,0,0) !important;
    border: none !important
}

.flex-center {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.active-color {
    color: #3B86FF !important;
    background-color: #3B86FF !important;
}

.page-nav-doot-wrap {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 10px;
    height: auto;
}

.page-nav-doot-wrap > .page-nav-doot {
    cursor: pointer;
    width:10px;
    height:10px;
    background-color:#E2E9EF;
    border-radius:50%;
    margin-bottom:10px;
}

.nav-page-right{
    margin: 0px 0 100px 0;
}

.client-btn.disabled, .client-btn.disabled:hover, .client-btn.disabled:focus, .client-btn.disabled:active, .client-btn.disabled.active, .client-btn[disabled], .client-btn[disabled]:hover, .client-btn[disabled]:focus, .client-btn[disabled]:active, .client-btn.active[disabled], fieldset[disabled] .client-btn, fieldset[disabled] .client-btn:hover, fieldset[disabled] .client-btn:focus, fieldset[disabled] .client-btn:active, fieldset[disabled] .client-btn.active {
    background-color: rgba(98,203,49, 0.5);
    border-color: rgba(98,203,49, 0.5);
}

.dropdown-content {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border-top: 1px solid #EEEEEE;
}

.dropdown-content .icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.dropdown-content .item {
    padding: 8px 0;
    margin-right: 10px;
    padding-left: 10px;
    color: #0A0D26;
}

.dropdown-content .item:hover {
    background: #F4F8FB;
    border-radius: 4px;
    color: #3B86FF;
}

.dropdown-content .menu_title {
    font-size: 16px;
    color: #8796A8;
    border-bottom: 1px solid #E1E6F0;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.shade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #000;
    opacity: 0.34;
}

.mobile-menu {
    width: 80vw;
    height: 100vh;
    background-color: #f4f4f4;
    position: fixed;
    z-index: 201;
    top: 0;
    right: -100vw;
    transition: all .5s;
}
.show-mobile-menu {
    right: 0;
}

.mobile-menu-header {
    width: 100%;
    background-color: #fff;
}

.mobile-menu-content .menu-item {
    border-bottom: 1px solid #e4e7e9;
    padding: 15px 25px;
}

.collapse-li {
    background-color: #fff;
    padding: 12px 30px;
    list-style: none;
    border-bottom: 1px solid #e4e7e9;
}

@media  (min-width:990px){
  .nav-page-right{
      margin:-150px 0 0 0;
  }
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.text-overflow {
    text-overflow:ellipsis;
    overflow:hidden;
}

.auto-min-height {
    min-height:270px;
}

/* >=1420 */
@media (min-width:993px) {
    .height-250-gt-sm {
        min-height: 190px !important;
    }
}

/* 993<= x <=1199 */
@media (min-width:993px) and (max-width:1199px) {
    .home-height-125-md {
        min-height: 125px !important;
    }
}

/* >=993 */
@media (min-width:993px) {
    .max-width-400-md {
        max-width: 400px;
    }
    .md-padding-div {
        padding:30px 64px 0px 64px !important;
    }
    .footer-md-pad {
        padding: 120px 0 100px 0;
    }
    .mb-100-md {
        margin-bottom: 100px;
    }
    .text-right-md {
        text-align: right;
    }
    .ml-31-md {
        margin-left: 31px;
    }
    .height-125-md {
        height: 125px;
    }
}

/* <=992 */
@media (max-width:992px) {
    .text-center-sm {
        text-align:center !important;
    }
    .font-24-sm {
        font-size: 2.4rem;
    }
    .text-left-sm {
        text-align: left;
    }
    .nopadding-sm {
        padding: 0 !important;
    }
    .nopad-left-sm {
        padding-left: 0 !important;
    }
    .nopad-right-sm {
        padding-right: 0 !important;
    }
    .footer-md-pad {
        padding: 20px 0 20px 0;
    }
    .md-padding-div {
        padding:30px 30px 0px 30px !important;
    }
    .top30-sm {margin-top: 30px !important;}
    .top20-sm {margin-top: 20px !important;}
    .m30-y-sm {margin: 30px 0 !important;}
    .wxwb {
        margin: 0 !important;
        width: 50% !important;
    }
    .pull-right-sm {
        float: right !important;
    }
    .f-tracup {
        width: 30px !important;
        height: 30px !important;
        margin-top: 10px !important;
    }
    .f-frontjs {
        width: 30px !important;
        height: 30px !important;
        margin-top: 10px !important;
    }
}

/* 768<= x <=991 */
@media (max-width:991px) and (min-width:768px) {
    .auto-min-height {
        min-height:200px;
    }
    .pad5-only-sm {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .header-continer-only-sm {
        margin: 0 !important;
        width: 100% !important;
    }
    .header-continer-only-sm .tracup-log{
        height: 36px !important;
    }
    .header-continer-only-sm .navbar-nav > li > a{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .mt-80-only-sm {
        margin-top: 80px !important;
    }
    .flex-stretch-only-sm {
        display:flex;
        align-items: stretch;
    }
    .flex-align-start-sm {
        align-items: flex-start;
    }
}

/* 600 < x < 767 */
@media (max-width:767px) and (min-width:600px) {
    .text-center-600-767 {
        text-align: center;
    }
}

/* >=768 */
@media (min-width:768px) {
    .flex-stretch-gt-sm {
        display:flex;
        align-items: stretch;
    }
    .height-250-gt-sm {
        min-height: 250px;
    }
}

/* <=767 */
@media (max-width:767px) {
    .top0-xs{
        top: 0px !important;
    }
    .auto-min-height {
        min-height:150px;
    }
    .font-10-xs {
        font-size: 10px !important;
    }
    .flex-between-xs {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .flex-center-xs {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .flex-center {
        flex-wrap: wrap;
    }
    .wxwb {
        margin: 0 !important;
        width: 50% !important;
    }
    .nopad-right-xs {
        padding-right: 0 !important;
    }
    .nopad-left-xs {
        padding-left: 0 !important;
    }
    .top30-xs {
        margin-top: 30px;
    }
    .top90-xs {
        margin-top: 90px;
    }
    .pt-50-xs {
        padding-top: 50px !important;
    }
    .nopad-xs {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .pad-10-xs {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .nomargin-xs {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .home-header .row-xs {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .max-width-75-xs {
        max-width: 75px !important;
    }
    .mt-70-xs {
        margin-top: 70px !important;
    }
    .mt-50-xs {
        margin-top: 50px !important;
    }
    .mt-40-xs {
        margin-top: 40px !important;
    }
    .mt-0-xs {
        margin-top: 0 !important;
    }
    .mt-20-xs {
        margin-top: 20px !important;
    }
    .mt-30-xs {
        margin-top: 30px !important;
    }
    .mb-0-xs {
        margin-bottom: 0px !important;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .ml-30-xs {
        margin-left: 30px !important;
    }
    .ml-20-xs {
        margin-left: 20px !important;
    }
    .mr-0-xs {
        margin-right: 0px !important;
    }
    .inline-xs {
        display: inline !important;
    }
    .center-xs {
        text-align: center !important;
    }
    .height-auto-xs {
        height: auto !important;
    }
    .font-26-xs {
        font-size: 26px !important;
    }
    .center-page-handle-xs {
        left: 50%;
        margin-left: -50px;
    }
    .minHg-70 {
        min-height: 60px;
    }
}

/*.navbar-nav>li>a:hover {
    color: #3B86FF !important;
}*/
