/***********************************************/
/* custom.css                                  */
/* custom style based on bootstrap             */
/* Dog								           */
/***********************************************/

/* header 部分 */
html,body{
    height:100%;
}

#headerTitle{
	height: 100%;
	vertical-align: middle;
}

#headerTitle{
    font-family: Times New Roman, Times, serif;
    font-size: 180%;
    margin: 0px;
    padding: 0px;
    font-weight:bold;
    width:100%;
    text-align:center;
}

/* navbar 部分 */
#mainNavbar{
    background-color: #17445A;
    padding-left: 20%;
}

#mainNavbar a:link{
	color: #ffffff;
	text-decoration: none;
}

#mainNavbar a:visited{
	color: #ffffff;
}

#mainNavbar a:hover{
	color: #30B7F8;
	text-decoration:underline;
}

#mainNavbar a:active{
	color:rgb(48, 248, 238);
}

#mainNavbar .dropdown-menu{
	background-color: #17445A;
}

/* head imgae 部分 */
#headimage{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 通用 部分 */
.content{
    margin-left: 20%;
    margin-right: 20%;
}

.custom-link:link{
	color: #000000;
	text-decoration: none;
}

.custom-link:visited{
	color: #000000;
}

.custom-link:hover{
	color: #30B7F8;
	text-decoration:underline;
}

.custom-link:active{
	color:rgb(48, 248, 238);
}

.s-tab{
    display: inline-block;
    width: 30px;
}

/* Home 部分 */
#welcomeMsg {
    background-image: url("../../images/home/welcomeMsg.png");
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.home-welcomeMsg-title{
    text-align:center;
    font-size: 1.8rem;
}

.home-welcomeMsg-text {
    text-align:justify;
}

#newsCenter {
    background-image: url("../../images/home/newsCenter.png");
    width: 100%;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.home-newsCenter-title{
    font-size: 1.8rem;
    color:#ffffff;
}

.nc-card.card{
    height:400px;
    overflow:hidden;
    border-color:#163e61;
    border: 1px;
    background-color:rgba(208,215,223,0.7);
}

.nc-card-icon{
    background-color:#163e61;
    color:#ffffff;
    transform:rotate(-25deg);
    padding-left: 18%;
    padding-top: 20%;
    margin-top: -25%;
    margin-left: -20%;
    margin-bottom: 12%;
}

.card-text.nc-text{
    text-align: justify;
}

.card-title.nc-title{
    text-align: justify;
    font-weight: bold;
}

ol.nc-indicators{
    margin-bottom:-4%;
}

a.nc-control{
    width: 5%;
}

/* Activity & 部分*/
a:link.c-list-link, a:visited.c-list-link{
	color:#666666;
	text-decoration: none;
}

a:hover.c-list-link{
	color: #006699;
}

#act-div{
    min-height: 500px;
}

.info-title{
    text-align: left;
}

.info-content{
    text-align:justify;
}

.info-content>a:link{
    color:#0011ff
}

ol.p-indicators{
    margin-bottom:-3%;
}

a.p-control{
    width: 5%;
}

img.p-photo{
    transition: all 0.5s;
}

img.p-photo:hover{
    transform: scale(1.1);
}

.carousel-indicators .bgw{
    /* 白色背景下 指示器默认颜色覆盖 */
    background-color: rgba(22,62,97,0.5);
}

.carousel-indicators .bgw.active{
    /* 白色背景下 指示器默认颜色覆盖 */
    background-color: rgba(22,62,97,1);
} 

.p-control-prev-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M8.854 11.646l5.792-5.792a.5.5 0 01.854.353v11.586a.5.5 0 01-.854.353l-5.792-5.792a.5.5 0 010-.708z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

.p-control-next-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15.146 12.354l-5.792 5.792a.5.5 0 01-.854-.353V6.207a.5.5 0 01.854-.353l5.792 5.792a.5.5 0 010 .708z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}

#photoModal{
    width: 100%;
}

#modalImgId{
    width: 100%;
}

#photoDialog{
    max-width: 70%;
}

/* people 部分 */
.people-card{
    width:100%;
    height:95%;
}

.people-img{
    width: 100%;
    object-fit: cover;
}

.people-title{
    font-size: 12px;
    font-weight:bold;
    margin-bottom: 5px
}

.people-from{
    font-size: 11px;
}

.people-mail{
    padding-bottom: 0px;
    margin-bottom: 0px;
    bottom:-5px;
    position: absolute;
}

/* annual report 部分 */
.ar-card{
    width:100%;
    min-height: 400px;
    margin-bottom: 5px;
}

.ar-title{
    text-align: center;
    width: 100%;
}

.ar-download{
    padding-bottom: 0px;
    margin-bottom: 0px;
    bottom:5px;
    left: 5%;
    width: 90%;
    position: absolute;
}

/* enquiries 部分 */
.en-title{
    background-color: #069;
    color: #ffffff;
    font: 1.25em sans-serif;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 7px;
}

/* footer 部分 */
footer{
	color: #ffffff;
	background-color: #333333;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer a:link{
	color: #ffffff;
	text-decoration: none;
}

footer a:visited{
	color: #ffffff;
}

footer a:hover{
	color: #30B7F8;
	text-decoration:underline;
}

footer a:active{
	color:rgb(48, 248, 238);
}

footer li:last-child{
	border-right: 0px solid;
}

footer li{
	border-right: 2px solid;
	padding: 0px 10px 0px 0px;
    line-height: 16px;
}