html {
    scroll-padding-top: 4.5rem;
}

@font-face {
    font-family: 'TaipeiSansTCBeta-Bold';
    src: url('../fonts/TaipeiSansTCBeta-Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'TaipeiSansTCBeta-Regular';
    src: url('../fonts/TaipeiSansTCBeta-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'TaipeiSansTCBeta-Light';
    src: url('../fonts/TaipeiSansTCBeta-Light.ttf') format("truetype");
}

body {
    position: relative;
    font-family: "Helvetica Neue", "微軟正黑體", Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    text-decoration: none;
    color: inherit;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.page-section {
    padding: 3rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2rem;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
}

.footer_contact h2.section-heading,
.footer_contact .section-heading.h2 {
    font-size: 2rem;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
    font-family: "Helvetica Neue", "微軟正黑體", Arial, sans-serif;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Times New Roman', sans-serif;
    color: #D9D9D9;
    line-height: 0.8;
}

.footer_contact h3.section-subheading,
.footer_contact .section-subheading.h3 {
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Times New Roman', sans-serif;
    color: #777;
    line-height: 0.8;
}

@media (min-width: 48em) {
    section {
        padding: 9rem 0;
    }
}

#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    color: #1F293D;
    z-index: 17024;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #1F293D;
    border-color: #1F293D;
}

#mainNav .navbar-brand {
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#mainNav .navbar-brand img {
    height: 1.75rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #1F293D;
    font-weight: 700;
    letter-spacing: 0.0625em;
    background-color: #FFF;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
    }
}

#mainNav .navbar-nav .nav-item .nav-link .entxt {
    font-size: 0.6rem;
    line-height: 0.6rem;
    min-width: 9rem;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #1F293D;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: #87C7EF;
}

@media (min-width: 62em) {
    #mainNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border: none;
        background-color: #fff;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 2.25rem;
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #fff;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.75rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

header.masthead {
    padding-top: 6rem;
    padding-bottom: 10.125rem;
    text-align: center;
    color: #fff;
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
}

.footer_fair {
    background-image: url("../img/header-opa.png");
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 48em) {
    header.masthead {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 140rem) {
    header.masthead {
        padding-top: 24rem;
        padding-bottom: 12rem;
    }
}

header.masthead .masthead-subheading {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
    text-align: left !important;
    margin: 1rem 2rem 0rem 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625em solid #eee;
}

header.masthead .masthead-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
    color: #1F293D;
    margin: 1rem 0;
    padding: 1rem;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

header.masthead .text-uppercase {
    text-decoration: none;
    background-color: #fff;
    color: #1F293D;
    display: block;
    padding: 1rem;
    margin-top: 1rem;
    max-width: 9rem;
}

#exam .exam-item .text-uppercase {
    text-decoration: none;
    background-color: #fff;
    color: #1F293D;
    display: block;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: bold;
}

#exam .exam-item .text-uppercase.course-open {
    background-color: #f4b941;
}

header.masthead .text-uppercase:hover,
#exam .exam-item .text-uppercase:hover {
    background-color: #1F293D;
    color: #fff;
}

#exam .exam-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
}

#exam .exam-item .exam-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #F9F8F4;
    font-size: 1.2rem;
}

#exam .exam-item .pexam-caption .pexam-caption-heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.img-brand {
    height: 2.75rem;
}

.footer {
    text-align: center;
    font-size: 0.9rem;
    background-color: #1F293D;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #87C7EF;
}

.header-bg {
    padding: 1rem;
}

@media (max-width: 48rem) {
    header.masthead .masthead-subheading {
        font-size: 1.5rem;
        line-height: 2em;
    }

    header.masthead .masthead-heading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.tag-blue {
    background-color: #1f293d;
    position: absolute;
    /*top: 4.4em;*/
    top: 1em;
    z-index: 1020;
    text-align: left;
    /*text-indent: -0.5rem;*/
    text-indent: 1rem;
    width: 8em;
    height: 2em;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2.1em;
    font-family: '微軟正黑體', sans-serif;
}

.posright {
    position: relative;
    left: 66%;
    margin-top: -2rem;
}

.footer_contact {
    position: relative;
    z-index: 5;
    color: #fff;
    background-color: #1C293F;
    padding: 3rem 0 1rem;
}

.colorblue {
    color: #1C293F;
    font-size: 1rem;
}

.colorwhite {
    color: #fff;
    font-size: 1rem;
}

.footer_contactbox {
    display: flex;
    justify-content: space-between;
}

.footer_contact h2 {
    color: #fff;
    margin-bottom: 2rem;
    font-family: 'Times New Roman', sans-serif;
    font-size: 3rem;
}

.footer_contact .sub_title {
    font-size: 1rem;
    font-family: "Helvetica Neue", "微軟正黑體", Arial, sans-serif;
}

.footer_contact .sub_title::before {
    background-color: #fff;
}

.read_footer_contact {
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.icon_footer_contact img {
    min-width: 2rem;
}

.footer_company {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.r_footer_contact {
    width: 50%;
}

.l_footer_contact {
    width: 36%;
}

.l_footer_contact .footer_company {
    float: left;
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 2.875rem;
    background-color: #F85757;
    color: #fff;
    line-height: 2rem;
}

.examinfo .footer_company {
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 2.875rem;
    background-color: #1C293F;
    color: #fff;
    line-height: 2rem;
    text-align: center;
}

.examinfo .footer_company.gray {
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 2.875rem;
    background-color: #666;
    color: #fff;
    line-height: 2rem;
}

.examinfo .footer_company.blue {
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid #1C293F;
    border-radius: 2.875rem;
    background-color: #87C7EF;
    color: #1C293F;
    line-height: 2rem;
}

@media screen and (max-width: 64rem) {
    .r_footer_contact .footer_company {
        margin-top: 1rem;
    }
}

.r_footer_contact .footer_company:hover {
    border: 0.0625rem solid #fff;
    background-color: #fff;
    color: #F85757;
}

.examinfo .footer_company:hover {
    border: 0.0625rem solid  #1C293F;
    background-color: #fff;
    color: #1C293F;
}

.examinfo .footer_company.gray:hover {
    border: 0.0625rem solid #666;
    background-color: #fff;
    color: #666;
}

.examinfo .footer_company.blue:hover {
    border: 0.0625rem solid  #1C293F;
    background-color: #fff;
    color: #1C293F;
}

.f_contact {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-decoration: none;
    width: 18.5rem;
    height: 18.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.fc01 {
    color: #1C293F;
}

.f_contact:hover img {
    opacity: 1;
}

.f_contact::before,
.f_contact::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.5s ease;
    transform-origin: center center;
}

.fc01::before,
.ft::before,
.ft::after {
    border: 0.0625rem solid #fff;
}

.ft:hover::before,
.fc01:hover::before {
    width: 95%;
    height: 95%;
    order: 0 solid #fff;
    opacity: 0.1;
}

.fc01::after {
    background-color: #fff;
    z-index: 0;
}

.fc01:hover::after {
    width: 95%;
    height: 95%;
}

.icon_footer_contact,
.footer_contact_title,
.footer_tel {
    position: relative;
    z-index: 2;
}

.icon_footer_contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.25rem;
    margin-bottom: 20px;
}

.footer_contact_title {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.fc_circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.fc_circle circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    opacity: 0;
    transition: all 0.6s ease-out;
}

.fc_circle.active circle {
    opacity: 1;
    animation: circle_start 0.6s forwards;
}

.fc_circle.back circle {
    animation: circle_back 0.6s backwards;
}

.footer_privacy {
    width: calc(100% - 40px);
    font-size: 0.875rem;
    color: #D0D0D0;
    text-align: right;
    margin: 0 auto;
}

.footer_privacy a {
    position: relative;
    display: inline-block;
    color: #D0D0D0;
    text-decoration: none;
    line-height: 1.7;
    padding-right: 0.9375rem;
    margin: 0 1.25rem 0 0;
}

.footer_privacy a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 0.9375rem;
    content: "";
    background-color: #D0D0D0;
}

.copyright {
    display: inline-block;
}


#contact00,
#entry00 {
    padding-bottom: 4.0625rem;
}

.read_contact {
    margin-bottom: 0.9375rem;
}

.link_entry {
    margin-bottom: 0;
}

#contact01 {
    padding-bottom: 5.9375rem;
}

#done01,
#contact02,
#entry01 {
    padding-bottom: 0;
}

#done01 h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.875rem;
}

#contact01 h2,
#contact02 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 1.6rem;
    margin-bottom: 0.8rem;
}

#contact01 h2 {
    background-image: url("../img/icon/icon_tel.svg");
}

#contact02 h2 {
    background-image: url("../img/icon/icon_mail.svg");
}

.contact_mail {
    font-size: 0.8125rem;
    margin: 0 0 3.75rem;
}

#examContent {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 1.3125rem;
    background-color: #EFEFEF;
    background-image: url("../img/bg_pickups.png");
    background-repeat: repeat;
    background-position: left top;
    padding: 5.3125rem 0px 3.4375rem 0rem;
}

#examContentBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 1.3125rem;
    background-color: #EFEFEF;
    background-image: url("../img/bg_pickups.png");
    background-repeat: repeat;
    background-position: left top;
}

#examContent::after {
    font-family: 'Times New Roman', serif;
    content: "Digital Education Institute";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 5rem;
    color: #999999;
    position: absolute;
    line-height: 1;
    letter-spacing: -0.04rem;
}

.c_footer_contact .f_contact {
    background-color: #87C7EF;
}

@media screen and (max-width: 64em) {

    .footer_contact {
        padding: 0rem;
        z-index: 4;
    }

    .footer_contactbox {
        display: block;
        margin-bottom: 2.1875rem;
    }

    .l_footer_contact {
        width: 100%;
        margin-top: 2rem;
    }

    .apply .l_footer_contact{
        width: 100% !important;
    }

    .c_footer_contact {
        width: 100%;
    }

    .footer_contact h2 {
        margin-bottom: 1.56625rem;
    }

    .read_footer_contact {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-bottom: 1.875rem;
    }

    .r_footer_contact {
        width: 100%;
        display: block;
    }

    .footer_company {
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.3;
        margin-bottom: 0.9375rem;
    }

    .footer_company strong {
        margin-bottom: 0.9375rem;
    }

    .footer_time {
        color: #99A4B7;
        font-size: 0.8125rem;
        line-height: 1.3;
        margin-bottom: 1.875rem;
    }

    .footer_time small {
        font-size: 0.8125rem;
    }

    .f_contact {
        width: 100%;
        height: 5.75rem;
        border: 0.0625rem solid #fff;
        border-radius: 2.875rem;
        margin: 0;
    }

    .ft {
        margin-bottom: .9375rem;
    }

    .fc01 {
        background-color: #fff;
    }

    .f_contact::before,
    .f_contact::after {
        display: none;
    }

    .footer_contact_title,
    .footer_tel {
        position: relative;
        z-index: 2;
    }

    .icon_footer_contact {
        display: none;
    }

    .f_contact_txt {
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 3.125rem;
    }

    .fct01 {
        background-image: url("../img/icon/icon_mail.svg");
        background-size: 1.3125rem 1.3125rem;
    }

    .fct02 {
        background-image: url("../img/icon/icon_contact.svg");
        background-size: 2.0625rem 1.625rem;
    }

    .fct03 {
        background-image: url("../img/icon/icon_mouse.svg");
        background-size: 2.0625rem 1.625rem;
    }

    .footer_contact_title {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .fct02 .footer_contact_title {
        padding: 0.1875rem 0;
        font-size: 1.2rem;
    }

    .footer_tel {
        text-align: left;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .fc_circle {
        display: none;
    }

    .footer_privacy {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.4;
        text-align: center;
        margin: 2.5rem 0;
    }

    .footer_contact .footer_privacy {
        margin: 2.5rem auto 0;
    }

    .footer_privacy a {
        padding-right: 0.93755rem;
        margin: 0 0.93755rem 0 0;
    }

    .footer_privacy a::after {
        height: 0.93755rem;
    }

}

.footer_company img {
    margin-right: 0.5rem;
}

.zeroopa {
    opacity: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
}

.section-fair-1 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    color: #000;
    padding: 0 1.25rem;
    text-align: justify;
    margin-top: -2.5rem !important;

}

@media screen and (max-width: 64em) {
    .section-fair-1 {
        text-align: left;
        word-wrap: break-word;
        word-break: break-all;
    }
}

.align-items-sign {
    display: flex;
    align-items: flex-start;
    justify-content: end;
}

@media screen and (max-width: 30em) {

    .logo_footer img {
        width: 100%;
    }

    #examContent::after {
        display: none;
    }

    #examContent {
        width: 100%;
        max-width: 100%;
        padding: 3rem 0 0 0 !important;
    }

    .align-items-sign {
        display: block;
        text-align: right;
    }
}

#examContent h4 {
    color: #87C7EF;
}

.icon_download {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 1rem;
}

.icon_download img {
    margin-right: 0.25rem;
}

.icon_download a {
    color: #1C293F;
}

.icon_download a:hover {
    color: #87C7EF;
}

.text-right {
    text-align: right;
}

/* Lynn add 20240125 S */

#examclass {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 1.3125rem;
    padding: 5.3125rem 0px 3.4375rem 9.6875rem;
}


#examclass::after {
    font-family: 'Times New Roman', serif;
    content: "EXAM INFORMATION";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 5rem;
    color: #999999;
    position: absolute;
    line-height: 1;
    letter-spacing: -0.04rem;
}

#examclass .exam-item .text-uppercase {
    text-decoration: none;
    background-color: #1F293D;
    color: #fff;
    display: block;
    padding: 1rem;
    margin-top: 1rem;
}

#examclass .exam-item .text-uppercase:hover {
    background-color: #71a4d3;
    color: #fff;
}

#examclass .exam-item {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    background-size: cover;
}

#examclass .exam-item .exam-caption {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    background-color: #F9F8F4;
    border-radius: 8px 8px;
}


#examclass .exam-caption .exam-caption-heading {
    font-family: 'TaipeiSansTCBeta-Bold', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1F293D;
    /*text-shadow: 0 0 0.5em #000;*/
}

#examclass .exam-caption .exam-caption-subheading {
    font-family: 'TaipeiSansTCBeta-Regular', sans-serif;
    font-size: 1rem;
    text-align: justify;
    color: #555;
    min-height: 12em;
    letter-spacing: 0.15em;
    line-height: 1.85em;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 9.375em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    */
}

#examclass .exam-caption .exam-caption-description {
    font-family: 'TaipeiSansTCBeta-Regular', sans-serif;
    text-align: left;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.15em;
}

#examclass .exam-caption .exam-caption-description span {
    color: #ca4f0f;
}

#examclass .exam-caption .exam-caption-description a {
    color: #1F293D;
    text-decoration: underline;
}

#examclass .exam-caption .exam-caption-description a:hover {
    color: #87C7EF;
    text-decoration: underline;
}

/*.exam-item {
    color: #111;
    background: #fff;
    text-align: right;
    padding: 2.5em 2.5em 2.5em 2.5em;
    border-radius: 1em 1em;
    position: relative;
    z-index: 1;
}*/

/*.exam-item:after{
    content: "";
    background: #1F293D;
    width: calc(100% - 100px);
    height: 0.5em;
    transform: translateX(-50%);
    position: absolute;
    bottom: -0.5em;
    left: 50%;
}*/

@media screen and (max-width: 30em) {

    #examclass::after {
        display: none;
    }

    #examclass {
        width: 100%;
        max-width: 100%;
        padding: 3rem 0 0 0 !important;
    }
}

/* Lynn add 20240125 E */

/* Lynn add 20240426 S */

.masthead-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1rem;
    color: #1F293D;
    margin: 1rem 0;
    padding: 1rem;
    word-wrap: break-word;
    word-break: break-all;
}

.masthead-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1rem;
    color: #1F293D;
    margin: 1rem 0;
    word-wrap: break-word;
    word-break: break-all;
}

@media (max-width: 48rem) {
    .masthead-heading {
        font-size: 1.5rem;
        line-height: 1rem;
        padding: 0rem;
    }
}

#mainNav .navbar-nav .nav-item .nav-link .entxt {
    font-size: 0.6rem;
    line-height: 0.6rem;
    min-width: 6rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    letter-spacing: 0;
}

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #1F293D;
}

.owl-theme .owl-controls .owl-page {

    zoom: 999;
    display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1F293D;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1F293D;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #1F293D;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 12px !important;
}

.owl-theme .owl-nav button {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px 0px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    margin: 10px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 48em) {

    .owl-prev,
    .owl-next {
        display: none !important;
    }
}

.owl-prev {
    left: -4rem;
}

.owl-next {
    right: -4rem;
}

.borderleft {
    border-left: 1px solid #CCC;
}

@media screen and (max-width: 64rem) {
    .borderleft {
        border-left: 0px solid #CCC;
    }

    #carouselIndicators {
        padding-top: 4rem;
    }

    .masthead-subheading {
        font-size: 1em;
        line-height: 0rem;
    }
}

.colorwhite {
    color: #fff;
}

.read_footer_contact {
    display: inline-block;
}


.read_footer_contact ul {
    margin-left: -2rem;
}

.read_footer_contact ul li {
    list-style: none;
    float: left;
}

.text-decoration-hover:hover {
    color: #87C7EF;
}

.news-area {
    background-color: #EFEFEF;
}

.newslist a {
    color: #1F293D;
    width: 100%;
}

.newslist a:hover {
    color: #87C7EF;
}

.newsdate,
.newtxt {
    float: left;
}

.newslisthr {
    border-bottom: 0.0625em solid #fff;
    border-top: none !important;
    margin-bottom: 1.25em;
    opacity: 0.2;
}

.genric-btn.white-border {
    color: #fff;
    background: #1F293D;
    border: 0.0625em solid #1F293D;
    font-size: 1em;
    padding: 0.5rem 1rem;
}

.genric-btn.white-border:hover {
    color: #87C7EF;
    background: #fff;
    border: 0.0625em solid #87C7EF;
    margin-bottom: 1.25em;
}

.newslisthr {
    border-bottom: 0.0625em solid #1F293D;
}

/* Lynn add 20240125 E */

/* Lynn add 20240509 S */

.login .input-group-text,
.signup .input-group-text {
    background: none;
}

.login .btn,
.signup .btn {
    width: 100% !important;
    padding: 0em !important;
    margin: 0.25em 0;
    font-size: 1em;
    height: 2.75em;
    margin-top: 1em;
}

.login .underline a {
    text-decoration: underline;
    margin: 0.25em 0;
    color: #666;
    float: left;
    font-weight: 400;
    display: block;
}

.login .underline a:hover {
    color: #000 !important;
}

.signup .underline {
    margin: 0.25em 0;
    color: #111;
    font-weight: 400;
    float: left;
    display: block;
}

.login .color-o a {
    color: #1F293D;
    text-decoration: underline;
    float: right;
    margin: 0.25em 0;
    font-weight: 400;
    display: block;
}

.login .color-o a:hover {
    color: #000 !important;
}

.login .btn-info,
.signup .btn-info,
.apply .btn-info,
.examinfo .btn-info {
    color: #fff;
    background-color: #1F293D;
    border-color: #1F293D;
    border-radius: 0;
}

.signup .color-o a {
    color: #1F293D;
    text-decoration: underline;
    display: block;
    margin: 0.25em 0;
    font-weight: 400;
    float: left;
}

.signup .color-o a:hover {
    color: #000 !important;
}

.spanstyle {
    font-size: 12px;
    color: #888;
    line-height: 100%;
    display: block;
    padding-bottom: 10px;
}

#Modal1 .input-group-text,
#Modal2 .input-group-text {
    background: none;
}

#Modal1 .btn,
#Modal2 .btn {
    width: 100% !important;
    padding: 0em !important;
    margin: 0.25em 0;
    font-size: 1em;
    height: 2.75em;
    margin-top: 1em;
}

#Modal1 .underline a {
    text-decoration: underline;
    margin: 0.25em 0;
    color: #666;
    float: left;
    font-weight: 400;
    display: block;
}

#Modal1 .underline a:hover {
    color: #000 !important;
}

#Modal2 .underline {
    margin: 0.25em 0;
    color: #111;
    font-weight: 400;
    float: left;
    display: block;
}

#Modal1 .color-o a {
    color: #1F293D;
    text-decoration: underline;
    float: right;
    margin: 0.25em 0;
    font-weight: 400;
    display: block;
}

#Modal1 .color-o a:hover {
    color: #000 !important;
}

#Modal1 .btn-info,
#Modal2 .btn-info {
    color: #fff;
    background-color: #1F293D;
    border-color: #1F293D;
}

#Modal2 .color-o a {
    color: #1F293D;
    text-decoration: underline;
    display: block;
    margin: 0.25em 0;
    font-weight: 400;
    float: left;
}

#Modal2 .color-o a:hover {
    color: #000 !important;
}
/*.login .col-lg-6{
    padding: 0 2rem;
    border-right: 1px solid #CCC;
}

.login .col-lg-6:last-child{
    padding: 0 2rem;
    border-right: 0px solid #CCC;
}*/

#title-spacer h1{
	color:  #1F293D;
}

ul.breadcrumbs  {
    padding-left: 0rem !important;
}

.breadcrumbs li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 1em;
	color: #666;
}

.breadcrumbs li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
    color: #111;
}

nav.navbar.bootsnav{
    min-height: 30px;
    padding: 0;
    margin-bottom: 150px;
    border: none;
}
nav.navbar.bootsnav .navbar-collapse{ padding: 0; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    background-color: #87C7EF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px 9px 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 12px 20px 9px 10px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #fff;
    background-color: #1F293D;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #fff;
    background: #1F293D;
}
nav.navbar.bootsnav ul.nav > li > a>span:before{
    content: '';
    background: #1F293D;
    height: 50%;
    width: 100%;
    border-radius: 10px;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:before,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li.on > a>span:before{
    opacity: 1;
    height: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a>span:after{
    content: '';
    background-color: #87C7EF;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    bottom: 3px;
    z-index: -1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li.on > a>span:after{
    background-color: #1F293D;
    bottom: -3px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 7px;
    position: absolute;
    top: 13px;
    right: 5px;
    transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    background: transparent;
    padding: 0;
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top center;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    visibility: visible !important;
    transform: scale(1);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border: none;
    top: 115%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    background-color: #87C7EF;
    font-weight: 500;
    padding: 6px 10px;
    margin: 0 0 5px;
    border: none;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu{
    background: rgba(255,255,255,0.95);
    border-radius: 0px;
    overflow: hidden;
    top: 112%;
    box-shadow: 0px 2px 6px #ccc;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu li{ font-size: 16px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .menu-col li a{
    color: #1F293D;
    background-color: transparent;
    font-weight: 600;
    padding-left: 10px;
    margin: 0 0 5px;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .menu-col li a:hover{
    color: #fff;
    background: #1F293D;
}
nav.navbar.bootsnav ul.nav li.has-megamenu > a:hover,
nav.navbar.bootsnav ul.nav li.has-megamenu > a:focus,
nav.navbar.bootsnav ul.nav li.has-megamenu.on > a{
    color: #fff;
    background-color: #1e3799 !important;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu .col-menu{ padding: 0 15px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .title{
    color: #fff;
    background: #1F293D;
    font-size: 18px;
    font-weight: bold;
    padding: 7px;
    border-radius: 0px;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav{ padding: 5px 10px 10px; }
    nav.navbar.bootsnav .navbar-toggle{
        color: #fff;
        background: #1e3799 !important;
        padding: 5px 8px 3px;
        margin: 0 0 5px 0;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background-color: #fff; }
    nav.navbar.bootsnav ul.nav>li{ margin: 0 auto; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        text-align: left;
        padding: 7px 10px 7px 10px;
        margin: 0 0 5px;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a>span:after{ display: none; }
    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 7px 10px 7px 10px; }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: #fff; }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ left: -5px; }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        margin: 0 0 -1px 0 !important;
        z-index: 1;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: #fff;
        padding: 7px 10px !important;
        border: none;
        position: relative;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover{ color: #fff; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu{ top: 0; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .col-menu .title{
        color: #fff;
        background: #1F293D;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 25px 7px 10px !important;
        border: none;
        margin: 0 0 5px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .content{ border: none; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .col-menu.on .title{
        text-shadow: 0 0 5px #555;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .col-menu ul.menu-col li a{
       color: #fff;
       background-color: #1F293D;
       border: none;
       padding: 7px 10px !important;
       margin-bottom: 5px;
       z-index: 1;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu .col-menu ul.menu-col li a:hover{ background-color: #1F293D; }
}

@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    margin-top:10px;
	}
}

@media all and (min-width: 992px) {
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	

.navbar .megamenu{ padding: 1rem; }

.examinfo .form-check-input{
    width: 2em;
    height: 2em;
    margin-right: .5em;
}

.form-check-input:checked {
    background-color: #1F293D;
    border-color: #1F293D;
}

.lineH2{
    line-height: 2.2em;
}

.stylehr{
    border: 4px solid #1F293D;
    opacity: 1;
}

.graybg{
    background-color: rgb(239, 239, 239) !important;
    padding: 3rem;
}

.graybg p, .graybg li, .graybg .newsdate, .graybg .newstxt, .footer_company a{
    /*font-size: 1.2rem;*/
    font-size: 1.22rem;
}

.graybg .spanstyle{
    font-size: 1rem;
}

@media screen and (max-width:1199px) {
    .graybg{
        padding: 0rem;
    }
}

.footer_company a{
    display: block;
}

.l_footer_contact .footer_company a{
    display: inline-block;
}

.ticket {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ticket .ticket_list_5col,
.ticket .ticket_list_3col {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    margin: 0 auto;
}

.ticket th {
    background: #1C293F;
    color: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
    text-align: center;
    font-size: 1.3rem;
}

.ticket .col1 {
    padding: 10px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.ticket .col2 {
    width: 200px;
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #d2d2d2;
}

.ticket .col2 h2 {
    font-size: 1em;
    color: #1C293F;
}

.ticket .col3 {
    width: 350px;
    padding: 25px 10px;
    border: 1px solid #d2d2d2;
    text-align: justify;
}

.ticket .col4 {
    width: 350px;
    padding: 25px 10px;
    font-size: 1.2em;
    border: 1px solid #d2d2d2;
    text-align: justify;
}

.ticket .col5 {
    width: 100px;
    padding: 25px 10px;
    border: 1px solid #d2d2d2;
    font-size: 1.2em;
    text-align: center;
}

.ticket .text-left {
    text-align: left !important;
}
.ticket .col2 a,
.ticket .col5 a {
    padding: 10px;
    margin: 5px;
    background: #1C293F;
    color: #fff;
    transition: .25s ease; 
    display: inline-block;
    text-align: center;
}

.btn1 {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #86bc42;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 10px;
    font-size: 1em;
    font-weight: 700;
    transition: .25s ease-in;
}

.btn2 {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #1C293F;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 10px;
    font-size: 1em;
    font-weight: 700;
    transition: .25s ease-in;
}

.notice_page {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
}

.notice_page h3 {
    margin: 10px 0;
    font-weight: 700;
    color: #1C293F;
    border-left: 4px solid #1C293F;
    padding-left: 8px;
}

.notice_page ol,
.notice_page ol ol {
    padding: 2px 15px;
}

.notice_page ol li {
    line-height: 1.8;
}

.ticket .col2 h2 {
    font-size: 1.2em;
    color: #1C293F;
}

.ticket .col2 h5 {
    font-size: 1.1em;
    color: #1C293F;
}

.ticket .col3 a,
.ticket .col4 a {
    padding: 10px;
    margin: 5px;
    background: #87C7EF;
    color: #1C293F;
    transition: .25s ease;
    display: block;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .ticket {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .productbox1 th {
        display: none;
    }

    tr.productbox2 { 
        border-top: 1px solid #ccc;
    }

    tr:nth-child(2) {
        border: none;
    } 

    tr.productbox2 {
        display: block;
        clear: both;
        margin-bottom: 10px;
    }

    tr.productbox2 .col1 {
        border: none;

    }

    tr.productbox2 .col2 {
        padding: 10px 5px 10px 5px;
        border: none;
    }

    tr.productbox2 .col3 {
        border: none;
    }

    tr.productbox2 .col4 {
        border: none;
    }

    tr.productbox2 .col5 {
        width: auto;
        border: none;
        margin-top: 10px;
    }

    tr.productbox2 .col5 a {
        padding: 10px;
    }

    tr.productbox2 .col6  {
        width: 280px;
        border: none;
    }

    tr.productbox3{
        display: none;
    }

    tr.productbox4 td:nth-child(1), tr.productbox4 td:nth-child(2){
        display: none;
    }

    tr.productbox4 td:nth-child(3){
        border-top: 1px solid #ccc;
        font-size: 24px;
        padding: 10px;
    }

    .productbox2 td.break {
        float: right;
    }

    .ticket .ticket_list_3col{
        border: none;
    }

    .examsearch .productbox2 td.break {
        float: left;
    }
}
/* Lynn add 20240509 E */

.bgblue{
    background-color: #eee;
    border: 2px dotted #ccc;
    padding: 1rem;
}

.filters {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    position: relative;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,STHeiti,"Microsoft YaHei","微软雅黑","微軟正黑體",sans-serif;
}
.section-wrap {
    text-align: left;
    padding: 30px 40px 20px 40px;
}
.filter-type {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 12px;
}
.filter-type .type-name {
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    letter-spacing: 1.75px;
    width: 80px;
    vertical-align: middle;
    height: 44px;
}
.filter-type .type-name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.filter-type .type-btns .type-btn.active {
    color: #00a2e4;
    border: 1px solid #31C4FF;
}
.filter-type .type-btns .type-btn:hover {
    color: #111;
    border: 1px solid #eee;
}
.filter-type .type-btns .type-btn {
    display: inline-block;
    padding: 8px 10px;
    margin: 0 10px 8px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    color: #6a6a6a;
}

/* Grid */
.spot {
    display: block;
    position: relative;
    text-align: left;
    background-color: #fff;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
}
.spot .thumbnail {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}
.spot .blduration {
    bottom: 20px;
    right: 20px;
    font-weight: 1000;
    font-size: 36px;
}
.spot .blduration, .spots .spot .duration {
    position: absolute;
    color: #FFF;
    line-height: 28px;
    letter-spacing: 1.49px;
    z-index: 9;
    font-family: Lato, sans-serif;
}
.spot .blduration span {
    font-size: 14px;
    font-weight: 700;
}
.tags {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 0;
}
.spot .info.has-author-img {
    padding-top: 20px;
}
.spot .info {
    padding: 30px;
    position: relative;
    min-height: 100px;
}
.spot .info .author-img {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -22px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.spot .author-name {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 80px;
    font-size: 13px;
    color: #9B9B9B;
    line-height: 1em;
}
.spot .info h4.title.row-2 {
    height: auto;
    line-height: 1em;
    max-height: 2.6em;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 12px;
}
.spot .info h4.title.row-2, .spot .info p.descript {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.spot .info h4.title {
    line-height: 1.5em;
    max-height: 3em;
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}
.spot .info .metas {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
}
.spot .info .metas div.row-2 {
    height: auto;
    line-height: 1.5em;
    max-height: 3em;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
}
.info .metas div.address i {
    width: 14px;
    height: 18px;
    font-size: 18px;
    color: #6A6A6A;
    vertical-align: middle;
}
.spot .info .metas div.address span {
    color: #444;
    vertical-align: middle;
}
.spot .info p.destit {
    text-align: right;
    line-height: 1.5em;
    height: 21px;
    float: right;
    color: #515356;
    margin-top: 10px;
}
.icon-Views:before {
    content: "\e963";
}
.spot .info p.destit {
    text-align: right;
    line-height: 1.5em;
    height: 21px;
    float: right;
    color: #515356;
    margin-top: 10px;
}
.no-top-padding{
	background-color: #fff;
	padding-bottom: 50px;
}
.col-xs-3{
	padding-bottom: 10px;
}

.course-meta {
    text-align: right;
    color: #1F293D;
    font-weight: 700;
}

.apply .l_footer_contact {
    width: 45%;
}

.tabsa .nav-pills li{
    width: 25%;
    text-align: center;
}

.tabsa .nav-pills li a{
    height: 52px;
    position: relative;
    color: #fff;
    background: #CCC;
    border-radius:0;
    /*font-size:16px;*/
    font-size:1.2rem;
    margin-right:-1px;
    padding: 5.5px 30px;
    border:1px solid CCC;
    line-height: 39px;
}

.tabsa .nav-pills li a.active{
    height: 52px;
    position: relative;
    color: #fff;
    background:#1C293F;
    border-radius:0;
    /*font-size:16px;*/
    font-size:1.2rem;
    margin-right:-1px;
    padding: 5.5px 30px;
    border:1px solid #1C293F;
    line-height: 39px;
}

.tabsa .nav-pills li a{
    color: #fff;
}

.tabsa .nav-pills li a.active:after{
    content: "";
    width: 44px;
    height: 44px;
    border: 26px solid transparent;
    border-left: 26px solid #1C293F;
    transform: rotate(0deg);
    transform-origin: center;
    display: block;
    position: absolute;
    top: 0px;
    right: -52px;
    z-index: 1000 !important;
}

/*.tabsa .nav-pills li a:after{
    content: "";
    width: 44px;
    height: 44px;
    border: 26px solid transparent;
    border-left: 26px solid #ccc;
    transform: rotate(0deg);
    transform-origin: center;
    display: block;
    position: absolute;
    top: 0px;
    right: -51px;
    z-index: 1000 !important;
}*/

#eModalLabel-a.modal{
    --bs-modal-width: 60rem;
}

@media(max-width: 991px){
    #eModalLabel-a.modal{
        --bs-modal-width: 100%;
    }

    .tabsa .nav-pills li{
        width: 90%;
    }
}

.colorblue-o{
    color: #1C293F;
    font-size: 1.5rem;
}

.borderR{
    border-right: 1px solid #CCC;
    padding: 0 2.2rem;
}

.cert-register {
    font-size: 1.2rem;
}

/*頁尾 考試申訴 與 意見回饋*/
.modal-contact {
    margin-top: 8rem;
    max-width: 800px;
}

/*其他*/
.text-underline {
    text-decoration: underline;
}

/*表格手機格式處理*/
@media (max-width: 48rem) {
    .ticket {
        overflow: auto;
    }
    .ticket .ticket_list_5col {
        border:none;
        width: 1200px;
    }
    
    /*報名流程的tab箭頭隱藏*/
    .tabsa .nav-pills li a.active:after{
        display: none;
    }
    .tabsa .nav-pills li{
        width: 100%;
    }
}

/* 首頁公告 */
#announcementModal .modal-dialog {
    max-width: 400px;
    margin-top: 100px;
}
#announcementModal .custom-modal-content {
    height: 400px;
}
/* 設定 modal-header 的背景圖 */
#announcementModal .modal-header {
    background-image: url('../img/announcement.png');
    background-size: cover;       /* 背景圖覆蓋整個區域 */
    background-position: center;  /* 背景圖置中 */
    height: 400px;                /* 調整modal-header高度 */
    width: 100%;
}
/* 關閉按鈕靠右上角對齊 */
#announcementModal .btn-close {
    position: absolute;
    top: 15px; 
    right: 15px; 
}
#dontShow {
    font-size: 1rem;
}
.cursor-pointer {
    cursor: pointer;
}

.exam-service {
    font-size: 1rem;
}
.exam-service ol {
  padding-left: 0px;  
}

.clearfix {
  clear: both;
}

/*主選單設定*/
nav.navbar.bootsnav li.nav-custom ul.dropdown-menu{
    background-color: #FFF;
}
nav.navbar.bootsnav li.nav-custom ul.dropdown-menu li a{
    background-color: #FFF;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: center;
}

