﻿/* all start */

body {
    font-family: avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "NotoSansTC-Medium", "Microsoft JhengHei";
    line-height: 1.7;
    font-size: 1rem;
    letter-spacing: 0.3px;
    overflow-x: hidden;
}

.container-frame {
    padding-top: 28px;
    padding-bottom: 28px;
}

@media (min-width: 768px) {
    .container-frame {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

.container-frame-secondary {
    padding-top: 28px;
    padding-bottom: 28px;
}


section {
    /* padding: 12px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 140%;
}

p {
    margin-bottom: 8px;
    word-break: break-word;
}

    p:last-child {
        margin-bottom: 0;
    }

a:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}

/* CTA_Start */

a.btn,
button.btn {
    height: 36px;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 0.875rem;
}

@media (min-width: 768px) {

    a.btn,
    button.btn {
        height: 50px;
        padding: 14px 36px;
        font-size: 0.875rem;
    }
}

.btn.btn-sm {
    height: 36px;
    padding: 8px 30px;
}

.btn.btn-primary {
    border: 1px solid #3095b4;
    color: #3095b4;
    background: rgba(255, 255, 255, 0);
}

    .btn.btn-primary:hover {
        border: 1px solid #35a4c6;
        color: #35a4c6;
    }

.btn-primary:not(:disabled):not(.disabled):active {
    background: #ffffff;
    color: #3095b4;
}

.btn.btn-secondary {
    background: #3095b4;
    border: none;
}

    .btn.btn-secondary:hover {
        background: #35a4c6;
    }

.Dnb-form .btn.btn-secondary {
    background: #3095b4;
    border: none;
}

    .Dnb-form .btn.btn-secondary:hover {
        background: #35a4c6;
    }

.btn-secondary:not(:disabled):not(.disabled):active {
    background: #35a4c6;
}

.btn.btn-third {
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

    .btn.btn-third:hover {
        border: 1px solid #e3e3e3;
        background: rgba(0, 0, 0, 0);
        color: #e3e3e3;
    }

.btn.btn-success {
    border: 1px solid #046A38;
    background: #046A38;
    color: #fff;
}

    .btn.btn-success:hover {
        border: 1px solid #04753e;
        background: #04753e;
        color: #ffffff;
    }

.btn.btn-success-light {
    border: 1px solid #00B2AA;
    background: #00B2AA;
    color: #fff;
}

    .btn.btn-success-light:hover {
        border: 1px solid #02c1b8;
        background: #02c1b8;
        color: #ffffff;
    }

.btn.btn-warning {
    border: 1px solid #BE4D00;
    background: #BE4D00;
    color: #fff;
}

    .btn.btn-warning:hover {
        border: 1px solid #c95000;
        background: #c95000;
        color: #ffffff;
    }

.btn.btn-warning-light {
    border: 1px solid #E6A65D;
    background: #E6A65D;
    color: #fff;
}

    .btn.btn-warning-light:hover {
        border: 1px solid #f7b365;
        background: #f7b365;
        color: #ffffff;
    }

.btn.btn-danger {
    border: 1px solid #9B3259;
    background: #9B3259;
    color: #fff;
}

    .btn.btn-danger:hover {
        border: 1px solid #ac3662;
        background: #ac3662;
        color: #ffffff;
    }

.btn.btn-danger-light {
    border: 1px solid #D25B73;
    background: #D25B73;
    color: #fff;
}

    .btn.btn-danger-light:hover {
        border: 1px solid #dc6078;
        background: #dc6078;
        color: #ffffff;
    }

/* CTA_End */

/* Badge_Start */

.badge {
    font-size: 0.75rem;
    padding: 4px 6px;
    border-radius: 2px;
}

.badge-primary,
.badge-info {
    background-color: #3095b4;
    color: #fff;
}

.badge-primary-light {
    background-color: #F1F6F8;
    color: #3095b4;
}

.badge-secondary {
    background-color: #005172;
    color: #fff;
}

.badge-success {
    background-color: #046A38;
    color: #fff;
}

.badge-danger {
    background-color: #9B3259;
    color: #fff;
}

.badge-warning {
    background-color: #BE4D00;
    color: #fff;
}

/* Badge_End */

/* all end */

/* ol */
/*list_increment_start*/

.list-increment ol {
    counter-reset: item;
}

    .list-increment ol li {
        display: block;
        position: relative;
    }

        .list-increment ol li:before {
            content: counters(item, ".")".";
            counter-increment: item;
            position: absolute;
            margin-right: 100%;
            right: 10px;
            /* space between number and text */
        }

        .list-increment ol li:last-child {
            margin-bottom: 20px;
        }

/*list_increment_end*/

/* Admin home_start */

.admin-bg .card-header.d-flex {
    background: #fbfbfbfb;
}

.admin {
    min-height: 730px;
}

.admin-footer {
    height: 133px;
}

/* Navbar_start */

.admin-navbar-shadow {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px 3px rgba(232, 232, 232, 0.87);
    border-bottom: 1px solid rgba(220, 220, 220, 0.59);
}

nav .office-web {
    color: #d6d6d6;
}

.logo-name {
    color: rgb(159, 158, 158);
    font-size: 0.875rem;
    white-space: nowrap;
}

.dropdown-toggle.nav-link.nav-text {
    font-size: 2rem;
}

.row.space {
    height: 50vh;
}

/* Navber_end */

/* Breadcrumbs_start */

.search-icon {
    font-size: 1.25rem;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0);
    margin-top: 16px;
}

    .breadcrumb a {
        text-decoration: none;
    }

.breadcrumb-color {
    color: #3095B4;
}

    .breadcrumb-color:hover {
        text-decoration: none;
    }

/* Breadcrumbs_end */

/* Navbar_demo start */

.logo {
    width: 235px;
}

.dropdown-item.admin-navbar-drop {
    color: #3095B4;
}

    .dropdown-item.admin-navbar-drop:hover {
        transition: all 0.3s ease-in-out;
        color: #005172;
        background: #f1f6f8;
    }

/* Navbar_demo end */

.admin-crm {
    height: 100px;
}

/* Admin home_list Start */

.adminhome-list a {
    color: #343a40;
    text-decoration: none;
}

.adminhome-list .card-header a {
    font-size: 1.2rem;
}

.adminhome-list .card-body a {
    font-weight: normal;
}

    .adminhome-list .card-body a:hover {
        transition: all 0.3s ease-in-out;
        color: #868686;
    }

/* Admin home_list End */

/* Admin home_end */

/* Admin_pages_Start */

.Admin-breadcrumb a {
    color: #3095b4;
    text-decoration: none;
}

    .Admin-breadcrumb a:hover {
        color: #005172;
    }

.breadcrumb-nowpage {
    color: #868686;
}

.admin-pages {
    box-shadow: 1px 1px 10px #d6d6d6;
    border-radius: 10px;
    background: #ffffff;
}

    .admin-pages a:hover {
        text-decoration: none;
    }

    .admin-pages th {
        font-weight: 400;
        background: #f1f6f8;
    }

    .admin-pages h2 {
        color: #343a40;
        font-size: 1.125rem;
    }

        .admin-pages h2 > i {
            color: #005172;
        }

        .admin-pages h2:hover {
            transition: all 0.3s ease-in-out;
            text-decoration: none;
            color: #005172;
        }

    .admin-pages td:nth-child(1) a {
        font-size: 2rem;
        color: #868686;
    }

        .admin-pages td:nth-child(1) a:hover {
            transition: all 0.3s ease-in-out;
            color: #005172;
        }

.admin-pages-list .page-link {
    color: #005172;
}

    .admin-pages-list .page-link:focus {
        color: #ffffff;
        background: #005172;
        box-shadow: none;
        outline: none;
    }

/* Admin_pages_end */

/* Admin_page_Start */

/* Admin_page_form_Start */

.admin-bigtitle {
    font-size: 2.375rem;
    color: #343a40;
}

.admin-title {
    font-size: 1.125rem;
    color: #005172;
}

.btn-synchronize {
    font-size: 0.875rem;
    color: #868686;
    border: 1.5px solid #868686;
}

    .btn-synchronize:active {
        color: #ffffff;
        background: #868686;
    }

.form-content select:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.form-content input:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.form-content textarea:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.form-control-file::-webkit-file-upload-button {
    visibility: hidden;
}

.form-control-file::before {
    display: inline-block;
    background: #343a40;
    color: #ffffff;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 10pt;
}

.form-control-file:focus {
    box-shadow: 0 0 0 0.2rem #3095b400;
    border: none;
    outline: none;
}

.admin-pages-list a {
    text-decoration: none;
}

.admin-pages-list .nav-link.active {
    box-shadow: -1px -1px 3px #d6d6d6;
    font-weight: 500;
    color: #005172;
}

.admin-pages-list .nav-link {
    font-weight: 500;
    color: #3095b4;
}

.admin-pages-list .tab-content {
    box-shadow: 1px 1px 10px #d6d6d6;
    border-radius: 0px 10px;
    background: #ffffff;
}

.description {
    height: 100px !important;
}

.image-input {
    font-size: 0.875rem;
}

    .image-input .custom-file-label::after {
        padding-bottom: 5px;
        color: #ffffff;
        background: #343a40;
    }

.image-preview-bg {
    border-radius: 10px;
    color: #ffffff;
    font-size: 3rem;
    width: 300px;
    height: 170px;
    box-shadow: 1px 1px 10px #d6d6d6;
    background: #ffffff;
}

.image-input input:focus {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.image-input label:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 0.2rem #3095b440;
    border: 1px solid #3095b4;
}

.image-preview {
    border-radius: 10px;
    background: #d6d6d6;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.empty-modules {
    color: #d6d6d6;
    font-size: 5rem;
    height: 120px;
    border-radius: 10px;
    border: 4px solid #d6d6d6;
    width: 100%;
}

    .empty-modules:hover {
        transition: all 0.3s ease-in-out;
        box-shadow: 1px 1px 10px #d6d6d6;
        background: #d6d6d6;
        color: #ffffff;
    }

.modules {
    box-shadow: 1px 1px 15px rgba(134, 134, 134, 0);
    border-radius: 10px;
    position: relative;
    border: 4px solid rgba(48, 149, 180, 0);
    width: 100%;
}

    .modules:active {
        border: 4px solid #3095b4;
        box-shadow: 1px 1px 15px #868686;
    }

    .modules img {
        width: 100%;
    }

.modules-icon {
    left: 90%;
    top: -50px;
    color: rgba(48, 149, 180, 0);
    position: absolute;
    font-size: 2.3rem;
}

@media (max-width: 768px) {
    .modules-icon {
        left: 80%;
    }
}

.modules:active .modules-icon {
    color: #3095b4;
}

/* Choose_color_Start */

.bgchoose-color div {
    border-radius: 5px;
    border: 3px solid #d6d6d6;
    height: 50px;
    width: 50px;
}

    .bgchoose-color div:hover {
        transition: all 0.3s ease-in-out;
        border: 3px solid #343a40;
        box-shadow: 1px 1px 10px #d6d6d6;
    }

        .bgchoose-color div:hover + .bgchoose-title {
            transition: all 0.3s ease-in-out;
            text-shadow: 1px 1px 10px #d6d6d6;
            color: #343a40;
        }

.bgchoose-color span {
    letter-spacing: 0px;
    width: 50px;
    color: #868686;
}

.color-f1f6f8 {
    background: #f1f6f8;
}

.color-3095b4 {
    background: #3095b4;
}

.color-005172 {
    background: #005172;
}

.color-c1e9f5 {
    background: #c1e9f5;
}

.color-35a4c6 {
    background: #35a4c6;
}

.color-0ac1b9 {
    background: #0ac1b9;
}

.color-ffffff {
    background: #ffffff;
}

.color-f7f7f7 {
    background: #f7f7f7;
}

.color-ebebeb {
    background: #ebebeb;
}

.color-d6d6d6 {
    background: #d6d6d6;
}

.color-868686 {
    background: #868686;
}

.color-000000 {
    background: #000000;
}

.color-00b2aa {
    background: #74AA50;
}

.color-005f61 {
    background: #046A38;
}

.color-e6a65d {
    background: #e6a65d;
}

.color-be4d00 {
    background: #be4d00;
}

.color-d25b73 {
    background: #d25b73;
}

.color-9b3259 {
    background: #9b3259;
}

.color-example {
    border: 3px solid #d6d6d6;
    border-radius: 6px;
    width: 120px;
    height: 35px;
}

/* Choose_color_End */

.align {
    filter: drop-shadow(1px 1px 3px #868686);
    width: 50px;
    padding: 5px;
}

    .align.active {
        background: yellow;
    }

.third-bg {
    position: relative;
    border-radius: 50px;
    background: #d6d6d6;
}

input[type='radio']:checked:after {
    outline: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -6px;
    left: -1px;
    position: relative;
    background-color: #3095b4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d6d6d6;
}

/* Admin_page_Form_End */

/* Admin_add_Start */

.admin-add-bg {
    border-radius: 10px;
    box-shadow: 1px 1px 10px #d6d6d6;
    background: #ffffff;
    width: 100%;
}

/* Admin_add_End */

/* Admin_page_End */

/* Web_Header_Start */

/* Header_top Start */

nav.mainmenu {
    background: #ffffff;
    position: relative;
}

.container-fluid.web-header-width {
    border: 1px solid #000000;
}

.row.web-header-top {
    height: 100px;
}

.header-top {
    height: 100px;
}

.web-header-icon {
    width: 250px;
    margin: 10px;
}

.conputer-header-breadcrumb {
    color: #868686;
}

    .conputer-header-breadcrumb a {
        font-size: 0.875rem;
        color: #868686;
        text-decoration: none;
    }

    .conputer-header-breadcrumb img {
        margin-bottom: 3px;
    }

.web-header-bg {
    padding: 75px;
}

.web-header-bottom {
    display: flex;
    justify-content: space-between;
}

nav.mainmenu.nav-link {
    padding-bottom: 4px;
}

nav.mainmenu .nav-title {
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(48, 149, 180, 0);
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
    color: #005172;
}

nav.mainmenu .nav-link {
    border-bottom: 3px solid rgba(48, 149, 180, 0);
    padding: 8px 16px 4px 16px;
}

    nav.mainmenu .nav-link:hover {
        transition: all 0.3s ease-in-out;
        border-bottom: 3px solid #3095b4;
        color: #3095B4;
    }

nav.mainmenu .nav-title:hover {
    transition: all 0.3s ease-in-out;
    color: #3095B4;
}

nav.mainmenu .nav-title.active {
    color: #3095B4;
}

nav.mainmenu a.active {
    color: #3095B4;
    border-bottom: 3px solid #3095b4;
    border-radius: 0 !important;
}

@media (max-width: 1440px) {
    .web-header-title {
        right: calc(20% - 100px);
    }
}


nav.mainmenu .nav-dropdown-menu {
    border: 1px solid #d6d6d670;
    border-radius: 0;
    background: #fafafa;
    position: absolute;
    z-index: 1000;
    display: none;
    max-width: 800px;
}

@media (min-width: 1200px) {
    nav.mainmenu .nav-dropdown-menu {
        max-width: 1000px;
    }
}

nav.mainmenu .nav-dropdown-menu.show {
    display: block;
}

.nav-dropdown-menu.show::before {
    display: block;
}

.nav-dropdown-menu-bgcolor {
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0 20px 16px rgba(0, 0, 0, 0.5);
}

    .nav-dropdown-menu-bgcolor:nth-child(1) {
        z-index: 1010;
        background-color: #E1E6E9;
    }

    .nav-dropdown-menu-bgcolor:nth-child(2) {
        z-index: 1009;
        background-color: #F1F6F9;
    }

    .nav-dropdown-menu-bgcolor:nth-child(3) {
        z-index: 1008;
        background-color: #2E97B5;
        color: #fff;
    }

        .nav-dropdown-menu-bgcolor:nth-child(3) .title {
            color: #fff !important;
        }

        .nav-dropdown-menu-bgcolor:nth-child(3) .header-list {
            color: #c8c8c8 !important;
        }

/* Header_top End */

/* Header_dropdown Start */

.mainmenu .bigtitle {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    padding: 32px 24px 16px 24px;
    margin-bottom: 0;
}

.mainmenu .header-list {
    font-size: 0.875rem;
    color: #868686;
    margin-top: 4px;
    margin-bottom: 0px;
}

.mainmenu .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
    text-decoration: none;
}

.tab-content.mainmenu {
    border: 1px solid #d6d6d6;
}

.mainmenu .nav-title.dropdown-link {
    width: fit-content;
    padding-bottom: 3px;
    color: #005172;
    font-weight: normal;
    border-bottom: 2px solid #ceeaf5;
}

.mainmenu a:hover {
    transition: all 0.3s ease-in-out;
    color: #3095b4;
    text-decoration: none;
}

.mainmenu h5.dropdown-link:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    width: fit-content;
    cursor: pointer;
    border-bottom: 2px solid #005172;
    color: #3095b4;
}

.mainmenu-list {
    padding-left: 0;
}

nav.mainmenu .search {
    padding: 4px 12px;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
}

    nav.mainmenu .search:hover {
        transition: all 0.3s ease-in-out;
        background: #f1f6f8;
        border: 1px solid #3095b4;
    }

        nav.mainmenu .search:hover .dropdown-title {
            transition: all 0.3s ease-in-out;
            color: #3095b4;
        }

.btn-title {
    white-space: pre;
    border-bottom: 3px solid rgba(48, 149, 180, 0);
}

.title-bg {
    padding: 16px 24px;
}

    .title-bg:hover {
        transition: all 0.3s ease-in-out;
        background: rgba(214, 214, 214, 0.48);
    }

    .title-bg a {
        text-decoration: none;
    }

.moblie-header-bg {
    font-size: 0.875rem;
    color: #868686 !important;
    text-decoration: none;
}

nav .dropdown-title .fa-globe-americas {
    color: #868686 !important;
}

.menu-layout {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(214, 214, 214, 0.48);
    z-index: 1;
}

nav a.dropdown-title {
    text-decoration: none;
}

/* Header_dropdown End */

/* Moblie_Header start */

nav.moblie-mainmenu {
    padding-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
    padding-right: 0;
    padding-left: 0;
}

    nav.moblie-mainmenu a:hover {
        text-decoration: none;
    }

    nav.moblie-mainmenu .nav-title {
        font-size: 1.125rem;
        color: #005172;
    }

    nav.moblie-mainmenu .search {
        border: 1px solid #d6d6d6;
        border-radius: 50px;
        color: #868686;
    }

        nav.moblie-mainmenu .search:hover {
            transition: all 0.3s ease-in-out;
            background: #f1f6f8;
            border: 1px solid #3095b4;
            color: #3095b4;
        }

.moblie-header-bottom {
    cursor: pointer;
    width: 100vw;
    background: #005172;
    font-size: 0.75rem;
    color: #ffffff;
    margin-left: 0 !important;
}

.moblie-header-bottom-line {
    width: 1px;
    height: 40px;
    background: #f7f7f7;
}

.moblie-header-icon {
    width: 50%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    color: #005172;
}

nav.moblie-mainmenu .moblie-header-breadcrumb {
    background-image: none !important;
}

nav .moblie-header-breadcrumb .nav-title {
    color: #868686;
    font-size: 1rem;
}


nav.moblie-mainmenu .dropdown-menu {
    left: calc(81%);
    top: calc(7.3vh);
}

.btn:focus {
    box-shadow: none;
    outline: none !important;
}

.moblie-title {
    padding-left: 0 !important;
    font-size: 0.75rem;
    color: #868686;
}

nav.moblie-mainmenu .member-link {
    font-size: 1rem;
    padding: 16px 12px;
    color: #868686;
}

    nav.moblie-mainmenu .member-link:hover {
        transition: all 0.3s ease-in-out;
        color: #868686;
        text-decoration: none;
    }

.moblie-header-bottom-icon {
    width: 15%;
}

.moblie-header-content .moblie-header-breadcrumbs .member-link {
    font-size: 0.875rem;
}

.moblie-header-breadcrumbs .moblie-header-breadcrumbs-item {
    padding: 12px 20px;
}


.mobile-header-bar .mobile-header-bar-item {
    padding: 16px 20px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: top 20px right 12px;
    background-image: url(/assets/img/icon_header_down-arrow1.svg);
}

/* Moblie_Header end */
/* Web_Header_End */
/* Web_Footer_Start */
/* Footer_bg_Start */
.bnd-footer {
    font-weight: 200;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.8rem;
    background: #242424;
    /*height: 340px;*/
    padding: 60px 0 40px 0;
}

    .bnd-footer a {
        font-size: 0.875rem;
        text-decoration: none;
        color: #ffffff;
    }

        .bnd-footer a:hover {
            transition: all 0.3s ease-in-out;
            color: #d6d6d6;
        }

    .bnd-footer .title {
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        margin-bottom: 12px;
    }


@media (max-width:768px) {
    .bnd-footer {
        min-height: 700px !important;
    }
}

@media (max-width: 992px) {
    .bnd-footer {
        min-height: 900px;
    }
}

.footer-line {
    height: 7px;
    background-image: url("/assets/img/img_footer_pattern.svg");
    background-repeat: repeat;
}

.bnd-footer hr {
    border-top: 1px solid #868686;
}

/* Footer_bg end */

/* Mobile_line Start */

/* Moblie_line end */

/* Web_Footer_end */

/* Web_Home_Banner_start */


/* Home_Banner_Start */
/* ester - 20250611 - ImageDesktop 新增 Home-Banner-height */
.Home-Banner-height {
    max-height: 360px;
    object-fit: cover;
}

.Home-Banner .home-banner-title,
.Home-Banner .home-banner-title h1,
.Home-Banner .home-banner-title h2,
.Home-Banner .home-banner-title h3 {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

@media (min-width: 768px) {
    .Home-Banner .home-banner-title,
    .Home-Banner .home-banner-title h1,
    .Home-Banner .home-banner-title h2,
    .Home-Banner .home-banner-title h3 {
        font-size: 2.5rem;
    }
}

.Home-Banner h3 {
    font-size: 1.25rem;
    color: #ffffff;
}

.Home-Banner .home-banner-sub-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.Home-Banner .home-banner-description {
    font-size: 1.125rem;
    color: #ffffff;
    margin-bottom: 28px;
}

    .Home-Banner .home-banner-description ul,
    ol {
        display: inline-block;
        margin: 0 auto;
    }

.Home-Banner .carousel-caption div.row {
    padding: 20px 0;
}

.Home-Banner .carousel-indicators {
    padding-bottom: 12px;
}

    .Home-Banner .carousel-indicators li {
        width: 10px;
        height: 10px;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 10px;
    }

        .Home-Banner .carousel-indicators li.active {
            border: 2px solid #3095B4;
        }

.Home-Banner .home-banner-datacloud {
    width: 180px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .Home-Banner .home-banner-datacloud {
        width: 230px;
    }
}


/* Home_Banner_End */

/* CTA_text_start */

.text-btn i {
    font-size: 1.2rem;
    width: 22px;
    height: 20px;
    border-radius: 50px;
    padding: 0px;
    transform: translate(-10%, 9%);
    padding-right: 5px;
}

.text-btn p {
    padding: 2px;
    padding-right: 5px;
}

.text-btn.secondary p {
    color: #3095b4;
}

.text-btn.secondary:hover ~ .i {
    background: #000000;
}

.text-btn.secondary i {
    background: #3095b4;
}

.text-btn.primary i:before {
    border-radius: 50px;
    width: 61px;
    height: 10px;
    border: 1px solid #3095b4;
}

.text-btn.primary {
    color: #3095b4;
}

    .text-btn.primary:hover {
        color: #35a4c6;
        text-decoration: none;
    }

    .text-btn.primary a:hover {
        text-decoration: none;
    }

.text-btn.secondary {
    color: #3095b4;
}

    .text-btn.secondary a:hover {
        text-decoration: none;
    }

    .text-btn.secondary:hover {
        color: #35a4c6;
        text-decoration: none;
    }

    .text-btn.secondary i:before {
        border: 1px solid #ffffff;
        color: #ffffff;
        width: 61px;
        height: 10px;
        border-radius: 50px;
    }

.text-btn.third {
    color: #ffffff;
}

    .text-btn.third i:before {
        border: 1px solid #ffffff;
        width: 61px;
        height: 10px;
        border-radius: 50px;
    }

    .text-btn.third:hover {
        color: #d6d6d6;
        text-decoration: none;
    }

    .text-btn.third a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .text-btn.third i:before:hover {
        border: 1px solid #d6d6d6;
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Tim 2021/03/18 Start-------------------------------- */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

/*a {
  color: #0366d6;
}*/

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


/* Web_Home_Banner_end */

/* Concentcard_start */

.Contentcard {
    width: 100%;
}

.Contentcard-bg {
    border: 1px solid #d6d6d64b;
    background: white;
}

    .Contentcard-bg:hover {
        transition: all 0.3s ease-in-out;
        border: 0.5px solid #3095b4;
    }

.Contentcard h3 {
    color: #005172;
    font-size: 1.25rem;
}

.Contentcard h4 {
    color: #005172;
    font-size: 1rem;
}

.Contentcard .Contentcard-Discription {
    font-weight: normal;
    letter-spacing: 0.88px;
    font-size: 0.875rem;
}

.Contentcard-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Contentcard-Discription a {
    color: #3095b4;
}

/* Concentcard_end */

/* CrossCard Start */

.Crosscard .crosscard-item {
    margin-bottom: 20px;
}

    .Crosscard .crosscard-item:last-child {
        margin-bottom: 0px;
    }

@media (min-width: 960px) {
    .Crosscard .crosscard-item {
        margin-bottom: 0px;
    }
}

.Crosscard h2,
.Crosscard h3 {
    font-size: 1.375rem;
    color: #005172;
    margin-top: 16px;
}

@media (min-width: 960px) {
    .Crosscard h2,
    .Crosscard h3 {
        margin-top: 0;
    }
}

.Crosscard .Crosscard-Icon {
    width: 3rem;
    height: 100%;
}

.Crosscard .Crosscard-Discription {
    font-weight: normal;
    letter-spacing: 0.88px;
}

.Crosscard-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Crosscard-Discription a {
    color: #3095b4;
}

/* CrossCard End */

/* Iconcontent Start */


.Iconcontent h3 {
    font-size: 1.25rem;
    color: #005172;
}

/* .Iconcontent .Iconcontent-Icon {
    width: 5rem;
    height: 100%;
} */

.Iconcontent .Iconcontent-Discription {
    color: #000000;
}

.Iconcontent-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Iconcontent-Discription a {
    color: #3095b4;
}

/* Iconcontent End */
.iconcard {
    padding-bottom: 24px;
}

.iconcard-wrapper {
    justify-content: center;
}

.iconcard-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    background-color: #f6f7f8;
    height: 100%;
    border-radius: 10px;
}

.iconcard-icon {
    width: 64px;
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
}

.iconcard-title h2 {
    font-size: 1.25rem;
}

.iconcard-description {
    color: #868686;
}

/* Iconcard Start */


/* Iconcard End */

/* BannerCard Start */
.Bannercard {
    background: #ffffff;
}

.banner-height {
    height: 100%;
}

.Bannercard .bannercard-body {
    padding: 0;
}

.Bannercard .bannercard-content {
    padding: 16px 16px 20px 16px;
}

.Bannercard .bannercard-end {
    align-self: flex-end;
    padding-bottom: 20px;
}

.Bannercard .bannerimgsize {
    border-radius: 4px 4px 0 0;
}

.Bannercard a:hover {
    text-decoration: none;
}

.bannertitle {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.Bannercard h3 {
    color: #005172;
    font-size: 1.25rem;
}

.Bannercard h4 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #005172;
}

.Bannercard .bannerdate {
    font-size: 0.875rem;
    color: #868686;
}

.Bannercard .card-bg {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #d8dadb;
    border-radius: 6px;
}

    .Bannercard .card-bg:hover {
        transition: all 0.3s ease-in-out;
        border: 1px solid #3095b4;
    }

        .Bannercard .card-bg:hover .bannercta {
            border-bottom: 2px solid #3095b4;
            font-size: 0.9375rem;
            color: #3095b4;
        }

.banner-link {
    font-size: 1rem;
    color: #005172;
    border-bottom: 2px solid rgba(48, 149, 180, 0.54);
}

.Bannercard .card-bg:hover .banner-link {
    border-bottom: 2px solid #005172;
    color: #3095b4;
}

.Bannercard .Bannercard-Discription {
    font-size: 0.875rem;
    font-weight: normal;
}

.Bannercard-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Bannercard-Discription a {
    color: #3095b4;
}

.bannercard-no a:hover {
    text-decoration: none;
}

.bannercard-no a > h6:hover {
    color: #3095b4;
}

.bannercard-no h2 {
    font-size: 1.5rem;
}

.bannercard-no .bannerdate {
    font-size: 0.875rem;
    color: #868686;
}

.bannercard-no p {
    font-size: 1rem;
    color: #868686;
}

.bannercard-no a:hover {
    text-decoration: none;
}

.bannercard-no a > h6:hover {
    color: #3095b4;
}

.bannercard-no h2 {
    font-size: 1.5rem;
}

.bannercard-no .bannerdate {
    font-size: 0.875rem;
    color: #868686;
}

.bannercard-no p {
    font-size: 1rem;
    color: #868686;
}

.bannercard-no .card-bg {
    box-shadow: 1px 1px 15px #e6e6e6;
    border: 1px solid rgba(48, 149, 180, 0);
}

    .bannercard-no .card-bg:hover {
        border: 1px solid #3095b4;
    }

        .bannercard-no .card-bg:hover .bannercta {
            border-bottom: 2px solid #3095b4;
            font-size: 0.9375rem;
            color: #3095b4;
        }

.card-bg {
    box-shadow: 0px 0px 10px #00000010;
    border: 1px solid rgba(48, 149, 180, 0);
}

.bannercard-no .card-bg:hover {
    border: 1px solid #3095b4;
}

    .bannercard-no .card-bg:hover .bannercta {
        border-bottom: 2px solid #3095b4;
        font-size: 0.9375rem;
        color: #3095b4;
    }

/* BannerCar End */

/* Video Start */

/* Video_bg Start */

.Video-bg {
    background-color: #3095b4;
    background-image: url(../../assets/img/img_fullcontent_b.svg);
}

.Video {
    padding: 76px 0px 0px 0px;
}

    .Video h3 {
        color: #ffffff;
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .Video .Video-Description {
        color: #ffffff;
    }


.Video-Iframe-Box {
    position: relative;
    top: -36px;
}

/* Video_bg End */

/* Video_straight Start */

.video-straight-bg {
    top: 40%;
    width: 100%;
    background: #3095b4;
    height: 600px;
    position: absolute;
}

.video-straight {
    height: 1050px;
    background: #ffffff;
    position: relative;
}

.video-straight-bg > div {
    height: 600px;
    background: url("../../assets/img/img_fullcontent_b.svg");
}

.video-position {
    display: flex;
    justify-content: center;
}

.video-straight.ratio {
    max-width: 600px;
}

@media (max-width: 1200px) {
    .video-straight {
        height: 850px;
    }
}

@media (max-width: 1200px) {
    .video-straight-bg {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .video-straight-bg > div {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .video-straight {
        height: 580px;
    }
}

@media (max-width: 992px) {
    .video-straight-bg {
        top: 25%;
        height: 550px;
    }
}

@media (max-width: 992px) {
    .video-straight-bg > div {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .video-straight-bg {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .video-straight-bg > div {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .video-straight {
        height: 560px;
    }
}

@media (max-width: 480px) {
    .video-straight-bg {
        height: 470px;
        top: 15%;
    }
}

@media (max-width: 480px) {
    .video-straight-bg > div {
        height: 470px;
    }
}

/* Video_straight End */

/* Video_Full Start */

.Video-Position {
    display: flex;
    justify-content: center;
}

.Full-video .ratio {
    max-width: 650px;
}

.Full-video h2 {
    color: #005172;
    font-size: 1.75rem;
}

.Full-video .Full-video-Discription {
    font-size: 0.875rem;
    font-weight: normal;
}

.Full-video-Discription a {
    color: #3095b4;
}

.Full-video ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

/* Video_Full End */
/* Video_Card Start */
.video h3 {
    font-size: 1.25rem;
    color: #ffffff;
}

.video span {
    font-size: 0.875rem;
    color: #ffffff;
}

/* Video_Card End */

/* Video_Straight_Card Start */

.video-straight h3 {
    font-size: 1.25rem;
    color: #ffffff;
}

.video-straight span {
    font-size: 0.875rem;
    color: #ffffff;
}

/* Video_Straight_Card End */

/* Video Youtube Start */

@media (min-width: 992px) and (max-width:1200px) {
    .video-position {
        transform: translate(-10px, 25px);
    }
}

/* Video Youtube End */

/* Video End */

/* Iconlink Start */

/* Fullquote Blue Start */

.Fullquote {
    background-color: #3095b4;
    background-image: url("/assets/img/img_fullcontent_b.svg");
}

    .Fullquote.col-7 {
        padding-left: 0;
    }

    .Fullquote h3,
    .Fullquote h2 {
        font-size: 1.25rem;
        margin-bottom: 0px;
        /*word-break: break-all;
*/
        color: white;
    }

    .Fullquote p {
        word-break: break-all;
        color: white;
    }

/* Fullquote Blue End */

/* Fullquoteimg Start */

.Fullquote-img {
    position: relative;
}

    .Fullquote-img > .img-fluid {
        width: 100%;
    }

    .Fullquote-img > img {
        width: 60px;
        height: 100%;
    }

    .Fullquote-img > div {
        width: 100%;
    }

    .Fullquote-img div > img {
        width: 60px;
        height: 100%;
    }

.Fullquote .Fullquote-Discription {
    font-size: 0.875rem;
    font-weight: normal;
    color: white;
    word-break: break-all;
}

.Fullquote-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Full-video-Discription a {
    color: #3095b4;
}

.Icon-Space {
    position: absolute;
    z-index: 100;
    top: 0;
    padding: 20px 100px 20px 100px;
}

@media(max-width:576px) {
    .Icon-Space {
        padding: 20px 20px 20px 20px;
    }
}

/* Fullquote End */
/* Fullconcent Start */
.Fullcontent {
    margin-bottom: 12px;
}

    .Fullcontent .ratio {
        max-width: 650px;
    }

@media (min-width:1024px) {
    .Fullcontent .img-fluid {
        max-width: 800px;
    }
}

.Fullcontent .Fullcontent-Discription {
    font-size: 1rem;
    font-weight: normal;
}

.Fullcontent-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Fullcontent-Discription a {
    color: #3095b4;
}

.Fullcontent h2 {
    font-size: 1.75rem;
}

/* Fullconcent End */
/* Icon-CTA Start */
.Icon-CTA {
    background-color: #fff;
    background-size: 9px 10px;
}

.Icon-CTA-Bg {
    background: #ffffff;
}

.Icon-CTA-Word {
    font-size: 1rem;
    white-space: nowrap;
}

.Icon-CTA-Icon {
    width: 3rem;
}

/* Icon-CTA End */
/* Crosslist Start */
.Crosslist h2,
.Crosslist h3 {
    color: #005172;
    font-size: 1.375rem;
    margin-bottom: 0;
}

.Crosslist p {
    font-weight: normal;
    font-size: 1rem;
}

.Crosslist-box {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 36px;
    margin-bottom: 36px;
}

    .Crosslist-box:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

.Crosslist-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Crosslist .Crosslist-Discription {
    font-weight: normal;
    font-size: 1rem;
}

.Crosslist-Discription a {
    color: #3095b4
}

/* Crosslist End */
/* Banner Start */
.section-banner .banner {
    overflow: hidden;
    position: relative;
}

.search-bg {
    background: #005172;
    min-height: 150px;
}

.section-banner .banner-content {
    position: absolute;
    right: 0;
    bottom: 40%;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px);
}


.section-banner h1 {
    color: #ffffff;
    font-size: 1.875rem;
    margin-bottom: 8px;
}

.section-banner h2 {
    font-size: 1.25rem;
    color: #ffffff;
}

.section-banner .form-control {
    background-color: #ffffff;
    max-width: 800px;
}

.section-banner .Banner-Description {
    color: #ffffff;
    margin-bottom: 28px;
}

.section-banner input:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

/* Banner End */

/* Search Start */
.Classifications {
    box-shadow: 1px 1px 5px 1px #d6d6d6;
    background: #f7f7f7;
}

    .Classifications a {
        font-weight: 400;
        font-size: 0.875rem;
        color: #005172;
    }

    .Classifications .badge {
        background: #005172;
    }

    .Classifications a:hover {
        padding-bottom: 8px;
        font-weight: 600;
        text-decoration: none;
        color: #3095b4;
        border-bottom: 2.5px solid #3095b4;
    }

        .Classifications a:hover .badge {
            background: #3095b4;
        }

    .Classifications a.active {
        padding-bottom: 8px;
        font-weight: 600;
        text-decoration: none;
        color: #3095b4;
        border-bottom: 2.5px solid #3095b4;
    }

    .Classifications .active .badge {
        background: #3095b4;
    }

.Search-Result h2 {
    color: #3095b4;
    font-size: 1.25rem;
}

.Search-Result p {
    font-weight: 400;
    font-size: 0.875rem;
}

.Search-Result a {
    text-decoration: none;
}

.Search-Result h2:hover {
    color: #005172;
}

.Search-Result .box-line {
    border-bottom: 1px solid #d6d6d6;
}

.Search-Pagination .page-link {
    color: #005172;
}

    .Search-Pagination .page-link:hover {
        color: #3095b4;
    }

    .Search-Pagination .page-link:focus {
        color: #3095b4;
        background-color: #e9ecef;
        box-shadow: none;
    }

.btn.btn-third.search {
    color: #868686 !important;
    background: #ffffff !important;
}

    .btn.btn-third.search:hover {
        color: #242424 !important;
        background: #d6d6d6 !important;
    }

/* Search End */

/* VideoCard Start */

.Videocard .ratio {
    max-width: 750px;
}

.Videocard h3 {
    font-size: 1.25rem;
    color: #005172;
}

.Videocard-Description ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.Videocard-Description {
    font-weight: normal;
    font-size: 0.875rem;
}

/* VideoCard End */

/* Chartcard Start */

.Chartcard h3 {
    color: #005172;
    font-size: 1.25rem;
}

.Chartcard h4 {
    font-size: 1.25rem;
}


.ChartCard-Discription ul,
ol {
    display: inline-block;
    margin: 0 auto;
}

.ChartCard-Discription {
    font-weight: normal;
    font-size: 0.875rem;
}

    .ChartCard-Discription a {
        color: #3095b4;
    }

/* Chartcard End */
/* Form Start */

.Dnb-form p,
.Dnb-form li {
    font-weight: normal;
    font-size: 1rem;
    color: #868686;
}

.Dnb-form h4 {
    color: #868686;
    font-size: 1rem;
}

.Dnb-form select:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.Dnb-form input:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.Dnb-form textarea:focus {
    box-shadow: 0 0 0 0.2rem #3095b440;
    border-color: #3095b4;
}

.Dnb-form .form-error span {
    visibility: visible;
    color: #9B3259;
}

.form-error .form-control {
    background-color: #d25b7385;
}

.form-msg {
    word-break: keep-all;
    font-size: 0.875rem;
    visibility: hidden;
}

.Dnb-form label {
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
}


.form-control::placeholder {
    color: #d6d6d6;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #d6d6d6;
}

::-ms-input-placeholder {
    color: #d6d6d6;
}

.Dnb-form .other {
    border-bottom: 0.5px solid #868686;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    display: inline;
    width: 110px;
}

.Dnb-form .dnb-subscription {
    color: #3095b4;
}

.Dnb-form .form-check-input:checked ~ .form-check-label::before {
    color: #fff;
    border-color: #3095b4;
    background-color: #3095b4;
}

.Verification-code {
    background: #d6d6d6;
    height: 100px;
}

.Dnb-form a {
    font-weight: normal;
    color: #3095b4;
}

.Dnb-form .btn {
    width: 200px;
}


/* Form End */

/* Connection_link Start */
.ConnectUS {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #005172;
}

    .ConnectUS a:hover {
        text-decoration: none;
    }

        .ConnectUS a:hover h4 {
            transition: all 0.3s ease-in-out;
            color: #35a4c6;
        }

    .ConnectUS a:hover {
        transition: all 0.3s ease-in-out;
        color: #35a4c6;
    }

    .ConnectUS h4 {
        color: #ffffff;
        font-size: 0.875rem;
    }

    .ConnectUS a {
        color: #ffffff;
        font-size: 1.125rem;
    }

.connection-hr-right {
    border-right: 1px solid #35a4c6;
}

.connection-hr-left {
    border-left: 1px solid #35a4c6;
}

.ConnectUS .note {
    min-width: 25px;
}

/* Connection_link End */

/* Resourcescard Start */

.Resources .img-fluid {
    box-shadow: 1px 1px 5px #868686;
}

.Resources h2 {
    color: #005172;
    font-size: 1.25rem;
}

.Resources .news-box {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.Resources-hover {
    box-shadow: 1px 1px 5px #d6d6d6;
}


    .Resources-hover:hover {
        box-shadow: 1px 1px 5px #3095b4ad;
        transition: all 0.5s ease-out;
    }

.Resources-Discription {
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.875rem;
}

/* Resourcescard End */
/* articlelist start */
.articlelist h2 {
    color: #005172;
    font-size: 1.2rem;
}

.articlelist h3 {
    font-size: 1rem;
}

.articlelist p {
    font-weight: normal;
    font-size: 0.875rem;
}

.articlelist-bottom {
    border-bottom: 1px solid #efefef;
}

.articlelist-circle {
    background-image: url("../../assets/img/border_articlelist.svg");
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

    .articlelist-circle h5 {
        font-weight: 500;
        color: #005172;
        margin: 0;
    }

.articlelist h4 {
    color: #3095b4;
    font-size: 1rem;
    margin: 0;
}

/* articlelist end */

/* Title Start */

.module-title,
.module-title h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 20px;
}

    .module-title p {
        margin-bottom: 20px;
    }

/* .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #000000;
}

.title p{
    margin-bottom: 0;
} */

/* Title End */

/* News Start */
.News-Discription {
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.875rem;
}

.News h4 {
    font-size: 0.75rem;
    color: #868686;
}

.News .source {
    font-size: 0.75rem;
}

    .News .source a {
        color: #3095b4;
    }

        .News .source a:hover {
            transition: all 0.3s ease-in-out;
            text-decoration: none;
            color: #35a4c6;
        }

.News .news-box {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

/* banner-nav Start */

.banner-nav {
    padding: 28px 0;
    background: #242424;
}

    .banner-nav a {
        font-size: 0.875rem;
        color: #ffffff;
    }

    .banner-nav .sort {
        padding-top: 3px;
    }

        .banner-nav .sort h3 {
            padding-top: 7px;
            color: #d6d6d6;
            font-size: 0.875rem;
        }

        .banner-nav .sort .btn {
            padding-left: 30px;
            padding-right: 30px;
            border-radius: 50px;
        }

            .banner-nav .sort .btn:hover {
                background-color: #86868691;
            }

    .banner-nav .sort-question h3 {
        padding-top: 7px;
        color: #d6d6d6;
        font-size: 0.875rem;
    }

    .banner-nav .sort-question .btn {
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 50px;
    }

    .banner-nav .sort-question .btn {
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 50px;
    }

        .banner-nav .sort-question .btn:hover {
            background-color: #86868691;
        }

    .banner-nav .sort-questiont h3 {
        padding-top: 7px;
        color: #d6d6d6;
        font-size: 0.875rem;
    }

    .banner-nav .sort-question .btn {
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 50px;
    }

    .banner-nav .sort .btn:hover {
        background-color: #86868691;
    }

    .banner-nav .nav-item {
        padding: 8px 0;
    }

        .banner-nav .nav-item:last-child {
            padding-bottom: 0px;
        }

@media (min-width:768px) {
    .banner-nav .nav-item {
        padding: 0px 16px;
    }
}

.banner-nav .nav-item:hover a {
    padding-bottom: 10px;
    color: #d6d6d6;
    border-bottom: 3px solid #d6d6d6;
}

.banner-nav .nav-item a:hover {
    color: #d6d6d6;
    text-decoration: none;
}

.banner-nav .nav-item.Article-Sort {
    display: none;
    padding-top: 3px;
    transition: all 0.3s ease;
}

    .banner-nav .nav-item.Article-Sort.toggle {
        display: block;
        padding-top: 3px;
        animation: sort-start 0.3s linear 1 alternate forwards;
    }

@keyframes sort-start {
    0% {
        transform: translate(-40px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.banner-nav .nav-item.Article-Sort a.active {
    padding-bottom: 10px;
    color: #d6d6d6;
    border-bottom: 3px solid #d6d6d6;
}

.banner-nav .nav.nav-tabs {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width:768px) {

    .banner-nav .nav.nav-tabs {
        flex-direction: row;
        justify-content: center;
    }

    .banner-nav ul,
    ol {
        display: inline-block;
    }
}

.banner-nav .sort-question .btn:hover {
    background-color: #86868691;
}

/* banner-nav End */

/* News End */

/* common-problem start */

.common-problem a {
    text-decoration: none;
    color: #3095b4;
    font-size: 1rem;
}

    .common-problem a:hover {
        transition: all 0.3s ease-in-out;
        color: #005172;
    }

.common-problem .active a {
    color: #005172;
}

.common-problem .card-header.active {
    background: #f1f6f8;
}

.common-problem p {
    font-size: 0.875rem;
}

.common-problem .card-header {
    border: 0;
    box-shadow: 1px 1px 5px #d6d6d6;
    background: #ffffff;
}

/* common-problem end */
/* announcement Start */

#announcement.modal {
    background: #d6d6d68a;
}

#announcement .modal-header {
    border-bottom: 1px solid #d8d8d882;
}

#announcement .modal-title {
    color: #3095b4;
}

#announcement .modal-content {
    box-shadow: 1px 1px 5px #d6d6d6;
    border: none;
}

#announcement {
    /*display: block;*/
}

    #announcement p {
        margin: 0;
        font-size: 0.875rem;
        color: #005172;
    }

    #announcement strong {
        font-weight: 300;
    }

.announcement-logo {
    padding-bottom: 13px;
}

/* announcement end */

/* Thanks start */

.Thanks {
    overflow: hidden;
    display: flex;
    background-image: url(../../assets/img/img_fullcontent_b.svg);
    background-color: #3095b4;
}

    .Thanks h2 {
        color: #005172;
    }

    .Thanks .Thanks-Discription {
        font-weight: normal;
        font-size: 0.875rem;
        color: #005172;
    }

.Thanks-bg {
    align-self: center;
    top: 10%;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    width: 100vw;
    background: #ffffff;
    z-index: 100;
}

.Thanks-Text-Position {
    height: 72vh;
}

.Icon-Thanks {
    width: 4rem;
    height: 4rem;
}

.Thanks .btn.btn-secondary {
    height: 3rem;
    border-radius: 50px;
    padding: 8px 0px;
    font-size: 1.25rem;
    min-width: 3rem;
}

/* Thanks End */

/* Businessreport Start */

.businessreport .table thead th {
    background: #f1f6f8;
    color: #005172;
    vertical-align: bottom;
    border-bottom: none;
}

.businessreport .table-responsive-md {
    box-shadow: 1px 1px 5px #d6d6d6;
    border-radius: 10px;
}

.businessreport .table-hover tbody tr:hover {
    background: #c1e9f557;
}

.businessreport .businessreport-btn {
    min-width: 90px;
}

.businessreport h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #005172;
}

.businessreport .area {
    border-bottom: 1px solid #d6d6d6;
    background: #f1f6f8;
}

.businessreport .country {
    border-top: 1px solid #d6d6d600;
    border-left: 1px solid #d6d6d600;
    border-right: 1px solid #d6d6d600;
    border-bottom: 1px solid #d6d6d6;
}

.businessreport .country-end {
    border-bottom: 1px solid #d6d6d600;
}

.businessreport .country:hover {
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #f1f6f8 100%);
    transition: all 0.3s ease-in-out;
    border: 1px solid #3095b4;
}

.businessreport-bg {
    border-radius: 10px;
    box-shadow: 1px 1px 10px #d6d6d6;
}

.businessreport span {
    font-size: 0.875rem;
}

/* Businessreport  End */
/*Advantage Start*/
.why_con .why_reason {
    white-space: nowrap;
}

/*Advantage End*/
/* privacy start */
.privacy {
    border-bottom: 1px solid #d6d6d6;
    background: #f1f6f8;
}

    .privacy p {
        color: #868686;
        font-size: 0.875rem;
    }

    .privacy span {
        color: #868686;
    }

    .privacy a {
        color: #3095b4;
    }

/* privacy end */

/* scroll-top start */

.scroll-top {
    position: fixed;
    right: 1.5%;
    bottom: 1.5%;
    z-index: 1000;
}

    .scroll-top a {
        text-decoration: none;
    }

@media(max-width:576px) {
    .scroll-top {
        right: 5%;
    }
}

.fa.fa-chevron-up {
    font-size: 1.2rem;
    color: #ffffff;
}

.scroll-top span {
    color: #005172;
    font-size: 0.875rem;
    font-weight: 500;
}

.scroll-top-circle {
    /*position: fixed;*/
    right: 4%;
    bottom: 5%;
    border-radius: 50%;
    background: #005172;
    border: 1px solid #ffffff8a;
    height: 40px;
    width: 40px;
}

/* scroll-top end */
/* card-carousal start */
.scroll-height {
    height: 100%;
}

@media (min-width: 300px) {
    .scroll-pre-btn {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: -4%;
    }
}

@media (min-width: 768px) {
    .scroll-pre-btn {
        top: 50%;
    }
}

@media (min-width: 992px) {
    .scroll-pre-btn {
        top: 42%;
        left: -40px;
    }
}

@media (min-width: 300px) {
    .scroll-next-btn {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: -4%;
    }
}

@media (min-width: 768px) {
    .scroll-next-btn {
        top: 50%;
    }
}

@media (min-width: 992px) {
    .scroll-next-btn {
        top: 42%;
        right: -40px;
    }
}

.scroll-pre-btn .js-pre,
.scroll-next-btn .js-next {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 2px;
    background-color: #3095b4;
    opacity: 1;
    box-shadow: 0px 10px 12px rgb(0 0 0 / 6%);
}

    .scroll-pre-btn .js-pre:hover,
    .scroll-next-btn .js-next:hover {
        background-color: rgba(48, 149, 180, 0.53);
        opacity: 1;
        box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.06);
    }

    .scroll-pre-btn .js-pre i,
    .scroll-next-btn .js-next i {
        font-size: 1.125rem;
    }

@media (min-width: 300px) {
    .scroll-like {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .scroll-like {
        width: 33.3%;
        min-width: 33.3%;
        max-width: 33.3%;
    }
}

.scroll-none {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin: 0 -15px;
}

.slicknext {
    top: 36%;
    left: 31%;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.slickprev {
    top: 35%;
    left: 40%;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.scroll-none::-webkit-scrollbar {
    display: none;
}

/* card-carousal end */
/* pages start */
.pages {
    margin: 24px 0px;
}

.pages-desktop .page-list {
    min-height: 40px;
    color: #005172;
    border-radius: 6px !important;
    font-weight: 600;
}

    .pages-desktop .page-list.active,
    .pages-desktop .page-list:hover,
    .pages-desktop .page-list:focus {
        border: 1px solid #3095b4;
        background: #f1f6f8;
        color: #005172;
    }

.page-link:focus {
    box-shadow: none;
}

.pages-moblie .page-list {
    min-height: 40px;
    color: #005172;
    border-radius: 6px !important;
    font-weight: 600;
}

.pages-moblie select {
    min-height: 48px;
    color: #005172;
    border-radius: 6px;
    font-weight: 600;
}

@media (min-width:768px) {
    .pages-moblie select {
        min-height: 53px;
    }
}

.pages-moblie .pages-list.active,
.pages-moblie select:hover,
.pages-moblie select:focus {
    background: #f1f6f8;
    color: #005172;
    border: 1px solid #3095b4;
}

.pages-moblie .pages-list.active,
.pages-moblie .pages-list:hover,
.pages-moblie .pages-list:focus {
    border: 1px solid #3095b4;
    background: #f1f6f8;
    color: #005172;
}

.form-control:focus {
    box-shadow: none
}

.pages-description {
    text-align: center;
    font-weight: 400;
}

.pages-active {
    color: #005172;
    font-weight: 600;
}

/* pages end */
/* D&B Operation Manual Start */
.OM {
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding-top: 110px;
}

.OM-bar {
    position: sticky;
    width: 25rem;
    top: 7rem;
    height: calc(100vh - 10rem);
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.OM main {
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width:992px) {
    .OM {
        grid-template-columns: 5fr;
    }

        .OM main {
            padding-right: 0px;
            padding-left: 0px;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .OM-content .img-fluid {
        max-width: 100%;
    }
}

.OM h4 {
    color: #3095b4;
}

.blue-line {
    max-width: 320px;
    height: 10px;
    background: #3095b485;
}

.OM button {
    color: #005172;
}

.OM ul li {
    list-style-type: none;
}

.OM-bar a {
    border-radius: 10px;
    padding: 5px;
    color: #005172;
}

.OM .OM-bar button:hover {
    background: #f1f6f8;
    color: #3095b4;
}

.OM .OM-bar a:hover {
    border-radius: 5px;
    padding: 5px;
    background: #f1f6f8;
    color: #3095b4;
}

.OM-nav .logo {
    max-width: 200px;
}

.OM-nav .navbar-collapse {
    margin-right: -60px;
    max-height: 90vh;
    overflow-y: auto;
}

.OM-nav nav h4 {
    font-size: 1.2rem;
    color: #3095b4;
}

.OM-nav nav button {
    color: #005172;
}

.OM-nav nav ul li {
    list-style-type: none;
}

.OM-nav nav a {
    border-radius: 10px;
    padding: 5px;
    color: #005172;
}

.OM-nav .nav-item:hover {
    color: #3095b4;
}

    .OM-nav .nav-item:hover > button {
        background: #f1f6f8;
        color: #3095b4;
    }

.OM-nav nav a:hover {
    border-radius: 5px;
    padding: 5px;
    background: #f1f6f8;
    color: #3095b4;
}

.OM-content h2 {
    font-size: 1.75rem;
    color: #005172;
}

.OM-content h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #3095b4;
}

.OM-content p {
    font-size: 0.875rem;
    font-weight: 400;
}

.OM-top {
    padding-top: 200px;
}

@media (max-width:992px) {
    .OM-top {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* D&B Operation Manual End */
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Home
-------------------------------------------------- */

.home-collapse-box {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(7, 35, 42, 0.08);
    border-radius: 4px;
}

.home-icon {
    width: 1.75rem;
    margin: 0 0.375rem 0.125rem 0;
    vertical-align: top;
}

.home-collapse-btn span {
    font-size: 1.125rem;
    font-weight: 400;
    color: #4d4d4d;
}

.home-collapse-btn .dropdown-icon {
    margin-top: 4px;
    width: 20px;
}

.home-collapse-body-box {
    border-top: 1px solid #eeeeee;
    margin: 10px 0 0 0;
}

    .home-collapse-body-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .home-collapse-body-box ul li {
            display: inline-block;
            margin-right: 20px;
        }

    .home-collapse-body-box .text-box {
        display: inline-block;
        margin: 6px 14px 10px 0;
    }

        .home-collapse-body-box .text-box.brand {
            display: inline-block;
            margin: 6px 14px 10px 0;
        }

    .home-collapse-body-box a {
        padding: 8px 10px;
    }

        .home-collapse-body-box a:hover {
            border-radius: 4px;
            font-weight: 400;
        }

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.table th.function {
    white-space: nowrap;
    width: 1%;
}

.table th.isactive {
    width: 50px;
}

.table th.displaySeq {
    width: 100px;
}

.table th.period {
    width: 210px;
}

.Geo {
    white-space: nowrap;
}

/* Tim 2021/03/18 End-------------------------------- */


/* News 企業新聞_start */
.news-grid {
    margin-bottom: 40px;
}

.news-grid-end {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.news-grid-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.news-wrapper.main {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
}

@media (min-width: 992px) {
    .news-grid-end {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-bottom: 12px;
    }

    .news-grid-top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 12px;
    }

    .news-wrapper.main {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.news-wrapper {
    position: relative;
}

    .news-wrapper img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
    }

.news-wrapper-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50));
    transition: .5s;
    position: absolute;
    top: 0;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .news-wrapper-content:hover {
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.45));
        transition: 1s;
    }

.news-wrapper-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-tag {
    background-color: #ffffff50;
    font-size: 0.75rem;
    padding: 4px 6px;
    border-radius: 2px;
}

.news-wrapper .news-title {
    font-size: 1.375rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.news-wrapper .news-description {
    display: none;
}

@media (min-width: 992px) {
    .news-wrapper .news-description {
        display: block;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
}

/* News 企業新聞_end */

/* modal_policy_start(因應其他網站也要用到，popup 不用 bootstrap 寫法) */

.modal-policy {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

    .modal-policy.active {
        visibility: visible;
        opacity: 1;
    }

    .modal-policy .modal-content {
        position: fixed;
        bottom: 40px;
        background-color: #3095b4;
        color: #fff;
        font-size: 16px;
        border: none;
        border-radius: 6px;
        margin: auto auto;
        width: 92%;
    }

    .modal-policy .modal-header {
        display: flex;
        justify-content: end;
        padding-bottom: 0;
        border-bottom: none;
        padding: 20px 20px 0px 20px;
    }

        .modal-policy .modal-header .close {
            color: #fff;
            opacity: 0.9;
            background-color: #ffffff00;
            border: none;
        }

            .modal-policy .modal-header .close .icon {
                font-size: 30px;
                line-height: 0.6;
            }

    .modal-policy .modal-body {
        padding: 20px;
        color: #fff;
    }

    .modal-policy .modal-footer {
        padding: 0 20px 20px 20px;
        border-top: none;
    }

    .modal-policy .modal-body .modal-link {
        text-decoration: underline;
        color: #fff;
    }

@media (min-width: 768px) {
    .modal-policy .modal-content {
        width: 70%;
    }
}

/* modal_policy_end */
