﻿body {
    background-color: #fff
}

h1 {
    margin-bottom: 0
}

.landing-container {
    margin: 0 auto;
    text-align: center
}

.header {
    border-bottom: solid 2px #808080;
}

section {
    padding-top: 15px
}

.first-section h1 {
    margin-bottom: 20px
}

.first-section .line {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 4px solid #20a8d8;
    border-top: 4px solid #20a8d8;
    font-size: 18px;
}

#carouselExampleIndicators {
    padding-bottom: 10px;
}

.sp-realtime-section .highlight {
    padding: 0 5px;
    border-radius: 3px;
}

.sp-realtime-section .content {
    display: grid;
    width: 96%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px 15px;
    border-bottom: 4px solid #20a8d8;
    border-top: 4px solid #20a8d8;
}

.feature-section .row {
    margin-top: 15px
}

.feature-section .box-item {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    border-radius: 2px;
}

.box-item .icon {
    color: #0070ff;
    font-size: 35px;
    margin-bottom: 5px;
}
.green-box {
    color: #fff;
    background: #0070ff !important;
    font-size: 12px
}
.green-box .title{
    font-size: 14px; 
    font-weight: bold
}
.green-box .content{
    padding: 0 10px;
    margin-top: 10px
}

.sumary-infomation {
    background-color: #6bd8ff;
    font-weight: bold;
    margin-top: 5px;
    border: solid 1px #20a8d8;
}

.type-sp ul li {
    margin: 30px 50px;
}

.third-party ul li {
    margin: 30px 50px 20px;
    font-size: 18px;
}

.accept-payment-section .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    font-family: 'Times New Roman';
    margin-bottom: 10px
}

.accept-payment-section .content {
    font-size: 16px;
    text-align: left;
    font-family: 'Times New Roman'
}

footer {
    border-top: 4px solid #20a8d8;
    min-height: 60px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}
