@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');

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 100;
    src: url('../fonts/ClashGrotesk-Extralight.otf') format('opentype');
}

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 200;
    src: url('../fonts/ClashGrotesk-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 300;
    src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 400;
    src: url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 500;
    src: url('../fonts/ClashGrotesk-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ClashGrotesk';
    font-weight: 700;
    src: url('../fonts/ClashGrotesk-Semibold.otf') format('opentype');
}

.odometer,
.odometer2,
.odometer3,
.odometer4 {
    margin: 0 5px;
    color: var(--sub-main-color);
    font-size: 28px;
}

.bd-inner {
    position: relative;
}

.ac-watermark {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.ac-watermark img {
    width: 100%;
    max-width: 360px;
    opacity: .15;
}

.aconnectSystem {
    margin-top: 10px;
}

.aconnectSystem,
.aconnectSystem a {
    color: black !important;
    font-weight: 300;
    font-size: 16px;
    text-align: right;
}

.aconnectSystem a:hover {
    color: var(--p109U-color) !important;
}

:root {
    --main-color: rgb(255, 110, 47);
    --sub-main-color: #ff8b3f;
    --p109U-color: #ffc700;
    --pYellowU-color: #ffe700;
    --blue1-color: #0075cc;
    --blue2-color: #3EB0F7;
    --blue3-color: #50D9F9;
    --blue4-color: #97EBFF;
    --blue5-color: rgb(0, 0, 128);
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'ClashGrotesk', sans-serif;
}

body.ac_menu_opening {
    overflow-y: hidden;
}

a {
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: white;
}

a:hover {
    color: var(--main-color);
}

li {
    line-height: 25px;
}

img {
    image-rendering: auto;
}

.ac-bsct-trade-total-title {
    margin: 40px 0;
}

.ac-bsct-trade-total-inner {
    column-gap: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ac-bsct-trade-total-item {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--sub-main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ac-bsct-trade-total-item h6 {
    padding-top: 0 !important;
    color: #212529 !important;
}

.ac-bsct-trade-total-inner img {
    width: 100%;
    max-width: 60px;
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: scaleX(-1) translateY(10px);
    }

    100% {
        transform: scaleX(-1) translateY(-10px);
    }
}


.ac-bscs-submenu {
    padding-left: 45px;
}

.ac-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: var(--blue1-color);
}

#NavbarDiv>div>a.active {
    font-weight: 400 !important;
}

.ac-mobile-menu {
    background-color: white;
    padding: 20px;
    position: fixed;
    z-index: 1;
    display: none;
}

.ac-mobile-menu img {
    display: none;
    width: 100%;
    max-width: 40px;
    margin-left: 20px;
}

.ac-mobile-menu.active img {
    display: block;
}

.ac-mobile-menu.active {
    width: auto;
    transition: all .3s ease-in-out;
    z-index: 99;
}

.ac-mobile-menu i {
    font-size: 36px;
    color: var(--main-color);
    cursor: pointer;
}

.ac-mobile-menu.active i {}

.ac-logo {
    height: 28px;
}

.ac-header {
    position: fixed;
    padding: 60px 0;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.01));
}

.ac-header>.active {
    display: flex !important;
}

.ac-header.scrolling {
    top: 0;
    padding: 20px 0;
    transition: all .3s ease-in-out;
    border-top: 3px solid var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .3s ease-in-out;
    background: none;
    background-color: rgba(255, 255, 255, 0.95);
}

.ac-header #LangDiv a {
    color: white;
}

.ac-header.scrolling #NavbarDiv>div>a,
.ac-header.scrolling #LangDiv>a {
    color: #000000 !important;
    transition: all .3s ease-in-out;
}

.ac-header.scrolling #LangDiv>a:hover {
    color: var(--p109U-color) !important;
}

.mySwiper {
    height: 100%;
    max-height: 100vh;
}

.ac-content {
    width: 100%;
}

.ac-content-p-box h5 {
    font-weight: 400;
    color: var(--sub-main-color);
}

.ac-banner {
    object-fit: cover;
    width: 100%;
    height: 80vh;
}

.ac-banner.inner {
    object-position: bottom;
}

#LangDiv {
    display: flex;
    justify-content: flex-end;
}

#LangDiv a {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
}

#LangDiv a:hover {
    color: var(--p109U-color) !important;
}

.ac-milestone-item h5 span {
    font-family: 'ClashGrotesk', sans-serif;
}

#NavbarDiv {
    display: flex;
    justify-content: flex-end;
}


#NavbarDiv>div {
    margin: 0 20px;
    transition: all .3s ease-in-out;
}

#NavbarDiv a {
    font-size: 20px;
    text-transform: uppercase;
}

#NavbarDiv>div:hover .ac-sub-nav-item {
    display: flex;
    transition: all .3s ease-in-out;
}

#ContactUsBannerDiv {
    object-position: center 10%;
}

.ac-sub-nav-item {
    max-width: 380px;
    display: none;
    width: auto;
    overflow: auto;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
}

.ac-sub-nav-item a {
    width: 100%;
    line-height: 1;
    padding: 12.5px 10px 15px;
    font-size: 18px !important;
    background-color: rgba(0, 0, 38, .35);
    text-transform: capitalize !important;
}

.ac-sub-nav-item a:hover {
    background-color: white;
}

.ac-section {
    padding: 50px 70px;
}

.ac-title-box {
    display: flex;
    align-items: flex-start;
}

.ac-title {
    padding-top: 10px;
    padding-right: 30px;
    line-height: 40px;
    font-size: 36px;
    font-weight: 300;
    border-top: 1px solid var(--main-color);
    text-transform: uppercase;
    color: var(--main-color);
}

.ac-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ac-title img {
    margin-right: 10px;
    width: 100%;
    max-width: 45px;
}

.ac-index-4-category {
    margin-top: 40px;
    column-gap: 40px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.ac-index-4-item {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid var(--sub-main-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#BusinessRow3Div h6,
.odometer-auto-theme,
.odometer-auto-theme .odometer-value{
    font-weight: 400!important;
    font-family: 'ClashGrotesk', sans-serif!important;
}


.ac-index-4-item h6>span {
    font-weight: 400!important;
    color: var(--sub-main-color);
    font-family: 'ClashGrotesk', sans-serif!important;
}

.ac-index-4-item h6 {
    font-weight: 300 !important;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.ac-index-4-item h6:first-child {
    margin-bottom: 0;
}

#IndexAboutUsDiv {
    margin-bottom: 100px;
}

.ac-cp-inner {
    row-gap: 60px;
    margin-bottom: 60px;
    column-gap: 120px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.top-line {
    border-top: 1px solid var(--sub-main-color);
}

.ac-cp-inner-item {}

.ac-inner {
    display: flex;
    justify-content: center;
}

#IndexBusinessDiv .ac-title {
    width: 100%;
}

#IndexBusinessDiv a {
    color: #202020 !important;
}

.ac-more-box a {
    font-size: 16px;
    color: #AFAFAF !important;
}

.ac-more-box a:hover {
    color: var(--main-color) !important;
}

.ac-business-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#SCIDiv2 .ac-business-box {
    grid-template-columns: repeat(2, 1fr);
}

#SCIDiv2 .ac-business-item:hover h6 {
    color: white;
    text-align: center;
    padding: 10px;
}

#SCIDiv2 h6 {
    color: #484848;
}

.ac-business-box>div {
    position: relative;
    margin-bottom: 40px;
}

.ac-business-box .ac-business-title-index h6 {
    margin-top: 33px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.ac-business-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.ac-business-item:hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-business-item:hover .ac-business-title-index {
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.ac-business-item:hover img {
    height: 100%;
}

.ac-business-item:hover h6 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
}

.ac-inner-page {
    display: flex;
    flex-direction: column;
}

.ac-inner-page a {
    color: #AFAFAF;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ac-inner-page a:hover {
    color: var(--p109U-color);
}

.ac-inner-page a.active {
    color: #202020;
}

.ac-sub-menu-inner {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.ac-sub-menu-inner a img {
    margin: 0 23px 0 13px;
    width: 100%;
    max-width: 20px;
    filter: grayscale(100%);
}

.ac-sub-menu-inner a.active img {
    filter: brightness(0);
}

.ac-inner-r {
    padding-top: 10px;
}

.ac-top-line {
    border-top: 1px solid var(--main-color);
}

.ac-inner-r h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.ac-inner-r p {
    text-align: justify;
}

.ac-inner-r {
    margin-right: 40px;
}

.ac-inner-r h5 {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    color: var(--main-color);
}

.ac-name-box {
    display: flex;
    flex-direction: column;
}

.ac-name-box span {
    font-weight: 300;
    color: #202020;
}

.ac-board-item {
    margin-bottom: 60px;
}

.ac-board-item h6 {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    color: var(--main-color);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.ac-name-box span:hover {
    cursor: pointer;
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.ac-board-people-item {
    padding: 0;
    margin: 30px 0 0;
}

.ac-board-people-item.active {
    border-left: 5px solid var(--main-color);
    padding: 0 20px;
}

.ac-board-people-item b {
    font-weight: 300;
}

.ac-board-people-item p {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.ac-cg-box {
    margin-bottom: 40px;
    padding: 10px 0;
}

.ac-cg-num h3 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: var(--main-color);
}

.ac-cg-item h6 {
    font-weight: 400;
    font-size: 20px;
    color: var(--main-color);
}

.ac-cg-item p {
    text-align: justify;
}

.ac-join-us-box h6 {
    font-size: 28px;
    font-weight: 300;
    color: var(--main-color);
}

.ac-join-us-box p {
    margin-top: 60px;
}

.ac-join-us-box a {
    color: var(--main-color);
    font-weight: 300;
}

.ac-join-us-box a:hover {
    color: var(--sub-main-color);
}

.ac-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.ac-detail-item p {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 0;
}

.ac-detail-item i {
    color: var(--sub-main-color);
}

.ac-detail-item a {
    color: black;
}

.ac-detail-item a:hover {
    color: var(--p109U-color);
}

.ac-business-title {
    font-size: 28px;
    font-weight: 400;
    color: var(--main-color);
}

#BusinessRow2Div {
    margin-bottom: 20px;
}

#BusinessRow3Div h6 {
    padding-top: 10px;
    font-size: 25px;
    font-weight: 700;
    color: var(--main-color);
}

#BusinessRow3Div h5 {
    color: var(--blue1-color);
    font-weight: 700;
    font-size: 25px;
}

#DSCSImageDiv img {
    width: 100%;
    object-fit: cover;
}

#DSCSImageDiv h5 {
    font-size: 28px;
    text-align: center;
    color: var(--blue1-color);
}

#BSCSDiv1 li {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
}

#BSCSDiv1 li b {
    color: var(--main-color);
}

.ac-bscs-title {
    margin-bottom: 20px;
}

.ac-bscs-title h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.ac-bscs-content li {
    font-weight: 300;
    margin-bottom: 10px;
}

.ac-bscs-title {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#BSCSDiv2 {
    border-top: 1px solid var(--blue1-color);
}

#BSCSDiv2 h6 {
    color: var(--blue1-color);
}

#BSCSDiv2 i {
    color: var(--blue1-color);
}

#BSCSDiv3 {
    border-top: 1px solid var(--blue2-color);
}

#BSCSDiv3 h6 {
    color: var(--blue2-color);
}

#BSCSDiv3 i {
    color: var(--blue2-color);
}

#BSCSDiv4 {
    border-top: 1px solid var(--blue3-color);
}

#BSCSDiv4 h6 {
    color: var(--blue3-color);
}

#BSCSDiv4 i {
    color: var(--blue3-color);
}

.ac-bscs-title i {
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.ac-bscs-title a:hover i {
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.ac-bscl-inner-item {
    margin-bottom: 40px;
}

.ac-bscl-inner-content.ac-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ac-biip-inner-content-title-bg-box {
    margin-top: 10px;
}

.ac-biip-item-s3-1 .ac-biip-inner-content-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-biip-item-s3-1 .row,
.ac-biip-item-s3-2 .row,
.ac-biip-item-s3-3 .row {
    --bs-gutter-x: 10px;
}



#BSCLDiv1 h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue1-color);
}

.ac-bscl-inner-content img {
    width: 100%;
    max-width: 1000px;
}

#BRMWDiv1 p {
    padding-top: 10px;
}

#BSCLDiv4 ul li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

#BSCLDiv2 h6,
#BSCLDiv3 h6,
#BSCLDiv4 h6 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

#BSCLDiv2 .ac-bscl-inner-content {
    margin-top: 20px;
}

#BSCLDiv4 .ac-bscl-inner-content {
    margin-top: 20px;
}

.ac-brmw-title h6 {
    font-size: 32px;
    font-weight: 700;
}

#BRMWDiv5 .ac-brmw-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#BRMWDiv5 h5 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    color: var(--blue2-color);
}

#BRMWDiv5 img {
    width: 400px;
}

#BRMWDiv5 .ac-brmw-content {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

#BRMWDiv5 .ac-brmw-content b {
    color: var(--main-color);
}

#BRMWDiv5 .ac-brmw-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

#BRMWDiv5 .ac-brmw-item:nth-child(2n) {
    flex-direction: row-reverse;
}

#BRMWDiv5 .ac-brmw-item:nth-child(2n) .ac-brmw-content {
    padding-left: 0;
    padding-right: 40px;
}

#BRMWDiv6 h6,
#BRMWDiv7 h6,
#BRMWDiv8 h6,
#BRMWDiv9 h6 {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ac-cp-header {
    border-bottom: 1px solid var(--sub-main-color);
}

#ACP1Div p {
    margin-bottom: 0;
    text-align: justify;
}

#ACP1Div p:first-child {
    padding-top: 10px;
}

#ACP1Div h6 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

#ACP3Div h5 {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 300;
    color: var(--main-color);
}

.ac-ci-item {
    margin-bottom: 30px;
}

.ac-ci-item h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--main-color);
    border-top: 1px solid var(--main-color);
    padding-top: 10px;
    margin-bottom: 0;
}

.ac-ci-item span {
    font-weight: 300;
    color: #202020;
}

.ac-ci-item a:hover span {
    color: var(--p109U-color);
}

#ACGDiv1 p {
    padding-top: 10px;
    text-align: justify;
}

#ACGDiv2>.ac-top-line {
    margin-right: 30px;
}

#ACGDiv2 a,
#ACGDiv3 a {
    font-size: 16px;
    color: var(--main-color);
}

#ACGDiv2 a:hover,
#ACGDiv3 a:hover {
    color: var(--p109U-color);
}

#ACGDiv3 .ac-cg-box {
    display: flex;
    flex-direction: column;
}

#ACGDiv3 .ac-cg-box a {
    margin-top: 15px;
}

#BSCLDiv1 p {
    padding-top: 10px;
}

#BSCLDiv1 b {
    color: var(--main-color);
}

#IRCIDiv a {
    font-weight: 300;
    color: #202020;
}

#IRCIDiv a:hover {
    color: var(--p109U-color) !important;
}

#BIIPDiv1 h6 {
    padding-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

#BIIPContentDiv2 h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue1-color);
}

#BIIPContentDiv2 h5 {
    font-size: 16px;
    padding-top: 0 !important;
    color: var(--blue1-color);
}

#BIIPContentDiv2 .ac-biip-inner-item-bottom {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

.ac-biip-inner-title {
    width: 100%;
    max-width: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--blue1-color);
}

.ac-biip-inner-title2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--blue1-color);
}

.ac-biip-inner-item-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.ac-biip-inner-item-top {
    font-size: 16px;
    color: white;
}

.ac-biip-inner-item-bottom {
    font-weight: 700;
    font-size: 24px;
    color: white;
}

.ac-biip-inner-item-row2 {
    background-color: #878788;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.ac-biip-inner-item-row2>div {
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.ac-biip-inner-content-box {
    width: 32%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.ac-biip-inner-item-row4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ac-biip-inner-content-box2 {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-biip-inner-content-box2.ac-column {
    flex-direction: column;
}

.ac-column {
    flex-direction: column;
}

.ac-biip-inner-content-box2.ac-row {
    flex-direction: row;
}

.ac-biip-inner-content-title2 {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-weight: 700;
    background-color: #fff2e6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue1-color);
    color: var(--blue1-color);
}

.ac-biip-inner-content-title2:last-child {
    margin-bottom: 0;
}

.ac-biip-inner-content-title2.ac-grey {
    background-color: white;
}

.ac-biip-inner-content-title2.ac-main-color {
    background-color: var(--main-color);
    color: white;
}

#BIIPContentDiv2 b {
    color: var(--main-color);
}

#BIIPContentDiv2 .ac-biip-desc {}

#BIIPContentDiv2 img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 5px;
}

#BIIPContentDiv2 .ac-column {
    display: flex;
    flex-direction: column;
}

.ac-biip-inner-content-box3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.ac-biip-inner-content-title3 {
    width: 100%;
    font-size: 18px;
    margin: 5px;
    padding: 10px 20px;
    font-weight: 700;
    color: var(--main-color);
    background-color: #fff2e6;
    text-align: center;
}

.ac-biip-inner-content-title4 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: 700;
    color: var(--blue2-color);
    border: 1px solid var(--blue2-color);
    text-align: center;
}

.ac-biip-inner-content-title4:last-child {
    margin-bottom: 0;
}

.ac-arrow-evenly {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.ac-biip-inner-item-box2 {
    background-color: #878788;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5px 10px;
}

.ac-biip-inner-item-box2>div {
    color: white;
}


.ac-biip-inner-item-title {
    padding: 10px 0;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--p109U-color) 5px 5px;
}

.ac-bg-grey {
    background-color: #AFAFAF;
}

#BiipItemS2Div {
    position: relative;
    margin-top: 15px;
    width: 102%;
}

#BiipItemS2Div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -32.5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 36.5px solid transparent;
    border-bottom: 36.5px solid transparent;
    border-left: 36.5px solid #AFAFAF;
}

#BiipItemS2Div>div {
    padding: 6px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#BiipItemS2Div .ac-biip-label {
    color: white;
    font-weight: 700;
    font-size: 18px;
}

#BiipItemS3Div>div>div {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ac-biip-inner-content-title {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#BiipItemS3Div>div:nth-child(2)>div {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
}

#BiipItemS3Div>div:nth-child(2)>div .ac-biip-inner-content-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-biip-item-s3-2>.row {
    height: 100%;
}

.ac-w-100 {
    width: 100%;
}

.ac-biip-inner-content-box4 {
    padding: 5px;
}

.ac-biip-inner-content-box4>.row {
    justify-content: center;
}

.ac-biip-inner-item-row6 {
    margin-top: 20px;
}

.ac-row-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac-row-wrap .ac-biip-inner-content-title2 {
    width: 48%;
    font-size: 16px;
}

.ac-biip-cross-text {
    width: 100%;
    max-width: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: var(--blue1-color);
}

.ac-triangle-background {
    position: relative;
    display: flex;
}

.ac-triangle-background::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-left: 55px solid var(--pYellowU-color);
    z-index: -1;
    opacity: .25;
}

#BIIPContentDiv3 b {
    color: var(--main-color);
}

.ac-biip-inner-content-title3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 400;
    color: var(--blue1-color);
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue1-color);
}

.ac-biip-inner-content-title3.ac-grey {
    background-color: white;
}

.ac-biip-content-img-item2 {
    margin-bottom: -200px;
}

.ac-biip-content-img-item3 {
    margin-top: -100px;
}

.ac-biip-content-img-item4 {
    margin-top: 150px;
}

.ac-biip-content-img-item img {
    width: 100%;
    max-width: 270px;
}

.ac-biip-content-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ac-biip-content-img-box>div>div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ac-biip-content-img-box h6 {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.ac-biip-inner-4-box {
    align-items: center;
}

.ac-biip-inner-4-box .ac-biip-content-img-box h6 {
    color: var(--blue1-color) !important;
}

.ac-biip-content-img-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-biip-img-title {
    position: absolute;
    margin-top: 10px;
    font-weight: 700;
}

.ac-biip-img-title1 {
    right: 23%;
}

.ac-biip-img-title2 {
    right: 43%;
}

.ac-biip-img-title3 {
    right: 31%;
}

.ac-biip-img-title4 {
    right: 48%;
}

.ac-biip-c4-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#BIIPContentDiv4 .ac-biip-c4-1 h6 {
    margin-bottom: .5rem;
}

#BIIPContentDiv4 .ac-biip-c4-2 h6 {
    margin-bottom: .5rem;
}

#BIIPContentDiv4 .ac-img {
    width: 100%;
}

#BIIPContentDiv4 .ac-img2 {
    max-width: 550px;
}

.ac-biip-inner-i3-label {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
}

#BIIPContentInner3Div i {
    margin: 20px 0;
    color: var(--blue1-color);
}

#BIIPContentInner3Div li {
    color: var(--blue1-color);
    margin-bottom: 10px;
    font-weight: 700;
}

.ac-biip-inner-i3-flow-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ac-biip-inner-i3-flow-box>div {
    padding: 10px;
    background-color: var(--main-color);
    color: white;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.ac-biip-inner-i3-flow-box>div:nth-child(2n) {
    background-color: #fff2e6;
    color: var(--main-color);
}

.ac-biip-inner-i3-flow-box>div::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 25px;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    z-index: -1;
}

.ac-biip-inner-i3-flow-box>div:last-child::after {
    position: relative;
}

#BIIPItem3Div2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1280px) {
    #NavbarDiv>div {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1199px) {

    .ac-header.scrolling {
        padding: 0;
        border-top: 0 solid var(--main-color);
        background-color: transparent;
    }

    .ac-mobile-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: white;
        width: 100%;
        z-index: 99999;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .ac-mobile-menu.active {
        box-shadow: initial;
    }

    .ac-header>.active {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .ac-header {
        top: 0;
        padding: 0;
    }

    .ac-header.active {
        height: 100%;
        box-shadow: initial;
    }

    #HeaderMenuDiv {
        min-width: 360px;
        left: 0;
        padding: 20px;
        height: 100%;
        position: fixed;
        display: none;
        flex-direction: column;
        background-color: white;
        justify-content: flex-start !important;
    }

    #HeaderMenuDiv>.col-9 {
        width: 100%;
        margin-top: 60px;
    }

    #HeaderMenuDiv>.col-9 {
        height: calc(100vh - 160px);
        overflow: auto;
    }

    #HeaderMenuDiv>.col-9::-webkit-scrollbar {
        width: 10px;
    }

    #HeaderMenuDiv>.col-9::-webkit-scrollbar-track {
        background: #DCDCDC;
    }

    #HeaderMenuDiv>.col-9::-webkit-scrollbar-thumb {
        background: #878788;
    }

    #HeaderMenuDiv>.col-9::-webkit-scrollbar-thumb:hover {
        background: #595858;
    }

    #NavbarDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #NavbarDiv>div>a {
        color: #000000 !important;
        font-weight: 400 !important;
    }

    #LangDiv {
        position: absolute;
        right: 10px;
        top: 20px;
    }

    #LogoDiv {
        bottom: 20px;
        position: absolute;
    }

    .ac-sub-nav-item {
        margin-top: 5px;
        display: flex;
        position: relative;
    }

    .ac-sub-nav-item a {
        margin-bottom: 8px;
    }

}


/* Footer */
.ac-footer {
    background-color: var(--main-color);
    padding: 50px 70px;
}

.ac-f-item {
    margin-bottom: 30px;
}

.ac-f-item h6 {
    border-top: 1px solid white;
    padding-top: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.ac-f-item ul {
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    list-style-type: none;
}

.ac-f-item li {
    line-height: 18px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 200;
    color: white;
}

/* IR */

.dx-widget {
    font-weight: 300 !important;
    font-family: 'SourceHanSans', 'ClashGrotesk', sans-serif !important;
}

#ButtonDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.ac-kf-box button {
    width: 50%;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 18px;
    border-radius: 0;
    color: white;
    background-color: var(--main-color);
}

.ac-kf-box button.btn-sm {
    background-color: white;
    color: var(--main-color);
}

.ac-kf-box button:hover {
    border-color: var(--sub-main-color);
    background-color: var(--sub-main-color);
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--blue2-color) !important;
    background: var(--blue1-color) !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--sub-main-color) !important;
    background-color: var(--sub-main-color) !important;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    background: var(--sub-main-color) !important;
    background-color: var(--sub-main-color) !important;
}

.ui-tabs-tab {
    font-family: 'SourceHanSans', 'ClashGrotesk', sans-serif !important;
    font-weight: 300 !important;
}

.ui-tabs-anchor {
    font-size: 18px;
}

.btn-primary {
    border: 1px solid var(--sub-main-color) !important;
}

.ac-pro-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ac-pro-img-item {
    margin-bottom: 30px;
}

.ac-pro-img-item img {
    border: 2px solid #0075CC;
    width: 100%;
    max-width: 270px;
}

.ac-pro-img-item h6 {
    margin-top: 10px;
    line-height: 20px;
    color: #0075CC;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.ac-ibrs-box {
    display: flex;
    flex-direction: column;
}

.ac-ibrs-item {
    border-top: 1px solid var(--main-color);
    width: 100%;
    padding-top: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.ac-ibrs-item i {
    color: var(--main-color);
}

.ac-ibrs-item a {
    line-height: 20px;
    margin-left: 10px;
    font-weight: 300;
    color: var(--bs-body-color);
    transition: all .3s ease-in-out;
}

.ac-ibrs-item:hover {
    border-top: 1px solid var(--p109U-color);
    transition: all .3s ease-in-out;
}

.ac-ibrs-item:hover i,
.ac-ibrs-item:hover a {
    color: var(--p109U-color);
    transition: all .3s ease-in-out
}

#IRLSDiv h6 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
}

.ac-irls-date {
    font-weight: 300;
}

.ac-irls-title {
    font-weight: 400;
}

#IRDCCDiv p {
    text-align: justify;
}

#IRDCCDiv a {
    color: var(--main-color);
}

#IRDCCDiv span {
    color: var(--main-color);
}

.ac-dcc-pdf-item {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.ac-dcc-pdf-item i {
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.ac-dcc-pdf-item a {
    line-height: 20px;
    margin-left: 10px;
    font-weight: 300;
    color: var(--bs-body-color) !important;
    transition: all .3s ease-in-out;
}

.ac-dcc-pdf-item:hover i,
.ac-dcc-pdf-item:hover a {
    color: var(--p109U-color) !important;
    transition: all .3s ease-in-out;
}

.ac-foot-note {
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.ac-foot-note li {
    line-height: 20px;
    list-style-type: none;
    margin-top: 10px;
    color: grey;
    font-weight: 300;
    font-size: 16px;
}

.ac-foot-note span {
    color: grey !important;
}

#CPDiv #SelectYear {
    float: right;
}

.ac-cp-box .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-cp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ac-cp-item img {
    border: 2px solid #0075CC;
    width: 100%;
    max-width: 360px;
}

.ac-cp-item h6 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    color: #0075CC;
}

.ac-cp-item h6 span {
    font-weight: 700 !important;
    font-size: 20px;
    font-family: 'ClashGrotesk', sans-serif !important;
}

.ac-cp-item span.digit {
    font-weight: 300;
    font-family: 'ClashGrotesk', sans-serif !important;
}

.ac-cp-item span {
    font-size: 16px;
    font-weight: 300;
    color: #0075CC;
}

.ac-cp-item:hover img {
    border: 2px solid rgb(255, 199, 0);
}

.ac-cp-item:hover h6 {
    color: rgb(255, 199, 0);
}

.ac-cp-item:hover span {
    color: rgb(255, 199, 0);
}

.ac-ir-1 {
    width: 50% !important;
}

.ac-ir-2 {
    width: 50% !important;
}

#FooterBoxDiv a:hover {
    color: var(--p109U-color);
}

#BRMWTableDiv table {
    border-collapse: collapse;
    width: 100%;
}

#BRMWTableDiv td,
#customers th {
    border: 1px solid #ddd;
    padding: 10px;
}

#BRMWTableDiv tr:hover {
    background-color: #ddd;
}

#BRMWTableDiv th {
    padding: 10px;
    text-align: left;
    background-color: var(--main-color);
    color: white;
}

.ac-ms-title h6 {
    padding-top: 10px;
    font-size: 25px;
    color: var(--main-color);
}

.bms-swiper {
    margin: 60px auto 0;
    width: 100%;
}

.bms-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bms-swiper img {
    width: 100%;
}

.bms-swiper .swiper-slide-prev,
.bms-swiper .swiper-slide-next {
    opacity: .2;
    transition: .3s;
}

.bms-swiper .swiper-button-prev:after,
.bms-swiper .swiper-button-next:after {
    font-size: 18px;
}

.bms-swiper .swiper-button-prev {
    top: 15%;
    left: 25.6%;
    width: 42px;
    height: 42px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: white;
}

.bms-swiper .swiper-button-next {
    top: 15%;
    right: 25.6%;
    width: 42px;
    height: 42px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: white;
}

.bms-swiper .swiper-pagination {
    top: 35%;
    left: 74.5%;
    display: flex;
    flex-direction: column;
}

.bms-swiper .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 15px;
}

.bms-swiper-title {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(255, 110, 47, 0.15);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}

.bms-swiper-title h6 {
    margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--sub-main-color);
}

.bscl-st-item {
    margin-top: 40px;
    border-radius: 50px;
    background-color: rgba(255, 110, 47, 0.05);
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.bscl-st-item:nth-child(even) {
    flex-direction: row-reverse;
}

.bscl-st-item img {
    width: 100%;
}

.bscl-st-left {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bscl-st-desc {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bscl-st-desc h6 {
    text-align: center;
}

.bscl-highlight {
    color: var(--main-color);
}

.bscl-watermark-img {
    width: 100%;
    max-width: 180px;
    opacity: .56;
}

.bscl-st-img {
    border-radius: 50px;
    width: 100%;
    max-width: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-size: cover;
    background-position: center;
}

.bscl-spacing {
    height: 10px;
}

.bscl-map {
    column-gap: 20px;
    border-radius: 50px;
    margin-top: 40px;
    padding: 40px 60px;
    background-color: rgba(255, 110, 47, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bscl-map-left {
    row-gap: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bscl-map-left h6 {
    line-height: 1.5;
}

.bscl-map-right {
    width: 100%;
    max-width: 65%;
}

.bscl-map-right img {
    width: 100%;
}

.bscl-section-bottom {
    margin: 40px 0;
    position: relative;
}

.bscl-section-bottom .swiper {
    width: 100%;
    max-width: 85%;
}

.bscl-section-bottom .swiper-wrapper {
    width: 100%;
    max-width: 80%;
}

.bscl-border-img {
    width: 100%;
    padding: 40px;
    border-radius: 15px;
}

.bscl-border-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

.bscl-awards-desc {
    margin-top: 10px;
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(255, 110, 47, 0.05);
}

.bscl-awards-desc h6 {
    margin-bottom: 0;
    text-align: center;
}

.ac-ps-content {
    margin-top: 40px;
    padding: 40px;
}

.ac-ps-item {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-direction: row;
}

.ac-ps-item:nth-child(even) {
    flex-direction: row-reverse;
}

.ac-ps-item:nth-child(even) .ac-ps-img {
    margin-left: 0;
    margin-right: -40px;
}

.ac-ps-img {
    margin-top: -40px;
    margin-left: -40px;
    width: 100%;
    max-width: 420px;
    height: 180px;
    overflow: hidden;
}

.ac-ps-img img {
    border-radius: 20px;
    width: 100%;
    height: 180px;
}

.ac-ps-desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-ps-desc h6 {
    text-align: center;
}

#BSCS_SwiperDiv {
    padding: 30px 0 40px;
}

#BSCS_SwiperDiv .swiper-pagination {
    bottom: 0;
}

#FooterAddressDiv {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

#FooterAddressDiv p {
    margin-bottom: 5px;
    font-size: 16px;
    color: white;
}

#FooterAddressDiv p:last-child {
    margin-bottom: 0;
}

.ac-footer-address {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.ac-footer-item {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
}

.ac-footer-address p {
    margin-bottom: 0;
    font-size: 16px;
    color: white;
}

.ac-footer-item i {
    margin-top: 4px;
    margin-right: 8px;
    color: white;
}

.ac-bcst-foot-note {
    font-size: 16px;
    color: grey;
    font-style: italic;
}

.bsct-map-box {
    margin-top: 40px;
    position: relative;
}

.bsct-map-pin-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bsct-map-pin-item2 {
    flex-direction: row;
}

.bsct-map-pin-item2 span {
    margin-left: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.bsct-map-pin-item img {
    margin-bottom: 2px;
    width: 100%;
    max-width: 16px;
}

.bsct-map-pin-item span {
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
    text-shadow:
        -1px -1px 0 #FFF,
        1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px 1px 0 #FFF,
        -1px 0px 0 #FFF,
        1px 0px 0 #FFF,
        0px -1px 0 #FFF,
        0px 1px 0 #FFF;
}

@media screen and (max-width: 991px) {
    .bsct-map-pin-item img {
        max-width: 8px;
    }

    .bsct-map-pin-item span {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .bsct-map-pin-item img {
        max-width: 4px;
    }

    .bsct-map-pin-item span {
        font-size: 5px !important;
    }

    .bsct-map-pin-item2 span {
        margin-left: 5px;
    }
}