@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

:root {
    --main-color: rgba(10, 35, 85, 0.7);
    --hover-color: rgb(190, 40, 48);
    --text-black-color: #373737;
    --white-color: white;
    --blue-1: #455d81;
    --blue-2: #13264b;
    --deep-blue: #141b36;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

body {
    line-height: 1.5;
    color: var(--text-black-color);
    overflow-x: hidden;
}

.overflow-active {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.75;
    text-align: justify;
}

button {
    border: none;
    background-color: transparent;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a>em {
    color: white;
}

hr {
    height: .2rem;
    width: 100%;
    margin: 0;
    border: none;
}

h2 {
    font-weight: 700;
}

.swiper-pagination-bullet {
    background-color: var(--main-color);
}

.swiper-pagination-bullet-active {
    background-color: var(--hover-color);
}

.a-more-button-box {
    display: flex;
    align-items: flex-start;
}

.a-more-button {
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
    background-color: var(--hover-color);
    color: white;
    display: flex;
}


.a-more-button:hover {
    color: var(--hover-color);
    background-color: transparent;
}

.a-inner-page-banner {
    height: 600px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-inner-page-title {
    border-radius: 50px;
    padding: 15px 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.65) 75%);
}

.a-inner-page-title h1 {
    margin-bottom: 0;
    font-size: 36px;
    color: white;
}

.sq-btn {
    display: flex;
}

.sq-btn a {
    color: var(--hover-color);
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 18px;
    background-color: var(--white-color);
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
}

.sq-btn a:hover {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.email-link {
    color: var(--main-color);
}

.email-link:hover {
    color: var(--hover-color);
}

.email-link i {
    margin-right: 5px;
}

#BannerAboutus_Div {
    background-position: center;
    background-image: url(../img/banner20250820_1.jpg);
}

#BannerBusiness_Div {
    background-position: center;
    background-image: url(../img/business_banner.jpg);
}

#BannerIR_Div {
    background-position: top;
    background-image: url(../img/ir_banner.jpg);
}

#BannerNews_Div {
    background-position: center;
    background-image: url(../img/news_banner.jpg);
}

#BannerESG_Div {
    background-position: center 30%;
    background-image: url(../img/csr_banner.jpg);
}

#BannerFocusUpdate_Div {
    background-position: center;
    background-image: url(../img/istockphoto-1354178670-2048x2048.jpg);
}

#BannerContactUs_Div {
    background-position: center;
    background-image: url(../img/contact_banner.jpg);
}

.wrapper {
    position: relative;
    background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--text-black-color);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--hover-color);
}

/* Navbar */

.a-navbar-box {
    width: 100%;
    padding: 20px 160px;
    z-index: 25;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all .3s ease-in-out;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.a-navbar-box.active {
    background-color: var(--blue-1);
    position: fixed;
}

.a-navbar-box.active .company-logo {
    max-width: 240px;
    transition: all .3s ease-in-out;
}

.company-logo {
    width: 100%;
    max-width: 280px;
    transition: all .3s ease-in-out;
}

body.menu-active {
    overflow-y: hidden;
}

.a-navbar-pop-up-top {
    padding: 30px 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.a-navbar-pop-up-top>a {
    display: flex;
    align-items: center;
}

.a-navbar-pop-up-top img {
    max-width: 150px;
}

.a-navbar-pop-up-top .a-menu-button {
    margin: 0;
    padding: 0;
}

.a-navbar-pop-up-top .a-menu-button em {
    font-size: 32px;
    transform: rotate(45deg);
}

.a-navbar-pop-up-top .a-menu-button em:hover {
    background-color: var(--white-color);
}

.a-navbar-pop-up {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 520px;
    height: 100vh;
    z-index: 10000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: white;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    overflow: auto;
}

.a-navbar-pop-up.active {
    display: flex;
}

.a-navbar-pop-up em {
    font-size: 24px;
    color: var(--text-black-color);
}

.a-navbar-pop-up>ul {
    width: 100%;
}

.a-navbar-pop-up>ul>li>a {
    padding: 20px 40px;
    width: 100%;
    border-bottom: 1px solid rgb(212, 212, 212);
    color: var(--text-black-color);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.a-navbar-pop-up>ul>li>a:hover {
    border-bottom: 1px solid transparent;
    background-color: var(--hover-color);
}

.a-navbar-pop-up>ul>li>a:hover span {
    color: white;
}

.a-navbar-pop-up>ul>li>a:hover em {
    color: white;
}

.a-menu.active .a-sub-menu {
    display: flex;
    flex-direction: column;
}

.a-sub2-menu {
    padding: 10px 10px 0;
}

.a-sub2-menu li {
    margin: 10px;
    margin-bottom: 10px;
    padding: 0 !important;
    list-style-type: square;
}

.a-sub2-menu li a {
    font-size: 18px;
}

.a-menu.active>a {
    background-color: var(--main-color);
}

.a-menu.active>a>span {
    color: white;
}

.a-menu.active>a>em {
    color: white;
}

.a-menu button {
    padding: 15px 40px;
    width: 100%;
    border-bottom: 1px solid rgb(212, 212, 212);
    color: var(--text-black-color);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.a-menu button span {
    text-align: start;
}

.a-sub-menu {
    display: none;
    padding: 20px 0;
}

.a-sub-menu li {
    padding: 10px 40px;
}

.a-sub-menu a {
    font-size: 18px;
    color: var(--text-black-color);
}

.a-sub-menu a:hover {
    color: var(--main-color);
}

.a-lang {
    display: flex;
    align-items: center;
}

.a-lang span {
    color: var(--white-color);
}

.a-lang a {
    padding: 0 10px;
    color: white !important;
    font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
    cursor: pointer;
}

.a-lang a:hover {
    color: var(--hover-color) !important;
}

.a-lang button {
    border-radius: 50px;
    margin-left: 10px;
    padding: 10px 20px;
    background-color: var(--hover-color);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.a-lang button:hover {
    background-color: var(--white-color) !important;
}


.a-lang button:hover em {
    color: var(--hover-color);
}

.a-lang button em {
    color: white;
    font-size: 20px;
}

.a-navbar-box.active .a-lang a {
    color: var(--white-color);
}

.a-navbar-box.active .a-lang span {
    color: var(--white-color);
}

.a-textsize {
    font-size: 16px;
}

/* Navbar End */

.sections {
    width: 100%;
}

/* Google Map */
.a-map-responsive {
    overflow: hidden;
    width: 65%;
    padding-bottom: 35%;
    position: relative;
    height: 55%;
}

.a-map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Section Background */
.about-section,
.corporate-info-section,
.business-section,
.contact-section,
.report-section {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
    padding: 100px 160px;
}

.ir-section {
    width: 100%;
    position: relative;
}

.ir-section>.row:first-child {
    padding: 120px 0;
}

.a-about-container,
.a-news-container,
.a-corporate-info-container,
.a-business-container,
.a-ir-container,
.a-contact-container,
.a-report-container,
.a-footer.container {
    width: 100%;
}

.a-about-container ul {
    margin-bottom: 40px;
    margin-left: 20px;
}

.a-about-container ul li {
    margin-bottom: 5px;
    font-size: 16px;
    list-style-type: disc;
}

.a-news-container {
    border-bottom: 5px solid var(--hover-color);
}

.a-ir-container .row {
    margin: 0;
    padding: 0;
    row-gap: 80px;
}

.bg-contact-us {
    background: url(../img/aboutus.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* Auto Upload System TEXT*/
.aconnectSystem {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding-top: 20px;
}

/* Index */
.a-business-box {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.business-item {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
}

.business-item:last-child {
    margin-bottom: 0;
}

.business-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.business-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.business-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.business-content img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    height: 295px;
    object-fit: cover;
}

.business-content a {
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
    background-color: var(--hover-color);
    color: white;
    display: flex;
}

.business-content a:hover {
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
    color: var(--hover-color);
    background-color: transparent;
}

.ir-section .row {
    justify-content: space-evenly;
}

.report-swiper-container,
.a-announcement-container {
    margin-top: 40px;
    overflow: hidden;
}

.report-swiper-container h3 {
    font-size: 20px;
    margin-top: 20px;
}

.esg-report-swiper-container,
.a-announcement-container {
    margin-top: 40px;
    overflow: hidden;
}

.esg-report-swiper-container h3 {
    font-size: 18px;
    margin-top: 20px;
}

.report-img {
    width: 100%;
    max-width: 260px;
}

.a-financial-container {
    position: relative;
}

.a-financial-container .swiper-slide {
    text-align: center;
}

.a-announcement-text li {
    padding: 0 20px 30px;
}

.a-announcement-text li:last-child {
    padding-bottom: 0 !important;
}

#IndexAnnouncementDiv li {
    padding: 0 0 20px;
}

.a-announcement-text a {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 2px solid transparent;
}

.a-announcement-text a:hover {
    border-bottom: 2px solid var(--white-color);
}

.a-announcement-text a h3 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
}

.a-announcement-text a span {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color);
}

.a-footer-container {
    padding: 60px 30px;
    width: 100%;
    background: var(--deep-blue);
    color: white;
}

.a-footer-container.fixed {
    bottom: 0;
    position: fixed !important;
}

.a-footer-inside {
    column-gap: 120px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.a-footer-inside img {
    width: 100%;
}

.a-footer-text {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--blue-1);
    text-align: center;
}

.a-footer-text span {
    margin: 0 10px;
}

.a-footer-text a {
    color: var(--blue-1);
}

.a-footer-text a:hover {
    color: var(--white-color);
}

.a-inner-page-content {
    padding: 100px 160px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.a-inner-page-content h2 {
    margin-bottom: 40px;
    font-size: 28px;
    text-transform: uppercase;
}

.a-contact-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.a-contact-item {
    margin-bottom: 20px;
}

.a-contact-item em {
    min-width: 20px;
    margin-right: 10px;
}

.a-contact-item a {
    color: var(--main-color);
}

.a-contact-item a:hover {
    color: var(--hover-color);
}

.a-ci-item {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.a-ci-item h6 {}

.a-ci-label {
    width: 40%;
}

.a-ci-content {
    width: 60%;
}

.a-ci-content a {
    word-break: break-word;
    color: var(--main-color);
}

.a-ci-content a:hover {
    color: var(--hover-color);
}

.a-report-inner {
    display: flex;
    flex-direction: column;
}

#YearDiv {
    margin: 0 0 0 auto;
}

.report-box {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.report-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.report-item img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 280px;
}

.report-item span {
    font-weight: 500;
    color: var(--text-black-color);
}

.report-item:hover span {
    color: var(--hover-color);
}

#BackToTop_Div {
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    background-color: var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: none!important;
    border: none;
    outline: none;
    position: fixed;
    cursor: pointer;
}

#BackToTop_Div.active {
    display: flex;
    background-color: var(--hover-color);
}

#BackToTop_Div em {
    color: white;
}

#BackToTop_Div:hover {
    background-color: var(--hover-color);
}

.a-board-box {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}


.a-board-content {
    display: flex;
    flex-direction: column;
}

.a-board-title {
    display: flex;
}

.a-board-item {
    margin-bottom: 60px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.a-board-name {
    padding: 20px;
    border: 1px solid lightgrey;
    text-align: center;
    cursor: pointer;
}

.a-board-name:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.a-board-pos {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.a-board-bio-modal {
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.a-board-bio-modal.active {
    display: flex;
}

.a-board-whitebox {
    padding: 40px;
    width: 100%;
    height: auto;
    max-height: 600px;
    max-width: 900px;
    background-color: white;
    overflow-y: auto;
}

.a-board-cancel {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
}

.a-board-cancel i {
    font-size: 36px;
}

.a-board-cancel i:hover {
    color: var(--main-color);
}

.a-board-desc {
    text-align: justify;
}

.a-board-inner-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.a-cb-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.a-cs-report {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-cs-report img {
    width: 100%;
    max-width: 640px;
}

.a-cs-report h6 {
    margin-top: 20px;
    text-align: center;
    color: var(--main-color);
}

.a-cs-report a:hover h6 {
    color: var(--hover-color);
}

.a-cs-content {
    gap: 40px;
    grid-template-columns: 1fr 4fr;
    display: grid;
}

.a-cs-content li {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style-type: disclosure-closed;
}

.a-cs-content li h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.a-cs-statement {
    padding-left: 40px;
    border-left: 2px solid var(--text-black-color);
}

.a-info-item {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.a-info-label {
    border-bottom: 3px solid var(--text-black-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.a-info-content {
    flex-direction: column;
    display: flex;
}

.a-info-content a {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid var(--text-black-color);
    color: var(--text-black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-info-content a:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.a-info-content a:hover i {
    color: var(--main-color);
}

.a-info-content a i {
    margin-right: 10px;
    color: var(--text-black-color);
}

.a-info-board-box {
    margin-bottom: 40px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.a-info-board-item {
    padding: 20px;
    border: 1px solid var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-info-board-item ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-info-board-item ul span {
    font-size: 14px;
}

.a-info-board-item ul li {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid var(--main-color);
}

.a-ib-label {
    font-weight: bold;
    text-align: center;
}

.a-driving-category {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.a-driving-sc-img img {
    width: 100%;
    max-width: 320px;
}

.a-dc-item h6 {
    font-size: 24px;
}

.a-gdm-link-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.a-gdm-link {
    border-radius: 50px;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: var(--text-black-color);
    color: white;
}

.a-gdm-link:hover {
    background-color: var(--main-color);
}

.a-gdm-link i {
    margin-right: 5px;
}

.a-ih-item {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}

.a-ih-item h6 {
    margin-bottom: 0;
}

.a-ih-item i {
    transform: rotate(-90deg);
}

.a-ih-row {
    padding: 20px 40px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.a-ih-desc {
    padding: 40px;
    display: none;
    flex-direction: column;
}

.a-ih-item.active .a-ih-desc {
    display: flex;
}

.a-ih-item.active i {
    transform: rotate(0);
}

.a-press-item {
    margin-bottom: 20px;
    padding: 20px 30px;
    border-bottom: 2px solid var(--text-black-color);
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.a-press-left {
    display: flex;
}

.a-press-date {
    min-width: 120px;
    margin-right: 30px;
}

.a-press-pdf i {
    color: var(--text-black-color);
    font-size: 24px;
}

.a-press-pdf:hover i {
    color: var(--main-color);
}

#SustainContentDiv {
    width: 100%;
}

#SustainContentDiv>h2 {
    text-align: center;
}

#ESGReportDiv {
    margin: 0 auto;
    width: 100%;
}

.a-sustain-item {
    color: var(--text-black-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-sustain-item img {
    display: initial !important;
    border: 5px solid var(--text-black-color);
    width: 230px;
    height: 320px;
}

.a-sustain-item h6 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.a-sustain-item:hover img {
    border: 5px solid var(--text-black-color);
    color: var(--hover-color);
}

.a-sustain-item:hover h6 {
    color: var(--hover-color);
}

.a-activities-content {
    margin-top: 60px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.a-a-thumbnail {
    background-color: var(--white-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.a-a-thumbnail img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.a-a-content {
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.a-a-type {
    margin-bottom: 15px;
    padding: 5px 30px;
    line-height: 1;
    color: var(--white-color);
    background-color: var(--main-color);
}

.a-a-content h6,
.a-a-date {
    color: var(--text-black-color);
}

.a-a-item:hover h6,
.a-a-item:hover .a-a-date {
    color: var(--hover-color);
}

.a-a-date {
    font-size: 16px;
    color: var(--text-black-color);
}

#ActivitiesContentDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper {
    margin-bottom: 40px;
    width: 100%;
}

#ActivitiesContentDiv img {
    width: 100%;
}

.a-ac-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.a-a-back-btn {
    padding: 8px 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    cursor: pointer;
}

.a-a-back-btn:hover {
    background-color: var(--main-color);
    color: white;
}

.a-ac-desc {
    margin: 60px auto;
    width: 100%;
    max-width: 1200px;
}

.a-awards-item {
    margin-bottom: 30px;
    padding: 30px;
    border-bottom: 2px solid var(--text-black-color);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.a-awards-item:hover {
    transition: all .3s ease-in-out;
}

.a-awards-row {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.a-awards-row h6 {
    margin-bottom: 0;
}

.a-awards-item.active i {
    transform: rotate(180deg);
}

.a-awards-desc {
    display: none;
    margin-top: 20px;
}

.a-awards-item.active .a-awards-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a-awards-item.active .a-awards-desc img {
    width: 100%;
    max-width: 320px;
}

.a-awards-desc p {
    line-height: 1.5;
}

.a-logo-row {
    gap: 40px;
    display: flex;
    flex-direction: column-reverse;
}

.a-logo-img img {
    width: 100%;
    max-width: 320px;
}

@media screen and (max-width: 1600px) {
    .a-business-box {
        max-width: 100%;
    }

    .a-driving-sc-item {
        grid-template-columns: .75fr 1fr !important;
    }
}

@media screen and (max-width: 1400px) {
    .a-ci-item {
        flex-direction: column;
    }

    .a-ci-label {
        width: 100%;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .a-ci-content {
        width: 100%;
    }

    .a-logo-row {}
}

@media screen and (max-width: 1199px) {
    .swiper-bg {
        height: 360px;
    }

    p {
        font-size: 18px;
    }

    .a-ir-container .row {
        row-gap: 60px;
    }

    .about-section,
    .corporate-info-section,
    .business-section,
    .contact-section,
    .report-section {
        padding: 60px;
    }

    .ir-section>.row:first-child {
        padding: 60px 0;
    }

    .a-inner-page-content {
        padding: 60px;
        align-items: center;
        display: flex;
    }

    .business-titie {
        margin-bottom: 40px;
        text-align: center;
    }

    .business-content {
        flex-direction: column-reverse;
    }

    .business-content>div {
        margin-top: 40px;
        padding-right: 0;
        align-items: center;
    }

    .a-announcement-text li {
        margin-bottom: 0;
    }

    .a-announcement-text a h3 {
        margin-bottom: 0;
    }

    .a-footer-text {
        text-align: center;
    }

    .a-board-item {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .a-board-pos {
        font-size: 20px;
    }

    .a-driving-sc-item {
        gap: 0 !important;
        grid-template-columns: 1fr !important;
    }

    .swiperImg {
        margin-bottom: 20px !important;
        max-width: 540px;
    }

    .a-info-board-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .a-activities-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .a-logo-row {
        display: flex;
    }

    .a-navbar-box {
        padding: 20px 60px;
        position: relative;
        background-color: var(--blue-2);
    }

    .a-cs-content {
        flex-direction: column;
        display: flex;
    }

    .a-cs-statement {
        padding-top: 40px;
        padding-left: 0;
        border-left: 0;
        border-top: 2px solid var(--text-black-color);
    }

    .a-cs-report img {
        max-width: 180px;
    }

    .a-financial-container {
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .a-business-box {
        flex-direction: column;
    }

    .a-board-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .a-info-table-title th,
    .a-info-table-title td {
        padding: 20px 20px 0 !important;
    }

    .a-info-table-title td,
    .a-info-table-content th,
    .a-info-table-content td,
    .a-info-table-head th {
        font-size: 15px;
    }

    .a-press-item {
        align-items: center;
    }

    .a-press-left {
        padding-right: 20px;
        flex-direction: column;
    }

    .a-activities-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 640px) {

    p {
        font-size: 16px;
        text-align: justify;
    }

    .a-navbar-box {
        padding: 20px;
    }

    .a-lang>a {
        font-size: 16px;
    }

    .a-textsize {
        display: none;
    }

    .company-logo {
        max-width: 120px;
    }

    .a-navbar-box.active .company-logo {
        max-width: 140px;
    }

    .a-inner-page-content {
        padding: 40px 20px;
    }

    .about-section,
    .corporate-info-section,
    .business-section,
    .contact-section,
    .report-section {
        padding: 40px 30px;
    }

    .ir-section h2 {
        font-size: 24px;
    }

    .a-financial-container {
        margin-bottom: 40px;
    }

    .a-inner-page-banner {
        height: 280px;
    }

    .swiper-bg {
        height: 280px;
        background-position: center 50%;
    }

    .sections>h2 {
        font-size: 24px;
        text-align: center;
    }

    .business-titie {
        font-size: 24px;
    }

    .business-item {
        padding: 30px;
    }

    .business-content a {
        font-size: 16px;
    }

    .business-content img {
        max-width: initial;
    }

    .a-announcement-text a h3 {
        font-size: 16px;
    }

    .report-img {
        max-width: 180px;
    }

    .a-inner-page-content h2 {
        font-size: 18px;
        text-align: center;
    }

    .a-ci-label {
        font-size: 18px;
    }

    .a-ci-content {
        font-size: 16px;
    }

    .a-board-box {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .a-board-pos {
        font-size: 18px;
    }

    .a-gdm-link-button {
        margin: 40px auto 0;
        flex-direction: column;
        align-items: center;
    }

    .a-gdm-link {
        font-size: 16px;
    }

    .a-ac-desc {
        margin: 40px auto;
    }

    .a-logo-row {
        align-items: center;
    }

    .a-logo-img img {
        max-width: 220px;
    }

    .report-swiper-container img,
    .esg-report-swiper-container img {
        max-width: 180px !important;
    }

    .a-announcement-text a {
        padding: 20px 0 !important;
    }
}

@media screen and (max-width: 414px) {
    .company-logo {
        max-width: 100px;
    }

    .a-navbar-box.active .company-logo {
        max-width: 120px;
    }

    .a-lang button {
        padding: 5px 10px;
    }

    .a-sub-menu li,
    .a-navbar-pop-up>ul>li>a {
        padding: 10px 20px;
    }

    .a-navbar-pop-up-top {
        padding: 20px;
    }

    .a-menu button {
        padding: 10px 20px;
    }

    .a-ib-label {
        font-size: 16px;
    }

    .a-info-board-item ul li {
        font-size: 14px;
        padding-bottom: 5px;
        border-bottom: 1px solid var(--main-color);
    }

    .a-info-table-title td {
        padding: 20px 0 0 !important;
    }

    .a-info-table-head th {
        padding: 10px 0 !important;
        border-bottom: 2px solid var(--main-color);
        background-color: transparent !important;
        color: var(--text-black-color) !important;
    }

    .a-info-table-content th,
    .a-info-table-content td {
        padding: 10px 0 !important;
    }

    .a-info-table-title td,
    .a-info-table-content th,
    .a-info-table-content td,
    .a-info-table-head th {
        font-size: 13px !important;
    }

    .a-info-table-content span {
        font-size: 11px !important;
    }

    .a-info-content a span {
        font-size: 16px !important;
    }

    .a-info-ul-list li {
        font-size: 16px !important;
    }
}

.a-driving-content span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* About Us */

.a-cb-content {
    width: 100%;
}

.a-gp-ul {
    margin-left: 20px;
}

.a-gp-ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.a-gp-ul li:last-child {
    margin-bottom: 0;
}

.a-gp-space {
    width: 100%;
    height: 200px;
    background-image: url('../img/gp01.jpg');
    background-attachment: fixed;
    background-position: center;
}

.a-gp-bc-item {
    margin-bottom: 40px;
}

.a-gp-bc-item:last-child {
    margin-bottom: 0;
}

.a-gp-bc-item h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.a-mt-category {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--hover-color);
}

.a-mt-category h5 {
    margin-bottom: 0;
}

.a-mt-item {
    margin-top: 30px;
}

.a-milestone-category {
    padding: 25px;
    transition: all .3s ease-in-out;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    cursor: pointer;
}

.a-milestone-category:hover {
    transition: all .3s ease-in-out;
    background-color: var(--hover-color);
}

.a-milestone-category:hover h6,
.a-milestone-category:hover i {
    color: var(--white-color);
}

.a-milestone-category h6 {
    margin-bottom: 0;
}

.a-milestone-item {
    border-bottom: 1px solid var(--hover-color);
}

.a-milestone-item.active .a-milestone-content {
    border: 1px solid var(--hover-color);
    border-bottom: 1px solid transparent;
    flex-direction: column;
    display: flex;
}

.a-milestone-item.active .a-milestone-category {
    background-color: var(--hover-color);
}

.a-milestone-item.active .a-milestone-category h6,
.a-milestone-item.active .a-milestone-category i {
    color: var(--white-color);
}

.a-milestone-content {
    padding: 25px;
    display: none;
}

.a-milestone-content img {
    max-width: 360px;
}

.a-milestone-content h5 {
    margin-bottom: 0;
}

#SOIS_DIV h5,
#ITP_DIV h5,
#ISP_DIV h5 {
    text-transform: uppercase;
}

#SelectYearDiv {
    float: right;
}

#SelectYearDiv {
    margin-bottom: 40px;
}

#McDiv ul {
    list-style: none;
    flex-direction: column;
    display: flex;
}

#McDiv li {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.inner-li {
    width: 100%;
    flex-direction: row;
    display: flex;
}

#McDiv ul li {
    padding: 30px;
}

#McDiv li:nth-child(odd) {
    background-color: #efefef;
}

.inner-li>.d-cell:first-child {
    min-width: 120px;
    max-width: 120px;
    width: 100%;
}

#McDiv li a {
    display: block;
    color: var(--text-black-color);
}

#McDiv li a:hover {
    color: var(--hover-color);
}

.a-cn-box {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.a-cn-item {
    height: 100%;
    border-bottom: 5px solid transparent;
    overflow: hidden;
}

.a-cn-item figure {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

.a-cn-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.a-cn-item>div {
    padding: 20px;
    height: 100%;
    background-color: #ececec;
    transition: all .3s ease-in-out;
}

.a-cn-item h5,
.a-cn-item h6,
.a-cn-item p {
    color: var(--text-black-color);
}

.a-cn-item p {
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.a-cn-item:hover {
    transition: all .3s ease-in-out;
    border-bottom: 5px solid var(--hover-color) !important;
}

.paginationjs-pages {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationjs-pages ul {
    flex-direction: row;
    display: flex;
}

.paginationjs-pages ul li a {
    padding: 5px 20px;
    cursor: pointer;
}

.paginationjs-pages ul li:hover a,
.paginationjs-pages ul li a:hover {
    color: var(--white-color) !important;
    background-color: var(--hover-color);
}

.paginationjs-pages ul li.active a {
    color: var(--white-color);
    background-color: var(--main-color);
}

#NewsContentDiv {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#NC_DATE_DIV {
    font-size: 18px;
    text-align: center;
}

#NC_TITLE_DIV {
    margin: 20px 0 40px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

#NC_CONTENT_DIV {
    align-items: center;
    flex-direction: column;
    display: flex;
}

#NC_CONTENT_DIV p {
    margin-top: 30px;
}

#NC_CONTENT_DIV img {
    width: 100%;
    max-width: 520px;
}

.nc-back-btn {
    margin-top: 40px;
    justify-content: center;
    display: flex;
}

.nc-back-btn a {
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
    color: var(--white-color);
    background-color: var(--hover-color);
    cursor: pointer;
}

.nc-back-btn a:hover {
    color: var(--hover-color);
    background-color: var(--white-color);
}

.ac-cu-submit-btn {
    margin-top: 20px;
    justify-content: center;
    display: flex;
}

.ac-cu-submit-btn a {
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid var(--hover-color);
    transition: all .3s ease-in-out;
    color: var(--white-color) !important;
    background-color: var(--hover-color);
    cursor: pointer;
}

.ac-cu-submit-btn a:hover {
    color: var(--hover-color) !important;
    background-color: var(--white-color);
}

.swal2-container {
    z-index: 999999999;
}

.ac-cu-item {
    width: 100%;
    column-gap: 20px;
    flex-direction: column;
    display: flex;
}

.ac-cu-item>div {
    margin-bottom: 20px;
    width: 100%;
}

#Inner_ContactUs_Div {
    border-bottom: 5px solid var(--hover-color);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#Inner_ContactUs_Div .a-cb-content {
    width: 100%;
    max-width: 600px;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.anchorBL {
    display: none
}


.index-contact-box {
    width: 100%;
    flex-direction: row;
    display: flex;
}

.index-contact-details {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#CMP_DIV h5 {
    margin-top: 40px;
    font-weight: 600;
}

#CMP_DIV ul {
    margin-top: 20px;
}

#CMP_DIV ul li {
    margin-top: 10px;
}

#FH_DIV .table{
    min-width: 800px;
    width: 99.9%;
}

#FH_DIV .table-wrap {
    margin-bottom: 30px;
    overflow-x: auto;
    position: relative;
}

#FH_DIV .table-wrap .swipe-hand {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#FH_DIV .result-table {
    text-align: center;
}

#FH_DIV .table thead {
    color: #fff;
    background-color: var(--hover-color);
}

#FH_DIV .table tbody tr td:nth-child(2) {
    font-weight: bold;
    border-left: 1px solid var(--hover-color);
    border-right: 1px solid var(--hover-color);
}

#FH_DIV .result-table tbody tr:last-child td {
    color: #fff;
    background-color: var(--blue-2);
}

#FH_DIV .result-table tr th:first-child,
#FH_DIV .result-table tr td:first-child {
    text-align: left;
}

#FH_DIV .table tbody tr:first-child td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

#FH_DIV .table tbody tr td {
    padding: 12px 5px;
    font-weight: 300;
    vertical-align: bottom;
    line-height: 1.2;
}

#FH_DIV table,
#FH_DIV tr,
#FH_DIV td {
    border-collapse: collapse;
}

#FH_DIV .table td,
.table th {
    border-top: 0;
    border-bottom: 0;
}

#FH_DIV article h2 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 50px;
    font-weight: bold;
}

#FH_DIV .art-right h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

#FH_DIV .table-wrap {
        margin-bottom: 30px;
    overflow-x: auto;
    position: relative;
}

.a-qr-code {
    right: 40px;
    position: absolute;
}

@media screen and (max-width: 1199px) {
    .a-qr-code {
        right: initial;
        margin-bottom: 20px;
        position: relative;
}

.a-footer-inside {
    flex-direction: column;
}

    #FH_DIV .table thead th,
    #FH_DIV .table tbody tr td {
        font-size: 14px;
    }
}

#BannerSwiperDiv {
    position: relative;
    overflow: hidden;
}

#BannerSwiperDiv .swiper-pagination {
    bottom: 30px;
}

#BannerSwiperDiv .swiper-pagination-bullet {
    background-color: var(--white-color);
    opacity: .75;
}

#BannerSwiperDiv .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--hover-color);
}

#BannerSwiperDiv .swiper-button-next, 
#BannerSwiperDiv .swiper-button-prev {
    color: var(--white-color);
}

#InnerContactUsSwiperDiv .index-cd-item p {
    margin-bottom: 0;
}
