html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    /*padding-top: 53px;*/
    background-color: #1c3354;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.masthead {
    background-image: url('../img//banner-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.banner-logo {
    position: absolute;
    z-index: 2;
    width: 66.66%;
    height: auto;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.pic-frame {
    width: 100%;
    overflow: hidden;
}

.pic-frame img {
    width: 100%;
    height: 100%;

}

.pic-frame .a16-9 {
    aspect-ratio: 16 / 9;
}

.pic-frame .a3-5 {
    aspect-ratio: 3 / 5;
}

ul.slider {
    margin: 0;
    padding: 0;
}

#contact {
    background-color: #003f60;
    padding: 80px 0;
}

#contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contact ul li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#contact ul li a {
    color: #fff;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

#contact ul li a:hover {
    color: #fffb00;
    text-decoration: none;
}

#contact ul li img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 10px 0 0;
}

input {
    -webkit-appearance: none;
    appearance: none;
    color: #111 !important;
    background-color: rgba(255, 255, 255, .95);
}

#contact h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
}

#contact p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

#contact p.alt {
    font-size: 15px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #111 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #111 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #111 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #111 !important;
}

input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline-style: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0 !important;
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #111;
    background-color: rgba(255, 255, 255, .95) !important;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-css {
    display: block;
    font-size: 1rem;
    color: #111;
    background-color: rgba(255, 255, 255, .95) !important;
    border: none;
    line-height: 1.5;
    padding: .5rem 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.form-check {
    padding-left: 0;
}

.form-check input[type=checkbox] {
    display: none;
}

.form-check input[type=checkbox]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../img/cbx-off.svg) no-repeat;
    user-select: none;
}

.form-check input[type=checkbox]:checked+span {
    background: url(../img/cbx-on.svg) no-repeat;
}


.form-check {
    padding-left: 0 !important;
}

.form-check input[type=checkbox] {
    display: none;
}

.form-check input[type=checkbox]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../img/cbx-off.svg) no-repeat;
    user-select: none;
}

.form-check input[type=checkbox]:checked+span {
    background: url(../img/cbx-on.svg) no-repeat;
}

.btn-primary {
    font-size: .95rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none;
    background: #008ad4 !important;
    letter-spacing: 2px;
}

.btn-primary:hover {
    color: #008ad4 !important;
    background: #fff !important;
}