@font-face {
    font-family: 'true_bold';
    src: url('../fonts/tbold-webfont.eot');
    src: url('../fonts/tbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tbold-webfont.woff2') format('woff2'),
         url('../fonts/tbold-webfont.woff') format('woff'),
         url('../fonts/tbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'true';
    src: url('../fonts/tmedium-webfont.eot');
    src: url('../fonts/tmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tmedium-webfont.woff2') format('woff2'),
         url('../fonts/tmedium-webfont.woff') format('woff'),
         url('../fonts/tmedium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a{
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a:hover{
    text-decoration: none;
}
body{
	font-size: 16px;
    background-color: #FFFFFF;
}
.container-fluid{
    padding: 0;
}
/*Footer*/
footer.container-fluid{
    background: #232323;
    color: #fff;
    padding: 30px 0;    
}
footer.container-fluid>.container{
    position: relative;
}
footer .scroll-top{
    position: absolute;
    padding: 5px 13px;
    background: #232323;
    top: -54px;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

/*header*/
#head-bar .nav-logo{
    padding: 10px 0;
    text-align: center;
}
#head-bar .nav-logo img{
    display: inline-block;
}

#head-bar .nav-app{
    padding: 5px 0 0;
    text-align: right;
    display: none;
}
header .navbar-explain{
    background: #ff6d00;
    position: relative;
}
header .navbar-explain .link-android,
header .navbar-explain .link-ios{
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -104px;
}
header .navbar-explain .link-ios{
    margin-left: -5px;
}
header .navbar-explain .visible-xs-block{
    padding: 20px 0;
}
#head-bar.fix{
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
}
#carousel-true-generic .carousel-inner img{
    width: 100%;
}

/* Content fundin*/
.fundin{
    cursor: pointer;
    padding: 10px 0;
    overflow: hidden;
}
.fundin h2{
    margin: 0;
    font-size: 38px;
    color: #FFF;
    height: 88px;
    background-image: url('../images/fundin/bg-title.png');
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: top;
    padding-top: 34px;
    font-weight: normal;
    font-family: 'true';
}
.fundin .line-fundin{
    background-image: url('../images/fundin/line.png');
    background-position-y: center;
    background-repeat: repeat-x;
    position: relative;
    width: 300px;
    margin-left: 50%;
    left: -150px;

}
.fundin .line-fundin span{
    color: #000;
    background: #FFF;
    display: inline-block;
    padding: 0 10px;

}
.fundin .reform-fundin.active>img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fundin-explain{
    background: #f7f6f2;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.fundin-explain.show-explain{
    max-height: 1000px;
}
.fundin-explain .nav-tabs{
    border:0;
    background: #CCC;
    border-radius: 5px;
    margin-top: 30px;
}
.fundin-explain .nav-tabs>li{
    width: 50%;
    margin-bottom: 0;
}
.fundin-explain .nav-tabs>li>a {
    margin-right: 0;
    line-height: 22px;
    border: 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.fundin-explain .nav-tabs>li.active>a,
.fundin-explain .nav-tabs>li.active>a:focus,
.fundin-explain .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #fe0000;
    border: 0;
}
.fundin-explain .nav>li>a:focus,
.fundin-explain .nav>li>a:hover {
    background-color: #ccc;
}
.fundin-explain h4{
    font-family: 'true_bold';
    font-size: 30px;
}
.fundin-explain .tab-content>.active [class*="col-"] {
    text-align: center;
}
.fundin-explain .tab-content>.active img{
    max-width: 280px;
    display: inline-block;
}
/* wecard */
.wecard{
    background: #f8f8f8;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.wecard .shadow-line{
    background: #ececec;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 4px 14px 0px #555;
    -moz-box-shadow: 0 4px 14px 0px #555;
    box-shadow: 0 4px 14px 0px #555;
}
.wecard h1,.wecard h2{
    font-family: 'true';
    font-weight: normal;
    font-size: 40px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
    line-height: 40px;
}
.wecard h1 span{
    font-size: 60px;
}
.wecard h2{
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
}
.wecard .img-responsive{
    display: inline-block;
}
.call-video{
    cursor: pointer;
    float: left;
}
/* howto */
.howto{
    background: #ff8901;
    padding: 20px 0;
}
.howto h2{
    font-family: 'true';
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.howto h2 span{
    font-size: 50px;
}
.howto img,.howto-explain img{
    display: inline-block;
    max-height: 260px;
}
.howto img{
    max-height: none;
}
.howto h3,.howto-explain h3{
    font-family: 'true';
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #FFF;
}
.howto-explain h3{
    color: inherit;
}
.howto p{
    color: #FFF;
}
.howto .btn.btn-while{
    border-radius: 26px;
    border: 2px solid #FFF;
    padding: 10px 20px;
    background: inherit;
    color: #FFF;
    margin: 20px 0;
    outline: 0;
    transition: all 0.5s ease;
}
.howto .btn.btn-while:hover {
    background: #FFF;
    color: #000;
}
.howto .img-while{
    cursor: pointer;
}
.howto-explain{
    background: #e5e5e5;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;  
}
.howto-explain.show-explain {
    max-height: 3800px;
}
.howto-explain>.container{
    padding: 30px 0;
}
.howto-explain .android-btn,
.howto-explain .ios-btn{
    cursor: pointer;
}
.howto-explain .btn-grp{
    margin-bottom: 20px;
}
.howto-explain>.container>.row{
    margin: 0;
}

iframe{
    width: 95%;
}
/* summary */
.summary{
    background: #fdda00;
}

/* Faq */
.faq{
    background: #484848;
    padding: 30px 0;
}
#accordion .panel{
    margin-bottom: 10px;
}
#accordion .panel .panel-heading{
    padding: 0;
    background: #FFF;
}
#accordion .panel .panel-collapse>.panel-body{
    background: #FBFBFB;
}
#accordion .panel .panel-collapse>.panel-body a:link{
    color: #ff8901;
}
#accordion .panel .panel-collapse>.panel-body a:hover{
    color: #e20000;
}
#accordion .panel .panel-heading h4>a{
    padding: 18px 22px 18px 18px;
    display: block;
    text-decoration: none;
    position: relative;
}
#accordion .panel .panel-heading h4>a:before{
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 20px;
    background: url('../images/footer/ic-arrow-active.png') no-repeat;
}
#accordion .panel .panel-heading h4>a.collapsed:before{
    background: url('../images/footer/ic-arrow.png') no-repeat;
}

@media (min-width: 768px){
    .howto-explain.show-explain{
        max-height: 1600px;
    }
    .fundin-explain .nav-tabs>li{
        width: 20%;
    }
    .fundin .line-fundin{
        width: 480px;
        margin-left: 50%;
        left: -240px;
    }
    .fundin-explain .tab-content>.active {
        padding: 30px;
    }
    .fundin-explain .tab-content>.active [class*="col-"] {
        text-align: left;
    }
    .fundin-explain .tab-content>.active img{
        max-width: 100%;
        height: auto;
    }
    .wecard h1,.wecard h2{
        text-align: left;
    }
    .call-video{
        float: none;
    }
    .howto img{
        max-height: 350px;
    }

}

@media (min-width: 992px){
    #head-bar .nav-logo{
        padding: 10px 0 0;
        text-align: left;
    }
    #head-bar .nav-app{
        display: block;
    }
}

@media (max-width: 340px){
    .img-340-100p{
        width: 100%;
    }
}
@media (max-width: 375px){
    .img-375-100p{
        width: 100%;
    }
}