@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("reset.css?2022");
@import url("loading.css");
@import url(jquery-ui.css);
@import url(jquery-ui.theme.css);
@import url("bootstrap.css");
/*@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url(icon/css/ionicons.css);
@import url(fontawesome5.0/css/fontawesome-all.min.css);
/*@import url("/style/assets/plugins/bootstrap-sweetalert/sweetalert2.css");*/
@import url("../js/sweetalert/sweetalert2.min.css");
@import url("/style/assets/plugins/toastr/toastr.min.css");
@import url("/style/front/js/fancyBox/source/jquery.fancybox.css?v=2.1.7");

@import url("./owlCarousel/owl.carousel.min.css");
@import url("./owlCarousel/owl.theme.default.min.css");
@import url("./owlCarousel/owl.theme.green.min.css");
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    font-family: 'Century Gothic', '微軟正黑體';
    scrollbar-width: thin;
    scrollbar-color: #e7ecf3 transparent;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 210px;
    background-color: #F8FBFF;
}

a:hover {
    text-decoration: none;
}

body {
    -webkit-text-size-adjust: none;
    font-size: 12px;
    overflow-y: scroll;
}

body,
td,
th {
    font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#hiddle {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.show_table {
    display: block;
}

.hide_table,
.hide_item {
    display: none;
}

.iframe_ch {
    display: none;
}

.license-box input {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {}

/*div, a, section, article, span, img, h1, h2, h3, h4, h5, h6 { -webkit-user-select: none; -moz-user-select: none; }*/
#rand-img {
    cursor: pointer;
}

#event_left,
#event_right {
    width: 120px;
    height: 250px;
}

.event_left_link a {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: #888;
    font-family: 'Noto Sans TC', '微軟正黑體';
}

.nodata {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.text-custom {
    color: #64b0f2 !important;
}

.text-muted {
    color: #818a91 !important;
}

.text-purple {
    color: #9261c6 !important;
}

.text-pink {
    color: #ff7aa3 !important;
}

.text-dark {
    color: #2b3d51 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-success {
    color: #1bb99a !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.label-danger {
    background-color: #ff5d48;
}

.card_num_block .card_num_label {
    display: block;
    font: normal 14px '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    cursor: default;
}

.card_num {
    padding: 3px 5px;
    font: normal 14px '微軟正黑體';
    letter-spacing: 1px;
    color: #555;
    width: 55px;
}

.card_info {
    font-size: 13px;
    line-height: 1.4;
}

.file input {
    width: 100%;
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: .0rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0rem;
}

.ifile {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    width: calc(100% - 30px);
}

.upfile {
    margin: -5px 0 0;
    width: calc(100% - 70px);
}

.newfilebtn {
    width: 60px;
    border: none;
    padding: 5px 12px;
    color: #fff;
    background: #003366;
    border-radius: 0px;
    vertical-align: bottom;
    font: normal 15px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
}

.swal2-container button,
.swal2-modal .swal2-title,
.swal2-modal .swal2-content {
    font-family: 'Century Gothic', '微軟正黑體';
}

.jFiler-items-default .jFiler-item {
    line-height: 20px;
}

.jFiler-theme-default .jFiler-input {
    width: 100%;
    line-height: 20px;
}

.icon-jfi-file-image:before {
    content: '';
    display: none;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
    line-height: 20px;
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
    line-height: 20px;
}

.jFiler-items-default .jFiler-item-assets a {
    line-height: 0px;
}

li.parsley-required {
    font-family: 'Century Gothic', '微軟正黑體';
    font-size: 12px;
    line-height: 16px;
    color: #ffaf8c;
    text-align: left;
}

ul.parsley-errors-list.filled {
    margin-bottom: 0;
}

.hide_item,
.hide {
    display: none;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> public <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.titleContainer {
    font: normal 20px 'Cinzel', '微軟正黑體';
    line-height: 30px;
    letter-spacing: 1px;
    color: #6d8faa;
    width: 250px;
    text-align: center;
    margin: 0px auto 30px;
    padding-top: 25px;
}

.titleCh {
    font-size: 25px;
    border-bottom: solid 1px #6d8faa;
}

.titleEn {}

.titleContainer.whiteTitle {
    color: #fff
}

.whiteTitle .titleCh {
    border-bottom: solid 1px #fff;
}

.titleEn {}

.btnCustom-outline {
    border-radius: 0;
    border: solid 1px #042d5a;
    color: #042d5a;
    background: none;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

.btnCustom-outline:hover,
.btnCustom-outline:focus {
    color: #fff;
    background: #042d5a;
}

.btnCustom-outline.btnWhite {
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
}

.btnCustom-outline.btnWhite:hover,
.btnCustom-outline.btnWhite:focus {
    color: #000;
    background: #fff;
}

.btnCustom-outline.btnGray {
    border-radius: 0;
    border: solid 1px #999;
    color: #777;
}

.btnCustom-outline.btnGray:hover,
.btnCustom-outline.btnGray:focus,
.btnCustom-outline.btnGray:disabled {
    color: #fff;
    background: #999;
}

.btnCustom-outline.btnOrange {
    border-radius: 0;
    border: solid 1px #ffb836;
    color: #ffb836;
}

.btnCustom-outline.btnOrange:hover,
.btnCustom-outline.btnOrange:focus {
    color: #fff;
    background: #ffb836;
}

.btnCustom-outline.btnOrange:disabled {
    background-color: #ffb836;
    color: #fff;
}

.btnCustom-outline.btnGreen {
    border-radius: 0;
    border: solid 1px #06aaad;
    color: #06aaad;
}

.btnCustom-outline.btnGreen:hover,
.btnCustom-outline.btnGreen:focus {
    color: #fff;
    background: #06aaad;
}

.btnCustom-outline.btnGreen:disabled {
    background-color: #06aaad;
    color: #fff;
}

.btnCustom-outline.btnPink {
    border-radius: 0;
    border: solid 1px #ff8686;
    color: #ff8686;
}

.btnCustom-outline.btnPink:hover,
.btnCustom-outline.btnPink:focus {
    color: #fff;
    background: #ff8686;
}

.btnCustom-outline.googleBtn {
    border-radius: 0;
    border: solid 1px #dd4e41;
    color: #dd4e41;
}

.btnCustom-outline.googleBtn:hover,
.btnCustom-outline.googleBtn:focus,
.btnCustom-outline.googleBtn.active {
    color: #fff;
    background: #dd4e41;
}

.btnCustom-outline.facebookBtn {
    border-radius: 0;
    border: solid 1px #3b5998;
    color: #3b5998;
}

.btnCustom-outline.facebookBtn:hover,
.btnCustom-outline.facebookBtn:focus,
.btnCustom-outline.facebookBtn.active {
    color: #fff;
    background: #3b5998;
}

.btnCustom-outline.btnBorderRadius-5px {
    border-radius: 5px;
}

.width-80px {
    width: 80px;
}

.width-100px {
    width: 100px;
}

.width-150px {
    width: 150px;
}

.width-200px {
    width: 200px;
}

.width-214px {
    width: 214px;
}

.width-250px {
    width: 250px;
}

.width-300px {
    width: 300px;
}

.width-100P {
    width: 100%;
}

.maxWidth-80px {
    max-width: 80px;
}

.maxWidth-100px {
    max-width: 100px;
}

.maxWidth-150px {
    max-width: 150px;
}

.maxWidth-200px {
    max-width: 200px;
}

.maxWidth-250px {
    max-width: 250px;
}

.maxWidth-300px {
    max-width: 300px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #aaa;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #aaa;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #aaa;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #aaa;
}

.tooltip-inner {
    background-color: #aaa;
}

.pageBanner {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tableRwdContent {
    display: none
}

.tableCustomStyle {
    color: #555;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
}

.tableCustomStyle thead tr th {
    border-top: none;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    color: #777;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    background: #eee;
}

.tableCustomStyle tbody tr td {
    border-top: none;
    border-bottom: dashed 1px #bbbbbb;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    color: #555;
    vertical-align: middle;
}

.tableCustomStyle tbody tr:last-child td {
    border-top: none;
    border-bottom: double 3px #bbb;
}

.tableCustomStyle a {
    text-decoration: none;
    color: #777;
}

.tableCustomStyle a:hover {
    opacity: 0.6;
}

.pageCustomStyle {}

.pageCustomStyle.pagination {
    border-radius: 0;
}

.pageCustomStyle .page-item:first-child .page-link {
    border-radius: 0;
}

.pageCustomStyle .page-item:last-child .page-link {
    border-radius: 0;
}

.pageCustomStyle .page-item.active .page-link {
    background-color: #fff;
    color: #777;
    border: none;
    font-weight: bolder;
}

.pageCustomStyle .page-item.active:hover .page-link {
    background-color: #e9ecef;
}

.pageCustomStyle .page-link {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #777;
    background-color: #fff;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    border: none;
}

.pageCustomStyle .page-link:focus,
.pageCustomStyle .page-link:hover {
    color: #777;
    text-decoration: none;
    font-weight: bolder;
    background-color: #e9ecef;
    border-color: #ddd;
}

.mr-10px {
    margin-right: 10px;
}

.table-hover tbody tr {
    transition: background 0.3s;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 100, 200, 0.075);
}

.formCustomStyle .form-group input.form-control,
.formCustomStyle .form-group select.form-control {
    height: 30px;
    padding: 3px 5px;
    line-height: 24px;
    border-radius: 0px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
}

.formCustomStyle .form-group input.form-control:focus,
.changeSearchFormContainer .form-group select.form-control:focus {
    box-shadow: none;
}

.formCustomStyle .form-check-input {
    margin-left: 0;
}

.formCustomStyle .form-control.form-control-plaintext:focus {
    outline: none;
    border: none
}

.formCustomStyle>.row>div.formText {
    font: normal 16px 'Century Gothic', '微軟正黑體';
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.infoContainer {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    line-height: 46px;
    letter-spacing: 1px;
    color: #777;
    margin: 0 0 20px;
}

.infoContainer .form-group {
    margin: 8px 0;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    width: auto !important;
    height: auto !important;
    min-width: 500px;
}

.infoContainer .formCustomStyle {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    line-height: 46px;
    letter-spacing: 1px;
    color: #777;
    margin: 0 0 20px;
}

.formCustomStyle>.row>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.formCustomStyle label {
    font: normal 15px 'Century Gothic', '微軟正黑體';
    color: #777;
    letter-spacing: 1px;
}

.nav-pills-custom {
    font: normal 15px 'Century Gothic', '微軟正黑體';
}

.nav-pills-custom a {
    color: #999
}

.nav-pills-custom .nav-item {
    border: solid 1px #ccc;
    padding: 0;
    /*margin: 0 10px 0 0;*/
}

.nav-pills-custom .nav-item:hover {
    background: #aaa;
}

.nav-pills-custom .nav-item a:hover {
    color: #fff;
}

.nav-pills-custom .nav-link {
    padding: 0 10px;
    line-height: 30px;
}

.nav-pills-custom.nav-pills .nav-link.active,
.nav-pills-custom.nav-pills .show>.nav-link {
    background: #aaa;
}

.nav-pills-custom.nav-pills .nav-link {
    border-radius: 0;
}

.badge {
    font-family: 'Century Gothic', '微軟正黑體';
    font-weight: normal;
}

.textCustom {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
}

.breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
}

.breadcrumb-item a {
    color: #777;
}

.breadcrumb-item a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.modal-body {
    font-size: 16px;
}

.memberOrderDetailProductTable .badge {
    padding: 5px 10px;
    font-size: 13px;
}

.contentContainer {
    font: normal 15px 'Century Gothic', '微軟正黑體';
    line-height: 25px;
    letter-spacing: 1px;
    color: #777;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> include_header.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.headerContainer {
    background: #0088d2;
    color: #fff;
    padding: 16px 0 0;
    width: 100%;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
    position: sticky;
    z-index: 999;
    top: 0;
}

.headerLogoContainer {
    margin: 0 0 15px 0;
}

.headerLogoContainer .logo {
    width: 215px;
}

.headerTopNavContainer {
    font: normal 13px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    letter-spacing: 1px;
}

.headerTopNavMember:after {
    content: '';
    width: 2px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    margin: 0px 5px 0;
    vertical-align: middle;
}

.headerTopNavContainer a {
    color: #fff;
}

.headerTopNavContainer a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.headerNavContainer {
    font: normal 17px 'Cormorant Garamond', '微軟正黑體';
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
}

.headerNavContainer .nav {
    justify-content: center;
}

.headerNavContainer .headerNavEn {
    font-size: 13px;
}

.headerNavContainer a {
    color: #fff;
    transition: all 0.8s;
}

.headerNavContainer a:hover {
    opacity: 0.7;
}

.headerNavContainer a i {
    font-size: 14px;
    margin-left: 4px;
    color: #fff;
}

.headerNavContainer li {
    position: relative;
}

.secondCate {
    position: absolute;
    background-color: #fff;
    top: 38px;
    padding: 10px 20px;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 10;
    width: 170px;
    border-radius: 10px;
}

.secondCate .secondCateInner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.headerNavContainer>ul>li:hover .secondCate {
    display: block;
    opacity: 1;
    transition: opacity .3s ease;
}

.secondCateInner ul {
    padding: 0;
}

.secondCate ul li {
    margin: 3px 0;
    padding: 0;
    float: none;
}

.secondCate ul li a {
    color: #959ba1;
    display: block;
    text-align: left;
    transition: color .2s ease;
    font-size: 14px;
    text-decoration: none;
}

.secondCate ul li a:hover {
    color: #0088d2;
}

.navMemberContainer a.nav-link:first-child {
    display: inline-block;
    padding: 0.5rem 0 0.5rem 1rem;
}

.navMemberContainer a.nav-link:last-child {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0;
}

.insidePageBody .headerContainer {
    position: relative;
    background: rgba(4, 45, 90, 1);
}

.memberInfoContainer,
.cartListContainer,
.aboutContainer,
.contactContainer,
.FAQContainer,
.memberOrderContainer,
.memberOrderDetailContainer,
.productDetailContainer,
.cartCheckContainer,
.cartInfoContainer {
    padding-top: 149px;
}


/*
--------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> include_nav.php <<<-----------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
.headerNavigateContainer {
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .197498);
    margin-bottom: 8px;
    top: 50px;
    z-index: 10;
    width: 100%;
}

.headerNavigateContainer .container {
    padding: 0;
}

.headerNavigateContainer .item {
    min-width: calc(100% / 9);
    color: #b5bac1;
}

.headerNavigateContainer .item a {
    display: block;
    color: inherit;
    margin-bottom: -3px;
    padding: 10px;
    text-decoration: none;
}

.headerNavigateContainer .item a img {
    height: 15px;
    width: auto;
    vertical-align: middle;
    padding-right: 8px;
}

.headerNavigateContainer .item .text {
    display: block;
    margin: 16px 0;
    padding: 6px 0;
    width: 100%;
    text-align: center;
}

.headerNavigateContainer .item.active {
    border-bottom: 4px solid rgb(0, 136, 210);
}

.headerNavigateContainer .item.active .text {
    color: rgb(0, 136, 210);
}

.headerNavigateContainer .item .text span {
    vertical-align: middle;
}


/*
--------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> index.php <<<-----------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/

/* .banner { position: relative; padding-top: 132px; }
.banner-background{ margin: 0; position: absolute; width: 100%; transform: skewY(5deg); z-index: -1; touch-action: none; background-color: #E79215;}
.index-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgb(255, 255, 255);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #ff0000 !important;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-button-next {
  color: #fff !important;
  opacity: 0.5;
} */

/* banner slider */
.banner-slideShow .owl-item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0;
}

.banner-slideShow .owl-item.center {
    opacity: 1;
}

.banner-slideShow .owl-carousel .owl-item img {
    max-width: 100vw;
    height: auto;
}

.banner-slideShow .owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0;
}

.banner-slideShow .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.banner-slideShow .owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.banner-slideShow .owl-carousel .owl-nav .owl-prev,
.banner-slideShow .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .85;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px #0000001a;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.banner-slideShow .owl-carousel .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 0px;
    bottom: 35px;
}

.banner-slideShow .owl-carousel .owl-dot.active span {
    background-color: #ffffff;
}

.banner-slideShow .owl-carousel .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #ffffff80;
}

.indexTeacherContainer {
    padding: 60px 5px 20px 5px;
    margin: 0 auto;
}

.indexTeachersList {
    margin: 40px 0 0 0;
    overflow-x: auto;
}

.indexTeachersList .teacherRow {
    align-content: flex-start;
    display: flex;
}

.indexTeachersList .teacherItem {
    width: calc(33% - 15px);
    flex-shrink: 0;
    padding: 10px;
}

.indexTeachersList .teacherItem .teacherBox {
    border-radius: 14px;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, .1); */
    /* background-color: #fff; */
}

.indexTeachersList .teacherItem .teacherBox .teacherImgContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
    position: relative;
}

.indexTeachersList .teacherItem .teacherBox .teacherImgContainer img {
    border-radius: 50%;
    /*16px 16px 0 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    object-fit: cover;
}

.indexTeachersList .teacherItem .teacherBox .teacherContentContainer {
    padding: 8px;
    min-height: auto;
    /* display: flex; */
    /* flex-direction: column; */
}

.indexTeachersList .teacherItem .teacherBox .teacherContentContainer .teacherName {
    color: #000;
    font-size: 18px;
    line-height: 19px;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 38px;
    letter-spacing: -0.16px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.indexArrivalContainer {
    padding: 60px 0 60px;
    margin: 0 0 0px 0;
}

.indexArrivalContainer>.container {
    position: relative;
}

.indexArrivalImg {
    width: 60%;
}

.indexArrivalTextContainer {
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
}

.indexArrivalText {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.indexArrivalTextTitle {
    font: normal 35px 'Cormorant Garamond', '微軟正黑體';
    margin: 0 0 10px 0;
    color: #fff;
    letter-spacing: 1px;
    line-height: 40px;
}

.indexArrivalTextContent {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
    color: #ddd;
}

.indexProductTitleContainer {
    width: 100%;
    height: 200px;
    background: center center url(../images/index_seriesbanner.jpg);
    background-size: cover;
}

.indexProductTitleContainer>.container {
    height: 100%;
}

.indexProductTitle {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font: normal 35px 'Cormorant Garamond', '微軟正黑體';
    color: #fff;
    line-height: 60px;
}

.indexArrivalTextContentBtn {}

.indexArrivalTextContentBtn button {
    font: normal 16px 'Cormorant Garamond', '微軟正黑體';
}

.indexProductContainer {}

.indexProductTitleContainer {}

.indexProductTitle {}

.indexProductContentContainer {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
}

.indexProductContentContainer .col-6 {}

.pr-75 {
    padding-right: 7.5px;
}

.pl-75 {
    padding-left: 7.5px;
}

.indexProductContentBox {
    position: relative;
    text-align: center;
}

.indexProductContentHover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    background: rgba(0, 0, 0, 0);
    transition: all 0.6s;
}

.indexProductContentContainer .col-sm-6 .indexProductContentHover {
    width: calc(100% - 22.5px);
}

.indexProductContentBox:hover .indexProductContentHover {
    background: rgba(0, 0, 0, 0.5)
}

.indexProductContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.6s;
}

.indexProductContentBox:hover .indexProductContent {
    opacity: 1;
}

.indexProductContent p {
    font: normal 30px 'Cormorant Garamond', '微軟正黑體';
    color: #fff;
}

.indexProductContent button {
    font: normal 16px 'Cormorant Garamond', '微軟正黑體';
}

.indexContactContainer {
    margin-top: 50px;
}

.indexContactContainer img {
    max-height: 340px;
    width: 100%;
    object-fit: cover;
}

.indexContactBox {}

.index-product-slider {
    position: relative;
}

.indexCardContainer {
    padding: 60px 5px 20px 5px;
    margin: 0 auto;
}

.courseCardContainer .cardContainer {
    display: flex;
    flex-wrap: wrap;
}

.courseCardContainer .cardContainer .indexCard {
    width: calc(33% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.courseCardContainer .cardContainer .indexCard .cardImgContainer {
    height: auto;
}

.courseCardContainer .indexCard .content .tags a {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.indexCardContainer .cardContainer {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
}

.indexCard {
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    width: 340px;
    transition: transform .3s, box-shadow .3s;
    margin-right: 16px;
    flex-shrink: 0;
}

.indexCard:hover img {
    transform: scale(1.05);
}

.indexCard .cardImgContainer {
    height: 170px;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.indexCard .cardImgContainer img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    transition: transform .8s;
    object-fit: cover;
    display: block;
    object-position: center;
    height: 100%;
}

.indexCard .content {
    padding: 8px 16px;
    min-height: 152px;
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.indexCard .content .date {

    color: #b5bac1;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 4px;
}

.indexCard .content .title {
    height: auto;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.16px;
    font-weight: 700;
    margin-bottom: 6px;
    max-height: 48px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
}

.indexCardContainer .content .title:hover {
    color: #6d7278 !important;
}

.indexCard .content .location {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
    flex-grow: 1;
    color: #a2a2a2;
}

.indexCard .content a {
    display: block;
    cursor: pointer;
    color: #959ba1;
    font-size: 14px;
}

.content a:hover {
    color: #6d7278;
}

.indexCard .content .tags {
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    box-sizing: content-box;
    border-top: 1px solid #f5f5f5;
    padding: 4px 16px 0;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    position: relative;
}

.indexCard .content .tags .counts {
    background: #fff;
    color: #b5bac1;
    padding-left: 8px;
    position: absolute;
    right: 16px;
    display: flex;
    font-size: 12px;
}

.squareCardContainer {
    width: 100%;
    overflow-x: auto;
    display: flex;
    padding: 8px 0;
}

.squareCardContainer .indexSquareCard {
    width: calc(33% - 15px);
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.squareCardContainer .indexSquareCard a {}

.squareCardContainer .indexSquareCard a .imgContainer {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 100%;
}

.squareCardContainer .indexSquareCard a .imgContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.squareCardContainer .indexSquareCard a .content {

    padding: 8px 16px;
}

.squareCardContainer .indexSquareCard a .content .title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 38px;
    letter-spacing: -0.16px;
    font-weight: 700;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* .index-product-slider .swiper-button-prev,
.index-product-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.index-product-slider .swiper-button-prev {
  left: -8px;
}
.index-product-slider .swiper-button-next {
  right: -8px;
}
.index-product-slider .swiper-button-prev:after,
.index-product-slider .swiper-button-next:after {
  color: #000;
  font-size: 12px !important;
} */

/*20201223 聯絡我們圖片改為3D圖片*/
.indexContactImg {
    width: 100%;
}

.indexContactImg iframe {
    width: 100%;
    height: 100%;
}

/**/
.indexContactContainer .title {
    font: normal 35px 'Cormorant Garamond', '微軟正黑體';
    color: #777;
    margin-bottom: 50px;
}

.indexContactBox {
    position: relative;
}

.indexContactBoxTopDecPlace {
    display: inline-block;
    width: 100px;
    font: normal 14px 'Cormorant Garamond', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 19px;
    color: #333;
}

.indexContactBoxTopDecLine {
    display: inline-block;
    width: calc(100% - 105px);
    text-align: right;
    border-bottom: dashed 1px #ccc;
    vertical-align: middle;
}

.indexContactContent {
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}

.indexContactContentTitle {
    font: normal 18px 'Century Gothic', '微軟正黑體';
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #333;
}

.indexContactContent p {
    margin-bottom: 10px;
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 20px;
    color: #777;
}

.indexContactContent p span {
    display: inline-block;
    width: 50px;
    font-weight: bold;
}

.indexContactBoxBottomDecLine {
    display: inline-block;
    width: calc(100% - 75px);
    text-align: left;
    border-bottom: dashed 1px #ccc;
    vertical-align: middle;
}

.indexContactBoxBottomDecMore {
    display: inline-block;
    width: 70px;
    font: normal 14px 'Cormorant Garamond', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 19px;
    text-align: right;
}

.indexContactBoxBottomDecMore a {
    color: #333;
}

.indexContactBoxBottomDecMore a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.indexNewProductContainer {
    padding: 60px 5px 20px 5px;
    margin: 0 auto;
}

.indexNewProductsTitle,
.indexContactTitle {
    /* text-align: center; */
    color: #777;
    font-family: 'Cormorant Garamond', '微軟正黑體';
}

.titleCn {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    position: relative;
}

/* .titleCn::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 1px;
  background: #DF7E9F;
} */
.titleEn {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 5px;
}

.indexNewProductsList {
    margin: 40px 0 20px 0;
    justify-content: space-between;
    display: flex;
    overflow-x: auto;
}

.indexNewProductsList .productItem {
    width: calc(33% - 15px);
    margin-right: 15px;
    flex-shrink: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> product.php <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.productBanner {
    padding-top: 132px;
}

.productListContainer {}

.productListTitle {
    border-bottom: solid 1px #999;
    margin-bottom: 20px;
    font: normal 18px 'Cormorant Garamond', '微軟正黑體';
    line-height: 30px;
    color: #777
}

.productList {
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 35px;
}

.productList a {
    color: #666;
    transition: all 0.6s;
    display: block;
}

.productList a:hover {
    opacity: 0.6;
}

.productList a:hover,
.productList>ul>li.active>a {
    font-weight: 500;
}

.productSubListTitle.productSubListTitleActive {
    opacity: 0.6;
}

.productSubListTitle {
    cursor: pointer;
}

.productSubListTitle:hover {
    opacity: 0.6;
}

.productSubListTitle span {
    display: inline-block;
    margin-left: 10px;
    transition: all 0.4s;
}

.productSubList {
    font-size: 14px;
}

.productSubList a {
    color: #666;
    opacity: 0.7;
    transition: all 0.8s;
    padding-left: 16px;
}

.productSubList a:hover,
.productSubList>ul>li.active>a {
    background: #eee;
    opacity: 1;
}

.productSubListTitle .transformRotate {
    transform: rotate(90deg);
}

.productSearchContainer {}

.productSearchBtn {
    width: 30px;
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #777;
}

.productSearchBtn:hover {
    opacity: 0.6;
}

.productTitleContainer {
    font: normal 20px 'Century Gothic', '微軟正黑體';
    letter-spacing: 2px;
    color: #777;
    line-height: 20px;
    position: relative;
}

.productTitleContainer:after {
    content: '';
    width: 100%;
    height: 1.2px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background: linear-gradient(to right, rgba(130, 130, 130, 1), rgba(130, 130, 130, 0));
}

.productTitleCh {}

.productTitleEn {
    font-size: 16px;
}

.productBoxContainer {}

.productBox {
    /* padding: 10px;*/
    position: relative;
}

.productBox:hover {
    background: rgba(200, 200, 200, 0.2);
    transition: all 0.6s;
    border-radius: 14px;
}

.productBox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    transition: all 0.6s;
    opacity: 0;
    z-index: -1;
    border-radius: 16px;
}

.productBox:hover::before {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.productBox::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    transition: all 0.6s;
    opacity: 0;
    z-index: -1;
    border-radius: 16px;
}

.productBox:hover::after {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.productImgContainer {
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
    position: relative;
    border-radius: 14px 14px 0 0;
}

.productImgContainer img {
    object-fit: cover;
}

.productImg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.productImg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    opacity: 0;
}

.productBox:hover .productImg1 {
    opacity: 0;
}

.productBox:hover .productImg2 {
    opacity: 1;
}

.productStatusContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.productNew {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    color: #fff;
    background: rgba(255, 50, 0, 0.6);
    text-align: center;
    width: 80px;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -20px;
}

.productHot {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background: #ffcc00;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    opacity: 0.8;
}

.productContentContainer {
    padding: 10px;
}

.productName {
    width: 100%;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    line-height: 30px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
}

.productName:hover {
    opacity: 0.6;
}

.productNum {
    font: normal 13px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #999;
}

.productNum:hover {
    opacity: 0.8;
}

.productTime {
    color: #b5bac1;
    font-size: 14px;
}

.productPrice {
    font: normal 18px 'Century Gothic', '微軟正黑體';
    line-height: 25px;
    letter-spacing: 1.5px;
    color: #ED5861 !important;
}

/* teacher list */
.teacherItem .productImgContainer {
    border-radius: 50%;
}

.teacherItem .productBox {
    padding: 12px 18px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> certificate/index.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.certificateLoginContainer {
    text-align: center;
    padding: 20px 40px;
}

.certificateLoginContainer .col-6 {
    margin: 0 auto;
}

.certificateLoginContainer .info {
    margin-bottom: 16px;
    color: #ff0000;
    font-size: 14px;
}

.certificateLoginContainer .submit {
    min-width: 250px;
    padding: 5px 40px;
    line-height: 45px;
    text-align: center;
    border: none;
    transition: all 0.5s;
    font-weight: bold;
    background-color: #204d90;
    color: #FDDE0B;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

.certificateLoginContainer .submit:hover {
    background-color: #000;
    color: #ffb836;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> teacher/detail.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*個人資料*/
.teacher-profile main {
    padding: 42px 0 78px;
}

.profile {
    width: 80%
}

.profile-banner {
    position: relative;
    height: 465px;
    background-size: cover;
    background-color: #666;
    text-align: center;
}

.setbanner {
    position: absolute;
    color: #fff;
    font-size: 50px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.TopBox {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 20px;
    text-align: center;
    font-size: 16px;
}

.TopBox h1 {
    font-size: 1.5em;
    font-weight: normal;
}

.profile .list>div {
    margin-bottom: 1rem;
}

.Avatar {
    display: inline-block;
    width: 188px;
    height: 188px;
    border-radius: 99px;
    overflow: hidden;
    margin: -8em auto 25px;
    border: 3px #fff solid;
}

.Avatar img {
    width: 100%
}

.UserInfo {
    display: inline-block;
    width: 100%;
}

.UserInfo span {
    color: #6a6a6a;
    padding-right: 5px;
    font-size: .825em
}

.profile .toolbar {
    margin: 20px 0 0;
}

.profile .toolbar i {
    margin-right: 8px
}

.profile .toolbar button {
    display: inline-block;
    background: #e84989;
    border-radius: 5px;
    border: none;
    padding: 10px 8px;
    max-width: 90px;
    color: #fff;
    width: 90px;
    margin: 5px 6px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    outline: none;
    cursor: pointer;
}

.profile .toolbar span {
    font-size: .825em;
    color: #fff;
}

.profile .StatusBox {
    position: absolute;
    right: 0;
    top: 10%;
    text-align: center;
}

.profile .StatusBox a {
    display: inline-block;
    border: 1px solid #e10071;
    border-radius: 99px;
    padding: 6px 28px;
    font-size: .925em;
    line-height: 20px;
    min-width: 108px
}

.profile .StatusBox button {
    border: 1px solid #e6e6e6;
    border-radius: 99px;
    padding: 6px 28px;
    font-size: .925em;
    background: #fff;
    line-height: 20px;
    min-width: 108px
}

.profile .StatusBox span {
    margin-right: 8px;
}

.profile .StatusBox p {
    display: inline-block;
    color: #e10071
}

.profile .model_des {
    padding: 10px 0;
    margin: 15px 0 0;
}

.profile .model_des .and::before {
    content: '|';
    margin: 0 10px;
}

.profile p.infotxt {
    padding: 20px 0 0
}

.profile .scoreboard {
    background: #eee;
    margin: 20px auto;
    height: auto;
    overflow: hidden;
    padding: 12px;
    border-radius: 5px;
    width: 210px;
    font-size: .825em;
}

.profile .scoreboard i {
    margin-right: 8px
}

/* .modal-dialog { max-width: 980px; text-align: center; }

.modal-dialog .gifts .GiftBox { border: 1px #efefef solid; padding: 0; border-radius: 8px; margin: 0 auto 20px; width: 90%; cursor: pointer;}

.modal-dialog .gifts .gift-option { display: none; }

.modal-dialog .gifts .gift-option:checked+label{ background: #e84989;}

.modal-title { width: 100%; }

.modal-dialog h5 { height: 40px; line-height: 40px; margin: 0; font-size: 1.3em; border-bottom: 1px solid #d1d1d1; font-weight: 700; background: #f9f9f9; }

.modal-dialog img { max-width: 128px; width: 100%; margin: 10px auto 20px; }

.modal-dialog .price { padding: 5px 0 20px }

.modal-dialog .input-group { max-width: 288px; margin: 0 auto; }

.modal-dialog .pay { margin: 20px 0 10px; color: #e84989; font-size: 1.5em; } */

.profile .bg-live {
    background: #e10071;
}

.profile .InfoBox {
    line-height: 1.5
}

.profile ul.ImgBox li {
    width: calc(100%/4 - 3%);
    float: left;
    display: block;
    margin: 0 1.5% 1.5rem;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid rgb(242, 242, 242);
    box-shadow: rgba(40, 35, 45, 0.2) 0px 4px 6px 0px;
}

.profile ul.ImgBox li img {
    width: 100%
}

.profile ul.ImgBox li p {
    padding: 5px 0
}

.profile ul.VideoBox li {
    width: calc(100%/4 - 3%);
    float: left;
    display: block;
    margin: 0 1.5% 1.5rem;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid rgb(242, 242, 242);
    box-shadow: rgba(40, 35, 45, 0.2) 0px 4px 6px 0px;
}

.profile ul.VideoBox li img {
    width: 100%
}

.profile ul.VideoBox li p {
    padding: 5px 0
}

.profile .profile-field {
    padding: 12px 5px;
    min-height: 2em;
}

.profile_edit {
    width: 90%;
    margin: 0 auto;
}

.profile-edit-box {
    width: 100%;
    border: 1px solid #ced4da;
    opacity: .8;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .16);
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

.profile_edit .btn-box {
    margin: 30px 0 0;
    text-align: right;
}

.profile_edit .btn-box button {
    min-width: 260px;
    line-height: 40px;
    line-height: 36px;
    border-radius: 5px;
}

.profile_edit .redtxt {
    color: #e61f6e;
    padding-right: 5px;
}

.profile .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: 2px #e10071 solid;
    color: #e10071;
}

.profile .card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid #007bff;
}

.profile .card.card-outline-tabs .card-header a {
    border-top: 3px solid transparent;
}

.profile .card {
    font-size: 15px;
}

.profile .card-header {
    background-color: transparent;
}

.playlist-item {
    border: 1px #e6e6e6 solid;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .1);
    border-radius: 6px;
    border-bottom: 5px #ffb115 solid;
    background: #fff;
}

.playlist-item .model-info {
    padding: 10px;
}

.playlist-item .model-info img {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

.playlist-item .model-info p {
    display: inline;
    color: #1a1a1a;
    margin-left: 8px
}

.playlist-item .model-info a:hover p {
    text-decoration: underline;
}

.playlist-item .imgbox {
    text-align: center;
    overflow: hidden;
}

.playlist-item .imgbox img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.playlist-item .imgbox:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

.playlist-item .txt-title {
    padding: 10px;
    font-size: 1.5em;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 68px;
}

.playlist-item .info-box {
    display: block;
    padding: 15px 10px;
    min-height: auto;
    margin: 10px 0 0;
    color: #666666;
    line-height: 1.5;
    font-size: .825em;
    overflow: hidden;
}

.playlist-item .info-box p {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
}

.playlist-item .info-box .class-times {
    display: block;
    width: 100%;
}

.playlist-item .info-box .original-price {
    font-size: 1.75em;
    color: #ffb115;
    text-align: right;
}

.playlist-item .info-box .view-times {
    line-height: 34px;
}

.playlist-item .info-box i {
    color: #b3b3b3;
    margin-right: 6px
}

.classBox {
    overflow-x: hidden;
}

.label-box {
    position: absolute;
    top: 12px;
    right: -29px;
    width: 115px;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: rgb(204 204 204) 0px 0px 2px;
    color: white;
    background: rgb(0, 190, 164);
    padding: 5px;
    z-index: 9;
}

/* 課程分類 */
.introduce .list-box {
    padding: 15px;
}

.introduce .list-box>div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ededed solid;
}

.introduce .info-box {
    display: block;
}

.introduce .info-box p {
    display: inline-block;
}

.introduce .info-box i {
    color: #b3b3b3;
    margin-right: 6px;
}

.introduce .original-price {}

.introduce a.item {
    display: none;
}

.introduce h3.title-txt {
    padding: 0 10px;
}

.introduce .imgbox {
    position: relative;
}

.introduce .imgbox img {
    width: 100%;
}

.introduce .rounded-circle {
    position: absolute;
    bottom: -20%;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 3px #fff solid;
    transform: translateX(-50%);
}

.introduce .rounded-circle img {
    width: 100%;
}

.introduce .txt-title {
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.introduce .name-box {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.introduce .class-times {
    margin-right: 15px;
}

.introduce .btn-area {
    text-align: right;
    margin-top: 20px;
}

.introduce .btn-area a.btn-detail {
    background-color: #416eb6;
    border-color: #416eb6;
    font-size: 1em;
    color: #fff;
}

.unit-banner {
    position: relative;
    height: 610px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: height 0.3s ease 0s;
    font-size: 16px;
}

.unit-banner h1 {
    position: absolute;
    left: 50%;
    margin: 30px 0;
    font-size: 2em;
    color: #fff;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.video-area {
    position: relative;
    width: 100%;
}

.video-play {
    position: absolute;
    overflow: hidden;
    margin-top: 100px;
    width: 100%;
    height: 418px;
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    transition: height 0.3s ease 0s;
}

.video-area .video-box {
    position: relative;
    width: 65%;
    height: 100%;
}

.video-area .video-box video {
    width: 100%
}

.video-area .item-list {
    position: relative;
    width: 35%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
}

.video-area .item-list .list-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding: 15px;
    height: 90px;
}

.video-area .item-list ul.unit-list {
    padding: 10px 0;
    overflow: hidden auto;
    height: calc(100% - 90px);
}

.video-area .item-list ul.unit-list li {
    list-style: none;
    padding: 5px 0px;
    margin: 0px 15px;
    width: calc(100% - 30px);
    min-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    line-height: 1.5;
}

.video-area .item-list ul.unit-list li>div {
    display: flex;
}

.video-area .item-list ul.unit-list li i {
    line-height: 25px;
}

.video-area .item-list ul.unit-list li span {
    padding: 0 10px;
}

.video-area .item-list ul.unit-list li span.time-txt {
    padding: 0;
}

.video-area .item-list ul.item-box {
    display: block;
    margin-top: 10px;
}


/* 聊天 */

.message_page {
    min-height: calc(90vh - 11em);
    width: 100%;
    padding: 0em;
    max-width: 1200px;
    margin: 15px auto 0px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-bottom: none;
    overflow: hidden;
}

.message_page .Messenger {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, .10);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    height: calc(100vh - 105px);
    float: left;
    min-height: 500px;
}

.message_page .Messenger p,
.message_page .Messenge_content p {
    width: 100%;
    text-align: center;
    flex-basis: 100%;
    font-size: 17px;
    font-weight: 500;
    margin: 7px 0 0;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.message_page .Messenge_content img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    vertical-align: middle;
    margin-right: 8px;
}

.message_page .Messenger ul li {
    min-height: 64px;
    position: relative;
    display: flex;
    padding: 5px 10px;
    line-height: 40px
}

.message_page .Messenger .Messenger_pic {
    margin-right: 9px;
    align-items: center;
    display: flex;
    background: rgba(0, 0, 0, .10);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.Messenger_pic img {
    width: 50px;
    border-radius: 50%;
}

.message_page .Messenge_content {
    width: 75%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    height: calc(100vh - 105px);
}

.message_page .Messenge_content .message_content_box {
    width: 100%;
    height: calc(100% - 56px);
    overflow: hidden;
}

.message_page .Messenge_content .message_content_box .message_content_scrollable {
    width: 100%;
    padding: 10px 20px 0 12px;
    height: calc(100% - 56px);
    margin: 0 10px 0 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in;
}

.message-input-box {
    display: inline-flex;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    height: 55px;
}

.message-input-box a {
    width: 30px;
    margin: 0 10px;
    font-size: 1.68em;
    text-align: center;
    line-height: 36px;
}

.message-input {
    resize: none;
    border: 0;
    background: #f7f7f7;
    border-radius: 18px;
    padding: 7px 15px;
    margin: 0;
    width: 90%;
    line-height: 1.25;
}

.mediaSelector {
    padding: 5px 0 5px 35px;
}

.PurchaseLink {
    color: #e10071
}

.gifts {
    padding: 15px
}

.gifts a:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.125)
}

.message_page .Messenge_content .user_message img {

    width: 80%;

    max-width: 80%;

    height: auto;

    border-radius: 5px;

    vertical-align: top;

}

/* 課程單元 */
.courseDetail main {
    padding: 42px 0 78px;
}

.course-unit {
    font-size: 16px;
}

.course-unit .container {
    max-width: 1170px;
}

.course-unit .select-bar {
    background: white;
    position: relative;
    box-shadow: rgb(0 0 0 / 24%) 0px 1px 2px;
    color: #8f8f8f;
    padding: 15px 0;
}

.course-unit .select-bar i {
    font-size: 3em;
    color: #8f8f8f;
    margin-bottom: 10px;
}

.course-unit .select-bar ul li {
    display: block;
    text-align: center;
    width: 25%;
    float: left;
}

.course-unit .select-bar ul span {
    display: block;
}

.course-unit .select-bar span.price {
    display: inline-block;
    font-size: 1.75em;
    padding: 0 0 0 1em;
}

.course-unit .select-bar span.currency {
    padding: 0 1em 0 0;
}

.course-unit .select-bar button.btn-buy {
    width: 100%;
    background-color: #416eb6;
    border-color: #416eb6;
    font-size: 1em;
    color: #fff;
}

.course-unit h2.title-txt {
    width: 100%;
    text-align: left;
    color: #efc535;
}

.course-box {
    padding: 0;
}

.course-unit .top-area {
    display: flex;
    background: #f3f3f1;
    padding: 20px 0 0;
}

.course-unit .top-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px #5a5a5a solid;
}

.course-unit .top-area li {
    float: left;
    width: 33.3333%;
    line-height: 40px;
    text-align: center;
    margin-bottom: -1px;
}

.course-unit .top-area a {
    color: #585858;
    font-weight: 600;
    display: block;
    border-bottom: 5px rgb(255, 255, 255, 0) solid;
}

.course-unit .top-area a:hover,
.course-unit .top-area a.active {
    color: #efc535;
    border-bottom: 5px #efc535 solid;
}

.course-content {
    padding-top: 60px;
}

.course-content .unit-area {
    margin-bottom: 3em;
}

.course-content ul.course-unit {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 46px 46px;
    row-gap: 30px;
    margin-bottom: 33px;
}

.course-content ul.course-unit li {
    display: grid;
    font-weight: 500;
    grid-template-columns: 40px auto;
    column-gap: 10px;
    grid-template-rows: repeat(2, 23px);
}

.course-content ul.course-unit i {
    align-self: center;
    height: 46px;
    width: 46px;
    margin: 2px 0px;
    grid-row: 1 / 3;
    color: #6f6f6f;
    font-size: 30px;
}

.course-content ul.course-unit span {
    text-align: left;
}

.course-content ul.course-unit span.item-txt {
    align-self: start;
    color: rgba(0, 0, 0, 0.43);
    font-size: 14px;
    grid-row: 1 / 2;
}

.course-content ul.course-unit span.item-exp {
    color: rgba(0, 0, 0, 0.65);
    grid-row: 2 / 3;
}

.course-content p {
    display: block;
    line-height: 1.5
}

.other-course {
    text-align: center;
    padding: 3em 15px;
    border-top: 2px #a9c1e6 solid;
    border-bottom: 2px #a9c1e6 solid;
}

.other-course h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 18px;
}

.course-unit .message-area h2 {
    color: #3a3a3a;
}

.course-unit .message-area {
    background: #efefef;
    padding: 30px 0;
}

.course-unit .message-area .username {
    margin-bottom: 15px;
}

.course-unit .message-area .Avatar {
    width: 36px;
    height: 36px;
    margin: 0;
    vertical-align: middle;
}

.course-unit .message-area .username span {
    display: inline-block;
}

.course-unit .message-area .btn-area {
    text-align: right;
    margin-top: 1em;
}

.btn-send {
    background-color: #416eb6;
    border-color: #416eb6;
    font-size: 1em;
    color: #fff;
}

.course-unit .message-area button.btn-send {
    width: 120px;
}

.unit_title {
    position: relative;
    text-align: center;
    padding: 18px 0 28px;
}

h2.title-txt {
    padding-bottom: 15px;
    color: #3a3a3a;
    font-size: 1.75em;
    font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> product_detail.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.productDetailContainer {
    margin-bottom: 50px;
}

.productDetailTopContainer {}

.productDetailImgContainer {}

.productDetailNameContainer {}

.productDetailName {
    margin-bottom: 10px;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #777;
}

.productDetailNum {
    font: normal 12px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #999;
}

.productDetailPrice {
    font: bold 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    text-align: right;
}

.productDetailNameDecoration {
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background: linear-gradient(to right, rgba(150, 150, 150, 1), rgba(150, 150, 150, 0));
}

.productDetailShareContainer {
    text-align: right;
}

.productDetailShareContainer a {
    border: none;
    padding: 0;
    background: none;
    font-size: 25px;
    cursor: pointer;
}

.productDetailIntroduction {
    font: normal 13px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 20px;
}

.productDetailStock {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    color: #777;
}

.productDetailStyleContainer {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    color: #777;
}

.productDetailStyleBoxContainer .ui-state-default a,
.productDetailStyleBoxContainer .ui-state-default a:link,
.productDetailStyleBoxContainer .ui-state-default a:visited,
.productDetailStyleBoxContainer a.ui-button,
.productDetailStyleBoxContainer a:link.ui-button,
.productDetailStyleBoxContainer a:visited.ui-button,
.productDetailStyleBoxContainer .ui-button {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    border-radius: 0;
    border: solid 1px #ccc;
    padding: 5px 15px;
    color: #8c0024;
    color: #777;
    background: none;
    text-decoration: none;
}

.productDetailStyleBoxContainer .ui-state-hover,
.productDetailStyleBoxContainer .ui-widget-content .ui-state-hover,
.productDetailStyleBoxContainer .ui-widget-header .ui-state-hover,
.productDetailStyleBoxContainer .ui-state-focus,
.productDetailStyleBoxContainer .ui-widget-content .ui-state-focus,
.productDetailStyleBoxContainer .ui-widget-header .ui-state-focus,
.productDetailStyleBoxContainer .ui-button:hover,
.productDetailStyleBoxContainer .ui-button:focus {
    background: #777;
    color: #fff;
}

.productDetailStyleBoxContainer .ui-state-active,
.productDetailStyleBoxContainer .ui-widget-content .ui-state-active,
.productDetailStyleBoxContainer .ui-widget-header .ui-state-active,
.productDetailStyleBoxContainer a.ui-button:active,
.productDetailStyleBoxContainer .ui-button:active,
.productDetailStyleBoxContainer .ui-button.ui-state-active:hover {
    background: #777;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.productDetailAmountContainer {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    color: #777;
}

.productDetailAmountContainer .btnCustom-outline {
    border-color: #ccc;
    color: #777;
}

.productDetailAmountContainer .btnCustom-outline:hover {
    color: #fff;
    background: #777;
}

.productDetailAmountContainer .btnCustom-outline:focus {
    color: #fff;
    background: #777;
    box-shadow: none
}

.productDetailBtn {}

.productDetailAdditionalPurchaseContainer {
    border: solid 1px #ddd;
}

.productDetailAdditionalPurchaseTitle {
    margin-bottom: 15px;
    padding: 5px 0 3px 0;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background: #aaa;
}

.productDetailAdditionalPurchaseBoxContainer {
    padding: 0 15px;
}

.productDetailAdditionalPurchaseName {
    font: normal 15px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productDetailAdditionalPurchaseName a {
    color: #555;
}

.productDetailAdditionalPurchaseName a:hover {
    opacity: 0.6;
}

.productDetailAdditionalPurchasePrice {
    font: normal 12px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 8px;
}

.productDetailAdditionalPurchasePrice span {
    font-size: 18px;
    font-weight: bold;
    color: #ff8686;
}

.productDetailAdditionalPurchaseBoxContainer .ui-state-default a,
.productDetailAdditionalPurchaseBoxContainer .ui-state-default a:link,
.productDetailAdditionalPurchaseBoxContainer .ui-state-default a:visited,
.productDetailAdditionalPurchaseBoxContainer a.ui-button,
.productDetailAdditionalPurchaseBoxContainer .ui-state-focus,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-content .ui-state-focus,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-header .ui-state-focus,
.productDetailAdditionalPurchaseBoxContainer a:link.ui-button,
.productDetailAdditionalPurchaseBoxContainer a:visited.ui-button,
.productDetailAdditionalPurchaseBoxContainer .ui-button,
.productDetailAdditionalPurchaseBoxContainer .ui-button:focus {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    border-radius: 0;
    border: solid 1px #06aaad;
    padding: 5px 5px;
    color: #8c0024;
    color: #06aaad;
    background: none;
    text-decoration: none;
    width: 100%;
}

.productDetailAdditionalPurchaseBoxContainer .ui-state-hover,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-content .ui-state-hover,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-header .ui-state-hover,
.productDetailAdditionalPurchaseBoxContainer .ui-button:hover {
    background: #06aaad;
    color: #fff;
}

.productDetailAdditionalPurchaseBoxContainer .ui-state-active,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-content .ui-state-active,
.productDetailAdditionalPurchaseBoxContainer .ui-widget-header .ui-state-active,
.productDetailAdditionalPurchaseBoxContainer a.ui-button:active,
.productDetailAdditionalPurchaseBoxContainer .ui-button:active,
.productDetailAdditionalPurchaseBoxContainer .ui-button.ui-state-active:hover {
    background: #06aaad;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.productDetailAdditionalPurchaseContainer .modal.fade .modal-dialog.modal-dialog-centered {
    top: 40%;
    transform: translate(0, -50%);
    font-family: 'Century Gothic', '微軟正黑體';
    ;
}

.productDetailAdditionalPurchaseContainer .modal.fade .modal-dialog.modal-dialog-centered .modal-body p {
    font: normal 15px 'Century Gothic', '微軟正黑體';
    color: #777;
}


.productDetailRecommendContainer {}

.productDetailRecommendContainer .slick-prev:before,
.productDetailRecommendContainer .slick-next:before {
    color: #777
}

.productDetailRecommendTitle {
    margin-bottom: 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px 0 3px 0;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 2px;
    text-align: center;
    color: #777;
}

.productDetailRecommendBoxContainer {
    margin: 0 auto;
}

.productDetailRecommendBox {
    padding: 5px;
}

.productDetailRecommendBox:hover .productDetailRecommendImg {
    opacity: 0.6;
}

.productDetailRecommendImg {
    margin-bottom: 10px;
    transition: all 0.6s;
}

.productDetailRecommendName {
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    width: 100%;
}

.productDetailRecommendName a {
    color: #777;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
}

.productDetailRecommendName a:hover {
    opacity: 0.6;
}

.productDetailBottomContainer {}

.productDetailInformationTitle {
    margin-bottom: 15px;
    padding: 5px 0 5px 10px;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 2px;
    background: linear-gradient(to right, rgba(100, 100, 100, 1), rgba(100, 100, 100, 0.06));
    color: #eee;
    font-weight: 500;
}

.productDetailInformationContent {
    padding: 0 10px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    color: #777;
}

.productDetailInformationContent img {
    max-width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> contact.php <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.contactHeadquarterBoxContainer .row {
    position: relative;
}

.contactHeadquarterBox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contactHeadquarterMapContainer iframe {
    width: 100%;
    height: 350px;
}

.indexContactContentTitle a {
    color: orange;
}

.indexContactContentTitle a:hover {
    opacity: 0.6;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> cart_list.php <<<---------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cartNavContainer {
    text-align: center;
}

.cartNavContainer ul>li {
    display: inline-block;
    width: 100px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    margin: 0 20px 0 0;
    position: relative;
    background: #ddd;
    color: #666;
}

.cartNavContainer ul>li.active {
    background: #555;
    color: #ccc;
}

.cartNavContainer ul>li::after {
    content: '';
    width: 0;
    height: 0;
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    right: -18px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ccc;
}

.cartNavContainer ul>li:last-child {
    margin-right: 0;
}

.cartNavContainer ul>li:last-child::after {
    display: none;
}

.cartListTableProductNameBoxContainer {
    position: relative;
}

.cartListTableProductNameBox {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cartListTableProductName {}

.cartListTableProductName a {
    display: block;
}

.cartListTableProductName a:hover {
    opacity: 0.6;
}

.cartListTableProductNum {
    font: normal 13px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 20px;
}

.cartListTableProductDelete {
    font-size: 18px;
    transition: all 0.6s;
}

.cartListTableProductDelete:hover {
    opacity: 0.6;
}

.cartListBottomContainer {}

.cartListFreightInfoContainer {
    padding: 0 25px;
}

.cartListFreightInfoTitle {
    border-left: solid 3px #777;
    padding-left: 10px;
    margin-bottom: 15px;
    font: normal 18px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 18px;
    color: #666;
}

.cartListFreightInfoContent {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    color: #777;
}

.cartListPriceContainer {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 35px;
    color: #777;
}

.cartListTotalPrice {
    font-size: 20px;
    font-weight: bold;
}

.cartListProductAmountRwdInput {
    max-width: calc(100% - 80px);
    margin-left: -5px;
}

.cart-note {
    line-height: 1.6;
}

.coupon-input {
    display: inline-block;
    vertical-align: top;
}

.coupon-btn {
    display: inline-block;
    vertical-align: top;
}

.coupon-wrapper {
    text-align: right;
    margin: 10px 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> cart_information.php <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cartInfoContainer {}

.cartInfoFormContainer {}

.cartInfoMemberInfoBtnContainer {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 20px;
}

.cartInfoMemberInfoBtnContainer.nav-pills .nav-link.active,
.cartInfoMemberInfoBtnContainer.nav-pills .show>.nav-link,
.cartInfoMemberInfoBtnContainer.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #999;
}

.cartInfoMemberInfoBtnContainer.nav-pills .nav-link {
    border-radius: 0rem;
    border: solid 1px #aaa;
    color: #999;
    transition: all 0.6s;
}

.cartInfoMemberInfoBtnContainer.nav-pills .nav-item:first-child .nav-link {
    margin-right: 10px;
}

.cartInfoMemberInfoBtnContainer .nav-link {
    display: block;
    padding: 5px 10px;
}

#pickup-address {
    line-height: 1.7;
    margin-top: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> cart_finish.php <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cartFinishContentContainer {
    line-height: 35px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> include_member_nav.php <<<------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.memberNavContainer {}

.memberNavBox {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}

.memberNavBox a {
    display: block;
    background: #ccc;
    color: #666;
    transition: all 0.4s;
}

.memberNavBox a:hover,
.memberNavBox.active a {
    background: #777;
    color: #eee;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> member_information.php <<<-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> member_order_detail.php <<<-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.memberOrderDetailTableTop {}

.memberOrderDetailTableTopTitle {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    color: #777;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 45px;
    background: #eee;
}

.memberOrderDetailTableTopContent {
    font: normal 14px 'Century Gothic', '微軟正黑體';
    color: #555;
    line-height: 55px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> FAQ.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.FAQboxContainer ul {
    padding: 0;
    margin: 0;
}

.FAQboxContainer ul>li {
    border-bottom: dashed 1px #ccc;
    padding: 0 10px 10px;
}

.FAQboxContainer ul>li:last-child {
    border-bottom: double 3px #ccc;
}

.FAQbox {}

.FAQquestion {
    font: normal 16px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 35px;
    color: #f39b74;
    cursor: pointer;
}

.FAQquestion:hover {
    opacity: 0.6;
}

.FAQanswer {
    padding: 0 5px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    color: #777;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> include_footer.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 180px;
    border-top: solid 1px #cccccc;
    margin: 30px 5% 0
}

.footerLogoContainer {
    display: flex;
    justify-content: center;
}

.footerLogo {
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footerLogo .logo {
    width: 220px;
    margin: 0 20px 15px;
}

.footerLogo .socialLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerNav {
    max-width: 800px;
    font: normal 14px 'Century Gothic', '微軟正黑體';
    letter-spacing: 1px;
    line-height: 25px;
    margin-right: auto;
    margin-left: auto;
}

.footerNav ul {
    margin-bottom: 0;
}

.footerNav ul li {
    float: none;
    display: inline-block;
}

.footerNav ul li a {
    color: #999;
    text-decoration: none;
}

.footerNav ul li:last-child::after {
    content: "";
    margin: 0 0px;
}

.footerNav ul li a:hover {
    opacity: 0.6;
}

.footerCopyright {
    font: normal 12px 'Century Gothic', '微軟正黑體';
    line-height: 20px;
    letter-spacing: 1px;
    color: #999;
}

.tradeLogo {
    margin-left: 10px;
    display: inline-block;
    width: 150px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> include_service.php <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.serviceContainer {
    position: fixed;
    right: 20px;
    bottom: 55px;
    font-size: 35px;
}

@supports(padding: env(safe-area-inset-bottom)) {
    .serviceContainer {
        bottom: calc(55px + env(safe-area-inset-bottom));
    }
}

.serviceLine {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    background: #44be29;
    border-radius: 50%;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: all 0.6s;
    overflow: hidden;
}

.serviceLine:hover {
    opacity: 1;
}

.serviceLine a {
    color: #fff;
    display: block;
}

.serviceFB {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    background: #086ff9;
    border-radius: 50%;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: all 0.6s;
    overflow: hidden;
}

.serviceFB:hover {
    opacity: 1;
}

.serviceFB a {
    color: #fff;
    display: block;
}

.serviceBtn {
    width: 50px;
    height: 45px;
    background: orange;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s;
    opacity: 0.7;
}

.serviceBtn:hover {
    opacity: 1;
}

.serviceBtn a {
    color: #fff;
    display: block;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------->>> other <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.fontColorPink {
    color: #ffbc9e;
}

.fontColorDeepOrange {
    color: #f39b74;
}

.fontColorHeartRed {
    color: #f24e4e;
}

.fontColorLightRed {
    color: #ff6f8c;
}

.fontColorBlue {
    color: #216b9c;
}

.fontColorLightBlue {
    color: #379cd3;
}

.fontColorGreen {
    color: #85cc55;
}

.fontColorYellow {
    color: #f9a230;
}

.fontColorWhite {
    color: #fff
}

.fontColor999 {
    color: #999
}

.fontColoraaa {
    color: #aaa
}

.fontColorImportant {
    color: #8c0024;
}

.fontColorLine {
    color: #00b900
}

.fontColorFB {
    color: #4267b2
}

.lineHeight96 {
    line-height: 96px
}

.lineHeight30 {
    line-height: 30px;
}

.lineHeight25 {
    line-height: 25px;
}

.fontSize20 {
    font-size: 20px;
}

.bg-gray {
    background: #dddddd;
}

.border-none {
    border: none
}

.fontZ-20 {
    font-size: 20px;
}


.coin {
    width: 11px;
    height: 11px;
    display: inline-block;
}

.coinLtc {
    background: no-repeat url(../images/lth-gray.png);
    background-size: 100%
}

.coinEth {
    background: no-repeat url(../images/eth-gray.png);
    background-size: 100%
}

.coinTcn {
    background: no-repeat url(../images/tcn-gray.png);
    background-size: 100%
}

.coinUsdt {
    background: no-repeat url(../images/usdt-gray.png);
    background-size: 100%
}

.coinDash {
    background: no-repeat url(../images/dash-gray.png);
    background-size: 100%
}

.coinXrp {
    background: no-repeat url(../images/xrp-gray.png);
    background-size: 100%
}

/* -------------->>> ie-decide.php ie瀏覽器限制 <<<----------------*/
.modal_browse {
    /*display: none;*/
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.wrap {
    max-width: 800px;
    margin: 100px auto 0 auto;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 1.5;
    text-align: center;
    background: #FFF4F4;
    padding: 50px 30px;
}

.wrap .text {
    text-align: left;
}

.wrap .col-6 {
    display: inline-block;
    margin: 30px 10px;
}

.wrap a {
    display: block;
    text-transform: capitalize;
}

.wrap h2 {
    font-size: 19px;
    text-decoration: underline;
    color: #e25600;
    margin: 0;
}

.wrap h3 {
    font-size: 10px;
    color: #aaa;
    margin: 0;
}

.wrap img {
    margin: auto;
}

/* wholesaler */
.modal.fade .modal-dialog.modal-dialog-centered {
    margin-top: 25%;
}

.promotion-container {
    background: #BDC9D1;
}

.promotion-container .description-button {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #eee;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.promotion-container .description-button span {
    font-size: 15px;
}

.promotion-container .feedback-container {
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
}

.promotion-container .feedback-container .title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #BDC9D1;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

.promotion-container .feedback-container .info {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    padding: 50px 0;
}

.promotion-container .feedback-container .info span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

.promotion-container .feedback-container .info span i {
    margin-right: 4px;
}

.promotion-container .feedback-container .info .point {
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

.promotion-share-container {
    display: flex;
    margin: 0 7%;
    transform: translateY(-80px);
    background: #fff;
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.promotion-share-container .section {
    flex: 1 1 0%;
    padding: 20px 40px;
}

.promotion-share-container .divider {
    position: absolute;
    height: 60%;
    width: 1px;
    background: #E0E0E0;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.promotion-share-container .section h5 {
    font-size: 20px;
    margin-bottom: 8px;
}

.promotion-share-container .section p {
    margin-bottom: 8px;
    font-size: 14px;
}

#menuButton {

    display: block;
    background: #333;
    color: #fff;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

/* news */
.news-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
    color: inherit;
}

.news-image {
    max-width: 100%;
    height: auto;
}

.news-content {
    padding-left: 20px;
}

.news-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-excerpt {
    font-size: 1rem;
    margin-bottom: 10px;
}

.btn-more-block {
    text-align: right;
}

.read-more {
    font-size: 1rem;
    text-align: center;
}

.no_data {
    display: block;
    text-align: center;
    font-size: 1.2em;
    color: #666;
}

.news-publish {
    font-size: 1.2em;
    margin: 5px 0;
    color: #666;
}

.newsPublisheDate {
    font-size: 1.2em;
    margin: 10px 0;
}

.newsContent {
    font-size: 1.4em;
    line-height: 1.8;
}

.read-more {
    background: #0088d2;
    border: 1px solid #0088d2;
    color: #fff;
    transition: all 0.8s;
}

.newsBtnContainer {
    margin: 10px 0;
    text-align: center;
}

.read-more:hover {
    background: none;
    color: #0088d2;
}

.newsTypeContainer {
    margin-top: 49px;
}


/* 課程介紹  */
.courseInfoContainer {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    padding: 35px 25px;
    border-radius: 8px;
    margin: 30px 0px;
    line-height: 1.9;
    font-size: 17px;
    color: #616161;
}

.courseInfoBlock>i {
    color: #c9c9c9;
    width: 24px;
    text-align: center;
    margin: 7px 5px 7px 0px;
    font-size: 20px;
}

.infoTitle {
    font-weight: 500;
}

.courseInfoBlock {
    display: flex;
}

.locationContent {
    font-size: 0.95em;
    color: #b5bac1;
    font-weight: 400;
}

.infoTitle a i {
    font-size: 1em;
}

.relatedLink a {
    font-size: 0.95em;
    color: #595e64;
}

.courseTagContainer {
    align-items: center;
}

.courseTags {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.courseTag {
    padding: 4px 16px;
    border: 1px solid #d8dde4;
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 0.95em;
}

.courseTag a {
    color: #b5bac1;
}

.courseInDescription {
    border: 1px solid #d8dde4;
    margin: 25px 40px 0 40px;
    padding: 25px;
    font-size: 0.95em;
    border-radius: 30px;
}

.courseInDescription p {
    margin: 0;
}

.btn-signup {
    background: #0088d2;
    color: #fff;
    transition: background 0.3s;
}

.btn-signup:hover {
    background: #2ab3fc;
    color: #fff;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------>>> exam <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.bg_gray {
    background-color: #F8FBFF;
}

.centered-block {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.questions-centered-block {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
}

.exam-info-container,
.exam-questions-container {
    padding: 60px;
    box-shadow: 1px 1px 5px 1px #ddd;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
}

.exam-questions-container {
    max-width: 960px;
    width: 100%;
    height: calc(100vh - 90px);
}

.exam-info-title {
    color: #0088D2;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 24px;
}

.exam-questioin-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;

}

.exam-checkbox-block {
    font-size: 16px;
}

.exam-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.exam-header .left,
.exam-header .right {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.answer-option {
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 30px;
}

.answer-option input[type="radio"] {
    display: none;
}

.answer-option label {
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    margin: 0;
}

.answer-option input[type="radio"]:checked+label {
    background-color: rgba(0, 136, 210, 0.3);
    font-weight: 500;
}

.exam-navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.question-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.question-buttons button {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #0088D2;
    border: 1px solid #0088D2;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.question-buttons button:hover,
.question-buttons button.active {
    background-color: #0088D2;
    color: #fff;
}

.question-number.answered {
    background-color: #2ECC87;
    border: #2ECC87;
    color: #fff;
}

.question-nav-btn {
    margin: 10px 0;
    cursor: pointer;
}

.bg_gray {
    background-color: #F8FBFF;
}

.centered-block {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.questions-centered-block {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
}

.exam-info-container,
.exam-questions-container {
    padding: 60px;
    box-shadow: 1px 1px 5px 1px #ddd;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
}

.exam-questions-container {
    max-width: 960px;
    width: 100%;
    height: calc(100vh - 90px);
}

.exam-info-title {
    color: #0088D2;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 24px;
}

.exam-questioin-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    font-weight: 500;

}

.exam-checkbox-block {
    font-size: 16px;
}

.exam-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.exam-header .left,
.exam-header .right {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.answer-option {
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 30px;
}

.answer-option input[type="radio"] {
    display: none;
}

.answer-option label {
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
    margin: 0;
}

.answer-option input[type="radio"]:checked+label {
    background-color: rgba(0, 136, 210, 0.3);
    font-weight: 500;
}

.exam-navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.question-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.question-buttons button {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #0088D2;
    border: 1px solid #0088D2;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.question-buttons button:hover,
.question-buttons button.active {
    background-color: #0088D2;
    color: #fff;
}

.question-number.answered {
    background-color: #2ECC87;
    border: #2ECC87;
    color: #fff;
}

.question-nav-btn {
    margin: 10px 0;
    cursor: pointer;
}

.exam-info-item {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
