@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {}

/* CSS Document for bs4 */
.container-700 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-700 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-700 {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .container-700 {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .container-700 {
        max-width: 700px;
    }
}

/* define bootstrap 5 columns */
.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*===背景色===*/
.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/*對話框*/
.msg_border {
    width: 250px;
    height: 90px;
    text-align: center;
    background: #fff;
    position: relative;
    border: solid 1px #333;
    margin: 0px;
    padding: 15px;
}

/*箭頭右*/
.msg_border .arrow_r_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 20%;
    right: -30px;
}

/*箭頭右-邊框*/
.msg_border .arrow_r_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 20%;
    right: -29px;
}

/*箭頭左*/
.msg_border .arrow_l_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    top: 20%;
    left: -30px;
}

/*箭頭左-邊框*/
.msg_border .arrow_l_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 20%;
    left: -29px;
}

/*箭頭上*/
.msg_border .arrow_t_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -30px;
    left: 40px;
}

/*箭頭上-邊框*/
.msg_border .arrow_t_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -29px;
    left: 40px;
}

/*箭頭下*/
.msg_border .arrow_b_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    right: 50px;
}

/*箭頭下-邊框*/
.msg_border .arrow_b_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -29px;
    right: 50px;
}

/*Blog*/
.article-list-row h2.title {
    color: #f60;
    margin: 1.875rem 0 0.9375rem 0;
    font-size: 1.625rem;
}

.article-list-col {
    border: 1px solid #060;
    clear: both;
    overflow: hidden;
    padding: 1.25rem 0;
}

.article-list-col:first-child {
    padding-top: 0;
}

.article-list-col>.col-md-4 {
    padding-left: 0;
}

.article-list-col .article-list-img {
    border: 1px solid #f60;
    position: relative;
}

.article-list-col .article-list-content {
    padding: 0 0.9375rem 0 0px;
}

.article-list-col .article-list-content h3.title {
    font-size: 1.375rem;
    margin: 0 0 0 0;
    line-height: 1.23;
}

.article-list-col .article-list-content h3.title a {
    color: #f60;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0.3125rem;
    max-height: 58px;
}

.article-list-col .article-list-content h3.title a:hover {
    color: #000;
}

.article-list-col .article-list-content p {
    font-size: 1rem;
    margin: 0 0 0 0;
    line-height: 1.23;
}

.article-list-col .article-list-other-info {
    background-color: #0C0;
    color: #9A9EA8;
    margin-bottom: 0.3125rem;
}

@media (max-width: 767px) {
    .article-list-col>.col-md-4 {
        padding-left: 0.9375rem;
    }

    .article-list-col .article-list-content {
        padding: 0 0.9375rem 0 0.9375rem;
    }
}

.article-detail h1.title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.article-detail span.post-date {
    margin-right: 10px;
    padding-right: 10px;
    color: #a7a7a7;
}

.article-detail .post-meta {
    background-color: #0F0;
}

.article-detail .post-meta span.avatar {
    margin-right: 15px;
}

.article-detail .post-meta span.avatar img.avatar-image {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #9A9EA8;
    border: 1px solid #979797;
    margin: 5px 0;
}

.article-detail .share-btn {
    background-color: #0F0;
}

.tag-row {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.tag-row span {
    background-color: #f60;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    margin-right: 5px;
}

.tag-row a {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
}

/*內頁統計數值*/
#literaryworks_counter {
    overflow: hidden;
    clear: both;
    margin: 15px auto;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

#literaryworks_counter ul li {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    list-style: none;
}

#literaryworks_counter ul li:last-child {
    border-right: 0px;
}

#literaryworks_counter span {
    color: #f18b01;
    font-size: 170%;
    display: block;
}

#literaryworks_counter strong {
    color: #666666;
    display: block;
    font-size: 81.25%;
}

/*文章分享按鈕*/
#fb-btn-group {
    padding: 0.5em 0 0.5em 1.8em;
    height: 40px;
}

#fb-btn-group ul li {
    float: left;
    margin: 0.7em 1.5em 0 0;
}

.article-detail img {
    margin: 15px 0;
}

.article-detail p {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

/*==垂直時間軸==*/
.timeline {
    list-style: none;
    padding: 1.25rem 0 1.25rem;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0.1875rem;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -0.09375rem;
}

.timeline>li {
    margin-bottom: 1.25rem;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 0.125rem;
    padding: 1.25rem;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 1.625rem;
    right: -0.9375rem;
    display: inline-block;
    border-top: 0.9375rem solid transparent;
    border-left: 0.9375rem solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 0.9375rem solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 1.625rem;
    right: -0.875rem;
    display: inline-block;
    border-top: 0.875rem solid transparent;
    border-left: 0.875rem solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0.875rem solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 50%;
    margin-left: -1.5625rem;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 0.9375rem;
    left: -0.9375rem;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 0.875rem;
    left: -0.875rem;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 0.3125rem;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 2.5rem;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline>li>.timeline-badge {
        left: 0.9375rem;
        margin-left: 0;
        top: 1rem;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 0.9375rem;
        left: -0.9375rem;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 0.875rem;
        left: -0.875rem;
        right: auto;
    }
}

/*===水平導覽選單===*/

/* Stackoverflow preview fix, please ignore */
.navbar-nav {
    flex-direction: row;
}

.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

@media (max-width: 575px) {
    .navbar-nav {
        flex-direction: column;
    }

    .ml-auto .dropdown-menu {
        right: inherit;
    }
}

.navbar-nav .nav-item a.btn {
    margin-left: 0.9375rem;
}

@media (max-width: 575px) {
    .navbar-nav .nav-item a.btn {
        margin-left: inherit;
        margin-bottom: 0.9375rem;
    }
}

/*按鈕變成block*/
.navbar-nav .nav-item a {
    position: relative;
}

.navbar-nav .nav-item a span.badge {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    min-width: 0.625rem;
    border-radius: 50rem;
}

@media (max-width: 575px) {
    .navbar-nav .nav-item a span.badge {
        position: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
        margin-left: .5rem;
    }
}

.navbar-nav .nav-item a span.badge.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.navbar-nav .nav-item a span.badge.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.navbar-nav .nav-item a span.badge.badge-success {
    color: #fff;
    background-color: #28a745;
}

.navbar-nav .nav-item a span.badge.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.navbar-nav .nav-item a span.badge.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.navbar-nav .nav-item a span.badge.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

@media (max-width: 575px) {

    .navbar-nav .nav-item a,
    .form-inline .btn {
        width: 100%;
    }
}

.navbar-text.id {
    color: #f60;
}

@media (max-width: 575px) {
    .navbar-text {
        display: block;
        padding-left: .5rem;
    }

    .navbar-text.id .pr-2 {
        padding-right: 0;
    }
}

.menu-hor-style4 {
    clear: both;
    overflow: hidden;
    padding: 0 0 25px 0;
}

.menu-hor-style4 ul {
    clear: both;
    margin: 0;
    padding: 0 0 0 0em;
}

.menu-hor-style4 li {
    list-style: none;
    float: left;
}

.menu-hor-style4 li a:link,
.menu-hor-style4 li a:visited {
    margin: 0em 0.625rem 0 0;
    margin: 0px 0.625rem 0 0\0/IE8+9;
    /*IE8 + 9 + IE10*/
    display: block;
    color: #6e6e6e;
    text-decoration: none;
    padding: 0.625rem 0.9375rem;
    line-height: 12px;
    -moz-transition: opacity 0.4s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.4s;
    /* Safari and Chrome */
    -o-transition: opacity 0.4s;
    /* Opera */
    transition: opacity 0.4s;
}

.menu-hor-style4 li a:hover {
    color: #333;
}

.menu-hor-style4 ul li.selected a:link,
.menu-hor-style4 ul li.selected a:visited {
    background-color: #fff;
    color: #000;
    cursor: default;
}

.menu-hor-style4-toggle {
    opacity: 0.4;
    -moz-transition: opacity 0.4s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.4s;
    /* Safari and Chrome */
    -o-transition: opacity 0.4s;
    /* Opera */
    transition: opacity 0.4s;
}

/*===水平線===*/
.hr-line-dashed {
    border-top: 1px dashed #ddd;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 1.25rem 0;
}

/*===按鈕===*/
.btn-xlg {
    padding: 0.9375rem 0.9375rem;
    font-size: 1.125rem;
}

.btn-black {
    color: #fafafa;
    background-color: #00b27f;
    border-color: #00b27f;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    background-image: none;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb.focus,
.btn-fb:active,
.btn-fb.active,
.open>.dropdown-toggle.btn-fb {
    color: #fff;
    background-color: #355089;
    border-color: #355089;
}

.btn-fb:active,
.btn-fb.active,
.open>.dropdown-toggle.btn-fb {
    background-image: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #3579a3;
    border-color: #3579a3;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(60, 99, 142);
    border-color: rgb(60, 99, 142);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

/*===layout===*/

/*footer置底時*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Roboto", "微軟正黑體", sans-serif;
}

/*網站外框*/
#wrapper {
    min-height: 100%;
    position: relative;
}

/*表頭*/
header {
    position: relative;
    /*height:140px;
	overflow:hidden;*/
    clear: both;
    margin: 0 auto;
    background-color: #272727;
}

header .language {
    position: absolute;
    z-index: 999;
    width: 100px;
    height: 40px;
    right: 5px;
    top: 5px;
    text-align: center;
}

header .language a {
    color: #d9d9d9;
    line-height: 40px;
    text-decoration: none;
}

/*內容*/
#body_content {
    padding: 0px;
    /*padding-bottom: 110px;	 Height of the footer */
    background-color: #eeeeee;
}

/*===置底===*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    /* Height of the footer */
    background-color: #1495ef;
    padding: 0px 0 0 0;
    -moz-box-shadow: inset 0 3px 0.3125rem #1f7bbb;
    -webkit-box-shadow: inset 0 3px 0.3125rem #1f7bbb;
    box-shadow: inset 0 3px 0.3125rem #1f7bbb;
}



/*==卡片==*/

.icon-wrap {
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.icon-wrap+h4 {
    text-align: center;
}

.icon-wrap+h4+p {
    text-align: center;
}

/*手機變卡片*/
.xs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #000;
    margin: 0 0px;
}

@media (max-width: 575px) {
    .xs-row {
        margin: 0 0.9375rem;
    }

    .xs-row .col-12 {
        padding: 0;
    }
}

/*===內距和邊界===*/
.ptb_150 {
    padding: 150px 0;
}

.ptb_145 {
    padding: 145px 0;
}

.ptb_140 {
    padding: 140px 0;
}

.ptb_135 {
    padding: 135px 0;
}

.ptb_130 {
    padding: 130px 0;
}

.ptb_125 {
    padding: 125px 0;
}

.ptb_120 {
    padding: 120px 0;
}

.ptb_110 {
    padding: 110px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_95 {
    padding: 95px 0;
}

.ptb_90 {
    padding: 90px 0;
}

.ptb_85 {
    padding: 85px 0;
}

.ptb_80 {
    padding: 80px 0;
}

.ptb_75 {
    padding: 75px 0;
}

.ptb_70 {
    padding: 70px 0;
}

.ptb_65 {
    padding: 65px 0;
}

.ptb_60 {
    padding: 60px 0;
}

.ptb_55 {
    padding: 55px 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_45 {
    padding: 45px 0;
}

.ptb_40 {
    padding: 40px 0;
}

.ptb_35 {
    padding: 35px 0;
}

.ptb_30 {
    padding: 30px 0;
}

.ptb_25 {
    padding: 25px 0;
}

.ptb_20 {
    padding: 20px 0;
}

.ptb_15 {
    padding: 15px 0;
}

.ptb_10 {
    padding: 10px 0;
}

.ptb_5 {
    padding: 5px 0;
}

.p_0 {
    padding: 0px 0;
}

.plr_5 {
    padding: 0 5px;
}

.plr_10 {
    padding: 0 10px;
}

/*---padding top---*/
.pt_94 {
    padding-top: 94px;
}

.pt_0 {
    padding-top: 0 !important
}

.pt_5 {
    padding-top: 5px
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_25 {
    padding-top: 25px
}

.pt_30 {
    padding-top: 30px
}

.pt_35 {
    padding-top: 35px
}

.pt_40 {
    padding-top: 40px
}

.pt_45 {
    padding-top: 45px
}

.pt_50 {
    padding-top: 50px
}

.pt_55 {
    padding-top: 55px
}

.pt_60 {
    padding-top: 60px
}

.pt_65 {
    padding-top: 65px
}

.pt_70 {
    padding-top: 70px
}

.pt_75 {
    padding-top: 75px
}

.pt_80 {
    padding-top: 80px
}

.pt_85 {
    padding-top: 85px
}

.pt_90 {
    padding-top: 90px
}

.pt_95 {
    padding-top: 95px
}

.pt_100 {
    padding-top: 100px
}

/*---padding bottom---*/
.pb_0 {
    padding-bottom: 0 !important
}

.pb_5 {
    padding-bottom: 5px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_20 {
    padding-bottom: 20px
}

.pb_25 {
    padding-bottom: 25px
}

.pb_30 {
    padding-bottom: 35px
}

.pb_35 {
    padding-bottom: 35px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_45 {
    padding-bottom: 45px
}

.pb_50 {
    padding-bottom: 50px
}

.pb_55 {
    padding-bottom: 55px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_65 {
    padding-bottom: 65px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_75 {
    padding-bottom: 75px
}

.pb_80 {
    padding-bottom: 80px
}

.pb_85 {
    padding-bottom: 85px
}

.pb_90 {
    padding-bottom: 90px
}

.pb_95 {
    padding-bottom: 95px
}

.pb_100 {
    padding-bottom: 100px
}

/*---padding-left---*/
.pl_5 {
    padding-left: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_15 {
    padding-left: 15px;
}

.pl_20 {
    padding-left: 20px;
}

.pl_25 {
    padding-left: 25px;
}

.pl_30 {
    padding-left: 30px;
}

.pl_35 {
    padding-left: 35px;
}

.pl_40 {
    padding-left: 40px;
}

.pl_45 {
    padding-left: 45px;
}

.pl_50 {
    padding-left: 50px;
}

.pl_55 {
    padding-left: 55px;
}

.pl_60 {
    padding-left: 60px;
}

.pl_65 {
    padding-left: 65px;
}

.pl_70 {
    padding-left: 70px;
}

.pl_75 {
    padding-left: 75px;
}

.pl_80 {
    padding-left: 80px;
}

.pl_85 {
    padding-left: 85px;
}

.pl_90 {
    padding-left: 90px;
}

.pl_95 {
    padding-left: 95px;
}

.pl_100 {
    padding-left: 100px;
}

/*---padding-right---*/
.pr_0 {
    padding-right: 0px !important;
}

.pr_5 {
    padding-right: 5px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_15 {
    padding-right: 15px;
}

.pr_20 {
    padding-right: 20px;
}

.pr_25 {
    padding-right: 25px;
}

.pr_30 {
    padding-right: 30px;
}

.pr_35 {
    padding-right: 35px;
}

.pr_40 {
    padding-right: 40px;
}

.pr_45 {
    padding-right: 45px;
}

.pr_50 {
    padding-right: 50px;
}

.pr_55 {
    padding-right: 55px;
}

.pr_60 {
    padding-right: 60px;
}

.pr_65 {
    padding-right: 65px;
}

.pr_70 {
    padding-right: 70px;
}

.pr_75 {
    padding-right: 75px;
}

.pr_80 {
    padding-right: 80px;
}

.pr_85 {
    padding-right: 85px;
}

.pr_90 {
    padding-right: 90px;
}

.pr_95 {
    padding-right: 95px;
}

.pr_100 {
    padding-right: 100px;
}

/*----------------margin typography-------------*/
/*---margin top bottom----*/
.mtb_0 {
    margin: 0px !important;
}

.mtb_5 {
    margin: 5px 0;
}

.mtb_10 {
    margin: 10px 0;
}

.mtb_15 {
    margin: 15px 0;
}

.mtb_20 {
    margin: 20px 0;
}

.mtb_25 {
    margin: 25px 0;
}

.mtb_30 {
    margin: 30px 0;
}

.mtb_35 {
    margin: 35px 0;
}

.mtb_40 {
    margin: 40px 0;
}

.mtb_45 {
    margin: 45px 0;
}

.mtb_50 {
    margin: 50px 0;
}

.mtb_55 {
    margin: 55px 0;
}

.mtb_60 {
    margin: 60px 0;
}

.mtb_65 {
    margin: 65px 0;
}

.mtb_70 {
    margin: 70px 0;
}

.mtb_75 {
    margin: 75px 0;
}

.mtb_80 {
    margin: 80px 0;
}

.mtb_85 {
    margin: 85px 0;
}

.mtb_90 {
    margin: 90px 0;
}

.mtb_95 {
    margin: 95px 0;
}

.mtb_100 {
    margin: 100px 0;
}

/*-----margin bottom-----*/
.mb_0 {
    margin-bottom: 0px !important;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_45 {
    margin-bottom: 45px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_65 {
    margin-bottom: 65px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_75 {
    margin-bottom: 75px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_85 {
    margin-bottom: 85px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_95 {
    margin-bottom: 95px;
}

.mb_100 {
    margin-bottom: 100px;
}

/*-----margin top*/
.mt_0 {
    margin-top: 0px !important;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_55 {
    margin-top: 55px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_65 {
    margin-top: 65px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_85 {
    margin-top: 85px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_95 {
    margin-top: 95px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_120 {
    margin-top: 120px;
}

/*-----margin left------*/
.ml_0 {
    margin-left: 0px !important;
}

.ml_5 {
    margin-left: 5px;
}

.ml_6 {
    margin-left: 6px;
}

.ml_7 {
    margin-left: 7px;
}

.ml_8 {
    margin-left: 8px;
}

.ml_9 {
    margin-left: 9px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_35 {
    margin-left: 35px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_45 {
    margin-left: 45px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_55 {
    margin-left: 55px;
}

.ml_60 {
    margin-left: 60px;
}

.ml_65 {
    margin-left: 65px;
}

.ml_70 {
    margin-left: 70px;
}

.ml_75 {
    margin-left: 75px;
}

.ml_80 {
    margin-left: 80px;
}

.ml_85 {
    margin-left: 85px;
}

.ml_90 {
    margin-left: 90px;
}

.ml_95 {
    margin-left: 95px;
}

.ml_100 {
    margin-left: 100px;
}

/*-----margin right------*/
.mr_0 {
    margin-right: 0px !important;
}

.mr_5 {
    margin-right: 5px;
}

.mr_6 {
    margin-right: 6px;
}

.mr_7 {
    margin-right: 7px;
}

.mr_8 {
    margin-right: 8px;
}

.mr_9 {
    margin-right: 9px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_35 {
    margin-right: 35px;
}

.mr_40 {
    margin-right: 40px;
}

.mr_45 {
    margin-right: 45px;
}

.mr_50 {
    margin-right: 50px;
}

.mr_55 {
    margin-right: 55px;
}

.mr_60 {
    margin-right: 60px;
}

.mr_65 {
    margin-right: 65px;
}

.mr_70 {
    margin-right: 70px;
}

.mr_75 {
    margin-right: 75px;
}

.mr_80 {
    margin-right: 80px;
}

.mr_85 {
    margin-right: 85px;
}

.mr_90 {
    margin-right: 90px;
}

.mr_95 {
    margin-right: 95px;
}

.mr_100 {
    margin-right: 100px;
}

.mt0 {
    margin-top: 0;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml3 {
    margin-left: 3px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.m0505 {
    margin: 0px 5px;
}

.m0405005 {
    margin: 4px 5px 0 5px;
}

.pt0 {
    padding-top: 0;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.p1020 {
    padding: 10px 20px;
}

.p0515 {
    padding: 5px 15px;
}

.p1015 {
    padding: 10px 15px;
}

.pa0 {
    padding: 0;

}

.p-change-l15 {
    padding: 0 15px 0 0px;
}

.ba1 {
    border: 1px solid #d9d9d9;
}

.bt1 {
    border-top: 1px solid #d9d9d9;
}

.bb1 {
    border-bottom: 1px solid #d9d9d9;
}

.b-t-lr5 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.w30 {
    width: 30px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 50px;
}

.w70 {
    width: 70px;
}

.w85 {
    width: 85px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w215 {
    width: 215px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w258 {
    width: 258px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w550 {
    width: 550px;
}

.w600 {
    width: 600px;
}

.w650 {
    width: 650px;
}

.w700 {
    width: 700px;
}

.label-pt-0-4375 {
    padding-top: 0rem !important;
}

.label-mb-1-0 {
    margin-bottom: 1rem !important;
}

.label-mt-625-0 {
    margin-top: 0.625rem !important;
}

.form-check-inline-ml-0-625 {
    margin-left: 0rem !important;
}

@media (min-width: 768px) {
    .label-pt-0-4375 {
        padding-top: 0.4375rem !important;
    }

    .label-mb-1-0 {
        margin-bottom: 0rem !important;
    }

    .label-mt-625-0 {
        margin-top: 0rem !important;
    }

    .form-check-inline-ml-0-625 {
        margin-left: 0.625rem !important;
    }
}

.mb-125,
.my-125 {
    margin-bottom: 1.25rem !important;
}

/*===表單===*/
.fileUpload-btn-style {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.fileUpload-btn-style input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*上傳檔案*/
.fileUpload {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f9;
    border: 1px solid #eeeeee;
    height: 150px;
    width: 150px;
    text-align: center;
    border-radius: 5px;
}

.fileUpload:hover {
    background-color: #eeeeee;
}

.fileUpload i {
    color: #393939;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    text-align: center;
}

.form_style1 .form-group .label-right,
.form_style7 .form-group .label-right {
    text-align: right;
}

@media (max-width: 575px) {

    .form_style1 .form-group .label-right,
    .form_style7 .form-group .label-right {
        text-align: left;
    }
}

/*按鈕變成block*/
@media (max-width: 575px) {

    .m-btn-block,
    .m-a-block {
        width: 100% !important;
        display: block !important;
    }
}

/*===表格===*/

/*==其它==*/
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
}

.bg-attachment {
    background-attachment: fixed !important;
}

.img-rounded-6 {
    border-radius: 6px !important;
}

.display-md-none {
    display: none !important;
}

@media (max-width: 575px) {
    .display-none {
        display: none !important;
    }
}

.btn_submit {
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.btn_submit ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0.9375rem 0 0px 0;
}

.btn_submit ul li {
    margin: 0 0.625rem 0 0;
    display: inline-block;
}

/*標題中線效果*/
h2.title-row {
    margin: 1.25rem 0 1.875rem;
    text-align: center;
    position: relative;
}

h2.title-row span {
    background: #fff;
    padding: 0 0.625rem;
    z-index: 1;
    position: relative;
}

h2.title-row:after {
    content: "";
    display: block;
    height: 1px;
    background: #f60;
    position: absolute;
    top: 1.25rem;
    width: 100%;
}

/*商品介紹*/
.product-info {
    clear: both;
    overflow: hidden;
}

.product-info ul {
    margin: 0;
    padding: 0;
}

.product-info ul li {
    padding: 13px 0 0 0;
    clear: both;
    overflow: hidden;
}

.product-info ul li .title {
    float: left;
    width: 20%;
    height: 16px;
}

.product-info ul li .content {
    float: left;
    width: 80%;
    margin: 0 0 0 0px;
    background-color: #f60;
}

.product-info ul li .product_size {
    float: left;
    margin: 0 0 0 0px;
    background-color: #066;
    width: 80%;
}

.product-info ul li .product_size ul {
    clear: both;
    overflow: hidden;
    background-color: #63C;
}

.product-info ul li .product_size ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0px 0 0;
    background-color: #FC3;
}

.product-info ul li .product_size ul li a {
    display: block;
    padding: 9px 8px;
    margin: 0 0 0px 0;
    text-align: center;
    border: 1px solid #f60;
    text-decoration: none;
    font-size: 12px;
    min-width: 80px;
}

.product-info ul li .product_size ul li a:hover {
    border: 1px solid #999;
}

.product-info ul li .product_size ul li.selected a:link,
.product-info ul li .product_size ul li.selected a:visited {
    border: 1px solid #F00;
    background-color: #F00;
    color: #fff;
}

.product-info ul li .product_meda {
    float: left;
}

.product-info ul li .product_meda ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}

.product-info ul li .product_color {
    float: left;
}

.product-info ul li .product_color ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}

.product-info ul li .product_color ul li img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    padding: 5px;
}

.product-info ul li .product_color ul li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.product-info ul li .product_color ul li a:hover {
    border: 1px solid #999;
}

.product-info ul li .product_color ul li.selected a:link,
.product-info ul li .product_color ul li.selected a:visited {
    border: 1px solid #F00;
}

/*評價*/
.starrr {
    display: inline-block;
}

.starrr i {
    font-size: 24px;
    padding: 0 1px;
    cursor: pointer;
    color: #ffd119;
}

/*底線效果*/
.highlight {
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.highlight:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0.125rem;
    left: 0.125rem;
    right: -1rem;
    height: 0.5rem;
    background: #ffea00;
    z-index: -1;
}

.stetch {
    font-weight: 700;
    background-image: url(../images/sketch-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.ins-bg {
    background-image: url(../images/bg-10.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 0.5rem 0.625rem;
}

/*燈箱位置*/
.modal .modal-dialog.modal-top {
    top: 0;
}

.modal .modal-dialog.modal-left {
    left: 0;
}

.modal .modal-dialog.modal-right {
    right: 0;
}

.modal .modal-dialog.modal-bottom {
    bottom: 0;
}

.modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
}

.modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
}

.modal .modal-dialog.modal-bottom-left {
    left: 10px;
    bottom: 10px;
}

.modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
}

.modal .modal-dialog.modal-fluid {
    margin: 0 auto;
}

.modal.fade.top:not(.show) .modal-dialog {
    transform: translate3d(0, -25%, 0);
}

.modal.fade.left:not(.show) .modal-dialog {
    transform: translate3d(-25%, 0, 0);
}

.modal.fade.right:not(.show) .modal-dialog {
    transform: translate3d(25%, 0, 0);
}

.modal.fade.bottom:not(.show) .modal-dialog {
    transform: translate3d(0, 25%, 0);
}

.modal.modal-scrolling {
    position: relative;
}

.modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
}

.modal .modal-fluid {
    width: 100%;
    max-width: 100%;
}

.modal .modal-fluid .modal-content {
    width: 100%;
    height: 100vh;
}

.modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.modal .modal-frame.modal-bottom {
    bottom: 0;
}

.modal .modal-full-height {
    display: flex;
    position: absolute;
    width: 400px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.modal .modal-full-height.modal-top,
.modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal .modal-full-height.modal-top {
    bottom: auto;
}

.modal .modal-full-height.modal-bottom {
    top: auto;
}

.modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: 400px;
}

/*
@media (min-width: 992px) {
.modal-fluid {
    max-width: 800px;
}
}

@media (min-width: 1200px) {
.modal-fluid {
    max-width: 96%;
}
}
*/

/*====新增css====*/
.index-bg {
    background: url(../images/index-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    animation: fadein 5s;
    -moz-animation: fadein 5s;
    /* Firefox */
    -webkit-animation: fadein 5s;
    /* Safari and Chrome */
    -o-animation: fadein 5s;
    /* Opera */
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.index-bg>.language {
    position: absolute;
    z-index: 999;
    width: 100px;
    height: 34px;
    right: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    text-align: center;
}

.index-bg>.language a {
    color: #fff;
    line-height: 34px;
}

.index-bg>.language a:hover {
    text-decoration: none;
}

.index-bg>.index-title-row {
    position: absolute;
    z-index: 999;
    width: 90%;
    height: 40px;
    text-align: center;
    left: 50%;
    top: 10%;
    margin-left: -45%;
    margin-top: 30px;

}

.index-bg>.index-title-row>h1 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 5px;
}

.index-bg>.top-btn {
    width: 120px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -60px;
    z-index: 3;

}


.modal-title {
    font-size: 16px;
}

.modal-body ul li {
    margin: 0 0px 5px 0px;
    color: #90989b;
}

.btn-black {
    color: #fff;
    background-color: #141414;
    border: 1px solid #000000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    color: #3579a3;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    background-image: none;
}

.btn-copy-url {
    color: #fff;
    background-color: #313131;
    border: 1px solid #313131;
}

.btn-copy-url:hover,
.btn-copy-url:focus,
.btn-copy-url.focus,
.btn-copy-url:active,
.btn-copy-url.active,
.open>.dropdown-toggle.btn-copy-url {
    color: #313131;
    background-color: #fff;
    border: 1px solid #313131;
}

.btn-copy-url:active,
.btn-copy-url.active,
.open>.dropdown-toggle.btn-copy-url {
    background-image: none;
}

.btn-line {
    color: #fff;
    background-color: #01c302;
    border: 1px solid #01c302;
}

.btn-line:hover,
.btn-line:focus,
.btn-line.focus,
.btn-line:active,
.btn-line.active,
.open>.dropdown-toggle.btn-line {
    color: #01c302;
    background-color: #fff;
    border: 1px solid #01c302;
}

.btn-line:active,
.btn-line.active,
.open>.dropdown-toggle.btn-fb {
    background-image: none;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb.focus,
.btn-fb:active,
.btn-fb.active,
.open>.dropdown-toggle.btn-fb {
    color: #3b5998;
    background-color: #fff;
    border: 1px solid #3b5998;
}

.btn-fb:active,
.btn-fb.active,
.open>.dropdown-toggle.btn-fb {
    background-image: none;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 8px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #808080;
    color: #fff;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

h2.page-title {
    font-size: 26px;
    text-align: center;
    font-weight: 200;
    margin-top: 40px;
    margin-bottom: 20px;
}

.table_style5 {
    border-collapse: collapse;
    color: #515967;
    width: 100%;
}

.table_style5 caption {
    font-weight: bold;
    font-size: 110%;
    text-align: left;
    padding: 0px 0 0px 0px;
}

.table_style5 td {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}

.table_style5 td.title {
    color: #90989b;
}

.table_style5 td.content {
    color: #313131;
}

.table_style5 th {
    border: 1px solid #cdcdcd;
    background-color: #f5f5f6;
    color: #515967;
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
}

.table_style5 td img {
    width: 100%;
}

.table_style5 tr:nth-child(9),
.table_style5 tr:nth-child(10),
.table_style5 tr:nth-child(11),
.table_style5 tr:nth-child(12),
.table_style5 tr:nth-child(13),
.table_style5 tr:nth-child(14) {
    display: none;
}

.back-page {}

.back-page a {
    padding-top: 15px;
    padding-left: 15px;
    display: block;
    color: #b7b7b7;
}

.logo img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 5px auto 0 auto;
}

.swiper-container {
    width: 100%;
    /*height: 100%;*/
    padding: 10px 10px;
    background-color: #fff;
}

.swiper-container .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide span.search-plus {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    z-index: 99;
    top: 5px;
    right: 5px;
    padding: 0 8px;
}

.swiper-slide span.search-plus i {
    font-size: 12px;
    color: #fff;
}

.swiper-slide a {
    display: block;
    border: 1px solid #eee;
    padding: 0px;
}

.swiper-slide a .product-img {
    position: relative;
}

.swiper-slide a .product-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.swiper-slide a .product-title {
    color: #000;
    font-size: 16px;
    padding: 5px;
}

.swiper-slide a:hover {
    color: #000;
    text-decoration: none;
}

.swiper-slide a.active {
    border: 1px solid #25b262;
    border-radius: 5px;
}

.swiper-slide a .product-img span.abc {
    display: none;
    color: #fff;
}

.swiper-slide a.active .product-img span.abc {
    display: block;
    background-color: #25b262;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 0 5px;
    border-bottom-right-radius: 5px;
}

.swiper-slide a.active .product-img span.abc i {
    font-size: 14px;
}

.swiper-slide a.active .product-title {
    color: #25b262;
    font-weight: bold;
}

.product-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: rgb(84, 91, 98);
}

.nav-tabs {
    border-bottom: none;
}

.tab-content>.container {
    padding: 0;
}

.tab-content>.container {
    position: relative;

}

.tab-content>.container span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    font-size: 16px;
    padding: 8px;
    border-radius: 0.25rem;

}

.badge-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}

#the-list li.hide {
    display: none;
}

#textToCopy {
    position: absolute;
    left: -9999px;
}

span#copyResult {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #f8390a;
}

.product-header {
    height: 390px;
    padding: 10px;
    position: relative;
}
.product-line-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1000;

}
.ex6 img {
    width: 100%;
    height: 380px;
}

.object-fit {
    width: 100%;
    height: 100%;
}

.cover {
    object-fit: cover;
    object-position: center;
}

.search-row {
    background-color: #fff;
    padding: 10px 10px;
}

.product-main {
    height: calc(100vh - 438px);
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px;
}

.tabs-row {
    /*width: 100%;
        height: calc(100vh - 600px);
        overflow-y: auto;
        overflow-x: hidden;*/
}

.hidden {
    display: none;
}

li.nav-item {
    width: 33.333333%;
    padding: 0 5px 5px;
}

li.nav-item img {
    width: 100%;
    border-radius: 6px;

}

.product-title {
    text-align: center;
    color: #343a40;
    font-weight: bold;
    font-size: 1.3rem;
}

.product-detail {
    text-align: center;
    font-size: 1rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-radius: 0.6rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: ;
    border-width: 2px;
    border-color: #333;
}