body{
	position: relative;
    font-family: 微軟正黑體, sans-serif;
    font-weight: bold;
}
a, a:hover {
	text-decoration: none;
}
a {
    color: #122851;
    font-size: 17px;
}
a:hover {
    color: #3D83E8;
}
h3{
    position: relative;
    text-align: center;
    order: -1;
    width: 95%;
    margin-bottom: 15px;
    padding: 0 5px 5px 0;
}
h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(38, 78, 142, 0.5);
    bottom: 0;
    left: 0;
}
h3:after {
    position: absolute;
    content: url("../images/title_bg.png");
    bottom: 0;
    right: 0;
    transform: translateX(95%);
}
h4 {
    font-size: 24px;
    text-align: center;
}
h5 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0;
}
ul,li{
    list-style: none;
    padding: 0;
}
strong{
    font-size: 16px;
}
input:-webkit-autofill { 
    box-shadow: 0 0 0px 1000px white inset !important;
}
label{
    margin: 0;
}
p{
    margin-bottom: 0;
}
.table-hover tbody tr:hover {
    background-color: #EFF5F5;
}
.table td, .table th{
    vertical-align: middle;
}
.bgMenu{
    position: relative;
}
.container{
    margin-top: 30px;
}
.bgCover{
    width: 100%;
    background: #122851;
    text-align: center;
}
.header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
    color: #FFDC35;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.form-control{
    border: 1px solid #B2C8DF;
    height: 45px !important;
    border-radius: 5px;
    width: 100%;
}
#basic-addon1{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #B2C8DF;
}
.header{
    width: 100%;
    position: absolute;
    top: 38%;
}
.navbar-brand{
    margin-left: 21%;
}
.menu {
    /*隱藏選單開始*/
    max-height: 0px;
    overflow: hidden;
    /*隱藏選單結束*/
    transition: max-height 2.3s;
    margin-top: 1px;
    /*絕對定位疊在網頁上*/
    position: absolute;
    z-index: 100;
    /*header 80px+1px boder 線條*/
    top: 40px;
    left: 0;
    right: 0;
    background: #122851;
    padding-left: 0px;
    width: 100%;
}
.header ul{
    padding: 10px 20px;
}
.menu li{
    float: none;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.menu li a{
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 17px 12px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
}
.menu li a:hover{
    color: #fff;
}
.showmenu {
    display: block;
    float: right;
    padding: 1em 15px;
    font-size: 14px;
}
/*jQ點擊後動態在 body 加上 class */
.menu-show .menu{
    max-height: 800px;
}
.btn-blue{
    background: rgba(38, 78, 142, 0.8);
    color: #fff;
}
.btn-blue:hover{
    background: rgba(38, 78, 142, 0.9);
    color: #fff;
}
.btn-red{
    background: #e63946;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.btn-red:hover{
    background: #da1e37;
    color: #fff;
}
.imgTop {
    position: fixed;
    right: 2%;
    bottom: 5%;
}
.top a {
    background: rgba(38, 78, 142, 0.8);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
}
@media(min-width: 400px) and (max-width: 500px){
    .header{
        position: absolute;
        top: 40%;
    }
    .menu{
        top: 50px;
    }
}
@media(min-width: 500px) and (max-width: 768px){
    .container{
		padding: 0px 20px;
	}
    .header{
        top: 45%;
    }
    .menu{
        top: 60px;
    }
}
@media(min-width: 768px) and (max-width: 1024px){
    h3 {
        font-size: 25px;
    }
    h5{
        font-size: 17.5px;
    }
    label{
        font-size: 17px;
    }
    strong{
        font-size: 17px;
    }
    .table td, .table th{
        padding: 10px;
    }
    .navbar-brand {
        margin-left: 36%;
    }
    .header{
        top: 45%;
    }
    .menu{
        top: 80px;
    }
    .header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
        color: #FBF205;
    }
    .header li + li {
        margin-left: 0px;
    }
    .header ul{
        padding: 10px 30px;
    }
    .showmenu {
        float: right;
        margin: 20px;
    }
}
@media(min-width:1024px){
    h5{
        font-size: 19px;
    }
    h3{
        font-size: 35px;
    }
    label{
        font-size: 17px;
    }
    strong{
        font-size: 18px;
    }
    .form-control {
        height: 40px !important;
    }
    .bgCover{
        height: 350px;
    }
    .header{
        top: 270px;   
        left: 50%;
        display: flex;
        justify-content: center;
        text-align: center;
        transform: translateX(-50%);
    }
    .navbar-brand{
        margin-left: 50px;
    }
    .header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
        color: #FBF205;
    }
    .menu{
        float: right;
        overflow: visible;
        position: static;
        margin-top: 10px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
    }
    .menu li{
        float: left;
        border: none;
    }
    .header li + li {
        margin-left: 9px;
    }
    .menu li a{
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    .menu li a:hover{
        color: #FBF205;
    }
    .showmenu{
        display: none;
    }
    .table td, .table th{
        padding: 10px 0;
    }
}
/* @media(min-width: 1200px) and (max-width: 2000px){
    .header{
        top: 72%;   
        width: 1020px;
        left: 50%;
        display: flex;
        justify-content: center;
        text-align: center;
        transform: translateX(-50%);
    }
    .bgCover{
        height: 300px;
    }
} */