/* bootstrap_min.css*/

.container {text-align: center;}
@media (max-width:900px) { .container { display:none;} }

/*=======================================*/

.dropdown {
   /* position: relative;*/
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;

	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    };
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav>li>a>img {
    max-width: none;
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    };
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    };
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    };
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 20px;
    };
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}



@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    };
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both;
}

/* menu-style Layout_Common.css*/
    #header .header-menu {
	
    }

#navbar-menu {
	font-size: 1.0714em;
	font-family: "微軟正黑體";	
	width:680px;
    margin-left: -55px;
}

@media (max-width:991px) {#navbar-menu{font-size: 1em; width:600px;} }

    #navbar-menu .dropdown {
		width:20%;
    }

    #navbar-menu .dropdown .dropdown-toggle {
	font-weight: normal;
	display: block;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 105%;
	color: #e3e3e3;
	position: relative;
        }
		
	#navbar-menu .dropdown.open .dropdown-toggle:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #24458c;
	position: absolute;
	left: 50%;
	margin-left:-12px;
	bottom: -12px;
	z-index:9999;
		}

    #navbar-menu .dropdown .dropdown-toggle:before {
    position: absolute;
    content: '';
	width: 1px;
	height: 9px;
    background-color: #6280bf;
    left: 0%;
    top:16px;
    z-index:9999;
        }
    
#navbar-menu .dropdown:first-child .dropdown-toggle:before {display:none;}


            #navbar-menu .dropdown .dropdown-toggle:hover,
            #navbar-menu .dropdown .dropdown-toggle:focus,
            #navbar-menu .dropdown.open .dropdown-toggle,#navbar-menu .dropdown .active {
	color:#ffffff;
	/*background: url(images/nav-bg.png) no-repeat center;*/
	/*border-bottom-color: #2ca9e2;*/
            }

        #navbar-menu .dropdown .dropdown-menu {
	/*background: url("images/mainlinks-info-bg.png") repeat scroll 0 0 rgba(255, 255, 255, 0.97);
	border-radius: 15px;*/
	padding: 35px;
	left: 0;
	width: 100%;
	position: absolute;
	background-color:#e9edf2;
        }
		
		
		@media (min-width:1000px) {  #navbar-menu .dropdown .dropdown-menu {min-width: inherit;} }

            #navbar-menu .dropdown .dropdown-menu .content {
                margin:auto;
                margin:auto;
				max-width: 1206px;
            }

            #navbar-menu .dropdown .dropdown-menu .flexslider {
                border: none;
                border-color: #F0EFEF;
                background-color: transparent;
                padding-top: 15px;
                box-shadow: none;
                margin-bottom: 0;
            }

                #navbar-menu .dropdown .dropdown-menu .flexslider .flex-control-nav {
                    bottom: 15px;
                    bottom: inherit;
                }

            #navbar-menu .dropdown .dropdown-menu:hover .flexslider .flex-prev {
                left: -50px;
                opacity: 1;
            }

            #navbar-menu .dropdown .dropdown-menu:hover .flexslider .flex-direction-nav .flex-disabled {
                display: none;
            }

            #navbar-menu .dropdown .dropdown-menu:hover .flexslider .flex-next {
                right: -50px;
                opacity: 1;
            }

            #navbar-menu .dropdown .dropdown-menu .flexslider .slides {
                list-style-type: none;
                float: left;
                margin-bottom: 0px;
                margin-top: 3px;
                font-weight: bold;
            }


            #navbar-menu .dropdown .dropdown-menu .menu-item {
                width: 160px;
                float: left;
                color: #fff;
                margin-right: 20px;
            }

            #navbar-menu .dropdown .dropdown-menu .dropdown-menu-title {
	font-size: 1.25em;
	font-weight: normal;
	background-image: url(../../images/MegaMenu-icon01.svg);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c9c9;
            }
			
			#navbar-menu .dropdown .dropdown-menu .dropdown-menu-title a {color: #103482;}

                #navbar-menu .dropdown .dropdown-menu .dropdown-menu-title i {
                }

            #navbar-menu .dropdown .dropdown-menu .menu-item ul {
                width: 100%;
                padding: 5px 0 15px;
            }

                #navbar-menu .dropdown .dropdown-menu .menu-item ul li {
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
                }

                    #navbar-menu .dropdown .dropdown-menu .menu-item ul li:hover a {
                        color: #000;
                    }

                    #navbar-menu .dropdown .dropdown-menu .menu-item ul li a {
					  color: #585858;
					  border: none;
					  display: block;
					  font-weight: normal;
					  padding-top: 10px;
					  padding-right: 5px;
					  padding-bottom: 10px;
					  padding-left: 25px;
					  background-image: url(../../images/MegaMenu-icon02.svg);
					  background-repeat: no-repeat;
					  background-position: 5px 11px;
                    }

                        #navbar-menu .dropdown .dropdown-menu .menu-item ul li a:hover,
                        #navbar-menu .dropdown .dropdown-menu .menu-item ul li a:focus {
	color: #ebebeb;
	font-weight: normal;
	background-color: #002779;
                        }

    header .section-main .menu,
    header .section-main .menu .dropdown {
        position: static;
    }
    
header .section-main .menu {margin-left: 50%;}
@media (max-width:1266px) { header .section-main .menu {margin-left:inherit; float:right;}}
 

#navbar-menu li.dropdown .indicator {
    display: none;
    position: relative;
}

#navbar-menu li.dropdown.open .indicator {
    display: none;
}

#navbar-menu li.dropdown .indicator .shape {
    border-bottom: 17px solid rgba(0,0,0,.15);
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    z-index: 1001;
    left: 33.33333333%;
}

    #navbar-menu li.dropdown .indicator .shape .shape-inner {
        display: block;
        border-bottom: 16px solid rgba(255, 255, 255, 0.97);
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        left: -19px;
        top: 2px;
    }


/*Layout_Responsive.css*/

@media screen and (max-width: 900px) {

        #top-navbar .item-home {
            display: none;
        }

        #top-navbar .item-sitemap {
            display: none;
        }

        #content-main-left > a {
            display: none;
        }

    #header .section-main #main-navbar {
        display: none;
        margin-bottom: 15px;
    }
	
	#header .header-menu {
	border-bottom-style: none;
	width:100%;
}

}

@media screen and (min-width: 0px) {

    #mobile-menu {
	display: block;
	z-index: 99999999999;
	position: relative;
	background-color: rgb(0,102,255);
    }

    #navbar-menu {
        display: block;
    }
        #navbar-menu .dropdown {
            display: block;
            visibility: visible;
        }
}

@media screen and (min-width: 901px) and (max-width: 5000px){  
  
    #mobile-menu {
        display: none;
    }
	
	}

@media screen and (max-width: 768px) {

    #header .header-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

}
