/***  關於亞中  ****/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
}

.example-image-link img {
    height: auto;
    width: 100%;
    overflow: hidden;
    border: 0px solid rgba(0, 0, 0, 0.14902);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    margin: 10px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}


.margin0auto {
    margin: 20px auto;
    text-align: center;
}

.chagne_img img {
    margin: 0 0 0 -5%;
}

.chagne_p p {
    /*	margin: 10% -15% 0 0%;*/
}

.list_img {
    list-style: none;
}

    .list_img img {
        width: 32.5em;
        display: inline;
        padding: .5em 0;
    }

.list_img01 {
    list-style: none;
    display: none;
}

.example-image-link00 img {
    width: auto;
    height: auto;
}

/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
    /* Previous button  */
    .media-carousel .carousel-control.left {
        left: -12px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 70px;
        line-height: 25px;
    }
    /* Next button  */
    .media-carousel .carousel-control.right {
        right: -12px !important;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 70px;
        line-height: 25px;
    }
    /* Changes the position of the indicators */
    .media-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the colour of the indicators */
        .media-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        .media-carousel .carousel-indicators .active {
            background: #333333;
        }

    .media-carousel img {
        width: 250px;
        height: 100px
    }
/* End carousel */

.newrow {
    margin: 8% 0 0 0;
}

.responstable td:last-child {
    white-space: nowrap;
}

@media (max-width: 1280px) {
    .responstable td {
        padding: 2px;
        font-size: 15px;
        line-height: 20px;
        /* white-space: nowrap;*/
    }
}

@media (max-width:1200px) {
    .about-top p {
        margin: 0;
    }

    .about-top ol {
        padding: 0 12%;
    }

    .chagne_img img {
        margin: 0;
    }

    .chagne_p p {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }
}

@media (max-width:800px) {
    .list_img01 {
        list-style: none;
        display: inline;
    }

    .list_img {
        list-style: none;
        display: none;
    }

    .grid-1 {
        padding: 1% 5%;
    }
}




/***************************************************************************************************************************************
Responstable 2.0: a responsive table solution
http://codepen.io/jordyvanraaij/pen/jlAqp
****************************************************************************************************************************************/


/*

RESPONSTABLE 2.0 by jordyvanraaij
  Designed mobile first!

If you like this solution, you might also want to check out the 1.0 version:
  https://gist.github.com/jordyvanraaij/9069194

*/
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

    .responstable tr {
        border: 1px solid #D9E4E6;
    }

        .responstable tr:nth-child(odd) {
            background-color: #dbeaf8;
        }

    .responstable th {
        display: none;
        border: 1px solid #000;
        background-color: #0880d7;
        color: #FFF;
        padding: 1em;
    }

        .responstable th:first-child {
            display: table-cell;
            text-align: center;
        }

        .responstable th:nth-child(2) {
            display: table-cell;
        }

            .responstable th:nth-child(2) span {
                display: none;
            }

            .responstable th:nth-child(2):after {
                content: attr(data-th);
            }

@media (min-width: 800px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    /* word-wrap: break-word;
  max-width: 7em;*/
}

    .responstable td:first-child {
        display: table-cell;
        /*text-align: center;*/
        border-right: 1px solid #000;
    }

@media (min-width: 800px) {
    .responstable td {
        border: 1px solid #000;
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: .5em 1em;
}

@media (min-width: 800px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}


h1 {
    font-family: Verdana;
    font-weight: normal;
    color: #024457;
}

    h1 span {
        color: #167F92;
    }

/***************************************************************************************************************************************
Responstable 2.0: a responsive table solution
http://bootsnipp.com/snippets/xaqdm
****************************************************************************************************************************************/

@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
