:root {
    --primary-color: #2250ac;
    --light-blue-color: #ecf3ff;
}


/* CSS Document */

body {
    font-family: Microsoft YaHei, MS Gothic, Malgun Gothic, Helvetica Neue, Segoe, Segoe UI, " sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    letter-spacing: 0.3px;
    font-size: 16px !important;
}

html {
    position: relative;
    min-height: 100%;
}

.customPhone {
    visibility: hidden;
}

@media (max-width:569px) {
    .customPhone {
        visibility: visible;
    }
}

@media screen and (min-width:570px) and (max-width: 767px) {
    .customPhone {
        visibility: visible;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .customPhone {
        visibility: hidden;
    }
}

.navbar {
    margin-bottom: 0;
    /* background-color: #87cae4; */
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0;
    font-weight: 300;
    font-family: Microsoft JhengHei, Helvetica Neue;
    /* min-height: 60px; */
}

.navbar li a,
.navbar .navbar-brand {
    color: #fff;
}
/*
.Header_text:hover,
.navbar-nav li.active a {
    color: #fff;
    background-color: #4ab4dd!important;
}
*/
.loginStyle {
    position: absolute;
    background: #1d7fbe;
    width: auto;
    padding: 5px 15px;
    top: 0;
    right: 50px;
    font-size: 15px;
    color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*
.navbar-nav li a {
    line-height: 30px;
}
*/
/*
.navbar-nav li a:last-child:hover {
    color: #fff;
    background-color: #87cae4;
}
*/

.navbar-right li a span {
    /* color: #fff!important; */
    /* background-color: #1d7fbe;*/
    /* padding: 4px 15px; */
}

.navbar-right li .btnFreeTria span {
    color: #4d4d4d!important;
    background-color: #fff!important;
    padding: 4px 15px;
    font-weight: bold;
}
/*
.navbar-right li a:last-child:hover {
    color: #fff;
    background-color: #ccc!important;
}
*/
/*
.navbar-right li a span:hover {
    color: #fff;
    background-color: #ccc!important;
    border: 1px solid #fff;
}
*/
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
    margin-top: 14px;
    margin-right: 0;
}

.navbar-right li a .btnFreeTria {
    color: #4d4d4d!important;
    background-color: #fff !important;
    font-weight: bold;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 2px 5px;
    font-size: 18px;
    line-height: 20px;
    padding-right: 15px;
}


/*logo位置*/

.navbar-default .navbar-toggle .icon-bar-default {
    background-color: #fff;
}

.icon-bar-wfb {
    background-color: #fff!important;
}

.navbar-toggle-wfb,
.navbar-toggle-wfb:hover,
.navbar-toggle-wfb:focus {
    background-color: #fff !important;
}

.navbar-toggle-wfb:hover .icon-bar-wfb,
.navbar-toggle-wfb:focus .icon-bar-wfb {
    background-color: #FFF !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /* background-color: var(--light-blue-color); */
     background-color: var(--primary-color);
    /*hover手機板*/
}

.navbar-default .navbar-toggle-wfb,
.navbar-default .navbar-toggle-wfb:hover,
.navbar-default .navbar-toggle-wfb:focus {
    background-color: #1d7fbe;
    /*hover手機板*/
}

.padding-5 {
    padding-top: 5px !important;
}

.padding-15 {
    padding-top: 15px !important;
}

.padding-7 {
    padding-top: 7px !important;
}

.padding-18 {
    padding-top: 18px !important;
}

.padding-30 {
    padding-top: 30px !important;
}

@media (max-width: 480px) {
    .padding-30 {
        padding-top: 20px !important;
    }
}

.padding-40 {
    padding-top: 40px !important;
}

@media (max-width: 480px) {
    .padding-40 {
        padding-top: 0px !important;
    }
}

.panel {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}

.panel-body {
    padding: 8px;
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-footer {
    padding-top: 20px;
    padding-bottom: 12px;
    background: #f3f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.font-13 {
    font-size: 13px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

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

footer ul {
    /* padding-left: 0; */
}

footer ul li {
    list-style: none;
    line-height: 28px;
    margin-bottom: 12px;
}

footer ul li:hover {
    opacity: 1;
}

footer a {
    /* color: #fff; */
    opacity: 0.8;
    transition: all 0.2s;
}

footer a:hover,
footer a:focus {
    /*color: #fff;*/
    text-decoration: none;
    opacity: 1;
}


footer .footerHover {
	color: #fff;
}

footer .footerHover:hover,
footer .footerHover:focus {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
}

footer .text-info-WFB {
    color: #fff;
    transition: all 0.2s;
}

footer .text-info-WFB:hover,
footer .text-info-WFB:focus {
    color: #fff;
    text-decoration: underline;
}

.currency {
    padding-top: 6px;
    padding-right: 0;
    color: #404040;
    font-weight: normal;
}

@media (min-width: 1199px) {
    .currency {
        text-align: right;
    }
}

.copyright-WFB {
    background-color: var(--primary-color);
    color: #fff;
    padding: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.left {
    float: left!important;
}

.right {
    float: right!important;
}

h4,
.h4 {
    font-size: 22px;
}


/*color*/

.color-black {
    color: #5b5b5a;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #f34747 !important;
}

.color-dark-red {
    color: #ff5267;
}

.color-blue {
    color: var(--primary-color);
}

.color-blue-email {
    color: var(--primary-color);
}

.color-blue-email:hover {
    text-decoration: none;
}

.color-grey {
    color: #666666;
}

.btn-red-border {
    color: #ff1e58;
    background-color: transparent;
    border-color: #ff1e58;
    padding: 8px 23px;
    font-size: 18px;
    white-space: normal !important;
    max-width: 100%;
}

.btn-red-border:focus,
.btn-red-border.focus {
    color: #fff;
    background-color: #ff1e58;
    border-color: #ff1e58;
}

.btn-red-border:hover {
    color: #fff;
    background-color: #ff1e58;
    border-color: #ff1e58;
}

.btn-blue-border {
    color: #2EA9DF;
    background-color: transparent;
    border-color: #2EA9DF;
    padding: 8px 23px;
    font-size: 18px;
    white-space: normal !important;
    max-width: 100%;
}

.btn-blue-border:focus,
.btn-blue-border.focus {
    color: #fff;
    background-color: #2EA9DF;
    border-color: #2EA9DF;
}

.btn-blue-border:hover {
    color: #fff;
    background-color: #2EA9DF;
    border-color: #2EA9DF;
}

.btn-primary-signup {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 8px 25px;
    font-size: 16px;
    white-space: normal !important;
    max-width: 100%;
    transition: all 0.2s;
}

.btn-primary-signup:focus,
.btn-primary-signup.focus {
    filter: brightness(0.85);
}

.btn-primary-signup:hover {
    filter: brightness(0.85);
    color:#fff;
}

.btn-second {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
    padding: 8px 25px;
    font-size: 16px;
    white-space: normal !important;
    max-width: 100%;
    transition: all 0.2s;
}

.btn-second:hover {
    color: var(--primary-color);
    background-color: var(--light-blue-color);
    border-color: var(--primary-color);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #acacac;
    color: #fff;
    border-color: #acacac;
    white-space: normal !important;
    max-width: 220px;
}

.btn-red-border.disabled:hover,
.btn-red-border[disabled]:hover,
fieldset[disabled] .btn-red-border:hover,
.btn-red-border.disabled:focus,
.btn-red-border[disabled]:focus,
fieldset[disabled] .btn-red-border:focus,
.btn-red-border.disabled.focus,
.btn-red-border[disabled].focus,
fieldset[disabled] .btn-red-border.focus {
    background-color: #747474;
    border-color: #747474;
    color: #fff;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #747474;
    border-color: #747474;
    color: #fff;
}

.btn-info {
    background: #2EA9DF;
}

.bg-grey {
    background-color: #f6f6f6
}

/*
.bg-pro {
    background: #def6ff;
    border: 0px;
}
*/
.bg-info {
    background-color: #eaf9ff;
}
/*
.bg-blue {
    background-color: #2EA9DF;
}
*/
.bg-red {
    background-color: #ff4c7a;
}

.bg-black {
    background-color: #5b5b5a;
}

.noneClickable {
    pointer-events: none;
    background-color: #999;
    border-color: #999;
    color: #fff;
}


/*-------------WFB---------*/

.img-wfb {
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 60px;
}

.img-wfb img {
    margin-left: 10px;
    max-width: 250px;
}

@media screen and (max-width: 480px) {
    .img-wfb img {
        width: 250px;
    }
}

.toppadding {
    padding-top: 5px;
}

@media screen and (max-width: 991px) {
    .toppadding {
        padding-top: 30px;
    }
}

@media (min-width: 1199px) {
    .collapse {
        display: block;
    }
}

.margin-0 {
    margin-top: 0px
}

.jumbotron p {
    margin: 20px;
    font-size: 20px;
    font-weight: 400;
}

.jumbotron {
    background-color: #fff;
}

.error {
    color: #dd0000;
    font-size: 14px;
    padding-left: 6px;
}

@media (min-width: 1199px) {
    .wfben-padding-18 {
        padding: 18px;
    }
}

.wfbHeader {
    color: var(--primary-color);
    background-color: #fff!important;
    padding: 0 25px;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.2s linear;
}

.wfbHeader.down {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.WFB_Header_text:hover {
    /* color: #000 !important; */
    background-color: var(--light-blue-color) !important;
}

.WFB_Header_text {
    color: var(--primary-color) !important;
    font-weight: bold;
    
    font-size: 16px;
	padding: 20px 20px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.3px;
}

.WFB_Header_text.color-red {
    color: #f41151 !important;
}

.navbar-wfb .navbar-toggle-wfb {
    border-color: transparent;
    color: #fff !important;
}

.wfbsignup_blue {
    background-color: rgba(7, 159, 228, 0.9);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.wfbsignup_white {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}


/* ANIMATE */

.animate-left {
    position: relative;
    -webkit-animation: animateleft 0.8s;
    animation: animateleft 0.8s
}

@-webkit-keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.animate-right {
    position: relative;
    -webkit-animation: animateright 0.8s;
    animation: animateright 0.8s
}

@-webkit-keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}


/* placeholder */

.form-control::-moz-placeholder {
    color: #d5d5d5;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #d5d5d5;
}

.form-control::-webkit-input-placeholder {
    color: #d5d5d5;
}

.checkborder {
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 6px
}

.badge {
    background: #47b3e3;
    min-width: 8px;
    padding: 2px 5px;
    margin-left: 5px;
    margin-top: -2px
}

.noneClickable {
    pointer-events: none;
    background-color: #999;
    border-color: #999;
    color: #fff;
}

.font-mj {
    font-family: Microsoft JhengHei;
}

.font-14 {
    font-size: 14px;
}

.m-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 5px;
}

.p-80 {
    padding: 80px;
}

.pt-15 {
    padding-top: 15px
}

.pb-30 {
    padding-bottom: 30px;
}

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

.-mt-10 {
    margin-top: -10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-35 {
    margin-left: 35px;
}

.-ml-65 {
    margin-left: -65px;
}

.ml-2-percent {
    margin-left: 2%;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

.max-h-100-percent {
    max-height: 100%;
}

.white {
    color: #fff !important;
}

.green {
    color: #02c302;
}

.inline-block {
    display: inline-block;
}

.hidden-low-priority {
    display: none;
}

.invisible {
    visibility: hidden;
}

.w-48-percent {
    width: 48%;
}

.w-100-percent {
    width: 100%;
}


/* 210914 add */

.lh-1_5 {
    line-height: 1.5;
}

.w-200 {
    min-width: 200px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--primary-color);
}

.bg-primary {
    background: var(--primary-color);
}

.side_bg {
    background-image: url(../images/side_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.promote-content {
    width: 100%;
    margin-top: 44px;
}

.form-content {
    margin-top: 44px;
}

a.link-style {
    color: var(--primary-color);
    font-weight: normal;
    transition: all 0.2s;
}

.link-style:hover,
.link-style:focus {
    color: var(--primary-color);
    filter: brightness(0.85);
}

footer .f-list {
    padding-top: 30px;
}

.has-error .form-control {
    border-color: #f34747;
}

.has-error .help-block {
    color: #f34747;
    font-size: 14px;
}

.has-error.checkbox label {
    color: #f34747;
}

.has-feedback label~.form-control-feedback {
    top: 27px;
    right: 13px;
}

@media (max-width: 992px) {
    h2 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.25em;
    }
    .side_bg {
        background-position: top center;
        padding-bottom: 45%;
    }
    .rwd-center {
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxl-offset-4 {
        margin-left: 33.33333333%;
    }
}
