@charset "utf-8";

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

/*清除*/
:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*網頁選取顏色*/
::selection {
    background-color: #999;
    color: #fff;
}

::-moz-selection {
    background-color: #999;
    color: #fff;
}


/**********統一通用**************/
.d-flex-center {
    display: flex;
    align-items: center;
}

/*.page {
	/*padding: 14rem 0 4rem;*/
/*min-height: calc(100vh - 37px);
}*/

.page.gray {
    background-color: #f4f4f4;

}

.page-no-top {
    padding-top: 10rem;
}

.page-space {
    height: 4rem;
}


.classbox .title {
    padding-left: 1.25rem;
    color: #333;
    margin: 0 0 1.5rem;
    font-size: 1.3rem;
    padding-block-start: 2rem;
}

.classboxe .page-box {
    background-color: #fff;
    padding: 3rem;
}

.contentbox .container {
    position: relative;
}

/* 整個捲軸 */

::-webkit-scrollbar {
    width: 5px;
}

/* 捲軸的軌道 */
::-webkit-scrollbar-track {
    background: #333;
}

/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece {
    background: #666;
}

/* 滑動的區塊 */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/**********背景**************/

.entry-back {
    position: absolute;
}

/*3圖 背景*/
.entry-back01 {
    top: 55px;
    width: 12%;
    left: -78px;
    z-index: 999;
}

.entry-back02 {
    bottom: 40px;
    width: 9%;
    left: 13%;
}

.entry-back03{
    width: 8%;
    margin-right: 15px;
    bottom: 60px;
    right: 24%;
    z-index: 5;
    position: absolute;
}

.entry-back04{
    width: 10%;
    bottom: 40px;
    right: 13%;
    z-index: 5;
    position: absolute;
}

/*--------------------------------------------------------------
登入
--------------------------------------------------------------*/


.login .row {
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
}

.login .login-box {
    background-image: url(../images/login_bg.png);
    width: auto;
    padding: 90px 70px 80px 85px;
    margin: 15px 15px 15px;
    position: relative;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
}


/*標題*/
.login .login-box .logo {
    width: 120px;
    margin-right: 5px;
}

.login .login-box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D3298;
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px
}

/*帳密*/
.login-form .d-flex-center span {
    width: 60px;
    color: #1D3298;
    font-size: 23px;
}

.login-form .d-flex-center .form-control {
    border: 1px solid #1D3298;
    display: block;
    height: 40px;
    width: calc(100% - 60px);
    background-color: rgb(253 253 253 / 20%);
}

.login-form .d-flex-center {
    margin-bottom: 15px;
}

.login-form .btn {
    background-color: #144BE1;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    padding: 5px;
    margin: 20px 0 20px 0;
}

.login-form .btn:hover,
.login-form .btn:active {
    background-color: #0b37b1;
    color: #fff;
}

.login-form .d-flex-center {
    margin-bottom: 20px;
    display: flex;
}

.login-form .btn-cancel {
    background-color: #b4b4b4;
    color: #fff;
    width: 100%;
    padding: 5px;
    font-size: 20px;
    margin: 0 0 20px 0;
}


.login-form .btn-cancel:hover,
.login-form .btn-cancel:active {
    background-color: #807f7e;
    color: #fff;
    width: 100%;
}



/*--------------------------------------------------------------
頁首
--------------------------------------------------------------*/
.entry-head .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 27px;
}

.logo {
    margin-top: 0;
}

.menu-username {
    color: #49263E;
    font-size: 18px;
    text-align: -webkit-right;
}

.notify-icon span {
    position: absolute;
}

.btn-info {
    color: rgb(44, 44, 44);
    background-color: inherit;
    border-color: #252525;
}

.btn-info:hover {
    background-color: #0065F4;
}

.menu-sec li {
    padding: 17px;
}

.entry-logo {
    width: 50%;
}

.entry-logo img {
    width: 45%;
}

.nav-bar {
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 50%;
}

.nav-bar li {
    padding: 0 5px;
}

.nav-bar li {
    width: calc(25% - 52.5px);
}

.nav-bar li.menu-username {
    width: 210px;
}

.dropdown .btn {
    padding: 0;
}

.dropdown-menu {
    width: 435px;
    font-size: 18px;
    line-height: 2rem;
    padding-top: 0;
    transform: translate3d(25px, 105px, 0px);
}

.dropdown-header {
    font-size: 18px;
    line-height: 2rem;
    background-color: #ffd400;
    color: rgb(42, 42, 42)
}

.entry-head .dropdown-toggle::after {
    display: none;
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
}

.dropdown-menu.extended {
    max-width: 350px !important;
    min-width: 160px !important;
    top: 42px;
    width: 250px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 18%) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.open>.dropdown-menu {
    display: block;
    opacity: 0.9;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.cart-quantity {
    background-color: #fd3b00;
    min-height: 15px;
    line-height: 14px;
    min-width: 15px;
    text-align: center;
    border-radius: 100%;
    color: #fbfbfb;
    font-size: 12px;
    z-index: 1;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 7px;
}

.notify-arrow-green {
    border-color: transparent transparent #4cd964;
    border-bottom-color: #4cd964 !important;
    border-top-color: #4cd964 !important;
}

.notification-row .badge {
    position: absolute;
    right: -4px;
    top: 0px;
    z-index: 100;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px 5px;
    background: #00a0df;
    font-weight: 400;
}

.titlebox {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 25;
    top: -30px;
}

.dropdown-item {
    font-size: 16px;
}

.dropdown-item.ok {
    color: #999;
}

/*--------------------------------------------------------------
#開始上課>一
--------------------------------------------------------------*/
.name {
    font-size: 17px;
    color: #1f32dd
}

.owl-index {
    margin: 35px 0;
}

.owl-index .teach-read ul li {
    display: flex;
    line-height: 1.3;
    margin-bottom: 4px
}

.owl-index .teach-read ul {
    overflow: hidden;
    height: 176px;
    margin: 0;
}

.owl-stage {
    margin: auto !important;
}

.owl-index .teach-read ul li span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.owl-w-2 {
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
}

.body-menu {
    background-color: #F5EB95;
    position: relative;
}

.contentbox {
    position: relative;
}

.contentbox .container {
    border: 7px solid rgb(189 198 249);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 20px 20px;
}

.contentbox-out {
    background-color: rgb(248, 250, 250);
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    padding: 20px 40px;
    min-height: 580px;
    height: 580px;
    overflow-y: hidden;
}

.title-bg {
    background: url(../images/title-class_bg.png);
    padding: 25px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.title-bg h1 {
    text-align: center;
    color: aliceblue;
    letter-spacing: 4px;
    font-size: 2.2rem;
    margin: 0;
}

.note {
    padding: 27px 0;
    position: relative;
    z-index: 5;
    background-repeat: no-repeat;
    background: #DFE9FF;
    border-radius: 20px;
}

.note-word {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
    text-align: left;
}

.note-word h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.teach-time i {
    padding-right: 10px;
}

.svg-inline--fa {
    margin-right: 10px;
}

.teach-time {
    color: #1f32dd;
    text-align: center;
    margin: auto;
    width: 100%;
}

.teach-time span {
    font-size: 18px;
    text-align: center;
}

.teach-time p {
    background-color: #1f32dd;
    color: #f4f4f4;
    text-align: center;
    padding: 5px 0;
    border-radius: 35px;
    font-size: 22px;
    margin-top: 20px;
}


.teach {
    margin-bottom: 20px;
}

.teach-read {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    min-height: 190px;
    color: #3e5070;
}

/*--------------------------------------------------------------
#開始上課>二
--------------------------------------------------------------*/

.class-title h4 {
    margin-bottom: 0;
    line-height: 40px;
    font-size: 1.3rem;
}

.class-title h4 img {
    width: 25px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    border-style: none;
}

.classbox .class-title p {
    color: #777;
    letter-spacing: -0.5px;
    padding-left: 100px;
    font-size: 1rem;
}

.classbox .class-sec ul {
    margin: 0;
}

.classbox .class-sec ul li {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding: .5rem 1.25rem;
    padding-left: 4rem;
    background-color: #f2f2f2;
}

.classbox .class-sec ul li:hover {
    background-color: #E0EFF6;
}


.play {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.class .classbox .class-title {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.class-sec-text {
    display: flex;
    align-items: center;

}

.class .play-img {
    background-color: #52ACDD;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0.3rem 1.5rem;
}

.class .play-img img {
    width: 20px;
}

.class .classbox .play p img {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.class .classbox .play p {
    display: flex;
    align-items: center;
}

.class .classbox .class-title[aria-expanded="false"] h4 {
    color: #333;
}

.class .classbox .class-title.collapsed h4 {
    color: #333;
}

.class .classbox .class-title h4 {
    color: #1C89C5;
}

.class .time {
    margin-right: 20px;
}

.class .finish {
    margin-right: 5px;
    color: #1C89C5;
}

.class .play.ok .finish {
    color: #E54B4B;
}

.class .play.ok .play-img {
    background-color: #E54B4B;
}

.class .finish span {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-bottom: 3px;
    width: 75px;
    text-align: left;
}

.play-text {
    display: flex;
    align-items: center;
}

.announcement {
    background-color: #DFE9FF;
    padding: 10px 20px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    cursor: pointer;
    margin-top: 35px;
}

.announcement img {
    left: 0;
    right: 0;
    width: 150px;
    margin-right: 15px;
}

.announcement h4 {
    color: #1f32dd;
    margin-top: 10px;
}

.announcement-title {
    display: flex;
}

.lesson {
    width: 100%;
}

.lesson-title {
    width: 100%;
    font-size: 26px;
    color: #4b4b4b;
    padding: 1% 2%;
}

.card {
    border: none;
    background-color: #f8fafa;
}

.mark {
    background-color: #a6a6a6;
    color: #fff;
    margin: 0 10px 0 40px;
    font-size: 0.9rem;
    padding: 1px 10px;
    position: absolute;
    left: 20px;
}

.classbox .class-title {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.classbox .class-title h4 {
    margin-bottom: 0;
    line-height: 40px;
    font-size: 1.2rem;
}

.classbox .class-title h4 img {
    width: 25px;
    display: inline-block;
    margin-right: 15px;
}

.classbox .class-title p {
    color: #777;
    letter-spacing: -0.5px;
    padding-left: 100px;
    font-size: 1rem;
}

.classbox .class-sec ul {
    margin: 0;
}

.classbox .class-sec ul li {
    /*line-height: 20px;*/
    border-bottom: 1px solid #ccc;
    padding: 0.3rem 0.7rem;
    padding-left: 3.5rem;
    background-color: #f2f2f2;
}

.classbox .class-sec ul li:hover {
    background-color: #E0EFF6;
}


.play {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.class-sec-text {
    display: flex;
    align-items: center;

}

.play-img {
    background-color: #00c056;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0.3rem 0;
    width: 50px;
}

.play-img img {
    width: 15px;
    margin: auto;
}

.classbox .play p img {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.classbox .play p {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0;
}

.classbox .class-title[aria-expanded="false"] h4 {
    color: #333;
}

.classbox .class-title.collapsed h4 {
    color: #333;
}

.classbox .class-title h4 {
    color: #0065f4;
}

.time {
    margin-right: 20px;
}

.finish {
    margin-right: 5px;
    color: #1C89C5;
}

.play.ok .finish {
    color: #E54B4B;
}

.play.ok .play-img {
    background-color: #E54B4B;
}

.finish span {
    font-size: 1.5rem;
    padding-left: 10px;
    padding-bottom: 3px;
    width: 75px;
    text-align: left;
}

.play-text {
    display: flex;
    align-items: center;
}


.lesson {
    overflow-y: auto;
    height: 370px;
    max-height: 370px;
}

button.close {
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: inherit;
    background-color: initial;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ced4da;
    padding-left: 0;
    color: #666;
}

#awarded-modal .modal-header {
    background-color: #0065f4;
    color: #fff;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75 rem;
    border-top: 1 px solid #dee2e6;
    border-bottom-right-radius: calc(0.3 rem - 1 px);
    border-bottom-left-radius: calc(0.3 rem - 1 px);
}

.close {
    color: rgb(245, 245, 245);
}

.modal-body h5 {
    font-weight: 400;
    line-height: 2.5rem;
}

/*--------------------------------------------------------------
#歷史紀錄查詢框
--------------------------------------------------------------*/
/* .form-control {
	width: 38%;
	height: 40px;
}

.form-control-search {
	height: 40px;
	width: 38%;
}


.d-flex-center a {
	font-size: 18px;
	background-color: #7e1fdd;
	color: white;

}


.card-record .class-title {
	background-color: #f8fafa;
}



.row-record {
	display: flex;
	padding: 10px 17px;
	width: 100%;

} */
.row-record {
    padding: 0 20px;
    margin-bottom: 10px;
    margin-top: 50px;
}


/*年份+月份*/
.form-control-date {
    width: 13%;
    height: 40px;
    margin-right: 0.5%;
}

/*全部科目*/
.form-control-suject {
    width: 40%;
    height: 40px;
    margin-right: 0.5%;
}

/*關鍵字*/
.button-filter-keyword {
    width: 20%;
    margin-right: 0.5%;
}

.form-control-keyword {
    height: 40px;
}

/*查詢*/
.button-filter-serch {
    width: 12%;

}

.button-filter-serch .btn {
    height: 40px;

}

/*查詢結果*/
.search-bar-left {
    margin-left: 15px;
    margin-bottom: 15px;
}

.search-bar-left span {
    margin: 0 10px 0 10px;
    color: #0065f4;
}

.con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
#歷史紀錄
--------------------------------------------------------------*/

.progress {
    height: 1.25rem;
    font-size: 1rem;
}

.title-class span {
    padding: 9px 22px;
    color: #2287ff;
    font-size: 15px;
    position: absolute;
    right: 20px;
    background-color: #2287ff;
    color: #ffffff;
    font-size: 16px;
}

.learn-content {
    background-color: #f2fbff;

}

.learn-top {
    padding: 0.3%;
}

.search-bar-down {
    overflow-y: scroll;
    height: 420px;
    max-height: 420px;
    padding: 1.5%;
}

#versionbox .title-class {
    position: relative;
    padding: 1rem;
    border-bottom: 4px solid #4c8deb;
    cursor: pointer;
    background-color: #e1eef7;
    margin-bottom: 15px;
    font-size: 16px;
}

#versionbox h5 {
    color: #0065f4;

}

.row .d-flex-center {
    padding: 1% 1.3%;
}

/*--------------------------------------------------------------
#下載專區
--------------------------------------------------------------*/
.page .content {
    background-color: rgb(238, 238, 238);
    padding: 15px 60px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}


.page-number-class .btn-light,
.page-number-class .btn-light:hover,
.page-number-class .btn-light:focus,
.page-number-class .btn-light:not(:disabled):not(.disabled):active {
    background-color: #aa0818;
    color: #ffffff;
    padding: .1rem 1rem;
    margin-left: 10px;
    border: 0;
    border-radius: 10px;
}

.page .title-box .message {
    display: flex;
    align-items: center;
}

.page .title-box .message span {
    margin-left: 7px;
}

.class-menu .nav-tabs .nav-item.show .nav-link,
.class-menu .nav-tabs .nav-link.active,
.class-menu .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #aa0818;
    border: 0;
}

.page .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e83546;
    padding: 19px 60px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
/**內容-標題**/

.page .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #7e59cf;
    padding: 19px 60px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.filter {
    font-size: 18px;
    color: #202020;
    display: block;
}

.page-title {
    color: #555454;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.page-contents {
    font-size: 20px;
}

.page-contents {
    font-size: 15px;
}

.button-filter {
    text-align: end;
}

.btn-black {
    background-color: #144BE1;
    color: #ffffff;
    font-size: 18px;
}

/*表格*/

.table {
    border-radius: 7px;
    padding: 20px 10px;
}

.table ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    color: #666;
    font-size: 22px;
    align-items: center;
    margin: 0;
}

.table ul li {
    text-align: center;
    word-break: break-all;
    width: 30%;
}

.table ul:nth-child(odd) {
    background-color: #efefef;
}

.table ul:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;

}

.table ul li span {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    width: 50px;
    display: inline-block;
    text-align: left;
}

.table ul.thead {
    background-color: #ff903b;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 18px;
    padding: 6px;
}

.table ul.total {
    color: #FB3F3F;
    font-size: 20px;
}

.table ul.table-content li:first-child {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    padding: 10px 0;
    color: #333;
    width: 70%;
}

.table ul.table-content li:nth-child(2) {
    width: 13%;
}

.table ul.table-content li:nth-child(3) {
    width: 13%;
}

.table-download ul.table-content li:nth-child(2) {
    background-color: #144be1;
    border-radius: 10px;
    color: #ffffff;
    margin: 0 1%;
}

.table-download ul.table-content li:nth-child(3) {
    background-color: #ff903b;
    border-radius: 10px;
    margin: 0 1%;
}

.table ul.thead li:first-child {
    width: 70%;
}

.table ul.table-content li:first-child p {
    margin: 0;
    font-size: 16px;
    color: #999;
}

.tuition-class {
    position: fixed;
    top: 210px;
    right: 10px;
    width: 90px;
}

.table-content li button {
    color: #f8f9fa;
    font-size: 17px;
}

.table-content li button:hover {
    color: #f8f9fa;
}

.class-top {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.row-class {
    z-index: 999;
    position: relative;
    margin-top: 25px;
}

/*--------------------------------------------------------------
下載專區
--------------------------------------------------------------*/

/*頁數*/
.page-box {
    justify-content: space-between;
    align-items: center;
    color: #666;
    padding: 0 30px;
}

.page-box .title span {
    margin: 0 5px;
}

.page-box .number .btn {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 9px;
    border: 0;
    margin: 0 3px;
}

.page-box .number .btn-page.active,
.page-box .number .btn-page:hover {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.page-box .number .btn-page:disabled:hover {
    background-color: #fff;
    border-color: #fff;
}

/*--------------------------------------------------------------
#頁尾
--------------------------------------------------------------*/
.copyright {
    text-align: left;
    color: rgb(61 52 197);
    padding: 10px 0;
}

.copyright img {
    display: inline-block;
    width: 27px;
    margin-left: 20px;
}

.footer {
    background-color: #9AB0F0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

/*--------------------------------------------------------------
影片視窗
--------------------------------------------------------------*/
.video-modal .modal-content {
    padding: 0;
    border: 3px solid rgb(170, 170, 170);
}

.video-modal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #f2f2f2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    z-index: 999;
    text-shadow: inherit;
}

.video-modal .close img {
    width: 10px;
    margin: auto;
}

.video-modal .close:not(:disabled):not(.disabled):focus,
.video-modal .close:not(:disabled):not(.disabled):hover {
    opacity: .9;
}

.video-modal.modal-content {
    background-color: inherit;
    border: 0;
}

.video-modal .feature-close {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: -35px;
    right: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #3EB134;
    border-radius: 5px;
    font-weight: 300;
}

@media (min-width: 992px) {

    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1280px;
    }
}

/*--------------------------------------------------------------
訊息通知
--------------------------------------------------------------*/
.table.news-table ul.thead li {
    width: 100%;
}

.table ul.news-content {
    padding: 0;
    font-size: 18px
}

.table ul.table-content.news-content li {
    width: 100% !important;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    padding: 20px 20px;
    color: #333;
}

.table ul.table-content.news-content li a {
    display: block;
    color: #222;
}

.table ul.news-content li:nth-child(odd) {
    background-color: #efefef;
}

.table ul.news-content li a.ok {
    color: #777;
}