.footer-section {
    padding-top: 50px;
}
.my-section-2{
    padding-bottom: 30px;
}
.hd-img-section .hd-title{
    color: #E73828;
}
.com-title{
    position: relative;
}
.com-title h3{
    color: #E73828;
}

/* 職業訓練-start */
.white-box{
    position: relative;
}
.train-flow-content{
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
}
.train-flow-content p{
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 32px;
    color: #88654F;
    line-height: 60px;
}
.train-wrapper{
    margin-top: 80px;
}
.train-title{
    font-weight: 600;
    font-size: 48px;
    color: #88654F;
    line-height: 60px;
    font-family: FandolSong-Bold;
    text-align: center;
    margin-bottom: 10px;
}
/* .train-flow-title{
    position: absolute;
    top: -32px;
    left: 43%;
} */
.white-box-2{
    margin-top: 80px;
}
.white-box-2 .train-flow-content p{
    text-align: center;
    line-height: 50px;
}
.white-box-2 .train-flow-content strong{
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 33px;
    color: #FF0000;
    line-height: 50px;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.my-section-2 .c-bg-1{
    top: 2%;
    left: 12%;
    width: 15%;
}
.train-swiper{
    margin-top: 80px;
}
.train-sec-tit{
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 22px;
    color: #88654F;
    line-height: 30px;
    text-align: center;
    padding: 0 26px;
}
.train-swiper .train-title{
    margin-bottom: 20px;
}

.train-swiper .swiper .swiper-slide div{
    display: block;
    position: relative;
}
.train-swiper .swiper .swiper-slide div>div{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.train-swiper .swiper .swiper-slide div>p{
    position: absolute;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    bottom: 30px;
    left: 10%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.train-swiper .swiper .swiper-slide img{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all 0.3s ease;
    /* cursor: pointer; */
}
.train-swiper .swiper .swiper-slide div:hover img{
    transform: scale(1.1);
}
.train-swiper .swiper{
    margin-top: 10px;
    width: 92%;
}
.train-swiper .swiper-wrapper{
    position: relative;
}
.left-white-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.right-white-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 8%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
.swiper-button-prev::after,.swiper-button-next::after{
    display: none;
}

.prev-1,.prev-2 {
    background: url('/assets2/image/swiper-prev-btn.png') no-repeat center;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 45%;
    left: 3%;
    user-select: none;
}

.next-1,.next-2 {
    background: url('/assets2/image/swiper-next-btn.png') no-repeat center;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 45%;
    right: 3%;
    user-select: none;
}

.bottom-container{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bottom-container>p{
    color: rgba(136, 101, 79, 1);
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}
.btn-txt-box{
    background-color: rgba(231, 50, 40, 0.39);
    border-radius: 50px;
    padding: 15px 25px;
    width: auto;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 20px;
	color:white;
	font-size:32px;
}
.btn-txt-box img{
    max-width: 100%;
    height: auto;
}
.btn-txt-box>img{
    width: 400px;
}
.btn-txt-box>div{
    background-color: rgba(231, 56, 40, 1);
    border-radius: 30px;
    padding: 10px 20px;
    animation: slideRight 1s ease-in-out infinite;
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
.btn-txt-box>div>img{
    width: 50px;
    transition: all 0.3s ease;
}


/* 職業訓練-end */


/* 就業導航服務-start */
.white-box-3,.white-box-4{
    margin-top: 80px;
}
/* .white-box-4 .train-flow-title{
    position: absolute;
    top: -32px;
    left: 492px;
} */
.p-span-a .train-flow-content{
    padding: 40px 100px;
}
.p-span-a .train-flow-content p{
    position: relative;
}

.white-box-2.p-span-a .train-flow-content p{
    line-height: 50px;
}
 
/* 就業導航服務-end */

/* 在職培訓-start */
.white-box-6{
    position: relative;
    margin: 80px 0 200px 0;
}
.flow-img{
    position: absolute;
    top: 130px;
    right: 30%;
    width: 20%;
}
.flow-img .img-wrapper{
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 20px;
}
.flow-img img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.flow-img .img-wrapper:hover img{
    transform: scale(1.1);
}
.flow-img-2{
    width: 40%;
    right: 15%;
}
.flow-img-2 .img-wrapper{
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 20px;
}
.flow-img-2 .img-wrapper img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.flow-img-2 .img-wrapper:hover img{
    transform: scale(1.1);
}
.white-box-6 .train-flow-title{
    left: 200px;
}
 
.indent-txt p{
    text-indent: 2em;
}
/* 在職培訓-end */


.com-title{
    position: relative;
}
.com-title .c-bg-1{
    position: absolute;
    top: -50px;
    width: 400px;
    height: 150px;
    left: -60px;
}

.my-section{
    padding-top: 30px;
}

.train-swiper.text-align-2 .train-title{
    width: 95%;
}
.train-swiper .train-sec-tit.text-align-2{
    width: 95%;
}
.white-box-6 .train-flow-content p.text-align-3{
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px 0 #eee;
}
.white-box-6 .train-flow-content p.text-align-2{
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px 0 #eee;
}

@media screen and (min-width:769px) {
	.page-en-us .train-flow-content p{
		line-height: 42px;
        padding: 0 26px;
	}

    .page-en-us .bottom-container p {
        padding: 0 26px;
    }
	
	.page-en-us p.train-sec-tit{
		padding:0px 50px;
	}
}