/* Base Style */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    background: url("../images/body-BG.jpg") repeat;
    position: relative;
    overflow-y: hidden;
}

/* Content Style */
div.loadingdiv {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8888;
    top: 100px;
    left: 50%;
    display: block;
}

#ALL {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mainCover {
    /* background: url("../images/mainCoverBG.jpg") no-repeat top center; */
    background-color: rgba(255, 255, 255, 1.0);
    background-size: cover;
    margin-top: -3px;
    object-fit: cover;
    overflow: hidden;
    position: relative;


}

.mainCover img{
    width: 100%;
}

.mainCover .container {
    max-width: 1280px;
}

.mainCover-left {
    order: 2;
    z-index: 2;
}

.mainCover-right {
    order: 1;
    left: 0;
    top: 35px;
    z-index: 1;
}

.mainCover-bottom {
    position: absolute;
    background: url("../images/BG02.jpg") repeat;
    background-position: top center;
    width: 100%;
    height: 32px;
    left: 0;
    bottom: 0;
}

.mainCover-good {
    text-align: right;
}

.mainCover-good img {
    padding-right: 90px;
}

.mainCover-infoBox {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(223, 69, 9, .5);
    padding: 8px;
}

.mainCover-infoBox-1 {
    border-bottom: 1px solid #df4509;
}

.mainCover-infoBox-1 h3 {
    font-size: 32px;
    background-color: #df4509;
    color: #FFF;
    text-align: center;
}

.mainCover-infoBox-1 h3:hover {
    background-color: #5d2109;
}

.mainCover-infoBox-1 h4 {
    color: #df4509;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;

    animation: GOT3 0.5s infinite alternate;
    -webkit-animation: GOT3 0.6s infinite alternate;
    -moz-animation: GOT3 0.6s infinite alternate;
    -ms-animation: GOT3 0.6s infinite alternate;
    -o-animation: GOT3 0.6s infinite alternate;
    text-shadow: 1px 1px 2px #FFFFFF;
    -webkit-text-shadow: 1px 1px 2px #FFFFFF;
    -moz-text-shadow: 1px 1px 2px #FFFFFF;
    -ms-text-shadow: 1px 1px 2px #FFFFFF;
    -o-text-shadow: 1px 1px 2px #FFFFFF;
}

.mainCover-infoBox-2 {
    border-bottom: 1px solid #5d2109;
    margin: 0;
}

.mainCover-infoBox-2 h3 {
    background: #5d2109;
    color: rgba(255, 255, 255, 1.0);
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}

.mainCover-infoBox-2 h4 {
    color: #5d2109;
    ;
    font-size: 21px;
    line-height: 32px;
    text-align: left;
}

.netForm {
    background: rgba(57, 28, 13, 1.00);
    background: url("../images/BG02.jpg") repeat;
    padding: 35px 0;
    position: relative;
    z-index: 1;
}

/* .netFormMask {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
} */

.netForm h4 {
    color: #FFF;
    font-size: 38px;
    top: 25px;

    text-shadow: 2px 2px 2px #000000;
    -webkit-text-shadow: 2px 2px 3px #000000;
    -moz-text-shadow: 2px 2px 3px #000000;
    -ms-text-shadow: 2px 2px 3px #000000;
    -o-text-shadow: 2px 2px 3px #000000;
}

.netForm h4 span {
    color: #FF0;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    padding-right: 3px;

    animation: GOH2 0.5s infinite alternate;
    -webkit-animation: GOH2 0.6s infinite alternate;
    -moz-animation: GOH2 0.6s infinite alternate;
    -ms-animation: GOH2 0.6s infinite alternate;
    -o-animation: GOH2 0.6s infinite alternate;

}


.girl {
    position: absolute;
    bottom: 20%;
    right: 49%;
    padding-top: 0%;
    padding-right: 0%;
    z-index: 3;
}

.girl img{
    width: 38vw;

}

/* 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 #FFFFFF;
    border-radius: 0 0;
    color: #FFFFFF;
    height: 48px;
    line-height: 48px;
}

.formsBox .form-control:focus {
    color: rgba(255, 255, 255, 1.0) !important;
    border-color: inherit;
    box-shadow: none;
}

.formsBox select:focus {
    background: none !important;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    box-shadow: none;
    color: rgba(75, 15, 0, 1.0) !important;
    outline: none;
}

.formsBox select option {
    color: rgba(75, 15, 0, 1.0) !important;
}

.formsBox input::placeholder {
    color: #FFFFFF !important;
}

.form-check-label,
.form-check-label a {
    color: #FFFFFF !important;
}

.form-check-label a:hover {
    color: rgba(6, 53, 201, 0.687) !important;
}

.formsBox select:optional {
    padding-left: 7px !important;
}

/*Check box*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: #FFFFFF;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #FFFFFF;
    border-radius: .25em;
    width: 1.7em;
    height: 1.7em;
    float: left;
    margin-right: .5em;
    color: red;
}

.radio .cr {
    border-radius: 75%;
    border-color: #FFFFFF;
}

.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: #FFFFFF !important;
}

.checkbox a:hover {
    color: rgba(255, 255, 255, 0.687) !important;
}

.checkBoxDescription {
    display: inline-block;
}

.cr i:before {
    color: #FFFFFF !important
}

.checkBoxBtn,
.pageTool {
    background-color: #fff100;
    position: relative;
}

.checkBoxBtn i {
    color: #fff;
    padding-top: 20px;
    position: absolute;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.checkBoxBtn p,
.pageTool a {
    color: #1b1b1b;
    cursor: pointer;
    font-weight: bolder;
}

.checkBoxBtn p:hover,
.pageTool a:hover {
    background: rgba(108, 23, 156, 1);
    color: gold;
    font-weight: bolder;
}

.textBreak {
    display: inline-block;
    line-height: 48px;
    padding-left: 15px;
}

/* Box 3 */
.box-3 {
    padding: 35px 0;
    position: relative;
}

.box-3 h1 {
    color: #0d0d0d;
    font-size: 36px;
    font-weight: bolder;
    line-height: 56px;
    text-align: center;
}

.box-3 h1 p {
    font-weight: 400;
    margin-bottom: 30px;
}

.box-3 .card .card-title {
    color: #5d2109;
    font-size: 19px;
    font-weight: bolder;
    text-align: center;
}

.box-3 .card .card-text {
    line-height: 27px;
}

/* Box 4 */
.box-4 {
    position: relative;
    padding-bottom: 10px;
}

.box-4 h2 {
    color: #0d0d0d;
    font-size: 36px;
    font-weight: bolder;
    line-height: 56px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-4 h2 p {
    font-weight: 400;
    margin-top: 15px;
}

.box-4 ul li {
    line-height: 24px;
    /* list-style: inside; */
}

.card-body ul {
    list-style: disc;
    margin-left: 20px;
}

.box-4 .coursesStar i {
    color: #ffcc00;
    font-size: 18px;
    padding: 0 3px;
}

.box-4 .card {
    border: 1px dotted #df4509;
}

.box-4 .card:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.box-4 .card h3 {
    border-bottom: 1px dotted #999999;
    font-size: 27px;
    font-weight: bolder;
    line-height: 38px;
    text-align: center;
    color: #5d2109;
}

.boxMask {
    background-color: rgba(255, 255, 255, 0.65);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Go To Top Button */
#GOTOP {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, .8);
    color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 555;
}

#GOTOP img {
    width: 50px;
    height: 50px;
    position: absolute;
}

.respIframe {
    margin-bottom: -6px !important;
}


/* Box 5 */
.box-5 {
    background: rgba(57, 28, 13, 1.00);
    background: url("../images/BG02.jpg") repeat;
    padding: 35px 0;
    position: relative;
}

.box-5 .card {
    background-color: transparent;
    text-align: center;
}

.box-5 .card img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
}

.box-5 .card .card-text a {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.box-5 .card .card-text a:hover {
    color: yellow;
}