@charset "UTF-8";
/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.nav-tabs>li{
    width: 50%;
}
.nav-tabs > li > a {
    background: #000;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    color: #88C2FA;
    margin-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #fff;
    box-shadow: none;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #000;
}
.nav-tabs>li>a:hover{
    color: #000;
    background-color: #88C2FA;
}

/* Tab Content */
.tab-pane {
    background: #F5F5F5;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 3px;
}
.flex-control-thumbs li{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.cursor-pointer:hover{
    cursor: pointer;
    text-decoration: none;
}
.d-flex{
    display: flex;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.px-1{
    padding-left: 5px;
    padding-right: 5px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.mb-0{
    margin-bottom: 0;
}
.big-main-image{
    padding-top: 63.38px; padding-left: 0; padding-right: 0;
}
.title{
    color: #000;
    font-weight: 700;
    font-size: 3rem;
}
.title-small{
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
}
.subtitle{
    color: #000;
    font-size: 3rem;
}
.description{
    color: #000;
    text-align: center;
    font-size: 1.4rem;
}
.disclaimer{
    color: #002C5F;
    font-size: 2rem;
    text-align: center;
}
.peding-l-0{
    padding-left: 0;
}
.peding-r-0{
    padding-right: 0;
}
.alignL {
    text-align: left;
}
.sectionWrap {
    margin-top: 20px;
}
.icoNote {
    font-size: 12px;
    color: gray;
}
.subTitM {
    font-weight: bold;
}
.conAreaM {
    margin-bottom: 10px;
}
.txt_black {
    color: #000;
}
.bullet {
    list-style-type: none;
    position: relative;
}
.bullet::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.font_normal {
    font-weight: normal;
}
.all-new-kona-electric-carousel-for .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-kona-electric-carousel-for .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.all-new-kona-electric-carousel-nav .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-kona-electric-carousel-nav .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.all-new-kona-electric-carousel-mobile .arrow-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
}
.all-new-kona-electric-carousel-mobile .arrow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 2;
}
.section-5{
    background-color: #ffffff;
}
.section-6{
    background-color: #ffffff;
}

@media only screen and (min-width: 719px) {
    .mb-md-2{
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 480px) {
    body {
        padding-top: 70px;
    }
    .tittle_head_kona_electric{
        font-size: 12px;
    }
    .title{
        font-size: 2.2rem;
    }
    .subtitle{
        font-size: 2.2rem;
    }
    .description{
        font-size: 1.4rem;
    }
    .disclaimer{
        font-size: 2.4rem;
    }
    .peding-l-0{
        padding-left: 0;
        padding-right: 0;
    }
    .peding-r-0{
        padding-left: 0;
        padding-right: 0;
    }
    .mb-xs-2{
        margin-bottom: .5rem;
    }
    .px-xs-0{
        padding-left: 0;
        padding-right: 0;
    }
    .px-xs-1{
        padding-left: 5px;
        padding-right: 5px;
    }
    .big-main-image{
        padding-top: 0;
    }
}