ul li {
    margin: 0;
}
ol li {
    margin: 0;
}

.nav-style-1 {
    margin: 0;
    padding: 16px 0px;
}

.nav-style-item {
    display: inline;
    font-size: 12px;
    font-weight: 400;
}

body{
    
    background-position: center;
    background-repeat: repeat;
}

*::selection {
    background: #00849a;
    color: #eee;
}

*::-moz-selection {
    background: #00849a;
    color: #eee;
}

.bg-color {
    background-color: #fff2;
    margin-bottom: 80px;
}



a:hover {
    text-decoration: none;
    color:#333;
}

.btn-style-1 {
    display:block;
    color: #eee;
    background-color: #333;
    border: 1px solid #333;
    padding: 2px 20px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.btn-style-1:hover {
    color: #333;
    background-color: #eee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
}

.btn-style-2 {
    display: block;
    color: #333;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 2px 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.btn-style-2:hover {
    color: #eee;
    background-color: #666;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
}


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: 14px;
    color: #eee;
}

.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;
}

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

.drop-down-menu>li>ul {
    padding: 10px;
    padding-bottom: 120px;
    margin: 10px;
    border-right: 1px solid #eee5;
    border-right-style: dashed;
    min-width: 220px;
    font-size: 14px;
    line-height: 22px;

}

button:focus{
    border: 1px solid #333;
    border-radius: 0px;
}