﻿/* bootstrap_min.css*/

.container {
    margin-right: auto;
    margin-left: auto;
	/*position:relative;*/
}



/*@media (min-width:768px) {
    .container {
        width: 750px;
    };
}*/

@media (min-width:700px) {
    .container {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
    };
}



@media (min-width:1200px) {
   /* .container { min-width: 804px;}*/
}


@media (max-width:800px) { .container { display:none;} }

.collapse {
    display: none;
    visibility: hidden;
}

/*=======================================*/

.dropdown {
   /* position: relative;*/
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 0.938em;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.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: 0.75em;
    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:5px;
    padding-bottom: 5px;
    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: 12px;
        padding-bottom: 13px;
    };*/
}

.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 {
	width:80%;
	max-width:630px;
	/*min-height: 48px;*/
	float:right;
	text-align: center;
	/*background-color: #29cfff;*/
	
    }

#navbar-menu {
	font-size: 1.0714em;
	font-family: "微軟正黑體";	
	width:100%;
	/*margin-top:20px;*/
}

    #navbar-menu .dropdown {
	width: 20%;
	/*background-image: url(../../images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right center;	*/		
    }
	
	#navbar-menu .dropdown:last-child {background-image: none;}

    #navbar-menu .dropdown .dropdown-toggle {/*第一層選單字體顏色*/
	/*color: #FFFFFF;*/
	font-weight: normal;
	line-height: 140%;
	display: block;
	padding-right: 0px;
	font-size: 1em;
	text-align:center;
    position: relative;
    padding: 1em 0;
        }
	
	/*vivi設定第一層選單icom*/
	.navbar-nav li>a.dropdown-toggle{
       /* background: url(../../images/menu-icon01.svg) no-repeat .7em center;*/
		color:#e94b41;
		  }
	.navbar-nav li>a.dropdown-toggle>p{
		font-size: 1.125em;
    color: #675750;
		  }
	.navbar-nav li>a.dropdown-toggle:hover:before{
		content: " ";
	width: 80px;
    display: inline-block;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
		}

	
	/*選單底色*/
	.navbar-nav li>a.dropdown-toggle:before {
    content: " ";
    width: 22px;
    position: absolute;
    top: 45px;
    left: 20px;
    display: inline-block;
	    border-bottom: 6px #0079c2 solid;
		  }
	.navbar-nav li+li>a.dropdown-toggle:before {
       border-bottom: 6px #1fb25a solid;
		  }
	.navbar-nav li+li+li>a.dropdown-toggle:before {
       border-bottom: 6px #e0e63d solid;
		  }
	.navbar-nav li+li+li+li>a.dropdown-toggle:before {
       border-bottom: 6px #00a498 solid;
		  }
	.navbar-nav li+li+li+li+li>a.dropdown-toggle:before {
          border-bottom: 6px #856c71 solid;
		  }
@media only screen and (max-width:1090px) { 
     
	.navbar-nav li>a.dropdown-toggle,.navbar-nav li+li>a.dropdown-toggle,
	.navbar-nav li+li+li>a.dropdown-toggle,.navbar-nav li+li+li+li>a.dropdown-toggle,
	.navbar-nav li+li+li+li+li>a.dropdown-toggle,.navbar-nav li+li+li+li+li+li>a.dropdown-toggle{
		background:none; }
	
	
	#navbar-menu .dropdown .dropdown-toggle{
		padding-left:0;}
	}


   /* #navbar-menu .dropdown .dropdown-toggle:hover,
    #navbar-menu .dropdown .dropdown-toggle:focus,
    #navbar-menu .dropdown.open .dropdown-toggle,#navbar-menu .dropdown .active {
	/*color: red;
	background: url(images/nav-bg.png) no-repeat center;
	background-color:#ffdddb;
	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;
	top:100px;
	width: 100%;
	position: absolute;
	background-color:#C7E074;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
        }
		
		
		@media (min-width:1000px) {  #navbar-menu .dropdown .dropdown-menu {min-width: inherit;} }

            #navbar-menu .dropdown .dropdown-menu .content {
                /*background-color: #F5F5F5;*/
                padding: 0 15px;
            }

            #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 {
                    top: 0px;
                    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: 15px;
            }

    #navbar-menu .dropdown .dropdown-menu .dropdown-menu-title {
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(../../images/MegaMenu-icon01.svg);
	background-size:1em;
	background-repeat: no-repeat;
	background-position:left top;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
            }
			
#navbar-menu .dropdown .dropdown-menu .dropdown-menu-title a {
	color:#fff;
}
#navbar-menu .dropdown .dropdown-menu .dropdown-menu-title a:hover{
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left:20px; 
}



 #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;
	margin-left: .5em;
                }

#navbar-menu .dropdown .dropdown-menu .menu-item ul li:hover a {
                        
						font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
                    }
#navbar-menu .dropdown .dropdown-menu .menu-item div .dropdown-menu-title:hover a{
	color:#fdff5f;
	
                    }
/*#navbar-menu .dropdown .dropdown-menu .menu-item:hover  .dropdown-menu-title{
	background-image: url(../../images/MegaMenu-icon02.svg);
   
	}*/

#navbar-menu .dropdown .dropdown-menu .menu-item ul li a {
	background-color: #A9C647;
	color: #ffffff;
	border: none;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../../images/MegaMenu-icon02.png);
	background-repeat: no-repeat;
	background-position: 8px 11px;
	font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
                    }

   #navbar-menu .dropdown .dropdown-menu .menu-item ul li a:hover,
   #navbar-menu .dropdown .dropdown-menu .menu-item ul li a:focus {
	color: #fff;
	font-weight: normal;
	background-color: #89AA23;
                        }

header .section-main {
   /* position: relative;*/
}

    header .section-main .menu,
    header .section-main .menu .dropdown {
        position: static;
    }

#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: 960px) {
	#header .header-menu {
		max-width:490px;}
	}
@media screen and (max-width: 800px) {

        #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%;
	max-width: inherit;
}

}

@media screen and (min-width: 0px) {

    #mobile-menu {
	display: block;
	z-index: 999;
	position: relative;
	background-color: rgb(0,102,255);
    }

    #navbar-menu {
        display: block;
    }
        #navbar-menu .dropdown {
            display: block;
            visibility: visible;
        }
}

@media screen and (min-width: 801px) and (max-width: 2000px) {  
  
    #mobile-menu {
        display: none;
    }
	
	}

@media screen and (max-width: 768px) {

    #header .header-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

}
/*vivi
@media only screen and (max-width: 1110px){ 

#header .header-menu{
	  max-width: 100%;
	}
}*/