@charset "utf-8";
/* CSS Document */

/*===============================================
                    整體設定
=================================================*/

body {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體" !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
}

a, a:hover {
    text-decoration: none;
    transition: all .3s;
}


@media (min-width: 1380px){

#wrapper .container {

}

}

/*===============================================
                  無障礙TAB框設定
=================================================*/

:focus {
    border: 2px solid #f82626 !important;
}
/*文字輸入框*/

.form-control:focus {
    border: 2px solid #f82626 !important;
}

/*按鈕元件*/

.btn-default:focus, button:focus {
    border: 2px solid #f82626 !important;
}

.oc-item {
    padding: 1px;
}

.oc-item a {
    display: block;
}

.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    display: block !important;
}

/*============================================
                 按鈕色彩
==============================================*/

/*主體色按鈕*/

.button-style-color {
    background-color: #30603c;
}

.button-style-color:hover {
    background-color: #333 !important;
}

/*黃色按鈕*/

.button-light.button-yellow {
	color: #000;
    background-color: #ffc000 !important;
}

.button-light.button-yellow:hover {
	color: #000;
    background-color: #eea500 !important;
}

/*橘色按鈕*/

.button-amber {
    background-color: #f08300 !important;
}

.button-amber:hover {
    background-color: #f06f00 !important;
}


/*綠色按鈕*/

.button-green {
    background-color: #8ec31f !important;
}

.button-green:hover {
    background-color: #639c19 !important;
}

/*墨綠色按鈕*/

.button-dirtygreen {
    background-color: #0d545f !important;
}

.button-green:hover{
    background-color: #0f626f !important;
}

/*水藍色按鈕*/

.button-border.button-aqua {
    color: #205b74;
    border-color: #205b74;
}

/*===============================================
                    最上方區塊
=================================================*/

#top-bar .top-links-item > a {
    font-size: 1em;
}

@media (max-width: 991px){

#top-bar .top-links-item > a {

}

}

/*===============================================
                    上方區塊
=================================================*/

#header, #header-wrap {
    border-bottom: 0px solid #F5F5F5;
}

#header-wrap {
    position: relative !important;
}

.header-wrap-clone {
    display: none;
}

@media (min-width: 992px){

#header-wrap {

}
	
}

@media (max-width: 991px){


    
}

/*===============================================
                   上方logo區塊
=================================================*/

@media (max-width: 991px){

#logo img {
    height: 65px !important;
}

}

@media (min-width: 992px){

#logo {
    opacity: 1 !important;
}  

}

/*===============================================
                   上方輔助選單區塊
=================================================*/

#top-menu a {
    font-size: 0.9em;
    color: #000;
}

/*上方輔助選單區塊-fb按鈕*/

#top-menu #facebook-button {
    width: 30px;
    height: 30px;
    padding: 4px;
    color: #fff;
    text-align: center;
    background-color: #2053af;
    border-radius: 999px;
}

/*上方輔助選單區塊-字級大小按鈕*/

#top-menu #text-button {
    color: #fff;
    background-color: #5892b7;
}

#top-menu #text-button.text-02 {
    background-color: #2870a0;
}

#top-menu #text-button.text-03 {
    background-color: #145781;
}

/*===============================================
                   banner選單
=================================================*/

/*banner選單-主選單-連結文字樣式*/

.primary-menu > #banner-menu > li > a {
    color: #000;
}

.primary-menu > #banner-menu > li > a:hover, #banner-menu > .menu-item:hover > .menu-link {

}


@media (min-width: 992px){

#banner-menu {

}
    
.primary-menu > #banner-menu > li > a {

}
    
.primary-menu > #banner-menu > li > a:hover, #banner-menu > .menu-item:hover > .menu-link {

}
    
#banner-menu .sub-menu-container {
    max-height: 350px;
    overflow: auto;
}
    
}


/*===============================================
                  首頁banner區塊
=================================================*/

#home-banner {
    background-color: #f4f4f0 !important;
    position: relative;
}


#home-banner .owl-stage-outer:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../image/index-banner-cover-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;
}

/*===============================================
                首頁-各區塊共同樣式
=================================================*/

.index-content {
    background-image: url(../image/index-content-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}


.index-content .content-wrap {
    background-image: url(../image/index-content-cover-img.png);
    background-position: center bottom;
    background-repeat: no-repeat;

}

.index-content .section {
    background-color: transparent !important;
}

/*===============================================
                首頁-主標題共通樣式
=================================================*/

/*首頁-主標題共通樣式*/

.index-content #main-title {

}

.index-content #main-title h2 {
    color: #30603c;
}

.index-content #main-title span {
    color: #000;
}


/*===============================================
                首頁-最新消息區塊
=================================================*/

/*首頁-最新消息區塊-主區塊*/

#home-news {
    background-color: #f4f4f0 !important;
}

#home-news .container {
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .16);
    padding: 2rem 5rem;
}

/*首頁-最新消息區塊-列表樣式*/

#home-news .list-group-item {
    border: 1px dashed #32896e;
    border-width: 0 0 1px;
}

@media (max-width: 991px){

#home-news .container {
    padding: 2rem;
}
    
}

/*===============================================
                首頁-媒體報導區塊
=================================================*/

/*首頁-媒體報導區塊-日期區塊*/

#home-media .entry-meta {
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}

#home-media .entry-meta:after {
    width: 80px;
    height: 1px;
    content: '';
    border-top: 2px solid #d35b1a;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 0;
}

/*===============================================
                首頁-活動紀錄區塊
=================================================*/

/*首頁-活動紀錄區塊-主標題文字樣式*/

#home-record .heading-block h2 {
    color: #30603c;
}

#home-record .heading-block span {
    color: #000;
}

#home-record #text-box p {
    color: #000;
    font-weight: bold;
    text-indent: 2rem;
}

/*===============================================
                首頁-友站連結區塊
=================================================*/

#home-link #main-title h2, div#home-link #main-title span {
    color: #fff;
}

/*===============================================
                  內頁banner區塊
=================================================*/

/*內頁banner區塊-遮罩區塊*/

.page-banner:before {
    width: 100%;
    height: 100%;
    /*background-color: rgb(0 0 0 / 40%);*/
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

/*===============================================
                內頁-子層選單區塊
=================================================*/

/*內頁-子層選單區塊-主區塊*/

    
#page-menu #page-menu-wrap {
    top: 0 !important;
    position: relative !important;
}

#page-menu .page-menu-wrap-clone {
    display: none;
}
    

@media (min-width: 992px){

#page-menu {
    margin-top: 30px;
}
    
#page-menu #page-menu-wrap {
    background-color: #fff !important;
    box-shadow: none !important;
}
    
/*內頁-子層選單區塊-標題區塊*/
    
#page-menu #page-menu-wrap .page-menu-title {
    display: none;
}
    
/*內頁-子層選單區塊-列表區塊*/
    
#page-menu #page-menu-wrap .page-menu-nav {
    flex: 0 0 100%;
    justify-content: center;
}
    
#page-menu #page-menu-wrap .page-menu-item > a {
    font-size: 1em;
    color: #333;
    text-shadow: none;
    padding: 8px;
    border: 1px solid rgb(208, 201, 201);
    border-radius: 0px;
}
    
}

/*===============================================
                內頁-內容主區塊
=================================================*/


/*===============================================
                內頁-右方內容區塊
=================================================*/

#is-content {

}


/*===============================================
                  下方主區塊
=================================================*/

/*下方主區塊*/

#footer {
    background-color: #f4f4f0;
}

#footer-box {
    color: #fff !important;
}

#footer-box a {
    color: #fff;
}

/*===============================================
                  頁尾內容區塊
=================================================*/

#footer-content {
    background-color: #003979;}

#footer-menu .button {

}


/*===============================================
                  頁回最上方按鈕
=================================================*/

#gotoTop {
    border-radius: 99px;
}