/* Base Style */
html,
body {
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    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 {
    position: relative;
    overflow: hidden;
    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;
    padding: 0 25px;
}

.mainCover .container {
    max-width: 1300px;
}

.mainCover-left {
    order: 2;
    z-index: 2;
    margin-top: 50px;
}

.mainCover-right {
    order: 1;
    left: 0;
    top: 0;
    z-index: 1;
}

.mainCover-right img {
    width: 100%;
}

/* Box 2 */
.box-2 {
    padding: 50px 0;
    position: relative;
}

.box-2 h1 {
    color: #85060d;
    font-size: 36px;
    font-weight: bolder;
    line-height: 56px;
    text-align: center;
    margin-bottom: 30px;
}

.box-2 h1 span {
    font-weight: 400;
}

.box-2 h1 i {
    font-size: 30px;
    margin-right: 5px;
}


.box-2 h1 p {
    font-weight: 400;
}

.box-2 .card {
    border: 2px solid rgba(0, 0, 0, 0.125);
}

.box-2 .card img {
    padding: 15px 0 0 15px;
}

.box-2 .card .line-top {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.125);
}

.box-2 .card .line-right {
    width: 2px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.125);
    z-index: 4;
}

.box-2 .card .card-title {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bolder;
    padding-left: 20px;
}

.box-2 .card .card-title i {
    padding-right: 5px;
}

.box-2 .card .card-text {
    line-height: 27px;
}

.box-2 .card .card-text span {
    color: #e02613;
}

.box-2 .buttom-box {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.box-2 .buttom-box .checkBoxBtn a {
    width: 200px;
    padding: 10px 30px;
    color: #fff;
    background-color: #e02613;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
}

.box-2 .buttom-box .checkBoxBtn a:hover {
    background-color: #7e0000;
}

.box-2 .buttom-box .checkBoxBtn i {
    color: #fff;
    padding-top: 20px;
    position: absolute;
    text-shadow: 0 0 0.1em #000, 0 0 0.1em #000,
        0 0 0.1em #000;
}

/* Box 3 */
.box-3 {
    position: relative;
    background-color: #042038;
    padding: 50px 0;
}

.box-3 h2 {
    width: 200px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 36px;
    padding: 5px 15px;
    margin-top: 30px;
    border: 1px solid #fff;
    text-align: center;
}

.box-3 ul li {
    list-style: decimal;
}

.box-3 ul li a {
    color: #26a8ff;
    font-weight: 700;
}

.box-3 .card {
    background-color: transparent;
}

.box-3 .card h3 {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
}

.box-3 .card h3 span {
    color: red;
    font-weight: 700;
}

.respIframe {
    margin-bottom: -6px !important;
}

/* Box 4 */
.box-4 {
    position: relative;
    background-color: #042038;
    padding: 50px 0;
}

.box-4 .container {
    max-width: 768px;
}

.box-4 h4 {
    display: block;
    overflow: hidden;
    color: #fff100;
    font-size: 24px;
    font-weight: bolder;
    line-height: 36px;
}

.box-4 h4 span {
    padding: 0 15px;
}

.box-4 .welcome {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding: 15px;
}

.box-4 .welcome p {
    color: #fff799;
    margin-top: 15px;
}

.box-4 .class-box {
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    margin: 15px;
}

.box-4 .class-box .class-left-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 250px;
    color: #1b1b1b;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    border-right: 2px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
}

.box-4 .class-box .class-left-box span {
    font-size: 30px;
    color: #ff0000;
}

.box-4 .class-box .class-left-box p {}

.box-4 .class-box .class-right-box {
    width: 100%;
    height: auto;
    border-right: 2px solid rgba(0, 0, 0, 0.125);
    padding: 15px 15px 15px 0;
}

.box-4 .class-box .class-right-box h5 {
    width: 230px;
    color: #ff0000;
    font-size: 24px;
    font-weight: bolder;
    line-height: 36px;
    padding: 5px 15px;
    margin: 15px 0;
    border: 1px solid #1b1b1b;
    text-align: center;
}

.box-4 .class-box .class-right-box ul {
    width: 100%;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
    list-style-type: decimal;
    padding-left: 15px;
}

.box-4 .class-box .class-right-box h5 i {
    margin-right: 5px;
}

.Awarded {
    width: 100%;
    height: auto;
    padding: 15px;
}

.Awarded h3 {
    color: #85060d;
    font-size: 24px;
    font-weight: bolder;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.Awarded h4 {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}