/* Base */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/* Base */
.contentBox {
    padding: 48px 0;
}

.pageTitle {
    color: #000;
    font-size: 36px;
    font-weight: bolder;
    line-height: 48px;
}

.pageTitle p {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}

.pageTitle h1 {
    width: 50%;
    border: #000 solid 1px;
    padding: 15px;
    margin: 0 auto;
}

.pageTitle h2 {
    width: 80%;
    border: #000 solid 1px;
    padding: 15px;
    margin: 0 auto;
}

.pageTitle h3 {
    width: 50%;
    border: #000 solid 1px;
    padding: 15px;
    margin: 0 auto;
}

/* 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 {
    background: #a90b00;
    color: #fff;
}

.btnTool1 {
    position: relative;
    width: 30%;
    height: auto;
    border-radius: 5px;
    background-color: #ffca59;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    color: #000;
}

.btnTool1 p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.btnTool1:hover {
    background: #febe36;
}

.btnTool2 {
    position: relative;
    width: 30%;
    height: auto;
    border-radius: 5px;
    background-color: #ffca59;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    color: #000;
}

.btnTool2 p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.btnTool2:hover {
    background: #febe36;
}

/* Forms */
.formCheck,
.cardCheck {
    cursor: pointer;
    min-height: 20px;
    min-width: 20px;
    margin-right: 5px;
}

.formsBox input,
.formsBox select {
    background: none !important;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
}

.formsBox input:focus,
.formsBox select:focus {
    background: none !important;
    border: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    color: #fff !important;
    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: #16759e;
}

.formsBox input::placeholder {
    color: #fff !important;
}

.form-check-label,
.form-check-label a {
    color: #fff !important;
}

.form-check-label a:hover {
    color: #fff !important;
}

.formsBox select:optional {
    padding-left: 7px !important;
}

.formsBox h3 {
    color: #fff;
    border: 1px #fff solid;
    margin-bottom: 15px;
}

.formsBox h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    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 #fff;
    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: #fff !important;
}

.checkbox a:hover {
    color: #fff !important;
}

.checkBoxDescription {
    display: inline-block;
}

.cr i:before {
    color: #fff !important
}

.checkBoxBtn,
.pageTool {
    background-color: #ffca59;
    position: relative;
    border-radius: 8px;
}

.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: #000;
    cursor: pointer;
    font-weight: bolder;
    border-radius: 0;
}

.checkBoxBtn p:hover,
.pageTool a:hover {
    background: #febe36;
    color: #000;
    font-weight: bolder;
    border-radius: 8px;
}

.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Cover */
#container,
#container-9 {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-size: cover;
    opacity: 0.9;
    top: 0;
    left: 0;
    padding-top: 150px;
}

.mainCoverBox .container {
    max-width: 1280px !important;
}

.mainCoverBox {
    background: url("../images/mainCoverBG.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.mainCoverContainer {
    height: 100%;
    position: relative;
    cursor: pointer;
}

.mainCover-mainSlogan {
    position: relative;
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}

.mainCover-mainSlogan1-1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Background Setting */
.area-2 {
    background: #f1f1f1;
    width: 100%;
    height: auto;
}

/* Give away Description */
.giveAwayBox {
    font-size: 16px;
    background: #ffca59;
}

.giveAwayBox .pageTitle h1 {
    margin-bottom: 50px;
}

.giveAwayBox .pageTitle h1 br {
    display: none;
}

.giveAwayBox .card {
    border: solid 0px transparent;
}

.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: #ffca59;
    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 {
    background: #f4f4f4;
}

.positionBox .row {
    position: relative;
    margin: 60px 0;
    text-align: center;
}

.positionBox img {
    width: 80%;
}

.positionBox p {
    position: absolute;
    width: 300px;
    height: 300px;
    font-size: 21px;
    line-height: 1.5;
    background-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 50%;
    color: #fff;
    padding: 50px;
    top: 30px;
    left: 110px;
    text-align: center;
}

/* Advantage */
.advantageBox {
    font-size: 16px;
    background: #f4f4f4;
}

.advantageBox .card {
    border-radius: .25rem;
    border: transparent 1px solid;
    padding: 15px;
    text-align: center;
}

.advantageBox .card img {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.advantageBox .card-body {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
}

/* workplace */
.workplaceBox {
    font-size: 16px;
    background: #31d5de;
}

.workplaceBox .card {
    background: transparent;
    border: transparent 1px solid;
}

.workplaceBox .card-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: .25rem;
    padding: 0;
}

.workplaceBox .card-body img {
    width: 100%;
    height: auto;
}

.workplaceBox .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: 8px;
}

.hotCoursesBox .card .card-header {
    overflow: hidden;
    padding: 0;
}

.hotCoursesBox ul {
    list-style-image: url(../images/list.png);
    margin-left: 20px;
}

.hotCoursesBox ul li {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.hotCoursesBox .card-body {
    padding: 15px 10px;
}

.hotCoursesBox .card-body .card-title {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
}

.hotCoursesBox .row {
    margin-bottom: 30px;
}