body, body *,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto !important;
}

.cke_editable ol,
.cke_editable ul,
.backend-editor-body ol,
.backend-editor-body ul,
.editor ol,
.editor ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.cke_editable ol,
.backend-editor-body ol,
.editor ol,
.cke_editable ol > li,
.backend-editor-body ol > li,
.editor ol > li {
    list-style-type: decimal;
}
.cke_editable ul,
.backend-editor-body ul,
.editor ul,
.cke_editable ul > li,
.backend-editor-body ul > li,
.editor ul > li {
    list-style-type: disc;
}

.cke_editable .list-unstyled,
.editor .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.cke_editable .list-unstyled li,
.editor .list-unstyled li {
    list-style: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-12 {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.word-break-all {
    word-break: break-all;
}
.slick-item + .slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.slick-initialized .slick-item + .slick-item {
  position: relative;
  visibility: visible;
}

.wrapper {
    overflow: hidden;
}
.container {
    width: 95%;
}
.logo img {
    width: 200px;
}
.logo-normal {
    display: none;
}
.main-menu-area.sticky .logo-normal {
    display: inline-block;
}
.main-menu-area.sticky .logo-white {
    display: none;
}
.main-menu ul li .sub-menu li a {
    padding-left: 36px;

}
.main-menu ul li .sub-menu li a::before {
    content: '●';
    font-family: sans-serif;
    position: absolute;
    top: 0.75em;
    left: 20px;
}

.breadcrumb-area {
    min-height: 500px;
}

.main-menu-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.main-menu-area.sticky {
    position: fixed;
    background: #fff;
}
.menu-03 .main-menu ul li a {
    color: #fff;
}
.menu-03.sticky .main-menu ul li a {
    color: #333;
}

.home-video-bg {
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
}
.home-video-bg::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.test-active .testimonial-wrapper {
    min-height: 360px;
}
.test-img {
    position: relative;
    z-index: 5;
}
.test-img i {
    font-size: 3em;
}

.home-product-slider,
.home-feedback-slider {
    margin: 0 -1em;
}
.home-product-slider .item,
.home-feedback-slider .item {
    padding: 0 1em;
}
.home-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    font-size: 24px;
    padding: 0;
    color: #333333;
    z-index: 2;
    opacity: 1;
    border: 4px solid #59b2e7;
    height: 2.5em;
    width: 2.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-product-slider .slick-arrow:hover {
    background: #59b2e7;
    color: #fff;
}
.home-product-slider .slick-prev {
    left: -4em;
}
.home-product-slider .slick-next {
    right: -4em;
}
.breadcrumb-area {
    background: #ccc no-repeat 50% 50%;
    background-size: cover;
}
.pro-tag {
    left: 5px;
    top: 5px;
    width: auto;
    padding: 0 0.5em;
}
.blog-tag:hover,
.pro-tag:hover {
    color: #fff;
    background: #59b2e7;
}
.category-item ul li a {
    display: block;
}
.blog-side-list li a.active,
.category-item ul li a.active {
  color: #046bd2;
}
.product-text .num {
    color: #111;
}
.product-text .desc {
    color: #7a7a7a;
    line-height: 1.5;
    text-align: left;
}

.banner-slider .item img {
    width: 100%;
}
.banner-slider .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-slider .slick-dots li {
    display: inline-block;
    margin: 10px 6px;
}

.banner-slider .slick-dots li button {
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    transition: 0.3s;
    padding: 0;
    border: 3px solid #333333;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}

.banner-slider .slick-dots li.slick-active button {
    border-color: #59b2e7;
    background: #59b2e7;
}
.contact-address-text a:hover {
    color: #046bd2;
}

.contactss-department::after {
  content: "\f1ad";
}

.contactss-country::after {
  content: "\f0ac";
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
.contacts-form .is-invalid {
    border-color: #dd1d1d;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #ea7e6a;
    border-color: #ea7e6a;
}
.contacts-form .invalid-feedback {
    margin-top: 0;
    margin-bottom: 1.5em;
    position: relative;
    top: -1.25em;
    color: #dd1d1d;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dd1d1d;
}
.contacts-form .custom-control a {
    text-decoration: underline;
}
.contacts-form .custom-control a:hover,
.pro-02-list-text a:hover {
    color: #046bd2;
}
.pro-02-list-icon .a2a_kit a {
    border: none;
    border-radius: 0;
}
.pro-02-list-icon .a2a_kit a:hover {
    background: none;
}
.bakix-details-tab ul li a,
.bakix-details-tab ul li:nth-child(n) a {
    text-align: center;
    padding: 0.5em 1em;
    font-size: 1.5em;
}
.bakix-details-tab ul li a.active {
    background: #046bd2;
    color: #fff;
}
.bakix-details-tab ul li a.active:before {
    display: none;
}
.product-detail-title {
    border-left: 0.25em solid #046bd2;
    padding-left: 0.5em;
    margin-bottom: 1em;
    font-size: 1.5em;
}
.product-detail-download a i,
.product-detail-download a:hover,
.klbfooterwidget ul li a:hover,
.phone-footer a:hover {
    color: #046bd2;
}
.product-area .home-product-slider .slick-track {
    margin-left: 0;
}
.shop-banner-area .slider-nav .item {
    padding: 0 5px;
}

.blog-share-icon .a2a_default_style:not(.a2a_flex_style) a {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-left: 0.25em;
}
.menu-03 .header-search {
    margin-top: 0;
    padding: 6px 0 12px;
}
.header-search .nav-link {
    border: 0;
    background: none;
    font-size: 12px;
}
.header-search .nav-link::before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    margin-right: 0.5em;
}
.header-search .nav-pills .nav-link.active,
.header-search  .nav-pills .show > .nav-link {
    background: none;
    color: #59b2e7;
}
.header-search .nav-pills .nav-link.active::before,
.header-search  .nav-pills .show > .nav-link::before {
    content: '\f192';
}
.header-search-form input {
    width: 100%;
    height: 40px;
}
.header-search-form button {
    top: 10px;
}
.test-text .editor span {
    color: inherit;
}
.breadcrumb-menu {
    text-align: right;
    margin-bottom: 1em;
}
.breadcrumb-menu li {
    padding-right: 1.875em;
}
.breadcrumb-menu li a,
.breadcrumb-menu li span {
    font-size: inherit;
}
.breadcrumb-menu li::before {
    font-size: 0.75em;
    left: -1.5em;
}
.category-item ul li::before {
    content: '●';
    font-family: sans-serif;
    top: -1px;
}
.blog-side-list li a {
    position: relative;
    padding-left: 1em;
}
.blog-side-list li a::before {
    content: '●';
    font-family: sans-serif;
    top: -1px;
    position: absolute;
    left: 0;
}
.blog-wrapper {
    display: flex;
    flex-direction: column;
}
.blog-text {
    flex: 1;
    border-top: 1px solid #e1e1e1;
}
.blog-text .h4.fix-h {
    height: 5.2em;
}
.blog-text p.fix-h {
    height: 84px;
}
.product-text .h4.fix-h {
    height: 2em;
}
.product-text .desc.fix-h {
    height: 4.5em;
}

@media (max-width: 1399px) {
    .home-product-slider .slick-prev {
        left: -2em;
    }
    .home-product-slider .slick-next {
        right: -2em;
    }
}
@media (max-width: 1199px) {
    .home-product-slider .slick-arrow {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .breadcrumb-area {
        min-height: 400px;
    }
    .home-product-slider .slick-prev {
        left: 0;
    }
    .home-product-slider .slick-next {
        right: 0;
    }
    .bakix-details-tab ul li a,
    .bakix-details-tab ul li:nth-child(n) a {
        font-size: 1.2em;
        padding: 0.5em 0.75em;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {}
