/*******************************************************************************************
    Override
********************************************************************************************/
.owl-banner2{margin-bottom: 20px;}
.container{
    padding-right: 30px;
    padding-left: 30px;
}
.index_app .connection_inf_bar .icon_ball{
    width: 100%;
    height: 0;
    margin-bottom: 8px;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
    border-color:#0F649C;
}
.index_app .connection_inf_bar .icon_ball_wrap{
    max-width: 97px;
    margin:0 auto;
}
.index_app .connection_inf_bar:not(.highlighted) .icon_ball{
/*    padding: 9px;
    border-radius: 50%;
    border: .5px solid #0F649C;
    transform: scale(0.85);*/
    width: 66%;
    padding-bottom: 64%;
}
.index_app .connection_inf_bar .name{
    margin-top:5px;
    margin-bottom:5px;
    font-weight: 300;
    color: #313333;
    font-size: 15px;
}
.index_app{
    width: 100%;
    line-height: 1.3;
    padding-top: 0;
    overflow: hidden;
}



/*******************************************************************************************
    Index_app
********************************************************************************************/

/* android 手機首頁底部被蓋到問題 */
.is-android .index_app{
    padding-bottom: 80px;
}
/* android 手機首頁底部被蓋到問題 / */


.index_app >.container{
    margin-top:30px;
}
.index_app .connection_inf_bar{
    padding-bottom:0;
    padding:15px 0;
}
@media only screen and (max-width: 414px) {
  .index_app .connection_inf_bar {
    padding:8px 0;
  }
}
@media only screen and (max-width: 320px) {
  .index_app .connection_inf_bar {
    padding:6px 0;
  }
}
/* Hilighted */
.index_app .connection_inf_bar.highlighted .icon_ball{
    width: 100%;
    height: auto;
    max-width:120px;
}
.index_app .connection_inf_bar.highlighted .name{
    color:#32BDEB;
}
/* Hilighted */
.index_app .connection_inf_bar.highlighted .icon_ball{
    border:none;
}
.index_app .connection_inf_bar .icon_ball img{
    width: 78%;
    height: auto;
    position: absolute;
    left: 0; top:0; right:0; bottom: 0;
    margin:auto;
}
.index_app .connection_inf_bar.highlighted .icon_ball img{
    width: 100%;
}
/*-----------------------------------------------------------------------------------------
    微調圖片距離
-------------------------------------------------------------------------------------------*/
/*.index_app .connection_inf_bar [alt="slaes-list"]{
    transform: scale(.98) translateX(3px);
}
.index_app .connection_inf_bar [alt="consultancy"]{
    transform: translateX(-1px);
}
.index_app .connection_inf_bar [alt="cooperate"]{
    transform: translateY(3px);
}
.index_app .connection_inf_bar [alt="choice-course"]{
    transform: translate(1px,1px);
}
.index_app .connection_inf_bar [alt="cunsumer-service"]{
    transform: translate(0px,-2px);
}*/



/*******************************************************************************************
    Login_app
********************************************************************************************/
.login_app .container{
    padding-left:15px;
    padding-right:15px;
}
.login_app .connection_inf_bar{
    /* padding:40px 0; */
    padding: 28px 0;
    text-align: center;
}
.login_app .connection_inf_bar .btn-login{
    display: flex;
    width: 100%;
    border: .5px solid rgba(0,0,0,0.3);
    padding: 10px 25px;
    margin: 10px auto;
    color:#5F5F5F;
    cursor: pointer;
    font-size: 16px;
    min-height: 115px;
    align-items: center;
}
.login_app .connection_inf_bar .btn-login .wrap-context{
    text-align: left;
    line-height: 1.3;
}
.login_app .connection_inf_bar .btn-login .wrap-context .title{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.login_app .connection_inf_bar .btn-login .wrap-context .text{
    text-align: left;
}
.login_app .connection_inf_bar .btn-login .wrap-context .caret-right{
    max-width:8px;
    margin-left:5px;
    margin-bottom: 3px;
}

.login_app .connection_inf_bar a .btn-inner{
    position: relative;
    padding: 0 20px;
    transform: translateX(25px);
}
.login_app .connection_inf_bar a .icon{
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%); */
    max-width:50px;
    margin-right: 25px;
}

/* override */
.login_app .owl-banner1{
    position: relative;
}
/* override(end) */

/*-----------------------------------------------------------------------------------------
    Owl
-------------------------------------------------------------------------------------------*/
/* override */
.login_app .app-footer-owl1.owl-theme .owl-nav{
    margin:0;
}
.login_app .app-footer-owl1.owl-theme .owl-controls {
    position: relative;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
}
.login_app .app-owl-banner1.owl-theme .owl-dots .owl-dot span{
    background:#00446D;
}
.login_app .app-owl-banner1.owl-theme .owl-dots .owl-dot.active span, .login_app .owl-theme .owl-dots .owl-dot:hover span{
    background:#eeb921;
}
/* override(end) */
.login_app .fixed-banner  {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.login_app .fixed-banner .app-owl-banner1 {
    position: relative;
}

.login_app .fixed-banner img{
    width: 100%;
}

