/**
*** Cotnent
*   
*** @ 2017, Muzaffer Dede
*   
*** Lexionlu Design Firm
*   
*** Content Style 
*/
.homepage {
    max-width: 100%;
    background: #f0ece7;
}

    .homepage h2 {
        font-size: 2rem;
        color: inherit;
        text-align: center;
        margin-bottom: 1rem;
        font-weight: normal;
    }

.login-widget {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    background: #fff;
    padding: 0.5rem;
    align-items: flex-end;
    margin-bottom: 1rem;
    position: relative;
    top: -7rem;
    margin-bottom: -7rem;
}

    .login-widget > .left {
        flex: 1 1 auto;
    }

        .login-widget > .left > .top .widget-tabs {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            padding: 0.5rem 0;
            margin-bottom: 0.5rem;
        }

            .login-widget > .left > .top .widget-tabs li {
                margin-right: 1rem;
            }

                .login-widget > .left > .top .widget-tabs li a {
                    padding: 0.5rem;
                    display: inline-block;
                    font-size: 1.1rem;
                }

                    .login-widget > .left > .top .widget-tabs li a:hover,
                    .login-widget > .left > .top .widget-tabs li.active a {
                        color: #ee5142;
                        text-decoration: none;
                    }

        .login-widget > .left > .bottom {
            overflow: hidden;
        }

             .panel {
                display: none;
                justify-content: space-between;
            }

                 .panel.active {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                }

                 .panel > .left {
                    flex: 1 1 auto;
                }

                     .panel > .left .widget-forms {
                        overflow: hidden;
                    }

                         .panel > .left .widget-forms .rows {
                            display: -webkit-box;
                            display: -moz-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            margin-bottom: 0.5rem;
                        }

                             .panel > .left .widget-forms .rows .colm {
                                width: 100%;
                                margin: 0 0.5rem;
                                flex: 1;
                            }

                                 .panel > .left .widget-forms .rows .colm .input {
                                    position: relative;
                                    background: #eeeeee;
                                    padding: 0.375rem 1rem;
                                    border-radius: 0.25rem;
                                    max-width: 100%;
                                    box-sizing: border-box;
                                }

                                     .panel > .left .widget-forms .rows .colm .input > button {
                                        position: absolute;
                                        top: 1rem;
                                        right: 1rem;
                                        font-size: 1.8rem;
                                        border: 0;
                                        background: none;
                                        display: inline-block;
                                        line-height: 3.5rem;
                                        z-index: 20;
                                    }

                                         .panel > .left .widget-forms .rows .colm .input > button:hover,
                                         .panel > .left .widget-forms .rows .colm .input > button:active {
                                            color: #ee5142;
                                        }

                                     .panel > .left .widget-forms .rows .colm .input > label {
                                        position: absolute;
                                        left: 0;
                                        font-size: 0.8rem;
                                        padding: 0.25rem 1rem;
                                        opacity: 0;
                                        top: 0.5rem;
                                        transition: all 0.5s;
                                        -webkit-transition: all 0.3s;
                                        color: #999;
                                    }

                                     .panel > .left .widget-forms .rows .colm .input > input {
                                        background: none;
                                        border: none;
                                        height: 2.8rem;
                                        width: 100%;
                                        max-width: 100%;
                                        box-sizing: border-box;
                                        outline: none;
                                        transition: all 0.5s;
                                        -webkit-transition: all 0.3s;
                                    }

                                         .panel > .left .widget-forms .rows .colm .input.active > input,
                                         .panel > .left .widget-forms .rows .colm .input > input:focus {
                                            height: 1.8rem;
                                            margin-top: 1rem;
                                        }

                                             .panel > .left .widget-forms .rows .colm .input > input:focus::-webkit-input-placeholder {
                                                opacity: 0;
                                            }

                                             .panel > .left .widget-forms .rows .colm .input.active > input + label,
                                             .panel > .left .widget-forms .rows .colm .input > input:focus + label {
                                                top: 0.1rem;
                                                opacity: 1;
                                                color: #333;
                                            }

                 .panel > .right {
                    flex: 0 0 12rem;
                    padding: 0 1rem;
                }

                     .panel > .right .btn {
                        width: 100%;
                    }


    .login-widget > .right {
        flex: 0 0 auto;
    }

        .login-widget > .right .widget-help {
            padding: 1rem;
            border-left: 1px solid #eee;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            flex-direction: column;
        }

            .login-widget > .right .widget-help a {
                padding: 0.25rem 0;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                line-height: 2rem;
                border-bottom: 1px solid #eee;
                margin-bottom: 1rem;
            }

                .login-widget > .right .widget-help a i {
                    margin-right: 0.5rem;
                    text-align: center;
                    font-size: 1.5rem;
                    width: 2rem;
                    vertical-align: middle;
                }

                .login-widget > .right .widget-help a:last-child {
                    margin-bottom: 0;
                    border-bottom: 0;
                }

.plans-wrapper {
    background: #f0ece7;
}

.plans {
    padding: 2rem 0;
    position: relative;
}


.plan-grid {
    overflow: hidden;
    margin-bottom: 1rem;
}

    .plan-grid .rows {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
    }

        .plan-grid .rows .item {
            width: 33.33333%;
            margin: 0.5rem;
            box-sizing: border-box;
            position: relative;
            color: #fff;
            overflow: hidden;
        }



            .plan-grid .rows .item:hover:before {
                display: block;
            }

            .plan-grid .rows .item img {
                top: 0;
                left: 0;
                width: 100%;
                display: block;
            }

            .plan-grid .rows .item.double {
                width: calc(66.66666% + 1rem);
            }


                .plan-grid .rows .item.double img.mobile-only {
                    display: none;
                }

            .plan-grid .rows .item h3 {
                position: absolute;
                font-weight: normal;
                top: 1rem;
                left: 1rem;
                font-size: 1.25rem;
            }

                .plan-grid .rows .item h3 span:last-child {
                    display: none;
                }


            .plan-grid .rows .item ul {
                position: absolute;
                bottom: -100%;
                left: 0;
                right: 0;
                box-sizing: border-box;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                padding: 1rem;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                background: rgba(0,0,0,0.3);
                flex-direction: column;
                flex-wrap: wrap;
            }

            .plan-grid .rows .item:hover ul {
                bottom: 0;
            }

            .plan-grid .rows .item:hover h3 span:first-child {
                display: none;
            }

            .plan-grid .rows .item:hover h3 span:last-child {
                display: block;
            }

            .plan-grid .rows .item ul li {
                width: 100%;
                padding: 0.5rem;
            }

            .plan-grid .rows .item.double ul {
                flex-direction: row;
            }

                .plan-grid .rows .item.double ul li {
                    width: 40%;
                    margin-right: 2rem;
                }

            .plan-grid .rows .item ul li a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
            }

                .plan-grid .rows .item ul li a i {
                    vertical-align: middle;
                    display: inline-block;
                    margin-right: 1rem;
                    line-height: 1.25rem;
                }

.time-deposit-wrapper {
    background: #fcfbfb;
}

.time-deposit {
    position: relative;
    z-index: 20;
    padding: 2rem 0;
}

.home-news-wrapper {
    background: #fff;
}

.home-news {
    overflow: hidden;
    padding: 2rem 0;
}

    .home-news .home-news-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

        .home-news .home-news-list .colm {
            width: 100%;
            margin: 0.5rem;
        }

            .home-news .home-news-list .colm a {
                color: #999;
            }

            .home-news .home-news-list .colm .item {
                border-bottom: 1px solid #ccc;
            }

                .home-news .home-news-list .colm .item:last-child {
                    border-bottom: 0;
                }

            .home-news .home-news-list .colm a.image {
                display: block;
            }

                .home-news .home-news-list .colm a.image img {
                    display: block;
                    width: 100%;
                }

            .home-news .home-news-list .colm a.description {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                align-items: flex-start;
                padding: 0.75rem 0;
            }

                .home-news .home-news-list .colm a.description span.home-news-text {
                    padding: 0.5rem 0;
                }

                .home-news .home-news-list .colm a.description span.date {
                    font-size: 0.9rem;
                }

                .home-news .home-news-list .colm a.description .left {
                    height: 3rem;
                    width: 3rem;
                    border-radius: 3rem;
                    background: red;
                    line-height: 3rem;
                    text-align: center;
                    color: #fff;
                    margin-right: 1rem;
                }
                
                	.home-news .home-news-list .colm a.description .left.c1 {
		                background: #fe9898;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c1::after {
		            	content: '公告';
		                /** 公告 **/
		            }
		            
                    .home-news .home-news-list .colm a.description .left.c2 {
		                background: #fda77d;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c2::after {
		                content: '信';
		                /** 信  **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c3 {
		                background: #8fb1fe;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c3::after {
		                content: '數';
		                /** 數 **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c4 {
		                background: #fad268;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c4::after {
		                content: '法';
		                /** 法 **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c5 {
		                background: #b1d88c;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c5::after {
		                content: '金';
		                /** 金 **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c6 {
		                background: #e5b9ff;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c6::after {
		                content: '存';
		                /** 存 **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c7 {
		                background: #73efdc;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c7::after {
		                content: '投';
		                /** 投 **/
		            }
		
		            .home-news .home-news-list .colm a.description .left.c8 {
		                background: #8ccdfb;
		            }
		            
		            .home-news .home-news-list .colm a.description .left.c8::after {
		                content: '貸';
		                /** 貸 **/
		            }

                .home-news .home-news-list .colm a.description .right span {
                    display: block;
                }

.home-promotions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
}


    .home-promotions a {
        width: 100%;
    }

        .home-promotions a img {
            display: block;
            width: 100%;
        }

.social-platform {
    overflow: hidden;
    padding: 2rem 0;
    background: #fcf8ff;
}

    .social-platform .-banner {
        margin-bottom: 0.5rem;
    }

        .social-platform .-banner img {
            max-width: 100%;
        }

    .social-platform .-posts {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
    }

        .social-platform .-posts .-item {
            margin: 0.5rem;
            background: #fff;
        }


            .social-platform .-posts .-item .-image a,
            .social-platform .-posts .-item .-image a img {
                display: block;
                width: 100%;
            }

            .social-platform .-posts .-item .-description {
                padding: 1rem;
                font-family: 1.125rem;
            }

                .social-platform .-posts .-item .-description .-title {
                    padding-left: 3rem;
                    position: relative;
                    margin-bottom: 0.5rem;
                }

                    .social-platform .-posts .-item .-description .-title:after {
                        content: "";
                        font-family: FontAwesome;
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        font-size: 1.6rem;
                        width: 2.5rem;
                        height: 2.5rem;
                        border-radius: 2.5rem;
                        text-align: center;
                        vertical-align: middle;
                        color: #fff;
                        background-repeat: no-repeat;
                        background-size: 1rem;
                        display: -webkit-box;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        justify-content: center;
                        flex-direction: column;
                        align-items: center;
                    }

                    .social-platform .-posts .-item .-description .-title strong {
                        display: block;
                    }

            .social-platform .-posts .-item.-line .-description .-title strong {
                color: #48c750;
            }

            .social-platform .-posts .-item.-line .-description .-title:after {
                background-image: url(img/line-messenger.svg);
                background-color: #48c750;
                background-size: 2.5rem;
            }

            .social-platform .-posts .-item.-facebook .-description .-title strong {
                color: #314a7e;
            }

            .social-platform .-posts .-item.-facebook .-description .-title:after {
                background-color: #314a7e;
                content: "\f09a";
            }

            .social-platform .-posts .-item.-youtube .-description .-title strong {
                color: #e52d27;
            }

            .social-platform .-posts .-item.-youtube .-description .-title:after {
                background-color: #e52d27;
                content: "\f167";
            }



            .social-platform .-posts .-item .-description p {
                margin-bottom: 0.5rem;
                line-height: 1.5rem;
            }

                .social-platform .-posts .-item .-description p a {
                    color: #1c3cff;
                }

                    .social-platform .-posts .-item .-description p a:hover {
                        text-decoration: underline;
                        color: #ee5142;
                    }

.mobile-apps {
    text-align: center;
    padding: 2rem 0;
    background: #fff;
}

    .mobile-apps .app-links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
    }

        .mobile-apps .app-links a {
            margin: 1rem;
            text-align: center;
            margin-bottom: 2rem;
        }

            .mobile-apps .app-links a img {
                max-width: 100%;
                display: block;
                margin: auto auto;
            }

/*#Homepage*/
.area {
    font-size: 2em;
    width: 100%;
    overflow: hidden;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.time-area > div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px #a7d8fd solid;
    width: 8.4em;
    margin: 0.1em auto;
    padding: 0.5em;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .time-area > div > span {
        font: 240%/1 'Open Sans Condensed', sans-serif;
        background: #a7d8fd;
        color: white;
        display: inline-block;
        padding: 0 0.06em;
        display: inline-block;
    }

        .time-area > div > span.semicolon {
            font: 240%/1 'Open Sans Condensed', sans-serif;
            color: #a7d8fd;
            background: white;
        }
        .text-big{
            font-size:1.5em;
        }
.mb{
    margin-bottom:1em;
}
.form .-row .-colm .input.-button .btn.resend{
    width:auto;
    float:right;
    display:inline-block;
}
.mr-0{
    margin-right:0 !important;
}
.pr-0{
    padding-right:0 !important;
}
.mb-3{
    margin-bottom:3rem;
}
.w-50 {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pb-0 h2 {
    margin-bottom: 0 !important;
}
.underline {
	border-bottom: 1px solid gray;
}