.com-main-banner * {
    color: white;
    text-align: left;
}

.com-main-banner .-item {
    width: 100%;
    padding: 90px 0 143px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.com-main-banner .-item-content {
    width: 100%;
    max-width: 710px;
}
.com-main-banner .-title{
    font-family: 'HeliosCond',sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}
.com-main-banner .-btn{
    color: #1476C6;
    text-decoration: none;
    background: white;
    border-radius: 5px;
    font-family: 'HeliosCond',sans-serif;
    padding: 13px 30px;
}
.com-main-banner .-content{
    margin-bottom: 35px;
}
.com-main-banner .-content *{
    font-size: 16px;
}

.swiper-pagination-current:before,
.swiper-pagination-total:before {
    content: '0';
}

.com-main-banner .swiper-pagination {
    position: relative;
    margin: 0;
    width: auto;
    height: auto;
    order: 2;
    bottom: 0;
}

.com-main-banner .swiper-button-next {
    position: relative;
    margin: 0;
    width: 20px;
    height: 10px;
    order: 3;
    top: 0;
    background-size: contain;
    background-image: url(/upload/assets/general/link_arrow.png);
    right: 0;
    margin-left: 7px;
}

.com-main-banner .swiper-button-prev {
    position: relative;
    margin: 0;
    width: 20px;
    height: 10px;
    order: 1;
    top: 0;
    background-size: contain;
    background-image: url(/upload/assets/general/link_arrow.png);
    transform: rotate(180deg);
    left: 0;
    margin-right: 7px;
}
@media (max-width: 768px){
    .com-main-banner .-item {
        padding: 71px 0 143px;
    }
}