/* 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: #2e4570;
    font-size: 36px;
    font-weight: bolder;
    line-height: 48px;
}

.pageTitle h1 {
    margin-bottom: 24px;
}

.pageTitle h2 {
    margin-bottom: 24px;
    color: #2e4570;
}

.pageDescription {
    color: #666666;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 18px;
}

/* Button */
.btnTool {
    background: #FFFFFF;
    color: #666aff !important;
    cursor: pointer;
    font-size: 24px;
    font-weight: bolder;
}

.btnTool:hover {
    background: #666aff;
    color: #FFFFFF !important;
}

.hotCoursesBox .btnTool {
    background: #666aff;
    color: #FFFFFF !important;
}

/* 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: #05331e;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option:hover {
    margin: 40px;
    background: #eae43d !important;
    color: #05331e !important;
}

.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;
    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: red;
}

.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: #f8c869;
    position: relative;
}

.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: #05331e;
    color: gold;
    font-weight: bolder;
    border-radius: 0;
}

.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Cover */
.mainCoverBox .container {
    max-width: 1440px;
}

.mainCoverBox {
    background: url("../images/mainCoverBG.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 700px;
}

.mainCoverContainer {
    height: 100%;
    position: relative;
}

.mainCover-mainSlogan {
    position: absolute;
    top: 200px;
    right: 50px;
    z-index: 10;
    text-align: center;
}

.mainCoverDescription {
    background: #7f1bb8;
    font-size: 38px;
    font-weight: bolder;
    padding: 12px 25px;
    position: relative;
    top: -20px;
    z-index: 10;
}

.mainCoverContainer .description-1 {
    margin-right: 5px;

    -webkit-animation: description-1-H4 1.4s 0.5s infinite;
    animation: description-1-H4 1.4s 0.5s infinite;
}

.mainCoverContainer .description-2 {
    margin-left: 5px;

    -webkit-animation: description-2-H4 1.4s 0.5s infinite;
    animation: description-2-H4 1.4s 0.5s infinite;
}

/* Text Color Animation */
.description-1-H4 {
    animation: description-1-H4 3s infinite alternate;
    /*IE*/
    -moz-animation: description-1-H4 3s infinite alternate;
    /*FireFox*/
    -webkit-animation: description-1-H4 3s infinite alternate;
    /*Chrome, Safari*/
}

@keyframes description-1-H4 {
    from {
        color: #ffe500;
    }

    to {
        color: #00f6ff;
    }
}

@-moz-keyframes description-1-H4 {
    from {
        color: #ffe500;
    }

    to {
        color: #00f6ff;
    }
}

@-webkit-keyframes description-1-H4 {
    from {
        color: #ffe500;
    }

    to {
        color: #00f6ff;
    }
}

.description-2-H4 {
    animation: description-2-H4 3s infinite alternate;
    /*IE*/
    -moz-animation: description-2-H4 3s infinite alternate;
    /*FireFox*/
    -webkit-animation: description-2-H4 3s infinite alternate;
    /*Chrome, Safari*/
}

@keyframes description-2-H4 {
    from {
        color: #00f6ff;
    }

    to {
        color: #ffe500;
    }
}

@-moz-keyframes description-2-H4 {
    from {
        color: #00f6ff;
    }

    to {
        color: #ffe500;
    }
}

@-webkit-keyframes description-2-H4 {
    from {
        color: #00f6ff;
    }

    to {
        color: #ffe500;
    }
}

/* Background Setting */
.area-2 {
    background: #edbac1;
    width: 100%;
    height: auto;
}

/* Ticker Description */
.ticketdDescriptionBox .badge {
    /* border: 1px solid rgba(0, 0, 0, 0.4); */
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 12px;
    white-space: normal;
    line-height: 1.3;
}

.ticketdDescriptionBox .pageTitle h1 {
    margin-bottom: 12px;
}

.ticketdDescriptionBox .pageTitle h1 span {
    color: #57658b;
}

.ticketdDescriptionBox .pageTitle .badge {
    background: #f5cacf;
    color: #0d0d0d;
    font-size: 24px;
    margin-bottom: 12px;
    padding: 8px 24px;
}

.ticketdBox {
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 30px auto;
}

.ticketdBoxOne {
    float: left;
    background: url("../images/tickets01.png") no-repeat center center;
    background-size: cover;
    width: 30%;
    height: 300px;
}

.ticketdBoxTwo {
    float: left;
    background: url("../images/tickets02.png") no-repeat top center;
    background-size: cover;
    width: 70%;
    height: 300px;
    padding: 60px;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.ticketdBoxTwoText {
    width: 100%;
    margin-top: 30px;
}

.ticketdBoxTwoText01 {
    float: left;
    width: 60%;
    font-size: 18px;
}

.ticketdBoxTwoText02 {
    float: left;
    width: 40%;
    padding: 0 15px;
}

.ticketdBoxTree {
    float: left;
    background: url("../images/tickets03.png") no-repeat top center;
    background-size: cover;
    width: 70%;
    height: 300px;
    padding: 60px;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.ticketdBoxShadow {
    width: 100%;
    height: auto;
    text-align: center;
}

.ticketdBoxWidth {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.ticketdBoxNb {
    float: left;
    width: auto;
    padding: 15px;
    background-color: #b40000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ticketdBoxClass {
    float: left;
    width: 100%;
    padding: 0 15px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.ticketdBoxDiscount {
    float: left;
    width: 100%;
    padding: 0 15px;
    color: #b40000;
    font-size: 180px;
    font-weight: 700;
    font-family: "Arial Narrow";
    -webkit-text-stroke: 3px white;
}

.ticketdBoxDiscount2 {
    float: left;
    width: 100%;
    padding: 0 15px;
    color: #b40000;
    font-size: 100px;
    font-weight: 900;
    font-family: "Arial Narrow";
    -webkit-text-stroke: 3px white;
    margin-top: 15px;
}

.ticketdBoxDiscount span {
    font-size: 68px;
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
}

.ticketdBoxDiscount2 span {
    font-size: 68px;
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
}

/* Hot Courses */
.hotCoursesBox [class*="col-"]:nth-child(1) .card {
    border: 1px solid #b40000;
}

.hotCoursesBox [class*="col-"]:nth-child(1) .card-header {
    background-color: #b40000;
}

.hotCoursesBox [class*="col-"]:nth-child(2) .card {
    border: 1px solid #a4005b;
}

.hotCoursesBox [class*="col-"]:nth-child(2) .card-header {
    background-color: #a4005b;
}

.hotCoursesBox [class*="col-"]:nth-child(3) .card {
    border: 1px solid #0099cc;
}

.hotCoursesBox [class*="col-"]:nth-child(3) .card-header {
    background-color: #0099cc;
}

.hotCoursesBox [class*="col-"]:nth-child(4) .card {
    border: 1px solid #556fb5;
}

.hotCoursesBox [class*="col-"]:nth-child(4) .card-header {
    background-color: #556fb5;
}

.hotCoursesBox [class*="col-"]:nth-child(5) .card {
    border: 1px solid #2e7283;
}

.hotCoursesBox [class*="col-"]:nth-child(5) .card-header {
    background-color: #2e7283;
}

.hotCoursesBox [class*="col-"]:nth-child(6) .card {
    border: 1px solid #638c0b;
}

.hotCoursesBox [class*="col-"]:nth-child(6) .card-header {
    background-color: #638c0b;
}

.hotCoursesBox [class*="col-"]:nth-child(7) .card {
    border: 1px solid #37597c;
}

.hotCoursesBox [class*="col-"]:nth-child(7) .card-header {
    background-color: #37597c;
}

.hotCoursesBox [class*="col-"]:nth-child(8) .card {
    border: 1px solid #eb6877;
}

.hotCoursesBox [class*="col-"]:nth-child(8) .card-header {
    background-color: #eb6877;
}

.hotCoursesBox [class*="col-"]:nth-child(9) .card {
    border: 1px solid #ec6941;
}

.hotCoursesBox [class*="col-"]:nth-child(9) .card-header {
    background-color: #ec6941;
}

.hotCoursesBox .card .card-header {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    line-height: 37px;
    padding: 12px 5px;
}

.hotCoursesBox .card .card-header img {
    max-height: 38px;
    max-width: 38px;
    padding-right: 8px;
}

.hotCoursesBox ul li {
    font-size: 16px;
    line-height: 27px;
    list-style: disc;
    margin-left: 15px;
}

/* Forms Content */
.formsContentBox {
    background: #387385;
}