

#index .header-style-1 .desktop .lan .dropdown-toggle {
    border-left: 1px solid #fff;
}
#index .header-style-1 .desktop .lan .dropdown-toggle {
    color: #fff;
}
#index .header-style-1 .desktop.scrollactive .lan .dropdown-toggle {
    border-left: 1px solid var(--webcolor_gray01);
}
#index .header-style-1 .desktop.scrollactive .lan .dropdown-toggle {
    color: var(--webcolor_gray01);
}
#index .desktop {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
#index .desktop.scrollactive {
    background-color: rgba(255,255,255,0.8);
}
#index .header-style-1 .desktop.scrollactive .nav > .nav-item > a, #index .header-style-1 .desktop.scrollactive .dropdown_arrow::after {
    color: var(--webcolor_gray01);
}
#indexbanner {
    min-height: 39vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 14vw;
    padding-bottom: 8vw;
    background-position: bottom right;
}
#index_about {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
#indexApps {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.indexApp {
    padding: 0.5rem;
}
 .indexAppbox {
    padding: 1.25rem;
}
.app_icon {
    width: 2.6875rem;
    height: auto;
    margin-bottom: 10px;
}
#indexApps .indexApp:nth-child(2) .app_icon_blue, #indexApps .indexApp:nth-child(3) .app_icon_blue {
    display: none;
}
#indexApps .indexApp:nth-child(1) .app_icon_white, #indexApps .indexApp:nth-child(4) .app_icon_white {
    display: none;
}
#indexApps .indexApp:nth-child(2) .indexAppbox , #indexApps .indexApp:nth-child(3) .indexAppbox  {
    background-color: var(--webcolor_main01);
}
#indexApps .indexApp:nth-child(2) > *,#indexApps .indexApp:nth-child(3) > * {
    color: #fff;
}
#indexApps .indexApp:nth-child(1) .indexAppbox , #indexApps .indexApp:nth-child(4) .indexAppbox {
    background-color: var(--webcolor_gray02);
}
#indexApps .indexApp:nth-child(1) .h3 , #indexApps .indexApp:nth-child(4) .h3 {
    color:var(--webcolor_main01);
}



#index_features {
    flex-wrap: wrap;
}
.index_feature {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    width: 25%;
}
.index_feature img {
    width: 92px;
    height: auto;
    padding: 0 15px;
}
@media screen and (min-width: 576px){
    
}
@media screen and (min-width: 768px){
    #indexbanner02 {
        display: none;
    }
}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1100px) {

}
@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
    #indexApps {
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1099px) {

}
@media screen and (max-width: 991px) {
    #indexbanner {
        background-position: bottom right 40%;
    }
    #indexbanner {
        padding-top: 150px;
    }
    #index_products {
        padding-right: calc( (100% - ( 77.0834vw + 30px ) ) / 2 );
    }
    #owl01 {
        width: calc( 100% + 20px );
    }
}
@media screen and (max-width: 951px) {

}
@media screen and (max-width: 899px) {

}
@media screen and (max-width: 820px) {

}
@media screen and (max-width: 767px) {
    #indexbanner {
        position: relative;
    }
    #indexbanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .index_feature {
        margin-bottom: 20px;
        width: 50%;
    }
    .index_appCardbox:nth-child(odd) {
        padding-right: 0.5rem;
        padding-left: 0;
    }
    .index_appCardbox:nth-child(even) {
        padding-right: 0;
        padding-left: 0.5rem;
    }
}
@media screen and (max-width: 575px) {
    #indexApps {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 30px;
    }
    .indexApp {
        padding-right: 0;
        padding-left: 0;
    }
    .index_feature {
        margin-bottom: 30px;
        width: 50%;

    }
    #owl01.owl-carousel .owl-nav button.owl-prev span::before, 
    #owl01.owl-carousel .owl-nav .owl-next span::before {
        font-size: 1.2rem;
    }
    #owl01.owl-carousel .owl-nav button.owl-prev:hover span::before, #owl01.owl-carousel .owl-nav .owl-next:hover span::before {
        color: #fff;
        font-size: 1.2rem;
    }
    .index_appCardbox:nth-child(odd) {
        padding-right: 0;
    }
    .index_appCardbox:nth-child(even) {
        padding-left: 0;
    }
}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}
@media screen and (max-width: 767px) {
    .list-h2 li::marker {
        font-size: 12px;
    }
}