/* Base */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


#GOTOP {
    background-image: url(../images/gotop.png);
    right: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
}


.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 h2 {
    margin-bottom: 24px;
}

.pageTitle h3 {
    /* margin-bottom: 30px; */
}


.pageTitle_1 h3{
  color: #3f59a3;
  font-size: 30px;
    

}







/* 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: black;
    background-color: #fff;
    height: 53px;
    line-height: 53px;
    border-radius: 14px;
    padding: .375rem 1.75rem;
    font-weight: bold;
    font-size: 18px;
    border: solid 1px #414bce;
}

.mbb_1{
    margin-bottom: 20px;
}

.formsBox input:focus,
.formsBox select:focus {
    border: none;
    box-shadow: none;
    color: black !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 */


.formsBox input::placeholder {
    color: black !important;
}

.form-check-label,
.form-check-label a {
    color: #fff !important;
}

.form-check-label a:hover {
    color: #fff !important;
}




/*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 white;
    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: white !important;
}

.checkbox a:hover {
    color: white !important;
}

.checkBoxDescription {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 20px;

}




.cr i:before {
    color: #ffffff !important
}

.checkBoxBtn,
.pageTool {

   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 {
    cursor: pointer;
    font-weight: bolder;
    border-radius: 50px;
    font-size: 23px;
    background-color: #00d0f5;
    color: white;
    position: relative;
    z-index: 0;
    transition: .3s;

}



.checkBoxBtn p:hover{
    box-shadow: 3px 3px 0px #0c0c0c;
    top: -2px;
}


.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Cover */
.mainCoverBox_1 .container {
    max-width: 1280px !important;
}

.mainCoverBox_1 {

    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    /* padding-top: 70px; */

}

.part5{
    padding: 0!important;
}

.mainCoverBox_2 .container {
    max-width: 1280px !important;
}

.mainCoverBox_2 {
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;

}



.mainCoverContainer_1 {
width: 100%;
position: relative;

  
 
}

.mainCoverContainer_1 img {
    width: 100%;
    position: relative;
      
     
    }

    .box{
        display: flex;
        width: 50%;
        height: 10%;
        justify-content: space-between;
        position: absolute;
        top: 30%;
        left: 7%;
    }

    .one{
        width: 17%;
        position: relative;
        top: 44%;
        left: 1%;
    }

    


    .one img{
        width: 100%;
        animation: bounce_1 3.5s ease-in-out 2s infinite 
    }


    .two{
        width: 17%;
        position: relative;
        top: 124%;
        left: 0%;

   
            }
        
        
            .two img{
             width: 100%;   
             animation: bounce_1 3s ease-in-out 2s infinite 
            }



.cloud-wh{
width: 100%;
height: 100%;
margin-top: -95px;
animation: fade-scale 12s ease infinite;


}

.cloud-wh img{
    width: 110%;
    position: relative;
    top: 3px;
    
   
}

.part1-two{
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;



}


.part1-two p::after{
    content: '';
    position: absolute;
      bottom: -10%;
    left: -2px;
    width: 101%;
  height: 13px;
    background-color: #fff;
    border: 2px solid #000;

}


.part1-two p{
    background-color: #5b3cf1;
    color: white; 
    display: inline-block;
    font-size: 35px;
    padding: 15px 30px;
    font-weight: bolder;
    border: solid 2px #000;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.part2-two p::after{
    content: '';
    position: absolute;
      bottom: -20%;
    left: -2px;
    width: 101%;
  height: 13px;
    background-color: #ccd5d4;
    border: 2px solid #000;

}

.formsBox_1{
    margin-top: 100px;
}

.part2{
    padding-bottom: 0!important;
}


.part2-two p{
    background: linear-gradient(to bottom, #60f991 0%, #18e3c6 100%);
    color: #000; 
    display: inline-block;
    font-size: 35px;
    padding: 15px 30px;
    font-weight: bolder;
    border: solid 2px #000;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    text-align: center;
    
}

.part2-two span{
    display: inline;
}

.part2-two {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.part1-two_container {
    position: relative;
    z-index: 1;
padding: 20px;
width: 90%;
margin: -30px auto 0px auto;
background-color: #5b3cf1;
border: solid 2px #000;
border-radius: 20px;
padding: 30px 30px;



}


.part2-two_container {
    position: relative;
    z-index: 1;
padding: 20px;
width: 90%;
margin: -30px auto 0px auto;
background-color: #01d69c;
border: solid 2px #000;
border-radius: 20px;
padding: 30px 30px;



}

.part1-two_box_1{
    width: 25%;
    margin: 15px;
}

.part1-two_box img{
    width: 100%;
   position: relative;
   border-radius: 25px;
   transition: .3s;
   top: 0;

}

.part1-two_box img:hover{
    box-shadow: 3px 3px 5px #000;
    top: -3px;

}

.part1-two_box_1 p{
    font-size: 35px;
    color: #ffbf00;
    font-weight: bolder;
    letter-spacing: 2px;
    position: relative;
    background: transparent;
    z-index: 2;
    text-align: center;
    margin-top: 15px;
background-color: #fffc3e63;
padding: 10px;


}



.part1-two_box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
}

.part2-two_box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;   
}


.part1-two_box_1 p::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 5px #000000;

 

}



.part2-two_box_2 h1{
    font-size: 28px;
    color: #000;
    font-weight: bolder;
    letter-spacing: 2px;
    position: relative;
    background: transparent;
    z-index: 0;
    text-align: center;
    margin-top: -45px;
    background: white;
    border-radius: 50px;
    border: solid 2px #000;
    padding: 10px;



}

.part2-two_box_2 {
    transition: .3s;
    width: 25%;
}

.part2-two_box img {
    width: 100%;
}

.part2-two_box_2 p{
    font-size: 23px;
    color: #000;
    font-weight: bolder;
     text-align: center;
     margin-top: 15px;

}

.part2-two_box  {
    width: 100%;
    position: relative;
    border-radius: 25px;
    transition: .3s;
    top: 0;
}

.part1-two_box_2 {
    width: 25%;
    margin: 15px;

}



.part2-two_box_2:hover{
transform: scale(1.1);
filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.2));
}



.mainCover-mainSlogan_1 {
    text-align: center;
    width: 60%;
    padding-bottom: 70px;
    
}

.mainCover-mainSlogan_1 img{
    width: 100%;
   
}



.mainCover-mainSlogan_2 {
    width: 40%;
    position: relative;
    top: 0;
   
}

.animate__animated_3{
margin-top:100px ;
}

.mainCover-mainSlogan_2 img{
    width: 100%;
    animation: slogn-scales 1.6s ease infinite;
}



.part1{
    background: url("../images/white-bg.webp") no-repeat center center;
    /* padding-bottom: 100px; */
    background-size: cover;
}

.part1-one{
    display: flex;
    justify-content: center;
    align-items: center;
}

.part1-one p{
    margin: 40px 40px;
    display: inline-block;
    color: #5b47f8;
    font-weight: 900;
    font-size: 40px;
    padding: 13px 60px;
    background: linear-gradient(to bottom, #60f991 0%, #18e3c6 100%);
    text-align: center;
    border-radius: 60px;
    border: solid 3px white;
    box-shadow: 5px 5px 0 #ff70b5;
}

.cloud_white{
    width: 84%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    animation: fade-scale 12s ease infinite;
    padding-bottom:20px ;
}

.cloud_white img{
    width: 100%;
}

.cloud_white_1{
    width: 100%;
    animation: fade-scale 12s ease infinite;
   margin-top: -90px;
}


.cloud_white_1 img{
    width: 100%;
    transform: scale(0.9);
}

.cloud_white_2{
    width: 100%;
    position: absolute;
    bottom: -30%;
    left: -10%;
    animation: fade-scale 12s ease infinite;
    padding-bottom:20px ;
}


.cloud_white_2 img{
    width: 100%;
    transform: scale(0.9);
}



.part1-btn{
    display: flex;
    justify-content: center;
    align-items: center;


}

.part1-btn a{
    color: #000;
    background-color: white;
    padding: 12px 20px;
    width: 60%;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: bolder;
    border: solid 2px #000;
    text-align: center;
    position: relative;
    top: 0;
    transition: .3s;


}

.part1-btn a:hover{
    box-shadow: 3px 3px 0px #0c0c0c;
    top: -2px;
    
}

.figer{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -27px;
    right: 30px;
    animation: bounce_1 3s ease-in-out 2s infinite;
}

.figer img{
    width: 100%;
}




.cloud_colorful{
    width: 24%;
    position: absolute;
    bottom: 0%;
    right: -6%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}


.cloud_colorful img{
    width: 100%;
}


.cloud_colorful_2{
    width: 24%;
    position: absolute;
    bottom: -34%;
    right: -6%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}


.cloud_colorful_2 img{
    width: 100%;
}

.color_box{
    background-color: #162834;

    border-radius: 20px;
position: relative;
    width: 100%;
    margin: 0 auto;

  
}

.color_box::before{
    content: '';
    background: url("../images/dot.svg") no-repeat center center;
width: 100%;
height:100%;
    background-size: cover;
    top: 0;
    left: 0;
    border-radius: 20px;
    position: absolute;
}


.gifts img{
    padding: 20px 0 0 0;
}


.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 black;
    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: black;
    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;
}




.form-part{
    display: flex;
    justify-content: space-between;
}



.part2{
    background: url("../images/services-bg.webp") no-repeat top center;
    /* padding-bottom: 100px; */
    background-size: cover;
    padding-top: 60px;
}


.part2 h1{
color: #00d0f5;
font-size: 35px;
text-align: center;
/* border: solid 1px #00d0f5 ; */
padding: 10px;
letter-spacing: 2px;
display: inline-block;
margin-bottom: 30px;
line-height: 1.2;
}


.part2 p{
color: white;
font-size: 20px;
text-align: justify;
letter-spacing: 2px;
line-height: 1.5;
margin-bottom: 5px;
}

.part_2_box{
    padding: 20px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
   
}

.part_2_box_white{
 padding: 50px;
 border-radius: 15px;
 margin-bottom: 60px;


}

.part_2_box_2_img{
    margin-top: 50px;
   width: 100%; 
   box-shadow: 0px 0px 10px #4f4f4faa;
   border-radius: 20px 20px 0 0;
}

.part_2_box_2_img img{
    width: 100%; 
    border-radius: 20px 20px 0 0;
 }




 .part_2_box_2_p{
    background-color: #a6b9dd;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 10px #4f4f4faa;
  
 }


 .part_2_box_2_p ul{
    padding: 0!important;
 }



 .part_2_box_2_p li{
 display: flex;

 }

.part_2_box_2_p p{
 font-size: 20px;
 color: #3e3a39;
 letter-spacing: 2px;
 line-height: 1.2;
 font-weight: bolder;
 margin-bottom: 10px;

}

.part_2_box_2_p p + p{
    margin-right: 8px;
}



.part_2_box_white h4{
    color: white;
    font-size: 23px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
}

.part_2_box_white h1{
    font-size: 28px;
    padding: 10px 40px;
    color:#003b9d ;
    background-color: #fff;
    margin-bottom: 25px;
    text-align: center;
    border: solid 1px #003b9d ;

}

.part_2_box_white h2{
    font-size: 20px; 
    color: white;
    text-align: justify;
    line-height: 1.5;
}


.part_2_box_2_p h3{
    display: inline-block;
    
    margin-bottom: 15px;
font-size: 25px;
border-radius: 25px;
padding: 10px 20px;
letter-spacing: 2px;
color: white;
text-shadow: 3px 3px 3px #39393b;
background: linear-gradient(to right, #3f59a3 0%, #75f4eb 100%);;
}

.part_2_box_max{
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.blue_white_box {
    text-align: center;
}

.part_2_box_width{
    width: 48%;

}

.part_2_box_width_1{
    width: 48%;
    border: solid 3px #a6b9dd;
    border-radius: 24px;
    box-shadow: 0px 0px 10px #4f4f4faa;
    


}

.part_2_box_max_1{
    margin-top: 50px;
}



.part_2_box_width_1_word{
    background-color: #6aa4df;
    padding: 15px;
    border-radius: 20px 20px 0 0;    
}



.part_2_box_width_1_img{
    padding: 20px;
    background-color: #a6b9dd;
    border-radius: 0 0 20px 20px;
}

.part_2_box_width_1 img{
  width: 100%;  
  padding: 20px;
}

.part_2_box_width_1_word p{
    text-align: center;
    font-size: 26px;
}

.part_2_box_width_1_word p + p{
    font-size: 20px;
    letter-spacing: 0px;
}


.pageTitle_3_p{
margin-top: 50px;
}

.pageTitle_3_p  h1{
color: black;
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 ;
}

.h1_word {
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 9.8%;
    padding-left: 11.5%;
}


.h1_word img{
    width: 75%;
}

.title_index img{
    width: 80%;
}


.part_1_box{
    display: flex;
    justify-content: center;
    padding: 140px 20px 200px 20px;
    align-items: center;
    justify-content: space-between;


}

.part_1_img{
    width: 38%;
    box-shadow: -12px 12px 0px #aaaa;
}

.part_1_img img{
    width: 100%;
}

.part_1_word{
    width: 60%;
    padding-left: 40px;
    padding-top: 20px;
}

.part_1_word h1 {
color: #3f59a3;
font-size: 28px;
letter-spacing: 2px;
font-weight: bold;
line-height: 1.2;
}

.part_1_word span{
    color: #00d0f5;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}

.part_1_word p{
    color: #3e3a39;
    text-align: justify;
    padding-top: 15px;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 20px;
}
.frame_1{
    display:flex ;
    margin-top: 20px;
    align-items: center;
    justify-content:center ;
    margin-bottom: 30px;
}

.frame_1 h1{
    background-color: #75f4eb;
    color: #3f59a3;
    letter-spacing: 2px;
    border-radius: 50px;
    font-size: 29px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 42px;
    
    
}

.frame_1 p{
font-size: 25px;
color: #3e3a39;
padding: 0px 60px;
border-radius: 50px;
border:solid 2px #75f4eb ;
background-color: white;
margin-bottom: 10px;


}

@keyframes text_ani{

    0%, 25% {
        -webkit-transform: scale(1);
        transform: scale(1);
     
       
    }
    12.5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {

      
    }
    100% {
     
    }

}
/* 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;
}

/* 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 black4d!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;
}

.animate__animated{
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.animate__animated_2{
    margin-top: 50px;  
}


.h1_word_box img{
    width: 50vw;
}

.form-row_box{
    display: flex;
    justify-content: center;
}

.form-row{
    width: 50%;
    padding: 10px;
}

.form-row_1{
    width: 98%!important;
}

.form-control{
    height: 50px!important;
    border-radius: 15px;
}

.part3{
    padding-bottom: 60px;
    position: relative;
    padding-top: 60px;
}

.AI-robot {
    margin-right: -140px;
    margin-left: auto;
    width: 260px;
    margin-top: -150px;
}


.AI-robot  img{
width: 100%;
animation: move 5s infinite  
}



.shape-fixed {
    position: absolute;
    right: 50px;
    top: 120px;
}

.shape-fixed img {
    animation: rotate 10s infinite linear;
}


.shape-fixed_1 {
    position: absolute;
    left: 50px;
    bottom: 120px;
}

.shape-fixed_1 img {
   width: 40%;
}

.top {
    width: 100%;
}

.top img {
    width: 100%;
}

.bottom{
    width: 100%;  
    position: relative;
    top: -7px;
}

.bottom img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold!important;
}

.part_2_box_width_1_word span{
    display: block;
}


.form-control {
    height: 50px !important;
    border-radius: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.checkBoxDescription a{
    color: white !important;
    text-decoration: underline; 
}


@keyframes bounce_1 {  
    0% { transform: translateY(0px);               }    
    50% { transform: translateY(-10px);                  }     
    100% { transform: translateY(0px);} 
    } 


@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;
    }
  }

  @keyframes move {
    0% {
        transform: translate3d(0, 0%, 0);
    }
    25% {
        transform: translate3d(0, 5%, 0);
    }
    75% {
        transform: translate3d(0, -5%, 0);
    }
    100% {
        transform: translate3d(0, 0%, 0);
    }
  }


  @keyframes rotate {
  0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}

  }

  @media screen and (min-width: 1200px){
  .part_2_box_2_p_hight{
    height: 338px;
}

  }

  @media screen and (min-width: 1000px) and (max-width: 1199px){
    .part_2_box_2_p_hight{
        height:410px;
    }
  }
  
  @media screen and (min-width: 767px) and (max-width: 999px){

    .shape-fixed {
        position: absolute;
        right: -170px;
        top: -110px;
    }

    .form-row {
        padding: 5px;
    }

    .gifts img {
     padding: 0;
    }
    .color_box {
        padding: 15px;
    }

    .part_2_box_width_1 + .part_2_box_width_1{
        margin-top: 50px;
        }
    .part_2_box_max_1 {
        margin-top: 50px;
    }

    .part_2_box_max {
        display: flex;
        flex-direction: column;}

        .part_2_box_2_p_hight {
            height: auto;
        }

        .part_2_box_width {
            width: 100%;
        }

        
        .part_2_box_width_1 {
            width: 100%;
        }



    .part_2_box_white {
        padding: 30px;
    }

    .part_1_box {
        padding: 140px 20px 0px 20px;
        flex-direction: column;
    }

    .part_1_img {
        width: 100%;
    }

    .part_1_word {
        width: 100%;
        margin-top: 40px;
        padding-left: 00px;
        padding-top: 20px;
    }

 
    .part2 {
        /* margin-top: -100px; */
        padding-top: 100px;
    }

    .gifts{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .part2-two_container {
        padding: 50px 30px 50px 30px;

    }

    .mbb{
        margin-bottom: 60px;
        margin-top: 100px;
    }
    

    .part1{
     padding-bottom: 160px;
 
    }


    .pageTitle_1 h3 {
        font-size: 30px;
    }

 .part1-one p {
        font-size: 30px;
    }

    .part1-one span{
        display: block;
    }

 
    .cloud_white_1 {
        width: 100%;
        animation: fade-scale 12s ease infinite;
        margin-top: -20px;
    }

    .cloud_white_1 img {
        width: 100%;
        transform: scale(2.1);
    }


    .part2-two span{
        display: block;
        margin-top: 8px;
    }

    .part2-two p::after {
        bottom: -10%;
    }

  }

  @media screen and (max-width: 767px) {

    .bottom {
        width: 110%;
        position: relative;
        top: -7px;
        left: -14px;
    }

    
    .top {
    width: 100%;
    position: relative;
    top: 6px;
}

    .part2 h1{
        font-size: 30px;
    }

    .part_2_box_white h1{
        font-size: 28px;
    }

 

    .shape-fixed {
        position: absolute;
        right: -170px;
        top: -110px;
    }

    .AI-robot {
        margin-right: -90px;
        width: 210px;
        margin-top: -150px;
    }

    .frame_1 p {
        font-size: 25px;
        color: #3e3a39;
        padding: 20px 60px;
        position: relative;
        top: -22px;
        border-radius: 50px;
        border: solid 2px #75f4eb;
    }

    .pageTitle h1{
        position: static;
    }

    .frame_1{
        flex-direction: column;
        margin-bottom: 10px;
    }

    .gifts img {
        padding: 0px 0 0 0;
    }

    .part_2_box_max_1 {
        margin-top: 30px;
    }

    .part_2_box_width_1_word p {
        font-size: 23px;
    }

    .part_2_box_2_p h3 {
        font-size: 22px;
    }

    .part_2_box_width_1 + .part_2_box_width_1{
        margin-top: 30px;
        }

    .part_2_box_max {
        display: flex;
        flex-direction: column;}

        .part_2_box_2_p_hight {
            height: auto;
        }

        .part_2_box_width {
            width: 100%;
        }

        .part_2_box_width_1 {
            width: 100%;
        }


    .part_2_box_2_img {
        margin-top: 30px;
        height: 220px;
        overflow: hidden;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .part_2_box_2_img img {
        width: 170%;
        position: relative;
        left: -190px;
        border-radius: 20px 20px 0 0;
    }

    .blue_white_box span{
        display: block;
        letter-spacing: 3px;
        line-height: 1.2;
    }


    .part_2_box_white{
        padding: 20px;
    }


    .part_2_box span{
        display: block;
    }

    .part_2_box {
        line-height: 1.2;
    
    }


    .part2 {
    
   
    }
    .h1_word_box img{
        width: 100vw;
    }
    
    .h1_word {
        position: absolute;
        top: 0px;
        left: 0;
        padding-top: 40.8%;
        padding-left: 0;
    }
    

    .part_1_box {
        display: flex;
        justify-content: center;
        padding: 60px 20px;
    }

    .part_1_word {
        margin-top: 15px;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
    }

    .part_1_box {
        flex-direction: column;}


    .animate__animated_3{
        margin-top: 80px;
    }

    .animate__animated_2 {
        margin-top: 0px;
    }


    .part_1_img {
        width: 100%;
        margin-bottom: 40px;
    }

    .title_index {
        padding-top: 46.5%;
        padding-left: 16%;
    }

    .checkBoxDescription{
       line-height: 1.2; 
    }

    .gifts{
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .color_box {
        padding: 25px 10px;
    }

    .part2-two_container {
        padding: 50px 30px 20px 30px;

    }

    .mbb{
        margin-bottom: 60px;
        margin-top: 100px;
    }
    




    .pageTitle_1 h3 {
        margin: 40px 0 30px 0;
        font-size: 28px!important;

    }

    .pageTitle_3 span{
        display: block;
    }


    .part2-two_box_2 {
        width: 80%;
        margin-bottom: 30px;
   
    }


    .part2-two_box {
        flex-direction: column;
        padding: 0;
    }

    .cloud_white_1 {
        width: 100%;
        animation: fade-scale 12s ease infinite;
        margin-top: -70px;
    }

    .cloud_white_1 img {
        width: 100%;
        transform: scale(4.1);
    }
    .cloud_white_1 {
    width: 100%;
    animation: fade-scale 12s ease infinite;
    margin-top: -70px;
}


    .figer {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: -24px;
        right: -10px;
    }
    .part1-btn a {
        color: #000;
        background-color: white;
        padding: 12px 20px;
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .part1-two_box_1 {
        width: 80%;
        margin: 15px;
    }


    .part1-two_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


  .cloud_white {
    width: 126%;
    position: absolute;
    bottom: -2%;
    left: -30%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}


.cloud_white_2 {
    width: 186%;
    position: absolute;
    bottom: -6%;
    left: -90%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}



.cloud_colorful {
    width: 40%;
    position: absolute;
    bottom: -3%;
    right: -20%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}

.cloud_colorful_2 {
    width: 48%;
    position: absolute;
    bottom: -5%;
    right: -20%;
    animation: fade-scale 12s ease infinite;
    padding-bottom: 20px;
}


.one {
    width: 49%;
    position: relative;
    top: 110%;
    left: 37%;
}

.two {
    width: 47%;
    position: relative;
    top: 110%;
    left: 37%;
}


.part1-one p {
    margin: 40px 0 30px 0;
    font-size: 30px;
    width: 100%;
    font-weight: bolder;
    padding: 13px 10px;
}

.part1-one span{
display: block;
margin-top: 10px;
}



.part1-two p{
    font-size: 25px; 
    padding: 15px 20px;
}

.part1-two span{
   display: block; 
   text-align: center;
   line-height: 1.5;
}

.part1-two_box_1 p{
    font-size: 30px;
}

.part1-two_container {
    width: 90%;
    
}

.part2-two_box_2 h1 {
    font-size: 30px;
}



.part2-two p{
    font-size: 25px; 
    padding: 15px 20px;
}

.part2-two span{
    display: block;
    margin-top: 8px;
}

.part2-two p::after {
    bottom: -10%;
}

.part2-two {
    margin-top: 140px;
}



  }