body {
    font-family: '微軟正黑體';
    color: #333333;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 10px;
    font-family: '微軟正黑體';
    color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
}

h1 {
    font-size: 60px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

section {
    padding: 10px 0;
    border: 0;
}

.container {
    width: 1280px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.blue {
    color: #28aae1;
}

.red {
    color: #cc0000;
}

.orange {
    color: #ff9900;
}
/* TOP */
#section-top{
    padding: 0;
}
#section-top .banner{
    height: 445px;
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-position-x: center;
}
#section-top .bg-blue {
    background-color: #28aae1 !important;
}
#section-top h2 {
    font-size: 42px;
    color: #ffffff;
}
#section-top h2 span {
    font-size: 56px;
    color: #ffffff;
}

#section-top .btn-default {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    background-color: #88d1f0;
    border: 4px solid #88d1f0;
    margin: 10px 0;
    padding: 20px;
}

#section-top .btn-default:hover {
    background-color: #28aae1;
    border: 4px solid #ffffff;
}

#section-top p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

#section-top p b {
    font-size: 26px;
    font-weight: 900;
}

/* section-title */
.section-title .row {
    background-color: #cccccc;
}
.section-title .title-left {
    background-color: #e4e4e4;
    font-size: 28px;
    font-weight: 900;
    color: #333333;
    padding: 10px 0;
}

/* section-1 */
#section-1 .box {
    background-color: #28aae1;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    top: 6px;
}

#section-1 .row {
    margin-top: 20px;;
}

#section-1 p {
    color: #333333;
    font-size: 18px;
    line-height: 40px;
}

#section-1 span {
    font-size: 20px;
    font-weight: 600;
}

/* section-2 */
#section-2 .col-md-6,
#section-2 .col-md-12 {
    padding: 0;
}
#section-2 h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
}

#section-2 h3 {
    color: #000000;
    font-size: 28px;
    margin: 15px 0;
    font-weight: 100;
}

#section-2 h4 {
    color: #28aae1;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 400;
}

#section-2 p {
    color: #333333;
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}

#section-2 .m1 .img-responsive,
#section-2 .m2 .img-responsive {
    width: auto;
    height: 250px;
}

#section-2 .m1 .title,
#section-2 .m3 .title {
    background-color: #88d1f0;
    padding: 15px;
}

#section-2 .m1 .body {
    background-color: #e4e4e4;
    padding: 15px 50px;
    line-height: 40px;
    height: 680px;
}


#section-2 .m1 .title h2 {
    color: #ffffff;
}

#section-2 .m2 .title {
    background-color: #d0edf9;
    padding: 15px;
}

#section-2 .m2 .body {
    background-color: #f2f2f2;
    padding: 15px 50px;
    line-height: 40px;
    height: 680px;
}


#section-2 .m2 .title h2 {
    color: #ffffff;
}

#section-2 .m2 .btn-default {
    color: #ffffff;
    background-color: #28aae1;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
}

#section-2 .m3 p {
    color: #333333;
    font-size: 18px;
    margin: 30px 0 30px 50px;
    text-align: left;
    line-height: 40px;
}

#section-2 .m3 .btn-default {
    color: #ffffff;
    background-color: #28aae1;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    margin: 50px 0;
}

#section-2 .m3 .img-responsive {
    height: unset !important;
}

/* ----填寫表單---------------------------------- */

#section-form .form-bg {
    background-color: #e4e4e4;
    padding-bottom: 20px;
}

#section-form form {
    margin-top: -20px;
}

#section-form .title {
    background-color: #199ed8;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 2px 10px;
    margin-bottom: 30px;
    /* margin-left: 15px;
    margin-right: 15px; */
}

#section-form h3 {
    font-size: 28px;
    color: #ffffff;
}

#section-form label {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-top: 10px;
}

#section-form .label-right {
    text-align: right;
}

#section-form .field {
    margin-bottom: 30px;
}

#section-form .btn-default {
    background-color: #169bd5;
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    border: 0;
}

#section-form i {
    margin-top: 10px;
}


/* ----footer----------------- */

footer {
    background-color: #f2f2f2;
    padding: 30px 0;
}

footer span {
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    padding: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 0px;
    }
    .tb {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h1 {
        font-size: 50px;
    }
    .container {
        width: unset;
    }

    /* top */
    #section-top .banner{
        height: 480px;
        background-image: url(../images/banner-s-1.png);
        background-size: 100% auto;
    }

    #section-top .price {
        background-color: #28aae1;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #section-top h2 {
        font-size: 32px;
        color: #ffffff;
    }
    #section-top h2 span {
        font-size: 36px;
        color: #ffffff;
    }

    #section-top h2,
    #section-top h2 span {
        color: #ffffff;
        line-height: 45px;
        margin: 0;
    }

    #section-top .btn-default {
        margin: 10px 0;
        padding: 10px;
    }

    /* section-1 */
    #section-1 .box {
        background-color: #28aae1;
        border-radius: 10px;
        position: relative;
        top: 0px;
        width: 100%;
        display: block;
        text-align: center;
    }

    #section-1 .col-xs-6 {
        padding:0 5px;
    }

    #section-2 .m1 .body,
    #section-2 .m2 .body {
        height: unset;
    }

    #section-2 .m1 .img-responsive,
    #section-2 .m2 .img-responsive {
        width: auto;
        height: auto;
    }

    #section-2 .m3 p {
        margin: 30px 0 30px 0px;
    }

    #section-2 .col-xs-6 {
        padding:0 5px;
    }
    
    /* ----送出表單---------------------------------- */
    #section-form .form-bg {
        margin-top: 10px;
    }
    #section-form form {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #section-form .title {
        margin-left: 0px;
        margin-right: 0px;
    }
    #section-form h3 {
        font-size: 20px;
    }
    #section-form .label-right {
        text-align: left;
    }
    #section-form .field {
        margin-bottom: 2px;
    }
    #section-form .form-group {
        margin-bottom: 5px;
    }
}