body {
    font-family: 'Noto Sans CJK TC', '微軟正黑體';
    max-width: 1920px;
    margin: 0 auto;
}

.logo-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.logo-left img {
    height: 70px;
}


.logo-left img:nth-child(2) {
    height: 30px;
}

.logo-right img {
    height: 30px;
}

@media screen and (max-width:576px) {
    .logo-left img {
        height: 50px;
        margin-top: 15px;
    }
}

.bg-dark {
    background-color: #003E92 !important;
}

.text-b {
    color: #003E92;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav li:nth-child(6) .nav-link{
    color: #F7BF37;
}


.bg-dark ul li {
    border-right: 1px solid white;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width:1199px) {
    .bg-dark ul li {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    .bg-dark ul li {
        border-right: none;
        text-align: center;
    }
}

@media screen and (max-width:540px) {
    .text-center img{
        width: 100%;
    }
}

.bg-dark ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

.nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width:786px) {
    .sec-header {
        max-width: 250%;
        position: relative;
        height: auto;
        /* left: -75%; */
    }
}

.blue-bg {
    background-color: #CFECFC;
    overflow: hidden;
}

.green-bg {
    background-color: #33A2B1;
    overflow: hidden;
}

.white-bg {
    background-color: white;
}

.footer-bg {
    background-color: #F5F5F5;
}

.white-bg img {
    border-radius: 0.5rem;
}

.rounded {
    border-radius: 1rem !important;
}

.white-bg h2 {
    font-weight: 600;
}

.white-bg h4 {
    font-weight: 600;
}

.white-bg p,
.white-bg ul li,
.white-bg ol li {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 1.75em;
}

.m-m1 {
    margin-top: -5px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt130 {
    padding-top: 130px;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p50 {
    padding: 50px;
}

@media screen and (max-width:767px) {
    .p50 {
        padding: 40px 30px;
    }

    .ptb70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:425px) {
    .p50 {
        padding: 30px 20px;
    }

    .ptb70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.mtm-80 {
    margin-top: -80px;
}

.btn-w {
    color: #003E92;
    background-color: white;
    width: 150px;
    font-size: 18px;
    padding: 7px;
}

.btn-b {
    color: white;
    background-color: #003E92;
    border-radius: 30px;
}

.related-p .card {
    border: none;
}

.related-p .card h5 a {
    color: #1A1818;
    line-height: 1.5em;
}

.related-p .card h5 a:hover {
    color: #003E92;
}

.related-p .card-body {
    padding: 15px 5px;
}

.related-p img {
    border-radius: 5px;
}

.card a:hover {
    text-decoration: none;
}

.related-p .card a.btn:hover {
    color: white;
    font-weight: 600;
    position: relative;
    top: 1px;
    left: 1px;
}

/* menu-for-mobile */
.mobile-menu {
    height: 60px;
    line-height: 60px;
}

.hamburger {
    background: none;
    line-height: 45px;
    padding: 15px 0px 0px 15px;
    color: #1A1818;
    border: none;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 999;
}

.cross {
    background: none;
    padding: 15px 0px 0px 20px;
    color: #1A1818;
    border: 0;
    font-size: 4em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 999;
}

.mobile-menu .hamburger:focus,
.mobile-menu .cross:focus {
    outline: none;
}

.menu-list {
    z-index: 9999;
    font-size: 18px;
    width: 100%;
    background: #003E92;
    position: absolute;
    text-align: center;
}

.menu-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-list li {
    padding: 15px 0 15px 0;
}

.menu-list a:nth-child(6){
    color: #F7BF37;
}

.menu-list li:hover {
    display: block;
    color: #ffffff;
    background: rgb(7, 43, 95);
    padding: 15px 0 15px 0;
}

.menu-list a {
    text-decoration: none;
    color: #ffffff;
}

/* menu-for-mobile end */

.index-header {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.header-text {
    display: flex;
    justify-content: center;
    position: relative;
    top: -320px;
    margin-top: -60px;
}

.text-box {
    /* position: absolute; */
    max-width: 680px;
    text-align: left;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .index-header img {
        width: 1200px;
    }

    .header-text {
        top: -170px;
    }

    .text-box {
        max-width: 65%;
        font-size: 16px;
        letter-spacing: normal;
    }
}

@media screen and (max-width:576px) {
    .d-only {
        display: none;
    }

    .index-header img {
        width: auto;
    }

    .header-text {
        top: -140px;
        margin-top: -150px;
    }

    .m-only {
        width: 100%;
    }

    .m-only img {
        width: 100%;
    }

}

@media screen and (max-width:376px) {

    .header-text {
        top: -120px;
        margin-top: -150px;
    }

}

@media screen and (min-width:576px) {

    .m-only {
        display: none;
    }
}

.sec-container {
    text-align: center;
}

.sec01 {
    padding-bottom: 30px;
}

.sec01 .title-img {
    text-align: center;
}

img.title-img {
    border-radius: 15px;
}

.sec01 h3 {
    text-align: left;
    color: #003E92;
    line-height: 2.5rem;
    font-size: 1.65rem;
}

@media screen and (max-width:992px) {
    .sec01 h3 {
        padding-top: 15px;
    }

    .sec01 h3 br {
        display: none;
    }

    .sec01 .btn-m-c {
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .sec01 h3 {
        font-size: 1.25rem;
        line-height: normal;
    }

    .sec01 .sec-content {
        font-size: 16px;
    }

    .sec-content p {
        padding-top: 0px !important;
    }


}

.sec-content {
    text-align: left;
    letter-spacing: 0.7px;
    font-size: 20px;
}

.btn-p {
    background-color: #E9757D;
    color: #ffffff;
    width: 180px;
    border-radius: 30px;
}

.btn-b-border {
    color: #003E92;
    border: 2px solid #003E92;
    width: 180px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

.btn-b-border:hover {
    color: #000000;
}

.btn-w-border {
    color: #ffffff;
    border: 2px solid white;
    width: 180px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

.btn.btn-w-border:hover {
    color: #000000;
}

.btn-g {
    background-color: #DBDBDB;
    width: 180px;
    border-radius: 30px;
}

.sec02 {
    background-color: #33A2B1;
    padding-bottom: 40px;
}

.pt80 {
    padding-top: 50px;
}

.sec02 .nav-item a {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1A1818;
}

.sec02 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #003E92;
}

.sec02 .card-title {
    text-align: left;
    margin-bottom: 0px;
}


.sec02 .card-sub-title {
    color: #003E92;
    text-align: left;
}

.sec02 .nav-item:first-child {
    padding-left: 0px;
}

.sec02 .nav-item:last-child {
    padding-right: 0px;
}

.sec02 .nav-pills {
    margin-bottom: 0px;
}

.sec02 p {
    margin-bottom: 0px;
}

.sec02 .c-footer {
    padding-bottom: 20px;
}

.tab-pane .tabpanel-box {
    background-color: #ffffff;
    padding: 30px;
}

.tab-pane.active .tabpanel-box {
    border: 3px solid #003E92;
}

@media screen and (max-width:992px) {

    .tab-pane .tabpanel-box {
        background-color: transparent;
        padding: 0px;
    }

    .tab-pane.active .tabpanel-box {
        border: none;
    }

}

.nav-pills .nav-link {
    border-radius: 0.25rem 0.25rem 0 0;
}

@media (max-width: 992px) {

    .sec02 .nav-pills {
        margin-bottom: 5px;
    }

    .sec02 .nav-item:nth-child(2) {
        padding-right: 0px;
    }

    .sec02 .nav-item {
        padding-left: 0px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .card-deck {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width:576px) {
    .white-bg .card-deck .card {
        margin-left: 0px;
        margin-right: 0px;
    }

    .white-bg .p-4 {
        padding-bottom: 1px !important;
    }
}

.cm-sec {
    text-align: center;
    padding: 40px;
}

.sec07 .cm-sec {
    padding: 10px !important;
}

.cm-sec .btn-w-border {
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 180px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .cm-sec .btn-w-border {
        color: #ffffff;
        border: 2px solid #ffffff;
        width: 180px;
        border-radius: 7px;
        font-weight: 600;
    }
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background-color: #202020;
    color: #fff;
    margin: 0px -20px;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button:focus {
    outline: none;
}

.carousel-wrap {
    padding: 0px 20px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav .owl-prev:before {
    background-image: url('../images/left.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
}

.owl-nav .owl-next:before {
    background-image: url('../images/right.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
}

@media screen and (max-width:576px) {

    .owl-nav .owl-prev:before,
    .owl-nav .owl-next:before {
        font-size: 2rem;
    }
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: none;
}

.owl-dots {
    text-align: center;
    padding-top: 30px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 7px;
}

.owl-dots button.owl-dot.active {
    background-color: #003E92;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.sec03 {
    padding-bottom: 80px;
}

.sec03 .card-title {
    text-align: left;
}

.sec03 .card-body,
.sec03 .c-footer {
    background-color: #CFECFC;
}

.sec03 .c-footer {
    padding-bottom: 1.5rem;
}

.sec03 h5 {
    margin-bottom: 0px;
}

.sec03 .card-body {
    min-height: 112px;
}

@media screen and (max-width:992px) {
    .sec03 .card-body {
        min-height: auto;
    }
}

.sec04 {
    background-color: #F7BF37;
    padding-bottom: 70px;
}

.sec04 .card-deck {
    padding-bottom: 30px;
}

.sec04 .card {
    padding: 15px;
    padding-bottom: 0px;
}

.sec04 .sec-info {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-image: url(../images/sec04-line.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec04 .sec-box {
    text-align: left;
    padding: 20px 100px;
}

@media screen and (max-width:992px) {
    .sec04 .sec-box {
        text-align: left;
        padding: 20px 60px;
    }
}

@media screen and (max-width:576px) {
    .sec04 .sec-box {
        text-align: left;
        padding: 20px 15px;
    }

    .sec04 .sec-info {
        margin: 0px;
    }

    .sec04 .sec-info .pb10-m {
        padding-bottom: 10px;
    }
}

.sec04 .c-footer {
    padding-bottom: 20px;
}

.sec04 .title04 h5 {
    background-color: rgb(202, 91, 98);
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
}

.sec04 .sec-bg-white {
    background-color: white;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.sec04 .sec-info a {
    color: #1A1818;
}

.sec04 .sec-info img {
    width: 20px;
    margin-right: 2px;
}

.sec05 {
    padding-bottom: 100px;
}

.sec05 .sec-width {
    width: 76%;
    margin-left: 12%;
}

@media screen and (max-width:576px) {
    .sec05 .sec-width {
        width: 100%;
        margin-left: 0%;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec06 {
    background-color: #33A2B1;
    padding-bottom: 70px;
}

.b-con {
    background-color: #003E92;
    padding: 15px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-box {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: calc(100% - 85px);
    margin-right: 15px;
}

.p-go {
    background-color: #E9757D;
    color: white;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.p-go.disabled {
    background-color: #DBDBDB;
    color: #4e5156;
}

.p-go a {
    color: white;
}

.sec06 .sec-width {
    width: 76%;
    margin-left: 12%;
}

@media screen and (max-width:576px) {
    .sec06 .sec-width {
        width: 100%;
        margin-left: 0%;
    }
}

.sec-title {
    max-width: 80%;
}

@media screen and (max-width:992px) {
    .sec-title {
        max-width: 100%;
    }
}

.fixed-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.fixed-btn img {
    width: 150px;
}

@media screen and (max-width:576px) {
    .fixed-btn img {
        width: 100px;
    }
}

.nav-container {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 1000;
    max-width: 1920px;
}

.pt148 {
    padding-top: 148px;
}

@media screen and (max-width:1200px) {
    .pt148 {
        padding-top: 145px;
    }
}

@media screen and (max-width:992px) {
    .pt148 {
        padding-top: 81px;
    }

    .nav-container {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.50)
    }
}


.back-to-home {
    margin-top: 25px;
}

h5.back-to-home {
    color: #003E92;
}

h5.back-to-home a {
    text-decoration: underline !important;
}


.main-sec.solution {
    background-color: #f7bf37;
}

.list-card-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.list-card-box a {
    /* flex: 1; */
    flex: 0 0 31.3333%;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
    padding: 20px 15px 20px 20px;
}

.list-card-box a.blank {
    background-color: transparent;
    pointer-events: none;
}

.list-card-box a .list-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left; 
}

.list-card-box a .list-card .cart-text .card-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    text-decoration: none;
    min-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-card-box a .list-card .cart-text .card-sub-title{
     color: #003E92;
     margin-bottom: 5px;
     font-weight: 500;
}

.list-card-box a .list-card .cart-text p {
    font-size: 15px;
    color: #888888;
    text-decoration: none;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 0;
    border-top: 1px solid #ececec;
    padding-top: 15px;
}

.list-card-box a:hover {
    text-decoration: none;
}

.list-card-box .list-card .card-btn {
    flex-basis: 50px;
    padding-left: 5px;
}

.list-card-box .list-card .card-btn p {
    text-align: center;
    background-color: #E9757D;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (max-width:1200px) {
    .list-card-box a {
        /* flex: 1; */
        flex: 0 0 31.11%;
    }
}

@media screen and (max-width:990px) {

    .list-card-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .list-card-box a {
        /* flex: 1; */
        width: 100%;
        flex: 0 0 0%;
    }


    .list-card-box .list-card {
        text-align: left;
        justify-content: space-between;
        padding: 0px 0px 0px 0px;
        /* margin: 15px 10px; */
    }

    .list-card-box a .list-card .cart-text p {
        border-top: none;
        padding-top: 15px;
    }
    .list-card-box .list-card .card-btn {
        flex-basis: 50px;
    }

    .list-card-box .list-card .card-btn p {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .list-card-box a .list-card .cart-text .card-title {
        text-decoration: none;
        min-height: auto;
        overflow:visible;
    }

}

.list-cat-title h3 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 220px;
    padding: 8px 10px ;
    background-color:#003E92; 
    margin: 0 auto;
    border-radius: 80px;
    margin-bottom: 25px;
}

.footage{
    width: 15px;
    position: relative;
}

.footage::after{
    content: attr(data-content); /*動態獲取資料*/
    position: absolute;
    font-size: 13px;
    top: -20px;
    left: -5px;
}

.pic-mobile{
    display: none;
}

@media screen and (max-width:990px) {
    .pic-pc{
        display: none;
    }
    .pic-mobile{
        display: block;
    }
}

.sec07{
    padding-bottom:80px;
}

.admin-number{
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card.blue {
    background-color: #CFECFC;
}

.card.blue .card-body p{
    font-size: 18px!important;
    line-height: 32px!important;
    text-align: justify;
}

.card-img-top-box{
    position: relative;
}

.prod-name{
   position: absolute;
   background-color: #003E92;
   color: #ffffff;
   font-size: 15px;
   padding: 3px 12px;
   border-radius: 6px;
   right: 0px;
   bottom: 0px;
   font-weight: 500;
}

.card-name{
    color:#003E92;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
}
.card-name .title{
    min-height: 25px;
}

.card-name .name span{
    margin-left: 10px;
} 
.feedback-body .card-name{
    font-size: 20px;
}

.card.blue .c-footer{
    margin-bottom: 25px;
}

.lity-dialog {
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    max-width: 100%;
    border-radius: 5px;
}


.lity-dialog .cm-sec{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.lity-dialog-inner {
    padding: 20px;
}

.lity-dialog.sm {
    width: 600px;
}

.lity-dialog.md {
    width: 960px;
}

.lity-dialog.lg {
    width: 1200px;
}

.feedback-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    background-color: #003E92;
    color: #ffffff;
}

.feedback-title span {
    color: #000;
}

.feedback-body{
    padding: 20px;
}

.feedback-body p{
    font-size: 18px;
    line-height: 32px;
}

.feedback-body ul li{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.feedback-banner{
    margin-bottom: 30px;
}

.feedback-img{
  padding: 0 13%;
}
.feedback-img{
  position: relative;
  margin-bottom: 20px;
}

.feedback-img .prod-name{
   position: absolute;
   background-color: #003E92;
   color: #ffffff;
   font-size: 17px;
   padding: 5px 16px;
   border-radius: 6px;
   right: 13%;
   bottom: 0px;
   font-weight: 500;
}

.feedback-banner img,
.feedback-img img{
    width: 100%;
}

@media screen and (max-width:768px) {
    .feedback-banner,
    .feedback-img{
      padding: 0 5%;
    }

    .feedback-img .prod-name{
       right: 5%;
       bottom: 0px;
       font-weight: 500;
    }
}


@media screen and (max-width:540px) {
    .feedback-banner,
    .feedback-img{
      padding: 0 0%;
    }

    .feedback-img .prod-name{
       right: 0px;
    }
}