body.lbMode #content {
    /* display: none; */
}

section#home {
    /* min-height: 600px; */
    width: 100%;
    /* padding-top: 50px; */
    padding: 0 40px;
    position: relative;
    margin-bottom: 100px;
}

section#section01:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: pink;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
}

img.kv_img {
    height: 100%;
    width: 100%;
}

.kv_logo_wrapper {
    margin-top: 100px;
}

.kv_wrapper {
    margin-bottom: 3%;
}

.logo_wrapper {
    /* text-align: center; */
    width: 60%;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.logo_wrapper .logo_en {
    width: 74.7%;
    margin-right: auto;
}

.logo_wrapper .logo_tc {
    width: 13.7%;
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5%;
}

#content_wrapper {
    padding: 60px 0px 80px;
    font-size: 15px;
    line-height: 1.25;
    display: none;
}

html[lang=en] #content_wrapper{
    font-size: 14px;
}

.tag_wrapper {
    text-align: center;
    margin-top: 30px;
    max-width: 70%;
    left: 0;
    right: 0;
    margin: -5% auto 30px auto;
    letter-spacing: 3px;
    font-size: 18px;
    z-index: 5;
    display: block;
    position: relative;
}

.first_row_wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.hotline_wrapper {
    /* float: left; */
    display: inline-block;
    border-right: 1px solid;
    margin-right: 20px;
    padding-right: 17px;
}

.email_wrapper, .addr_wrapper {
    /* border-left: 1px solid; */
    /* margin-left: 20px; */
    /* padding-left: 20px; */
    display: inline-block;
}

.contact_wrapper {
    width: calc(100% - 220px);
    font-size: 0;
}

.contact_wrapper .lbl {
    margin-right: 10px;
    font-size: 16px;
}

html[lang=en] .contact_wrapper .lbl{
    font-size: 14px;
}

.contact_wrapper .val {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Avenir Medium';
    font-weight: 400;
}

.group_logo_wrapper {
    position: relative;
    font-size: 0;
    width: auto;
    justify-content: space-around;
    display: flex;
    margin-left: auto;
}

a.group_logo {
    /* width: 100px; */
    position: relative;
    display: inline-block;
    /* height: 35px; */
    width: auto;
}

a.group_logo img {
    width: 100%;
    height: 35px;
    margin: auto;
    width: 117.21px;
}

a.group_logo.cr img {
    height: 53px;
    width: 116px;
}

a.group_logo:nth-child(2) {
    margin-left: 20px;
    padding-left: 20px;
}

a.group_logo:nth-child(2):before {
    content: '';
    width: 1px;
    height: 100%;
    /* border-left: 1px solid #000; */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
}

.footer_disclaimer {
    margin-bottom: 20px;
    text-align: justify;
    z-index: 10;
    display: block;
    position: relative;
    line-height: 1.5em;
}

.bottom_wrapper {
    display: flex;
    justify-content: space-between;
}

.last_modify {
    text-align: right;
    margin-left: auto;
}

.allright sup {
    vertical-align: super !important;
    font-size: smaller !important;
}

.video_wrapper {
    width: 100%;
    opacity: 0;
    z-index: 10;
    position: ABSOLUTE;
}

/* .btnMute {
    position: absolute;
    right: 0px;
    bottom: 60px;
    background-image: url(./../images/unmute.png);
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    background-size: cover;
} */

.btnMute.muted {
    background-image: url(./../images/icon_mute.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.video-container {
    /* padding-top: 56.25%; */
    height: 0px;
    position: relative;
    font-size: 0;
    margin: 0 auto;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

footer .description {
    text-align: justify;
}

@media (max-width: 1024px) {
    #content {
        padding-top: 30px;
    }
}

@media (max-width: 968px) {
    section#section01 {
        /* padding-bottom: 56.25%; */
        /* height: 0; */
        margin-bottom: 0;
    }

    .email_wrapper, .addr_wrapper {
        display: block;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    .addr_wrapper {
        margin-top: 15px;
    }
    
    #content_wrapper {
        padding-top: 60px;
    }

}

@media (max-width: 768px) {
    section#home {
        padding: 0;
        margin-bottom: 100px;
    }

    .kv_logo_wrapper {
        margin-top: 40px;
    }
    
    .kv_wrapper {
        margin-bottom: 30px;
    }
    
    #content_wrapper {
        padding: 80px 0px 70px;
        font-size: 14px;
    }

    html[lang=en] #content_wrapper{
        font-size: 13px;
    }
    
    .logo_wrapper {
        width: 100%;
        padding: 0 30px;
    }

    .tag_wrapper {
        max-width: 90%;
        font-size: 15px;
    }

    section#section01 {
        margin-bottom: 0;
        min-height: initial;
        padding: 0;
    }

    .first_row_wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }

    footer .description {
        font-size: 12px;
    }

    .contact_wrapper {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .hotline_wrapper {
        display: block;
        margin-bottom: 10px;
        border-right: none;
    }

    .contact_wrapper .lbl {
        font-size: 12px;
    }

    .group_logo_wrapper {
        margin: 0 auto;
        width: auto;
    }

    .first_row_wrapper .val {
        font-size: 15px;
    }


    .bottom_wrapper {
        flex-direction: column;
        font-size: 12px;
        margin-top: 25px;
    }

    .allright {
        margin-bottom: 20px;
    }

    .last_modify {
        margin-left: 0;
        text-align: left;
    }

    .btnMute{
        /* width: 15px; */
        /* height: 15px; */
        /* bottom: 10px; */
    }
}
