@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&family=Noto+Sans:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
/*
font-family: 'Be Vietnam Pro', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Noto Serif TC', serif;
*/

body:not(.article-content) {
    font-size: 16px;
    font-weight: 300;
    font-family:
    'Noto Sans TC', /* 繁體中文 */
    'Noto Sans JP', /* 日文 */
    'Be Vietnam Pro', /* 英文（UI 元素） */
    'Noto Sans', /* 英文備援 */
    sans-serif;
}
/* body .article-content *{
    all: unset !important;
} */
article .article-content strong {
    font-weight: 800!important;
}
article .article-content p {
    font-weight: 300!important;
}

section {
    position: relative;
}

h1, h2, h3, h4, h5, p, ul, ol, img {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

ul, ol {
    /*list-style: none;*/
}

ul li, ol li {
    list-style: none;
}

.article-content ul li,.article-content ol li{
    list-style: unset!important;
}

a:not(.article-content), span:not(.article-content) {
    color: inherit;
    font-size: inherit;
    transition: all .3s;
    line-height: inherit;
    font-weight: inherit;
}

a:focus, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::selection {
    color: #fff;
    background-color: #4f7899;
}

.sp-only {
    display: none !important;
}

.cover.bg-cover {
    display: block;
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.bg-cover.cover-rectangle {
    padding-bottom: 64%;
}

.bg-cover.cover-square {
    padding-bottom: 100%;
}

.bg-cover.cover-rectangle-cloumn {
    padding-bottom: 150% !important;
}

.x-bg {
    background-color: #004584 !important;
    color: #fff;
}

.x-bg.x-bg-linear {
    /* background: linear-gradient(180deg, #004584 0%, #133757 70%); */
}

.x-bg.x-bg-lighter {
    background: linear-gradient(180deg, #ffffff 0%, #c7c7c7 70%);
}

.x-bg.x-bg-linear.linear-sub {
    background: linear-gradient(0deg, #004584 0%, #27904c 70%);
}

.x-bg-light, .x-bg-heavy {
    position: relative;
}

.x-bg-light>*, .x-bg-heavy>* {
    position: relative;
    z-index: 3;
}

.x-bg-light::before {
    background-color: rgba(255, 255, 255, 0.2);
}

.x-bg-heavy::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.x-bg-light::before, .x-bg-heavy::before, .x-bg-abs .x-bg {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.x-bg-abs>* {
    position: relative;
    z-index: 3;
}

.x-bg-abs.x-bg {}

.x-bg.x-bg-gird {
    background-color: transparent !important;
    height: 50vh;
    background-image: url(../images/bg/gird.jpg);
    top: 25%;
}

.x-bg.x-bg-ligbox {
    background-image: url(../images/bg/bg-l-about-us.webp);
    background-color: transparent !important;
    background-size: cover;
    background-position: center;
}

.x-btn {
    display: flex;
    justify-content: center;
}

.x-btn>a {
    background-color: #ffeb3b;
    color: #00376a;
    font-weight: 500;
    border: 2px solid #00376a;
    border-radius: 8px;
    width: 168px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.x-btn>a:hover {
    background-color: #fff;
}

.pg-header {
    margin-top: 71px;
}

ol.site-page a {
    font-size: 1.1rem;
}

ol.site-page a:hover {
    color: #999;
}

ol.site-page {
    font-size: 1.1rem;
}

ol.site-page li {
    position: relative;
}

ol.site-page li:not(:first-child) {
    padding-left: 15px;
}

ol.site-page li:not(:first-child):before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-60%);
}

ol.site-page li.active a {
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ccc;
    font-size: 1.1rem;

}


@media (min-width:1200px) {
    .container-lg {
        max-width: 1500px;
    }

    .container-sm {
        max-width: 960px;
    }
}

@media (max-width:1199px) {
    .container.container-over {
        max-width: none;
    }
}

@media (max-width:991px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }

    .pg-header {
        margin-top: 56px;
    }

}

/*-----------------------------
            Header Resting
-----------------------------*/

/*-----------------------------
    Navbar reseting
-----------------------------*/
nav.navbar {
    padding-left: 0;
    padding-right: 0;
}

nav .hs-has-sub-menu>a::after {
    display: none;
}

nav .hs-sub-menu-opened>.hs-sub-menu {
    top: calc(100% + 20px);
}



.dropdown-item {
    font-weight: inherit;
    padding-bottom: 20px;
}

nav .navbar-brand {
    max-width: 200px;
}

nav .navbar-brand img {
    max-width: 100%;
    width: 100%;
}

nav a.nav-link {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: inherit !important;
    position: relative;
    transition: all .3s !important;
}

.hs-has-mega-menu:not(.hs-mega-menu-opened) *, .hs-has-sub-menu:not(.hs-sub-menu-opened) * {
    transition: all .3s !important;

}

nav a.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: -2px;
    background-color: #4f7899;
    transition: all .3s;
}

.js-header-change-moment nav a.nav-link:after {
    background-color: #fff;
}

#navBar {
    justify-content: space-between;
}

#navBar .navbar-nav {
    flex: 0 1 720px;
    justify-content: space-around;
    align-items: center;
}

#navBar .fkey {
    flex: 0 1 180px;
}

#navBar .fkey a>i {
    margin-left: 10px;
}

#navBar .fkey a {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 2px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
}

#navBar .fkey a:hover {
    color: #4f7899;
    background-color: #fff;
    border: 1px solid #4f7899;
}

#navBar.hs-mobile-state ul.navbar-nav {
    justify-content: flex-start;
    padding-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

#navBar .Sider {
    display: flex;
    flex-direction: column;
}

#navBar .Sider .sider_group {
    border: none;
    border-top: 1px solid #ccc;
}

#navBar .Sider .sider_group.search {
    order: 9;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

.js-header-change-moment nav .hs-sub-menu-opened>.hs-sub-menu {
    top: calc(100% + 10px);
}

.js-header-change-moment nav .hs-sub-menu-opened>.hs-sub-menu>li {
    background-color: #004584;
    color: #fff;
}

.hs-has-mega-menu:not(.hs-mega-menu-opened) * span,
.hs-has-sub-menu:not(.hs-sub-menu-opened) * span {
    transition: all .3s !important;
}

.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
    background: #004584;
}

.js-header-change-moment.u-header__section--light .hamburger-inner,
.js-header-change-moment.u-header__section--light .hamburger-inner::after,
.js-header-change-moment.u-header__section--light .hamburger-inner::before {
    background-color: #fff;
}

button.navbar-toggler {
    right: 5px;
    border: none;
    padding: 0;
    top: 0px;
}

.js-header-change-moment button.navbar-toggler {
    top: 10px;
}

button.navbar-toggler .hamburger {
    padding-top: 5px;
}

@media (min-width:992px) {
    #navBar .Sider {
        display: none;
    }

    nav a.nav-link:hover:after {
        width: 100%;
    }

    #navBar .navbar-nav {
        flex: 1 1 100%;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:991px) {
    #navBar {
        padding-bottom: 20px;
    }

    #navBar .navbar-nav {
        padding: 20px 0;
    }

    #navBar .navbar-nav>li {
        flex: 0 0 100%;
        padding: 0 30px;
    }

    #navBar .navbar-nav>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .js-header-change-moment .navbar {
        min-height: 60px;

    }

    nav .navbar-brand {
        max-width: 200px;
        padding-left: 30px;
        margin-right: auto;
    }

    .js-header-change-moment .nav-brand {
        padding: 15px 0 15px 30px;

    }

    .u-header__section {
        box-shadow: 0 5px 5px rgb(0 0 0 / .3);
    }
}

#Spn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    height: 100%;
    flex: 0 0 160px;
}

#Spn .h_navItem.sh {
    flex: 0 0 30px;
    padding-left: 10px;
}

#Spn .h_navItem.tg {
    flex: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Spn .lang_wrap .lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Spn .lang_wrap .lang .lang_item {
    flex: 0 0 25px;
    height: 25px;
}

#Spn .lang_wrap .lang .lang_item:not(:first-child) {
    margin-left: 4px;
}


#Spn .lang_wrap .lang .lang_item>a.lang_link {
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border: 1px solid transparent;
}

#Spn .lang_wrap .lang .lang_item>a.lang_link .ll{
    width:40px;
}



#Spn .lang_wrap .lang .lang_item>a.lang_link:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #2368a7;
}

#Spn .lang_wrap .lang .lang_item.active a.lang_link {
    color: #fff;
    border: 1px solid transparent;
    background-color: #004584;
}

button.u-header-toggler {
    top: 10px !important;
    right: 10px;
}

#Spn.show .h_navItem.sh {
    flex: 0 0 250px;
}

#Spn .h_navItem.tg>.secnav {
    width: 40px;
    height: 24px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    position: relative;
}

#Spn .h_navItem.tg>.secnav:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 2px solid #ccc;
    top: calc(50% - 1px);
    width: 100%;
    transition: all .3s;
}

#Spn .h_navItem.tg:hover>.secnav:after {
    width: 70%;
}

#Spn .h_navItem.tg>.secnav, #Spn .h_navItem.tg>.secnav:after {
    border-width: 3px;
    border-color: #007bff;
}

#Spn #Search {
    display: flex;
    align-items: center;
    justify-content: center;
}

#Spn #Search .toggle_button {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

#Spn #Search .toggle_button i {
    color: inherit;
    font-size: 24px;
    position: absolute;
    left: calc(50% - 20px / 2);
    transition: all .3s;
}

#Spn #Search .toggle_button i.h_search {
    top: -50px;
}

#Spn #Search .toggle_button i.h_clear {
    bottom: -50px;
}

#Spn:not(.show) #Search .toggle_button i.h_search {
    top: calc(50% - 24px / 2);
}

#Spn.show #Search .toggle_button i.h_clear {
    bottom: calc(50% - 24px / 2);
    color: inherit;
}

#Spn #Search .search_body {
    display: flex;
    align-items: center;
    position: relative;
    width: 200px;
    height: 34px;
    overflow: hidden;
    transition: all .5s;
}

#Spn #Search .search_body input {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: none;
    width: 160px;
    border-bottom: 1px solid #ccc;
}

#Spn #Search .search_body .h_submit {
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: 20px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-size: 20px;
    transition: all .3s;
}

#Spn.show #Search .search_body .h_submit {
    bottom: 0px;
}

#Spn #Search .search_body button.close {
    position: absolute;
    right: 0px;
}

#Spn #Search .search_body input:focus-visible {
    outline: none;
}

#Spn.collapse #Search .search_body {
    width: 0px;
}

#Spn.show #Search .search_body {
    width: 200px;
}


@media (min-width:992px) {
    #Spn .h_navItem:not(:first-child) {
        border-left: 1px solid #ccc;
        margin-left: 10px;
    }
}

@media (max-width:991px) {

    #Spn {
        position: relative;
        justify-content: flex-start;
        padding: 0 30px;
    }

    #Spn .h_navItem {
        height: 50px;
    }

    #Spn .h_navItem.sh, #Spn .h_navItem.tg {
        height: 40px;
        flex: 0 0 50px !important;
        position: absolute;
        bottom: 0px;
        right: 15px;
        padding: 0;
        width: 40px;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 100%;
        border: 2px solid #fff;
    }

    #Spn .h_navItem.tg>.secnav {
        width: 30px;
        height: 20px;
    }

    #Spn .h_navItem.tg>.secnav, #Spn .h_navItem.tg>.secnav:after {
        border-width: 2px;
    }

    #Spn #Search {
        height: 50px;
    }

    #Spn:not(:collapse) {
        flex: 1 1 470px;
    }

    #Spn .lang_wrap .lang .lang_item>a.lang_link {
        border: 1px solid #999;
    }

    #Spn .lang_wrap .lang .lang_item.active a.lang_link {
        background-color: #00376a;
    }

}

@media (max-width:600px) {
    #Spn #Search .search_body {
        position: fixed;
        right: -300px;
        bottom: 60px;
        background-color: #fff;
        z-index: 996;
        padding: 10px;
        height: 50px;
        width: 200px !important;
        border-radius: 8px;
        box-shadow: 0 0 10px rgb(0 0 0 / .3);
    }

    #Spn.show #Search .search_body {
        right: calc(50% - 200px / 2);
    }

    #Spn #Search .search_body input {
        left: 10px;
        bottom: 10px;
    }

    #Spn.show #Search .search_body .h_submit {
        bottom: 10px;
    }

    #Spn:not(:collapse) {
        flex: 1 1 470px;
    }

    #Spn .h_navItem.lineAt a.wrap>span.txt {
        display: none;
    }

    #Spn .h_navItem.lineAt {
        flex: 0 0 50px;
    }

    #Spn .h_navItem.lineAt a.wrap {
        padding: 0;
        border-radius: 8px;
        height: 30px;
    }

    #Spn .h_navItem.lineAt a.wrap>span.icon_line {
        background-position: 1px center;
    }
}

/*--- KVBanner ---*/
#Kv {}

.KVBanner {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.KVBanner:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-v1:before {
    /* background-image: url(../images/bg/hero2.png); */
}

.bg-v2 {
    background-image: url(../images/bg/company-profile_bg.webp);
    background-size: contain;
}

.KVBanner .slider {
    position: relative;
    margin: 0 auto 30px;
}

.KVBanner .slider .js-carousel {
    padding-bottom: 60px;
}

.KVBanner ul.js-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    list-style: none;
    z-index: 5;
    transform: translateX(-50%);
}

.KVBanner ul.js-pagination li {
    margin: 0;
    position: relative;
    display: inline-block;
}

.KVBanner ul.js-pagination li:not(:first-child) {
    margin-left: 30px;
}

.KVBanner ul.js-pagination li span {
    border-radius: inherit;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #999;
    position: relative;
    display: block;
}

.KVBanner ul.js-pagination li.slick-active span {
    background-color: #999;
}

.KVBanner ul.js-pagination li.slick-active span:before {
    animation-name: pagiroll;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

.KVBanner ul.js-pagination li span:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 1px;
    top: 1px;
    background-color: #fff;
    transition: all .3s;
}


.KVBanner .js-prev,
.KVBanner .js-next {
    position: absolute;
    bottom: 20px;
    width: 15px;
    height: 10px;
    background-image: url(../images/icon/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(50% - 250px - 10%);
    transform: translateX(-50%);
}

.KVBanner .js-prev {
    transform: scaleX(-1) translateX(-50%);
    left: calc(50% - 120px);
}

.KVBanner .js-next {
    left: inherit;
    right: calc(50% - 120px);
}

@keyframes pagiroll {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

@media (max-width:991px) {
    .KVBanner {
        padding: 0px;
    }

    .KVBanner .slider .js-slide a.cover {
        height: inherit;
    }

    .KVBanner:before {
        height: calc(100% + 16vh);
        background-size: auto 100%;
        display: none;
    }

    .KVBanner .slider {
        margin-bottom: 0;
    }
}

/*----- news_wrap -----*/
.pb_block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

.pb_block h3 {
    color: #004584;
}

.Ntitle.Center {
    text-align: center;
    margin-bottom: 50px;
}

.Ntitle {
    color: #004584;
}

.Ntitle h2 {
    font-size: 3rem;
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    font-style: italic;
}

.Ntitle h2 span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
}

.Ntitle h2 span.Strong {
    font-size: 2rem;
    font-weight: 400;
}

.news_wrap {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 50px;
    position: relative;
}

.news_wrap .Ntitle {
    flex: 0 0 180px;
    padding-right: 30px;
    color: #fff;
}

.news_wrap .NewsList {
    flex: 1 1 100%;
}

.news_wrap .NewsList .News {
    display: flex;

}

.news_wrap .NewsList .News:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / .3);
}

.news_wrap .NewsList .News .date {
    font-size: 1rem;
    flex: 0 0 120px;
}

.news_wrap .NewsList .News .download_btn {
    font-size: 1rem;
    flex: 0 0 80px;
    text-align: center;
}

.news_wrap .NewsList .News .content {
    flex: 1 1 100%;
}

.news_wrap .NewsList .News .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.news_wrap .NPomoList {
    flex: 0 0 230px;
    padding-left: 30px;
}


.news_wrap .NPomoList .npmo:not(:last-child) {
    margin-bottom: 10px;
}

.news_wrap .NPomoList .npmo>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border-radius: 8px;
    font-size: .95rem;
    padding: 10px 15px;
    border: 1px solid #fff;
}

.news_wrap .NPomoList .npmo>a:hover {
    background-color: rgb(236, 99, 0);
}

.news_wrap .NPomoList .npmo.focus>a {
    background-color: #58b530;
    color: #fff;
    min-height: 60px;
    font-size: 1.1rem;
    font-weight: 500;
    border-color: transparent;
}

.news_wrap .NPomoList .npmo.focus>a:hover {
    background-color: #fff;
    border-color: #58b530;
}

.news_wrap.pg>.cover {
    flex: 0 0 320px;
    /*box-shadow: 0 0 10px rgb(0 0 0 / .2);*/
}

.news_wrap.pg>.cover img {
    
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
}

.news_wrap.pg .NewsList {
    flex: 1 1 100%;
    padding-left: 50px;
    margin-top: 20px;
}

.news_wrap.pg .NewsList .News:not(:last-child) {
    border-color: #aac6df;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.u-pagination-v1-1 {
    border-color: #ccc;
}

.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
    background-color: #4f7899;
    color: #fff;
    border-color: transparent;
}

@media (max-width:760px) {

    .news_wrap {
        flex-wrap: wrap;
    }

    .news_wrap .Ntitle, .news_wrap .NewsList,
    .news_wrap .NPomoList {
        flex: 0 0 100%;
    }

    .news_wrap .Ntitle {
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }

    .news_wrap .NewsList {
        margin-bottom: 30px;
    }

    .news_wrap .NPomoList {
        padding-left: 0;
    }

    .news_wrap .NewsList .News .date {
        font-size: .8rem;
        flex: 0 0 90px;
    }

    .news_wrap .NewsList .News .content p {
        font-size: 1rem;
    }

    .news_wrap.pg>.cover {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .news_wrap.pg .NewsList {
        padding-left: 0;
    }

    .Ntitle.page h2 {
        font-size: 2rem;
    }

}

#Article.page-header {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Article.page-header h1 {
    font-size: 3rem;
    letter-spacing: 0px;
    font-weight: 700;
    animation: inherit;
    color: #00376a;
}

#Article.page-header ul.posted {
    list-style: none;
    max-width: 960px;
    text-align: center;
}

footer ul.posted {
    text-align: inherit !important;
}

#Article.page-header ul.posted li {
    list-style: none;
    display: inline-block;
    font-size: 1rem;
}

#Article.page-header ul.posted li.cate {
    background-color: #0e1242;
    min-width: 50px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    display: none;
}

#Article.page-header ul.posted li.date {
    color: #999;
}

/*-----------------------------
    Article-content
-----------------------------*/

article#Article figure {
    margin: 0 auto;
    max-width: 930px;
    text-align: center;
    margin-bottom: 30px;
}

article#Article p.quote {
    padding: 10px 20px;
    background-color: #f0f0f0;
    text-align: justify;
}

article .article-content {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
}

article .article-content:before,
article .article-content:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px dashed #ccc;
    width: 120%;
    left: -10%;
}

article .article-content:before {
    top: 0px;
}

article .article-content:after {
    bottom: 0px;
}

article .article-content img:not([src*="plugins/smiley/"]) {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

article .article-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

article .article-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 30px;
}

article .article-content p {
    font-size: 1.2rem;
    /*text-align: justify;*/
    margin-bottom: 2.5rem;
    line-height: 2rem;
    /*padding: 0 2rem;*/
}

article .article-content p+h2,
article .article-content p+h3,
article .article-content img+h2,
article .article-content img+h3 {
    margin-top: 80px;
}

article .article-content ul {

    margin: 30px;
    list-style: disc;
    padding-left: 30px;
}

article .article-content ul li {

    list-style: disc;
}

article footer ul.posted li.title h1 {
    font-size: 1.2rem !important;
    margin: 10px 0;
    text-align: left;
}

article footer .ft {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

article footer .ft ul.posted li.writer {
    display: inline-block !important;
}

ul.social-btn {
    list-style: none;
    padding-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

ul.social-btn li {
    display: inline-block;
    padding: 0 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background-color: #333;
}

ul.social-btn li i.x-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-color: #72c02c;
    background-image: url(../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-color: #3398dc;
    background-image: url(../images/social/messenger.png);
}

ul.social-btn li a {
    border-radius: 8px;
    overflow: hidden;
}

ul.social-btn li a:hover {
    opacity: .8;
}

article footer ul.posted li.title h1 {
    font-size: 1.2rem !important;
    margin: 10px 0;
    text-align: left;
}

@media (max-width:767px) {
    .article-content {
        /*padding: 30px 0px;
        margin: 30px 0;*/
    }

    .article-content p {
        font-size: 15px;
        padding: 0 10px;
    }

    .article-content h3 {
        padding-left: 10px;
    }

    article footer .ft {
        flex-direction: column;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    article footer .ft ul.posted {
        margin-bottom: 15px;
    }

    article .article-content {
        margin: 10px 0!important;
        padding: 10px 0!important;
        position: relative;
    }
}

#Article.page-header ul.posted li.title {
    display: block;
    letter-spacing: 0px !important;
    text-align: center;
}

#Article.page-header ul.posted li.writer {
    display: block;
    text-align: right;
    margin-right: 2px;
}

#Article.page-header ul.posted li.writer a {
    margin-left: 5px;
    font-style: italic;
    color: #ff5722;
}

#Article footer {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    background: inherit;
}

@media (max-width:767px) {
    #Pagetitle.page-header {
        padding-top: 50px;
        height: 30vh;
    }

    #Article.page-header header {
        margin-bottom: 20px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    #Article.page-header {
        padding: 30px 0 30px 0;
    }

    #Article.page-header h1 {
        font-size: 20px;
        text-align: left;
    }
}

/*------ IconList -------*/
#About {
    background-image: url(../images/bg/bg-l-about-us.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#About>* {
    position: relative;
    z-index: 3;
}

#About:after {
    content: "";
    display: blcok;
    position: absolute;
    width: 100%;
    height: 50%;
    right: -50%;
    bottom: 0px;
    background: rgb(139 195 74 / 10%);
    z-index: 1;
    transform: skewX(-45deg)
}

.IconList {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.IconList .Icon {
    flex: 0 0 calc(100% / 3 - 50px);
    margin: 0 25px;
    transition: all .3s;
}

.IconList .Icon .cover {
    flex: 1 1 200px;
}



.IconList .Icon .cover .icon_img {
    text-align: center;
}

.IconList .Icon .cover .icon_img img {
    width: 100%;
    max-width: 100%;
}

.IconList .Icon .content {
    text-align: center;
}

.IconList .Icon .content h3 {
    margin: 10px auto;
    color: #004584;
}

.IconList .Icon .content p {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    /*text-align: justify;*/
    text-align:left;
}

@media (min-width:992px) {
    .IconList .Icon:hover {
        filter: saturate(1.5);
    }
}

@media (max-width:991px) {
    .IconList {
        flex-direction: column;
        max-width: 767px;
        padding-top: 0;
    }

    .IconList .Icon {
        display: flex;
        margin-top: 0;
        flex: 0 0 60px;
        align-items: center;
    }

    .IconList .Icon:not(:last-child) {
        margin-bottom: 20px;
    }

    .IconList .Icon .content {
        text-align: inherit;
        /*padding-left: 30px;*/
        flex: 1 1 90%;
        margin-bottom: 10%;
    }

    .IconList .Icon .content p {
        margin: 0;
        max-width: inherit;
    }
}

@media (max-width:576px) {
    .IconList .Icon .content h3 {
        font-size: 1.4rem;
        text-align: center;
    }

    .IconList .Icon .content {
        margin-bottom: inherit;
    }
}

/*------ PageTitle ---------*/
.PageTitle {
    padding: 65px 0;
    background-image: url(../images/bg/pg_header_v1.png);
    background-size: cover;
    background-position: left bottom;
    position: relative;
    overflow: hidden;
}

.PageTitle .obj {
    position: absolute;
    width: 420px;
    right: 30%;
    bottom: -60px;
    transform: translateX(50%);
    transition: all .3s;
}

.home-title {
    position: relative;
}

.main-body {
    overflow: hidden;
    background-color: #f5f7f9;
}

.main-body.main-bg>* {
    position: relative;
    z-index: 3;
}

.main-body.main-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    background-image: url(../images/bg/company-profile_bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: .4;
}

.main-body.main-bg.main-bg-v2:before {
    background-image: url(../images/bg/bg-l-resources.webp);
}

@media (max-width:767px) {
    .home-title {
        text-align: center;
        background-color: rgb(0 0 0 / .5);
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0;
    }

    .PageTitle {
        padding: 35px 0 60px;
    }

    .PageTitle .obj {
        width: 300px;
        bottom: -60px;
        opacity: .7;
    }
}

/*-----------------------------
    Contacts
-----------------------------*/
.ct_wrap {
    display: flex;
}

.ct_wrap .cover {
    flex: 0 0 50%;
}

.ct_wrap .cover .content {
    margin-bottom: 25px;
}

.ct_wrap .cover .content span.lead {
    display: block;
    font-weight: 500;
    color: #004584;
}

.ct_wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ct_wrap h3+p {
    font-size: 14px;
    margin-bottom: 20px;
}

.ct_wrap .cover .bg-cover {
    margin-bottom: 30px;
}

.ct_wrap .cover p {
    color: #888;
    font-size: 15px;
    padding-left: 20px;
    border-left: 1px dashed #aaa;
}

.ct_wrap .contact_form {
    flex: 0 0 50%;
    padding: 50px 30px;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/ .2);
}

.ct_wrap .formpanel {
    position: relative;
}

.ct_wrap .formpanel .bg-item {
    position: absolute;
    width: 180px;
}

.ct_wrap .formpanel .bg-item img {
    max-width: 100%;
}

.ct_wrap .formpanel .bg-item.plane {
    right: -40px;
    bottom: -50px;
    z-index: 5;
}

.ct_wrap .formpanel .bg-item.grid {
    bottom: -60px;
    right: -60px;
    z-index: 1;
}

.form_part {
    display: flex;
}

.form_part .form_item {
    flex: 1 0 calc(100% / 2 - 20px);
    margin: 0 10px 20px 10px;
}

.form_part .form_item label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}

.form_part .form_item label span {
    margin-left: 4px;
    font-size: 13px;
}

.form_part .form_item input,
.form_part .form_item textarea,
.form_part .form_item select,
.form_part .form_item button {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form_part .form_item select {
    padding: 10px;
}

.form_part .form_item button {
    padding: 20px 10px;
    letter-spacing: 10px;
    background-color: #004584;
    color: #fff;
}

.form_part .form_item button:hover {
    background-color: #00376a;
}

@media (min-width:768px) {
    .ct_wrap .cover {
        padding-right: 50px;
    }
}

@media (max-width:767px) {
    .ct_wrap {
        flex-wrap: wrap;
    }

    .ct_wrap .cover {
        flex: 0 0 100%;
        order: 2;
        max-width: 576px;
        margin: 0 auto;
    }

    .ct_wrap .formpanel {
        flex: 0 0 100%;
        margin-bottom: 50px;
        max-width: 576px;
        margin: 0 auto 50px;
    }

    .ct_wrap .formpanel .bg-item.plane {
        transform: scaleX(-1);
        bottom: inherit;
        top: -20px;
        right: -60px;
        width: 150px;
    }

    .ct_wrap .contact_form {
        padding: 30px 5px;
    }

    .ct_wrap .contact_form h3,
    .ct_wrap .contact_form p {
        margin-left: 20px;
        margin-right: 20px;
    }
}



/*------- RecruitList --------*/

.RecruitList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.RecruitList .recruit {
    flex: 0 0 calc(100% / 4 - 20px);
    margin: 0 10px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.RecruitList .recruit .rc_wrap {
    padding: 20px;
}

.RecruitList .recruit .rc_wrap .cover {
    position: relative;
    margin-bottom: 25px;
}

.RecruitList .recruit .rc_wrap .cover h4 {
    position: absolute;
    padding: 2px 10px 2px 0;
    background-color: #fff;
    bottom: 0px;
    left: 0;
    transform: translateY(50%);
    min-width: 50%;
}

.RecruitList .recruit .rc_wrap .content {
    position: relative;
    z-index: 4;
}

.RecruitList .recruit .rc_wrap .content p {
    font-size: 1rem;
    text-align: justify;
}

.act_wrap>.act>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #ffeb3b;
    color: #00376a;
    border: 1px solid #00376a;
}

.act_wrap>.act>a span {
    margin-right: 10px;
}

.act_wrap>.act>a i {
    margin-top: -2px;
}

.act_wrap>.act.info>a {
    background-color: #004584;
    color: #fff;
}

.act_wrap>.act.info>a:hover {
    background-color: #00376a;
}

.act_wrap>.act.send>a {
    border-color: transparent;
}

.act_wrap>.act.send>a span {}

.act_wrap>.act.send>a:hover {
    background-color: #fff;
}

#CommentBox {
    max-width: 767px;
    position: relative;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .3);
    border-top: 5px solid #004584;
}

.custombox-open.custombox-overlay {
    background-color: #3F51B5 !important;
    opacity: .7 !important;
}

#CommentBox .commentbox-wrap {
    position: relative;
    padding: 50px;
}

#CommentBox button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

#CommentBox button.close i {
    font-size: 20px;
}

#CommentBox .commentbox-wrap .commentbox-cover {
    max-width: 160px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}


#CommentBox .commentbox-wrap .commentbox-desc {
    padding-top: 40px;
}

#CommentBox .desc .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}

#CommentBox .desc .title h4 span {
    display: block;
    text-align: center;
}

#CommentBox .desc .title h4 span.name {
    font-size: 20px;
    font-weight: 500;
}

#CommentBox .desc .content {
    margin-bottom: 30px;
}

#CommentBox .desc .content p {
    font-size: 15px;
    text-align: justify;
}

#CommentBox .desc .content p:not(:last-child) {
    margin-bottom: 20px;
}

#CommentBox ul.detail {
    list-style: none;
    text-align: center;
}

#CommentBox ul.detail li {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc;

}

.flList {
    display: flex;
    flex-wrap: wrap;
}

.flList .fl {
    flex: 0 0 calc(100% / 3 - 20px);
    margin: 0 10px 20px;
}

.flList .fl .fl_wrap {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / .2);
}

.flList .fl .fl_wrap .cover {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    background-color: #004584;
    padding: 10px;
}

.flList .fl .fl_wrap .cover p {
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 10px;
    color: #fff;
}

.flList .fl .fl_wrap .cover img {
    flex: 0 0 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 100%;
}

.flList .fl .fl_wrap .content {
    padding: 20px 15px;
    min-height: 120px;
}

.flList .fl .fl_wrap .content p {
    font-size: 1rem;
    text-align: justify;
}



@media (max-width:991px) {
    .RecruitList .recruit {
        flex: 0 0 calc(100% / 3 - 20px);
    }
}

@media (max-width:767px) {
    .RecruitList .recruit {
        flex: 0 0 calc(50% - 20px)
    }

    #CommentBox .commentbox-wrap {
        padding: 15px;
    }

    #CommentBox {
        max-width: calc(100% - 20px)
    }

    .flList .fl {
        flex: 0 0 calc(100% / 2 - 20px);
    }
}

@media (max-width:500px) {
    .RecruitList .recruit {
        flex: 0 0 calc(100% - 20px);
        margin-bottom: 30px;
    }

    .flList .fl {
        flex: 0 0 calc(100% / 1 - 20px);
    }
}

/*------- CateList --------*/
.CateList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.CateList .cate {
    flex: 1 0 calc(100% / 6);
}

.CateList .cate>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #03203a;
    padding: 12px 5px;
    border: 1px solid #0f335a;
    height: 100%;
}


.CateList .cate>a.active {
    background-color: #58b530;
}

.CateList .cate>a:hover {
    background-color: rgb(236, 99, 0);
}

@media (max-width:1199px) {
    .CateList .cate {
        flex: 1 1 290px;
    }
}

@media (max-width:767px) {
    .CateList .cate {
        flex: 0 0 50%;
    }

    .CateList .cate>a {
        font-size: 1rem;
        height: 100%;
    }
}

.Product {
    display: flex;
    flex-wrap: wrap;
}

.Product>.cover {
    flex: 0 1 60%;
    padding-left: 50px;
    margin-bottom: 30px;
}

.Product .content {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.Product .content .title {
    margin-bottom: 30px;
    padding: 30px;
    color: #fff;
    background-color: #004584;
}

.Product .content .title h1 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.Product .content .title p {
    font-weight: 400;
    font-size: 1.4rem;
}

ul.detail {
    margin-bottom: 30px;
}

ul.detail li {
    position: relative;
    font-size: 1.3rem;
    padding-left: 20px;
}

ul.detail li:before {
    position: absolute;
    display: block;
    left: 0px;
    top: 15px;
    transform: translateY(-50%);
    content: "\f0da";
    color: #004584;
    font: normal normal normal 14px/1 FontAwesome;
}

.sw_box ul.detail li:before {
    color: #fff;
}

.sw_box ul.detail {
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    margin-top: 30px;
}

.content.light ul.detail li {
    color: #fff;
}

ul.detail li:not(:last-child) {
    margin-bottom: 5px;
}

ul.detail li:before {}



ul.detail2 {
    margin-bottom: 30px;
}

ul.detail2 li {
    position: relative;
    font-size: 1.3rem;
    padding-left: 20px;
}

ul.detail2 li:before {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0da";
    color: #004584;
    font: normal normal normal 14px/1 FontAwesome;
}

.sw_box ul.detail2 li:before {
    color: #004584;
}

.sw_box ul.detail2 li:before {
    color: #004584;
}

.sw_box ul.detail2 {
    padding: 10px;
    /*background-color: rgb(0 0 0 / .5);*/
    /*margin-top: 30px;*/
}

.content.light ul.detail2 li {
    color: #004584;
}

ul.detail2 li:not(:last-child) {
    margin-bottom: 5px;
}



.Product .content .act_wrap {
    margin-top: auto;
    display: flex;
}

.Product .content .act_wrap .act {
    flex: 1 0 50%;
    min-width: 220px;
}

#Photo.listing {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    order: 3;
}

#Photo.listing .photo {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px 10px;
    position: relative;
    overflow: hidden;
}

#Photo.listing .photo .cover {

    opacity: .8;
}

#Photo.listing .photo:hover .cover {
    opacity: 1;
}

#Photo.listing .photo .cover img {
    position: absolute;
    max-width: 100%;
    left: -100%;
    top: 0;
}

#Photo.listing .photo .content p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 400;
}

.sp_content #Photo.listing {
    margin-top: 0;
}

.pdList {
    display: flex;
    flex-wrap: wrap;
    max-width: 991px;
    margin: 0 auto;
    padding: 100px 0 20px 0;
}
.pdList2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 991px;
    margin: 0 auto;
    padding: 0px 0 100px 15px;
    font-size: 12px;
}

.pdList .pd {
    flex: 0 0 calc(100% / 3 - 30px);
    margin: 0 15px 30px;
    padding: 15px 15px 70px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    position: relative;
}

.pdList .pd .cover {
    padding: 30px;
    border: 1px solid #eee;
    /*background-image: url(../images/bg/works_bg.jpg);*/
}

.pdList .pd .cover a {}

.pdList .pd .cover a img {
    width: 100%;
}

.pdList .pd .content {
    padding: 5px;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
}

.pdList .pd .content h3 {
    font-size: 1.2rem;
    color: #00376a;
    font-weight: 400;
    /*text-align: justify;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.pdList .pd .content h3 a {}

@media (min-width:992px) {
    #Photo.listing {
        margin-top: 100px;
    }
}

@media (max-width:991px) {
    .Product .cover {
        padding-left: 0;
        order: 1;
        flex: 1 1 100%;
    }

    .Product .content {
        order: 2;
    }

    .Product .article-content {
        order: 3;
    }

    .Product .coverA{
        order:2!important;
    }
    .Product .contentA{
        order:1!important;
    }

}

@media (max-width:767px) {
    #Photo.listing .photo {
        flex: 0 0 calc(100% / 3 - 10px);
        margin: 0 5px 10px;
    }

    .pdList {
        padding: 20px 0;
    }

    .pdList .pd {
        flex: 0 0 calc(100% / 2 - 30px);
    }
}

@media (max-width:500px) {
    .Product .content .act_wrap {
        flex-direction: column;
    }

    .pdList .pd {
        flex: 0 0 100%;
        margin: 0 0 20px;
        padding-bottom: 50px;
    }

    .pdList .pd .content {
        bottom: 50px;
    }
}

/*-----------------------------
    sp_header
-----------------------------*/
.sp_header {
    height: 200px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.sp_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sp_bg_v1 {
    background-image: url(../images/bg/sp_bg1.png);
    z-index: 0;
}

.sp_bg_main_v1 {
    background-image: url(../images/bg/bg-title_pc.webp);
    z-index: 1;
    opacity: .4;
}

.sp_bg_main_v2 {
    background-image: url(../images/bg/v2.jpg);
    z-index: 1;
    opacity: .4;
}

.sp_header>.content {
    text-align: center;
    flex: 0 0 100%;
    position: relative;
    z-index: 3;
}

.sp_header>.content>p {
    max-width: 576px;
    margin: 0 auto;
}

.sp_bg_cotnent {
    background-image: url(../images/bg/event.png);
    background-size: cover;
    background-position: center;
    background-color: transparent !important;
}

.sp_bg_cotnent.v2 {
    background-image: url(../images/bg/about_bg.png);
}

.sw_box {
    display: flex;
}

.sw_box .cover {
    flex: 0 0 50%;
}

.sw_box .cover>a {
    display: block;
}

.sw_box .content {
    flex: 0 0 50%;
    padding-left: 50px;
    color: white;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
}

.sw_box .content.light {
    text-shadow: none;
    color: #333;
}

.sw_box .content .slogan {}

.sw_box .content .slogan>h2 {
    margin-bottom: 20px;
    /*text-align: justify;*/
}

.sw_box .content .slogan p {}

.sw_box .content .lg {
    margin-top: auto;
    margin-left: auto;
    /*margin-bottom: auto;*/
    margin-bottom: 85px;
}

.sp_content .article-content {
    background-color: #fff;
    /*background-image: url(../images/bg/works_bg.jpg);*/
    border: 20px solid #fff;
}

.sp_content .article-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: justify;
}

.sp_content .article-content h2 {
    font-size: 20px;
}

.sp_content .article-content h3 {
    font-size: 16px;

}

.sp_content .article-content img {
    max-width: 100%;
    margin: 20px 0;
}

.sp_content .article-content p {
    text-align: justify;
    margin-bottom: 20px;

}

.sw_box .content .slogan .Ntitle h2 {}

@media (min-width:992px) {
    .sp_content .article-content {
        padding: 50px;
    }
}

@media (max-width:991px) {
    .sp_header {
        height: 240px;
    }

    .sw_box {
        flex-direction: column-reverse;
    }

    .sp_about .sw_box {
        flex-direction: column;
        margin-top: -100px;
    }

    .sw_box .content {
        padding-left: 0;
        margin-bottom: 50px;
    }

    .sp_about .sw_box .content {
        margin-top: 20px;
    }

    .sw_box .content .slogan {
        margin-bottom: 50px;
    }

    .sw_box .content .slogan>.Ntitle h2 {
        font-size: 2rem;
    }

    .sw_box .cover {}

    .sp_content .article-content p{
        font-size: 16px!important;
    }
    .sp_content .article-content span{
        font-size: 16px!important;
    }
    .sp_content .article-content span{
        font-size: 16px!important;
    }
}

/*-----------------------------
    Service
-----------------------------*/
#ServiceP{
    position: relative;
}
#ServiceP .listing {
    /*display: flex;*/
    background-color: #000;
}

#ServiceP .listing .service {
    /*flex: 0 0 100%;*/
    z-index: 0;
}

#ServiceP .listing.group .service {
    /*flex: 1 0 100%;*/
}

#ServiceP .listing .service a.ser_wrap {
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
    padding-bottom: 140%;
}

#ServiceP .listing .service .ser_wrap .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 1s ease 0s;
}

#ServiceP .listing .service .ser_wrap .cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
}

#ServiceP .listing .service .ser_wrap .content {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: #fff;
    transition: all .5s;
    background: linear-gradient(0deg, black, transparent);
}

#ServiceP .listing .service .ser_wrap .content h3 {
    font-size: 15px;
    text-align: center;
}

#ServiceP .listing .service .ser_wrap .content h3 span {
    display: block;
}

#ServiceP .listing .service .ser_wrap .content p {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

#ServiceP .listing .service .ser_wrap .content h3 span.en {
    font-size: 32px;
}

#ServiceP .listing.group .service a.ser_wrap {
    height: 400px;
    padding-bottom: 0;
    overflow: hidden;
}


#ServiceP .js-next{    
    height: 50px!important;
    width: 50px!important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px!important;
    position: absolute!important;
    top: 250px!important;
    
    right: 10px!important;
}
.icon-arrow-left::before,
.icon-arrow-right::before {
    font-size: 24px;
    color: #fff; /* 可依設計調整 */
}
#ServiceP .js-prev{    
    height: 50px!important;
    width: 50px!important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px!important;
    position: absolute!important;
    top: 250px!important;
    
    left: 10px!important;
}


.VideoList .js-next{    
    height: 50px!important;
    width: 50px!important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px!important;
    position: absolute!important;
    top: 250px!important;
    rotate: 30;
    
    right: 10px!important;
}
.VideoList .js-prev{    
    height: 50px!important;
    width: 50px!important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px!important;
    position: absolute!important;
    top: 250px!important;
    
    left: 10px!important;
    rotate: 30;
}


@media (min-width: 992px) {
    #ServiceP .listing .service .ser_wrap:hover .cover::before {
        background-color: rgba(0, 0, 0, 0);
    }

    #ServiceP .listing .service .ser_wrap:hover .cover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    #ServiceP .listing .service .ser_wrap:hover .content {
        background-color: rgb(0 0 0 / .4)
    }
}

@media (max-width:991px) {
    #ServiceP .listing {
        flex-wrap: wrap;
    }

    #ServiceP .listing .service {
        flex: 1 1 calc(100% / 3);
    }

    #ServiceP .listing .service:nth-of-type(n+3) .ser_wrap {
        padding-bottom: 100%;
    }

    #ServiceP .js-next{            
        top: 350px!important;       
        
    }
    #ServiceP .js-prev{  
        top: 350px!important;       

    }

    .VideoList .js-next{            
        top: 80px!important;       
        
    }
    .VideoList .js-prev{  
        top: 80px!important;       

    }
}

@media (max-width:576px) {
    #ServiceP .listing .service {
        flex: 1 0 50%;
    }

    #ServiceP .listing .service:nth-of-type(n+3) .ser_wrap {
        padding-bottom: 140%;
    }

    #ServiceP .listing .service:nth-of-type(3) {
        flex: 0 0 100%;
    }

    #ServiceP .listing .service:nth-of-type(3) .ser_wrap {
        padding-bottom: 64%;
    }

    #ServiceP .listing .service .content {
        background-color: rgb(0 0 0 / .5);
    }

    #ServiceP .listing .service .ser_wrap .content {
        background-color: transparent;
    }

    #ServiceP .listing .service .ser_wrap .content h3 {
        text-align: left;
    }

    #ServiceP .listing .service .ser_wrap .content h3 span.en {
        font-size: 16px;
    }

    #ServiceP .listing .service .ser_wrap .content h3 span.cht, #ServiceP .listing .service .ser_wrap .content p {
        font-size: 12px;
        text-align: left;
    }

    #ServiceP .listing.group .service {
        flex: 0 0 100%;
    }
}


/*-----------------------------
    Service  舊的
-----------------------------*/

#ServiceA.listingA {
    display: flex;
    background-color: #000;
}

#ServiceA.listingA .service {
    flex: 0 0 25%;
}

#ServiceA.listingA.group .service {
    flex: 1 0 25%;
}

#ServiceA.listingA .service a.ser_wrap {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 140%;
}

#ServiceA.listingA .service .ser_wrap .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 1s ease 0s;
}

#ServiceA.listingA .service .ser_wrap .cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
}

#ServiceA.listingA .service .ser_wrap .content {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: #fff;
    transition: all .5s;
    background: linear-gradient(0deg, black, transparent);
}

#ServiceA.listingA .service .ser_wrap .content h3 {
    font-size: 15px;
    text-align: center;
}

#ServiceA.listingA .service .ser_wrap .content h3 span {
    display: block;
}

#ServiceA.listingA .service .ser_wrap .content p {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

#ServiceA.listingA .service .ser_wrap .content h3 span.en {
    font-size: 32px;
}

#ServiceA.listingA.group .service a.ser_wrap {
    height: 400px;
    padding-bottom: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    #ServiceA.listingA .service .ser_wrap:hover .cover::before {
        background-color: rgba(0, 0, 0, 0);
    }

    #ServiceA.listingA .service .ser_wrap:hover .cover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    #ServiceA.listingA .service .ser_wrap:hover .content {
        background-color: rgb(0 0 0 / .4)
    }
}

@media (max-width:991px) {
    #ServiceA.listingA {
        flex-wrap: wrap;
    }

    #ServiceA.listingA .service {
        flex: 1 1 calc(100% / 3);
    }

    #ServiceA.listingA .service:nth-of-type(n+3) .ser_wrap {
        padding-bottom: 100%;
    }
}

@media (max-width:576px) {
    #ServiceA.listingA .service {
        flex: 1 0 50%;
    }

    #ServiceA.listingA .service:nth-of-type(n+3) .ser_wrap {
        padding-bottom: 140%;
    }

    #ServiceA.listingA .service:nth-of-type(3) {
        flex: 0 0 100%;
    }

    #ServiceA.listingA .service:nth-of-type(3) .ser_wrap {
        padding-bottom: 64%;
    }

    #ServiceA.listingA .service .content {
        background-color: rgb(0 0 0 / .5);
    }

    #ServiceA.listingA .service .ser_wrap .content {
        background-color: transparent;
    }

    #ServiceA.listingA .service .ser_wrap .content h3 {
        text-align: left;
    }

    #ServiceA.listingA .service .ser_wrap .content h3 span.en {
        font-size: 16px;
    }

    #ServiceA.listingA .service .ser_wrap .content h3 span.cht, #ServiceA.listingA .service .ser_wrap .content p {
        font-size: 12px;
        text-align: left;
    }

    #ServiceA.listingA.group .service {
        flex: 0 0 100%;
    }
}


/*-----------------------------
    Footer
-----------------------------*/
footer {
    background-image: url(../images/bg/footer_bg.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0;
}

.footer .ft_info {
    flex: 0 1 300px;
}

.footer .ft_info a.brand {
    margin-bottom: 30px;
    display: block;
}

.footer .ft_info a.brand>img {
    max-width: 100%;
}

.footer .ft_info address p {
    font-size: 15px;
}

.footer ul.ft_nav {
    flex: 0 0 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 420px;
}

.footer ul.ft_nav li.ftn_item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    padding-left: 30px;
    margin-bottom: 20px;
}

.footer ul.ft_nav li.ftn_item a.ftn_link {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer ul.ft_nav li.ftn_item .submenu {
    display: flex;
    flex-direction: column;
}

.footer ul.ft_nav li.ftn_item .submenu a.sub-link {
    font-size: 1rem;
    padding-left: 20px;
    position: relative;
    display: block;
    font-weight: 300;
}

.footer ul.ft_nav li.ftn_item .submenu a.sub-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: rgb(255 255 255 / .5);
    top: 11px;
    left: 0px;
}

.footer ul.ft_nav li.ftn_item .submenu a.sub-link:hover {
    color: #3398dc;
}

@media (max-width:767px) {
    footer {
        background-size: cover;
    }

    .footer {
        justify-content: center;
    }

    .footer ul.ft_nav {
        flex: 0 0 100%;
    }

    .footer ul.ft_nav li.ftn_item {
        padding: 0 10px;
        align-items: center;
        width: calc(100% / 3);
    }

    .footer ul.ft_nav li.ftn_item .submenu a.sub-link {
        padding: 0;
        max-width: 120px;
        text-align: center;
    }

    .footer ul.ft_nav li.ftn_item .submenu a.sub-link:not(:first-child):before {
        top: 0px;
        width: 100%;
    }

    .footer ul.ft_nav li.ftn_item .submenu a.sub-link:not(:first-child) {
        padding-top: 5px;
        margin-top: 5px;
    }

    .footer ul.ft_nav li.ftn_item .submenu a.sub-link:first-child:before {
        display: none;
    }
}

@media (max-width:400px) {
    .footer ul.ft_nav {
        flex-direction: row;
        max-height: inherit;
    }

    .footer ul.ft_nav li.ftn_item {
        flex: 0 0 50%;
        justify-content: flex-start;
        align-items: inherit;
        margin-bottom: 50px;
    }

    .footer ul.ft_nav li.ftn_item .submenu a.sub-link {
        text-align: inherit;
        font-size: 13px;
        text-align: justify;
    }
}

/*-----------------------------
    ABOUT
-----------------------------*/

#AboutMain .about-main-bg {
    position: relative;
}

#AboutMain .about-main-bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../images/banner/06.jpg);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#AboutMain .about-main-bg:before {
    /* content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 55 106 / 90%);
    z-index: 0; */
}

#AboutMain .about-main-bg .content .logo-cover {
    max-width: 200px;
    margin: 0 auto;
}

#AboutMain .about-main-bg .content {
    position: relative;
    z-index: 1;
    text-align: center;
}

#AboutMain .about-main-bg .content p {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
    max-width: 576px;
    margin: 0 auto;
    /*text-shadow: 0 0 10px rgb(0 0 0 / 80%);*/
    text-align: left;
}

#AboutMain .about-main-bg .content p.d_shadow {
    text-shadow: 0 0 10px rgb(0 0 0 / 80%);   
}

#AboutMain .about-main-bg .content p.lead {
    font-size: 2rem;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}

#AboutMain .about-main-bg .content p:not(:last-child) {
    margin-bottom: 30px;
}

/*content a and b*/

#AboutMain2 .about-main-bg {
    position: relative;
}

#AboutMain2 .about-main-bg:after {
    /* content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/banner/06.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; */
}

#AboutMain2 .about-main-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 0;
}

#AboutMain2 .about-main-bg .contenta .logo-cover {
    max-width: 200px;
    margin: 0 auto;
}




.content-wrapper {
    display: flex;
    align-items: stretch; /* 垂直置中 */
    justify-content: space-between;
    gap: 15px;
}

.contenta {
    flex: 1; /* 讓內容佔據可用空間 */
    max-width: 70%; /* 控制文字區域的寬度 */
    z-index: 1;
}

.contenta .sign_name_photo{
    float: right;
    margin-left:20px;
}

.contentb {
    flex: 1;
    max-width: 30%;
    /*text-align: left;*/ /* 讓圖片靠右 */
    z-index: 1;
    align-items: flex-start;
}

.contentb img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* 圓角設計 */
    top: 2px;
    left: 2px;
    margin-top: 140px;
}


@media (max-width:576px) {

    .content-wrapper {
        display: flex;
        align-items: stretch; /* 垂直置中 */
        justify-content: space-between;
        flex-direction:column;
        gap: 15px;
    }
    
    .contenta {
        flex: 1; /* 讓內容佔據可用空間 */
        max-width: 100%; /* 控制文字區域的寬度 */
        z-index: 1;
    }
    
    .contenta .sign_name_photo{
        float: right;
        margin-left:10px;
    }
    
    .contentb {
        flex: 1;
        max-width: 100%;
        /*text-align: left;*/ /* 讓圖片靠右 */
        z-index: 1;
        align-items: flex-start;
    }
    
    .contentb img {
        max-width: 100%;
        height: auto;
        border-radius: 10px; /* 圓角設計 */
        top: 2px;
        left: 2px;
        margin-top: 50px;
    }





}


#AboutMain2 .about-main-bg .contenta p {
    color: #303030;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
    max-width: 650px;
    margin: 0 auto;
    /*text-shadow: 0 0 10px rgb(0 0 0 / 80%);*/
    text-align: left;
}

#AboutMain2 .about-main-bg .contenta p.leadb {
    font-size: 2rem!important;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}



.divimage-txt h3 {
    font-size: 3rem;
    letter-spacing: 2px;
    margin: 30px auto;
    text-shadow: 0 0 5px rgba(255, 255, 255, .8);
    animation: lighting 2s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

.VideoList .js-slide>a {
    position: relative;
}

.VideoList .js-slide>a:before,
.VideoList .js-slide>a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.VideoList .js-slide>a:before {
    content: "";
    z-index: 3;
    background-color: rgb(0 0 0 / .5);
}

.VideoList .js-slide>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f01d";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    z-index: 5;
    align-items: center;
    color: #fff;
}

.VideoList .js-slide .cover {
    position: relative;
}

.VideoList .js-slide .cover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / .3);
    transition: all .3s;
}

.VideoList .js-slide .cover:hover:before {
    background-color: transparent;
}

.VideoList .js-slide .cover>a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 4;
    font-size: 3rem;
    opacity: .8;
}

.VideoList .js-slide .cover>a:hover {
    opacity: 1;
}
.VideoList .js-prev, .VideoList .js-next {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border-bottom: 1px solid rgb(255 255 255 / 90%);*/
    top: 45%;
    transition: all .3s;
}

.VideoList .js-prev {
    left: 50px;
    /*border-left: 1px solid rgb(255 255 255 / 90%);*/
    /*transform: rotate(45deg);*/
}

.VideoList .js-next {
    right: 50px;
    /*border-right: 1px solid rgb(255 255 255 / 90%);*/
    /*transform: rotate(-45deg);*/
}

.VideoList .slick-arrow.js-prev:hover {
    left: 40px;
}

.VideoList .slick-arrow.js-next:hover {
    right: 40px;
}

@media (max-width:576px) {
    #AboutMain .about-main-bg .content p {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: justify;
    }

    #AboutMain .about-main-bg:before {
        background-color: rgb(0 55 106 / 99%);
    }

    .sp_bg_cotnent.v2 {
        opacity: .5;
    }
}

.dropdown-item .nav-link > span{ line-height: 23px;}

.img-responsive{
    width: 100%!important;
    height: auto;;
}


/*linetime*/

#AboutMain3 p.leadb {
    font-size: 2rem;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 850px;
    margin: auto;
    padding: 20px 0;
}

.timeline::before {
    /*content: "";
    position: absolute;
    top: 0;
    left: 90px;
    width: 2px;
    height: 100%;
    background: #ddd;*/
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.year {
    width: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    padding-right: 20px;
}

.contentlist {
    background: white;
    padding: 15px;
    border-radius: 5px;
    width: calc(100% - 100px);
    border-left: 4px solid #4CAF50;
    color: #333;
    margin-left: 20px;

    display: flex;
    flex-direction: row;
}


.contentlist ul{
    margin-left: 10px;
}

.contentlist ul li {
    list-style: none; /* 先移除預設的樣式 */
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 1.4rem;;
}

.contentlist ul li::before {
    content: "•"; /* 自訂圓點 */
    color: #4CAF50; /* 設定顏色 */
    font-size: 18px; /* 設定大小 */
    position: absolute;
    left: 0;
    top: 0;
}

.contentlist img {
    height: 100px;
    width: auto;
    border-radius: 5px;
}



/*3 templage*/
#AboutMain3 .about-main-bg3 {
    position: relative;
}

#AboutMain3 .about-main-bg3:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../images/banner/06.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;*/
}

#AboutMain3 .about-main-bg3:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 55 106 / 90%);
    z-index: 0;
}

#AboutMain3 .about-main-bg3 .content .logo-cover {
    max-width: 200px;
    margin: 0 auto;
}

#AboutMain3 .about-main-bg3 .content {
    position: relative;
    z-index: 1;
    text-align: center;
}

#AboutMain3 .about-main-bg3 .content p {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
    max-width: 576px;
    margin: 0 auto;
    text-shadow: 0 0 10px rgb(0 0 0 / 80%);
    text-align: left;
}

#AboutMain3 .about-main-bg3 .content p.lead {
    font-size: 2rem;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}

#AboutMain3 .about-main-bg3 .content p:not(:last-child) {
    margin-bottom: 30px;
}

/*5 templage*/
#AboutMain5 .about-main-bg5 {
    position: relative;
}

#AboutMain5 .about-main-bg5:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../images/banner/06.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;*/
}

#AboutMain5 .about-main-bg5:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgb(0 55 106 / 90%);*/
    z-index: 0;
}

#AboutMain5 .about-main-bg5 .content .logo-cover {
    max-width: 800px;
    margin: 0 auto;
}

#AboutMain5 .about-main-bg5 .content {
    position: relative;
    z-index: 1;
    text-align: center;
}

#AboutMain5 .about-main-bg5 .content p {
    /*color: #fff;*/
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
    /*text-shadow: 0 0 10px rgb(0 0 0 / 80%);*/
    text-align: left;
}

#AboutMain5 .about-main-bg5 .content p.lead {
    font-size: 2rem;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}

#AboutMain5 .about-main-bg5 .content p:not(:last-child) {
    margin-bottom: 30px;
}

/*2 templage*/
#AboutMain2 .about-main-bg2 {
    position: relative;
}

#AboutMain2 .about-main-bg2:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../images/banner/06.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;*/
}

#AboutMain2 .about-main-bg2:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgb(0 55 106 / 90%);*/
    z-index: 0;
}

#AboutMain2 .about-main-bg2 .content .logo-cover {
    max-width: 800px;
    margin: 0 auto;
}

#AboutMain2 .about-main-bg2 .content {
    position: relative;
    z-index: 1;
    text-align: center;
}

#AboutMain2 .about-main-bg2 .content p {
    /*color: #fff;*/
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
    /*text-shadow: 0 0 10px rgb(0 0 0 / 80%);*/
    text-align: left;
}

#AboutMain2 .about-main-bg2 .content p.lead {
    font-size: 2rem;
    font-weight: 500;
    margin: 40px 0;
    line-height: 3.5rem;
    margin: 40px auto;
    text-align: center;
}

#AboutMain2 .about-main-bg2 .content p:not(:last-child) {
    margin-bottom: 30px;
}

#AboutMain2 .image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#AboutMain2 .image-item {
    width: calc(33.333% - 20px);
}
#AboutMain2 .image-item img {
    width: 100%;
    display: block;
}