﻿@font-face { font-family: Calibri; 
             src: url('../font_style/Calibri.eot');
             src: url('../font_style/Calibri.eot?#iefix') format('embedded-opentype'),
                  url('../font_style/Calibri.ttf'); }

@font-face { font-family: Calibri-Bold;
             src: url('../font_style/Calibri-Bold.eot');
             src: url('../font_style/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
                  url('../font_style/Calibri-Bold.ttf'); }

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    padding-top: -50px;
    font-family: Calibri;
}

    .header {
        position: relative;
        width: 100%;
        min-width: 1155px;
        height: 200px;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .header_wrpper {
        vertical-align: middle;
        text-align: center;
    }

    .header_content {
        position: relative;
        width: auto;
        height: 160px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        vertical-align: middle;
        /* min-width: 500px; */
    }

        .header_content img {
            object-fit: contain;
            vertical-align: middle;
            padding: 15px;
            padding-bottom: 0;
            margin-top: 10px;
        }

        .logo1{
            object-fit: contain;
            vertical-align: middle;
            padding: 15px;
            padding-bottom: 0;
            margin-top: -20px;
            height:100px;
        }


        .logo2{
            object-fit: contain;
            vertical-align: middle;
            padding: 15px;
            padding-bottom: 0;
            margin-top: 10px;
            height:70px;
        }

    .menubtn {
        padding: 25px;
        font-size: 16px;
        background-color: transparent;
        border: 0px;
        border-color: transparent;
        font-family: Calibri-Bold;
        color: grey;
        text-align: center;
        text-decoration: none;
        vertical-align: bottom;
    }

        .menubtn:hover {
            color: #2c74ba;
        }

/*@media screen and (max-width: 1370px) {
    .header {
        position: relative;
        width: 100%;
        height: 130px;
    }

    .header_wrpper {
        padding-top: 30px;
        white-space: nowrap;
    }

    .header_content {
        position: absolute;
        width: auto;
        height: 200px;
        margin-left: 10%;
        margin-right: 10%;
    }

        .header_content img {
            object-fit: contain;
            vertical-align: middle;
            padding: 10px;
        }

        .logo1{
            width: 50px;
        }


        .logo2{
            width:130px;
            height:97px;
        }



    .menubtn {
        padding: 25px;
        text-align: center;
        font-size: 14px;
        background-color: transparent;
        border: 0px;
        border-color: transparent;
        font-family: Calibri;
        color: black;
        text-decoration: none;
    }

        .menubtn:hover {
            color: aquamarine;
        }
}

@media screen and (min-width: 1370px) {
    .header {
        position: relative;
        width: 100%;
        height: 180px;
    }

    .header_wrpper {
        padding-top: 30px;
    }

    .header_content {
        position: absolute;
        width: auto;
        height: 200px;
        margin-left: 200px;
        margin-right: 200px;
    }

        .header_content img {
            object-fit: contain;
            vertical-align: middle;
            padding: 15px;
        }

        .logo1{
            width:110px;
            height:97px;
        }


        .logo2{
            width:300px;
            height:97px;
        }

    .menubtn {
        padding: 25px;
        text-align: center;
        font-size: 14px;
        background-color: transparent;
        border: 0px;
        border-color: transparent;
        font-family: Calibri;
        color: black;
        text-decoration: none;
    }

        .menubtn:hover {
            color: aquamarine;
        }
}*/

.subTitle{
    font-family: Calibri-Bold;
    margin-bottom:5px;
}

.content {
    /* width: 100px; */
    min-width: 1200px;
    min-height: 1605px;
    -webkit-box-shadow: 0px -30px 45px -20px #5D5D5D;
    -moz-box-shadow: 0px -30px 45px -20px #5D5D5D;
    box-shadow: 0px -30px 45px -20px #5D5D5D;
    zoom: 1;
    background-color: white;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#5D5D5D, Strength=30, Direction=0),;
}

.footer{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,1f3a87+100&0.05+1,0.15+12,0.23+23,0.33+36,0.48+50,0.65+62,0.75+75,0.9+87,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(253,253,254,0.05) 1%, rgba(228,231,241,0.15) 12%, rgba(203,209,228,0.23) 23%, rgba(174,184,212,0.33) 36%, rgba(143,156,195,0.48) 50%, rgba(116,132,181,0.65) 62%, rgba(87,107,165,0.75) 75%, rgba(60,83,151,0.9) 87%, rgba(31,58,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(253,253,254,0.05) 1%,rgba(228,231,241,0.15) 12%,rgba(203,209,228,0.23) 23%,rgba(174,184,212,0.33) 36%,rgba(143,156,195,0.48) 50%,rgba(116,132,181,0.65) 62%,rgba(87,107,165,0.75) 75%,rgba(60,83,151,0.9) 87%,rgba(31,58,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(253,253,254,0.05) 1%,rgba(228,231,241,0.15) 12%,rgba(203,209,228,0.23) 23%,rgba(174,184,212,0.33) 36%,rgba(143,156,195,0.48) 50%,rgba(116,132,181,0.65) 62%,rgba(87,107,165,0.75) 75%,rgba(60,83,151,0.9) 87%,rgba(31,58,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#1f3a87',GradientType=0 ); /* IE6-9 */

min-width: 1200px;
/*min-width:1100px;*/
height:200px;

color: grey;
font-size: 10px;
text-align: center;
vertical-align:baseline;
}

.footer table{
    height:200px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.footer table tr,td{
    padding: 10px;
}

.footer_content{
    font-size: 14px;
    color: white;
}

.acknowledgement{
    font-size: 8px;
}

.footer div+div{
    /*margin-bottom:-10px;*/
}

.right {
    /*float: right;
    margin-right: 35px;*/
    position:relative;
     padding-left: 800px;
}

.chtbtn {
    text-align: right;
    height: auto;
    width: auto;
    border: 0px;
    border-color: transparent;
    background-color: transparent;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: grey;
    text-decoration:none;
}

.chsbtn {
    text-align: right;
    height: auto;
    width: auto;
    border: 0px;
    border-color: transparent;
    background-color: transparent;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    color: grey;
    text-decoration:none;
}

.enbtn{
    text-align: right;
    height:auto;
    width:auto;
    border: 0px;
    border-color: transparent;
    background-color: transparent;
    font-family: Calibri;
    font-size: 16px;
    color: grey;
    text-decoration:none;
}

.logofb{
    height:30px;
    width:auto;
    position:relative;
    padding-left: 15px;
    white-space: nowrap;
}


.logoig{
    height:30px;
    width:auto;
    position:relative;
    padding-left: 15px;
    white-space: nowrap;
}

.footLogo{
    width: 160px;
    position:relative;
    padding-left:150px;
    padding-top:50px;
    white-space: nowrap;
}

.redline{
    vertical-align: middle;
    text-align: center;
}

.redline img{
    margin:30px;
    height:5px;
}

.info{
    margin-bottom: 5px;
}

body:not(.page-virtualtour) #float-virtualtour {
	position: fixed;
	
	width: 150px;
	height: 150px;
	
	right: 20px;
	bottom: 20px;
}

body.page-virtualtour #float-virtualtour {
	display: none;
}

input#btn_tour:hover {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 75px;
}
