﻿div.banner {
    height: 789px;
    background: transparent url('../Contents/Images/banner01.png') center top;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0px auto 20px auto;
}

.swiper-slide {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
    color:#fff;
    background: #28a745;
}

.business {
    background: transparent url('business_bg2.png') scroll no-repeat top right;
    background-size: contain;
}

