body {
    background-color: white;
    color: #000;
    font-family: "Arial", "Noto Sans TC", "微軟正黑體", Calibri;
    overflow-x: hidden !important;
    
}
:root{
    --theme-main:#33a3dc;
}

.v-theme-bg{
    background-color: var(--theme-main) ;
}

body>img {
    position: absolute;
}

section h2,
section h3,
section h4,
section h5 {
    color: #000;
    line-height: 1.2em;
}
section h2{
    color: var(--theme-main);
    font-weight: bold;
}

section.text-white h2,
section.text-white h3,
section.text-white h4,
section.text-white h5 {
    color: white;
}

section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.bg-primary {
    background-color: #1597d5 !important;
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* define bootstrap 7 columns */
.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
}

@media (max-width: 767.98px) {

    .col-xs-1-5,
    .col-sm-1-5,
    .col-md-1-5,
    .col-lg-1-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xs-1-7,
    .col-sm-1-7,
    .col-md-1-7,
    .col-lg-1-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ==================================================== P1 */
#p-1 {
    /*height: 100vh;*/
    overflow: hidden;
    background-color: black;
    height: 55vw !important;
}

#p-1 .play,
#p-1 .play img {
    width: 150px;
    height: 150px;
}

@media (max-width: 1024.98px) {
    #p-1 {
        padding: 0;
        margin: 0;
    }

    #p-1,
    #p-1 .background-video,
    #p-1 .background-video iframe {
        width: 100% !important;
        height: 55vh !important;
    }
}

@media (max-width: 767.98px) {

    #p-1,
    #p-1 .background-video,
    #p-1 .background-video iframe {
        height: 40vh !important;
    }

    #p-1 .play,
    #p-1 .play img {
        width: 80px;
        height: 80px;
    }
}

/* ==================================================== P2 */
#p-2 {
    background-image: url('../img/210325/banner.jpg');
    background-color: #33a3dc;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    /*height: 110vh;
    margin-top: -5px;*/
    overflow: hidden;
    min-height: 54vw !important;
}

#p-2 h2,
#p-2 h3 {
    color: white;
    font-weight: bold;
}

#p-2 h2 {
    font-size: 3.75rem;
}

#p-2 h3 {
    font-size: 3.3rem;
}

#p-2 .line {
    padding-left: 1rem;
    margin-right: 1rem;
    border-right: #fff 2px solid;
}

#p-2 .v-title {
    width: 58vw;
    margin: 3vw auto 0;
}
#p-2 .v-subtitle{
    width: 27.5vw;
    margin: 7vw auto 0;
}
/* Extra large devices */
@media (min-width: 1366px) {

}

/* desktops */
@media (max-width: 992px) {

}

/* tablets */
@media (max-width: 768px) {
    #p-2{
        height: 117vw;
    }
    #p-2 .v-title {
        width: 80vw;
        margin-top: 0;
    }
    #p-2 .v-subtitle{
        width: 50vw;
    }
}

/* phones */
@media (max-width: 576px) {

}

/* ==================================================== P3 */
#p-3 {
    background-image: url('../img/210325/2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vw 0 10vw 0 !important;
}

#p-3 h2 {
    font-size: 3rem;
    font-weight: 100;
    letter-spacing: 0.6px;
    font-weight: bold;
}

#p-3 p {
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {
    #p-3 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }

    #p-3 p {
        font-size: 1rem;
    }
}

/* ==================================================== P4 */
#p-4 h3 {
    font-size: 1.875rem;
    font-weight: bold;
}

#p-4 .col-md-1-7 .icon-bg {
    background-image: url('../img/img-15-1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dfdfdf;
    height: 230px;
    padding: 95px 15px 0 15px;
    border-radius: 5px;
}

#p-4 .col-md-1-7:nth-child(2) .icon-bg {
    background-image: url('../img/img-15-2.jpg');
}

#p-4 .col-md-1-7:nth-child(3) .icon-bg {
    background-image: url('../img/img-15-3.jpg');
}

#p-4 .col-md-1-7:nth-child(4) .icon-bg {
    background-image: url('../img/img-15-4.jpg');
}

#p-4 .col-md-1-7:nth-child(5) .icon-bg {
    background-image: url('../img/img-15-5.jpg');
}

#p-4 .col-md-1-7:nth-child(6) .icon-bg {
    background-image: url('../img/img-15-6.jpg');
}

#p-4 .col-md-1-7:nth-child(7) .icon-bg {
    background-image: url('../img/img-15-7.jpg');
}

/* ==================================================== P5 */
#p-5 {
    background-color: #33a3dc;
}

#p-5 h2 {
    font-size: 3.125rem;
    font-weight: bold;
}

#p-5 p {
    font-size: 1.3125rem;
}

#p-5 .img {
    width: 100%;
}

#p-5 .v-text h5 {
    font-size: 0.95rem;
}

#p-5 .v-text span {
    bottom: 2.5px;
    left: 2.5px;
    font-size: 0.8rem;
}

#p-5 .v-text span.black {
    color: black;
}

#p-5 .v-text ._1 {
    width: 100%;
}

#p-5 .v-text ul li {
    list-style: disc;
}

@media (max-width: 991.98px) {
    /*#p-7{
        padding-bottom: 200px;
    }*/
}

@media (max-width: 767.98px) {

    /*#p-7{
        padding-bottom: 150px;
    }*/
    #p-5 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }

    #p-5 p {
        font-size: 1rem;
    }

    #p-5 .v-image img._2 {
        display: none;
    }
}

@media (min-width: 1366px) {
    #p-5 .v-text h5 {
        font-size: 1.4rem;
    }

    #p-5 .v-text span {
        font-size: 1rem;
    }

    #p-5 .v-text ul li {
        font-size: 1.4rem;
        line-height: 2em;
    }
}

/* ==================================================== P6 */
#p-6 {
    background-image: url('../img/img-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 250px 0 !important;
}

#p-6 h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

#p-6 p {
    font-size: 1.125rem !important;
}

@media (max-width: 767.98px) {
    #p-6 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }

    #p-6 p {
        font-size: 1rem;
    }
}

/* ==================================================== P7 */
#p-7 {
    background-color: #33a3dc;
}

#p-7 h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

#p-7 p {
    font-size: 1.3125rem;
}

#photo {
    background-color: #33a3dc;
}

#photo img {
    width: 100%;
}

#photo h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

#photo p {
    font-size: 1.3125rem;
    margin-bottom: 0px;
}

@media (max-width: 768.98px) {
    #p-7 {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    #p-7 h2 {
        font-size: 2rem;
        letter-spacing: 0px;
    }

    #p-7 p {
        font-size: 1rem;
    }

    #photo h3 {
        font-size: 2.2rem;
    }

    #photo p {
        font-size: 1rem;
    }
}

/* ==================================================== P8 */
#p-8.bg-light {
    background-color: #eff0f5;
}

#p-8 h2 {
    font-size: 3rem;
    font-weight: 100;
}

#p-8 h3 {
    font-size: 1.5rem;
    color: #33a3dc;
    font-weight: bold;
}

#p-8 h4 {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 10px;
    border-right: #a6a8ab solid 1px;
}

#p-8 .depiction {
    font-size: 1.3125rem !important;
}

#p-8 .text-info {
    color: #33a3dc !important;
}

#p-8 p {
    font-size: 0.875rem;
}

#p-8 hr {
    border-top: 1px dotted #cbcbcb;
}

#p-8 .photo {
    position: relative;
}

#p-8 .photo p {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: #4f7f9f solid 1px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #4f7f9f;
}

@media (max-width: 767.98px) {
    #p-8 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }

    #p-8 .depiction {
        font-size: 1rem !important;
    }
}

/* ==================================================== contact form */
.v-google-map {
    min-height: 300px !important;
}

#mg-contact-form {
    color: white;
    background-color: #33a3dc;
}

#mg-contact-form h2,
#mg-contact-form h3 {
    color: white;
}

#mg-contact-form h2 {
    font-size: 1.6rem;
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .8em;
}

#mg-contact-form .row.justify-content-md-center,
#mg-contact-form .row.align-items-end {
    padding: 25px;
}

#mg-contact-form .btn-primary {
    color: #b5282c;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#mg-contact-form .btn-primary:hover {
    opacity: .8;
}

#mg-contact-form .link img {
    margin-right: 5px;
}

.form-control {
    border: none;
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    #mg-contact-form {
        height: auto;
        padding-bottom: 80px;
        background-position: right -50vw top 0;
    }
}

@media (min-width: 1366px) {

    #mg-contact-form,
    #mg-contact-form p {
        font-size: 1.2rem;
    }
}

/**
Image Wrapper
=========================================================
=========================================================
=========================================================
*/
.v-image-wrapper {}

/**
Image Frame
=========================================================
=========================================================
=========================================================
*/
.v-image-frame {
    overflow: hidden;
}

.v-image-frame img {
    width: 100%;
    height: auto;
}



.v-google-map {
    width: 100%;
    height: 100%;
}



/* https://bootstrapbay.com/blog/bootstrap-button-styles/ */
/**************************
  DEFAULT BOOTSTRAP STYLES
**************************/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 16px;
}

.btn-lg {
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

/***********************
    ROUND BUTTONS
  ************************/
.round {
    border-radius: 24px;
}

/***********************
    CUSTON BTN VALUES
  ************************/

.btn {
    padding: 12px 24px;
    line-height: 1em;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active,
.btn-primary.active {
    background: #007299;
    box-shadow: none;
}















/* ==================================================== p-0325-1 */

#p-0325-1{}
#p-0325-1 h2 {
    font-size: 3rem;
    font-weight: 100;
}

#p-0325-1 h3 {
    font-size: 1.8rem;
    color: #33a3dc;
    font-weight: bold;
}

#p-0325-1 .photo {
    position: relative;
}

#p-0325-1 .photo p {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 767.98px) {
    #p-0325-1 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }
}






/* ==================================================== p-0325-2 */

#p-0325-2 .v-img-col:nth-child(2){
    border-left: 1px solid white;
}
#p-0325-2 .v-img-row:nth-child(1){
    border-bottom: 1px solid white;
}

#p-0325-2 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .5em;
}
#p-0325-2 p{
    font-size: 1.3rem;
}

#p-0325-2 .photo {
    position: relative;
}

#p-0325-2 .photo p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    #p-0325-2 h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }
}







.v-icon-box{
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    flex-shrink: 0
}
.v-icon-box .v-icon-wrap{
    width:250px;
    min-width: 250px;
    margin-right: 50px;
}
.v-icon-box .v-icon-text h3{
    font-size: 32px !important;
    margin-bottom: 16px !important;
    font-weight: bold !important;
}
.v-icon-box .v-icon-text p{
    font-size: 24px !important;
}
@media (max-width: 991.98px) {
    .v-icon-box .v-icon-wrap{
        width:10px;
        min-width: 100px;
        margin-right: 10px;
    }
    .v-icon-box .v-icon-text h3{
        font-size: 16px !important;
        margin-bottom: 5px !important;
        font-weight: bold !important;
    }
    .v-icon-box .v-icon-text p{
        font-size: 14px !important;
    } 
} 

