﻿﻿* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: "Microsoft Jheng Hei", "微軟正黑體", Arial, sans-serif;
    letter-spacing: 1px;
    color: #333;
    line-height: 1.75em;
    font-size: 1.125rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #009d42;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

p {
    margin-bottom: 2em;
}

input,
textarea,
select,
button {
    font-family: "Microsoft Jheng Hei", "微軟正黑體", Arial, sans-serif;
}

.m-100 {
    margin: 100px !important;
}

.mt-100,
.my-100 {
    margin-top: 100px !important;
}

.mr-100,
.mx-100 {
    margin-right: 100px !important;
}

.mb-100,
.my-100 {
    margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
    margin-left: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100,
.py-100 {
    padding-top: 100px !important;
}

.pr-100,
.px-100 {
    padding-right: 100px !important;
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
    padding-left: 100px !important;
}

#page {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.section-padding {
    position: relative;
    padding: 50px 0;
}

.banner {
    padding: 250px 0 72px 0;
}

.ban-tit h3 {
    color: #fff;
    font-size: 2.75rem;
}

.ban-tit h3::after {
    content: "";
    width: 64px;
    height: 1px;
    background: #00b84d;
    display: block;
    margin: 32px auto 0 auto;
}

.ban-tit h4 {
    color: #fff;
    opacity: .5;
    text-transform: uppercase;
}

.page_nav_bar {
    border-bottom: 1px solid #eee;
}

.page_nav_link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}

.page_nav_link li {
    border-right: 1px solid #eee;
}

.page_nav_link li a {
    display: inline-block;
    padding: 16px;
    margin-top: 2px;
}

.page_nav_link li a img {
    width: 24px;
    margin-top: -6px;
}

.page_nav_link li .dropdown .dropdown-toggle::after {
    display: none;
}

.page_nav_link li .dropdown .dropdown-toggle:hover {
    color: #00dd77;
    cursor: pointer;
}

.page_nav_link li .dropdown .nav_btn::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../fonts/icon_down.svg) no-repeat;
    background-size: 95%;
}


/*標題文字*/

.tit h1 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.sec-tit {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

.thr-tit {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    margin-bottom: 60px;
}

.thr-tit::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #00b84d;
    margin-top: 32px;
}

.four-tit {
    font-size: 1.5rem;
    /* font-weight: bold; */
    color: #009d42;
    line-height: 1.5em;
    margin: 30px 0;
}

.px-15 {
    padding: 0 15px;
}

.page-txt img {
    margin-bottom: 2em;
}


/**li circle-style**/

.list li {
    position: relative;
    padding-left: 20px;
}

.list li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #00dd77;
    border-radius: 50%;
    left: 5px;
    top: 12px;
}


/*** Scroll To Top style ***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    background: #009d42;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #009d42;
}

.bg-gray {
    background: #f2f2f2;
}

figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mask-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 45, 51, 0.8);
    text-align: center;
    opacity: 0;
    transition: .3s;
}

figure:hover .mask-box {
    opacity: 1;
    transition: .3s;
}

a[role=button] {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mask-box img {
    margin-top: 55%;
}

.pro-mask-box {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    background-color: rgba(31, 45, 51, .75);
    width: 100%;
    padding: 10px 16px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    transition: .5s;
}

.pro-mask-box a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

figure:hover .pro-mask-box {
    height: 100%;
    line-height: 100%;
    background-color: rgba(0, 157, 66, .75);
    transition: .5s;
}

figure:hover .pro-mask-box a {
    overflow: inherit;
    white-space: pre-wrap;
    line-height: 1.5em;
}

.pro-mask-box a[role=button] {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.btn-more,
.btn_send,
.btn_dow {
    display: inline-block;
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal;
    background: #009d42;
    padding: 12px 48px;
    margin: 48px auto 0;
    border-radius: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-more:hover,
.btn:hover,
.btn_dow:hover {
    color: #fff;
    background: #00b84d;
}

.btn-arrow {
    width: 72px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

input.btn-search {
    color: #fff;
    background: #009d42;
    padding: 15px 60px;
    border: 0;
    font-size: 1.125rem;
}

input.btn-search:hover {
    background: #00b84d;
}

.list-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.list-body {
    width: calc(100% / 3 - 30px);
    background: #009d42;
    margin: 15px;
}

.list-body:hover {
    background: #00b84d;
}

.list-body a {
    padding: 20px;
}

.list-body p {
    margin-top: 1em;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.125rem;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}

.owl-theme .owl-dots .owl-dot span {
    background: none!important;
    border: 1px solid #009d42;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #009d42!important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 100px;
}

.dep-box {
    width: calc(100% / 2 - 30px);
    margin: 15px;
    border: 1px solid #eee;
    padding: 30px 50px;
    background: url('../fonts/inv_icon_03.svg')98% bottom no-repeat;
    background-size: 186px;
}

.dep-box .four-tit {
    margin: 0 0 20px 0;
    font-weight: bold;
}

@media screen and (min-width:992px) {
    .map_txt ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1199px) {
    .list-body {
        width: calc(100% / 2 - 30px);
    }
}

@media screen and (min-width:320px) and (max-width:700px) {
    /* .page_nav_link li{
    width: calc(100% / 2);
  } */
    .page_nav_link li:first-child {
        width: auto;
        /* width: 50px; */
    }
    .page_nav_link li:last-child {
        border-right: 0;
    }
    .dom-selectizing-clone li {
        display: inherit;
    }
    .page_nav_link li .dom-selectizing-clone li,
    .page_nav_link li .dom-selectizing.open li ul li {
        width: 100%!important;
    }
    .selectizing-wrapper {
        width: 100%;
        max-width: 100%;
    }
    /* .page_nav_link li .dom-selectizing li ul{
    margin-left: -300%;
  } */
    .list-body {
        width: 100%;
        margin: 2%;
    }
    .page_nav_link li a {
        padding: 18px 16px;
    }
    .page_nav_link li:first-child a {
        padding: 18px 10px;
    }
    /* .page_nav_link li a img{
    width: 30px;
  } */
    .page_nav_link li:nth-child(4) {
        width: 100%;
        border-top: 1px solid #eee;
    }
}

@media (max-width: 360px) {
    /* .page_nav_link li .dom-selectizing li ul{
    margin-left: -230%;
  } */
}

@media (max-width: 320px) {
    .page_nav_link li a {
        padding: 16px 10px;
    }
    .dom-selectizing li ul {
        width: 100vw;
    }
    /* .page_nav_link li .dom-selectizing li ul{
    margin-left: -200%;
  } */
}


/*Privacy Bottom Bar*/

#privacyBottomBar {
    font-size: 14px;
    background: #009d42;
    color: #fff;
    text-align: left;
    height: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 999;
    border-top: 1px solid #ddd;
}

#privacyBottomBar .privacyBarAcceptBtn {
    float: right;
    margin-left: 30px;
    border: 1px solid white;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
}

#privacyBottomBar .privacyBarAcceptBtn:hover {
    background: rgba(255, 255, 255, 0.2);
}

#privacyBottomBar.expand {
    padding: 14px 70px 14px 14px;
    height: auto;
}

#privacyBottomBar a {
    color: #fff;
    text-decoration: underline;
}

#privacyBottomBar a:hover {
    color: rgba(255, 255, 255, .8);
}

#privacyBottomBar label {
    cursor: pointer;
}

#privacyBottomBar .privacyBarCloseBtn {
    cursor: pointer;
    display: block;
    background: url(../images/icon_close_10x10_white.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
}

#privacyBottomBar .privacyBarCloseBtn:hover {
    /* opacity:0.5; */
    cursor: not-allowed;
}

#privacyBottomBar .privacyBarCloseBtn.checked {
    cursor: pointer;
}

@media screen and (max-width:767px) {
    #privacyBottomBar.expand {
        padding-right: 50px;
        padding-bottom: 60px;
    }
    #privacyBottomBar .privacyBarAcceptBtn {
        float: none;
        position: absolute;
        bottom: 14px;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner {
        background-position: center!important;
    }
    .page_nav_link li a {
        margin-top: 0px;
    }
}

@media screen and (max-width:700px) {
    .page_nav_link li a {
       /*margin-top: 0px;*/
    }
}

@media screen and (max-width:320px) {
    .page_nav_link li a {
        /*margin-top: 6px;*/
    }
}
.date {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ccc;
    margin: 0;
}