﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

* {
    font-family: 'Noto Sans TC', sans-serif, 'Helvetica', '微軟正黑體';
    /* box-sizing: content-box !important; */
}
.text-align-justify p{
    text-align: justify;
}
.br-active{
    word-wrap: nowrap;
}
@media (max-width: 1121px) {
    .br-active{
        word-wrap: break-word;
    }
}


.content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    display: inline-block;
    text-decoration: none;
    color: black;
}

    a:focus,
    a:hover {
        color: #222;
        outline: none;
    }

h2 {
    font-size: 40px;
    color: #00a19b;
    font-weight: 500;
    margin: 10px 0px;
    letter-spacing: 1px;
}
@media (max-width: 500px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

p {
    font-size: 18px;
    color: #1c1c1c;
}

b {
    font-size: 24px;
    margin: 8   px;
    font-weight: 400;
}

    b span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #009e96;
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
    }

.return {
    position: fixed;
    background-color: #14375B;
    left: 0px;
    top: 50px;
    z-index: 5;
    border-radius: 0px 8px 8px 0px;
}

    .return a {
        color: #fff;
        padding: 10px 30px;
    }

        .return a svg {
            width: 30px;
            height: 30px;
            vertical-align: middle;
            margin: 0px 10px;
        }

#wrapper {
    position: relative;
    overflow: hidden;
}

#topChoose {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 3;
}

    #topChoose video {
        min-width: 100%;
        min-height: 100%;
    }

    #topChoose .dot {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: rgba(255, 255, 255, 0.4) url(../../images/whiteDot.png);
        display: block;
    }

    #topChoose #videoText {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5;
    }

        #topChoose #videoText .title {
            text-align: center;
            font-size: 3rem;
            font-weight: 900;
            text-shadow: 0 0 5px #6c757d;
            color: #fff;
            margin-bottom: 20px;
        }

    #topChoose .btnAll {
        display: flex;
    }

    #topChoose .start {
        position: relative;
        border: solid 1px #fffef2;
        border-bottom: 3px solid;
        background-color: #009e96;
        color: #fff;
        height: auto;
        flex-direction: column;
        margin: 0px auto;
    }

    #topChoose .item1 {
        background-color: rgba(255, 255, 255, 0.9);
        width: 200px;
        padding: 15px;
        margin: 10px;
        border-radius: 8px;
        transition: 0.3s;
        position: relative;
    }

        #topChoose .item1:before {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 20px;
            background-color: rgba(0, 157, 149, 0.8);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -7.5px;
            transition: 0.3s;
        }

        #topChoose .item1:hover {
            transform: scale(0.95);
        }

            #topChoose .item1:hover:before {
                top: -15px;
            }

            #topChoose .item1:hover .start {
                background-color: rgba(0, 157, 149, 0.8);
                border-bottom: 1px solid #fffef2;
                transform: translateY(1px);
            }

        #topChoose .item1 p {
            font-size: 18px;
            padding: 20px 0px;
            min-height: 118px;
            color: #14375B;
        }



.btn {
    font-size: 24px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    border-radius: 8px;
}

    .btn svg {
        width: 20px;
        height: auto;
        margin: 5px;
    }

/* ========== kv ========== */

.mainKV {
    background-image: url('../../images/tma/1_kv/tma_kv_bg.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 580px;
}
.kv-wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.titles {
    margin-top: 220px;
    margin-left: 16px;
}

.eng-title {
    margin-top: 24px;
    width: 440px;
}
.eng_center {
    display: none;
}
.kv-img {
    margin-top: 100px;
    margin-right: 16px;
}
@media (max-width: 1125px) {
    .mainKV {
        height: 520px;
    }
    .titles {
        margin-left: 32px;
    }
    .headline {
        font-size: 40px;
    }
    .eng-title {
        width: 400px;
    }
   
}
@media (max-width: 1024px) {
    .mainKV {
        height: 490px;
    }
    .kv-wrapper {
        width: 100%;
        max-width: 960px;
    }
    .titles {
        margin-top: 200px;
    }
    .headline {
        font-size: 36px;
    }
    .eng-title {
        width: 350px;
    }
}
@media (max-width: 940px) {
  
}
@media (max-width: 904px) {
    .mainKV {
        height: 620px;
    }
    .kv-wrapper {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .titles {
        margin-top: 120px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .eng-title {
        margin-top: 8px;
    }
    .eng_left {
        display: none;
    }
    .eng_center {
        display: block;
    }
  
}
@media (max-width: 500px) {
    .mainKV {
        height: 520px;
    }
    .titles {
        margin-top: 100px;
    }
    .eng-title {
        margin-top: 4px;
        width: 300px;
    }
 
}
@media (max-width: 410px) {
    .mainKV {
        height: 460px;
    }
    .headline {
        font-size: 30px;
    }
    .eng-title {
        margin-top: 4px;
        width: 240px;
    }

}
@media (max-width: 350px) {
    .kv-wrapper {
        width: 95%;
    }
    .mainKV {
        height: 410px;
    }
    .headline {
        font-size: 27px;
    }
    .eng-title {
        margin-top: 4px;
        width: 240px;
    }

}
@media (max-width: 300px) {
    .kv-wrapper {
        width: 95%;
    }

    .headline {
        font-size: 25px;
    }
}

/* ========== TMA三大特色 ========== */
#sectionPorfessinal {
    background:#FFF;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
}


    #sectionPorfessinal b {
        display: block;
        color: #1c1c1c;
    }
    #sectionPorfessinal h2 {
        color: #00a19b;
    }

    #sectionPorfessinal .porfessinalTitle {
        padding: 60px 0 10px 0;
    }

        #sectionPorfessinal .porfessinalTitle h2,
        #sectionPorfessinal .porfessinalTitle b {
            text-align: center;
        }

    #sectionPorfessinal .content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    #sectionPorfessinal .field {
        position: relative;
        width: 30%;
        /* height: 400px; */
        height: 55vw;/*2312edit*/
        max-height: 420px;/*2312edit*/
        text-align: left;
        background-color: #fff;
        margin: 16px 8px;
        border-radius: 8px;
        box-shadow: 0 3px 15px 0 rgba(64, 157,153, 0.2);
    }

        #sectionPorfessinal .field img {
            width: 100%;
        }

        #sectionPorfessinal h3 {
            font-size: 20px;
            text-align: center;
            color: #00a19b;
            margin-bottom: 10px;
        }
    
        #sectionPorfessinal .fieldContent {
            margin: 0 20px 20px 20px ;
        }
        @media (max-width: 1135px) {
            #sectionPorfessinal .fieldContent h3{
                height: 46px;
            }
            #sectionPorfessinal .fieldContent p{
                margin-top: 0px;
            }
        }
        @media (max-width: 768px) {
            #sectionPorfessinal .fieldContent h3{
                height: auto;
            }
            #sectionPorfessinal .fieldContent p{
                margin-top: 16px;
            }
        }
        #sectionPorfessinal .fieldContent .desc {
            margin-top: 8px;
        }
        #sectionPorfessinal .fieldContent .desc p {
            font-size: 18px;
            line-height: 24px;
            text-align: justify;
        }
        .ta_profession {
            margin-top: 8px;
            margin-left: 10px;
        }
        .ta_profession li::before {
            content: "•";
            color: #1C1C1C;
            display: inline-block;
            width: -4em;
            text-indent: -1em;
        }
/* @media (max-width: 1060px) {
    #sectionPorfessinal .field {
        height: 400px;
    }
} */
@media (max-width: 1020px) {
    #sectionPorfessinal .field {
        width: 30%;
    }
}
@media (max-width: 820px) {
    #sectionPorfessinal .field{
        height: 58vw;/*2312edit*/
        max-height: 430px;
    }
}
@media (max-width: 768px) {
    #sectionPorfessinal .porfessinalTitle {
        padding: 20px 0 10px 0;
    }
    #sectionPorfessinal .field img {
        width: 50%;
        margin: 0 auto;
    }
    #sectionPorfessinal .field {
        width: 80%;
        height: 320px;
        margin: 10px 5px;
        text-align: center;
    }
    #sectionPorfessinal .field img {
        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 560px) {
    #sectionPorfessinal {
        padding-bottom: 40px;
    }
    #sectionPorfessinal .field {
        width: 90%;
        height: auto;
        padding-bottom: 0;
    }
}
@media (max-width: 375px) {
    #sectionPorfessinal .field img {
        width: 90%;
        margin: 0 auto;
    }
}




/* ========== 專業領域 ========== */
#sectionWorking {
    padding-bottom: 24px;
}
#sectionWorking h2 {
    display: block;
    color: #00a19b;
}
#sectionWorking b {
    display: block;
    color: #1c1c1c;
}

#sectionWorking .workingTitle {
    padding-top: 60px;
}

    #sectionWorking .workingTitle h2,
    #sectionWorking .workingTitle b {
        text-align: center;
    }
.workingWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.working_card {
    background: #fff;
    padding: 32px;
    margin: 16px 0;
    border-radius: 8px;
    border: 1px solid #BDE3E2;
}
.content_display {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

/* ---- content hide ---- */
.content_hide {
    background-color: #F5F5F5;
    padding: 16px;
    margin-top: 16px;
    display: none;
}
.job_hide {
    display: flex;
    flex-direction: row;
}
.job {
    margin: 8px 12px;
    width: 31%;
    padding-right: 12px;
}
.job_arrow {
    margin-top: 120px;
}
.job:nth-last-child(1) {
    padding-right: 0;
}
.job_border {
    border-right: #d9d9d9 1px solid;
}
.job_step {
    color: #00a19b;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.job_title {
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;

}
@media (max-width: 1145px) {
    .job_title {
        height: 74px;
    }
}
@media (max-width: 768px) {
    .job_title {
        height: auto;
    }
}
.title_chinese {
    font-size: 18px;
}
.jd {

    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.working_img {
    width: 420px;
    height: auto;
}
.working_content {
    margin-left: 24px;
}
.working_content h3{
    color: #00A19B
}
.working_content p {
    font-size: 18px;
    color: #1c1c1c;
    margin-top:16px;
    line-height: 24px;
    text-align: justify;
}
.working_more_btn {
    color: #00a19b;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border: 1px #00a19b solid;
    border-radius: 4px;
    width: 100px;
    margin-top: 16px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1260px) {
    .workingWrapper {
        width: 95%; 
    }
}
@media (max-width: 1080px) {
    .content_display {
        align-items: flex-start;
    }
    .working_card {
        padding: 16px;
    }
    .working_img {
        width: 380px;
        height: auto;
    }
}
@media (max-width: 960px) {
    .working_img {
        width: 320px;
        height: auto;
    }
    .working_content {
        margin-top: 0;
    }
    .working_content h3 {
        font-size: 20px;
    }
    .working_content p {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .working_img {
        width: 290px;
        height: auto;
    }
    .job_hide {
        display: flex;
        flex-direction: column;
    }
    .job {
        margin: 8px;
        width: 98%;
        padding-right: 0;
        padding-bottom: 8px;
    }
    .job_arrow {
        display: none;
    }
    .job_border {
        border-right: none;
        border-bottom: #d9d9d9 1px solid;
    }
}
@media (max-width: 660px) {
    #sectionWorking .workingTitle {
        padding: 30px 0 10px 0;
    }
    .workingWrapper {
        width: 90%; 
        padding: 0;
        margin: 10px auto;
    }
    .working_card {
        width: 90%;
        padding: 24px;
        margin: 12px auto;
    }
    .content_display {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .working_img {
        width: 100%;
    }
    .working_content {
        margin-left: 0;
        margin-top: 10px;
    }
} 
@media (max-width: 460px) {
 
    .working_content h3 {
        font-size: 18px;
    }
    .working_card {
        padding: 16px;
    }
    .content_hide {
        padding: 8px 16px 8px 8px;
    }
    .job_step {
        font-size: 20px;
    }
} 
@media (max-width: 320px) {

    .working_card {
        width: 88%;
        padding: 16px;
    }
} 














/* ========== 培育與成長 ========== */
#setionTraining .trainingTitle {
    padding: 60px 10px 20px 10px;
    text-align: center;
}
    
#setionTraining {
    padding-bottom: 80px;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    #setionTraining a {
        cursor: pointer;
    }
    #setionTraining ul{
        list-style: none;
        padding: 0;
    }
    #setionTraining .p2{
        line-height: 22px;
        text-align: justify;
    }
    #setionTraining .trainingContent {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 50px;
    }

        #setionTraining .trainingContent .block {
            position: relative;
            background-color: #F4F4F4;
            display: inline-block;
            width: 400px;
            padding: 30px;
            padding-left: 40px;
            margin: 20px 50px;
            vertical-align: middle;
            box-sizing: content-box !important;
            text-align: left;
        }
        /*
        #setionTraining .trainingContent .block:nth-last-child(1) {
            position: relative;
            background-color: transparent;
            border: 1px solid;
        }
        */



        .label {
            position: absolute;
            right: 0px;
            top: 20px;
            background-color: #00a19b;
            display: inline-block;
            color: #fff;
            padding: 4px;
        }
            #setionTraining .trainingContent .block .target {
                position: absolute;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 0px 20px 30px 20px;
                border-color: transparent transparent #F4F4F4 transparent;
            }

            #setionTraining .trainingContent .block:nth-last-child(1) {
                margin-right: 624px;
            }


            .final {
                background-color: #007a7a;
            }
            #setionTraining .trainingContent .block:nth-child(even) {
                margin-top: 80px;
                transform: translateY(80px);
                z-index: 5;
            }

            #setionTraining .trainingContent .block:nth-child(even) .target {
                left: -20px;
                top: 45%;
                transform: translateY(-50%); 
            }

                #setionTraining .trainingContent .block:nth-child(even):before {
                    position: absolute;
                    content: "";
                    width: 12px;
                    height: 12px;
                    border-radius: 12px;
                    background-color: #00a19b;
                    left: -55.75px;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 8;
                }



            #setionTraining .trainingContent .block:nth-child(odd) .target {
                right: -20px;
                top: 45%;
                transform: translateY(-50%); 
            }

            #setionTraining .trainingContent .block:nth-child(odd):before {
                position: absolute;
                z-index: 2;
                content: "";
                width: 12px;
                height: 12px;
                border-radius: 12px;
                background-color: #00a19b;
                right: -59.75px;
                top: 53%;
                transform: translateY(-50%);
                z-index: 8;
            }

            #setionTraining .trainingContent .block:nth-child(odd):after {
                position: absolute;
                content: "";
                border-right: 1.5px solid #A5A5A5;
                width: 20px;
                height: 485px;
                right: -54px;
                top: 90px;
            }

            #setionTraining .trainingContent .block:nth-child(3):after {
                position: absolute;
                content: "";
                width: 20px;
                height: 148%;
                right: -54px;
                top: -20px;

                display: none;
            }
            #setionTraining .trainingContent .block:nth-child(5):after {
                position: absolute;
                content: "";
                width: 20px;
                height: 66%;
                right: -54px;
                top: -25px;
                display: none;

            }

            #setionTraining .trainingContent .block:before {
                background-color: #00a19b;
            }


            #setionTraining .trainingContent .block h3 {
                color: #00a19b;
                text-indent: -10px;
                font-size: 20px;
                font-weight: 500;
                margin: 0;
                margin-bottom: 10px;
            }

            #setionTraining .trainingContent .block ul li::before {
                content: "•";
                color: #1C1C1C;
                display: inline-block;
                width: -4em;
                text-indent: -1em;
            }
            .tma_traning_arrow {
                position: absolute;
            }








    @media (max-width: 1200px) {
        #setionTraining .trainingContent .block:nth-child(odd):before{
            right: -59.75px;
        }
        #setionTraining .trainingContent .block:nth-child(even):before{
            left: -55.75px;
        }
        #setionTraining .trainingContent .block {
            width: 300px;
            margin: 0px 50px;
        }
        #setionTraining .trainingContent .block:nth-child(odd):after {
            top: 120px;
            height: 500px;
        }
        #setionTraining .trainingContent .block:nth-last-child(1) {
            margin-right: 524px;
        }
        #setionTraining .trainingContent .block:nth-child(5):after {
            height: 0%;
        }
        #setionTraining .trainingContent .block:nth-child(3):after {
            height: 118%;
        }

    }
    @media (max-width: 945px) {
        #setionTraining .btn {
            margin-top: 0px;
        }
    
        #setionTraining .trainingContent {
            padding-top: 50px;
        }
    
            #setionTraining .trainingContent .block {
                width: 600px;
            }
            #setionTraining .trainingContent .block:nth-last-child(1) {
                margin-right: 50px;
            }

                #setionTraining .trainingContent .block:after {
                    content: "";
                    position: absolute;
                    border-right: 1.5px solid #A5A5A5;
                    width: 20px;
                    left: -72px !important;
                    right: auto !important;
                    height: 126% !important;
                    top: 50%;
                    display: none;
                }
                #setionTraining .trainingContent .block:first-child:after {
                    display: block;
                    top: 80px;
                    height: 805px !important;
                }
    
                #setionTraining .trainingContent .block:nth-child(odd) .target {
                    left: -20px;
                    right: auto;
                }
    
                #setionTraining .trainingContent .block:nth-child(odd):before {
                    left: -57.25px;
                }
                #setionTraining .trainingContent .block:nth-child(even):before {
                    left: -57.25px;
                }
    


                #setionTraining .trainingContent .block:nth-child(even) {
                    margin-top: 40px;
                    margin-bottom: 40px;
                    transform: translateY(0px);
                }      
                #setionTraining .trainingContent .block:nth-child(odd) .target {
                    right: -20px;
                    top: 50%;

                    transform: translateY(-50%); }

    }
    @media (max-width: 850px) {
        #setionTraining .trainingContent .block {
            width: 400px;
        }
    }
    @media (max-width: 768px) {
        #setionTraining {
            padding-bottom: 0px;
        }
        
        #setionTraining .trainingTitle {
            padding: 60px 10px 20px 10px;
            text-align: center;
        }
        #setionTraining .trainingTitle b{
            font-size: 24px;
        }
    
            #setionTraining .trainingContent .block:nth-child(odd):after {
                left: -38px;

                height: 220%;
            }
            #setionTraining .trainingContent .block:nth-child(3):after {
                top: 85px;
            }
            #setionTraining .trainingContent .block:nth-last-child(1) {
                border: red;
            }
    }
    @media (max-width: 600px) {
        #setionTraining .trainingContent {
            padding-top: 0;
        }
        #setionTraining .trainingContent .block {
            width: 300px;
        }
        #setionTraining .trainingContent .block:nth-child(even) {
            margin: 16px 0;
        }
        #setionTraining .trainingContent .block:after {
            left: -55px !important;
            height: 80% ;
        }

        #setionTraining .trainingContent .block:before {
            left: -40px !important;
        }
    
        #setionTraining .trainingTitle .titleInner {
            width: auto;
            padding: 0px 20px;
        }
        #setionTraining .trainingContent .block:nth-child(1):after {
            top: 116px;
        }
        #setionTraining .trainingContent .block:nth-child(4):after {
            display: none;
        }
    }
    @media (max-width: 500px) {
        #setionTraining .trainingContent .block h3 {
            margin-top: 32px;
            font-size: 18px;
        }
        #setionTraining .trainingContent .block {
            width: 180px;
        }
        #setionTraining .trainingContent .block:nth-child(1):after {
            top: 170px;
            height: 1100px !important;
        }
        #setionTraining .trainingContent .block:nth-child(3):after {
            top: 170px;
        }
        #setionTraining .trainingContent .block:nth-child(5):after {
            top: -235px;
        }
    }
    @media (max-width: 450px) {
      
        #setionTraining .trainingTitle {
            padding: 32px 10px 20px 10px;
        }
        #setionTraining .trainingContent .block {
            margin: 0 16px;
            width: 190px;
            padding: 24px;
        }
        #setionTraining .trainingContent .block:nth-child(1):after {
            top: 155px;
            height: 1100px !important;
        }
        #setionTraining .trainingContent .block:nth-child(3):after {
            top: 160px;
        }
        #setionTraining .trainingContent .block:nth-last-child(1) {
            margin-right: 16px;
        }
        #setionTraining .trainingContent .block:nth-child(5):after {
            top: -210px;
        }
        #setionTraining .trainingContent {
            padding-bottom: 32px;
        }
    }
    @media (max-width: 320px) {
        #setionTraining .trainingContent .block {
            width: 100%;
            max-width: 200px;
        }
        #setionTraining .trainingContent .block:nth-child(odd) .target,
        #setionTraining .trainingContent .block:nth-child(even) .target {
            display: none;
        }
        #setionTraining .trainingContent .block:nth-child(odd):before,
        #setionTraining .trainingContent .block:nth-child(even):before,
        #setionTraining .trainingContent .block:nth-child(odd):after,
        #setionTraining .trainingContent .block:nth-child(even):after {
            display: none;
        }
    }

    





#wave {
    position: relative;
    z-index: 6;
    background-color: #fff;
}

    #wave img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 5;
    }






/* ====== FAQ ====== */        
#setionFAQ {
    background-color: #FFF;
    padding: 50px 0px 100px 0px;
}

    #setionFAQ h2 {
        text-align: center;
    }

    #setionFAQ .faq-subtitle {
        text-align: center;
        margin: 0 auto;
        line-height: 1.8;
        width: 95%;
    }

    #setionFAQ .container {
        width: 70%;
    }

    #setionFAQ .faqContent {
        background-color: #fff;
        margin-top: 32px;
    }
    #setionFAQ .faqContent .question-wrapper {
        background-color: #fff;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        margin: 16px;
        text-align: left;
    }
    #setionFAQ .faqContent .question {
        position: relative;
        cursor: pointer;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #setionFAQ .faqContent .question p {
        color: #00A19B;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: 28px;
    }
    .answer {
        display: none;
        margin-left: 20px;
    }

    #setionFAQ .faqContent .answer p {
        text-align: left;
        padding-bottom: 16px;
        width: 90%;
        line-height: 28px;
        margin-left: 0;
        font-weight: 400;
        text-align: justify;
        margin: 0;
    }
    .text-wrap {
        white-space: nowrap;
    }
    .faq_list {
        padding: 0;
        text-align: left;
        width: 90%;
        margin-bottom: 20px;
        margin-left: 10px;
        list-style: none;
        text-align: justify;
        
    }
    .faq_list li {
        line-height: 1.5;

        font-size: 18px;
    }




    @media (max-width: 768px) {
        #setionFAQ {
            padding: 80px 0px 40px 0px;
        }
        #setionFAQ .faq-subtitle {
            font-size: 16px;
            line-height: 1.5;
        }
        #setionFAQ .faqContent .question {
            padding: 10px 12px;
        }
        #setionFAQ .faqContent .question p {
            font-size: 16px;
            margin-right: 8px;
            width: 100%;
            line-height: 24px;

        }
        #setionFAQ .faqContent .answer p {
            font-size: 16px;
        }
        .faq_list li {
            font-size: 16px;
        }
        .faq-arrow img {
            width: 18px;
        }
    }
    @media (max-width: 460px) {
        #setionFAQ {
            padding-top: 60px;
        }
    }






/* ====== Contact us ====== */   
#setionConnect {
    text-align: center;
    padding-top: 10px;
    background: #f4f4f4;
}
#setionConnect .icon{
    padding: 20px 0px;
}
#setionConnect .icon img {
    width: 48px;
    height: 48px;
    margin: 0px 24px;
}

@media (max-width: 768px) {
    #setionConnect .icon img {
        margin: 12px;
        width: 40px;
        height: 40px;
        margin: 20px 16px;
    }
}
@media (max-width: 375px) {
    #setionConnect .icon img {
        margin: 20px 10px;
    }
}





.show {
    display: block !important;
    opacity: 1;
    animation: show 0.5s ease-in-out;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



/* ====== Experience ====== */   
.experience #sectionKV .title {
    bottom: 120px;
}

.experience .tabMenu {
    width: 100%;
    font-size: 0px;
    padding-top: 40px;
    text-align: center;
}

.experience .tab-title {
    display: inline-block;
    width: 50%;
    margin: 0px;
    transition: 1s;
}

    .experience .tab-title a {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        transition: 0.1s;
        background-color: #31A39E;
        color: #fff;
    }

        .experience .tab-title a:hover {
            background-color: #009e96;
            color: #fff;
        }

    .experience .tab-title svg {
        vertical-align: middle;
        margin-top: -5px;
        width: 20px;
    }

.experience .firstTab {
    position: relative;
    width: 100%;
    font-size: 0px;
    margin-top: -76px;
    padding-top: 40px;
    text-align: center;
}

    .experience .firstTab a {
        display: inline-block;
        width: 50%;
        margin: 0px;
        transition: 1s;
        position: relative;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0px;
        background-color: #31A39E;
        color: #fff;
        padding: 15px 0px;
    }

        .experience .firstTab a svg {
            vertical-align: middle;
            width: 20px;
            margin-top: -5px;
        }

        .experience .firstTab a:hover {
            background-color: #009e96;
            color: #fff;
        }

        .experience .firstTab a:nth-child(1).active {
            box-shadow: 13px -3px 5px -3px #028b84;
        }

        .experience .firstTab a:nth-child(2).active {
            box-shadow: -14px -4px 8px -5px #028b84;
        }

        .experience .firstTab a.active {
            z-index: 1;
            background-color: #fff;
            color: #009e96;
        }

            .experience .firstTab a.active svg {
                transform: rotate(180deg);
            }

                .experience .firstTab a.active svg .white1 {
                    fill: #009e96;
                }

.experience #sideTraining .card {
    background-color: #f3f3f3;
}

.experience #sideProfessional,
.experience #sideTraining {
    display: none;
}

    .experience #sideProfessional.active,
    .experience #sideTraining.active {
        display: block;
    }

.experience #sideTraining {
    padding-top: 50px;
}

    .experience #sideTraining .cut {
        background-color: transparent;
    }

.experience .secondTab {
    margin-top: 0px;
}

    .experience .secondTab li {
        width: auto;
        margin: 0px 10px;
    }

        .experience .secondTab li a {
            font-size: 20px;
            font-weight: 500;
            background-color: #fff;
            border: solid 1px #14375B;
            color: #14375B;
            border-radius: 8px;
        }

            .experience .secondTab li a:hover {
                background-color: #fff;
                color: #14375B;
            }

        .experience .secondTab li.active a {
            background-color: #14375B;
            border: none;
            color: #fff;
        }

    .experience .secondTab dd.active a:hover {
        background-color: #14375B;
        border: none;
        color: #fff;
    }

.experience .tabsContent .content {
    text-align: center;
}

.experience .tabsContent h2 {
    font-size: 26px;
    text-align: center;
    color: #111419;
    font-weight: 500;
}

    .experience .tabsContent h2 span {
        color: #009e96;
        font-size: 18px;
    }

.experience .tabsContent #WholesaleBanking,
.experience .tabsContent #MultifiledRotation,
.experience .tabsContent #Overseas,
.experience .tabsContent #RetailBanking {
    padding-top: 40px;
}

.experience .tabsContent .cut {
    position: relative;
    margin: 50px 0px;
    padding: 60px 0px;
    width: 90%;
    max-width: 1330px;
    margin: 0 auto;
    background-color: #e0eaea;
}

    .experience .tabsContent .cut:before {
        position: absolute;
        content: "";
        width: 74.7%;
        height: 15px;
        background-color: #e0eaea;
        bottom: 0px;
        left: 0px;
    }

    .experience .tabsContent .cut:nth-child(even):before {
        right: 0px;
        left: auto;
    }

.experience .tabsContent .card {
    background-color: #FAFAFA;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    margin: 10px;
    border-radius: 8px;
    width: 350px;
    vertical-align: bottom;
    transition: 0.1s;
}

    .experience .tabsContent .card:hover {
        cursor: pointer;
        background-color: #fbfbfb;
    }

        .experience .tabsContent .card:hover .slogan svg {
            transform: translateY(-5px);
        }

        .experience .tabsContent .card:hover .slogan p {
            transform: translateY(-5px);
        }

        .experience .tabsContent .card:hover img {
            transform: scale(0.95);
        }

        .experience .tabsContent .card:hover .info {
            transform: translateY(-5px);
        }

    .experience .tabsContent .card a {
        width: 100%;
    }

    .experience .tabsContent .card img {
        width: 200px;
        height: 200px;
        transition: 0.4s;
    }

    .experience .tabsContent .card .info {
        padding: 20px;
        padding-bottom: 0px;
        transition: 0.4s;
    }

    .experience .tabsContent .card .name {
        color: #14375B;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }

    .experience .tabsContent .card .department {
        font-size: 20px;
        color: #24598E;
        font-weight: 500;
        text-align: left;
    }

    .experience .tabsContent .card .school {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        min-height: 48px;
    }

    .experience .tabsContent .card .slogan {
        position: relative;
        padding: 20px 0px;
        padding-bottom: 0px;
        text-align: left;
        border-radius: 0px 0px 8px 8px;
        height: 50px;
    }

        .experience .tabsContent .card .slogan p {
            display: inline-block;
            vertical-align: middle;
            color: #009e96;
            text-align: left;
            font-size: 14px;
            padding-left: 20px;
            max-width: 85%;
            transition: 0.4s;
        }

        .experience .tabsContent .card .slogan svg {
            position: absolute;
            width: 30px;
            height: 30px;
            right: 20px;
            transition: 0.4s;
            transform-origin: center;
        }

.experience .tabsContent .cutFirst {
    vertical-align: bottom;
    display: inline-block;
}

.experience .tabsContent #sideProfessional .Professional1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1355px;
}

.experience .tabsContent #sideProfessional h3 {
    font-weight: 400;
    padding-top: 40px;
    border-bottom: solid #009e96 2px;
    width: 180px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 20px;
    width: 310px;
}

.experience .tabsContent #sideProfessional .cut {
    background-color: #e0eaea;
}

    .experience .tabsContent #sideProfessional .cut::before {
        display: none;
    }

@keyframes width {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}


/* .fancyboxOut {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: center;
    height: 100%;
    width: 95%;
    max-width: 1000px;
    padding: 40px 16px;
} */

.fancybox-bg {
    background-color: transparent;
}

.fancybox-slide--html {
    padding: 0px;
}

.fancybox-container {
    z-index: 999999;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-bg {
    background-color: rgba(28,28,28,0.6);
}

.fancybox-content .close {
    position: absolute;
    right: 40px;
    top: 16px;
    width: 55px;
    height: 55px;
    background: transparent;
    border: none;
    color: black;
    font-size: 0px;
    z-index: 999;
    cursor: pointer;
}

    .fancybox-content .close:focus {
        outline: none;
    }

    .fancybox-content .close:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: black;
        transform: rotate(47deg);
        display: block;
        transition: 0.2s;
        cursor: pointer;
    }

    .fancybox-content .close:after {
        content: "";
        width: 30px;
        height: 3px;
        background-color: black;
        transform: rotate(-47deg);
        display: block;
        transition: 0.2s;
        cursor: pointer;
    }

.diary-hashtag {
    color: #00A19B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
}
.fancybox-content .diary {
    padding-left: 10px;
    line-height: 30px;
    width: 95%;
    max-height: 500px;
    overflow-y: scroll;
}


.fancybox-content .fancyCard {
    background-color: #F5F5F5;
    display: inline-block;
    text-align: center;
    margin: 0 16px 0 0;
    border-radius: 4px;
    width: 30%;
    max-width: 400px;
}

    .fancybox-content .fancyCard img {
        width: 150px;
        height: 150px;
        margin-bottom: 16px;
    }

    .fancybox-content .fancyCard .info {
        color: #fff;
        background-color: #00A19B;
        border-radius: 0px 0px 4px 4px;
    }

    .fancybox-content .fancyCard a {
        width: 100%;
    }

    .fancybox-content .fancyCard .info {
        padding: 16px 16px 30px 16px;
        text-align: left;
    }

    .fancybox-content .fancyCard .name {
        font-weight: 500;
        text-align: left;
        display: inline-block;
        line-height: 1.2;
        font-size: 18px;
        margin-top: 0px;
        color: #00a19b;
    }

    .fancybox-content .fancyCard .department {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        text-align: left;
    }

    .fancybox-content .fancyCard .school {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-top: 8px;
    }



@media (min-width: 1440px) {
    .fancybox-content .fancyCard {
        width: 40%;
    }
}

@media (max-width: 1440px) {
    #setionFAQ .container {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 90%;
    }
}








    #setionFAQ .container {
        width: 90%;
    }



    .fancybox-content .close {
        right: 0px;
    }

    .fancybox-content .fancyCard {
        background-color: transparent;
        margin: 0;
        max-width: initial;
        display: flex;
        flex-direction: row;
        text-align: left;
        width: 100%;
    }

        .fancybox-content .fancyCard img {
            width: 100px;
            height: 100px;
            margin-bottom: 0;
        }

        .fancybox-content .fancyCard .slogan {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .fancybox-content .fancyCard .slogan p {
                font-size: 14px;
            }

        .fancybox-content .fancyCard .info {
            display: flex;
            justify-content: center;
            flex-direction: column;
            border-radius: 0px;
            padding: 10px;
            background-color: transparent;
            width: 60%;
        }
        .fancybox-content .fancyCard .department {
            font-size: 18px;
        }

        .fancybox-content .fancyCard .school {
            font-size: 14px;
            color: #1c1c1c;
        }

    .fancybox-content .diary {
        width: 100%;
    }
/* 
    .fancyboxOut {
        flex-direction: column;
    } */
















@media (max-width: 600px) {


    #setionQualification b {
        display: block;
        margin: 0px;
    }

    #sectionPorfessinal {
        padding-bottom: 20px;
    }

    /* .fancyboxOut {
        padding: 40px 16px;
        width: 95%;
        justify-content: flex-start;
    } */
    .fancybox-content .fancyCard .name {
        font-size: 16px;
    }

  

        .fancybox-content .diary {
            font-size: 16px;
            max-height: 450px;
            overflow: scroll;
            margin-bottom: 100px;
            padding-top: 10px;
            padding-left: 0px;
            padding-bottom: 10px;
            padding-right: 8px;
        }
}

@media (max-width: 500px) {
    #topChoose #videoText .title {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 24px;
    }

    .slick-slide.moving .item_inner {
        background-position: right !important;
    }

    #sectionKV .slider_wrap .main_slider .slider_item {
        height: 400px;
    }

    #sectionKV .title {
        bottom: 0px;
    }


}

@media (max-width: 375px) {
    .fancybox-content {
        height: auto;
    }
    /* .fancyboxOut {
        justify-content: flex-start;
    } */
    .fancybox-content .diary {
        max-height: 90%;
    }
    .diary-hashtag {
        font-size: 16px;
    }
    .fancybox-content .fancyCard {
        flex-direction: column;
    }
    .fancybox-content .fancyCard .info {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }
    .triangle-ul ul {
        margin-top: 0px;
        margin-left: -50px;
    }

    #sectionPorfessinal b {
        font-size: 20px;
    }
}

@media (max-width: 374px) {
    .fancybox-content .fancyCard img {
        width: 100px;
        height: 100px;
    }

    #topChoose #videoText {
        width: 95%;
        height: 500px;
        overflow: scroll;
    }
}


/*2312add*/
/* #radial-gradient{
  background: linear-gradient(112deg,#ebf4d8,#5ac9c3,#fae66e);
  background-size: 180% 180%;
  animation: gradient-animation 3s ease infinite;
}
@keyframes gradient-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
   opacity: 0;
  }
} */

/***************************************************
 * Generated by SVG Artista on 12/11/2023, 4:17:53 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @keyframes animate-svg-stroke-1{0%{stroke-dashoffset:1683.56787109375px;stroke-dasharray:1683.56787109375px}100%{stroke-dashoffset:0;stroke-dasharray:1683.56787109375px}}.svg-elem-1{animation:animate-svg-stroke-1 1.3s cubic-bezier(0.47,0,0.745,0.715) 0s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1254.2215576171875px;stroke-dasharray:1254.2215576171875px}100%{stroke-dashoffset:0;stroke-dasharray:1254.2215576171875px}}.svg-elem-2{animation:animate-svg-stroke-2 1.3s cubic-bezier(0.47,0,0.745,0.715) 0.32s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:909.6182861328125px;stroke-dasharray:909.6182861328125px}100%{stroke-dashoffset:0;stroke-dasharray:909.6182861328125px}}.svg-elem-3{animation:animate-svg-stroke-3 1.3s cubic-bezier(0.47,0,0.745,0.715) 0.64s both}@keyframes animate-svg-stroke-4{0%{stroke-dashoffset:279.9136657714844px;stroke-dasharray:279.9136657714844px}100%{stroke-dashoffset:0;stroke-dasharray:279.9136657714844px}}.svg-elem-4{animation:animate-svg-stroke-4 1.3s cubic-bezier(0.47,0,0.745,0.715) 1.8s both}@keyframes animate-svg-stroke-5{0%{stroke-dashoffset:188.71575927734375px;stroke-dasharray:188.71575927734375px}100%{stroke-dashoffset:0;stroke-dasharray:188.71575927734375px}}.svg-elem-5{animation:animate-svg-stroke-5 1.3s cubic-bezier(0.47,0,0.745,0.715) .8s both}