*{
    word-break: break-all;
}

#header {
    height: 100px;
    background-color: #fff;
    padding: 0 300px 0 120px;
}

#icon-box {
    position: fixed;
    top: 20%;
    right: -1%;
    z-index: 10;
    width: 10%;
}

#icon-box>div{
    margin-top: -5%;
}

#icon-box img {
    width: 80%;
}
#icon-box #fb{
    width: 155%;
    margin: 0 0 -30% -25%;
}

#logo img {
    height: 80px;
}

#navbarSupportedContent {
    padding-left: 65%;
}

.nav-item {
    margin-left: 25px;
}

.nav-text {
    color: #00371a;
    font-weight: 900;
    font-family: NotoSansTC-Black;
}

.nav-text-2 {
    color: #00371a;
    font-weight: 700;
    font-family: NotoSansTC-Bold;
}

.nav-text-3 {
    color: #808080;
    font-family: NotoSansTC-Regular;
}

#footer {
    background-color: #00371a;
    height: 60px;
}

#footer div {
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width:991.9px) {
    #navbarSupportedContent {
        padding-left: 0%;
        margin-top: -0.5%;
        margin-left: -1.5%;
        background-color: #fff;
    }

 
}

@media screen and (max-width:991.9px) {
    #header {
        height: 60px;
        padding: 0;
    }

    #icon-box {
        top: 40%;
        right: -3.5%;
        width: 20%;
    }

    #logo img {
        height: 45px;
    }

    #navbarSupportedContent {
        padding-left: 0%;
        margin-top: -2%;
        margin-left: -1.5%;
        background-color: #fff;
    }

    #footer {
        height: 35px;
    }

    #footer div {
        line-height: 30px;
        font-size: 10px
    }
}

@font-face {
    font-family: NotoSansTC-Black;
    src: url("../fonts/NotoSansTC-Black.otf");
}

@font-face {
    font-family: NotoSansTC-Regular;
    src: url("../fonts/NotoSansTC-Regular.otf");
}

@font-face {
    font-family: NotoSansTC-Bold;
    src: url("../fonts/NotoSansTC-Bold.otf");
}

@font-face {
    font-family: NotoSansTC-Thin;
    src: url("../fonts/NotoSansTC-Thin.otf");
}

@font-face {
    font-family: NotoSansTC-Light;
    src: url("../fonts/NotoSansTC-Light.otf");
}

@font-face {
    font-family: NotoSansTC-Medium;
    src: url("../fonts/NotoSansTC-Medium.otf");
}