body {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansTC';
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('../fonts/NotoSansTC-Regular.otf') format('truetype');
}

hr {
    border: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.main_content {
    width: 1200px;
}

button {
    cursor: pointer;
}

.nav_active {
    color: #ed2327 !important;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

header {
    width: 100%;
    height: 100px;
    background-color: transparent;
    z-index: 99;
    transition: 400ms;
    position: fixed;
    top: 0;
    left: 0;
}

.logo_white {
    display: block;
}

.logo_black {
    display: none;
}

.scrolled {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_content .header_ul {
    display: flex;
    min-width: 642px;
}

.header_content .header_ul a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
}

.logo {
    height: 38px;
}

.header_content .header_ul a:hover {
    color: #ed2327;
    transition: 400ms;
}

.scrolled .header_ul a {
    color: #000;
}

.scrolled .language_button {
    color: #000;
    border: 1px solid #000;
}

.scrolled .language_button svg path {
    fill: #000;
    stroke: #000;
}

.container {
    height: 1000px;
}

.logo_box {
    height: 38px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    width: 100%;
}

.footer_contact_info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
}

.hr_title {
    background-color: #B9153D;
    height: 5px;
    width: 42px;
    margin: 15px 0;
}

.title_index {
    font-size: 30px;
}

.contact_link {
    color: #B9153D;
    display: inline;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

#phone_menu_icon {
    display: none;
}

.nav-menu {
    display: none;
}

.nav-menu.show {
    max-height: 650px;
}


.index_banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    font-family: 'FFScala-Bold';
    text-align: center;
}

.header_email_box {
    height: 60px;
    background-color: #eeeeee
}

.header_email {
    text-align: right;
}

.contact_a {
    color: #B9153D;
}

.sub_detail_hr {
    background-color: #d5d5d5;
    height: 1px;
    width: 100%;
    margin: 30px 0;
}


.index_career_bg {
    background-color: #cccccc;
}


.index_career_bg button {
    background-color: #B9153D;
    color: #fff;
}

.index_career_bg p {
    color: #B9153D;
}

.detail_sub_title {
    font-size: 30px;
    padding: 10px 0;
    line-height: 36px;
    font-weight: normal;
}

.contact_email {
    color: #000;
}

.detail_banner {
    background-size: cover;
    width: 100%;
    height: 500px;
    background-position: center;
}

.detail_banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 4px;
}

.detail_banner p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

/*  */
.detail_content p {
    margin-bottom: 20px;
    color: #576168;
    line-height: 34px;
    font-size: 18px;
    text-indent: 2em;
    margin-top: 10px;
}

.detail_content h3 {
    color: #576168;
    font-size: 18px;
    line-height: 26px;
}

.detail_container {
    display: flex;
    margin-top: 30px;
}

.detail_nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    cursor: pointer;
}

.detail_nav li img {
    width: 20px;
    margin-right: 10px;
}

.detail_nav li span {
    font-size: 18px;
}

.detail_nav li:hover {
    background-color: #333333B8;
    color: #fff;
}

.detail_nav li.active {
    background-color: #444444F7;
    color: #fff;
}

.detail_content {
    padding-left: 30px;
    box-sizing: border-box;
    flex: 1;
}

.detail_classification_title {
    color: #576168;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
}

.insights_item_p {
    font-size: 16px;
    color: #4c4c4e;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_date {
    display: block;
    font-size: 18px;
    color: #555;
}

.insights_item_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    transition: 400ms;
    margin-top: 10px;
    color: #000;
}

.index_insights_item:hover .insights_item_title {
    color: #B9153D;
}

.media_icon {
    width: 30px;
    height: 30px;
}

.common_button {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 18px;
    cursor: pointer;
    background-color: #B9153D;
    color: #fff;
    transition: 400ms;
    border: 0;
    letter-spacing: 2px;
}

.common_button:hover {
    background-color: #ed2327;
}

.language_button {
    padding: 5px 15px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    min-width: 114px;
}

.language_menu_active {
    color: #B9153D !important;
}

.ui.dropdown .menu>.item {
    font-size: 16px;
    padding: 15px 25px !important;
}

.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_right p{
    font-size: 16px;
    margin-top: 5px;
}
/* .footer_content{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
} */
@media (min-width: 1920px) and (max-width: 2559px) {
    .main_content {
        width: 1600px;
    }

    .index_banner h1 {
        font-size: 68px;
    }

    .title_index {
        font-size: 34px;
    }

    .header_content .header_ul a {
        font-size: 18px;
    }


}

@media (min-width: 2560px) {
    .main_content {
        width: 2000px;
    }

    .index_banner h1 {
        font-size: 78px;
    }

    .title_index {
        font-size: 38px;
    }

    .header_content .header_ul a {
        font-size: 20px;
    }

}

@media screen and (max-width: 767px) {
    .header_nav {
        display: none;
    }

    .phone_flex_column {
        display: flex;
        flex-direction: column;
    }

    .footer_contact_info {
        width: 100%;
    }

    footer {
        padding: 15px;
        box-sizing: border-box;
    }

    .language_button {
        display: none;
    }

    .main_content {
        width: 100%;
    }

    .phone_column_box {
        flex-direction: column;
    }

    .phone_language_menu {
        color: #454545;
        padding: 18px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        border-top: 1px solid #dddcdc;
    }



    header {
        padding: 15px;
        box-sizing: border-box;
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
    }

    .logo {
        height: 28px;
    }

    .logo_box {
        height: 28px;
    }

    #phone_menu_icon {
        display: block;
        width: 40px;
        height: 40px;
    }

    .nav-menu {
        width: 100%;
        position: fixed;
        top: 70px;
        display: flex;
        background: #f4f7f9;
        margin: 0;
        padding: 0;
        transition: max-height 0.2s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(186, 186, 186, 0.25);
    }

    .nav-menu a {
        color: #454545;
        padding: 18px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        border-top: 1px solid #dddcdc;

    }

    .detail_banner p {
        padding: 0 10px;
    }

    .nav-menu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .header_email_box {
        display: none;
    }

    .sub_detail_hr {
        margin: 10px 0;
    }

    .detail_banner {
        width: 100%;
        height: 350px;
    }

    .detail_banner h1 {
        font-size: 40px;
        font-weight: 600;
        text-align: center;
    }

    .detail_nav {
        display: none;
    }

    .detail_content {
        padding-left: 0px;
    }

    .detail_container {
        margin: 15px;
    }

    .detail_sub_title {
        font-size: 26px;
        padding: 0;
        line-height: 28px;
        margin-top: 10px;
    }

    .detail_content p {
        margin-bottom: 0px;
        color: #576168;
        line-height: 28px;
        font-size: 18px;
        text-indent: 2em;
        margin-top: 10px;
    }

    .detail_classification_title {
        margin-top: 10px;
    }
}