ul { /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu{
    display: flex;
    justify-content:center;
    align-items:center;
    background-color: #fff;
    height: 45px;
    z-index: 10;
}



.menu-navbar{
    flex: none;
    width: 900px;
    text-align: center;
}


@media (max-width: 1200px){
    .menu-navbar{
        width: 720px;
    }
}


.menu-navbar > ul > li{
    display: inline-block;
    background-color: #fff;
    height:45px;
    padding-top: 10px;
}
.menu-navbar > ul > li > a{
    color:#333;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 14px;
    user-select: none;
    text-decoration:none;
    margin: auto;
}

.menu-navbar > ul > li > ul{
    display: flex;
    position: absolute;
    top:45px;
    margin: 0;
    z-index: 10;
}

.menu-navbar>ul>li>ul>li>a {
    display: block;
    color: #333;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    padding: 10px 14px;
    width: 120px;
    font-size: 14px;
    letter-spacing: 1px;
}

.drop-down-maxmenu{
position: fixed;
    top: 88px;
    left: 0;
    background-color: #eee;
    width: 100%;
}
@media screen and (min-width:992px) and (max-width:3000px) {
    .menu-navbar>ul>li:hover>ul:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #eee;
        top: -10px;
        content: '';
        display: block;
        height: 0;
        left: 28%;
        position: absolute;
        width: 0;
        z-index: 10;
    }
    .menu-navbar>ul>li>ul>li {
        display: none;
    }
    .menu-navbar>ul>li:hover>ul>li {
        display: block;
        background-color: #eee;
        border-bottom: 1px solid #ccc;
    }
    .menu-navbar>ul>li:hover>ul>li:last-child {
        border-bottom: 0px solid #eee;
    }
}

.drop-down-menu{
    padding:20px;
}

.drop-down-menu>li {
    display: inline-flex;
    width: 160px;
    height: 200px;
}

.drop-down-menu>li>ul {
    padding: 10px;
    padding-bottom: 20px;
    margin: 10px;
    border-right: 1px solid #eee5;
    border-right-style: dashed;
    min-width: 230px;
    line-height: 22px;
}

.nav-product-item {
    display: inline-block !important;
    padding: 0px 5px;
    margin-bottom: 30px;
    border-right: 1px solid #eee5;
    border-right-style: dashed;
    max-width: 180px;
    line-height: 22px;
}

.nav-product-img {
    display: block;
    margin: auto;
}

.nav-product-item-title{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color:#eee;
}


.nav-icon-add{
    opacity: .8;
    padding-bottom:5px;
    text-align: center;
}

.nav-icon-fas{
    color:#efb922;
    font-size: 20px;
}

.nav-development{
    color: #eee;
    text-align: center;
    font-size: 12px;
}

.form-control {
    width: 120px;
    height: 27px;
    padding: .375rem .75rem;
    font-size: 12px;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #777;
    border-radius: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 0;
}


.arrow-list:hover::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #269391;

    left: 40%;
    position: relative;
    ;

    z-index: 10;

    width: 0;
    height: 0;
    display: block;
    content: '';
}

.menu-link:hover>ul {
    display: block;
}

a {
    color: #eee;
}

@media (max-width: 960px) {
    .drop-down-menu {
        padding: 20px 10px;
    }
}


.brand-nav {
    background: -webkit-linear-gradient(135deg, #116ea3, #269391);
}

.form-control {
    display: block;
    width: 120px;
    height: 27px;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #777;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #777;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: .25rem;
}

.table-sm td,
.table-sm th {
    padding: 10px 5px;
}

.table-sm td:hover {
    background-color: rgba(0, 0, 0, 0.112);
}

.fa-download {
    color: #0373ad;
}

ul {
    /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-link {
    padding: 10px 15px;
    border-left: 1px solid #eeeeee24;
}

.menu-link:first-child {
    border-left: 0px solid #eeeeee24;
}

.menu-link>a {
    font-size: 16px !important;
    color: #eee;
    letter-spacing: .5px;
}

.drop-down-menu {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: .96;
    border-bottom: 1px solid #eee5;
    background: -webkit-linear-gradient(90deg, #116ea3, #269391);
    padding: 20px 120px;
    margin-top: 10px;
    z-index: 999;
    display: none;
}

.form-control {
    width: 120px;
    height: 27px;
    padding: .375rem .75rem;
    font-size: 12px;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #777;
    border-radius: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 0;
}


.arrow-list:hover::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #269391;

    left: 40%;
    position: relative;
    ;

    z-index: 10;

    width: 0;
    height: 0;
    display: block;
    content: '';
}

.menu-link:hover>ul {
    display: block;
}

a {
    color: #eee;
}

@media (max-width: 960px) {
    .drop-down-menu {
        padding: 20px 10px;
    }
}

.product-ul{
    height:40px;
    display: inline-block;
    color: #eee;
    font-size: 12px;
}

.product-ul >ul >li::before {
    content: '>';
    padding-right: 6px;
}


.list-group-item-drowdown{
    margin-top: 12px;
    list-style: none;
}