body {
    font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
}

.section {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer {
    padding-top: 1em;
    padding-bottom: 1em;
}

.main p {
    font-size: 1.2em;
}

.special {
    position: relative;
    text-align: center;
}

.special:before, .special:after {
    border-top: 0.1em solid #122546;
    content: '';
    height: 0.4375em;
    opacity: 0.1;
    position: absolute;
    top: 0.8em;
    width: 35%;
}

.special:after {
    right: 0;
}

.special:before {
    left: 0;
}

.solid h2 {
    line-height: 1em;
    font-weight: 600;
}

.main {
    background-color: #EFF0EA;
    color: #122546;
}

.main .solid p {
    color: #999;
    margin-bottom: 2em;
}

.main h3 {
    color: #DB5147;
    font-weight: bold;
}

.main p {
    color: #333;
    font-weight: 600;
}

.service {
    background-color: #FFF;
    color: #122546;
}

.service .solid p {
    color: #999;
    margin-bottom: 2em;
}

.service h3 {
    color: #DB5147;
    font-weight: bold;
}

.service p {
    color: #333;
    font-weight: 600;
}

.feature {
    background-color: #122546;
    color: #fff;
}

.feature .solid p {
    color: #999;
    margin-bottom: 2em;
}

.feature h4 {
    color: #fff;
    font-weight: bold;
    line-height: 1.25em;
}

.feature p {
    color: #ccc;
    font-weight: bold;
    margin-bottom: 1em;
}

.feature .special:before, .feature .special:after {
    border-top: 0.1em solid #fff;
}

.form {
    background-color: #EFF0EA;
    color: #122546;
}

.form .solid p {
    color: #999;
    margin-bottom: 2em;
}

@media screen and ( max-width: 48em) {
    .form .me-4 {
        margin-right: 0 !important;
    }
}

.login {
    background-color: #EFF0EA;
    color: #122546;
}

@media screen and ( max-width: 48em) {
    .login .col-lg-8 {
        display: none;
    }
}

footer {
    background-color: #122546;
    color: #fff;
}

footer a {
    color: #fff;
}

footer ul li {
    list-style: none;
    display: inline-block;
}

footer ul li>ul li {
    display: block;
}

.carousel-caption img {
    border-radius: 0.25em;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.carousel-caption h1 {
    font-size: 4em;
}

.mb-6 {
    margin-bottom: 5em;
}

.pt-20 {
    padding-top: 1.25em;
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
    color: #122546;
    background-color: #fff;
    border: 0.0625em solid #122546;
}

.genric-btn.white-border:hover {
    color: #fff;
    background: #122546;
    border: 0.0625em solid #fff;
}

.genric-btn.red-border {
    color: #fff;
    background: #DB5147;
    border: 0.0625em solid #DB5147;
}

.genric-btn.red-border:hover {
    color: #DB5147;
    background-color: #fff;
}

input.form-control {
    border-radius: 2em;
}

textarea.form-control {
    border-radius: 1em;
}

.information {
    background-color: #122546;
    color: #fff;
    border-radius: 0.25em;
    padding: 1.25em;
}

.information p {
    width: 100%;
}

.information p:first-child {
    color: #CCC;
}

.information p img {
    margin-right: 0.25em;
}

.information a {
    color: #CCC;
}

.vertical-center {
    min-height: 66vh;
    display: flex;
    align-items: center;
}

#sidebarMenu {
    overflow: auto;
}

main {
    padding-bottom: 7em;
}

.grid-explain {
    justify-content: end !important;
}