.navbar {
    background-color: #fff;
    min-height: 48px;
    border-bottom: 1px solid #e7e7e7;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
}
#nav-toolitem {
    border-bottom: 0px solid #e7e7e7;
    height: 40px;
    display: inline;
    max-width: 100%;
    align-items: flex-end;
}
.menu.nav-tool .menu__item {
    font-size: 1.15rem;
    font-weight: 200;
    color: #4a4a4a;
    letter-spacing: 0.05rem;
}
.navbar__logo {
    float: left;
    display: inline-block;
    margin: 16px 14px 0 0;
    width: 148px;
    vertical-align: middle;
}
.nav__search {
    display: inline-block;
    float: left;
    padding-top: 16px;
}
.nav__search .sisea-search-form fieldset {
    background: #f6f6f6;
    height: 35px;
    border: 0;
    border-radius: 32px;
    max-width: 175px;
    padding: 0;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
@media screen and (min-width: 1400px) {
    .nav__search .sisea-search-form fieldset {
        max-width: 600px;
    }
}
.nav__search #query {
    float: left;
    border: none;
    padding: 0 16px;
    height: 35px;
    width: 85%;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 38px);
    font-size: 14px;
    color: #373a3c;
    background: 0 0;
    font-family: helvetica neue, open sans, roboto, ‘Noto Sans’, sans-serif, arial;
    cursor: auto;
}
.nav__search .sisea-search-form button {
    border: none;
    height: 35px;
    background: 0 0;
    margin: 0 auto;
    color: #aaa;
    font-size: 14px;
    float: right;
    padding-right: 10px;
    cursor: pointer;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    margin-right: 16px;
}
.menu li {
    color: #4a4a4a;
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 2.4rem;
}
.tw .menu li {
    font-size: 15px;
}
.menu li ul li {
    margin-left: 0;
    margin-right: 0;
    color: #4a4a4a;
    display: block;
    text-transform: none;
    padding: 0;
}
.menu li ul li a {
    width: auto;
    min-width: 120px;
    display: block;
    padding-left: 16px;
}
.menu li ul li a:hover {
    background: #ef5568;
    color: #fff;
}
.menu.menu--horizontal .menu__item,
.menu.nav-tool .menu__item {
    padding: 0;
}
.menu.menu--horizontal > li {
    float: left;
    line-height: 64px;
}
.menu.nav-tool > li {
    line-height: 24px;
    float: left;
    text-transform: none;
    margin-left: 5px;
    margin-right: 0;
}
.menu .secondCollapse,
.menu .newsecondCollapse {
    min-width: 120px;
    display: block;
    padding-left: 16px;
    font-weight: 700;
    color: #ef5568;
    text-transform: uppercase;
}
.responsive-popup .fasrotate {
    float: right;
    line-height: 48px;
    transition: 0.2s;
}
.navdiv {
    display: none;
}
.navbar__nav .dropdown {
    position: absolute;
    opacity: 0;
    z-index: 2;
    line-height: 36px;
    padding: 0 12px 12px;
    visibility: hidden;
    top: 100%;
    transition: all 0.2s ease-in-out;
    transform: translateY(-2em);
    min-width: 200px;
    background-color: #fff;
}
.menu li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}
.menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0 8px;
    text-align: center;
    display: none;
}
.menu-toggle i {
    font-size: 18px;
    line-height: 48px;
}
@media (max-width: 1024px) {
    .nav.navbar__nav {
        float: none;
        line-height: 48px;
        border: none;
    }
    .menu.nav-tool {
        margin-right: 0;
    }
    .navbar__logo {
        display: inline;
        height: 48px;
        margin: 0;
        z-index: 99;
        margin: 0 auto;
        padding-top: 13px;
        float: left;
    }
    .navbar__logo img,
    .navbar__logo svg {
        height: 28px;
        width: auto;
    }
    .menu.menu--horizontal .nav__search {
        border-bottom: none;
        margin-bottom: 12px;
    }
    .navbar__nav .dropdown {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        line-height: inherit;
    }
    .menu-toggle {
        display: block;
        float: right;
    }
    .firstCollapse .dropdown {
        max-width: 100%;
        position: static;
        margin-bottom: 25px;
    }
    .firstCollapse a {
        min-width: 135px;
        display: inline-block;
    }
    .firstCollapse a:hover {
        color: #4a4a4a;
    }
    .responsive-popup .fasrotate {
        display: inline-block;
    }
    .menu .secondCollapse,
    .menu .newsecondCollapse {
        color: #4a4a4a;
    }
    .menu li ul li a,
    .secondCollapse .navdiv,
    .newsecondCollapse .navdiv {
        padding-left: 0;
    }
    .menu .root_title {
        text-transform: uppercase;
    }
    .responsive-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        padding-top: 48px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    #popup-menu:target {
        opacity: 1;
        visibility: visible;
    }
    .menu.responsive-popup li {
        float: none;
        display: block;
        padding-left: 0;
        font-size: 16px;
    }
    .menu.responsive-popup .menu__item {
        text-align: left;
    }
    .responsive-popup-close {
        display: block;
        width: 48px;
        height: 48px;
        padding: 0 8px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0%;
    }
    .responsive-popup-close .icon {
        color: #4a4d70;
        line-height: 48px;
        font-size: 20px;
    }
    .menu.menu--horizontal > li {
        line-height: 3em;
        font-size: 16px;
        border-bottom: 1px solid #e7e7e7;
    }
}
@media screen and (min-width: 1025px) {
    .navbar__nav .dropdown {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    }
    .secondCollapse .navdiv,
    .newsecondCollapse .navdiv {
        padding-left: 0;
        margin-left: -15px;
    }
    .responsive-popup-close {
        display: none;
        visibility: hidden;
    }
    .menu li:hover .dropdown {
        display: block;
        opacity: 1;
    }
    .responsive-popup .fasrotate {
        display: none;
    }
    .navdiv {
        display: block;
    }
    .root_title {
        display: none !important;
    }
}
#gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 5vh;
    right: 38px;
    background: #2f313d8c;
    border-radius: 30px;
    z-index: 20;
    cursor: pointer;
    transition: 0.25s;
    display: none;
    text-align: center;
}
#gotop:hover {
    background: #2f313df5;
}
#gotop .fas {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 12px 17px;
}
.cookie {
    bottom: 0;
    position: fixed;
    background: #2f313ddd;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 10;
    display: none;
}
.cookie p {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.3em;
}
.cookie button {
    margin: 0 5px 10px;
}
.nocookie {
    height: 0;
    opacity: 0;
    transition: 0.3s;
}
.cookienone {
    transition-delay: 0.3s;
    display: none;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: helvetica, noto sans, roboto, 微軟正黑體, microsoft jhenghei, arial, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    color: #353630;
    background: linear-gradient(90deg, #f2f4f7 0%, #fff 100%);
    background: -moz-linear-gradient(90deg, #f2f4f7 0%, #fff 100%);
    background: -webkit-linear-gradient(90deg, #f2f4f7 0%, #fff 100%);
    background: -o-linear-gradient(90deg, #f2f4f7 0%, #fff 100%);
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    transition: background 0.8s;
}
.btn.btn--zh {
    font-size: 16px;
    font-weight: 400;
}
.btn--disabled,
.btn--disabled:hover,
.btn--disabled:active,
.btn--disabled:focus {
    color: #bfbfbf;
    pointer-events: none;
    background: #e9edf1;
    border: 1px solid #e4e4e4;
}
.btn.btn--primary,
.btn.btn--secondary,
.btn.btn--positive,
.btn.btn--negative {
    color: #fff;
}
.btn.btn--primary {
    background: #09c199;
    border: 1px solid #08b791;
}
.btn.btn--primary.btn--hover,
.btn.btn--primary:hover {
    background: #04a884;
}
.btn.btn--secondary {
    background: #fd395c;
    background: -moz-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: -webkit-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd395c',endColorstr='#ff8068',GradientType=1 );
    border: 1px solid (left, #fd395c 0%, #ff8068 98%);
    transition: all 0.25s ease;
}
.btn.btn--secondary.btn--hover,
.btn.btn--secondary:hover {
    background: #dd2326;
    background: -moz-linear-gradient(left, #dd2326 1%, #ed4747 100%);
    background: -webkit-linear-gradient(left, #dd2326 1%, #ed4747 100%);
    background: linear-gradient(to right, #dd2326 1%, #ed4747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2326',endColorstr='#ed4747',GradientType=1 );
}
.btn.btn--secondary.active {
    background: #dd2326;
    background: -moz-linear-gradient(left, #dd2326 1%, #ed4747 100%);
    background: -webkit-linear-gradient(left, #dd2326 1%, #ed4747 100%);
    background: linear-gradient(to right, #dd2326 1%, #ed4747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2326',endColorstr='#ed4747',GradientType=1 );
}
.btn.btn--positive {
    background: #3eb5ac;
}
.btn.btn--positive.btn--hover,
.btn.btn--positive:hover {
    background: #38a59d;
}
.btn.btn--negative {
    background: #f84545;
}
.btn.btn--negative.btn--hover,
.btn.btn--negative:hover {
    background: #db3d3d;
}
.btn.btn--outline {
    border: 1px solid #fd395c;
    background: transparent;
    color: #ef5568;
    transition: all 0.25s ease;
}
.btn.btn--outline:hover {
    color: #fff;
    background: #fd395c;
    background: -moz-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: -webkit-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd395c',endColorstr='#ff8068',GradientType=1 );
    border: 1px solid (left, #fd395c 0%, #ff8068 98%);
}
.btn.btn--outline.active {
    color: #fff;
    background: #fd395c;
    background: -moz-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: -webkit-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd395c',endColorstr='#ff8068',GradientType=1 );
    border: 1px solid (left, #fd395c 0%, #ff8068 98%);
}
.btn.btn--lg {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    font-weight: 400;
}
.btn.btn--md {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 156px;
}
.btn.btn--sm {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
}
.btn.btn--xs {
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    border-radius: 2px;
}
.btn-group .btn {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
.btn-group--center {
    text-align: center;
}
.btn-group--right {
    text-align: right;
}
.btn-group--right .btn {
    margin-right: 0;
    margin-left: 16px;
}
.z-btn-group {
    text-align: center;
    display: flex;
    margin: auto;
    width: 500px;
    max-width: 80%;
}
.z-btn-group > .btn {
    width: 50%;
}
.z-btn-group > .btn:first-child {
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 0.35px solid #fff;
}
.z-btn-group > .btn:last-child {
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 0.35px solid #fff;
}
.z-btn-group > .btn:hover {
    background: linear-gradient(to left, #fd395c 0%, #ff8068 98%) !important;
}
.z-btn-group > .btn.active:hover {
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%) !important;
}
.z-btn-group > .btn:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0.35px solid #fff;
    border-right: 0.35px solid #fff;
}
.btn_mode {
    display: none;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="week"],
.form input[type="number"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form select,
.form textarea {
    padding: 7px;
    display: inline-block;
    border: 1px solid #bbb;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 12px;
    width: 100%;
    color: #666;
    min-height: 36px;
    margin-bottom: 20px;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form select:focus,
.form textarea:focus {
    outline: 0;
    border-color: #999;
}
.form input.succeed {
    border-color: #09c199;
}
.form input.error {
    border-color: #ef5568;
}
.form input.disable {
    border-color: #e7e7e7;
    cursor: default;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form input.disable::-webkit-input-placeholder,
.form textarea.disable::-webkit-input-placeholder {
    color: #e7e7e7;
    opacity: 1;
}
.form input.disable:-moz-placeholder,
.form textarea.disable:-moz-placeholder {
    color: #e7e7e7;
    opacity: 1;
}
.form input:focus::-webkit-input-placeholder {
    color: #6d6d6d;
}
.form input:focus:-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}
.form input:focus::-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}
.form input:focus:-ms-input-placeholder {
    color: #6d6d6d;
}
.form button[type="login"]:focus {
    outline: 0;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
input[type="checkbox"] {
    line-height: normal;
    box-sizing: border-box;
    overflow: visible;
    margin-right: 8px;
    margin-bottom: 20px;
    opacity: 1;
}
label {
    cursor: pointer;
}
label input {
    cursor: pointer;
}
input:checked + .show-box {
    background: #09c199;
    border: 1px solid #08b791;
}
.show-box {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.checkbox-disable .show-box {
    background-color: #f2f4f7;
    border: 1px solid #e7e7e7;
    cursor: default;
}
label.checkbox-disable {
    cursor: default;
}
.checkbox-disable .show-box:before {
    opacity: 0;
}
.show-box:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.switch {
    position: relative;
    display: inline-block;
    /* hide 202009111705
    width:36px;
    height:20px
	*/
}
.left-side {
    background-color: #fff;
    padding: 24px 0;
    width: 300px;
}
.left-side .focus {
    color: #ef5568;
}
.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: inherit;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 42px;
    vertical-align: middle;
}
.left-menu i {
    font-size: 20px;
    line-height: 42px;
    vertical-align: inherit;
    padding-right: 10px;
}
.left-menu li {
    padding: 0 20px;
    vertical-align: sub;
}
.left-menu .angle {
    float: right;
    line-height: 40px;
    font-size: 12px;
}
.imageWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.imageWrapper img {
    max-width: 100%;
    vertical-align: middle;
}
.homepage {
    margin-top: 88px;
}
@media (max-width: 1024px) {
    .homepage {
        margin-top: 74px;
    }
    .dropdown {
        position: inherit;
        display: none;
    }
}
.jumbotron {
    padding-top: 16vh;
    padding-bottom: 8vh;
}
.jumbotron .title,
.jumbotron .breadcrumb {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
}
body.tw .jumbotron .breadcrumb {
    font-size: 18px;
}
.jumbotron .subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5rem;
}
@media (max-width: 1024px) {
    .jumbotron .subtitle {
        font-size: 14px;
    }
    .jumbotron h1 {
        font-size: 40px;
    }
}
.jumbotron--img-covered {
    background-image: url(../images/iStock-636249586-2340x1000.jpg);
    background-size: cover;
    background-position: center;
}
.jumbotron.jumbotron--img-covered h1 {
    font-weight: 500;
}
.thumbnail__title {
    text-transform: uppercase;
}
.thumbnail__preview {
    line-height: 1.8em;
}
.thumbnail_list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
    font-size: 15px;
    letter-spacing: 0.03em;
}
.thumbnail_list a {
    color: #496d87;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.thumbnail_list＿item li::before {
    content: "- ";
    left: 0;
    position: absolute;
}
.thumbnail_list＿item li {
    padding-left: 8px;
    line-height: 2.4em;
}
.thumbnail__info {
    margin-bottom: 24px;
}
.imgbox {
    width: 100%;
    display: block;
    overflow: hidden;
}
.imgbox__inner {
    width: 100%;
    height: 0;
    position: relative;
}
.imgbox__inner-4-3 {
    padding-top: calc(100% * 9 / 16);
}
.imgbox__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f4f4f4;
}
.imgbox__inner .image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 25px;
}
.spec__table {
    border-spacing: 0;
    font-size: 12px;
}
.spec__table .ftr__cat {
    font-weight: 500;
    background: #eee;
}
.spec__table td {
    border: 1px solid #e7e7e7;
    padding: 5px 20px;
}
.var {
    display: table-cell;
    margin: 0;
    padding: 0;
    border: none;
    width: 13%;
    min-width: 112px;
    font-size: 15px;
}
.specs img {
    display: block;
    margin: auto;
}
.model ul {
    -webkit-padding-start: 0;
    padding: 5px 0 !important;
}
.model li {
    display: flex;
    align-items: center;
    -webkit-padding-start: 0;
    padding: 5px 8px;
    height: 50px;
}
.model li:nth-child(2n) {
    background: #f7f9fa;
}
.var .imgbox__inner .image {
    background-color: transparent;
}
.downloads {
    display: block;
    line-height: 2.4em;
    -webkit-columns: 400px 2;
    -moz-columns: 400px 2;
    columns: 400px 2;
}
.downloads ul {
    padding: 0;
    margin: 0;
}
.downloads ul li {
    list-style: none;
}
.downloads a {
    color: #496d87;
}
#module {
    width: auto;
    font-size: 14px;
    line-height: 1.5;
}
#module p.collapse[aria-expanded="false"] {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#module p.collapsing[aria-expanded="false"] {
    height: 42px !important;
}
#module a.collapsed:after {
    color: #ef5568;
    content: " more +";
    font-weight: 700;
}
#module a:not(.collapsed):after {
    color: #ef5568;
    content: " less -";
    font-weight: 700;
}
@media screen and (max-width: 800px) {
    .model li {
        overflow-x: scroll;
    }
}
.footer-small-nav > li {
    font-size: 13px;
    display: inline-block;
}
footer {
    background-color: #f9fbfc;
    color: #e7e7e7;
}
footer .slogan {
    background-color: #f9fbfc;
    font-size: 20px;
    line-height: 1.5em;
    padding: 32px 0 12px;
    color: #ef5568;
    font-weight: 400;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.social {
    width: 100%;
}
.social li {
    display: inline-block;
    text-align: center;
}
footer .footer-menu ul.social li a {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-top: -11px;
    font-size: 22px;
    color: #e7e7e7;
    line-height: 55px;
    text-align: left;
    display: inline-block;
    transition: background 0.3s;
    white-space: nowrap;
}
footer .footer-menu ul.social li a svg {
    fill: #9aa8b6;
    vertical-align: middle;
}
@media (max-width: 362px) {
    footer .footer-menu ul.social li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .social li {
        width: 19%;
    }
}
footer .footer-menu ul.social li a:hover svg {
    fill: #ef5568;
    color: #ef5568;
}
footer h6 {
    color: #4a4a4a;
    margin: 12px 0 8px;
    font-weight: 400;
}
footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #b0b9ca;
    font-weight: 400;
}
footer .footer-menu ul li a {
    color: #949494;
    line-height: 2.4em;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
footer .footer-menu ul li a:hover {
    color: #848d9e;
}
footer .copyright {
    background-color: #e8e8e8;
    line-height: 3rem;
}
footer .copyright-item {
    color: #4a4a4a;
}
footer .copyright-item a {
    color: #4a4a4a;
}
@media (max-width: 767px) {
    .copyright-item {
        text-align: center !important;
        line-height: 2em;
    }
}
.product-title {
    /*padding-left:40px*/
}
.product-title p {
    margin-top: 1.3rem;
}
.product-title h6,
.product-title h4 {
    margin-bottom: 0;
}
.product-title img {
    width: 80px;
    max-width: 60px;
    margin-right: 16px;
    float: left;
}
.products {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.products li {
    display: inline-flex;
    width: 273px;
    height: 250px;
    z-index: 1;
}
.products li a {
    width: 100%;
    padding: 10px;
    position: absolute;
    cursor: pointer;
    transition: 0.25s;
}
.products li a .image {
    height: 120px;
    max-width: 180px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.products li a h6 {
    margin: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
    color: #636363;
}
.products li a .informations {
    display: none;
    margin: 10px;
    line-height: 16px;
    font-size: 12px;
    color: #636363;
    font-weight: 400;
}
.products li:hover {
    z-index: 2;
}
.products li:hover a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #373a3c;
    transform: translate(-5px, -5px);
}
.products li:hover a .informations {
    display: block;
}
@media screen and (max-width: 1025px) {
    .products li {
        margin: 24px auto;
        width: 50%;
        height: 290px;
    }
    .products li a .informations {
        display: block;
    }
    .products li a .informations p,
    .products li a .informations label {
        padding-left: 45px;
    }
}
@media (max-width: 768px) {
    .product-title img {
        width: 60px;
        margin-right: 16px;
        float: left;
    }
}
@media screen and (max-width: 500px) {
    .products li {
        width: 100%;
        margin: -5px;
    }
    .product-title {
        text-align: center;
        padding: 0;
    }
    .product-title img {
        width: 60px;
        margin: auto;
        display: block;
        padding-bottom: 20px;
        float: none;
    }
}
.tab {
    overflow: hidden;
    background-color: #eee;
}
.btn__group {
    display: flex;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
}
.btn__group::-webkit-scrollbar {
    display: none;
}
.tab button {
    display: block;
    float: left;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 2em;
    transition: 0.2s;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    height: 70px;
    font-family: helvetica neue, open sans, roboto, Arial, Helvetica, 微軟正黑體, microsoft jhenghei, 新細明體, Verdana, sans-serif;
}
@media only screen and (max-width: 600px) {
    .tab button {
        font-size: 12px;
    }
}
.tab button:hover {
    color: #ef5568;
    border-bottom: 3px solid #ef5568;
}
.tab button.active {
    color: #ef5568;
    border-bottom: 3px solid #ef5568;
}
.tabcontent {
    display: none;
    border-top: none;
}
.wrap {
    width: 500px;
    margin: 100px auto;
}
.nice-select {
    width: 245px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #fd395c;
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-top: 24px;
}
.nice-select:after {
    content: "\25BE";
    color: #fd395c;
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    right: 0;
    top: 8px;
}
.nice-select input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: 0;
    background: 0 0;
    color: #fd395c;
}
.nice-select ul {
    border-radius: 5px;
    width: inherit;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: -1px;
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #fd395c;
    z-index: 9999;
}
.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
    color: #fd395c;
}
.nice-select ul li.on {
    color: #fff;
    background: #fd395c;
    background: -moz-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: -webkit-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%);
}
@media (max-width: 767px) {
    #BtnContainer {
        display: none;
        visibility: hidden;
    }
    .right-info {
    }
}
@media (min-width: 768px) {
    .nice-select {
        display: none;
        visibility: hidden;
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.carousel-control.right {
    left: auto;
    right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 4;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 0;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
    right: 0;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 4;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #c5c5c5;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #ef5568;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .fa-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .fa-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}
.text-right {
    text-align: right;
}
.pos-right {
    position: absolute;
    right: 10px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
@media (max-width: 375px) {
    .container .col-lg-6 .btn--outline {
        margin-top: 5px;
    }
}
.col-lg-12 #models div:not(:first-child) {
    overflow-x: scroll;
    display: table-cell;
}
.col-lg-12 #models div:not(:first-child) .var {
    overflow-x: unset;
}
@media screen and (min-width: 1025px) {
    .col-lg-12 #models div:not(:first-child) {
        overflow-x: unset;
    }
}
.mgt-sm {
    margin-top: 15px !important;
}
.mgt-md {
    margin-top: 30px !important;
}
.mgt-lg {
    margin-top: 45px !important;
}
.mgb-no {
    margin-bottom: 0px !important;
}
.mgb-sm {
    margin-bottom: 15px !important;
}
.mgb-md {
    margin-bottom: 30px !important;
}
.mgb-lg {
    margin-bottom: 45px !important;
}
.mgl-sm {
    margin-left: 15px !important;
}
.mgl-md {
    margin-left: 30px !important;
}
.mgl-lg {
    margin-left: 45px !important;
}
.mgr-sm {
    margin-right: 15px !important;
}
.mgr-md {
    margin-right: 30px !important;
}
.mgr-lg {
    margin-right: 45px !important;
}
.mg-horz-center {
    display: block;
    margin: 0 auto;
    float: none;
}
.mg-vert-center {
    display: block;
    margin: auto 0;
    float: none;
}
.mg-all-center {
    display: block;
    float: none;
    margin: auto;
}
.link-card {
    background: #ffffffc9;
    color: #ff4747;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 1.1px #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/*-------------------------*/
/* Tab
---------------------------*/
.tab-slider--nav {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.tab-slider--tabs {
    width: 20%;
    display: block;
    margin: 0 auto;
    padding: 3px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fd395c;
}
.tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #fd395c;
    background: -moz-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: -webkit-linear-gradient(left, #fd395c 0%, #ff8068 98%);
    background: linear-gradient(to right, #fd395c 0%, #ff8068 98%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}
.tab-slider--tabs.slide:after {
    left: 50%;
}
.tab-slider--trigger {
    width: 49%;
    vertical-align: middle;
    font-weight: bold;
    color: #ef5568;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #fff;
}
.tab-slider--body {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .tab-slider--tabs {
        width: 80% !important;
    }
}

#kbe_container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#kbe_container h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 34px;
}
#kbe_container table {
    margin: 10px 0;
}
#kbe_container table th {
    font-weight: 700;
}
#kbe_container table,
#kbe_container table th,
#kbe_container table tr,
#kbe_container table td {
    border: 1px solid #d3d3d3;
    padding: 4px;
    font-size: 12px;
}
#kbe_content h6 a {
    text-decoration: none;
}
#kbe_content ul li {
        padding: 2px 0;
}
.kbe_breadcrum {
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
}
.kbe_breadcrum ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kbe_breadcrum ul li {
    float: left;
    padding: 0 3px 2px;
    line-height: 22px;
}
.kbe_breadcrum ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.kbe_search_field {
    margin: 0 0 36px;
    width: 100%;
}
.kbe_search_field input[type="text"] {
    color: #666;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    width: 90%;
    padding: 12px 17px 13px 60px;
    background: url(images/kbe_search_btn.png) no-repeat left #fff;
}
#search-result {
    color: #666;
    font-size: 14px;
    width: 517px;
    position: absolute;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
}
#search-result li {
    background: url(images/article.svg) no-repeat scroll left 16px top 13px #fff;
    background-size: 14px auto;
    list-style: none outside none;
    padding: 0 0 0 8px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#search-result li a {
    background-position: 20px center;
    background-repeat: no-repeat;
    display: block;
    color: #595959;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 20px 12px 55px;
}
#search-result li a:hover {
    color: #666 !important;
    text-decoration: none;
    font-weight: 400;
}
#search-result li:hover {
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: #f8f8f8;
}
.kbe_no_result {
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: 700;
    padding: 16px 0 14px 62px;
    display: inline-block;
    width: 453px;
}
#kbe_content {
}
.kbe_content_full {
    width: 100%;
    display: inline-block;
    float: none;
}
.kbe_content_right {
    width: 70%;
    float: right;
}
.kbe_content_left {
    width: 70%;
    float: left;
}
.kbe_leftcol {
    float: left;
    width: 100%;
}
.kbe_categories {
    width: 100%;
}
.kbe_category {
    width: 44%;
    margin: 0 35px 30px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.kbe_category span.switch {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
}
.kbe_category span.switch img {
    margin: 0;
    content: none;
}
#kbe_content h2,
.kbe_aside h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0 0 27px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
#kbe_content h2 span.kbe_count {
    color: #fff;
    font-size: 14px;
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #166c94;
}
#kbe_content .kbe_category h2 a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 70%;
}
#kbe_content .kbe_category .kbe_article_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#kbe_content .kbe_child_category .kbe_child_article_list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}
#kbe_content .kbe_leftcol .kbe_child_article_list li {
    margin-bottom: 20px;
    margin-left: 0;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    padding: 0 0 0 32px;
    line-height: 20px;
}
#kbe_content .kbe_leftcol .kbe_child_article_list li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
#kbe_content .kbe_category .kbe_child_category {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#kbe_content .kbe_child_category h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px !important;
    margin-left: 15px;
    color: #000;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px !important;
}
#kbe_content .kbe_child_category h3 span.kbe_count {
    color: #fff;
    font-size: 13px;
    width: 88px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #166c94;
    margin-bottom: 0 !important;
}
#kbe_content .kbe_child_category h3 a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 70%;
    margin-top: 7px;
}
#kbe_content .kbe_leftcol .kbe_article_list li {
    margin-bottom: 20px;
    margin-left: 0;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    padding: 0 0 0 32px;
    line-height: 20px;
}
#kbe_content .kbe_leftcol .kbe_article_list li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.kbe_content_right .kbe_leftcol {
    float: right !important;
}
#kbe_content .kbe_leftcol .kbe_articles ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#kbe_content .kbe_leftcol ul li {
    font-size: 1.1rem;
    color: #707070;
    line-height: 35px;
}
.kbe_articles ul li {
    list-style: none outside none;
    padding: 2px 0 0 30px;
    margin: 0 0 3px;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
}
#kbe_content .kbe_leftcol h6 a {
    text-decoration: none;
}
#kbe_content .kbe_leftcol .kbe_articles ul li a {
    color: #333;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    font-weight: 400;
}
#kbe_content .kbe_leftcol .kbe_articles ul li span {
    color: #333;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles ul li p {
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
    float: right;
    margin-top: -8px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more a {
    font-size: 14px;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kbe_articles_search ul li {
    list-style: none outside none;
    padding: 4px 0 24px 30px;
    margin: 0 0 10px;
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
    border-bottom: 1px solid #e2e2e2;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    font-weight: 400;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li span {
    color: #333;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles_search ul li p {
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
    float: right;
    margin-top: -8px;
}
#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more a {
    font-size: 14px;
    font-weight: 400;
}
#kbe_container blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    font-style: italic;
}
#kbe_container blockquote cite {
    margin: 5px 0 0;
    display: block;
}
.kbe_aside {
    width: 25%;
    float: right;
}
.kbe_aside.kbe_aside_none {
    display: none !important;
}
.kbe_aside.kbe_aside_left {
    float: left !important;
    margin-right: 5%;
}
.kbe_aside.kbe_aside_right {
    float: right !important;
    margin-left: 5%;
}
.kbe_widget {
    margin-bottom: 40px;
    content: "";
    display: table;
    clear: both;
    width: 99%;
}
.kbe_widget h2 {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}
.kbe_widget ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}
#kbe_container .kbe_widget li {
    margin-bottom: 16px;
    margin-left: 0;
    background: url(images/angle-right.svg) no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding: 0 0 0 25px;
}
.kbe_widget li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
#kbe_container .kbe_aside .kbe_widget_article li {
    background: url(images/article.svg) no-repeat left center;
    background-size: 14px auto;
}
.kbe_widget label {
    font-size: 13px;
    color: #000;
    float: left;
    margin: 0 20px 0 0;
    line-height: 25px;
}
.kbe_widget select {
    width: 100px;
    height: 26px;
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 0 10px;
    color: #000;
}
.kbe_widget input[type="text"] {
    width: 90%;
    height: 26px;
    font-size: 13px;
    color: #333;
    padding: 0 5%;
}
.kbe_widget .kbe_tags_widget {
    float: left;
    height: auto;
    line-height: 26px;
    width: 100%;
    word-spacing: 4px;
    margin-bottom: 40px;
}
.kbe_widget .kbe_tags_widget a {
    text-decoration: none;
    line-height: 26px;
    word-spacing: 4px;
}
#kbe_content .kbe_leftcol h2 {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.kbe_leftcol .kbe_category.has-child h2 {
    padding-left: 21px;
}
#kbe_content .kbe_leftcol h3 {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 16px;
}
#kbe_content .kbe_leftcol h4 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#kbe_content .kbe_leftcol h6.feature_focus {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    color: #ef5568;
}
#kbe_content .kbe_leftcol p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    margin-bottom: 40px;
}
#kbe_content .kbe_leftcol ul {
    list-style-type: disc;
    padding: 0 19px;
    margin-bottom: 20px;
}
#kbe_content .kbe_leftcol ul ol {
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
#kbe_content .kbe_leftcol ol {
    list-style-type: decimal;
    padding: 0 21px;
    margin-bottom: 20px;
}
#kbe_content .kbe_leftcol span {
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
}
#kbe_content .kbe_leftcol span a {
    text-decoration: none;
    font-size: 14px;
}
#kbe_content .kbe_leftcol .kbe_reply h4 {
    font-size: 16px;
    margin-bottom: 12px;
}
#kbe_content .kbe_leftcol .kbe_reply span {
    font-size: 14px;
    font-weight: 400;
}
#kbe_content .kbe_leftcol .kbe_reply label {
    display: block;
    margin-bottom: 7px;
}
#kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
    width: 255px;
    height: 27px;
    margin-bottom: 23px;
    border: 1px solid #ccc;
    padding: 10px;
}
#kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 602px;
    height: 160px;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
}
.kbe_reply {
    width: 100%;
    padding-top: 40px;
}
.kbe_tags_div {
    width: 100%;
    height: auto;
    margin: 8px 0 16px;
    overflow: hidden;
}
.kbe_tags_icon {
    background: url(images/kbe_icon_tag.png) no-repeat left top 1px;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 12px;
}
.kbe_tags_div ul li {
    float: left;
    list-style: none;
    padding-right: 6px;
    text-transform: capitalize;
}
.kbe_tags_div ul li a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px;
}
.kbe_tags_div ul li::after {
    content: ",";
}
.kbe_tags_div ul li:last-child:after {
    content: "";
}
.kbe_reply #comments {
    margin-bottom: 16px;
    font-size: 16px;
}
.kbe_reply .commentlist li {
    margin-top: 16px;
    background-color: #e3e3e3;
    float: left;
    padding-bottom: 12px;
    border-radius: 6px;
    width: 100%;
}
.kbe_reply ol {
    padding: 0 !important;
}
.kbe_reply ol,
.kbe_reply ul {
    list-style: none !important;
}
.kbe_reply .fn {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 6px;
}
.kbe_reply .comment-meta {
    margin-top: -11px;
    width: 50%;
}
.kbe_reply .comment-edit-link {
    display: none !important;
}
.kbe_reply .says {
    display: none !important;
}
.kbe_reply .commentlist li p {
    padding-right: 9px;
}
.kbe_reply .comment-body {
    padding-left: 12px;
    padding-top: 12px;
}
.kbe_reply ul {
    margin-left: 30px !important;
    padding: 0 !important;
}
.kbe_reply .children li {
    background-color: #f2f2f2;
    margin-left: -10px;
    margin-right: 12px;
    padding: 0 0 10px !important;
}
.kbe_reply #respond h3 {
    font-size: 18px;
    padding-top: 18px !important;
}
.kbe_reply .commentlist li #respond {
    border-top: 1px solid #ccc;
    margin-left: 10px;
    width: 97%;
}
.kbe_reply #respond form {
    margin-top: 0;
}
.kbe_reply .cancel-comment-reply {
    margin-top: 0;
    font-size: 16px;
}
.kbe_reply #respond input[type="text"] {
    border: 1px solid #ccc;
    height: 39px !important;
    margin-bottom: 23px;
    padding: 10px;
    width: 602px !important;
}
.kbe_reply #respond textarea {
    display: block;
    height: 160px;
    margin-bottom: 30px;
    padding: 10px;
    resize: none;
    width: 602px;
}
.kbe_widget .wp-tag-cloud li {
    background-size: 14px auto;
    background-image: url(images/tag.svg) !important;
    background-repeat: no-repeat;
    background-position: left center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    #kbe_content .kbe_category {
        width: 100%;
        display: inline-block;
    }
    .kbe_categories {
        width: 100%;
    }
    .kbe_aside {
        float: left;
        width: 222px;
    }
    .kbe_content_full {
        width: 100% !important;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_category {
        width: 44% !important;
        display: inline-block;
    }
    .kbe_content_ful .kbe_categories {
        width: 109%;
    }
    .kbe_articles {
        width: 100%;
    }
    .kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 96% !important;
    }
    .kbe_content_left {
        float: left;
        width: 64% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: left;
        width: 64% !important;
        margin-bottom: 30px;
        margin-right: 36px;
    }
    .kbe_reply {
        width: 80%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    #kbe_content .kbe_category {
        width: 100%;
        display: inline-block;
    }
    .kbe_categories {
        width: 100%;
    }
    #search-result {
        width: 100% !important;
    }
    .kbe_no_result {
        width: 90% !important;
    }
    .kbe_content_left {
        width: 68% !important;
    }
    .kbe_content_right {
        width: 68% !important;
    }
    .kbe_leftcol {
        width: 96% !important;
    }
    #kbe_content .kbe_aside {
        width: 220px;
    }
    .kbe_content_full .kbe_aside {
        display: none;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_category {
        width: 44% !important;
        display: inline-block;
    }
    .kbe_content_ful .kbe_categories {
        width: 107%;
    }
    .kbe_articles {
        width: 100%;
    }
    .kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 100%;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
        line-height: 22px;
    }
    .kbe_search_field {
        width: 100%;
    }
    #search-result {
        width: 100% !important;
    }
    .kbe_no_result {
        width: 89% !important;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 97%;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_category {
        width: 100%;
    }
    .kbe_categories {
        width: 100%;
    }
    #kbe_content .kbe_category h2 a {
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 120px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 120px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
    }
    .kbe_content_full .kbe_category {
        width: 100% !important;
        margin: 0 0 30px;
    }
    .kbe_content_full .kbe_aside {
        display: none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left {
        float: none !important;
    }
    .kbe_aside.kbe_aside_right {
        float: none !important;
    }
    .kbe_reply {
        padding-top: 40px;
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 96%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        width: 20%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
        line-height: 22px !important;
    }
    .kbe_search_field {
        width: 100%;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 96%;
    }
    #search-result {
        width: 100% !important;
    }
    .kbe_no_result {
        width: 85% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: right;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_categories {
        width: 100%;
    }
    .kbe_category {
        width: 100%;
        margin: 0 0 30px;
    }
    #kbe_content .kbe_category h2 a {
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
    }
    .kbe_content_full .kbe_category {
        width: 100% !important;
        margin: 0 0 30px;
    }
    .kbe_content_full .kbe_aside {
        display: none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left {
        float: none !important;
    }
    .kbe_aside.kbe_aside_right {
        float: none !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
        height: 100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 95%;
        padding: 5px 10px;
    }
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 360px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
    #kbe_container h1 {
        text-align: center;
    }
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
        line-height: 22px;
    }
    .kbe_search_field {
        width: 100%;
    }
    .kbe_search_field input[type="text"] {
        padding: 17px 4px 13px 9px;
        text-align: center;
        width: 94%;
    }
    #search-result {
        width: 100% !important;
    }
    .kbe_no_result {
        width: 78% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    #kbe_content .kbe_category h2 a {
        width: 62%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_category {
        width: 100%;
        margin: 0 0 30px;
    }
    .kbe_content_full .kbe_category {
        width: 100%;
    }
    .kbe_categories {
        width: 100%;
    }
    .kbe_articles ul li a {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        text-decoration: none;
    }
    .kbe_articles_search ul li a {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        text-decoration: none;
    }
    #kbe_content .kbe_leftcol ul li,
    ol li {
        color: #333;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left {
        float: none !important;
    }
    .kbe_aside.kbe_aside_right {
        float: none !important;
    }
    .kbe_content_left {
        float: none;
        width: 100% !important;
    }
    .kbe_content_right {
        float: none;
        width: 100% !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 92%;
        height: 100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 92%;
        padding: 4px 10px;
    }
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }
    #kbe_content .kbe_leftcol h2 {
        background: url(images/article.svg) no-repeat left center;
        background-size: 14px auto;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 25px;
        padding: 0 0 16px 30px;
    }
}
#kbe_content .kbe_lefitem {
    margin: 0 16px 0 -16px;
}
#kbe_content .kbe_rigitem {
    margin: 0 -16px 0 16px;
}
@media (max-width: 767px) {
    .tab-slider--tabs {
        width: 80%;
    }
    #kbe_content .kbe_lefitem,
    #kbe_content .kbe_rigitem {
        margin: initial;
    }
}
.field {
    width: 100%;
    margin-top: 10px;
}
.field .collapse-btn {
    width: 100%;
    background-color: #fff;
    color: #373a3c;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    transition: background 0.25s;
    letter-spacing: 0.03em;
}
.field .collapse-btn:hover {
    background-color: #f1f3f5;
}
#menu_resource .field .collapse-target {
    display: none;
    max-width: 100%;
    margin-left: 20px;
}
#menu_resource .field .collapse-target.active {
    display: inline-block !important;
}
.collapse-target .collapse.in {
    margin-left: 20px !important;
}
.collapse-btn.active {
    background-color: #f1f3f5;
    border-left: 4px solid #ef5468;
}
#r-col-content .collapse-target {
    display: none;
    max-width: 100%;
    margin-left: 20px;
}
#r-col-content .collapse-target.active {
    display: block;
    max-width: 100%;
    margin-left: 20px;
}
#l-col-target a {
    display: inline !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    font-family: open sans, Helvetica, noto sans, 微軟正黑體, microsoft jhenghei, 新細明體, Verdana, sans-serif;
}
@media only screen and (max-width: 600px) {
    #l-col-target a {
        display: none !important;
    }
    #r-col-content {
        padding-left: 0;
    }
}
#r-col-content h6 {
    margin-top: 8px;
}
#kbe_content a {
    text-decoration: underline;
}
.ftr__box {
    padding: 10px;
    min-height: 360px;
    margin-bottom: 40px;
}
.bg__circle {
    background: #d6d6d6;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
}
.bg__circle:hover {
    background: #ef5568;
    color: #fff;
    transition: all 0.25s ease;
}
.menu__circle:hover .menu__circle svg {
    fill: #ef5568;
}

.product-card {
    margin-top: 25px;
    width: 300px;
    padding: 20px;
    box-shadow: 2px 2px 4px 0px #b0b0b0;
    margin-right: 25px;
    height: 510px;
}

@media only screen and (max-width: 420px) {
    .product-card {
        width: 100%;
		height:auto;
    }
}
#menu_specs span.spec_note {
    color: #707070;
    font-size: 12px;
    padding-left: 3px;
}
#menu_overview span.spec_note {
    color: #707070;
    font-size: 12px;
    padding-left: 3px;
}
/* For support model tables*/
.support_models {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    margin: auto;
}
.support_models td {
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
}
.support_models th {
    text-align: left;
	padding: 10px 15px;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
}
.support_models tr:nth-child(even) {
    background-color: #f7f9fa;
}
.support_models img {
    height: 80px;
    margin: auto;
    max-width: fit-content;
}
input:focus{
	outline:none;

}
.tablered {
        border-collapse: collapse;
        margin: 10px 0;
        border: 1px solid #dde1ee;
        text-align: center;
}
.tablered th,
.tablered td {
        padding: 8px;
        border: 1px solid #ddd;
}

.tablered th {
        background-color: #ef5568;
        color: white;
}

.dragtable{
    overflow-y: auto;
    height: 300px;
}

.dragtable th{
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: white;
}
.img-center{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

