﻿/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Catalog
 * Font import
 * Reset
 * Layout
 * Table
 * Imgbox
 * Form
 * Btn
 * Slider
 * Search
 * Breadcrumbs
 * Title
 * Page
 * Footer
 * Plugin
 * $Promotion #mySide
**/
/*-------------------------*/
/* $Font import 
---------------------------*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900&display=swap&subset=chinese-simplified');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*-------------------------*/
/* $Reset 
---------------------------*/
/* Globel */
body {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', 'Roboto Condensed', 'Noto Sans JP', "Helvetica Neue", Arial, Helvetica, 'Noto Sans TC', 'Noto Sans SC', 'Microsoft Yahei', 'Microsoft Jhenghei', "Font Awesome 5 Free","Font Awesome 5 Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-right: 0 !important;
    overflow-y: scroll !important;
    padding-top: 33px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

h2 {
    font-size: 26px;
    font-weight: 600;      
    line-height: 1.5;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {opacity:0.45;}

/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #484848;
    text-decoration: none;
}
.pointer{
    cursor: pointer;
}

a.aspNetDisabled {
    color: #999 !important;
    text-decoration: none !important;
}
    a.aspNetDisabled:hover,
    a.aspNetDisabled:active,
    a.aspNetDisabled:focus {
        color: #999 !important;
        text-decoration: none !important;
    }

a:hover,
a:active,
a:focus {
    color: #ff6600;
    text-decoration: none;
}

a.agree {
    color: #337ab7;
}

a.agree:hover {
    color: #1e5b91;
}

.a-btn a {
    color: #fff;
}

.a-btn a:hover,
.a-btn a:active,
.a-btn a:focus {
    color: #fff;
}

.a-footer a {
    color: #fff;
    text-decoration: underline;
}

.a-footer a:hover,
.a-footer a:active,
.a-footer a:focus {
    color: #f60;
    text-decoration: underline;
}

.a-underline a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #484848;
    text-decoration: none;
}

.a-underline a:hover,
.a-underline a:active,
.a-underline a:focus {
    color: #484848;
    text-decoration: underline;
}

.article>a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #484848;
}

.article>a:hover,
.article>a:active,
.article>a:focus {
    color: #c94c08;
}

/* list */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.u-clearfix:before,
.u-clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.u-clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.nav .pic {
    width: 34px;
    height: 34px;
    background-color: #efefef;
}

.pic {
    position: relative;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    overflow: visible;
    background-color: #efefef;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 0;
}

/*-------------------------*/
/* $Layout
---------------------------*/
#wrap {
    padding-top: 38px;
}

#wrap.row,
.row-clear {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

@media(min-width: 1200px){
    .container{
        width: 1320px;
    }
}

/*#wrap [class*=col-],
.row-clear [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}*/
/*-------------------------*/
/* $Table
---------------------------*/
@media screen and (max-width:767px){
    .table-bordered{
        border: inherit;
    }
    .table-rwd thead{ display: none; }
    .table-rwd tbody tr{
        display: block;
        margin: 10px 0;
    }
    .table-rwd tbody tr td{
        display: block;
        overflow: hidden;
    }
    .table-rwd tbody tr td:before{
        content: attr(data-th) " : ";
        display: block;
        float: left;
        width: 6em;
        text-align: right;
        padding-right: 1em;
    }
    .table-rwd tbody tr td span.td-col{
        float: left;
        display: block;
        width: calc( 100% - 6em);
    }
}


#answerTwo .table-row .txt{
    font-size: 14px;
}

#answerThree .table-rwd{ 
    font-size: 14px;
    border: inherit;
}
#answerThree .table-section{
    padding: 12px 0px 0px 0px;
}

#answerThree .panel-body .table-row{
    padding: 12px 14px 0px 14px;
}
#answerThree .table>tbody>tr>td{
    padding: 6px;
}
@media (max-width: 991px){
    #answerThree .table-rwd{
        font-size: inherit;
    } 
    #answerThree .table-rwd{
        border: inherit;
    }
}

#answerThree .critical-info i{
    display: inline-block;
    margin-right: 5px;
    width: 16px;
}
/*-------------------------*/
/* $Imgbox
---------------------------*/
/*imgbox*/
.imgbox {
    /*border: 1px solid #000;*/
    /* 在這裡你可以設定任何的寬度，
  甚至是 100% 去填滿外層，比例上都不會跑掉 */
    width: 100%;
    overflow: hidden;
}

.imgbox-inner {
    width: 100%;
    /* 利用內距推出比例，
  你也可以將內距的部分用另一個 class 獨立寫出來 */
    padding-top: calc(100% * 2 / 3);
    height: 0;
    position: relative;
}

/* 像這樣，要使用時記得在 html 上加上 class */
.imgbox-inner-3-2 {
    padding-top: calc(100% * 2 / 3);
}

.imgbox .image {
    /* 稱滿上層寬高 */
    width: 100%;
    height: 100%;
    /* 將圖片絕對定位 */
    position: absolute;
    top: 0;
    left: 0;
    /* 圖片的背景設定 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*-------------------------*/
/* $Form
---------------------------*/
label {
    line-height: 1.7;
    font-weight: 500;
    font-size: 16px;
}

/*.form-control,
.form-control[readonly] {
    padding: 10px 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    height: 36px;
    border-radius: 4px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}*/

.form-control[readonly] {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    border-color: #ccc;
    background-color: #e6e6e6;
    color: #999;
    cursor: not-allowed;
    opacity: .7;
}

select.form-control,
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 0 25px 0 12px;
    width: 100%;
    /*height: 42px;*/
    background: url("../images/svg/ic_down.svg") #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #666;
    margin: 0px;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}

.form textarea {
    resize: none;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #e881a7;
}

.form label {
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}

.form__btn-group {
    margin-top: 32px;
}

.form-horizontal label {
    font-size: 16px;
}

.radio input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    color: #f00;
}

/*-------------------------*/
/* $nav
---------------------------*/
.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 10;
}

.navbar .header-logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 48px;
    background-size: contain;
    width: 100px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px 10px 0px;
}

@media (max-width: 991px) {
    .navbar .header-logo {
        margin: 10px 15px;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar .dropdown-menu>li>a {
        line-height: 30px;
        display: block;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 44px;
    }

    .navbar-nav .open .dropdown-submenu>.dropdown-menu>li>a {
        padding: 5px 45px;
        font-size: 15px;
        /*width: calc(100% - 52.5px);*/
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #f58220;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;

    }
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8f8', GradientType=0);
    background-repeat: repeat-x;
    box-shadow: none;
    color: #f60;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8f8', GradientType=0);
    background-repeat: repeat-x;
    box-shadow: none;
    color: #f60;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #777;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #ff6600;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .gTmzcz{
    cursor: pointer;
    position: relative;
}

.navbar-default .navbar-nav>.gTmzcz>a{
    padding: 18px 18px 12px 4px;
}

.navbar-default .gTmzcz i{
    font-size: 20px;
}

.navbar-default .badge-bell{
    position: absolute;
    top: 12px;
    left: 11px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    background-color: #ff485a;
}

/* close 
---------------------------*/
.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background: #f58220 !important;
    height: 2px;
    width: 28px;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.navbar-toggle {
    padding: 22px 22px;
    margin: 0;
    border-color: transparent;
    border-radius: 0px;
}

.navbar-toggle.toggle-active {
    height: 34px;
    padding: 33px 22px;
}

.navbar-toggle.toggle-active .icon-bar {
    height: 2px;
}

.navbar-toggle.toggle-active .icon-bar:nth-child(2) {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.toggle-active .icon-bar:nth-child(3) {
    display: none;
}

.navbar-toggle.toggle-active .icon-bar:nth-child(4) {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-default .navbar-nav>li>a,
.navbar .dropdown-menu>li>a {
    line-height: 40px;
    font-weight: 500;
    color: #777;
}
.navbar-default .navbar-nav>li>a{
    padding: 15px 3px;
}

/* Second floor arrow 
---------------------------*/
.navbar .info-icon,
.navbar .info-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}

.navbar>li:nth-last-of-type(2) .info-txt {
    padding-right: 0px;
}

.navbar .dropdown-toggle .info-icon {
    padding-right: 0px;
}

/* Second floor arrow 
---------------------------*/
@media (min-width: 991px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }

    .dropdown-submenu>a {
        padding: 3px 24px;
    }
}

.navbar-nav .profile {
    padding: 10px 16px 0px 16px;
    color: #777;
    font-weight: 500;
}

/* third level */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
/*--------------------*/

@media screen and (max-width:991px) {
    .navbar-nav .profile {
        padding: 10px 20px 0px 28px;
        color: #777;
        font-weight: 500;
    }

    .my-navbar {
        position: fixed;
        background-color: #f8f8f8;
        overflow: auto;
        width: 100%;
        top: 69px;
        z-index: 9;
        height: calc(100vh - 50px);
        transition: 0.5s;
    }

    .my-navbar .navbar-nav {
        margin: 0;
        padding: 0px 8px 30px 8px;
    }

    .my-navbar .navbar-form {
        margin: 0;
    }

    .leftIn {
        left: -100%;
    }

    .rightIn {
        right: -100%;
    }

    .my-navbar.leftIn.open {
        left: 0;
    }

    .my-navbar.rightIn.open {
        right: 0;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 30px 5px;
        font-size: 15px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .navbar .container {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
        float: right;
        margin-right: 0;
    }

    .navbar-header {
        width: 100%;
    }

    .collapsing.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .collapse.navbar-collapse {
        /* padding: 0; */

        margin-left: -15px;
        margin-right: -15px;
        display: none !important;
    }

    .collapse.navbar-collapse.in {
        display: block !important;
    }

    .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        float: none;
    }

    .navbar-nav.navbar-right,
    .navbar-form.navbar-left {
        float: none !important;
        display: block;
    }

    .nav>li {
        position: relative;
        display: block;
        width: 100%;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .navbar-nav>li>a {
        line-height: 20px;
    }

    .navbar-form {
        position: relative;
    }

    .navbar-form .form-group {
        display: block;
    }

    .navbar-form .btn {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 6px 6px 0;
    }

    .navbar-form .form-control {
        display: block;
        width: 100%;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #777;
    margin-top: 13px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.side-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}


.my-navbar .caret {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .my-navbar .caret {
        display: none;
    }

    .my-navbar #languageBlock .caret,
    .my-navbar #Signed .caret {
        display: inline-block;
    }

    .navbar-default .nav.my-left>li>a {
        border-bottom: 1px solid #e5e5e5;
    }

    .my-navbar .nav.my-left .dropdown span {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 60px;
        width: 60px;
    }

    .my-navbar .nav.my-left .dropdown span::before,
    .my-navbar .nav.my-left .dropdown span::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #f58220;
        content: '';
        margin: auto;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .my-navbar .nav.my-left>.nav-layer1 span::before,
    .my-navbar .nav.my-left>.nav-layer2 span::before {
        height: 2px;
        width: 13.5px;
    }

    .my-navbar .nav.my-left>.nav-layer1 span::after,
    .my-navbar .nav.my-left>.nav-layer2 span::after {
        height: 13.5px;
        width: 2px;
    }

    .my-navbar .nav.my-left .nav-layer1.open>a:first-of-type span::after {
        opacity: 0;
    }

    .my-navbar .nav.my-left .nav-layer2.open span::after {
        opacity: 0;
    }

    .my-navbar .nav.my-left>.nav-layer1 li:last-child,
    .my-navbar .nav.my-left .dropdown-submenu {
        border-bottom: 1px solid #e5e5e5;
    }

    .my-navbar .nav.my-left .dropdown-submenu.nav-layer2{
        border: inherit;
    }
    
    .my-navbar .nav.my-left .dropdown-submenu.nav-layer2.open .divider {
        display: none;
    }

    .my-navbar .nav.my-left .dropdown-submenu.nav-layer2.open li:last-child{
        border-bottom: inherit;
    }

    .my-navbar .nav.my-left .dropdown-submenu>a:after {
        display: none;
    }

    .my-navbar .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: #e5e5e5;
        background-color: #f8f8f8;
    }

    .my-navbar .nav.my-left>li a::before {
        position: relative;
        display: inline-block;
        border-radius: 2px;
        border-right: solid 2px #777;
        border-top: solid 2px #777;
        content: '';
        height: 6px;
        margin: 1px 6px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        width: 6px;
    }

    .navbar .dropdown-menu>li>a:hover,
    .navbar .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.open>a {
        background-color: #f8f8f8;
        background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 100%);
        background-image: -o-linear-gradient(top, #f8f8f8 0%, #f8f8f8 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8f8));
        background-image: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='f8f8f8', endColorstr='#f8f8f8f8', GradientType=0);
        background-repeat: repeat-x;
        box-shadow: none;
        color: #777;
    }

    .my-navbar .navbar-right .btn-outLine {
        color: #f60;
        border: 1px solid #f60;
        border-radius: 8px;
        line-height: 25px;
        padding: 10px 16px;
        transition: all 0.3s;
        display: block;
        text-align: center;
    }

    .my-navbar .navbar-right #t_Register .btn-outLineJoin {
        color: #fff;
        border: 1px solid #f60;
        border-radius: 8px;
        line-height: 25px;
        padding: 10px 16px;
        transition: all 0.3s;
        display: block;
        text-align: center;
        background-color: #f60;
    }

}




/*-------------------------*/
/* $Btn
---------------------------*/
.btn {
    -ms-transition: 0.2s ease;
    /* IE 9 */
    -webkit-transition: 0.2s ease;
    /* Safari */
    -moz-transition: 0.2s ease;
    /* Safari */
    -o-transition: 0.2s ease;
    /* Opera */
    transition: 0.2s ease;
    padding: 10px;
}

/* normal */
.btn-orange {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #e87325;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:active {
    color: #fff;
    background-color: #e87325;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange-line {
    background-color: #fff;
    border: 1px solid #e87325;
    border-color: #f60;
    color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange-line:hover,
.btn-orange-line:focus {
    color: #f60;
    border: 1px solid #e87325;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(255, 102, 0, .05);
}

.btn-orange-line:active {
    border: 1px solid #e87325;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-purple-outline {
    background-color: #fff;
    border: 1px solid #8f77cb;
    border-color: #8f77cb;
    color: #8f77cb;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .btn-purple-outline:hover,
  .btn-purple-outline:focus {
    color: #8f77cb;
    border: 1px solid #8f77cb;
    background-position: 0 -15px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(143, 119, 203, 0.05);
  }
  
  .btn-purple-outline:active {
    border: 1px solid #8f77cb;
    border-color: #8f77cb;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

.btn-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-color: #ccc;
    color: #333;
    background-image: initial;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-default:hover,
.btn-default:focus {
    color: #666;
    border: 1px solid #ccc;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(255, 102, 0, .05);
}

.btn-default:active {
    border: 1px solid #ccc;
    border-color: #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-default.active{
    box-shadow: initial;
}
.btn-outLine {
    color: #f60;
    border: 1px solid #f60;
    border-radius: 8px;
    line-height: 40px;
    padding: 10px 16px;
    transition: all 0.3s;
}
.btn-outLineJoin {
    color: #fff;
    border: 1px solid #f60;
    border-radius: 8px;
    line-height: 40px;
    padding: 10px 16px;
    transition: all 0.3s;
    background-color: #f60;
}

.btn-del {
    background-color: #e7511e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
    color: #fff;
    background-color: #e7511e;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del:active {
    color: #fff;
    background-color: #e7511e;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outLine:hover {
    background-color: rgba(255, 102, 0, .05);
}

.btn-outLineJoin:hover {
    background-color: rgba(255, 130, 47, .84);
}

.btn-mr {
    margin-right: 5px;
}

.btn-mt {
    margin-top: 20px;
}

.btn-download {
    border: 1px solid #f60;
    background-color: transparent;
}

.btn-download img {
    width: 20px;
    height: 20px;
}

.btn-download:hover,
.btn-download:focus {
    background-color: rgba(255, 102, 0, .05);
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inherit;
    /*box-shadow: inherit;*/
}

/* i */
label>i {
    width: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
}

/*tip*/
.tip {
    font-size: 14px;
    color: #ef7a70;
}
.tip2 {
    font-size: 14px;
    color: #777;
    word-spacing:2px;
}


/*-------------------------*/
/* $Slider
---------------------------*/
.slider .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.slider .carousel-indicators .active {
    background-color: #feab61;
}

.carousel-indicators li {
    background-color: #fff;
    border: none;
}

.slider .title {
    margin-top: -225px;
    z-index: 1;
}

.slider .owl-carousel{
    z-index: 0;
}

.slider .carousel-caption h1{
    text-align: left;
}
.slider .title h1 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 10px 0;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    line-height: 1.4em;
}
.slider .title .h2::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 0px;
    left: calc(100% - 100%);
    background-color: #ff6600;
    width: 30px;
    height: 3px;
}
@media screen and (max-width: 768px) {
    .slider .title h1 {
        font-size: 27px;
    }
}

.slider .item .image {
    height: 400px;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .slider .item .image {
        height: 350px;
        background-position: center center;
        background-size: cover;
    }
}

/*slider__bg*/
.slider {
    position: relative;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: -2px;
}

.slider__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
}

/*-------------------------*/
/* $Search
---------------------------*/
/*sub-bnr*/
.sub .slider .item .image {
    height: 250px;
    background-position: center center;
    background-size: cover;
}

.sub .owl-carousel .carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sub .owl-carousel .title {
    color: #333;
}

.sub .owl-carousel .title .h2 {
    margin-bottom: 20px;
}

.sub .owl-carousel .title .h2::after {
    content: "";
    position: absolute;
    top: 32px;
    left: calc(100% - 100%);
    background-color: #f60;
    width: 30px;
    height: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*sub-search*/
.sub .search {
    position: relative;
    margin-top: -60px;
    border-radius: 6px;
    z-index: 2;
    padding: 10px 12px;
    background-color: #fff;
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    /* IE 9 */
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    /* Safari */
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    /* Safari */
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    /* Opera */
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

.sub .search__inner {
    padding: 0px 16px 10px;
}

.sub .searchIcon {
    margin: 10px 0;
}

.sub .searchIcon span {
    display: inline-block;
}

.sub .searchIcon .txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .sub .slider .item .image {
        height: 250px;
        background-position: center center;
        background-size: cover;
        -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        /* IE 9 */
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        /* Safari */
        -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        /* Safari */
        -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        /* Opera */
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    }

    .sub .search__inner {
        padding: 0;
    }
}

/*-------------------------*/
/* $Breadcrumbs
---------------------------*/
.breadcrumbs {
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    top: 50px;
    z-index: 2;
}

.breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs .breadcrumb>li+li::before {
    font-family: "Font Awesome 5 Free";
    /* updated font-family */
    /*content: "\f105";*/
    color: #faa519;
    text-rendering: auto;
    color: #999;
    margin: 0 5px 0 3px;
    padding: 0;
}

.breadcrumbs .breadcrumb>li+li a {
    /*color: #f60;*/
}

/*-------------------------*/
/* $Title 
---------------------------*/
.title {
    font-size: 25px;
    padding: 12px 0;
}

.title .h2 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.title .h2::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 0px;
    left: calc(50% - 12px);
    background-color: #ff6600;
    width: 30px;
    height: 3px;
}

.title .txt {
    font-weight: 500;
    opacity: 0.5;
    margin-top: 12px;
}

/*-------------------------*/
/* $Page
---------------------------*/
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #f60;
    background-color: #ffe4d2;
    border-color: #f60;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f60;
    opacity: 0.9;
    border-color: #f60;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    line-height: 1em;
    padding: 8px 10px;
    color: #f60;
    font-size: 16px;
    border: 1px solid #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/*@media (max-width: 320px) {

    .pagination>li:first-of-type,
    .pagination>li:last-of-type,
    .pagination>li:nth-child(7) {
        display: none;
    }

    .pagination>li:nth-child(2)>a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination>li:nth-child(8)>a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}*/

.custom-pagination select {
    display: inline-block;
    width: 85px;
    height: 42px;
    border-radius: 0px;
    float: left;
    vertical-align: top;
    margin-left: -1px;
    border: 1px solid #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pagination .link.disabled a {
    cursor: default;
    border-color: #f60;
    color: #666;
}

.pagination>.disabled>a,
.pagination>.disabled>a:hover {
    border: 1px solid #767676;
    opacity: .6;
}

.page .pagination a:first-child {
	border-top-left-radius: 4px;
    border-bottom-left-radius:4px;
	-webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius:4px;
}

.page .pagination a:last-child {
	border-top-right-radius: 4px;
    border-bottom-right-radius:4px;
	-webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius:4px;
}

.page .pagination > span > span,
.page .pagination span a{
	display: block;
	color: #f60;
	margin: 0px 0px;
    display: inline;
    border: 1px solid #f60;
    padding: 8px 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.page .pagination span a:hover{
    background-color: #ffe4d2;
    border-color: #f60;
    text-decoration: underline;
}

.page .pagination > span > span {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
}

.page .pagination .aspNetDisabled {
    color: #777;
    cursor: not-allowed;
    border: 1px solid #767676;
    opacity: 0.6;
}

.page .pagination .aspNetDisabled:hover {
    color: #777;
    cursor: not-allowed;
    text-decoration:unset;
    background-color: #fff;
    border: 1px solid #767676;
}

.page .pagination a {
    margin-left: -1px !important;
}

/*-------------------------*/
/* $Footer
---------------------------*/
.footer {
    background-color: #212121;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.footer_fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer__group {
    padding-bottom: 30px;
}

.footer .footer__logo {
    font-size: 28px;
}

.footer .footer__logo img {
    max-width: 140px;
    font-size: 28px;
}

.footer .font_block {
    display: inline-block;
    margin-bottom: 10px;
}

.footer .font_icon {
    display: inline-block;
    padding-right: 4px;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    line-height: 1.5;
}

.footer .QRcode {
    background-color: #2f2f2f;
}

.footer .images {
    padding: 10px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.footer .copyright-wrapper {
    padding: 10px 0;
    border-top: 1px solid #3d3d3d;
}

/*-------------------------*/
/* $Plugin
---------------------------*/
/*slick*/
.owl-carousel.owl-theme,
.owl-carousel.owl-theme * {
    outline: none !important;
}

/*header*/
/*tableScroll*/
.tableScroll {
    padding: 0 0 9px 0;
    overflow: auto;
}

@media screen and (min-width: 767px) {
    .tableScroll table {
        width: 1140px !important;
    }
}

.tableScroll {
    -webkit-overflow-scrolling: touch;
}

.tableScroll::-webkit-scrollbar {
    height: 10px;
}

.tableScroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #EEE;
}

.tableScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #DDD;
}

@media screen and (max-width: 991px) {
    .modal-body .tableScroll {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .modal-body .tableScroll .nav-tabs{
        width: 700px !important;
    }

    .modal-body .tableScroll li {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: auto;
    }
}


/*scrollbar*/
.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrollmenu::-webkit-scrollbar {
    height: 10px;
}

.scrollmenu::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #EEE;
}

.scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #DDD;
}

.scrollmenu .nav>li {
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

/* The chk */
.chk {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.7em;
}

/* Hide the browser's default checkbox */
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    .checkmark.disabled {
        background-color:#efefef;
        cursor:not-allowed;
    }

.radiomark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.chk:hover input~.checkmark,
.chk:hover input~.radiomark {
    background-color: #fff;
    border: 1px solid #f60;
    transition: all 0.5s;
}

/* When the checkbox is checked, add a blue background */
.chk input:checked~.checkmark,
.chk input:checked~.radiomark {
    background-color: #f3f3f3;
    border: 1px solid #f60;
    transition: all 0.5s;
}

.chk input:checked~.radiomark:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after,
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk input:checked~.checkmark:after,
.chk input:checked~.radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #363636;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label,
.radio label {
    padding-left: 23px;
}

.checkbox-inline.chk {
    margin-left: 0px;
    margin-right: 10px;
}

.add-clear-x {
    top: 10px !important;
}

/*-------------------------*/
/* $Panel
---------------------------*/
.panel {
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-heading .panel-title {
    line-height: 2;
}

.panel-heading .txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.panel-heading a:hover,
.panel-heading a:active,
.panel-heading a:focus {
    color: #363636;
}

.panel-heading a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f139";
    float: right;
    color: grey;
    transition: all 0.5s;
}

.panel-heading a.collapsed:before {
    content: "\f13a";
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading {
    border-top: 3px solid #f60;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee 0, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ee', GradientType=0);
}

.panel-body {
    padding: 0;
}

.panel-body .table-section {
    border-top: 1px solid #eee;
    padding: 4px 0;
    font-size: 15px;
}

.panel-body .table-row {
    position: relative;
    padding: 5px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-body .table-row .lable {
    font-size: 16px;
    font-weight: 600;
}

/*-------------------------*/
/* $Modal
---------------------------*/
.modal-agree {
    width: 500px;
}

.nav-tabs.nav-justified {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: auto;
    }
}

.modal-content {
    border-radius: 0px;
}

.modal .login_asset {
    margin: 10px 0;
}

.modal .forget {
    padding: 15px 0;
}

.modal-footer {
    border-top: none;
    /*padding: 15px 0;*/
}

.modal .nav-tabs {
    border-bottom: 1px solid #f60;
}

.nav-tabs li:not(:last-of-type),
.nav-tabs li:not(:first-of-type) {
    padding: 0 6px;
}

.modal .nav-tabs>li>a {
    color: #333;
    background-color: rgba(221, 221, 221,0.5);
    border-bottom: 1px solid #f60;
    margin-bottom: -1px;
    transition: .2s all ease-in-out;
}

#modal-id .nav-tabs>li>a {
    margin-bottom: 0px;
}

.modal .nav-tabs>li.active>a,
.modal .nav-tabs>li.active>a:hover,
.modal .nav-tabs>li.active>a:focus {
    color: #333;
    border-top: 1px solid #f60;
    border-right: 1px solid #f60;
    border-left: 1px solid #f60;
    background-color: #fff;
    border-bottom-color: transparent;
}

@media (max-width: 768px) {
    .nav-tabs.nav-justified>li {
        float: left;
        width: 50%;
    }

    .modal .nav-tabs>li>a {
        margin-bottom: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-color: transparent;
    }
}

.card-num {
    overflow: hidden;
    position: relative;
}

.card-num input {
    float: left;
    width: 100%;
}

.card-num span {
    position: absolute;
    top: 8px;
    right: 31.5%;
    /*left: calc(50% - 85px);*/
}

.card-num input+input {
    margin-left: 4%;
    width: 30%;
}

.card-num .add-clear-span {
    float: left;
    width: 66%;
}

.card-num .add-clear-span+.add-clear-span {
    margin-left: 4%;
    width: 30%;
    margin-bottom: 0;
}

.card-num .form-group {
    margin-bottom: 0;
}


.disc {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.disc.color-green {
    background: #288544;
}

.disc.color-yellow {
    background: #bda134;
}

.disc.color-red {
    background: #ed1c24;
}

.disc.color-gray {
    background: #aaaaaa;
}


.color-green>span, .color-yellow>span, .color-red>span, .color-gray>span  {
    font-size: 13px;
    padding: 1px 3px;
    width: 160px;
    display: block;
}

.color-green>.txt {
    color: #288544;
}

.color-yellow>.txt {
    color: #bda134;
}

.color-red>.txt {
    color: #ff0000;
}

.color-gray>.txt {
    color: #767676;
}

.color-green .expiryInfo {
    border: 1px solid #288544;
}

.color-yellow .expiryInfo {
    border: 1px solid #bda134;
}

.color-red .expiryInfo {
    border: 1px solid #ff0000;
}

.color-gray .expiryInfo {
    border: 1px solid #767676;
}

.expiryInfo{
    width: 22px;
    position: relative;
    background-color: #ffffff;
    border-radius: 0.3em;
    cursor: pointer;
    padding: 2px 2px 0 3px;
    overflow: hidden;
    float: right;
    white-space: nowrap;
}

.expiryInfo>.fa-info{
    padding: 3px 5px;
    margin-right: 3px;
}



.office {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
}

.SA-icon {
    font-size: 13px;
    display: inline-block;
    color: #767676;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 8px 3px 4px;
    margin-left: 4px;
    background-color: #fff;
    line-height: 1.5;
    background-color: rgba(115, 115, 115, .05);
}

/*-------------------------*/
/* $Register
---------------------------*/
.input-icon {
    position: relative;
}

.input-icon .form-control {
    padding-left: 35px;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 43px;
    color: #ccc;
}

/*-------------------------*/
/* $Article
---------------------------*/
.item .date {
    font-weight: 700;
    color: #f60;
    margin: 4px .9375em 4px 0;
}

.mpAnchorTop {
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}

/*-------------------------*/
/* $Promotion #mySide
---------------------------*/
.class3 .item .carousel-caption {
    text-align: left;
    padding-bottom: 0;
}


/*-------------------------*/
/* cookies
---------------------------*/
.m_cookie {
    font-family:  'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Roboto", arial, sans-serif;
    font-weight: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*padding: 0 20px;*/
    z-index: 999;
    text-align: center;        
}
.m_cookie .m-GDPR__container {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    /*background-color: hsla(0,0%,99.5%,.75);*/
    background-color:rgba(0, 0, 0, 0.7);
}
.m_cookie .m-GDPR__content {
    color: #fff;    
    line-height: 1.4;
    padding-right: 10px;
    letter-spacing: 1.5px;
}
.m_cookie .m-GDPR__btn {
    font-family:  'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Roboto", arial, sans-serif;
    flex-shrink: 0;  
    padding: 12px;
    border-width: 0;
    border-radius: 4px;
    cursor: pointer;
    color: #fff !important;
    background: #f60;
    border-color: #f60;
    /*margin:5px;*/
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 6px 0 rgba(0,0,0,.12);    
    font-size:16px;
    letter-spacing: 1.5px;
}
.m_cookie .m-GDPR__btn:focus, .m-GDPR__btn:hover {
    /*background: #ff6600;*/
        /*background-color: #faa519;
    border-color: #faa519;*/
    color: #fff;
    background-color: #e87325;
    background-position: 0 -15px;
    transition: all 0.3s;
}
.m_cookie a {
    transition: color .3s;
    color: #f60;
}
.m_cookie a:focus, .m_cookie a:hover {
    transition: color .3s;
    color: #f60;
    text-decoration: underline;
}

@media (max-width:480px) {
    .m_cookie .m-GDPR__content {
        font-size:14px;
    }
    .m_cookie .m-GDPR__btn {
        font-size:14px;
    }
}

/*Account type choice*/
.regType a,
.regType a:hover,
.regType a:active,
.regType a:focus {
    color: #f60;
    border: 1px solid #f60;
}

.regType .icon{
    position: relative;
}

.regType .inr{
    display: none;
}

.regType .avtive .inr{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bnt-joinUS{
    border: 1px solid #ccc;
}

.bnt-joinUS.avtive{
    border: 1px solid #f60;
    background-color: rgba(255, 102, 0, .05);
}

.bnt-joinUS:hover{
    border: 1px solid #f60;
    background-color: rgba(255, 102, 0, .05);
    text-decoration: none;
}

@media (max-width: 768px){
   .bnt-joinUS{
    margin-bottom: 15px
   }
   .bnt-joinUS.mb0{
    margin-bottom: 0
   } 
}

.directions{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    padding: 4px 10px 2px;
    border-radius: 6px;
}

.txt{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
/* 
#Side,
#mySide {
    width: 360px;
}
#Side.affix-top,
#mySide.affix-top {
    position: relative;
}

.affix {
    position: fixed;
    top: 0px;
    padding-top: 100px;
}
@media (max-width: 1024px){
    #Side,
    #mySide {
        width: 290px;
    }
}

@media screen and (max-width: 991px) {
    #Side,
    #mySide {
        position: static !important;
        top: auto;
        bottom: auto;
        right: auto;
        width: auto !important;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {    
    #Side.affix {
        padding-top: 0px;
    }
    #mySide.affix {
        padding-top: 0px;
    }
} */

/* .affix-bottom {
    position: absolute;
} */

/*搜尋結果*/
.empty {
    position: relative;
    border: 0;
    margin-top: 0;
    min-height: 518px;
    background-color: #fafafa;
}
.empty .empty-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.empty .empty-list img {
    width: 140px;
}
.empty .empty-list p {
    margin-top: 20px;
}

.d-inline-block{
    display: inline-block!important;
}

.text-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}