body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, '微軟正黑體';
    font-size: 15px;
    overflow-x: hidden;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'OratorStd';
    src: url('../font/OratorStd.otf');
}

@font-face {
    font-family: 'Avenir';
    src: url('../font/Avenir.ttc');
}

input[type="button"]:active {
    outline: none;
    border: none;
}

*:focus {
    outline: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

.shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.blur {
    position: fixed !important;
    top: 0;
    left: 0;
}

.lazyLoad {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: 1s;
}

.lazyLoad.show {
    top: 0px;
    opacity: 1;
}

.parallax-window {
    background: transparent;
}

h1 {
    font-size: 35px;
    margin-bottom: 50px !important;
}

h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 65px !important;
    font-weight: 400;
}

h2 div {
    font-size: 15px;
    color: #aeaeae;
}

h3 {
    font-size: 20px;
    margin-bottom: 25px !important;
}

.layer {
    position: relative;
    width: 100%;
}

#wrapper {
    position: relative;
    top: 0;
    right: 0;
    transition: .2s;
}

.wrapper {
    position: relative;
    max-width: 960px;
    width: calc(100% - 50px);
    margin: 0 auto;
    overflow: hidden;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    transition: .3s;
}

#header .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#mainMenu {
    position: relative;
    height: auto;
    transition: .3s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

#mainMenu a li:hover,
#mainMenu a li.this,
#mainMenu li.this a div.optional,
#mainMenu li div.active {
    color: #f0af00;
}

#mainMenu li {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    transition: .3s;
    cursor: pointer;
    letter-spacing: 0px;
    margin-left: 20px;
}

#mainMenu a {
    color: #fff;
    display: inline-block;
}

#mainMenu li:hover>ul {
    display: block;
}

#mainMenu li ul {
    display: none;
    position: absolute;
    left: 0px;
    padding: 15px 0;
    width: 140px;
    line-height: 40px;
    border-radius: 3px;
    background: #333;
    z-index: 999;
}

#mainMenu li ul:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: url('../images/arrow_menu_1.png') center no-repeat;
    background-size: contain;
    z-index: 999;
}

#mainMenu li ul ul {
    top: -10px;
    left: 135px;
    background: #666;
}

#mainMenu li ul ul:before {
    position: absolute;
    content: '';
    top: 25px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: url('../images/arrow_menu_2.png') center no-repeat;
    background-size: contain;
    z-index: 999;
}

#mainMenu li ul li,
#mainMenu li ul a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

#mainMenu li ul li {
    margin-left: 0px;
}

#logo {
    width: 130px;
    transition: .3s;
}

#header .wrapper {
    overflow: visible !important;
}

#lan {
    position: relative;
    width: 25px;
    height: 50px;
    background: url('../_images/lan.png') center no-repeat;
    background-size: contain;
}

.lanList {
    display: none;
    position: absolute;
    top: 50px;
    left: -25px;
    width: 75px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.25);
}

.lanList:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    top: -10px;
    left: 31.5px;
    background: url('../_images/lanArrowUp.png');
}

.lanList div {
    width: calc(100% - 5px);
    margin: 2.5px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.lanList div:hover {
    background: #eee;
}

#footer {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

#footer .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#copyright {
    float: left;
    width: 100%;
    line-height: 25px;
    padding: 25px 0;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

#footerLogo {
    height: 30px;
}

#footer ul,
#footer ul li a {
    line-height: 25px;
    color: #555;
}

#open {
    height: 35px;
    display: none;
}

#mainMenu li#close {
    position: absolute !important;
    top: 0px;
    right: 0px;
    display: none;
}

/***CDMO***/

.cdmoLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../_images/CDMO.jpg') center no-repeat;
    background-size: cover;
}

.cdmoContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 50px);
    padding: 75px 25px;
    background-color: rgba(0, 0, 0, .5);
}

.cdmoContent h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    color: white;
}

.cdmoContent p {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: white;
}

.cdmoContent a {
    display: inline-block;
    padding: 10px 25px;
    color: white;
    border: white 1px solid;
}

.cdmoContent a:hover {
    color: #454545;
    background-color: white;
}

.cdmoSticky {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 120px;
    height: 50px;
    border: white 1px solid;
    border-radius: 5px;
    background: url('../_images/CDMO.jpg') center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.cdmoSticky a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 900;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

.cdmoSticky h3 {
    margin: 0 !important;
}

@media screen and (max-width: 979px) {
    #header {
        position: static;
        width: 100%;
        height: auto;
        background: #000;
        padding: 10px 0;
    }

    #mainMenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        margin: 0;
        padding: 25px;
        background: #000;
        text-align: center;
        font-size: 16px;
        line-height: 60px;
        z-index: 999999999999999999;
    }

    #mainMenu li {
        margin: 0;
        height: auto;
        line-height: 32px;
        display: block;
    }

    #mainMenu li span {
        height: 32px;
        line-height: 32px;
    }

    #mainMenu a {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    #mainMenu a {
        color: #fff;
    }

    #mainMenu li ul {
        padding: 0 25px;
        position: static;
        width: calc(100% - 50px);
    }

    #mainMenu li ul li {
        height: auto;
        padding: 0;
    }

    #mainMenu li ul:before {
        display: none;
    }

    #mainMenu .optional {
        background: url('../images/optional.png') center right no-repeat;
        background-size: 20px 20px;
    }

    #mainMenu .optional:hover {
        background: url('../images/optional_2.png') center right no-repeat;
        background-size: 20px 20px;
    }

    #open,
    #mainMenu li#close {
        display: block;
    }

    #footer .wrapper {
        flex-direction: column;
    }

    #footerLogo {
        margin-bottom: 25px;
    }

    #contact .wrapper {
        padding: 50px 0 25px;
    }

    .contactItem:first-child {
        width: 100%;
        margin-bottom: 50px;
    }

    .contactItem:nth-child(2) {
        width: 100%;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    #lan {
        width: calc(100% - 30px);
        height: 50px;
        padding-top: 50px;
        background: url('../_images/lan.png') top center no-repeat;
        background-size: 25px;
    }

    .lanList {
        display: block;
        position: static;
        width: calc(100% - 5px);
        padding: 5px;
    }

    .lanList:before {
        top: 42px;
        left: 50%;
        margin-left: -5px;
    }

    .cdmoSticky {
        position: sticky;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 75px;
        border: 0;
        border-radius: 0;
    }

    .cdmoSticky h3 {
        font-size: 14px;
        padding: 5px 25px;
        border: white 1px solid;
    }

    .cdmoLink {
        display: none;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-device-width: 480px) {}