@charset "UTF-8";

@font-face {
    font-family: DpFont;
    src: url("Indian_Type_Foundry_normal.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DpFont;
    src: url("Indian_Type_Foundry_medium.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: DpFont;
    src: url("Indian_Type_Foundry_italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: DpFont;
    src: url("Indian_Type_Foundry_bolder.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}


body {
    font-family: "DpFont", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif, FontAwesome;
}

body {
    animation: transitionIn 800ms;
}

@keyframes transitionIn {
    from {
        opacity: 0.7;
        /*transform: translateY(-10px);*/
    }
    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}

.logo-image-phone {
    height: 60px;
}

#sp-header .logo {
    height: 60px;
    display: flex;
    justify-content: left;
}

#sp-header {
    height: 80px;
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 101;
}

#offcanvas-toggler {
    height: 60px;
    line-height: 60px;
    display: none;
}

.sp-megamenu-parent > li {
    line-height: 60px;
}

.sp-megamenu-parent > li a {
    border-right: 1px solid #8ba1bb;
}

.sp-megamenu-parent > li:last-child a {
    border-right: 0;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #5704db;
    font-weight: bold;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
}

.d-block {
    display: none !important;
}


#controlbar-bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

div.controlbar {
    /* filter: contrast(23%); */
    /* -webkit-filter: contrast(23%); */
    bottom: 5%;
    width: 6%;
    height: 8.2%;
    z-index: auto;
    position: fixed;
}

.pc_show {
    display: block;
}

.mobile_show {
    display: none;
}

/*
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:0 0 5px 0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #9449e9;
}
*/

#system-message {
    margin-top: 60px;
}


/*參觀者登入畫面 START*/
.com-adm-showroom.view-login #sp-component, .com-users.view-registration #sp-component {
    /*background: url(../images/bg.jpg) top center repeat;*/
    /*background-size: contain;*/
    /*height: 2160px;*/
}

body.com-users.view-registration, body.com-adm-showroom.view-login {
    background: url(../images/bg.jpg) top center repeat;
    background-size: cover;
    /*height: 2160px;*/

}

@media screen and (max-height: 1000px ) and (min-width:1680px) {
    .com-adm-showroom.view-login #sp-component, .com-users.view-registration #sp-component {
        background-position-y: -5%;
    }
}


.btn-semi {
    background-color: unset;
    color: #fff;
    border: 2px solid;
    border-radius: 20px;
    padding: 2px 65px;
    margin-top: 10px;
    font-size: 120%;
}

.login-area {
    background-image: url(../images/frame.svg);
    background-size: 100% 100%;
    padding: 10px;
    width: 100%;
    display: table;
    position: relative;
    z-index: 1;
    /*zoom:1.1;*/
    margin-top: 7px;
}

.login-area h3 {
    color: white;
}

.login-area .memo {
    color: white;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    font-size: 130%;
}

.container-inner1 {
    padding: 0 10%;
    transform: scale(0.95) translateY(-4%);
}

#logo50 {
    width: 120px;
    position: absolute;
    left: 30px;
}

.login-left {
    display: table-cell;
    width: 50%;
    padding: 40px 25px 40px 70px;
    height: 490px;
}

.login-right {
    display: table-cell;
    width: 50%;
    padding: 24px 50px 22px 21px;
    height: 490px;
    text-align: center;
    vertical-align: middle;
    zoom: 0.95;
}

.login-area-inner {
    display: block;
    height: 100%;
    padding-top: 25%;
}

.login-btn {
    text-align: center;
}

.sponsor_image {
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.myPosition .ui-state-default .ui-icon {
    top: 0;
    background-position: center;
}

.ui-button-icon-only .ui-button-text {
    /*display: none;*/
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

a {
    cursor: pointer;
}

#boothModal .modal-content, #boothModalJ .modal-content {
    overflow: initial !important;
}

#boothModal .modal-body {
    overflow: auto;
}

#objlist-tbl tr, #briefcase-tbl tr {
    display: table-row !important;
}

#objlist-tbl tr td:nth-child(1), #briefcase-tbl tr td:nth-child(1) {
    display: table-cell !important;
    min-width: 100px;
}

#objlist-tbl tr td:nth-child(2), #briefcase-tbl tr td:nth-child(2) {
    width: auto !important;
    display: table-cell !important;
}

#objlist-tbl.dataTable thead th, #briefcase-tbl.dataTable thead th {
    text-align: center;
}

#objlist-tbl tr td:nth-child(3), #briefcase-tbl tr td:nth-child(3) {
    text-align: center;
    /*vertical-align: top;*/
}

#objlist-tbl td input:checked:before, #briefcase-tbl td input:checked:before {
    top: 0 !important;
}

#objlist-tbl td input:before, #briefcase-tbl td input:before {
    top: 0 !important;
}

#yt-player iframe, #yt-player video {
    height: calc(100% - 10px) !important;
}

.modal-header {
    position: relative;
}

.modal-body {
    padding: 0;
    height: 100%;
    display: block;
    position: relative;
    overflow: auto;
}

.dataTables_wrapper {
    width: 100%;
}

.info-card .rep-job-info .info-item {
    width: auto !important;
    font-size: 80%;
    white-space: nowrap;
}

#dialog_div {
    width: auto !important;
}

#chat_div {
    width: auto !important;
}

@media (max-width: 991px) {
    .container1 {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .container-inner1 {
        padding: 0 10px;
    }

    #logo50 {
        display: none;
    }

    .login-area {
        display: block;
    }

    .login-left, .login-right {
        display: table-cell;
        width: 50%;
    }

    .login-btn {
        text-align: left;
    }

    #main_content {
        margin-top: 110px;
    }

    #sp-top2 {
        position: absolute;
    }

    .pc_show {
        display: none;
    }

    .mobile_show {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    /*註冊頁區塊scroll 小窗設計*/

    .com-users.view-registration.layout-default .login-area {
        overflow-y: scroll;
        /*height: 60vh;*/
    }



    .com-adm-showroom.view-login .form-check-label, .com-users.view-registration.layout-default .form-check-label {
        color: white;
        font-size: 14px !important;
    }


    /*手機版註冊成功*/
    .com-users.view-registration.layout-complete .row.justify-content-center {

        margin: 20% auto;
    }

    #member-registration .row {
        max-width: 85% !important;
    }

    .com-users.view-reset.layout-confirm .reset-confirm {
        margin: 10% auto !important;
    }


    .com-users.view-reset.layout-complete .reset-complete {
        margin: 20% auto !important;
    }

    body.com-users.view-reset {
        background-color: unset;
        margin: 13% 1% !important;
    }

    #boothModal .modal-content {
        overflow: initial !important;
    }

    .login-left, .login-right {
        display: flex;
        width: 100%;
    }

    .com-adm-showroom.view-login .login-right {
        display: none;
    }

    .login-area {
        background-image: unset;
    }

    .lang-inline {
        display: none;
    }

    #sp-menu {
        /*visibility: visible !important;*/
        position: fixed !important;
        right: 0;
        z-index: 999;
    }

    .com-adm-showroom.view-login .login-btn {
        text-align: center !important;
    }


    .container-inner1 {
        padding: 40px 0 0 0;
    }

    .login-area-inner {
        padding-top: 0;
    }

    .com-adm-showroom.view-login .login-left {
        padding: 0 !important;
        height: 100% !important;
    }

    .com-adm-showroom.view-login .note, .com-users.view-registration .note {
        /*position: fixed;*/
        bottom: 0;
        /*height: 19vh;*/
        overflow-y: scroll;
    }

    #sbox-btn-close {
        right: 10px;
        top: 10px;
    }

    .com-adm-showroom.view-login iframe {
        background-image: unset !important;
        background-size: unset !important;
        width: 100%;
    }

    #sbox-window {
        background: #000000bb !important;
        top: 40px !important;
    }

    .com-users.view-reset #jform_email-lbl {
        font-size: 1.75rem;
        font-weight: bolder;
    }

    .com-users.view-reset.layout-confirm .reset-confirm,
    .com-users.view-reset.layout-complete .reset-complete {
        width: 81% !important;

    }

    .com-users.view-reset.layout-confirm .reset-confirm .controls,
    .com-users.view-reset.layout-complete .reset-complete .controls {
        margin-left: 0 !important;
    }

    .com-users.view-registration .login-left {
        display: none;
    }

    .com-users.view-registration .login-area {
        padding: 0 !important;
        padding-bottom: 10px !important;
    }


    .com-users.view-registration .login-right {
        padding: 0 !important;
    }

    .offcanvas-inner .lang-inline {
        flex-direction: row !important;
    }

    .offcanvas-menu .offcanvas-inner .sp-module .lang-inline > li {
        display: flex !important;
    }

    .lang-inline li:after {
        color: #eee;
        content: '|';
        font-size: 1vw;
    }

    .welcome-text {
        font-size: 16px !important;
        letter-spacing: 1px !important;

    }

    .com-adm-showroom.view-login .note, .com-users.view-registration.layout-default .note {
        font-size: 13px;
        line-height: 16px;
    }


    .com-users.view-registration .login-right {
        height: unset !important;
    }

    /*隱私權文字置底*/
    .com-adm-showroom.view-login #sp-component .note {
        /*position: fixed;*/
        bottom: 10px;
    }

    .com-adm-showroom.view-login .login-left .login-area-inner {
        width: 95% !important;

    }

    .com-adm-showroom.view-login .login-left .login-area-inner .memo {
        font-size: 120% !important;
    }

    .com-adm-showroom.view-login .login-left .login-area-inner button {
        margin-top: 25px;
    }
}


@media (max-width: 576px) {

    .com-users.view-reset .reset .row {
        width: 90% !important;
    }


    /*手機版可看到全背景*/
    .com-adm-showroom.view-login #sp-component, .com-users.view-registration.layout-default #sp-component {
        height: unset;
    }
}

/*打開 桌機版layout破版*/
/*@media (min-width: 576px) {*/
/*    .container {*/
/*        max-width: unset;*/
/*    }*/
/*}*/


.com-adm-showroom.view-login .form-check-label, .com-users.view-registration.layout-default .form-check-label {
    color: white;
    font-size: 16px;
}

.com-adm-showroom.view-login .form-check-label.pull-right {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}


.com-adm-showroom.view-login .fa-user:before {
    content: url("../images/mail_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}


.com-adm-showroom.view-login .fa-key:before {
    /*background-size: cover;*/
    content: url("../images/password_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}


.com-adm-showroom.view-login .input-group-text,
.com-adm-showroom.view-login #modlgn-username,
.com-adm-showroom.view-login #password,
.com-users.view-registration.layout-default .input-group-text,
.com-users.view-registration.layout-default input,
.com-users.view-registration.layout-default select option,
.com-users.view-registration.layout-default select,
.com-users.view-reset.layout-confirm .input-group-text,
.com-users.view-reset.layout-confirm input,
.com-users.view-reset.layout-complete .input-group-text,
.com-users.view-reset.layout-complete input {
    background-color: unset;
    border-radius: unset;
    color: #feffff;

    border: 1px solid #ced4da;
}


.com-users.view-reset.layout-confirm .reset-confirm input, .com-users.view-reset.layout-complete input {
    flex: unset;
    width: 60%;
}


.com-adm-showroom.view-login #modlgn-username::placeholder, .com-adm-showroom.view-login #password::placeholder,
.com-users.view-registration.layout-default input::placeholder {
    color: #feffff;
}

.com-adm-showroom.view-login #modlgn-username, .com-adm-showroom.view-login #password,
.com-users.view-registration.layout-default input, .com-users.view-registration.layout-default select {
    border-left: unset;
}

.com-adm-showroom.view-login #form-login-username .input-group-text, .com-adm-showroom.view-login .password-field .input-group-text,
.com-users.view-registration.layout-default .input-group-text, .com-users.view-reset.layout-confirm .input-group-text,
.com-users.view-reset.layout-complete .input-group-text {
    border-right: unset;
}

.com-adm-showroom.view-login #form-login-username .input-group-prepend, .com-adm-showroom.view-login .password-field .input-group-prepend,
.com-users.view-registration.layout-default .input-group-prepend, .com-users.view-reset.layout-confirm .input-group-prepend,
.com-users.view-reset.layout-complete .input-group-prepend {
    position: relative;
}

.com-adm-showroom.view-login #form-login-username .input-group-prepend .borderRight, .com-adm-showroom.view-login .password-field .input-group-prepend .borderRight,
.com-users.view-registration.layout-default .input-group-prepend .borderRight, .com-users.view-reset.layout-confirm .borderRight,
.com-users.view-reset.layout-complete .borderRight {
    border-right: 1px solid #feffff;
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
}

#password-lbl {
    display: none;
}

.btn-semi.sign-up {
    margin-top: 50px;
}

.login-right .login-area-inner {
    padding-top: 35%;
}


.com-adm-showroom.view-login .note, .com-users.view-registration .note {
    color: white;
    padding: 10px 3%;
    line-height: 18px;
    font-size: 80%;
}

.com-adm-showroom.view-login input[type="checkbox"] {
    visibility: hidden;
}


.com-adm-showroom.view-login input[type="checkbox"] + label:before {
    border: 1px solid #feffff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

.com-adm-showroom.view-login input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
}

.com-adm-showroom.view-login input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.com-adm-showroom.view-login input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.com-adm-showroom.view-login label {
    cursor: pointer;
}

#remember + .form-check-label {
    left: -20px;
    position: relative;
}

.logo a {
    margin: 0 auto !important;

}

#sp-header {
    box-shadow: unset;
    background-image: url("../images/line_top-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.logo-image {
    height: 54px;
    margin-top: 21px;
}

#sp-menu {
    /*visibility: hidden;*/
}

.sp-module ul > li > a {
    color: #feffff;
}

.lang-inline {
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
}

.lang-inline li:after {
    color: #eee;
    content: '|';
    font-size: 15px;
}

.lang-inline li:last-child:after {
    content: '';
}

#sp-header .container {
    max-width: 100% !important;
}

.remember-left {
    display: inline-block;
}

#remem-forget {
    zoom: 0.9;
}

.sign-up-now {
    color: white;
    font-size: 12px;
    text-align: center;
    zoom: 14px;
}

.sign-up-now a {
    color: white !important;
}

#form-login-submit {
    margin-bottom: 5px;
}

.welcome-text {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: 2px;
}


/*註冊頁面*/

.com-users.view-registration .login-left {
    text-align: center;
}


.com-users.view-registration .login-left h3 {
    color: white;
    font-weight: 900;
}

.com-users.view-registration .form-wrapper {
    zoom: 0.8;
}

.com-users.view-registration #member-registration legend {
    color: white;
}

#member-registration .row {
    max-width: 85%;
    margin: 0 auto;
}

.login-right .login-area-inner {
    width: 63%;
    margin: 0 auto;
}

.login-left .login-area-inner {
    width: 63%;
    margin: 0 auto;
}


.com-adm-showroom.view-login .login-left .login-area-inner {
    width: 90%;
    margin: 0 auto;
}

.com-users.view-registration.layout-default button.btn.validate {
    background-color: unset;
    color: #fff;
    border: 3px solid;
    border-radius: 29px;
    font-size: 120%;
    padding: 9px 65px;
}

#jform_last_name {
    border-left: 1px solid #ced4da;
}

.com-users.view-registration.layout-default .username-note, .com-users.view-registration.layout-default .other-note {
    color: white;
    text-align: left;
    font-size: smaller;
    margin-top: 2px;
}

/*.com-adm-showroom.view-login .modal {*/
/*    position: unset;*/
/*    display: block;*/
/*}*/


.com-adm-showroom.view-login iframe {
    background-image: url(../images/modal.svg);
    background-size: 100% 100%;
    border: unset;
}


body.com-users.view-reset {
    background-color: unset;
    margin: 13% 16%;
}

.com-adm-showroom.view-login #sbox-window, .com-adm-showroom.view-login #sbox-window #sbox-content {
    background-color: unset;

}


.com-users.view-reset .reset .row {
    width: 60%;
    margin: 0 auto;
    margin-top: 110px;
}

.com-users.view-reset #user-registration {
    color: white;
}

.com-users.view-reset #user-registration p {
    font-size: 14px;
}

#user-registration .input-group .input-group-prepend {
    display: none;
}

#user-registration .input-group input {
    background-color: unset;
    color: white;
}

#user-registration button, .com-users.view-reset button {
    border-color: #BD132A;
    background-color: #BD132A;
    padding: 4px 70px;
    border-radius: 15px;
    font-weight: bold;
}

.com-users.view-reset.layout-confirm .reset-confirm, .com-users.view-reset.layout-complete .reset-complete {

    color: white;
    margin: 100px auto;
    width: 67%;

}


.com-users.view-reset.layout-end .reset-end {
    width: 80%;
    margin: 20% auto;
}

.com-users.view-reset.layout-end .reset-end h3, .com-users.view-registration.layout-complete .register-end h3 {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    color: white;
}

.com-users.view-reset.layout-end .reset-end p, .com-users.view-registration.layout-complete .register-end p {
    text-align: center;
    color: white;
}

/*手機版樣式*/


#offcanvas-toggler > .fa {
    color: white;
}

.offcanvas-menu {
    background-color: #111111dd;
    color: white;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: white;
}

.offcanvas-menu .offcanvas-inner .sp-module .lang-inline > li a {
    font-size: 150% !important;
}

body.ltr .close-offcanvas {
    left: 15px;
}

.offcanvas-inner .sp-module.lang_box {
    border-bottom: 1px solid white;
}


.offcanvas-inner .lang-inline {
    position: relative;
    left: 50px;
    letter-spacing: 6px;
    font-size: 80%;
}

.offcanvas-menu .close-offcanvas {
    left: 30px !important;
    top: 50px;
    background: unset;
}


.offcanvas-menu .close-offcanvas .fa.fa-remove:before {
    content: url("../images/mobile/arrow-top.png");
}


.offcanvas-menu .sp-module .menu {
    text-align: center;
}

.offcanvas-menu .sp-module .menu .menu-toggler {
    right: 22% !important;
}

.offcanvas-menu .sp-module .menu .menu-toggler:after {
    content: url("../images/mobile/right_arrow.png") !important;
    zoom: 1.4;
    position: relative;
    bottom: 3px;
    right: 5px;
}

.offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after {
    content: url("../images/mobile/down_arrow.png") !important;
    zoom: 1.4;
    position: relative;
    bottom: 3px;
    right: 5px;

}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 90% !important;
    color: white !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    font-weight: bolder;
}

/*按鈕hover反白*/
.com-adm-showroom.view-login button:hover {
    background-color: #C10D23 !important;
    color: white !important;
    border-color: #C10D23 !important;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}


.com-adm-showroom.view-login button.close:hover {
    background-color: unset !important;
}


#offcanvas-toggler i.fa.fa-bars:before {
    content: url("../images/buger_icon-09.svg") !important;
    display: block;
    background-size: 16px 16px;
    height: 24px;
    width: 24px;

}


.com-users.view-registration.layout-default .icon_username:before, .com-users.view-reset.layout-confirm .icon_username:before {
    content: url("../images/mail_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .fa-key:before {
    content: url("../images/password_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-reset.layout-confirm .icon_token:before {
    content: url("../images/qrcode.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .icon_name:before {
    content: url("../images/name_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .icon_companyEng:before {
    content: url("../images/company_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .icon_jobTitleEng:before {
    content: url("../images/title_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .icon_country:before {
    content: url("../images/country_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}


.com-users.view-registration.layout-default .icon_business_type:before {
    content: url("../images/businesstype-03.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.com-users.view-registration.layout-default .icon_job_function:before {
    content: url("../images/job_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}


.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    visibility: hidden; /*hide original SELECT element: */
    position: absolute;
    top: -99999px;
}

.select-selected {
    background-color: #00000000;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 6px 16px;
    /*border: 1px solid transparent;*/
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #111111ee;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height:250px;
    overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-select {
    height: unset;
    padding: unset;
    background: unset;
    border-left: unset;
}


.bv-form .help-block {
    color: #C10D23;
}


.has-error .input-group {
    background-color: #C10D23;
}

#member-registration .spacer, #member-registration .optional {
    display: none;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    padding-left: 10px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    padding-left: 10px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    padding-left: 10px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    padding-left: 10px;
}


.com-users.view-reset.layout-default #jform_email-lbl {
    font-size: 1rem;
}

.com-users.view-reset.layout-confirm .username-note {
    display: none;

}

.icon_username:before {
    content: url("../images/mail_icon.svg");
    display: block;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

#member-registration .form-control {
    padding-left: 20px;
}
#member-registration .form-control ~ label {
    transition: 0.2s ease;
}

#member-registration .form-control:valid ~ label {
    color: #9d9d9d;
    transform: translate(-12%, -75%) scale(0.0);
}


#member-registration .form-control:valid ~ label.label_up {
    color: #9d9d9d;
    transform: translate(-12%, -75%) scale(0.0) !important;
}

#member-registration .form-control:focus ~ label {
    color: #9d9d9d;
    transform: translate(-12%, -75%) scale(0.0) !important;
}

.login-area-inner h3 {
    font-weight: 900;
}

.login-area-inner p {
    color: white;
}


/*把訊息框改成fixed 以免造成破版*/
#system-message-container {
    position: fixed;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
}


#sbox-btn-close {
    background: url(/templates/dupont/images/close.svg) no-repeat center;
    width: 20px;
    height: 20px;
    right: -7px;
    top: 44px;
}

#sbox-overlay {
    opacity: 0.9 !important;
}


@media screen and (max-width: 768px) {
    #sbox-overlay {
        opacity: 0.7 !important;
    }


    #sbox-window {
        left: 50% !important;
        top:37% !important;
        transform: translate(-50%,-50%);
    }

    #sbox-btn-close {
        right: 8px;
        top: 14px;
    }
    
    #offcanvas-toggler {
        display: block;
    }

    .com-adm-showroom.view-login #sp-component, .com-users.view-registration #sp-component {
        background-size: cover;
    }
}

/*禁止捲動*/
body.com-users.view-registration.layout-default, body.com-adm-showroom.view-login.layout-default {
    /*overflow: hidden;*/
}

/*bv驗證*/

#member-registration small.help-block {
    position: absolute;
    right: 0;
    bottom: -11px;
}

#member-registration .form-group {
    position: relative;
    height:47px;
}


/*版面縮小比例時背景不會跑版*/
@media screen and (min-width: 2160px) {

    .com-users.view-registration #sp-component {
        height: 4160px;
    }

    #sp-main-body > .container {
        max-width: 6140px;
    }
    #sp-header {
        background-size: 100% 100%;
    }
}


.font-weight-bold {
    font-weight: 900!important;
}


#member-registration label span.star {
    display: none;
}

.sp-megamenu-parent > li > a {
    color: #fff;
}


#control-bar, #controlbar-bg {
    display: none;
}

#dpModal .modal-lg {
    top: 90px;
    width: 700px;
}

#dpModal .modal-content {
    height: 510px;
    background-color: transparent;
}


#dpModal .modal-content .modal-body {
    border-color: unset;
    border: unset;
    overflow: hidden;
}

#dpModal .modal-content .modal-header {
    border: unset;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 999;
}


.modal-backdrop.show {
    opacity: 0.9;
}

@media (min-width: 768px) {
    .com-users.view-reset.layout-default .col-md-4 {
        /*-ms-flex: 0 0 33.333333%;*/
        /*flex: 0 0 33.333333%;*/
        max-width: 100%;
    }
}

.com-users.view-reset.layout-default #jform_email + #jform_email-lbl {
    display: none;
}

@media screen and (max-height: 500px) {
    .container .note {
        position: relative !important;
    }

}


/*除了登錄頁，其他的header都隱藏*/

body:not(.itemid-183, .itemid-144, .itemid-191, .itemid-196, .view-login) #sp-header {
    display: none;
}

body.itemid-206, body.view-categories, body.view-category { /*把scroll bar隱藏*/
    overflow: hidden;
}

body.view-categories, body.view-category {
    background: #2d3235;
}

body.view-categories.itemid-207, body.view-category.itemid-207 {
    background-color: #3b4046;
}


    /*將內容垂直置中*/

html, body.view-categories,
body.view-categories .body-wrapper,
body.view-categories .body-wrapper .body-innerwrapper,
body.view-categories .body-wrapper .body-innerwrapper #sp-main-body,
body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container,
body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner,
body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row,
    /*讓應用場景城市頁面也垂直置中*/
html, body.layout-application,
body.layout-application .body-wrapper,
body.layout-application .body-wrapper .body-innerwrapper,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component,
    /*讓產品區垂直置中*/
body.layout-product,
body.layout-product .body-wrapper,
body.layout-product .body-wrapper .body-innerwrapper,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component

{
    height: 100% !important;
}


body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column
{

    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* 排列方向 */
    justify-content: center; /* 水平對齊 */
    align-items: center; /* 垂直對齊 */
    align-self:baseline; /* 覆寫已經套用 align-items 的屬性 */
    align-content:flex-end; /* 遇到多行的元素 ... */
    overflow: hidden;
}

body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#pp,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c1,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c2,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c3,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c4,
body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c5,

body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#pp,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c1,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c2,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c3,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c4,
body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column div#c5
{
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

/**/

/*body.app-car .owl-dots {*/
/*    display: none;*/
/*}*/


body.app-car .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
}

body.com-adm-semisearch,
body.view-categories.layout-dupont\:car
{
    /*transform: scale(1.03);*//*消除全螢幕下面會有留白問題, 無用><*/

}

/*重要技巧：超過某個比例，資訊光點就會破版問題解決*/
@media (max-aspect-ratio: 1920/1080) {
    body.view-categories .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component,
    body.layout-application .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column,
    body.layout-product .body-wrapper .body-innerwrapper #sp-main-body .container .container-inner .row #sp-component .sp-column
    {
        display: block;
    }
}


body.layout-application #sp-component > .sp-column {
    /*background-image: url(/images/dupont/app_bg_after.jpg);*/ /*此背景可以填補，頁面切換的時候的空白區間*/ /*但一開始進入應用情境，不應該秀這個背景*/
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position-y: center;
}

body.layout-product #sp-component > .sp-column {
    /*background-image: url(/images/dupont/app_bg.jpg);*/
    background-size: cover;
    background-position-y: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin-top: 0;
    }

    .modal .modal-header {
        height: 0;
    }
}


@media screen and (orientation:landscape) { /*多分類限定橫式*/
    .categories-list .rotate {
        display: none !important;
    }
}


.back-btn {
    position: fixed;
    top: 33px;
    left: 45px;
    width: 36px;
    height: 36px;
    background-color: unset;
    border: 0;
    cursor: pointer;
}

.back-btn:before {
    content: '';
    background-image: url(/templates/dupont/images/back.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

/*mobile device*/
@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {
    .main-page {
        /*transform: scale(0.95);*/
    }

    .back-btn {
        top: 28px !important;
        left: 10px !important;
        transform: scale(0.7);
    }

    body.view-categories .back-btn {
        top: 38px !important;
        left: 10px !important;
    }
}


/*.hover.img, .fake.glow-effect {*/
/*    visibility: hidden !important;*/
/*}*/


body.com-users.view-reset .input-group #jform_username-lbl,
body.com-users.view-reset .input-group #jform_token-lbl,
body.com-users.view-reset .input-group #jform_password1-lbl,
body.com-users.view-reset .input-group #jform_password2-lbl
{
    display: none;
}

.login-area {
    overflow-x: hidden;
}

@media screen and (max-width:1024px) {
    body.itemid-168 div.text
    {
        width: 100% !important;
        font-size: 70%;
    }
}