@charset "utf-8";
/* CSS Document */
.menu-top-menu-container {
    width: 100%;
    margin: 0px auto 0 auto;
    font-size: 16px;
    color:#666;
    text-align: left;
    display: flex;
}

.menu-top-menu-container * {
    margin: 0;
    padding: 0;
}

.menu-top-menu-container li {
    width: calc( 100% - 20px );
    list-style-type: none;
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    float: right;
    position: relative;
}

/* do not remove - this makes the submenu open / close */

.menu-top-menu-container ul ul {
    display: none;
}

.menu-top-menu-container li.active>ul {
    display: block;
}
/* first level menu item */
.menu-top-menu-container > ul {width: 100%;}
.menu-top-menu-container > ul > li {
		width: 100%;
		margin: 0px;
}
.menu-top-menu-container > ul > li > a {
  /*---原本藍色---*/
    position: relative;
    display: block;
    padding: 20px 18px 20px 45px;
    text-decoration: none;
    font-size: 16px;
    color: #003d6d;
    line-height: 1.3;
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    background-color: #1ff2ff;
    border-bottom: 2px solid #fff;

    /*---改成灰色---*/
    /* text-decoration: none;
    font-size: 16px;
    color: #231815;
    line-height: 1.3;
    display: block;
    padding: 22px 55px 22px 42px;
    transition: all 0.15s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 2px solid #c7c7c7;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #ececec 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%,#ececec 100%);
    background: linear-gradient(to bottom, #ffffff 1%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); */
}
.menu-top-menu-container > ul > li > a:before {
	content: '';
	display: block;
	width: 15px;
	height: 23px;
	background-image: url(../images/bread_icon_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 20px;
	top: 20px;
	transition: all .5s;
}
.menu-top-menu-container > ul > li > a:hover:before {
	background-image: url(../images/bread_icon_dark_blue.svg);
}

/* second level menu item */

.menu-top-menu-container ul ul li a {
 /*原本灰色*/
    text-decoration: none;
    font-size: 16px;
    color: #231815;
    line-height: 1.3;
    display: block;
    padding: 22px 55px 22px 25px;
    transition: all 0.15s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 2px solid #c7c7c7;
    background: #ffffff; 
    background: -moz-linear-gradient(top, #ffffff 1%, #ececec 100%); 
    background: -webkit-linear-gradient(top, #ffffff 1%,#ececec 100%); 
    background: linear-gradient(to bottom, #ffffff 1%,#ececec 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); IE6-9

    /*改成藍色*/
    /* position: relative;
    display: block;
    padding: 20px 18px 20px 45px;
    text-decoration: none;
    font-size: 16px;
    color: #003d6d;
    line-height: 1.3;
    background-color: #1ff2ff;
    border-bottom: 2px solid #fff; */
}
.menu-top-menu-container ul ul li a:hover,
.menu-top-menu-container ul ul li.active a {
    display: block;
    width: 100%;
    transition: all .5s;
    width:100%;
    color: #003d6d;
}
.menu-item-has-children > ul > li > a:before{
	content:'';
	display:block;
	width: 5px;
	height:40px;
	background-color:#00abbd;
	position: absolute;
	top: 22%;
	z-index: 9;
    left: 0;
    transition: all .3s;
}
.menu-item-has-children > ul > li > a:hover:before{
    background-color: #003d6d;
}
.menu-top-menu-container ul ul li a:hover:not(:only-child):before, 
.menu-top-menu-container ul ul li.active a:not(:only-child):before{
    background-color: #003d6d;
}
.one_fl:after,.menu-top-menu-container ul ul li a:not(:only-child):after{
	content:'';
	display:block;
	width: 14px;
	height:14px;
	background-image: url(../images/blue_arrow.svg);
	position: absolute;
	top: 25px;
	z-index: 9;
	right: 15px;
	background-repeat:no-repeat;
	transform:rotate(-90deg);
}
.one_fl:hover:after,.one_fl:after {
	width: 31px;
	height:35px;
	top: 17px;
	right:13px;
	background-image: none;
	transform:rotate(0deg);
}
.menu-top-menu-container ul ul li a:hover:after,.menu-top-menu-container ul  ul li.active a:not(:only-child):after{
	transform:rotate(0deg);
	top: 28px;
    right: 17px;
    background-image: url(../images/dark_blue_arrow.svg);
}



/* third level menu item */

.menu-top-menu-container ul ul ul {
		margin: 0px; padding: 0;
}
.menu-top-menu-container ul ul ul li{
	width:100%;
}
.menu-top-menu-container ul ul ul li a {
    text-decoration: none;
    /* font-size: 14px; */
    color: #231815 !important;
    line-height: 1.3;
    display: block;
    padding: 22px 20px 23px 50px;
    transition: all 0.15s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    background: #fff;
    /* align-items: center; */
}
.menu-top-menu-container ul ul ul li a:before{
	content:'';
	display:block;
	background-image: url(../images/nav_icon03.svg);
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 5px;
	position: absolute;
    left: 25px;
    top: 25px;
}
.menu-top-menu-container ul ul ul li a:hover:before {
	background-image: url(../images/nav_icon02.svg);
}
.menu-top-menu-container ul ul ul li a:hover {
    background-color: rgba(195, 255, 0, .1)
}
.menu-top-menu-container > ul > li > ul > li:last-of-type ul > li:first-of-type a{
    margin: 0px 0px 0px 0px;
}
/* arrows after closed / open menu items that have children */

.menu-top-menu-container a:not(:only-child):after {
    position: absolute;
    right: 10px;
    top: 22px;
}

/* .menu-top-menu-container a:not(:only-child):after {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url(../images/pd_nav_arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
/* .menu-top-menu-container .active>a:not(:only-child):after {
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(../images/pd_nav_arrow02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
.menu-top-menu-container > ul > li.active > a:before {
    background-image: url(../images/bread_icon_dark_blue.svg);
}
.menu-top-menu-container ul ul ul li.active a{
    background-color: rgba(195, 255, 0, .1)
}
.menu-top-menu-container ul ul ul li.active > a:before{
    background-image: url(../images/nav_icon02.svg);
}

/* .menu-top-menu-container ul ul li.active a:hover:before{
    background-color: #003d6d;

} */
.menu-top-menu-container .menu li.active>ul>li.active>a:before{
    background-color: #003d6d;

}