body {
    color: #333333;
}

ul,li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin-bottom: 0;
}

input::placeholder {
    color: #ACACAC!important;
    opacity: 1;
}

.pTextAlignJustify {
    text-align: justify;
}

.Color_Gray800 {
    color: #333333;
}

.Color_Gray600 {
    color: #646464;
}

.Color_Gray500 {
    color: #8B8B8B;
}

.Color_PrimaryBule {
    color: #118C85;
}

.Color_PrimaryDark {
    color: #144240;
}

.Color_Red {
    color: #C20D24;
}

.fz_12 {
    font-size: 0.75rem;
}

.fz_14 {
    font-size: 0.875rem;
}

.fz_20 {
    font-size: 1.25rem;
}

.fz_24 {
    font-size: 1.5rem;
}

.title_h2 {
    font-size: 2.75rem;
}

.title_48_32 {
    font-size: 3rem;
}

.title_44_32 {
    font-size: 2.75rem;
}

.title_36_32 {
    font-size: 2.25rem;
}

.title_36_24 {
    font-size: 2.25rem;
}

.title_h3 {
    font-size: 1.5rem;
}

.title_32_20 {
    font-size: 2rem;
}

.title_40_24 {
    font-size: 2.5rem;
}

.p_20_14 {
    font-size: 1.25rem;
}

.p_24_20 {
    font-size: 1.5rem;
}

.p_16_14 {
    font-size: 1rem;
}

.title_p1 {
    font-size: 1.25rem;
}

.h50 {
    height: 50px;
}

.bg_gray50 {
    background-color: #F7F7F7;
}

@media (max-width: 991.98px) {
    .title_h2 {
        font-size: 1.5rem;
    }
    .title_p1 {
        font-size: 1rem;
    }
    .title_h3 {
        font-size: 1.25rem;
    }
    .title_48_32 {
        font-size: 2rem;
    }
    .title_32_20 {
        font-size: 1.25rem;
    }
    .title_44_32 {
        font-size: 2rem;
    }
    .title_36_32 {
        font-size: 2rem;
    }
    .title_36_24 {
        font-size: 1.5rem;
    }
    .title_40_24 {
        font-size: 1.5rem;
    }
    .p_20_14 {
        font-size: 0.875rem;
    }
    .p_16_14 {
        font-size: 0.875rem;
    }
    .p_24_20 {
        font-size: 1.25rem;
    }
}

.bg_PrimaryBule {
    background-color: #118C85;
}

.Btn_PrimaryBule {
    display: inline-block;
    text-decoration: none;
    padding: 0.8rem 2rem;
    color: #fff;
    background-color: #118C85;
    border-radius: 3rem;
}

.Btn_PrimaryBule:hover {
    color: #fff;
    background-color: #1FADA4;
}

.textBtn_PrimaryBule {
    text-decoration: none;
    color: #118C85;
}

.textBtn_PrimaryBule:hover {
    color: #118C85;
}

.textBtn_PrimaryBule1 {
    color: #118C85;
}

.textBtn_PrimaryBule1:hover {
    color: #118C85;
}

.textBtn_white {
    color: #fff;
}

.textBtn_white:hover {
    color: #fff;
}

.Btn_white {
    color: #fff;
    text-decoration: none;
}

.Btn_white:hover {
    color: #fff;
}

.textBtn_gray500 {
    text-decoration: none;
    color: #909399;
}

.textBtn_gray500:hover {
    color: #909399;
}

.owl-carousel .item {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.owl-carousel .item img,
.owl-carousel .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.owl-nav button.owl-prev {
    left: 10px;
}

.owl-nav button.owl-next {
    right: 10px;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.header {
    position: relative;
}

.HeaderNav {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 4rem;
}

.HeaderNavPage {
    background-color: #fff;
    padding: 0 4rem;
}


/* nav */

.navBox {
    z-index: 99;
}
.navBox ul {
    display: flex;
}

.navBox ul li {
    position: relative;
}

.navBox ul li a {
    display: inline-block;
    color: #118C85;
    text-decoration: none;
    padding: 0.9rem 1rem;
}

.navBox ul li a:hover {
    color: #118C85;
}

.navBox ul li ul {
    display: none;
    /* height: 100%; */
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    padding: 1rem;
    left: 0;
    margin-top: -0.4rem;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
    z-index: 99;
}
.navBox ul li ul::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 14%;
    border-width: 0 8px 9px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 100;
}

.navBox ul li ul li a {
    color: #646464;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

.navBox ul li ul li a:hover {
    color: #118C85;
}

/* 預設箭頭向上 */
.ArrowUp {
    transition: transform 0.2s;
}

/* li.open 時箭頭轉 180 度 */
li.open .ArrowUp {
    transform: rotate(180deg);
}

.Btn_Contact {
    display: block;
    padding: .7rem 1.2rem;
    text-decoration: none;
    color: #fff;
    border-radius: 3rem;
    background: linear-gradient(-10deg, #48AF2B 0%, #4FABAC 100%); 
}

.Btn_Contact:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .HeaderNav {
        padding: .7rem 1rem;
        height: 78px;
    }
    .HeaderNavPage {
        padding: .7rem 1rem;
        height: 78px;
    }
    .navBox {
        width: 100%;
        height: auto;
        display: none;
        position: fixed;
        top: 78px;
        left: 0;
        background-color: #F7F7F7;
    }
    .navBox.active {
        display: block;
    }
    .navBox ul {
        /* height: 74%; */
        display: flex;
        flex-direction: column;
        padding: 1rem;
        overflow: auto;
    }
    .navBox ul li a {
        width: 100%;
        padding: 0.9rem 1rem;
        font-size: 1rem;
        border-bottom: 1px solid #E3E3E3;
    }
    .navBox ul li ul {
        display: none;
        height: 100%;
        position: static;
        background-color: #F7F7F7;
        border-radius: 4px;
        padding: 0 1rem;
        box-shadow: none;
    }
    .navBox ul li ul li a {
        /* color: #118C85; */
        font-size: 0.875rem;
        padding: 0.5rem 0rem;
        border: 0;
    }
    .navBox ul li ul::before {
        border-color: transparent;
    }
    .NabContent {
        width: 100%;
        /* height: calc(100% - 64px); */
        display: flex;
        flex-direction: column;
    }
    .MbMwnuBtn {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(../images/tabler-icon-baseline-density-medium.svg);
    }
    .MbMwnuBtn.active {
        background-image: url(../images/tabler-icon-x.svg);
    }
    /* 當父層li.open時，箭頭向下(旋轉90度) */
    .Btn_Contact {
        text-align: center;
    }
}

.IndexTitle {
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 0;
    text-align: center;
    z-index: 999;
}

.IndexTitle h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.IndexTitle p {
    color: #fff;
    font-size: 1.25rem;
}

.IndexTitle a {
    display: inline-block;
    text-decoration: none;
    /* background-color: #fff; */
    padding: 0.8rem 2.5rem;
    border-radius: 3rem;
    margin: 2rem .5rem 0 .5rem;
    font-size: 20px;
}

.IndexTitleBtn01 {
    background-color: #118C85;
    color: #fff;
}

.IndexTitleBtn01:hover {
    background-color: #fff;
    color: #1FADA4;
}

.IndexTitleBtn02 {
    background-color: #118C85;
    color: #fff;
}

.IndexTitleBtn02:hover {
    background-color: #1FADA4;
    color: #fff;
}

@media (max-width: 991.98px) {
    .IndexTitle a {
        font-size: 16px;
        padding: 0.8rem 1rem;
        margin: 2rem .5rem 0 .5rem;
    }
    .IndexTitle {
        bottom: 13%;
    }

    .IndexTitle h1 {
        font-size: 1.5rem;
    }

    .IndexTitle p {
        color: #fff;
        font-size: 1rem;
    }

    .IndexTitle a {
        width: calc((100% / 2) - 2rem);
        display: inline-block;
        text-decoration: none;
        padding: 0.8rem 2.5rem;
        border-radius: 3rem;
        margin: 2rem .5rem 0 .5rem;
}
}

.EMSBox {
    display: block;
    width: 100%;
    height: 460px;
    color: #fff;
    text-decoration: none;
    padding: 1.5rem;
    border-radius: 12px;
}

.EMSBox:hover {
    color: #fff;
    background-color: #1FADA4;
}

.EMSBoxBg {
    background-image: url(../images/EMS_img_1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.EMSBoxBg01 {
    background-image: url(../images/EMS_img_2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.EMSBoxLine {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.EMSTitleBox {
    height: 36px;
}

.EMSCeontent {
    height: calc(100% - 36px);
}

.EMSBoxTitle {
    flex: 0 0 auto;
}

.EMSCeontent h2 {
    font-size: 2.75rem;
    font-weight: bold;
}
.EMSCeontent p {
    font-size: 1.25rem;
}
.EMSBtn {
    display: inline-block;
    color: #118C85;
    background-color: #fff;
    padding: .8rem 4rem;
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    .EMSBox {
        height: 460px;
        padding: 1rem;
    }
    .EMSBoxBg {
        background-position: 100% 70%;
        background-size: 45%;
    }
    .EMSBoxBg01 {
        background-position: 100% 70%;
        background-size: 45%;
    }
    .EMSCeontent h2 {
        font-size: 2rem;
    }
    .EMSCeontent p {
        font-size: 1rem;
    }
}
@media (max-width: 700px) {
    .EMSBoxBg {
        background-position: 100% 70%;
        background-size: 60%;
    }
    .EMSBoxBg01 {
        background-position: 100% 70%;
        background-size: 60%;
    }
}
@media (max-width: 500px) {
    .EMSBoxBg {
        background-position: 100% 70%;
        background-size: 70%;
    }
    .EMSBoxBg01 {
        background-position: 100% 70%;
        background-size: 70%;
    }
}

.IndexPerformanceText h2 {
    font-size: 2.75rem;
    font-weight: bold;
    color: #118C85;
}

.IndexPerformanceText p {
    font-size: 1.25rem;
    line-height: 34px;
}

.flip-number {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.flip-number span {
    display: block;
    transition: transform 0.6s ease;
}


.IndexPerformanceImg {
    position: relative;
}

.IndexPerformanceImg img {
    width: 100%;
    height: auto;
}

.FlipNumberBox {
    width: 350px;
    height: auto;
    padding: 1rem;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .1);
    position: absolute;
    bottom: 0;
    right: 0;
}

.FlipNumberBox h3 {
    font-size: 24px;
    font-weight: bold;
    color: #118C85;
}


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

.FlipNumber .digit {
    position: relative;
    width: calc((100% / 3) - 12px);
    height: 98px;
    margin-right: 18px;
    perspective: 800px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #118C85;
}

.FlipNumber .digit:last-child {
    margin-right: 0;
}

/* 上半塊 / 下半塊、翻牌片：只負責當裁切視窗 */
.FlipNumber .digit .top,
.FlipNumber .digit .bottom,
.FlipNumber .digit .top-flip,
.FlipNumber .digit .bottom-flip {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #118C85;
    color: #fff;
    transform-style: preserve-3d;
    text-align: center;
}

/* 真正畫數字的 span：以整張牌高度置中 */
.FlipNumber .digit .top span,
.FlipNumber .digit .bottom span,
.FlipNumber .digit .top-flip span,
.FlipNumber .digit .bottom-flip span {
    display: block;
    font-size: 90px;
    font-weight: bold;
    line-height: 98px;      /* 牌面總高度 */
}

@media (max-width: 991.98px) {
    .IndexPerformanceText h2 {
        font-size: 2rem;
    }

    .IndexPerformanceText p {
        font-size: 1rem;
        line-height: 28px;
    }
    .IndexPerformanceText a {
        width: 100%;
        text-align: center;
    }
    
}

@media (max-width: 1139px) {
    .FlipNumberBox {
        width: 300px;
    }
    .FlipNumber .digit {
        width: calc((100% / 3) - 6px);
        height: 70px;
        margin-right: 9px;
    }
    .FlipNumber .digit .top span,
    .FlipNumber .digit .bottom span,
    .FlipNumber .digit .top-flip span,
    .FlipNumber .digit .bottom-flip span {
        font-size: 60px;
        line-height: 68px;      /* 牌面總高度 */
    }
}

@media (max-width: 999px) {
    .FlipNumberBox {
        width: 280px;
    }
    .FlipNumber .digit {
        width: calc((100% / 3) - 6px);
        height: 70px;
        margin-right: 9px;
    }
    .FlipNumber .digit .top span,
    .FlipNumber .digit .bottom span,
    .FlipNumber .digit .top-flip span,
    .FlipNumber .digit .bottom-flip span {
        font-size: 60px;
        line-height: 68px;      /* 牌面總高度 */
    }
}

@media (max-width: 991.98px) {
    .FlipNumberBox {
        width: 300px;
        bottom: 20%;
        right: 15%;
    }
    .FlipNumber .digit {
        width: calc((100% / 3) - 6px);
        height: 70px;
        margin-right: 9px;
    }
    .FlipNumber .digit .top span,
    .FlipNumber .digit .bottom span,
    .FlipNumber .digit .top-flip span,
    .FlipNumber .digit .bottom-flip span {
        font-size: 60px;
        line-height: 68px;      /* 牌面總高度 */
    }
}

@media (max-width: 699px) {
    .FlipNumberBox {
        width: 300px;
        bottom: 10%;
        right: 10%;
    }
}

@media (max-width: 576px) {
    .FlipNumberBox {
        width: 186px;
        bottom: 0%;
        right: 0%;
    }
    .FlipNumber .digit {
        width: calc((100% / 3) - 6px);
        height: 50px;
        margin-right: 9px;
    }
    .FlipNumber .digit .top span,
    .FlipNumber .digit .bottom span,
    .FlipNumber .digit .top-flip span,
    .FlipNumber .digit .bottom-flip span {
        font-size: 45px;
        line-height: 45px;
    }
}

/* 下半片的字全部往上移一半，視窗只看到下半部 */
.FlipNumber .digit .bottom span,
.FlipNumber .digit .bottom-flip span {
    transform: translateY(-50%);
}

/* 上半片 */
.FlipNumber .digit .top,
.FlipNumber .digit .top-flip {
    height: 50%;
    top: 0;
    border-radius: 12px 12px 0 0;
    border-bottom: 2px solid rgba(0, 0, 0, .25);
}

/* 下半片 */
.FlipNumber .digit .bottom,
.FlipNumber .digit .bottom-flip {
    height: 50%;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    border-top: 2px solid rgba(255, 255, 255, .15);
}

/* 預設翻牌片的 3D 設定 */
.FlipNumber .digit .top-flip,
.FlipNumber .digit .bottom-flip {
    backface-visibility: hidden;
    display: none;              /* 平時隱藏，只在動畫時顯示 */
}

.FlipNumber .digit .top-flip {
    transform-origin: bottom;
    transform: rotateX(0deg);
}

.FlipNumber .digit .bottom-flip {
    transform-origin: top;
    transform: rotateX(90deg);
}

/* 觸發翻牌時的動畫 */
.FlipNumber .digit.play .top-flip {
    animation: flipTop 0.3s forwards;
}

.FlipNumber .digit.play .bottom-flip {
    animation: flipBottom 0.3s forwards;
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

@keyframes flipBottom {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.IndexNewBg {
    background-image: url(../images/IndexNewBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.IndexNewBox {
    background-color: rgba(255, 255, 255, .8);
    padding: 1.5rem;
    border-radius: 12px;
}

.IndexNewTitle {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
}

.IndexNewTitle h2 {
    font-size: 44px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.IndexNewTitle span {
    font-size: 24px;
    font-weight: 600;
}

.IndexNewItem {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
}

.NewsIcon {
    font-size: 14px;
    color: #000;
    background-color: #A4C9FF;
    padding: .4rem .6rem;
    flex: 0 0 auto;
}

.EMSIcon {
    font-size: 14px;
    color: #000;
    background-color: #B1DBA7;
    padding: .4rem .6rem;
    flex: 0 0 auto;
}

.IndexNewItem h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewItemTitle {
    border-bottom: 1px solid #D1D1D1;
    padding: .2rem 0 .5rem 0;
}

.IndexNewItem p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .IndexNewItem h3 {
        font-size: 20px;
        -webkit-line-clamp: 2;
    }
}

.IndexNewBtn a {
    display: inline-block;
    text-decoration: none;
    background-color: #118C85;
    border: 2px solid #118C85;
    color: #fff;
    padding: .7rem 3rem;
    /* margin-right: 1rem; */
    border-radius: 3rem;
}

.IndexNewBtn a:hover {
    background-color: #fff;
    border: 2px solid #118C85;
    color: #118C85;
}

@media (max-width: 1399px) {
    .IndexNewBtn a {
        padding: .7rem 1rem;
    }
}

@media (max-width: 1042px) {
    .IndexNewBtn a {
        padding: .7rem 1rem;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .IndexNewTitle h2 {
        font-size: 32px;
    }
    .IndexNewTitle span {
        font-size: 16px;
    }
    .IndexNewBtn a {
        width: 100%;
        text-align: center;
    }
}

.IndexNewsDo {
    width: 100%;
    height: 1px;
    background-color: #ACACAC;
}

.IndexNewsDoText {
    flex: 0 0 auto;
}

.IndexFAQBox h2 {
    font-size: 44px;
    font-weight: bold;
    color: #118C85;
}

.IndexFAQBox p {
    font-size: 1.25rem;
}

.IndexFAQNav {
    text-align: center;
}

.IndexFAQNav a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    margin: 0 1rem;
    padding: .3rem 1rem;
}

.IndexFAQNav a:hover {
    color: #1FADA4;
}

.IndexFAQNav a.active {
    color: #118C85;
    border-bottom: 2px solid #118C85;
}

.IndexFAQContent {
    border-top: 1px solid #D1D1D1;
}

.IndexFAQContent .Item .FAQTitle {
    font-size: 1.25rem;
}

.IndexFAQContent .Item {
    border-bottom: 1px solid #D1D1D1;
    padding: 1.3rem 0;
}

.IndexFAQContent .Item .Answer {
    padding-top: .5rem;
}

.IndexFAQContent .ItemBtn {
    cursor: pointer;
}

.IndexFAQContent .ItemBtn img {
    transition: transform 0.2s;
}

.IndexFAQContent .Item.active .ItemBtn img {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .IndexFAQBox h2 {
        font-size: 32px;
    }
    .IndexFAQBox p {
        font-size: 1rem;
    }
    .IndexFAQNav {
        text-align: start;
    }
    .IndexFAQNav a {
        display: block;
        margin: 0;
        padding: .4rem 1rem;
    }
    .IndexFAQNav a:hover {
        color: #1FADA4;
    }
    .IndexFAQNav a.active {
        color: #118C85;
        border-bottom: 0;
        border-left: 2px solid #118C85;
    }
    .IndexFAQContent .Item .FAQTitle {
        font-size: 1rem;
    }
    .FAQBtn {
        width: 100%;
    }
}

.IndexContactBg {
    background-color: #144240;
}

.IndexContactTitle {
    font-size: 2.75rem;
    font-weight: bold;
    color: #fff;
}

.IndexContact {
    line-height: 30px;
}

.CustomerService {
    position: fixed;
    z-index: 11000;
    right: 2%;
    bottom: 8%;
}

.CustomerService a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

@media (max-width: 991.98px) {
    .IndexContactTitle {
        font-size: 2.5rem;
    }
    .IndexContact {
        font-size: 0.875rem;
        line-height: 24px;
    }
}

.footer {
    background-color: #333333;
}

.footerBox {
    padding: 0 4rem;
    /* border-bottom: 1px solid #BFBFBF; */
}

.footerBox p {
    line-height: 26px;
}

.footerLine {
    margin: 0 4rem;
    height: 1px;
    background-color: #BFBFBF;
}

.footerBox .Item h4 {
    font-size: 1rem;
}

.footerBox .Item a {
    text-decoration: none;
    font-size: 14px;
    color: #D1D1D1;
    padding-bottom: .5rem;
}

.footerBox .ItemOne a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 991.98px) {
    .footerBox {
        padding: 0 1rem;
    }
    .footerLine {
        margin: 0 1rem;
    }
}

.SloganTop img{
    width: 100%;
    height: auto;
}

.SloganTop {
    position: relative;
}

.SloganTitle {
    width: 1320px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-40%);
}

.SloganTitle h1 {
    font-size: 44px;
    font-weight: bold;
}

@media (max-width: 1399px) {
    .SloganTitle {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .SloganTitle {
        width: 100%;
        padding: 1rem;
    }
}
@media (max-width: 991.98px) {
    .SloganTitle h1 {
        font-size: 32px;
    }
    .SloganTitle p {
        font-size: 14px;
    }
    .SloganTitle {
        /* transform:translate(-50%,-50%); */
    }
}

.TopEnName {
    font-size: 0.875;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #CFF8F0;
}

.LeftBorder {
    border-left: 1px solid #E3E3E3;
    padding-left: 40px;
}

.LeftImg img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.LeftBorderBlack {
    border-left: 2px solid #333;
}

@media (max-width: 991.98px) {
    .LeftBorder {
        padding-left: 20px;
    }
}

.ImgBorderR img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.StrengthsItem span {
    font-size: 3rem;
    font-weight: bold;
    color: #66E2D1;
}

.StrengthsItem h4 {
    font-size: 1.25rem;
}

.StrengthsBg {
    background-image: url(../images/CompanyProfileBg02.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .StrengthsItem span {
        font-size: 1.5rem;
    }
    .StrengthsBg {
    background-image: url(../images/CompanyProfileBG03.png);
        background-repeat:repeat;
        background-size: contain;
    }
}

.MissionItem {
    width: 72%;
}

.MissionItem .Item {
    width: calc(100% / 3);
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
    border-radius: 12px;
    padding: 1.5rem;
    background-color: #fff;
}

.MissionImg {
    width: 28%;
    padding: 1rem 0 1rem 3rem;
}
.MissionImg img {
    width: 100%;
    height: auto;
}

.VisionBg {
    background-image: url(../images/CompanyProfileBG01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -120px;
}

.FuturtOutlookBg {
    background-color: #F1FCFA;
}

@media (max-width: 991.98px) {
    .MissionItem {
        width: 100%;
    }
    .MissionItem .Item {
        width: 100%;
    }
    .MissionItem .Item img {
        width: 40px;
        height: auto;
    }
    .MissionImg {
        width: 100%;
        padding: 2rem;
    }
}

.MilestoneBG {
    background-image: url(../images/MilestoneBg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.MilestoneItemImg {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
}

.MilestoneItemLine {
    width: 48px;
    min-height: 48px;
    flex: 0 0 auto;
}

.MilestoneItemLine span {
    display: inline-block;
    width: 2px;
    min-height: 48px;
    background: linear-gradient(0deg, #48AF2B 0%, #4FABAC 100%);
}

.MilestoneItemData span {
    color: #118C85;
    background-color: #CFF8F0;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}

.MilestoneItemTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.MilestoneItemTitle.active {
    font-size: 32px;
    color: #118C85;
}

.MilestoneItemBtn {
    width: 100%;
    cursor: pointer;
}

.MilestoneArrow {
    transition: transform 0.3s;
}

.MilestoneItem.open .MilestoneArrow {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .MilestoneBG {
        background-image: url(../images/MilestoneBgMb.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }
    .MilestoneItemTitle {
        font-size: 20px;
    }
    .MilestoneItemTitle.active {
        font-size: 24px;
    }
}

.PartnersBg {
    background-color: #F7F7F7;
    padding: 1rem;
}

.PartnersBox {

}

.PartnersBox .PartnersItem {
    width: calc((100% - 128px) / 5);
    margin-right: 32px;
    margin-top: 16px;
    min-height: 84px;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
    padding: 14px;
    text-align: center;
}

.PartnersBox .PartnersItem img {
    max-width: 100%;
    height: auto;
}

.PartnersBox .PartnersItem:nth-child(5n+0){
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .PartnersBox .PartnersItem {
        width: calc((100% - 16px) / 3);
        margin-right: 8px;
        margin-top: 16px;
        min-height: 42px;
        padding: 7px;
    }
    .PartnersBox .PartnersItem:nth-child(5n+0){
        margin-right: 8px;
    }
    .PartnersBox .PartnersItem:nth-child(3n+0){
        margin-right: 0;
    }
}

.valueImg img {
    width: 100%;
    height: auto;
    border: 3px solid #606266;
    border-radius: 8px;
    box-shadow: 40px 15px 60px rgba(0, 191, 81, .15);
}

.TestimonialsBg {
    background-image: url(../images/TestimonialBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 4);
    height: 340px;
    background-color: #fff;
    padding: 16px 28px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
}

@media (max-width: 767px) {
    .swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 340px;
    }
}

.swiper-slide {
    transition: transform 0.3s ease-in-out;
}

:root {
    --swiper-navigation-size: 18px;
}

/* .swiper-button-prev, .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);
    font-size: var(--swiper-navigation-size);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.9);
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
} */

.swiper-pagination .swiper-pagination-bullet {
    background-color: #8D8D8D;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.mySwiper {
    padding-bottom: 40px !important;
}

.swiper-pagination {
    bottom: 0px !important;
}

.TakeawaysText {
    line-height: 36px;
}

.TakeawaysImg img {
    width: 100%;
    height: auto;
}

.FrontBg {
    background-image: url(../images/FrontBg01.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.FrontBg02 {
    background-image: url(../images/LayoutPcBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.FrontItem1 {
    max-width: 547px;
    /* height: 200px; */
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
}

.FrontItem2 {
    max-width: 507px;
    /* height: 200px; */
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
}

.BehindBg {
    background-image: url(../images/BehindBg01.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.BehinBg02 {
    background-image: url(../images/BehindGb02Pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .FrontBg02 {
        background-image: url(../images/FrontGb02Mb.jpg);
    }
    .FrontBg {
        background-image: none;
    }
    .BehindBg {
        background-image: none;
    }
    .FrontItem1 {
        max-width: 100%;
        width: 100%;
    }
    .FrontItem2 {
        max-width: 100%;
        width: 100%;
    }
    .BehinBg02 {
        background-image: url(../images/Behind02Mb.jpg);
    }
}

.policyUl li {
    list-style-type: disc;
    margin-left: 4.5rem;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .policyUl li {
        margin-left: 4rem;
        line-height: 26px;
    }
}

.contactul li {
    line-height: 32px;
}

.ContactBtn {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 50%;
    padding: .8rem 2rem;
    border-radius: 3rem;
}

.ContactBtn:hover {
    color: #fff;
}

.CLineBtn {
    background-color: #48AF2B;
}

.CAiBtn {
    background-color: #118C85;
}

.ContactUsBg {
    background-color: #F1FCFA;
    border-radius: 24px;
    padding: 2rem;
}

.ContactUsBg01 {
    background-color: #F1FCFA;
}

.ContactMap iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0, 0, 4, .2);
}

@media (max-width: 991.98px) {
    .ContactBtn {
        width: 100%;
    }
    .ContactUsBg {
        background-color: #F1FCFA;
        border-radius: 24px;
        padding: 1.5rem 1rem;
    }
    .ContactMap iframe {
        height: 300px;
    }
}

.NewsItem {
    width: 100%;
    height: 205px;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    overflow: hidden;
}

.ImgContent {
    position: relative;
    width: 300px;
    height: 205px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
}
.ImgContent img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.NewsContent {
    width: 100%;
    padding: 24px;
}

.NewsLabel {
    font-size: 14px;
    background-color: #A4C9FF;
    padding: 4px 8px;
    flex: 0 0 auto;
}
.EMSLabel {
    font-size: 14px;
    background-color: #B1DBA7;
    padding: 4px 8px;
    flex: 0 0 auto;
}
.NewsContent .NewsTitle {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 0.5rem;
}
.NewsContent h2 {
    margin: 0;
    font-size: 1.5rem;
    margin-left: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.NewsContent p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .NewsItem {
        height: auto;
    }
    .ImgContent {
        width: 100%;
        height: auto;
    }
    .NewsContent h2 {
        font-size: 1.25rem;
        margin-left: 0;
        -webkit-line-clamp: 2;
    }
}

.PaginationBox li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    color: #646464;
    background-color: #F7F7F7;
    margin: 0 4px;
    border-radius: 4px;
}

.PaginationBox li a:hover {
    color: #fff;
    background-color: #646464;
}

.PaginationBox li a.active {
    color: #fff;
    background-color: #118C85;
}

.SubscriptionBox {
    width: 100%;
    border-radius: 12px;
    background-color: #118C85;
    padding: 1.7rem;
}

.SubscribeNowBtn {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    color: #118C85;
    padding: .6rem 1.2rem;
    border-radius: 3rem;
}

.NewsDetailedBox h2 {
    margin: 0;
}

.NewsDetailedContent img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 1.5rem 0;
    /* margin: 1rem 0; */
}

.NewsDetailedContent p {
    margin-bottom: 1rem;
}

.NewsDetailedContentTtxe {
    padding: 0 6rem;
}

.NewsEetendBox {
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    background-color: #fff;
}

.FAQTitleBg {
    height: 385px;
    background-color: #F7F7F7;
}

.OtherIssuesbox {
    background-color: #F1FCFA;
    border-radius: 24px;
    padding: 2rem;
}

@media (max-width: 991.98px) {
    .NewsDetailedContentTtxe {
        padding: 0;
    }
    .FAQTitleBg {
        height: 180px;
        background-color: #F7F7F7;
    }
    .OtherIssuesbox {
        padding: 2rem;
    }
    .OtherIssuesBtn a {
        width: 100%;
    }
}

.CaptchaImg {
    width: 100px;
    height: 42px;
    border: 1px solid #C8CED4;
    border-radius: 6px;
    overflow: hidden;
}

.CaptchaImg img {
    width: 100%;
    height: auto;
}

.Ai_btn {
    display: inline-block;
    background: none;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}
.QrcodeImg img {
    max-width: 300px;
    height: auto;
}

.Ai_btn_PrimaryBule {
    display: inline-block;
    text-decoration: none;
    padding: 0.4rem 2rem;
    border: 0;
    color: #fff;
    background-color: #118C85;
    border-radius: 3rem;
}

.Ai_btn_PrimaryBule:hover {
    color: #fff;
    background-color: #1FADA4;
}

.IndexNewBoxContent {
    min-height: 500px;
}



