/* Base */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.window{
    overflow: hidden;
}

.my-3{
    padding:10px 20px ;
}

/* Base */
.contentBox {
    padding: 60px 0 100px 0;
}

.pageTitle {
    color: #000;
    font-size: 35px;
    font-weight: bolder;
    line-height: 48px;
}

.pageTitle p {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 24px;
}

.pageTitle h1 {
    margin-bottom: 24px;
}

.pageTitle h2 {
    margin-bottom: 24px;
}

.pageTitle h3 {
    /* margin-bottom: 30px; */
}

/* Button */
a .btnTool {
    position: relative;
    width: 30%;
    height: auto;
    border-radius: 25px;
    background-color: #f31000;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    color: #fff;
}

a .btnTool p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
}

a .btnTool:hover {

    color: #fff;
}

.btnTool1 {
    position: relative;
    width: 45%;
    height: auto;
    border-radius: 12px;
    background-color: #f8b62d;
    margin: 60px auto 0 auto;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    letter-spacing: 2px;
    box-shadow: 0 6px 0px 0px #ff9933;
    position: relative;
    
    top: 0;
    transition: .3s;
}

.btnTool1 p {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    font-weight: bold;
    color: #fff;
}

.btnTool1:hover {
    box-shadow: 0 3px 0px 0px #ff9933;
    color: #fff;
    top: 4px;
}

/* Forms */
.formCheck,
.cardCheck {
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin-right: 5px;
}

.formsBox input,
.formsBox select {
    border: none;
    border-radius: 0 0;
    color: #ff6600;
    background-color: #fff;
    height: 53px;
    line-height: 53px;
    border-radius: 50px;
    padding: .375rem 1.75rem;
    font-weight: bold;
    font-size: 18px;
}

.mbb_1{
    margin-bottom: 20px;
}

.formsBox input:focus,
.formsBox select:focus {
    border: none;
    box-shadow: none;
    color: #ff6600 !important;
    background-color: #fff;
    outline: none;
}

select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    margin: 40px;
    background: #fff !important;
    color: #000 !important;
}

.formsDateBox {
    width: 320px;
    background: #f7e45d;
    color: #474947;
    font-size: 21px;
    line-height: 30px;
    padding: 8px 5px;
    margin: 15px auto;
    border-radius: 25px;
    margin-bottom: 30px;
}

/* Forms Content */
.formsContentBox {
    background: #fffae3;

}

.formsBox input::placeholder {
    color: #ff6600 !important;
}

.form-check-label,
.form-check-label a {
    color: #fff !important;
}

.form-check-label a:hover {
    color: #fff !important;
}



.formsBox h3 {
    color: #ff6600;
    /* margin-bottom: 30px; */
}

/*Check box*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: #fff;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #ff6600;
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    /* color: 000; */
}

.radio .cr {
    border-radius: 75%;
    border-color: #fff;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-220deg);
    opacity: 0;
    transition: all .7s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.checkbox label,
.checkbox a {
     color: #ff6600 !important;
}

.checkbox a:hover {
    color: #ff6600 !important;
}

.checkBoxDescription {
    display: inline-block;
    color: #ff6600;
    font-weight: bold;
    font-size: 20px;

}




.cr i:before {
    color: #ff6600!important
}

.checkBoxBtn,
.pageTool {
    /* background-color: #ff6600; */
   height: 55px;
    position: relative;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check_1{
    text-align: center;
}

.checkBoxBtn i {
    padding-top: 20px;
    position: absolute;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    color: #fff;
}

.checkBoxBtn p,
.pageTool a {
    color: white!important;
    cursor: pointer;
    font-weight: bolder;
    border-radius: 50px;
    font-size: 23px;
    background-color: #ff6600;
}


.checkBoxBtn p:hover,
.pageTool a:hover {
    background: #ff9954;

}

.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Cover */
.mainCoverBox_1 .container {
    max-width: 1280px !important;
}

.mainCoverBox_1 {
    background: url("../images/bgc.webp") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    padding-top: 70px;

}

.mainCoverContainer_1 {
    display: flex;
    justify-content: center;
    align-items: center;
  
 
}

.cloud-wh{
width: 100%;
height: 100%;
margin-top: -115px;
animation: fade-scale 12s ease infinite;



}

.cloud-wh img{
    width: 110%;
    position: relative;
    top: 3px;
   
}

.cloud-or {
    width: 100%;
    height: 100%;
    margin-top: -95px;
    animation: fade-scale 12s ease infinite;
}


.cloud-or img {
    width: 100%;
    position: relative;
    top: -1px;

}

.mainCover-mainSlogan_1 {
    text-align: center;
    width: 63%;
    padding-bottom: 70px;
    
}

.mainCover-mainSlogan_1 img{
    width: 100%;
    animation: slogn-scale 1.6s ease infinite;
}



.mainCover-mainSlogan_2 {
    width: 35%;
    position: relative;
    top: 0;
   
}


.mainCover-mainSlogan_2 img{
    width: 100%;
    animation: slogn-scales 1.6s ease infinite;
}

.content_1{
    padding: 50px 0 140px 0;
    margin-top: -10px;
    background: url("../images/bgc-1.webp") no-repeat center center;
    overflow: hidden;
    background-size: contain;
}

.yellow_title{
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}


.yellow_title h1{
    color: white;
   background-color: #f8b62d;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    padding: 20px 50px;
    text-align: center;
    border-radius: 50px;
}

.yellow_content{
    border: solid 3px #ff6600;
    width: 90%;
    margin: 70px auto 150px auto;
    border-radius: 30px;
    padding: 30px 30px 60px 30px;
    position: relative;

}

.yellow_content p{
    font-size: 25px;
    letter-spacing: 2px;
    color: #1c1c32;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: justify;
    white-space:nowrap;
}

.yellow_content span {
    font-size: 25px;
    letter-spacing: 2px;
    color: #1c1c32;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: justify;
}

.div{
    display: flex;
}

.yellow_title span{
    display: inline;
}

.people{
    width: 290px;
    position: absolute;
    bottom: -136px;
    right: -80px;
    background-color: white;
}



.people img{
    width: 100%;
    padding: 10px;
    
}



.boxx{
    text-align: center;
    border: solid 3px #ff6600;
    border-radius: 30px;
    padding: 10px;
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
    flex-direction: column;
    margin-top: -30px;
}

.orange_box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.boxx h1{
    margin-bottom: 10px;
    color: #ff6600;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}


.boxx p{
    margin-bottom: 5px;
    color: #1c1c32;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 2px;
}



.images{
    width: 70%;
    margin: 0 auto;
}

.images img{
    width: 100%;
    padding: 10px;
    background-color: white;
}

.gift img{
    padding: 20px;
}
.gift_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.pageTitle_1{
    display: inline-block;
    position: relative;
}




.pageTitle_1 h3{
    position: relative;
    display: inline-block;
   
}


.pageTitle_2 p{
font-size: 25px;
letter-spacing: 2px;
color: #1c1c32;
margin-top: 20px;
font-weight: bold;
}

.pageTitle_1 h3::before{
    content: '';
    position: absolute;
    bottom: 15px;
    left: -20px;
    background-color:#ff6600 ;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.pageTitle_1 h3::after{
    content: '';
    position: absolute;
    bottom: 15px;
    right: -20px;
    background-color:#ff6600 ;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.pageTitle_1::after{
   border-bottom: dashed 2px #ff6600;
    position: absolute;
    content: '';
    width: 280px;
    height: 2px;
    bottom: -8px;
    left: -30px;
}

.pageTitle_3 h1{

    color: #ff6600;
    background-color: white;
    border: solid 2px #ff6600;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 35px;
    display: inline-block;
    padding: 12px 50px;
    text-align: center;
    border-radius: 50px;

}

.form-part{
    display: flex;
    justify-content: space-between;
}

.content_2{
    padding: 50px 0 60px 0;
    margin-top: -10px;
    background: url("../images/bgc-2.webp") no-repeat center center;
    overflow: hidden;
    object-fit: cover;
    background-size: cover;
    position: relative;
}

.pageTitle_3_p{
margin-top: 50px;
}

.pageTitle_3_p  h1{
color: #ff6600;
margin-bottom: 20px;
font-size: 27px;
letter-spacing: 2px;
font-weight: bold;
}

.pageTitle_3_p  p{
    font-size: 23px;
    color: #1c1c32;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 30px;
}


.mbb{
    margin-bottom: 60px;
}

.mm{
    margin-right: 10px;
}

.pageTitle_3  span{
    display:inline ;
}

/* table---------------- */


.caption{
    width: 100%;
    /* max-width: 800px; */
    margin: auto;
    margin-top: 15px;
    position: relative;
    font-size: 18px;
    background-color: #fff;
}

.caption thead tr {
    border-top: 2px solid #1c1c32;
    border-bottom: 2px solid #1c1c32;
  
}

 .caption tbody {
    border-bottom: 1px solid #1c1c32;
}


.caption tbody tr {
    border-bottom: 1px solid #1c1c328e;
}

 .caption td {
    color: #1c1c32;
}


 .caption th {
    width: 25%;
    color: white;
    background-color: #f8b62d;
    font-size: 25px;
}
 .caption th, .caption td {
    text-align: center;
    padding: 20px;
    position: relative;
    font-weight: bold;

}

 .caption tbody tr:nth-child(even) {
    background-color: #fff7e5;
}

 .caption th:not(:last-child):after,  .caption  td:not(:last-child):after {
    content: "";
    width: 1px;
    height: 38px;
    background-color: #1c1c32;
    right: 0;
    top: 11px;
    position: absolute;
    display: block;
}

.caption_box{
    position: relative;
}


.people1{
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: -40px;
}


.people1 img{
    width: 100%;
    animation: slogn-scale 1.6s ease infinite;
}


.people2{
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    left:-40px;
}


.people2 img{
    width: 100%;
    animation: slogn-scale 1.6s ease infinite;
}



/* Background Setting */
.area-2 {
    background: #fffae3;
    width: 100%;
    height: auto;
    position: relative;
}

/* Give away Description */
.giveAwayBox {
    font-size: 16px;
    background: #f7e45d;
}

.giveAwayBox .pageTitle h1 {
    margin-bottom: 50px;
}

.giveAwayBox .pageTitle h1 br {
    display: none;
}

.giveAwayBox .card {
    border: solid 1px #474947;
}

.giveAwayBox [class*="col-"]:nth-child(1) .card-header {
    background-color: #6059c9;
}

.giveAwayBox [class*="col-"]:nth-child(2) .card-header {
    background-color: #fd625f;
}

.giveAwayBox [class*="col-"]:nth-child(3) .card-header {
    background-color: #007ef3;
}

.giveAwayBox [class*="col-"]:nth-child(4) .card-header {
    background-color: #c64da9;
}

.giveAwayBox .card-header {
    font-size: 21px;
    line-height: 37px;
    color: #fff;
    padding: 12px 5px;
}

.giveAwayBox .card-body {
    padding: 10px 10px 30px 10px;
}

.giveAwayBox .card-body p {
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    color: #000;
    padding: 12px 5px;
    text-align: center;
}

.giveAwayBox .card-body p span {
    color: #e60012;
    font-weight: bold;
}

.giveAwayBox .card-body .line {
    width: 100%;
    height: 5px;
    border-bottom: #000 1px dashed;
    padding: 0 15px;
    margin-bottom: 12px;
}

.giveAwayBox .card-body .contentText {
    width: 100%;
    height: 130px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 5px 20px 5px;
    text-align: justify;
}

.giveAwayBox .card-body .contentButtom {
    width: 180px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    background: #f1cc76;
    padding: 10px 5px;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    cursor: pointer;
}

.giveAwayBox .card-body .contentButtom:hover {
    color: #fff;
    background: #39393b;
}

.giveAwayBox .card-body .contentText span {
    color: #00a0e9;
}

/* Position */
.positionBox {
    font-size: 16px;
 
}

.positionBox .card {
    background: transparent;
    border: 0;
}

.positionBox .card-body {
    position: relative;
    width: 100%;
    background: #fff;
    border: #e8e8e8 1px solid;
    border-radius: 8px;
    padding: 15px;
}

.positionBox .card-body img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.positionBox .card-body p {
    color: #eb4949;
    text-align: center;
    margin-bottom: 15px;
}

.positionBox .card-body p i {
    font-size: xx-small;
}

.positionBox .card-body ul {
    list-style-type: square;
    padding: 0 15px;
}

.positionBox .card-body ul li {
    font-size: 16px;
    line-height: 1.3;
    color: #36312e;
}

.positionBox .card-body .card-title {
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.positionBox .row {
    margin: 30px 0;
}

/* Advantage */
.advantageBox {
    font-size: 16px;
    background: #f1f1f1;
}

.advantageBox h4 {
    font-size: 19px;
    text-align: center;
    color: #000;
    margin: 5% 0;
    line-height: 1.2;
    font-weight: bold;
}

.advantageBox P {
    font-size: 16px;
    color: #000;
    margin-bottom: 4%;
    line-height: 30px;
    text-align: center;
}

.advantageBox .iconBox {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15%;
    margin: 8%;
    border-radius: 50%;
}

/* workplace */
.workplaceBox {
    font-size: 16px;
    background: #fff;
}

.workplaceBox .card {
    background: transparent;
    border: 0;
}

.workplaceBox .card-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: #e8e8e8 1px solid;
    border-radius: 8px;
    padding: 0;
}

.workplaceBox .card-body .card-title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 15px;
}

/* future */
.futureBox {
    font-size: 16px;
    background: #f1f1f1;
}

.futureBox .oneBox {
    display: block;
}

.futureBox .twoBox {
    display: none;
}

.futureBox .threeBox {
    display: none;
}

.futureBox img {
    margin: 0 auto;
}

/* free */
.freeBox {
    font-size: 16px;
    background: #ffff;
}

.freeBox .card {
    background: transparent;
    border: 0;
}

.freeBox .card-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.freeBox .card-body img {
    border-radius: 8px;
}

.freeBox .card-body .card-title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 15px;
}

/* Hot Courses */
.hotCoursesBox .card {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 8px 8px #ff66004d!important;
    border: none!important;
    padding: 20px;
}

.hotCoursesBox .card .card-header {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-bottom: none!important;
    height: 192px;
    border-radius: 13px;
}

.card-header_1 img {
    width: 150px;
    margin-right: 20px;
    margin-top: 10px;
    transition: .3s;
}

.card-header_1{
background-color: #ffba08;
}


.card-header_2 img {
    width: 190px;
    margin-top: 10px;
    transition: .3s;
}

.card-header_2{
background-color: #3f88c5;
}

.card-header_3 img {
    width: 150px;
    margin-top: 10px;
    transition: .3s;
}

.card-header_3{
background-color: #c7efd0;
}

.card-header_4 img {
    width: 190px;
    margin-top: 10px;
    transition: .3s;
   
}


.card-header_4{
background-color: #ff6b6b;
}


.card-header_5 img {
    width: 190px;
    margin-top: 10px;
    transition: .3s;
   
}


.card-header_5{
background-color: #7494ea;
}


.card-header_6 img {
    width: 215px;
    margin-top: 10px;
    transition: .3s;

   
}


.card-header_6{
background-color: #7ba4b2;
}


.card-header_7 img {
    width: 200px;
    margin-top: 10px;
    transition: .3s;

   
}


.card-header_7{
background-color: #37718e;
}


.card-header_8 img {
    width: 200px;
   margin-top: 10px;
   transition: .3s;

   
}


.card-header_8{
background-color: #f7e9ff;
}


.card-header_9 img {
    width: 210px;
   transition: .3s;

   
}


.card-header_9{
background-color: #d6e7ed;
}



.card-header_1 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_2 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}


.card-header_3 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}


.card-header_4 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_5 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_6 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_7 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_8 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}

.card-header_9 img:hover{
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite
}






.hotCoursesBox ul li {
    font-size: 19px;
    line-height: 1.3;
    list-style: none;
    margin-bottom: 6px;
    font-weight: bold;
    color: #1c1c32d8;
}



.hotCoursesBox .card-body {
    padding: 15px 10px;
}

.hotCoursesBox .card-body .card-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 10px 15px;
}

.hotCoursesBox .row {
    margin-bottom: 30px;
}


@keyframes slogn-scale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }


  @keyframes fade-scale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }

  @keyframes slogn-scales {
    0% {
        
       top:-10px;
    }
    50% {
        top:0px;
    }
    100% {
        top:-10px;
    }
  }

  