﻿@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-select.min.css");
@import url("reset.css");
@import url("public.css");
@import url("all.min.css");
@import url("swiper-bundle.min.css");
@import url("fontello.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("lightcase.css");
@import url("mCustomScrollbar.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300&display=swap');

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
    height: auto;
}

.link-button {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.menu-open {
    overflow: hidden;
}

.title-h1 {
    display: none;
}

.youtube-link {
    display: none;
}

.img-object {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}

.rwd-menu {
    display: none;
    vertical-align: middle;
    width: 21px;
    max-width: 100%;
    margin-top: 3px;
    margin-left: 12px;
}

.rwd-menu span {
    background-color: rgb(255, 102, 0);
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background-color: #FFF;
    transition: all .5s ease;
    position: relative;
}

.rwd-menu.active span {
    background-color: #5FE6BE!important;
}

.header-fiexd .rwd-menu span,
.header.open .rwd-menu span {
    background-color: #000;
}

.rwd-menu span:last-child {
    margin-bottom: 0;
}

.rwd-menu.active span:nth-child(2) {
    width: 0;
}

.rwd-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}

.rwd-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
}

.hidden {
    overflow: hidden;
}

.roboto {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-light.dropdown-toggle:focus-visible,
.bootstrap-select > .dropdown-toggle:focus-visible,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none!important;
    background-color: transparent;

}

button:focus {
    outline: none;
}

.t-c {
    text-align: center;
}

.w-20 {
    width: 20%;
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

.w-100 {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.dropdown-item {
    white-space: normal;
    !important
}

.dropdown-menu,
.inner {
    min-height: inherit!important;
}

button {
    -webkit-appearance: none!important;
}



/* -------------------header----------------- */

header {
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    transition: all .5s ease;
    z-index: 999;
}

header.show,
.header-fiexd {
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.logo-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}

.show .logo-2,
.header-fiexd .logo-2,
.open .logo-2 {
    opacity: 1;
}

.header-block {
    width: 1780px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-left {
    width: 194px;
    max-width: 100%;
    display: block;
    position: relative;
}

.header-right {
    width: calc(100% - 194px);
    display: flex;
    justify-content: center;
    position: relative;
}

.menu-box {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list {
    position: relative;
    padding: 0 25px;
}

.menu-list:first-child {
    padding-left: 0;
}

.menu-list:last-child {
    padding-right: 0;
}

.menu-right {
    width: 300px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-tag-block {
    position: fixed;
    display: none;
}

.lang-list-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    right: -10px;
    top: 78px;
    display: none;
    width: 70px;
    max-width: 100%;
    text-align: center;
    border-radius: 5px;
    z-index: 2;
    padding: 0;
}

.lang-list-box a:first-child {
    margin-top: 10px;
}

.lang-list-box a:last-child {
    margin-bottom: 10px;
}

.lang-list-box:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    position: absolute;
    left: 50%;
    top: -7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lang-list-box.active {
    display: block;
}

.lang-list-box a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

.lang-list {
    transition: all .5s ease;
}

.menu-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #FFF;
    opacity: 0.5;
    transition: all .5s ease;
}

.header-fiexd .menu-list:hover .menu-title {
    color: #323232;
}

.header-search-box {
    position: relative;
}

.header-search-box .header-keyword {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    font-size: 0;
    white-space: nowrap;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    transition: all .5s ease;
    overflow: hidden;
    opacity: 0;
    border: solid 1px #fff;
    height: 40px;
}

.header-search-box .header-keyword input {
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;

}

.header-search-box .header-keyword button {
    width: 40px;
    height: 40px;
    font-size: 0;
    border: none;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.header-search-box.show_in .header-search-icon {
    pointer-events: none;
    background-color: #32D3A3;
    border: 2px solid #32d3a3;
}

.header-search-box.show_in .header-keyword {
    width: 240px;
    opacity: 1;
}

.header-search-box .header-search-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.header-search-box .header-search-icon i {
    font-size: 16px;
}

.header-search-box .header-search-icon:hover {
    background-color: #32D3A3;
    border: 2px solid #32d3a3;
}


.header-user-box {
    display: flex;
    align-items: center;
    /*    width: 205px;*/
    margin-left: 15px;
    max-width: 205px;
}

.header-lang-box {
    /*    width: calc(100% - 245px);*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    width: 40px;
    margin-left: 15px;
}

.header-user-login {
    width: calc(100% - 50px);
    font-size: 14px;
    color: #FFF;
    text-align: right;
    line-height: 1.2;
    margin-right: 10px;
}

.header-user-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../static/home/user-white.svg');
    background-size: 18px;
    border-radius: 50%;
}

.header-lang-icon {
    width: 21px;
    height: 21px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../static/home/lang-icon-white.svg);
}

.header-user-login a {
    cursor: pointer;
    transition: all .5s ease;
}

.header-lang-box p {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin-left: 5px;
}

.menu-list-more {
    padding: 38px 25px;
}

.menu-list-more.open {
    z-index: 2;
}

.menu-list-more:hover .menu-title:after {
    display: block;
}

.show .menu-title,
.header-fiexd .menu-title {
    color: #323232;
    opacity: 1;
}

.show .menu-list:after,
.header-fiexd .menu-list:after {
    background-color: #323232;
}


.menu-tag-block {
    background-image: url(../static/home/header-more-bg2.png);
}

.menu-products-list-box ul {
    width: 1500px;
    max-width: 100%;
    display: block;
    font-size: 0;
    margin: 0 auto;
    padding: 50px 0;
}

.menu-products-list-box ul li {
    width: 357px;
    max-width: 100%;
    background-color: #FFF;
    margin-right: 24px;
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
    transition: all .5s ease;
}

.menu-products-list-box ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.menu-products-list-box ul li a {
    width: 100%;
    padding: 20px 43px;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.menu-products-list-box ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #5FE6BE;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}

.menu-products-list-box ul li a:hover:after {
    opacity: 1;
}

.menu-products-img {
    height: 270px;
    position: relative;
    transition: all .5s ease;
    overflow: hidden;
}

.menu-products-list-box ul li h4 {
    margin-top: 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    transition: all .5s ease;
}

.menu-products-list-box ul li:hover h4 {
    color: #000F9F;
}

.menu-tag-box {
    width: 1500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}

.menu-tag-title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.menu-tag-title-box:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #DCDCDC;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.menu-tag-title {
    width: 220px;
    max-width: 100%;
    height: 60px;
    border: 1px solid #DCDCDC;
    border-right: 0;
    border-bottom: 1px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #323232;
    font-size: 18px;
    font-weight: 500;
}

.menu-tag-title.active {
    background-color: #f5f5f5;
    border-bottom: 0;
}

.menu-tag-title:last-child {
    border-right: 1px solid #DCDCDC;
}

.menu-tag {
    display: flex;
}

.menu-tag-class-left {
    width: 440px;
    max-width: 100%;
    max-height: calc(100vh - 301px);
    overflow: auto;
    scrollbar-width: none;
}

.menu-tag-info-right {
    width: calc(100% - 440px);
    padding-left: 25px;
    box-sizing: border-box;
    max-height: calc(100vh - 301px);
    overflow: auto;
    scrollbar-width: none;
}

.menu-tag-info-right::-webkit-scrollbar,
.menu-tag-class-left::-webkit-scrollbar,
.s-menu::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.menu-tag-class,
.industry-class-list {
    padding: 3px;
    padding-right: 0;
    box-sizing: border-box;
}

.menu-tag-class li,
.industry-class-list li {
    width: 400px;
    max-width: 100%;
    transition: all .5s ease;
    border-radius: 30px;
    list-style: none;
}

.menu-tag-class li.active,
.industry-class-list li.active {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.10);
}

.menu-tag-class li.active a span,
.industry-class-list li.active a span {
    background-color: #5FE6BE;
}

.menu-tag-class li a,
.industry-class-list li a {
    width: 100%;
    padding: 10px 25px;
    display: flex;

    box-sizing: border-box;
    position: relative;
}

.menu-tag-class li a:after,
.industry-class-list li a:after {
    content: '';
    width: 9px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../static/home/menu-more-icon-bk.svg);
    transition: all .5s ease;
    position: absolute;
    right: 10px;
    top: 18px;
}

.menu-tag-class li.active a:after,
.industry-class-list li.active a:after {
    background-image: url(../static/home/menu-more-icon-hover.svg);
}

.menu-tag-class li a span,
.industry-class-list li a span {
    width: 10px;
    height: 2px;
    background-color: #C8C8C8;
    display: block;
    margin-right: 15px;
    margin-top: 14px;
}

.menu-tag-class li a p,
.industry-class-list li a p {
    width: calc(100% - 25px);
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    transition: all .5s ease;
}

.menu-tag-class li.active a p,
.industry-class-list li.active a p {
    color: #5FE6BE;
}

.menu-tag-class-left.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.menu-tag-class-left.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1!important;
}

.menu-tag-class-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.menu-tag-class-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e7e7e7;
    opacity: 1;
}

.menu-tag-info-list {
    display: flex;
    padding-top: 8px;
}

.menu-tag-info {
    width: calc(100% - 254px);
    padding-right: 35px;
    box-sizing: border-box;
}

.menu-tag-info-img {
    width: 254px;
    display: block;
}

.menu-tag-info h4,
.industry-list h4 {
    font-size: 26px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 10px;
}

.menu-tag-info h5 {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 20px;
}

.menu-tag-info p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
}

.menu-tag-s-class {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.menu-tag-s-class li {
    width: 100%;
}

.menu-tag-s-class li a {
    width: 100%;
    position: relative;
    padding: 18px 25px 18px 20px;
    box-sizing: border-box;
    display: flex;
    transition: all .5s ease;
    border-radius: 10px;
}

.menu-tag-s-class li a:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.10);
    background-color: #FFF;
}

.menu-tag-s-class li a:hover span {
    background-color: #5FE6BE;
}

.menu-tag-s-class li a:hover p {
    color: #5FE6BE;
}

.menu-tag-s-class li a span {
    width: 10px;
    height: 2px;
    background-color: #000F9F;
    display: block;
    margin-right: 15px;
    margin-top: 14px;
    transition: all .5s ease;
}

.menu-tag-s-class li a p {
    width: calc(100% - 75px);
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    transition: all .5s ease;
}

.menu-tag-class-right {
    width: calc(100% - 440px);
    padding-left: 25px;
    box-sizing: border-box;
    max-height: calc(100vh - 301px);
    overflow: auto;
    scrollbar-width: none;
}

.menu-tag-s-class ul li a:hover:after {
    background-image: url(../static/home/menu-more-icon-blue.svg);
}

.menu-tag-s-class li a:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 16px center;
    background-image: url(../static/home/menu-more-icon-bk.svg);
    transition: all .5s ease;
    position: absolute;
    right: 23px;
    top: calc(50% - 20px);
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    background-color: #FFF;
}

.show .header-user-login,
.header-fiexd .header-user-login {
    color: #323232;
}

.header-user-login {
    display: flex;
    flex-direction: column;
}

.show .header-user-icon,
.header-fiexd .header-user-icon {
    border: 2px solid #323232;
    background-image: url(../static/home/user-bk.svg);
}

.show .header-lang-box p,
.header-fiexd .header-lang-box p {
    color: #323232;
}

.show .header-lang-icon,
.header-fiexd .header-lang-icon {
    background-image: url(../static/home/lang-icon-bk.svg);
}

.header-fiexd .header-search-box .header-search-icon {
    border: 2px solid #323232;
    color: #323232;
}

.header-fiexd .header-search-box .header-search-icon:hover {
    background-color: #32D3A3;
    border: 2px solid #32d3a3;
    color: #fff;
}

.header-fiexd .header-search-box.show_in .header-keyword {
    border: solid 1px #32d3a3;
}

.header-fiexd .header-search-box.show_in .header-search-icon {
    background-color: #32D3A3;
    border: 2px solid #32d3a3;
    color: #fff;
}



/* --------------index-banner--------------- */

.banner-block {
    position: relative;
}

.banner-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide-bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide-bg img {
    position: relative;
}

.swiper-slide-bg video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-slide-inner {
    width: 100%;
    height: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.swiper-slide-inner h2 {
    font-size: 152px;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
}

.swiper-slide-inner p {
    font-size: 20px;
    color: #FFF;
    line-height: 1.6;
    text-align: center;
}

.swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    transition: all .5s ease;
    cursor: pointer;
}

.banner-swiper-prev {
    left: 110px;
    background-image: url(../static/index/arrow-left.svg);
}

.banner-swiper-next {
    right: 110px;
    background-image: url(../static/index/arrow-right.svg);
}

.swiper-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.scroll-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    pointer-events: none;
    bottom: 45px;
    z-index: 2;
}

.scroll-box p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
}

.scroll-img {
    width: 24px;
    margin-bottom: 20px;
}

.scroll-line {
    width: 1px;
    height: 50px;
    display: block;
    background-color: #FFF;
}

/* ------------------index-news------------------------- */

.index-news-block {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}

.index-news-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-news-box h2 {
    padding: 0 50px;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.index-news-box h2:after {
    content: '';
    width: 1px;
    height: 40px;
    display: block;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
}

.index-news-list-box {
    width: 755px;
    max-width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.index-news-list a {
    display: flex;
}

.index-news-list h3,
.index-news-list h4 {
    font-size: 16px;
    color: #141414;
}

.index-news-list h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    max-height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-news-list h3 {
    padding-right: 30px;
}

.index-news-list-box .slick-prev:before,
.index-news-list-box .slick-next:before {

    content: '';
}

.index-news-list-box .slick-prev,
.index-news-list-box .slick-next {
    width: 9px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
}

.index-news-list-box .slick-prev {
    left: inherit;
    right: 40px;
    background-image: url('../static/index/news-prev.svg');
}

.index-news-list-box .slick-next {
    right: 0;
    background-image: url('../static/index/news-next.svg');
}

/* --------------------index-about------------------------ */

.index-about-block {
    padding: 150px 0;
    position: relative;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.index-about-bg {
    position: absolute;
    width: 18%;
    max-width: 330px;
}

.bg-left {
    top: -5%;
    left: -6%;
}

.bg-right {
    bottom: 0%;
    right: -2%;
}

.index-about-box {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.index-about-left {
    width: 600px;
}

.index-about-title-box {
    padding-top: 20px;
}

.index-about-title-info {
    display: flex;
    margin-top: 50px;
    margin-bottom: 55px;
}

.index-about-title-info-line {
    width: calc(100% - 400px);
    display: block;
    position: relative;

}

.index-about-title-info-line:after {
    content: '';
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    right: 35px;
    top: 12px;
    background: #152c7d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #152c7d 0%, #1f41ba 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #152c7d 0%, #1f41ba 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #152c7d 0%, #1f41ba 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c7d', endColorstr='#1f41ba', GradientType=0);
    /* IE6-9 */
}

.index-about-title-info p {
    width: 400px;
    color: #141414;
    font-size: 18px;
    line-height: 1.6;
}

.index-about-link {
    width: 180px;
    max-width: 100%;
    float: right;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #000F9F;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.index-about-right {
    width: calc(100% - 600px);
    padding-left: 90px;
    box-sizing: border-box;
}

.index-about-info-list {
    width: 680px;
    max-width: 100%;
    background: linear-gradient(#FFF, transparent);
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.index-about-info-list:last-child {
    margin-bottom: 0;
}

.index-about-info-list h3 {
    width: 175px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 70px;
    font-weight: 600;
    line-height: 0.7;
}

.index-about-info {
    width: calc(100% - 175px);
}

.index-about-info h4 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.index-about-info p {
    font-size: 16px;
    color: #141414;
}

.index-about-info-list:after {
    content: '';
    width: 46px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    right: -23px;
    background-image: url(../images/index/about-link.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #000F9F;
    transition: all .5s ease;
    opacity: 0;
}

.index-about-info-list:hover:after {
    opacity: 1;
}

/* ------------------index-products-------------------- */

.index-products-seach-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 130px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../static/index/index-products-bg.png);
    background-size: cover;
}

.index-products-seach-left {
    padding-right: 65px;
    position: relative;
    box-sizing: border-box;
}

.index-products-seach-left:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.index-products-seach-left h2 {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    line-height: 28px;
    margin-bottom: 25px;
}

.index-products-seach-left p {
    font-size: 16px;
    color: #FFF;
    opacity: 0.5;
    margin-bottom: 40px;
    width: 500px;
    max-width: 100%;
}

.index-products-seach {
    width: 500px;
    max-width: 100%;
    border: 1px solid rgba(230, 230, 230, 0.5);
    border-radius: 10px;
    padding: 4px 0px 4px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.index-products-seach input {
    border: none;
    background-color: transparent;
    color: #FFF;
    width: calc(100% - 100px);
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 16px;
}

.index-products-seach input::placeholder {
    /* CSS 3 標準 */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.index-products-seach input::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.index-products-seach input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.index-products-seach input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    opacity: 1;
}

.index-products-seach button {
    width: 100px;
    font-weight: 400;
    font-size: 30px;
    border: none;
    background-color: transparent;
    color: #FFF;
    position: relative;
    cursor: pointer;
}

.index-products-seach button:after {
    content: '';
    width: 1px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
}

.index-products-seach-right {
    width: 850px;
    max-width: 100%;
    padding-left: 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    font-size: 0;
}

.rwd-more-link {
    display: none;
}

.index-products-seach-select {
    width: 380px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}

.index-products-seach-select:nth-child(even) {
    margin-right: 0;
}

.index-products-seach-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}

.index-products-seach-select .btn-light {
    background-color: transparent;
    color: #FFF;
    border-color: rgba(230, 230, 230, 0.5);
    height: 60px;
    font-size: 16px;
    border-radius: 10px;
    padding: 0 20px;
}

.index-products-seach-select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.index-products-seach-select .dropdown-item {
    box-sizing: border-box;
}

.index-products-seach-select .dropdown-toggle::after {
    border: 0;
    width: 16px;
    height: 10px;
    background-image: url(../static/index/select-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.index-products-seach-select .btn-light:not(:disabled):not(.disabled).active,
.index-products-seach-select .btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #FFF;
}

.index-products-seach-select .bootstrap-select > .dropdown-toggle:hover {
    background-color: #000F9F;
}

.index-products-seach-button {
    width: 100px;
    height: 60px;
    border: 1px solid rgba(230, 230, 230, 0.5);
    background-color: transparent;
    font-size: 30px;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    transition: all .5s ease;
}

.index-products-seach-button:hover {
    background-color: #000F9F;
    border: 1px solid rgba(230, 230, 230, 1);
}

.index-products-list-block {
    padding-left: 400px;
    box-sizing: border-box;
}

.index-products-block {
    position: relative;
    z-index: 1;
}

.index-products-box {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index-products-list {
    padding: 47px 65px;
    box-sizing: border-box;
    position: relative;
    height: 500px;
}

.index-products-list::before {
    content: '';
    width: 231px;
    height: 54px;
    background-image: url(../static/index/index-products-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -54px;
    left: calc(50% - 115px);
    opacity: 0;
    transition: all .5s ease;
}

.swiper-slide-active.index-products-list::before {
    opacity: 1;
}

.index-products-list:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgb(245, 245, 245);
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}

.index-products-list.swiper-slide-prev:after {
    display: none;
}

.index-products-list-info {
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
}

.index-products-list-info h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    max-height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-products-list-info p {
    font-size: 16px;
    color: #323232;
    opacity: 0.5;
    font-weight: 300;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-products-button {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #000F9F;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000F9F;
    font-size: 20px;
    top: 225px;
    z-index: 3;
    cursor: pointer;
}

.index-products-prev {
    left: 5%;
}

.index-products-next {
    right: 5%;
}

.index-products-prev .icon-left-open-big:before,
.index-products-next .icon-right-open-big:before {
    font-weight: bold;
}

.index-products-info-box {
    padding: 80px 0;

    width: 100%;

}

.index-products-info-bg {
    width: 100%;
    height: calc(100% - 500px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f5f5f5 10%, #f5f5f5 90%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #f5f5f5 10%, #f5f5f5 90%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #f5f5f5 10%, #f5f5f5 90%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.index-products-info-box {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.index-products-info {
    width: 100%;
    display: flex;
}

.info-left {
    width: 375px;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 20px;
}

.info-left h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-left h4 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 15px;
}

.info-left p {
    width: 300px;
    max-width: 100%;
    font-size: 16px;
    color: #323232;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 25px;
}

.index-products-more {
    width: 180px;
    height: 60px;
    border-radius: 30px;
    background-color: #FFF;
    color: #000F9F;
    display: block;
    text-align: center;
    line-height: 60px;
}

.info-right {
    width: calc(100% - 375px);

}

.info-right ul {
    width: 995px;
    max-width: 100%;
    list-style: none;
}

.info-right ul li a {
    display: flex;
    padding: 20px 25px 20px 13px;
    box-sizing: border-box;
    transition: all .5s ease;
    border-radius: 15px;
}

.info-right ul li a:hover {
    background-color: #FFF;
}

.info-right ul li span {
    width: 21px;
    height: 2px;
    display: block;
    background-color: #000F9F;
    margin-top: 13px;
}

.index-products-info-list {
    width: calc(100% - 21px);
    padding-left: 15px;
    padding-right: 70px;
    box-sizing: border-box;
    position: relative;
}

.index-products-info-list h3,
.index-products-info-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.index-products-info-list h3 {
    font-size: 20px;
    color: #323232;
}

.index-products-info-list p {
    font-size: 16px;
    color: #323232;
    opacity: 0.5;
}

.index-products-info-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000F9F;
    position: absolute;
    top: calc(50% - 20px);
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000F9F;
}

.index-products-info-link .icon-right-open-big:before {
    font-weight: bold;
}

.swiper-fade .swiper-slide {
    opacity: 0!important;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    opacity: 1!important;
}

/* ----------------------index連結-------------------------------- */

.index-link-block {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.index-link-list {
    width: calc(100% / 3);
}

.index-link-info {
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.index-link-info h3 {
    font-size: 26px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 12px;
}

.index-link-info p {
    font-size: 16px;
    color: #323232;
    opacity: 0.5;
}

.index-contact-block {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background-image: url(../static/index/index-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.index-contact-box {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
}

.index-contact-left,
.index-contact-right {
    width: 50%;
}

.index-contact-right {
    font-size: 0;
}

.index-contact-left {
    padding-right: 80px;
    box-sizing: border-box;
}

.index-contactinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.index-contactinfo:last-child {
    margin-bottom: 0;
}

.index-contactinfo span {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.index-contactinfo .mail {
    font-size: 22px;
    color: #FFF;
}

.index-contactinfo .user {
    background-image: url(../static/index/user-icon.svg);
    background-size: 23px;
}

.index-contactinfo p {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
}

.index-contact-list {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index-contact-list:first-child {
    padding-top: 0;
}

.index-contact-list:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.index-contact-list span {
    width: 14px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.index-contact-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 29px);
}

.index-contact-list h2 {
    font-size: 18px;
    color: #FFF;
}

.index-contact-info p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

/* ---------------------footer--------------------------- */

.top-box {
    position: fixed;
    z-index: 3;
    right: 35px;
    bottom: 35px;
    transition: all .5s ease;
    opacity: 0;
}

.top-box.active {
    opacity: 1;
}

.top-community {
    display: flex;
    flex-direction: column;
    padding: 25px 14.5px;
    border-radius: 30px;
    background-color: #000;
}

.top-community a i,
.top-link i {
    color: #32D3A3;
}

.top-community a {
    margin-bottom: 20px;
}

.top-community a:last-child {
    margin-bottom: 0;
}

.top-link {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #000;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.top-link i:before {
    font-weight: bold;
}

.privacy-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    align-items: center;
    bottom: 0;
    left: 0;
    padding: 15px 50px;
    background: #152c7d;
    background: -moz-linear-gradient(left, #152c7d 0%, #1f41ba 100%);
    background: -webkit-linear-gradient(left, #152c7d 0%, #1f41ba 100%);
    background: linear-gradient(to right, #152c7d 0%, #1f41ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c7d', endColorstr='#1f41ba', GradientType=1);
}

.privacy-box p {
    font-size: 16px;
    color: #FFF;
    width: calc(100% - 120px);
    padding-right: 20px;
    box-sizing: border-box;
}

.privacy-box p span {
    cursor: pointer;
    text-decoration: underline;
}

.privacy-check {
    width: 120px;
    max-width: 100%;
    height: 50px;
    display: block;
    border-radius: 30px;
    background-color: #FFF;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #152C7D;
    font-weight: 500;
    cursor: pointer;
}

.fiexd-privacy-block {
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.fiexd-privacy-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fiexd-privacy-box {
    width: 100%;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
}

.fiexd-privacy {
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 10px;
    padding: 55px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.fiexd-privacy-box .line {
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
    display: block;
    margin: 25px 0;
}

.fiexd-privacy-box .edit-box {
    font-size: 15px;

}

.fiexd-privacy-box .edit-box * {

    word-break: break-word;
}

.fiexd-privac-list {
    list-style: none;
    margin-bottom: 20px;
}

.fiexd-privac-list li {
    display: flex;
    margin-bottom: 20px;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}

.fiexd-privac-list li:last-child {
    margin-bottom: 0;
}

.fiexd-privac-list li {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
    color: #646464;
}

.fiexd-privac-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #323232;
    margin: 9px 15px 0 15px;
}

.fiexd-privacy-out {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E1E1E;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.fiexd-privacy-out i {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.footer-box {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 110px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #1E1E1E;
}

.footer-logo {
    width: 200px;
    max-width: 100%;
}

.footer-top p {
    width: 990px;
    max-width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.footer-community-list i {
    color: #5FE6BE;
    font-size: 20px;
}

.footer-community-list {
    margin-right: 30px;
}

.footer-community-list:last-child {
    margin-right: 0;
}

.footer-info-box {
    padding: 55px 0;
    display: flex;
    border-bottom: 1px solid #1E1E1E;
}

.footer-info-left {
    width: calc(100% - 320px);
}

.footer-info-right {
    width: 320px;
}

.footer-info-list-block {
    display: flex;
}

.footer-info-list-title {
    font-size: 20px;
    color: #FFF!important;
    font-weight: 400;
    margin-bottom: 35px;
    display: inline-block;
}

.footer-info-list {
    margin-top: 70px;
}

.footer-info-list-box:last-child .footer-info-list {
    margin-top: 0
}

.footer-info-list-box:last-child .footer-info-list:first-child {
    margin-bottom: 35px;
}

.footer-info-list:first-child {
    margin-top: 0;
}

.footer-info-list li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

.footer-info-list li,
.footer-info-s-list ul li {
    margin-bottom: 10px;
}

.footer-info-s-list ul li:last-child {
    margin-bottom: 0;
}

.footer-info-list li:last-child {
    margin-bottom: 0;
}

.footer-info-s-list-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3)!important;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-info-s-list ul {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.footer-info-list-box {
    font-size: 0;
}

.footer-info-s-list ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

.footer-info-s-list {
    display: inline-block;
    vertical-align: top;
}

.footer-info-add {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 20px;
    display: block;
    box-sizing: border-box;
}

.footer-link-list {
    display: flex;
    margin-bottom: 20px;
}

.footer-link-list:last-child {
    margin-bottom: 0;
}

.footer-link-list span {
    width: 18px;
    display: block;
}

.footer-link-list p {
    width: calc(100% - 18px);
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-info-add {
    margin-bottom: 20px;
}

.footer-subscription-box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #1E1E1E;
}

.footer-subscription-box h3 {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 15px;
}

.footer-subscription {
    width: 100%;
    border: 1px solid #646464;
    display: flex;
    box-sizing: border-box;
}

.footer-subscription input {
    border: 0;
    width: calc(100% - 65px);
    padding: 0 25px;
    box-sizing: border-box;
    background-color: transparent;
    color: #FFF;
    font-size: 16px;
}

.footer-subscription input::placeholder {
    /* CSS 3 標準 */
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.footer-subscription input::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.footer-subscription input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.footer-subscription input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    opacity: 1;
}

.footer-subscription button {
    width: 65px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-image: url(../static/home/mail-2.svg);
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.footer-copyright {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright-left {
    display: flex;
}

.footer-copyright-left p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
    padding-right: 15px;
    position: relative;
}

.footer-copyright-left p:after,
.footer-copyright-left a:after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    background-color: rgba(255, 255, 255, 0.3);
    ;
}

.footer-copyright-left a {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
    position: relative;
}

.footer-copyright-left a:last-child:after {
    display: none;
}

.footer-copyright-right {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
}

.top-box.gottop_bottom {
    bottom: 115px;
}

/* ----------------------company------------------------------- */

.page-banner-block {

    position: relative;
}

.page-banner-title {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner-img {
    width: 100%;
    height: 400px;
}

.page-banner-title h3 {
    font-size: 80px;
    color: #FFF;
    font-weight: 500;
    margin-top: 30px;
}

.peeling-block {
    box-shadow: 0px 0px 17px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.peeling-box {
    width: 1500px;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 18px 0;

}

.peeling-list {
    color: #8C8C8C!important;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;

}

.peeling-list:last-child {
    color: #141414!important;
}

.peeling-list:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: -6px;
    top: calc(50% - 8px);
    background-image: url(../static/company/peeling-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.peeling-list:last-child:after {
    display: none;
}

.peeling-list:first-child {
    padding-left: 0;
}

.overview-block {
    position: relative;
    padding-top: 35px;
}

.rwd-overview-class {
    display: none;
}

.overview-class-block {
    z-index: 1;
    position: relative;
}

.overview-img-box,
.overview-class-box {
    position: relative;
    z-index: 1;
}

.overview-bg {
    width: 100%;
    height: 640px;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 95%);

}

.overview-class-box {
    text-align: center;
}

.overview-class {
    font-size: 16px;
    color: #646464;
    padding: 0px 30px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
}

.overview-class.active {
    background-color: #000F9F;
    color: #FFF;
}

.overview-class:last-child {
    margin-right: 0;
}

.overview-img-box {
    width: 1360px;
    max-width: 100%;
    padding-top: 55px;
    padding-bottom: 100px;
    margin: 100px auto 0 auto;
    border-bottom: 1px solid #DCDCDC;
}

.overview-img {
    width: 690px;
    max-width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 18px 18px rgb(0 0 0 / 30%);
    z-index: 1;
}

.overview-img img {
    vertical-align: middle;
}

.overview-img-info-block {
    width: 756px;
    min-height: 460px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 110px 20px 140px;
    float: right;
    background: -moz-linear-gradient(left, #152c7d 0%, #1f41ba 100%);
    background: -webkit-linear-gradient(left, #152c7d 0%, #1f41ba 100%);
    background: linear-gradient(to right, #152c7d 0%, #1f41ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c7d', endColorstr='#1f41ba', GradientType=0);
    box-sizing: border-box;

}

.overview-img-info-block h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.overview-img-info-box {
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
}

.overview-img-info-box > span {
    width: 30px;
    height: 1px;
    display: block;
    background-color: #FFF;
    margin-top: 17px;
}

.overview-img-info {
    width: calc(100% - 50px);
    padding: 0 20px;
    box-sizing: border-box;
}

.overview-img-info h3 {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
}

.overview-img-info p {
    font-size: 15px;
    color: #FFF;
}

.overview-info-box {
    width: 1360px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 95px 0;
}

.overview-info-left {
    width: calc(100% - 870px);
    padding-right: 80px;
    box-sizing: border-box;
}

.overview-info-right {
    width: 870px;
}

.overview-info-left h3 {
    font-size: 50px;
    color: #323232;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 50px;
}

.overview-info-left p {
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    line-height: 1.4;
}

.overview-info-left p:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #000F9F;
    top: 0;
    left: 18px;
}

.overview-info-boss {
    float: right;
    width: 300px;
    max-width: 100%;

}

.overview-info-p-box {
    float: left;
    width: calc(100% - 300px);
    padding-right: 60px;
    box-sizing: border-box;
}

.overview-info-right p {
    font-size: 15px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}

.overview-info-right > p {
    float: left;
}

.overview-info-right > p:last-child {
    margin-bottom: 0;
}

.certificate-block {
    width: 100%;
    padding: 90px 0 10px 0;
    background-color: #F5F5F5;
}

.certificate-block h3 {
    font-size: 50px;
    color: #323232;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.certificate-list-box {
    width: 1360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.certificate-list-box {
    font-size: 0;
}

.certificate-list {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    max-width: 100%;
    margin-right: 80px;
    margin-bottom: 80px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4)
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: calc(50% - 375px);

}

a[class*='lightcase-icon-']:before {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
    right: calc(50% - 375px);
}

#lightcase-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

a[class*='lightcase-icon-'] {
    font-size: 50px;
}

a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
    color: #FFF;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 60px;
    right: 60px;
}

#lightcase-info {
    display: none!important;
}

.history-block,
.declaration-block,
.news-block,
.member-block {
    padding: 35px 0px 100px 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

.history-box {
    width: 1500px;
    max-width: 100%;
    margin: 50px auto 0 auto;
}

.history-info ul,
.history-info ul li {
    list-style: none;
}

.history-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease;
    border: 2px solid transparent;

}

.history-list:hover {
    border: 2px solid #5FE6BE;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 40%)
}

.history-list-year {
    width: 160px;
    font-size: 40px;
    color: #000F9F;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.history-list-year:after {
    content: '';
    width: 1px;
    height: calc(100% - 90px);
    display: block;
    background-color: #DCDCDC;
    position: absolute;
    right: 0;
    top: 45px;
}

.history-info-box {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.history-img-block {
    width: 400px;
    max-width: 100%;
    height: 100%;
}

.history-img-block .slick-slider,
.history-img-block .slick-list,
.history-img-block .slick-track {
    height: 100%;
}

.history-info {
    flex: 1;
    padding: 0 25px;
    box-sizing: border-box;
}

.history-info ul li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.history-info ul li:last-child {
    margin-bottom: 0;
}

.history-img-block .slick-list {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.history-info ul li:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #646464;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    left: 0;
    top: 0;
}

.history-info-year {
    width: 45px;
    font-size: 15px;
    color: #323232;
    font-weight: 500;
    margin-right: 20px;
}


.history-info-year + p {
    width: calc(100% - 80px);
}

.history-info ul li p {
    font-size: 15px;
    color: #646464;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.history-info ul li p a {
    color: #000F9F;
    text-decoration: underline;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-weight: bold;
}

.history-img-block .slick-prev:before,
.history-img-block .slick-next:before {
    content: '';
}

.history-img-block .slick-prev,
.history-img-block .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000F9F;
    background-color: #FFF;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    transition: all .5s ease;
}

.history-img-block .slick-prev {
    left: -14px;
    background-image: url(../static/company/arrow-prev-blue.png);
}

.history-img-block .slick-next {
    right: -17px;
    background-image: url(../static/company/arrow-next-blue.png);
}

.history-list:hover .history-img-block .slick-prev {
    background-image: url(../static/company/arrow-prev-white.png);
    background-color: #5FE6BE;
    border: 1px solid #5FE6BE;
}

.history-list:hover .history-img-block .slick-next {
    background-image: url(../static/company/arrow-next-white.png);
    background-color: #5FE6BE;
    border: 1px solid #5FE6BE;
}

.no-img {
    padding: 45px 0;
}

.no-img .history-list-year:after {
    height: 100%;
    top: 0;
}

.declaration-box {
    width: 1360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 80px;
}

.declaration-box p {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
}

.declaration-box a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    color: #000F9F;
    font-weight: bold;
}

.declaration-title {
    font-size: 50px;
    color: #323232;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.declaration-list {
    padding: 25px 0;
    border-bottom: 1px solid #DCDCDC;
}

.declaration-list:last-child {
    border-bottom: 0;
}

.declaration-list ul {
    padding-left: 40px;
    box-sizing: border-box;
}

.declaration-list ul li {
    margin-bottom: 10px;
}

.declaration-list ul li:last-child {
    margin-bottom: 0;
}

.rwd-overview-class {
    display: none;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    position: relative;
    background-color: #FFF;
}

.rwd-overview-class:after {
    content: '';
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 12px solid #1f40b8;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

/* -----------------news-block--------------------------- */

.news-class-block {

    width: 95%;
    margin: 0 auto;
}

.news-class-block .overview-class-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.news-class-left {
    max-width: calc(100% - 380px);
    padding-right: 30px;
    position: relative;
    box-sizing: border-box;
}

.news-class-right {
    width: 380px;
    max-width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

.news-class-left:after {
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #DCDCDC;
    position: absolute;
}

.news-box {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

.news-top {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.news-top .news-img {
    width: 660px;
    max-width: 100%;
    height: 440px;
    overflow: hidden;
}

.news-img {
    height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news-img img {
    position: absolute;
    top: 0;
    left: 0;
}

.news-top .news-info {
    width: 550px;
    max-width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
}

.news-time {
    font-size: 15px;
    color: #969696;
    margin-bottom: 10px;
}

.news-top .news-time {
    text-align: left;
}

.news-time .time {
    padding-right: 15px;
    position: relative;
    display: inline;
    vertical-align: middle;
}

.news-time .time:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background-color: #969696;
    position: absolute;
    top: 0;
    right: 0;
}

.news-time span {
    padding-left: 15px;
}

.news-top .news-info h2 {
    font-size: 26px;
}

.news-info h2 {
    font-weight: 600;
    line-height: 1.2;
}

.news-list-line {
    width: 58px;
    max-width: 100%;
    height: 2px;
    margin: 15px 0;
    background-color: #000F9F;
}

.news-info p {
    font-size: 15px;
    max-height: 72px;
    overflow: hidden;
    color: #646464;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-bg-1 {
    width: 20%;
    max-width: 330px;
    position: absolute;
    left: 0;
    top: 0;
}

.new-bg-2 {
    width: 20%;
    max-width: 330px;
    position: absolute;
    right: 0;
    top: 220px;
}

.stars-list {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../static/news/stars-zero.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.stars-list:last-child {
    margin-right: 0;
}

.stars-block {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.stars-block h5 {
    font-size: 15px;
    color: #969696;
    margin-left: 25px;
}

.news-list-block {
    margin-top: 50px;

    border-top: 1px solid #DCDCDC;
}

.news-list-box {
    font-size: 0;
}

.news-list {
    width: 340px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 46px;
    margin-bottom: 46px;
}

.news-img {
    width: 100%;
}

.news-list .news-img {
    padding-bottom: 66.76%;
}

.news-list .news-info {
    margin-top: 25px;
    padding: 0 20px;
    box-sizing: border-box;
}

.news-list .news-info h2 {
    font-size: 20px;
    text-align: center;
}

.news-list .news-list-line {
    margin: 15px auto;
}

.stars-10 .stars-list:nth-child(1),
.stars-15 .stars-list:nth-child(1),
.stars-20 .stars-list:nth-child(1),
.stars-20 .stars-list:nth-child(2),
.stars-25 .stars-list:nth-child(1),
.stars-25 .stars-list:nth-child(2),
.stars-30 .stars-list:nth-child(1),
.stars-30 .stars-list:nth-child(2),
.stars-30 .stars-list:nth-child(3),
.stars-35 .stars-list:nth-child(1),
.stars-35 .stars-list:nth-child(2),
.stars-35 .stars-list:nth-child(3),
.stars-40 .stars-list:nth-child(1),
.stars-40 .stars-list:nth-child(2),
.stars-40 .stars-list:nth-child(3),
.stars-40 .stars-list:nth-child(4),
.stars-45 .stars-list:nth-child(1),
.stars-45 .stars-list:nth-child(2),
.stars-45 .stars-list:nth-child(3),
.stars-45 .stars-list:nth-child(4),
.stars-50 .stars-list {
    background-image: url(../static/news/stars.png);
}

.stars-15 .stars-list:nth-child(2),
.stars-25 .stars-list:nth-child(3),
.stars-35 .stars-list:nth-child(4),
.stars-45 .stars-list:nth-child(5) {
    background-image: url(../static/news/stars-half.png);
}

.news-sort-box {
    padding: 25px 0;
    font-size: 0;
}

.news-sort-select {
    width: 170px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.news-sort-select:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #969696;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}

.news-sort-select .dropdown-toggle::after {
    border-top: 0.35em solid #000F9F;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    border-left: 0.35em solid transparent;
}

.news-sort-select .dropdown-item {
    box-sizing: border-box;
}

.news-sort-select .filter-option-inner-inner {
    font-size: 16px;
    color: #646464;
}

.news-sort-select .bootstrap-select {
    width: 170px!important;
    max-width: 100%!important;
}

.news-sort-select .bootstrap-select > .dropdown-toggle {
    border: none!important;
    background-color: transparent!important;
}

.news-sort-select .btn {
    padding: 5px 35px 5px 0;
}

.time-sort .btn {
    padding: 5px 35px 5px 25px;
}

.news-search-box {
    width: calc(100% - 350px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    box-sizing: border-box;
}

.news-search-box input {
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.news-search-box input::placeholder {
    color: #646464;
}

.news-search-box button {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-image: url(../static/news/news-search.png);
    border: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.news-search-box input {
    max-width: calc(100% - 20px);
}

.stars-box {
    line-height: 24px;
}

.page-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.page-button {
    font-size: 14px;
    color: #B4B4B4;
    transition: all .5s ease;
}

.page-button:first-child {
    margin-right: 40px;
}

.page-button:last-child {
    margin-left: 30px;
}

.page-button i:before {
    font-weight: bold;
}

.page-list {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .5s ease;
    margin-right: 10px;
}

.page-more {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    box-sizing: border-box;
    margin-right: 10px;
}

.page-list.active,
.page-list:hover {
    background-color: #B4B4B4;
    color: #FFF;
}

.news-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 55px 0;

}

.new-box {
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.news-time {
    text-align: center;
}

.new-page-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.new-page-link-box {
    text-align: center;
    margin: 35px 0;
    font-size: 0;
}

.new-page-back {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #000F9F;
    transition: all .5s ease;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 30px;
}

.new-community-icon {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.new-community-icon img {
    vertical-align: middle;
}

.new-page-community {
    padding: 0 30px;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.new-page-community:after,
.new-page-link-box .stars-block:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DCDCDC;
}

.new-page-link-box .stars-block {
    margin-top: 0;
    position: relative;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.new-page-link-box .stars-block h5,
.new-page-link-box .stars-box {
    display: inline-block;
    vertical-align: middle;

}

.new-community-icon {
    margin-right: 20px;
}

.new-community-list {
    margin-right: 20px;
    font-size: 16px;
    color: #5FE6BE;
    transition: all .5s ease;
    display: inline-block;
    vertical-align: middle;
}

.new-community-list:hover {
    color: #000F9F;
}

.new-community-list:last-child {
    margin-right: 0;
}

.write-review-box {
    width: 120px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    margin-left: 30px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #FFF;
    color: #969696;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.write-review-box:hover {
    background-color: #000F9F;
    color: #FFF;
}

.new-info {
    padding: 70px 95px;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.new-info:before {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #000F9F;
    position: absolute;
    top: 0;
    left: 0;
}

.new-info:after {
    content: '';
    width: 1000px;
    max-width: 100%;
    height: 3px;
    display: block;
    background-color: #000F9F;
    position: absolute;
    bottom: 0;
    left: calc(50% - 500px);
}

.new-page-button-box {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.new-page-button-box {
    display: flex;
    align-items: center;
}

.new-page-button {
    width: calc(50% - 50px);
    padding: 0 20px;
    box-sizing: border-box;
}

.new-page-button span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    background-color: #000F9F;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 14px;
}

.new-page-button a {
    display: inline-block;

}

.new-page-button p {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.new-page-prev span {
    margin-right: 15px;
}

.new-page-next span {
    margin-left: 15px
}

.new-page-button:last-child {
    text-align: right;
}

.new-page-button-back-box {
    width: 100px;
    max-width: 100%;
    text-align: center;
}

.new-page-button-back {
    font-size: 15px;
    font-weight: 600;
    color: #323232;
}

/* ------------------彈跳視窗----------------------- */

.fixed-block {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.fixed-block.active {
    display: flex;
}

.fixed-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fixed-box {
    width: 800px;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    border-radius: 10px;
    padding: 50px 100px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
}

.fixed-box h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
}

.fixed-input {
    width: 100%;
    display: block;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.fixed-input::placeholder,
.fixed-check-input::placeholder {
    font-weight: 500;
    color: #646464;
}

.fixed-check-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
}

.fixed-check-input {
    width: calc(100% - 115px);
    padding: 0 20px;
    box-sizing: border-box;
    height: 58px;
    border: none;
}

.fixed-check-img {
    width: 115px;
    max-width: 100%;
    display: flex;
    cursor: pointer;
}

.fixed-button {
    width: 200px;
    max-width: 100%;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-color: #000F9F;
    text-align: center;
    color: #FFF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    line-height: 60PX;
    transition: all .5s ease;
}

.fixed-button:hover {
    background-color: #000;
}

.fixed-link-box {
    margin-top: 20px;
    text-align: center;
}

.fixed-link {
    font-size: 16px;
    color: #646464;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .5s ease;
}

a.fixed-link:hover {
    color: #000F9F;
}

.fixed-link:after {
    content: '';
    width: 1px;
    height: 15px;
    display: block;
    background-color: #969696;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
}

.fixed-link:last-child:after {
    display: none;
}

.fixed-close-button {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background-color: #000;
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.write-star {
    width: 32px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
}

.write-star:last-child {
    margin-right: 0;
}

.write-star input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.write-star label {
    width: 100%;
    height: 100%;
    background-image: url(../static/news/write-stars-zero.png);
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.write-star-box {
    text-align: center;
}

.write-star input:checked + label {
    background-image: url(../static/news/write-stars.png)
}

.stars-10 .write-star:nth-child(1) label,
.stars-20 .write-star:nth-child(1) label,
.stars-20 .write-star:nth-child(2) label,
.stars-30 .write-star:nth-child(1) label,
.stars-30 .write-star:nth-child(2) label,
.stars-30 .write-star:nth-child(3) label,
.stars-40 .write-star:nth-child(1) label,
.stars-40 .write-star:nth-child(2) label,
.stars-40 .write-star:nth-child(3) label,
.stars-40 .write-star:nth-child(4) label,
.stars-50 .write-star label {
    background-image: url(../static/news/write-stars.png);
}

.write-button-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.write-button {
    width: 200px;
    height: 60px;
    border: none;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}

.write-button:last-child {
    margin-right: 0;
}

.write-submit {
    background-color: #000F9F;
    margin-right: 35px;
}

.write-cancel {
    background-color: #323232;
}

.write-ok-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.write-ok-img {
    width: 150px;
    max-width: 100%;
}

.write-ok-img-box h5 {
    font-size: 20px;
    color: #323232;
    text-align: center;
    font-weight: 500;
    margin: 25px 0;
}

.related-box {
    width: 1500px;
    max-width: 100%;
    display: block;
    margin: 40px auto 0 auto;
    border-top: 1px solid #DCDCDC;
}

.related-title {
    font-size: 30px;
    color: #323232;
    padding: 30px 0;
    font-weight: 500;
}

.related-list-box {
    font-size: 0;
}

.related-list {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.333333%;
    margin-bottom: 1.333333%;
}

.related-list-img {
    transition: all .5s ease;
}

.related-list:hover .related-list-img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.related-list:hover h3 {
    color: #000F9F;
}

.related-list h3 {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    transition: all .5s ease;
}

.subscription-title {
    font-size: 30px;
    color: #323232;
    padding-top: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.subscription-p {
    color: #646464;
    font-size: 15px;
    margin-bottom: 35px;
}

.subscription-input {
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFF;
}

.subscription-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 40px auto 0 auto;
    border-top: 1px solid #DCDCDC;
}

.subscription-input-title {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.subscription-input-title span {
    color: #D4251F;
}

.subscription-input-text {
    border: none;
    font-size: 18px;
    background-color: transparent;
    padding: 0 20px 0 0;
}

.subscription-betwen {
    display: flex;
    align-items: center;
}

.subscription-betwen .subscription-input {
    width: 49%;
    margin-right: 2%;
}

.subscription-betwen .subscription-input:last-child {
    margin-right: 0%;
}

.subscription-ps {
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #646464;
    font-size: 15px;
}

.subscription-checkbox-box {
    padding: 0 20px;
    box-sizing: border-box;
}

.subscription-checkbox-box .subscription-input-title {
    padding: 0;
}

.subscription-checkbox-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
}

.subscription-checkbox-list:last-child {
    margin-right: 0;
}

.subscription-checkbox-list input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    display: block;
    pointer-events: none;
}

.subscription-checkbox-label {
    font-size: 15px;
    color: #646464;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}

.subscription-checkbox-label:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    border-radius: 3px;
    position: absolute;
    bottom: calc(50% - 8px);
    left: 0;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.subscription-checkbox-list input[type=checkbox]:checked + .subscription-checkbox-label:after {
    background-image: url(../static/news/check.png);
}

.subscription-verification-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.subscription-verification-box .subscription-input {
    width: 405px;
    max-width: calc(100% - 145px);
}

.subscription-verification-img {
    margin-left: 25px;
}

.subseribe-button {
    width: 180px;
    height: 60px;
    border-radius: 30px;
    background-color: #000F9F;
    color: #FFF;
    border: none;
    cursor: pointer;
}

.subseribe-button:hover {
    background-color: #000;
    transition: all .5s ease!important;
}

.subscription-form-box {
    padding-bottom: 50px;
}

.subscription-ok-title {
    font-size: 40px;
    color: #323232;
    font-weight: 600;
    text-align: center;
    margin: 20px;
}

/* -----------------------support---------------------------------- */

.support-box,
.member-box,
.contact-box {
    width: 1500px;
    max-width: 100%;
    display: block;
    margin: 40px auto 0 auto;
    border-top: 1px solid #DCDCDC;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.support-box {
    font-size: 0;
}

.support-left {
    width: 290px;
    max-width: 100%;
}

.support-right {
    width: calc(100% - 290px);
}

.support-left,
.support-right {
    display: inline-block;
    vertical-align: top;
}

.support-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.support-top > h3 {
    font-size: 30px;
    color: #323232;
    line-height: 1.2;
    font-weight: 500;
}

#catalog .support-left {
    width: 340px;
    max-width: 100%;
}

#catalog .support-right {
    width: calc(100% - 340px);
}

.support-class-box {
    width: 230px;
    max-width: 100%;
}

.support-class {
    width: 230px;
    max-width: 100%;
    list-style: none;
}

.support-class li {
    width: 100%;
    list-style: none;
    font-size: 18px;
    padding: 15px;
    border-top: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.support-class li:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.support-class li.active {
    color: #000F9F;
}

.support-class li a {
    font-weight: 600;
}

.download-button-box {
    width: 300px;
    max-width: 100%;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    background-color: #000F9F;
    color: #FFF;
    box-sizing: border-box;
}

.catalog-list-box {
    clear: both;
    width: 100%;

}

.download-button-box {
    font-size: 16px;

}

.support-download,
.support-clear {
    background-color: transparent;
    border: 0;
    color: #FFF;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer;
}

.support-download {
    width: calc(100% - 92px);
    position: relative;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

.support-download:after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.support-download i {
    margin-right: 5px;
}

.support-clear {
    width: 92px;
    padding: 0 20px;
    text-align: left;
}

.catalog-list {
    width: 22.415%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3.4%;
    margin-bottom: 3.4%;
}

.catalog-list-img {
    width: 100%;
    height: 0;
    padding-bottom: 141.16%;
    position: relative;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);

}

.catalog-list-img:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;

}

.catalog-list:hover .catalog-list-img:after {
    border: 3px solid #5FE6BE;
}

.catalog-list-img img {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-list > h3 {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    text-align: center;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.catalog-list-download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    box-sizing: border-box;
    width: 100%;
}

.catalog-download-select {
    position: relative;

}

.catalog-download-select > input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.catalog-list-download-box .catalog-label-checkbox {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s ease;
}

.catalog-select-label .catalog-label-checkbox {
    position: relative;

}

.catalog-select-label .catalog-label-checkbox:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #000F9F;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    transition: all .5s ease;
}

.catalog-list-download-box .catalog-label-p {
    font-size: 16px;
    color: #000F9F;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.catalog-list-download span {
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    color: #000F9F;
}

.catalog-download-select input:checked + label .catalog-label-checkbox:after {
    background-color: #000F9F;
    background-image: url(../static/support/checked.png);
}

.catalog-download-select input:checked + label .catalog-label-checkbox,
.catalog-list:hover .catalog-list-download-box .catalog-label-checkbox {
    background-color: #000F9F;
    color: #FFF;
}

.catalog-download-select input:checked + label .catalog-label-checkbox:after,
.catalog-list:hover .catalog-download-select label .catalog-label-checkbox:after {
    border: 1px solid #FFF;
}

.catalog-list .catalog-select-label {
    cursor: pointer;
}

.catalog-community-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-community {

    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    margin-right: 10px;
    transition: all .5s ease;
    color: #000F9F;
}

.catalog-community:last-child {
    margin-right: 0;
}

.catalog-community:hover {
    background-color: #000F9F;
    color: #FFF;
}

.catalog-community-box .fb,
.catalog-community-box .line {
    font-size: 16px;
}

.catalog-community-box .twitter,
.catalog-community-box .linkedin {
    font-size: 14px;
}





.support-block {
    padding: 35px 0px 70px 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

.rwd-support-class {
    display: none;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    position: relative;
    background-color: #FFF;
}

.rwd-support-class:after {
    content: '';
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 14px solid #1f40b8;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}

.support-products-box {
    margin-bottom: 60px;
}

.support-products-list {
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    display: flex;
    background-color: #FFF;
    margin-bottom: 10px;
}

.support-products-list:last-child {
    margin-bottom: 0;
}

.support-products-list-icon {
    width: 30px;
    max-width: 100%;
    display: flex;
}

.support-products-list-download {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000F9F;
}

.support-products-list-download span {
    width: 36px;
    height: 36px;
    background-color: #F5F5F5;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.support-products-list-download p {
    font-weight: bold;
}

.support-products-list-info {
    width: calc(100% - 148px);
    padding: 0 20px;
    box-sizing: border-box;
}

.support-products-list-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 7px;
}

.support-products-list-info p {
    color: #646464;
    font-size: 15px;
}

.support-search-box {
    width: 400px;
    max-width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    font-size: 16px;
    color: #646464;
    padding: 12px 0px;
    background-color: #FFF;
}

.support-search-box input {
    padding: 0 15px;
    border: none;
    background-color: transparent;
    width: calc(100% - 65px);
}

.support-search-box input::placeholder {
    color: #646464;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.support-search-box input::-webkit-input-placeholder {
    color: #646464;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.support-search-box input:-ms-input-placeholder {
    color: #646464;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.support-search-box input::-moz-placeholder {
    color: #646464;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    opacity: 1;
}

.support-search-box button {
    width: 65px;
    text-align: center;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    color: #000F9F;
    cursor: pointer;
}

.support-search-p {
    font-size: 16px;
    color: #323232;
    margin-bottom: 25px;
}

.support-faq-list {
    border-top: 1px solid #DCDCDC;
    box-sizing: border-box;
    padding: 0px 10px 0px 0px;
    position: relative;
}

.support-faq-list-title {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}

.support-faq-list.active {
    background-color: #FFF;
}

.support-faq-list:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.support-faq-list-title:after {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    position: absolute;
    top: 30px;
    left: 20px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    background-image: url(../static/support/faq-close.png);

}

.support-faq-list.active .support-faq-list-title:after {
    background-color: #000F9F;
    background-image: url(../static//support/faq-open.png);
    border: 0;
}

.support-faq-list h2 {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    padding: 35px 0 35px 0;
    cursor: pointer;
}

.support-faq-list .edit-box {
    display: none;
}

.support-faq-list .edit-box p {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
    color: #646464;
}

.support-faq-list .edit-box {
    padding-bottom: 35px;
    padding-left: 75px;
}

.support-faq-box {
    margin-bottom: 60px;
}

/* ------------------------member----------------------------------- */

.description-box {
    display: flex;
}

.description-left {
    width: 800px;
    max-width: 100%;
    padding-right: 90px;
    box-sizing: border-box;
}

.description-right {
    width: 700px;
    max-width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.description-left p {
    font-size: 15px;
    color: #646464;
    line-height: 1.8;
}

.member-join-button {
    width: 250px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border: 1px solid #DCDCDC;
    background-color: #FFF;
    border-radius: 50px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    transition: all .5s ease;
}

.member-join-icon {
    width: 47px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../static/member/join-icon.svg);
    margin-right: 10px;

}

.member-join-button p {
    font-size: 16px;
    color: #969696;
    font-weight: 500;
}

.member-join-button:hover {
    background-color: #000F9F;
}

.member-join-button:hover .member-join-icon {
    background-image: url(../static/member/join-icon-hover.svg);
}

.member-join-button:hover p {
    color: #FFF;
}

.member-login-box {
    width: 600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.member-title {
    font-size: 30px;
    color: #323232;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.fixed-input:focus,
.fixed-check-box.active {
    border: 1px solid #5FE6BE;
}

.member-profile-box {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.profile-input {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 60px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.profile-input.active {
    border: 1px solid #5FE6BE;
}

.profile-input .subscription-input-title {
    width: 210px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;

}

.profile-input .subscription-input-text {
    width: calc(100% - 210px);
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
}

.profile-select-box {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.profile-select-box .subscription-input-title {
    width: 210px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
    position: absolute;
    left: 0;
    top: calc(50% - 12.5px);
    z-index: 2;
    pointer-events: none;
}

.profile-select {
    width: 100%;
}

#register .bootstrap-select .dropdown-toggle .filter-option {
    min-height: 24px;
}

.profile-select .btn {
    border-radius: 10px;
}

.profile-select .bootstrap-select > .dropdown-toggle {
    padding: 16.75px 20px 16.75px 210px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border: 1px solid #DCDCDC;
}

.forget-password .profile-select .bootstrap-select > .dropdown-toggle {
    border: none;
}

.profile-select .bootstrap-select > .dropdown-toggle.show {
    border: 1px solid #5FE6BE;

}

.profile-select .bootstrap-select .dropdown-menu li a {
    font-size: 16px;
}

.profile-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.profile-select .dropdown-item {
    box-sizing: border-box;
}

.profile-select .dropdown,
.profile-select .dropup {
    position: static;
}

.profile-select .dropdown-toggle::after {
    border: none;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../static/member/select-down.svg);
}

.profile-select .filter-option-inner-inner {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
}

.profile-bottom {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 40px 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.profile-email .profile-input {
    width: 580px;
    max-width: 100%;
}

.profile-button {
    width: 200px;
    max-width: 100%;
    font-size: 16px;
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background-color: #000F9F;
    color: #FFF;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
}

.profile-button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.profile-button-box .profile-button {
    margin-right: 20px;
}

.profile-button-box .profile-button:last-child {
    margin-right: 0;
}

.profile-button-box .profile-reset {
    background-color: #323232;
}

.profile-password .subscription-input-title {
    width: 270px;
}

.profile-password .profile-input .subscription-input-text {
    width: calc(100% - 270px);
}

.profile-password-line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #DCDCDC;
    margin: 35px 0;
}

.profile-password-ps {
    color: #646464;
    font-size: 15px;
    margin-bottom: 20px;
}

.profile-password .profile-select .bootstrap-select > .dropdown-toggle,
.forget-password .profile-select .bootstrap-select > .dropdown-toggle {
    padding: 16.75px 20px;
}

.profile-password-answer {
    padding: 0 20px;
}

.profile-password-answer .subscription-input-text::placeholder {
    font-weight: 500;
    color: #646464;
}

.profile-password-ok .profile-password-ps {
    text-align: center;
}

.profile-password-ps.mb-40 {
    margin-bottom: 40px;
}

.profile-register .subscription-input-title {
    width: 280px;
}

.profile-register .profile-input .subscription-input-text {
    width: calc(100% - 280px);
}

.profile-password-ps span {
    color: #FF0000;
}

.register-questions .subscription-input-title {
    width: 480px;
}

.register-questions .subscription-input-text {
    width: calc(100% - 480px);
}

.register-questions input::placeholder {
    color: #969696;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.register-questions input::-webkit-input-placeholder {
    color: #969696;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.register-questions input:-ms-input-placeholder {
    color: #969696;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.register-questions input::-moz-placeholder {
    color: #969696;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    opacity: 1;
}

.profile-register .fixed-check-input {
    font-size: 16px;

}

.precautions-box {
    padding: 0 20px;
}

.precautions-box input {
    zoom: 1.2;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.precautions-box label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.precautions-box label span {
    font-weight: bold;
    text-decoration: underline;
    color: #000F9F;
}

.mail-request {
    background-color: #323232;
}

.button-close {
    pointer-events: none!important;
    opacity: 0.5!important;
}

.mail-time-box {
    text-align: center;
    padding-top: 10px;
}

.mail-time-box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
}

.mail-time-box #timer {
    font-size: 26px;
    font-weight: bold;
    color: #000F9F;
    line-height: 1.2;
}

.mail-time-input {
    width: 90%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    height: 60px;
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
}

.register-ok-img {
    width: 80%;
    max-width: 150px;
    margin: 0 auto;
}


/* ---------------------------------------------- */

.drawboard-block {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: #131313;
    background: -moz-linear-gradient(top, #131313 0%, #333333 100%);
    background: -webkit-linear-gradient(top, #131313 0%, #333333 100%);
    background: linear-gradient(to bottom, #131313 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#333333', GradientType=0);

}

.drawboard-box {
    width: 90%;
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;

}

.drawboard-top {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.drawboard-p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 70px;
    box-sizing: border-box;
}

.drawboard-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../static/home/drawboard-bg.png);
    opacity: 0.5;
}

.drawboard-iframe {
    width: 100%;
    height: 680px;
    margin-bottom: 35px;
}

.drawboard-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.drawboard-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.drawboard-left {
    display: flex;
    align-items: center;
}

.drawboard-left p,
.drawboard-left a,
.drawboard-right {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.drawboard-left p {
    padding-right: 15px;
}

.drawboard-left a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.drawboard-left a:after {
    content: '';
    width: 1px;
    height: 70%;
    top: 15%;
    left: 0;
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}


/* ---------------------contact----------------------- */

.contact-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    padding-top: 30px;
}

.contact-information-box {
    width: 95%;
    max-width: 1360px;
    display: block;
    margin: 0 auto;
    padding: 100px 0;
}

.contact-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contact-company-img {
    width: 690px;
    max-width: 100%;
}

.contact-company-info {
    width: 588px;
    max-width: 100%;
}

.contact-company-info h2 {
    font-size: 38px;
    font-weight: 600;
    color: #323232;
    line-height: 1.1;
}

.contact-company-info h2 {
    margin-bottom: 40px;
}

.contact-company-info-add {
    font-size: 16px;
    color: #323232;
    margin-bottom: 25px;
    display: inline-block;
}

.contact-company-info ul {
    list-style: none;
}

.contact-company-info ul li {
    font-size: 16px;
    color: #323232;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
}

.contact-company-info ul li:first-child {
    padding-top: 0;
}

.contact-company-info ul li:last-child {
    border-bottom: none;
}

.contact-company-info ul li span {
    color: #969696;
    font-size: 17px;
    margin-right: 15px;
}

.contact-company-info-link,
.contact-company-info ul li span {
    display: inline-block;
    vertical-align: middle;
}

.contact-company-info-link {
    font-weight: 400;
}

.contact-map {
    width: 100%;
    height: 600px;
    margin-top: 80px;
    border: 1px solid #B4B4B4;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-box {
    display: flex;
    justify-content: space-between;
    padding: 75px 0 90px 0;
}

.contact-left {
    width: 520px;
    max-width: 100%;
}

.contact-left h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px;
}

.contact-p-box {
    margin-bottom: 60px;
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
}

.contact-p-box:after {
    content: '';
    width: 2px;
    height: calc(100% - 10px);
    display: block;
    background-color: #000F9F;
    position: absolute;
    left: 15px;
    top: 5px;
}

.contact-p {
    font-size: 18px;
    color: #323232;
    line-height: 1.4;
    margin-bottom: 10px;
}

.contact-p:last-child {
    margin-bottom: 0;
}

.contact-info-box {
    list-style: none;
    font-size: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}

.contact-info-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 40px;
}

.contact-info-box li span,
.contact-link {
    display: inline-block;
    vertical-align: top;
}

.contact-info-box li {
    margin-bottom: 10px;
}

.contact-info-box li:last-child {
    margin-bottom: 0;
}

.contact-info-box li span {
    font-size: 22px;
    width: 50px;
    color: #000F9F;
}

.contact-link {
    max-width: calc(100% - 50px);
    font-size: 18px;
    color: #323232;
    margin-top: 2px;
}

.contact-right {
    width: 840px;
    max-width: 100%;
}

.contact-form-title {
    font-size: 30px;
    font-weight: 500;
    color: #323232;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-form-box {
    border-top: 1px solid #DCDCDC;
    padding: 15px 0 20px 0;
}

.contact-form-ps {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
    color: #646464;
    margin-bottom: 15px;
}

.contact-form-ps span {
    color: #FF0000;
}

.contact-form-box .profile-select .bootstrap-select > .dropdown-toggle {
    padding: 18px 20px 18px 20px;
}

.contact-form-textarea {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    resize: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
}

.youtube > span {
    font-size: 24px;
    color: #D4251F!important;
}

.contact-form-box .profile-input .subscription-input-title {
    width: 265px;
}

.contact-form-box .profile-input .subscription-input-text {
    width: calc(100% - 265px);
}

.contact-verification-input {
    width: calc(100% - 380px);
    border: none;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.contact-ok-title {
    font-size: 30px;
    color: #323232;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}

.contact-ok-p {
    text-align: center;
    font-size: 20px;
    color: #646464;
}

.verification-img {
    width: 115px;
    cursor: pointer;
}

.verification-img img {
    vertical-align: middle;
}

.contact-form-button-box button {
    width: 180px;
    max-width: 100%;
    height: 60px;
    border: none;
    border-radius: 40px;
    color: #FFF;
    font-size: 16px;
    background: #152c7d;
    background: -moz-linear-gradient(left, #152c7d 0%, #1F41BA 100%);
    background: -webkit-linear-gradient(left, #152c7d 0%, #1F41BA 100%);
    background: linear-gradient(to right, #152c7d 0%, #1F41BA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152c7d', endColorstr='#1F41BA', GradientType=1);
    margin-bottom: 40px;
    cursor: pointer;

}

.contact-form-button-box p {
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    font-size: 15px;
    color: #646464;
}

/* ------------------------sitemap-------------------------------- */

.sitemap-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 75px 0;
}

.sitemap-box {
    width: 95%;
    max-width: 1500px;
    display: flex;
    margin: 0 auto;
}

.sitemap-list-box {
    width: 25%;
    padding-right: 35px;
    box-sizing: border-box;
}

.sitemap-list {
    margin-bottom: 65px;
    box-sizing: border-box;
    border-left: 1px solid #C8C8C8;
}

.sitemap-title {
    font-size: 30px;
    font-weight: 600;
    color: #323232;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
}

.sitemap-s-title,
.sitemap-last-title,
.sitemap-m-title {
    display: block;
    transition: all .5s ease;
}

.sitemap-s-title {
    font-size: 16px;
    font-weight: bold;
    color: #646464;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sitemap-m-title {
    font-weight: 600;
    font-size: 18px;
    color: #323232;
    margin-bottom: 10px;
    transition: all .5s ease;
}

a.sitemap-s-title:hover,
a.sitemap-last-title:hover,
a.sitemap-m-title:hover {
    background-color: #FFF;
    color: #000F9F;
}

.sitemap-last-title {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pl {
    box-sizing: border-box;
}

.sitemap-list > .pl,
.sitemap-l-list > .pl {
    padding-left: 35px;
}

.sitemap-m-list > .pl {
    padding-left: 50px;
}

.sitemap-s-list > .pl {
    padding-left: 65px;
}

.sitemap-ss-list {
    padding-left: 60px;
}

.sitemap-ss-list .sitemap-last-title {
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    position: relative;
}

.sitemap-ss-list .sitemap-last-title:after {
    content: '';
    width: 1px;
    height: 70%;
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
    background-color: #969696;
}

.sitemap-ss-list .sitemap-last-title:last-child:after {
    display: none;
}

.sitemap-ss-list a.sitemap-last-title:hover {
    background-color: transparent;
}

/* ----------------------products------------------------------ */

.products-top-search-left,
.products-top-search-right {
    display: flex;
    align-items: center;
    font-size: 0;
}

.bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #DCDCDC;
}

.bootstrap-select .dropdown-menu li:last-child,
.bootstrap-select .dropdown-menu li:first-child {
    border-bottom: 0;
}

.products-top-search-select .bootstrap-select .dropdown-menu li:last-child,
.products-top-search-select .bootstrap-select .dropdown-menu li:first-child {
    border-bottom: 1px solid #DCDCDC;
}

.products-top-search-box {
    width: 95%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.products-top-search-title {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.products-top-search-select {
    position: relative;
}

.products-top-search-title:after,
.products-top-search-select:after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    background-color: #DCDCDC;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.products-top-search-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px;

}

.products-top-search-select .btn-light {
    background-color: transparent;
}

.products-top-search-select .bootstrap-select > .dropdown-menu {
    /* max-height: 300px!important; */
    /* overflow: hidden; */
}

.products-top-search-select .bootstrap-select .dropdown-menu {
    max-width: 300px;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 20%);
}

.products-top-search-select .bootstrap-select .dropdown-menu li a {
    box-sizing: border-box;
    font-size: 16px;
    color: #646464;
    padding: 10px 20px;
}

.products-top-search-select .dropdown-item {
    width: 300px;
    max-width: 100%;
}

.products-top-search-select .dropdown-item.active,
.dropdown-item:active {
    background-color: #FFF;
}

.dropdown-item:active {
    color: #000;
}

.products-top-search-select a.dropdown-item.active {
    position: relative;
}

.products-top-search-select a.dropdown-item.active:after {
    content: '';
    width: 4px;
    height: 50%;
    display: block;
    background-color: #646464;
    position: absolute;
    left: 0;
    top: 25%;
}

.products-top-search-select .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #646464;
    font-weight: 500;
}

.products-top-search-select .dropdown-menu {
    padding: 0;
}

.products-top-search-select .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar {
    width: 10px;
    box-sizing: border-box;
}

.products-top-search-select .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-button {
    height: 3px;
}

.products-top-search-select .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #D0D5E5;
    border: 2px solid #FFF;
}

.products-top-search-select .bootstrap-select > .dropdown-menu > .inner::-webkit-scrollbar-track {
    background-color: #FFF;
}

.products-top-search-select .inner {
    /* overflow-y: inherit!important; */
}

.products-top-search-select .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.products-top-search-select .mCSB_scrollTools {
    border-left: 1px solid #DCDCDC;
    width: 14px;
    box-sizing: border-box;
    background-color: #FFF;
    opacity: 1;
}

.products-top-search-select .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 3px 3.5px;
    background-color: #D0D5E5;
    opacity: 1;
}

.products-top-search-select .btn-light {
    border: none;
}

.products-top-search-select .dropdown-toggle::after {
    width: 24px;
    height: 24px;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    vertical-align: middle;
    background-image: url(../static/home/arrow.png);
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    border-radius: 50%;
    transition: all .5s ease;
}

.products-top-search-select .dropdown-toggle.show::after {
    background-color: #969696;
    background-image: url(../static/home/arrow-up.png);
}

.products-top-search-select .bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 40px;
    box-sizing: border-box;
}

.products-top-search-select .btn {
    padding: 16px 0px 16px 20px;
}

.rwd-product-info-tab {
    display: none;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    position: relative;
    background-color: #1f40b8;
    color: #FFF;
}

.rwd-product-info-tab:after {
    content: '';
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 12px solid #FFF;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.rwd-product-download-tab {
    display: none;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    position: relative;
    background-color: #5e5e5e;
    color: #FFF;
}

.rwd-product-download-tab:after {
    content: '';
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 9px solid #FFF;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.search-select-button {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    border: none;
    background-color: transparent;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top-search-keyword {
    display: flex;
    align-items: center;
    width: 250px;
    background-color: #000F9F;
    border-right: 1px solid #000C7E;
}

.top-search-keyword input,
.top-search-keyword button {
    border: none;
    background-color: transparent;
}

.top-search-keyword input {
    padding-left: 20px;
    color: #FFF;
    box-sizing: border-box;
    width: calc(100% - 55px);
}

.top-search-keyword button {
    width: 55px;
    max-width: 100%;
    height: 60px;
    color: #FFF;
    cursor: pointer;
}

.top-search-keyword input::placeholder {
    /* CSS 3 標準 */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.top-search-keyword input::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.top-search-keyword input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.top-search-keyword input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    opacity: 1;
}

.top-search-keyword,
.top-search-filter {
    font-size: 16px;
    color: #FFF;
}

.top-search-filter {
    width: 110px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000F9F;
}

.top-search-filter p {
    color: #FFF;
    margin-right: 10px;
}

.top-search-filter-icon {
    width: 16px;
    display: grid;
}

.search-select-button-p {
    margin-right: 10px;
}

.search-select-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #969696;
    box-sizing: border-box;
    display: block;
    transition: all .5s ease;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 7px;
    background-image: url(../static/home/search-arrow.svg);
}

.search-select-button:hover .search-select-icon {
    background-color: #646464;
}

.search-select-button:hover .search-select-icon {
    background-image: url(../static/home/search-arrow-hover.svg);
}

.products-block {
    background-color: #F5F5F5;
}

.products-block .peeling-block {
    box-shadow: none;
    padding-top: 32px;
}

.products-top-search-fiexd {
    box-shadow: 0px 0px 17px rgb(0 0 0 / 20%);
}

.products-top-search-block {
    position: relative;
    z-index: 3;
    min-height: 60px;
}

.products-block .peeling-box {
    border-bottom: 1px solid #DCDCDC;
}

.products-top-search-fiexd {
    width: 100%;
    background-color: #FFF;
}

.products-top-search-fiexd.sfixed {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 104.8px;
}

.products-box {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
}

.products-top-title-box {
    padding: 50px 0;
    text-align: center;
}

.products-top-title-box h2 {
    font-size: 40px;
    font-weight: 600;
    color: #323232;
    line-height: 1;
    margin-bottom: 20px;
}

.products-top-title-box h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.products-top-title-box p {
    font-size: 15px;
    color: #646464;
}

.products-top-title-box .solution-title-line {
    margin: 20px auto;
}

.products-top-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

#products .products-top-img {
    width: 300px;
    max-width: 100%;
}

#products .solution-title-info {
    width: calc(100% - 620px);
}

.products-choose-block {
    text-align: right;
    font-size: 0;
}

.products-choose-box {
    width: 260px;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
}

.products-choose-list {
    display: inline-block;
    vertical-align: top;
}

.products-choose-list span {
    width: 18px;
    height: 18px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    transition: all .5s ease;
}

.grid-button span {
    background-image: url(../static/products/grid-icon.svg);
}

.grid-button:hover span {
    background-image: url(../static//products/grid-icon-hover.svg);
}

.list-button span {
    background-image: url(../static/products/list-icon.svg);
}

.list-button:hover span {
    background-image: url(../static/products/list-icon-hover.svg);
}

.products-choose-list p {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s ease;
}

.products-choose-list:hover p {
    color: #000F9F;
}

.products-choose-list {
    margin-right: 10px;
    cursor: pointer;
}

.products-choose-list:last-child {
    margin-right: 0;
}

.products-list-block {
    padding-bottom: 60px;
}

.products-link-box {
    width: 346px;
    max-width: 100%;
    background-color: #000F9F;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
}

.products-link-list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 23px;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}

.products-link-list:after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
}

.products-link-list:last-child:after {
    display: none;
}

.products-link-list:last-child {
    margin-right: 0;
}

.products-link-list p {
    height: 60px;
    line-height: 60px;
}

.products-link-list i {
    margin-right: 10px;
}

.products-link-list p,
.products-link-list i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.products-list-box {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    z-index: 1;

}

.products-list {
    width: 486px;
    max-width: 100%;
    margin-right: 21px;
    margin-bottom: 21px;
    background-color: #FFF;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.products-list:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    pointer-events: none;
}

.products-list:hover:after {
    border: 2px solid #00DDDD;
}

.products-list-img {
    display: flex;
    justify-content: center;
}

.products-list-title-box h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
}

.porducts-list-number-box {
    margin: 20px 0;
    font-size: 0;
}

.porducts-list-number {
    width: 160px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.porducts-list-number:after {
    content: '';
    width: 2px;
    height: 29px;
    background-color: #000F9F;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14.5px);
}

.porducts-list-number h4 {
    font-size: 14px;
    color: #969696;
    line-height: 1.2;
    font-weight: bold;
}

.porducts-list-number p {
    color: #000F9F;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}

.porducts-list-info {
    font-size: 15px;
    color: #646464;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.porducts-list-checked-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 25px;
    width: 100%;
    z-index: 10;
}

.porducts-list-checked {
    margin-right: 25px;
    cursor: pointer;
}

.porducts-list-checked:last-child {
    margin-right: 0;
}

.porducts-list-checked input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.porducts-list-checked-box .porducts-list-checked .label-checkbox {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-color: #F5F5F5;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .5s ease;
    position: relative;
}

.products-list:hover .porducts-list-checked-box .porducts-list-checked .label-checkbox {
    background-color: #000F9F;
}

.products-list:hover .porducts-list-checked-box .porducts-list-checked .label-checkbox:after {
    border: 1px solid #FFF;
}

.porducts-list-checked .label-checkbox:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #000F9F;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    transition: all .5s ease;
}

.porducts-list-checked-box .porducts-list-checked .label-p {
    font-size: 16px;
    color: #000F9F;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.porducts-list-checked input:checked + .label-checkbox:after {
    background-color: #000F9F;
    background-image: url(../static/support/checked.png);
}

#product {
    padding: 50px 0;
}

.product-top-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-top-left {
    width: calc(100% - 360px);
}

.product-top-right {
    width: 360px;
}

.product-title-box h2 {
    font-size: 30px;
    width: 500px;
    max-width: 100%;
    margin-right: 45px;
    font-weight: 600;
    color: #323232;
    line-height: 1.2;
}

.product-title-box {
    display: flex;
    width: 100%;
}

.product-title-box .porducts-list-number-box {
    width: calc(100% - 500px);
    margin: 10px 0 0 0;
}

.product-title-box .porducts-list-number {
    padding-left: 15px;
    width: auto;
    padding-right: 40px;
}

.product-title-box .porducts-list-number:last-child {
    padding-right: 0;
}

.product-title-box .porducts-list-number:after {
    height: 40px;
    top: calc(50% - 20px);
}

.product-title-box .porducts-list-number p {
    font-size: 24px;
}

.product-top-left .new-page-link-box {
    text-align: left;
    margin: 20px 0 25px 0;
}

.product-top-left .new-page-community {
    padding-left: 0;
}

.product-consult-list:last-child {
    margin-bottom: 0;
}

.product-consult-list {
    display: flex;
    justify-content: space-between;
    background-color: #000F9F;
    align-items: center;
    border-radius: 40px;
    color: #FFF;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.product-consult-list .porducts-list-checked {
    margin-right: 0;
    padding-left: 20px;
}

.product-consult-list .porducts-list-checked .label-checkbox {

    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: all .5s ease;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-color: transparent;
}

.product-consult-list .porducts-list-checked p {
    color: #FFF;
    font-weight: 300;

}

.product-consult-list .porducts-list-checked .label-checkbox:after {
    border: 1px solid #FFF;
}

.product-consult-link {
    display: flex;
    align-items: center;
}

.product-consult-link p {
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
}

.product-consult-link span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.product-img-block {
    width: 600px;
    max-width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.product-img-box {
    width: 100%;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 578px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img-list iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.product-img-box .slick-prev,
.product-img-box .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000C7E;
    box-sizing: border-box;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    background-color: #FFF;
    top: inherit;
    bottom: 0px;
    transition: all .5s ease;
}

.product-img-box .slick-prev {
    left: inherit;
    right: 60px;
    background-image: url(../static/products/slick-prev.svg);
}

.product-img-box .slick-prev:hover {
    background-color: #000F9F;
    background-image: url(../static/products/slick-prev-hover.svg);
}

.product-img-box .slick-next:hover {
    background-color: #000F9F;
    background-image: url(../static/products/slick-next-hover.svg);

}

.product-img-box .slick-next {
    right: 15px;
    background-image: url(../static/products/slick-next.svg);
}

.product-img-box .slick-prev:before,
.product-img-box .slick-next:before {
    display: none;
}

.product-s-img-list {
    width: 112px;
    height: 112px;
    background-color: #FFF;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    margin-right: 8px;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.product-s-img-list.slick-current {
    opacity: 1;
}

.product-s-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box {
    display: flex;
}

.product-info-block {
    width: calc(100% - 600px);
}

.product-info-tab-box {
    display: flex;
    position: relative;
    z-index: 2
}

.product-info-tab {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #000F9F;
    background-color: #000F9F;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 16px;
}

.product-info-tab.active {
    background-color: #FFF;
    color: #141414;
}

.product-info-tab:after {
    content: '';
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    background-color: rgba(255, 255, 255, 0.1);
}

.product-info-tab.active:first-child {
    border-left: 1px solid #DCDCDC;
}

.product-info-tab.active:last-child {
    border-right: 1px solid #DCDCDC;
}

.product-info-tab:first-child:after {
    display: none;
}

.product-info-box {
    padding: 35px 40px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    top: -1px;
}

.product-info-list {
    width: 100%;
}

.edit-box iframe {
    max-width: 100%;
}

#specification table tr:first-child td:first-child {
    background-color: #EAECF4;
}

#specification table tr td {
    color: #646464;
    padding: 15px 17px;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDCDC;
    font-weight: 400;
}

#specification table tr:first-child td {
    background-color: #FAFAFA;
    border-top: 1px solid #DCDCDC;
}

#specification table tr td:first-child {
    color: #000F9F;
    font-weight: 500;
    background-color: #F4F5F9;
}

.product-info-list .page-box {
    margin: 30px 0;
}

.product-more-list {
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #DCDCDC;
}

.product-more-list:first-child {
    padding-top: 0;
}

.product-more-list:last-child {
    border-bottom: 0;
}


.product-more-list-img {
    width: 200px;
    margin-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.product-more-list-img img {
    transition: all .5s ease;
}

.product-more-list:hover .product-more-list-img img {
    transform: scale(0.9);
}

.product-more-info {
    width: calc(100% - 220px);
}

.product-more-info h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #323232;
}

.product-more-info .porducts-list-number {
    width: 100%;
    margin-bottom: 8px;
}

.product-more-info .porducts-list-number:last-child {
    margin-bottom: 0;
}

.product-more-info .porducts-list-number h4,
.product-more-info .porducts-list-number p {
    display: inline-block;
}

.product-more-info .porducts-list-number h4 {
    margin-right: 5px;
}

.product-more-info .porducts-list-number:after {
    height: 100%;
    top: 0;
}

.product-more-info .porducts-list-number p {
    font-weight: 900;
}

.product-download-tab-box {
    display: flex;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.product-download-tab {
    min-width: 110px;
    padding: 0 15px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    border: 1px solid #DCDCDC;
    border-right: 0;
    cursor: pointer;
}

.product-download-tab.active {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

.product-download-tab:last-child {
    border-right: 1px solid #DCDCDC;
}

.product-download {
    display: flex;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDCDC;
}

.product-download:first-child {
    padding-top: 0;
}

.product-download:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-download-icon {
    width: 20px;
}

.product-download-list-box {
    border-top: 1px solid #DCDCDC;
    position: relative;
    top: -1px;
    padding: 30px 0;
}

.product-download-info {
    width: calc(100% - 20px);
    padding-left: 15px;
    box-sizing: border-box;
}

.product-download-info h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #323232;
}

.product-download-info p {
    font-size: 15px;
    color: #646464;
    font-weight: 400;
}

.inquire-back-title-box {
    padding: 40px 0;
    border-bottom: 1px solid #DCDCDC;
}

.inquire-back-title-box a {
    cursor: pointer;
}

.inquire-back-title span {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #000F9F;
    box-sizing: border-box;
    background-color: #FFF;
    background-image: url(../static/products/slick-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    margin-right: 20px;
}

.inquire-back-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 500;
    color: #323232;
}

.inquire-ps-box {
    padding: 35px 0;
}

.inquire-ps-box h3 {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 15px;
}

.inquire-ps-box p {
    font-size: 15px;
    color: #646464;
    font-weight: 400;
}

.inquire-form-block .products-list-box {
    padding: 0;
}

.products-inquire-input:after {
    content: '';
    width: 1px;
    background-color: #000F9F;
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #DCDCDC;
    top: 0;
}

.rwd-inquire-del {
    display: none;
}

.products-inquire-del {
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
}

.products-inquire-del span {
    width: 20px;
    height: 20px;
    background-color: #1E1E1E;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 9px;
    background-image: url(../static/products/del.svg);
}

.inquire-form-left,
.inquire-form-right {
    width: 50%;
    padding-right: 55px;
    box-sizing: border-box;
}

.inquire-form-box .profile-input {
    min-height: 50px;
    box-shadow: none;
}

.inquire-form-box .profile-input .subscription-input-title {
    width: 190px;
    font-weight: 600;
    color: #323232;
}

.inquire-form-box .profile-input .subscription-input-text {
    width: calc(100% - 190px);
}

.inquire-form-box .profile-select .bootstrap-select > .dropdown-toggle {
    padding: 12px 20px 12px 190px;
}

.inquire-form-box .bootstrap-select .dropdown-toggle .filter-option {
    min-height: 24px;
}

.inquire-form-box .profile-select-box {
    box-shadow: none;
}

.inquire-form-box .profile-select-box .subscription-input-title {
    font-weight: 600;
    color: #323232;
}

.inquire-form-box {
    display: flex;
    padding: 75px 0 100px 0;
}

.inquire-form-box .contact-form-textarea {
    box-shadow: none;
    height: 200px;
    font-size: 18px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.inquire-textarea textarea::placeholder {
    /* CSS 3 標準 */
    color: #323232;
    font-weight: 500;
}

.inquire-textarea textarea::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: #323232;
    font-weight: 500;
}

.inquire-textarea textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #323232;
    font-weight: 500;
}

.inquire-textarea textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #323232;
    font-weight: 500;
    opacity: 1;
}

.inquire-form-box .profile-input.verification-code .subscription-input-text {
    width: calc(100% - 305px);
}

.verification-code-img {
    display: flex;
}

.inquire-form-box .profile-input .subscription-input-text {
    color: #323232;
}

.inquire-form-button {
    width: 180px;
    height: 60px;
    border-radius: 40px;
    background-color: #000F9F;
    color: #FFF;
    border: 0;
    margin-top: 35px;
    transition: all .5s ease;
    cursor: pointer;
}

.inquire-form-p {
    font-size: 15px;
    color: #646464;
    margin-top: 30px;
}

.inquire-form-button:hover {
    background-color: #131313;
}

.search-peeling-block {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.search-peeling-box {
    width: calc(100% - 636px);
    padding-right: 30px;
    box-sizing: border-box;
    display: flex;
    vertical-align: middle;
    text-align: left;
}

.search-peeling-box .peeling-list {
    font-size: 20px;
    font-weight: 600;
    color: #323232!important;
}

.search-peeling-box .peeling-list:after {
    right: -8px;
    background-image: url(../static/products/peeling-arrow.svg);
    background-size: 8px;
}

.helper-block {
    position: fixed;
    right: 35px;
    bottom: 350px;
    z-index: 3;
    cursor: pointer;
}

.helper-icon {
    width: 76px;
    height: 76px;
    bottom: 300px;
    border: 3px solid #FFF;
    box-sizing: border-box;
    border-radius: 50%;
    background: #454545;
    background: -moz-linear-gradient(-45deg, #454545 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #454545 0%, #000000 100%);
    background: linear-gradient(135deg, #454545 0%, #000000 100%);
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);

}

.helper-icon span {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../static/products/helper-icon.svg);
    background-size: 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.helper-icon.hide span {
    background-size: 14px;
    background-image: url(../static/products/helper-out.svg);
}

.helper-box {
    width: 400px;
    position: absolute;
    left: -440px;
}

#reminder {
    top: calc(50% - 160px);
}

.reminder-icon-mask,
.reminder-icon {
    display: block;
    position: absolute;
    border-radius: 50%;
}

.reminder-icon-mask {
    width: 84px;
    height: 84px;
    z-index: 1;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    border: 2px solid #000F9F;
    box-sizing: border-box;
    top: -45px;
    left: calc(50% - 42px);
}

.reminder-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    z-index: 3;
    top: -42px;
    left: calc(50% - 40px);
}

.reminder-info {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.helper-border {
    border: 2px solid #000F9F;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.reminder-info h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.reminder-info p {
    margin-bottom: 25px;
}

.reminder-close {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 40px;
    text-align: center;
    color: #FFF;
    background-color: #000F9F;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease;
}

.reminder-close:hover {
    background-color: #454545;
}

.helper-arrow {
    border-top: 2px solid #000F9F;
    border-right: 2px solid #000F9F;
    background-color: #FFF;
    z-index: 2;
}

.helper-arrow-mask,
.helper-arrow {
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(28deg) skewX(-25deg);
    position: absolute;
    top: calc(50% - 17.5px);
    right: -18px;
}

.helper-arrow-mask {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#drawboard {
    padding: 10px;
    box-sizing: border-box;
    top: calc(50% - 147px);
}

.helper-box.none {
    display: none;
}

.helper-box.show {
    display: block !important;
}

.helper-drawboard {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.helper-drawboard > p {
    font-size: 16px;
    color: #323232;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    margin-bottom: 25px;
}

.helper-drawboard-box {
    position: relative;
    z-index: 5;
}

.helper-drawboard-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
    height: 60px;
    background-color: #000F9F;
    border-radius: 40px;
    margin-bottom: 20px;
}

.helper-drawboard-link span {
    width: 35px;
    display: block;
    margin-right: 15px;
}

.helper-drawboard-link span img {
    vertical-align: middle;
}

.helper-drawboard-link p {
    font-size: 18px;
    color: #FFF;
}

.helper-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.helper-link {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    box-sizing: border-box;
    position: relative;
}

.helper-link span {
    width: 35px;
    display: block;
    margin-right: 15px;
}

.helper-link span img {
    vertical-align: middle;
}

.helper-link p {
    font-size: 16px;
    color: #323232;
}

.helper-link:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #DCDCDC;
}

.helper-link:last-child:after {
    display: none;
}

.keyword-search-p {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
}

.keyword-search-p span {
    font-weight: 600;
    color: #000F9F;
}

.filter-block {
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.filter-box {
    font-size: 0;
}

.filter-list {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 35px;
}

.filter-input-box {
    background-color: #E6E6E6;
}

.filter-list h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000F9F;
    text-align: center;
    margin-bottom: 10px;
}

.filter-input-box {
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    height: 206px;
    overflow: auto;
}

.filter-input-box::-webkit-scrollbar {
    width: 7px;
}

.filter-input-box::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 2px;
    height: 2px;
}

.filter-input-box::-webkit-scrollbar-track-piece {
    background: transparent;
}

.filter-input-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid slategrey;
}

.filter-input-box::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.filter-input {
    line-height: 34px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    position: relative;
}

.filter-input.active {
    background-color: #000F9F!important;
}

.filter-input:nth-child(even) {
    background-color: #FFF;
}

.filter-input .filter-p {
    font-size: 16px;
    color: #646464;
}

.filter-input.active .filter-p {
    color: #FFF;
}

.filter-input .filter-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-input input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.filter-input input:checked + .filter-checkbox {
    background-image: url(../static/products/checked.svg);
}

.filter-button-block {

    padding: 30px 0;
    border-top: 1px solid #C8C8C8;
    margin-top: 30px;
}

.filter-button-box {
    display: flex;
    align-items: center;
    float: left;
}

.filter-results {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #323232;
    padding: 0 30px;
    box-sizing: border-box;
    font-weight: 500;
    background-color: #FFF;
    border-radius: 40px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    border: 0;
}

.filter-button {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFF;
    background-color: #000F9F;
    padding: 0 30px;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 30px;
    border: 0;
}

.filter-list .mCSB_inside > .mCSB_container {
    margin-right: 17px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.filter-list .mCSB_scrollTools {
    border-left: 1px solid #DCDCDC;
    background-color: #FFF;
}

.filter-list .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.filter-choose {
    float: right;
}

.products-inquire-input h4 {
    font-size: 16px;
    color: #8C8C8C;
    margin-bottom: 5px;
}

.products-inquire-input h4 span {
    color: #D4251F;
}

.products-inquire-input input {
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
}

.comparison-box {
    width: 100%;
    font-size: 0;
    padding-bottom: 25px;
    background-color: #171D30;
}

.comparison-img-box {
    width: 244px;
    height: 244px;
    display: inline-block;
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    box-sizing: border-box;
    transition: all .5s ease;
}

.comparison-info-img {
    width: 100%;
    height: 100%;
}

.comparison-title-box {
    width: 244px;
    height: 244px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #11141C;
    box-sizing: border-box;
}

.comparison-title-box h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.comparison-img-block {
    position: sticky;
    top: 104.8px;
    z-index: 2;
    width: 100%;
    box-shadow: 0 17px 14px rgba(0, 0, 0, 0.1);
}

.comparison-bg {
    background-color: #171D30;
}

.comparison-slick-top {
    width: calc(100% - 244px);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.f-w {
    color: #FFF;
}

.comparison-info-box {
    width: 100%;
}

.comparison-info-title-box {
    width: 244px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.comparison-list-box {
    width: calc(100% - 244px);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.comparison-info-title,
.comparison-list-title {
    font-size: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.f-w02 {
    color: rgba(255, 255, 255, 0.2);
}

.c-b p {
    color: #000F9F;
    font-weight: 500;
}

.comparison-list-title.name,
.comparison-info-title.name {
    height: 84px;
}

.comparison-list-title.name p {

    -webkit-line-clamp: 3;
}

.comparison-list {
    width: 244px;
    transition: all .5s ease;
}

.comparison-list-title p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.comparison-info-title {
    border-bottom: 1px solid #11141C;
    box-sizing: border-box;
}

.comparison-list-title {
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    box-sizing: border-box;
    background-color: #FFF;
}

.rwd-comparison-list-title {
    display: none;
    font-size: 16px;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
}

.delete {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
    background-image: url(../static/products/del.svg);
    cursor: pointer;
}

.f-b {
    font-weight: bold;
}

.comparison-img-box.active,
.comparison-list.active {
    z-index: 1;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}

.comparison-block .peeling-box {
    width: 100%;
    padding: 18px 15px;
    box-sizing: border-box;
}

.comparison-block .peeling-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdf-link {
    display: flex;
    width: 150px;
    height: 35px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #DCDCDC;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #152C7D;
    color: #FFF;
    transition: all .5s ease;
}

.pdf-link:hover {
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

.solution-top-box {
    display: flex;
    padding: 60px 0;
}

.solution-top-box .solution-title-box {
    width: 320px;
    max-width: 100%;
}

.solution-top-box .solution-title-box h2 {
    font-size: 40px;
}

.solution-title-box h2 {
    line-height: 1;
    color: #323232;
    font-weight: 600;
}

.solution-top-box .solution-title-box p {
    font-size: 20px;
}

.solution-title-box p {
    font-weight: bold;
    color: #323232;
    font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
}

.solution-title-line {
    width: 60px;
    height: 2px;
    display: block;
    background-color: #000F9F;
}

.solution-top-box .solution-title-box .solution-title-line {
    margin: 28px 0;
}

.solution-top-box .solution-title-info {
    width: calc(100% - 680px);
    padding: 0 50px;
    box-sizing: border-box;
}

.solution-top-box .solution-img-box {
    width: 360px;
    max-width: 100%;
}

.solution-title-info {
    font-size: 15px;
    color: #646464;
}

.solution-list-box {
    padding-bottom: 100px;
}

.solution-list {
    width: 100%;
    padding: 37px;
    box-sizing: border-box;
    background-color: #FFF;
    display: flex;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
}

.solution-list:last-child {
    margin-bottom: 0;
}

.solution-list:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.solution-list:hover:after {

    border: 2px solid #5FE6BE;
}

.solution-list .solution-title-box {
    width: 280px;
    max-width: 100%;
}

.solution-list .solution-img-box {
    width: 300px;
    max-width: 100%;
}

.solution-list .solution-title-info {
    width: calc(100% - 580px);
    padding: 0 40px 0 50px;
    box-sizing: border-box;
}

.solution-list .solution-title-box h2 {
    font-size: 20px;
    line-height: 1;
    color: #323232;
    font-weight: 600;
}

.solution-list .solution-title-box p {
    font-size: 15px;
    line-height: 1.4;
}

.solution-list .solution-title-box .solution-title-line {
    margin: 15px 0;
}

.solution-list-button {
    width: 180px;
    max-width: 100%;
    display: block;
    border-radius: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    transition: all .5s ease;
    color: #000F9F;
    font-weight: 600;
    font-size: 16px;
}

.solution-list:hover .solution-list-button {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    background-color: #000F9F;
    color: #FFF;
}

.solution-title-info ul {
    list-style: none;
}

.solution-title-info ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.solution-title-info ul li:last-child {
    margin-bottom: 0;
}

.solution-title-info p {
    margin-bottom: 10px;
}

.solution-title-info p:last-child {
    margin-bottom: 0;
}

.solution-title-info ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background-color: #646464;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 10px;
}

.page-404-block {
    width: 100%;
    height: 100vh;
    padding: 50px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/home/404.png);
}

.page-404-box {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404 {
    width: 90%;
    max-width: 630px;
    margin: 0 auto;
}

.page-404-title {
    font-size: 110px;
    line-height: 1;
    color: #FFF;
    font-weight: 600;
}

.page-404-title span {
    font-size: 145px;
    font-weight: 600;
}

.page-404-p {
    width: 90%;
    max-width: 550px;
    font-size: 22px;
    color: #BBC8E2;
    text-align: center;
    font-weight: 400;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 50px auto 0 auto;
}

.page-404-link {
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFF!important;
    font-weight: bold;
    background-color: #000F9F;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    transition: all .5s ease;
}

.page-404-link:hover {
    background-color: #32D3A3;
}


/* ---------------------------hover-------------------------------- */

.index-products-list h2,
.index-products-list-img img,
.index-news-list h3,
.index-news-list h4,
.index-about-link,
.index-products-more,
.footer-info-list li a,
.footer-info-add,
.footer-link-list p,
.footer-info-s-list-title,
.footer-community-list i,
.top-community a i,
.top-link i,
.footer-info-s-list ul li a,
.footer-copyright-left a,
.privacy-check,
.footer-subscription button,
.header-user-login,
.header-user-icon,
.header-lang-icon,
.header-lang-box p,
.overview-class,
.news-img img,
.new-page-button-back,
.new-page-button,
.new-page-button span,
.filter-button,
.helper-drawboard-link,
.helper-link p,
.helper-link span img,
.products-list-img,
.profile-button,
.new-page-back,
.contact-form-button-box button,
.contact-link,
.support-products-list,
.support-products-list-download span,
.support-products-list-info h3,
.support-faq-list,
.support-faq-list h2,
.menu-tag-class li,
.industry-class-list li {
    transition: all .5s ease;
}

.index-products-list:hover h2 {
    color: #000F9F;
    font-weight: bold;
}

.index-news-list:hover h3,
.index-news-list:hover h4 {
    color: #000F9F;
}

.index-products-list:hover .index-products-list-img img {
    transform: scale(0.95);
}

.index-about-link:hover {
    color: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

.index-products-more:hover {
    background-color: #000F9F;
    color: #FFF;
}

.footer-info-list li a:hover,
.footer-info-add:hover,
.footer-link-list p:hover,
.footer-info-s-list-title:hover,
.footer-community-list:hover i,
.top-community a:hover i,
.top-link:hover i,
.footer-info-s-list ul li a:hover,
.footer-copyright-left a:hover {
    color: #FFF;
}

.footer-info-s-list-title:hover {
    color: #FFF!important;
}


.header-user-box:hover .header-user-login,
.header-lang-box:hover p {
    color: #32D3A3;
}

.header-user-box:hover .header-user-icon {
    background-color: #32D3A3;
    border: 2px solid #32d3a3!important;
    background-image: url(../static/home/user-white.svg);
}

div.header-user-box:hover .header-user-login {
    color: #FFF;
}

.header-fiexd div.header-user-box:hover .header-user-login {
    color: #323232;
}

.header-user-box a:hover {
    color: #32D3A3!important;
}

.header-user-box:hover .header-user-icon {
    background-color: #32D3A3;
    border: 2px solid #32d3a3;
}

.show .header-user-box:hover .header-user-icon,
.header-fiexd .header-user-box:hover .header-user-icon,
.header-user-icon:hover {
    background-image: url(../static/home/user-white.svg);
}

.header-lang-box:hover .header-lang-icon {
    background-image: url(../static/home/lang-icon-green.svg);
}

.overview-class:hover,
.filter-button:hover,
.helper-drawboard-link:hover,
.profile-button:hover,
.privacy-check:hover {
    background-color: #32D3A3;
    color: #FFF;
}

.contact-form-button-box button:hover {
    background: #32D3A3;
    background: -moz-linear-gradient(left, #000F9F 0%, #000F9F 100%);
    background: -webkit-linear-gradient(left, #000F9F 0%, #000F9F 100%);
    background: linear-gradient(to right, #000F9F 0%, #000F9F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000F9F', endColorstr='#000F9F', GradientType=1) color: #FFF;
}

.overview-class.active:hover {
    background-color: #000F9F;
}

.news-top:hover .news-img img,
.news-list:hover .news-img img {
    transform: scale(1.05);
}

.new-page-button:hover span {
    background-color: #32D3A3;
}

.new-page-button-back:hover,
.new-page-button:hover,
.helper-link:hover p,
a.contact-link:hover,
.support-products-list:hover .support-products-list-info h3,
.support-faq-list:hover h2 {
    color: #000F9F;
}

.new-page-back:hover {
    background-color: #000;
    color: #FFF;
}

.support-products-list:hover,
.support-faq-list:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.support-products-list:hover .support-products-list-download span {
    background-color: #000F9F;
    color: #FFF;
}

.news-sort-box,
.news-list-box {
    position: relative;
}

.news-sort-box {
    z-index: 1;
}

.menu-tag-class li:hover,
.menu-tag-class li.active,
.industry-class-list li:hover,
.industry-class-list li.active {
    background-color: #FFF;
}

@media only screen and (min-width: 1200px) {
    .menu-products-list-box ul li:nth-child(4n + 4),
    .certificate-list:nth-child(4n + 4) {
        margin-right: 0;
    }
    .menu-list:after {
        content: '';
        width: 1px;
        height: 14px;
        display: block;
        background-color: #F5F5F5;
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: calc(50% - 6px);
    }
    .menu-list:first-child:after {
        display: none;
    }
    .menu-list:not(.menu-list-more) .menu-title:after {
        content: '';
        width: 0%;
        height: 3px;
        position: absolute;
        bottom: -15px;
        background-color: #5FE6BE;
        display: block;
        left: 0;
        transition: all .5s ease;
    }

    .menu-list:not(.menu-list-more) .menu-title:hover:after {
        width: 100%;
    }
    .menu-list-more .menu-title:after {
        content: '';
        position: absolute;
        left: calc(50% - 6px);
        bottom: -52px;
        display: block;
        border-right: 11px solid transparent;
        border-left: 11px solid transparent;
        border-top: 14px solid #00DDDD;
        display: none;
        z-index: 5;
    }
    .lang-list:hover {
        background-color: #000F9F;
        color: #FFF;
    }
    .menu-list:hover .menu-title {
        opacity: 1;
        color: #FFF;
    }
    .menu-products-list-box,
    .menu-tag-block {
        display: none;
        width: 100%;
        max-height: calc(100vh - 104.8px);
        overflow: auto;
        left: 0;
        top: 104.8px;
        background-color: #f5f5f5;
        box-sizing: border-box;
        background-image: url(../static/home/header-more-bg.png);
        position: fixed;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
    }
    .menu-products-list-box:before,
    .menu-tag-block:before {
        content: '';
        width: 100%;
        border-top: 1px solid #00DDDD;
        height: 30px;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 77%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, transparent 77%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 77%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.2)', endColorstr='transparent', GradientType=0);
        /* IE6-9 */
    }
    .menu-list-more:hover .menu-title {
        color: #323232;
    }
    .products-style2 .products-list-title-box {
        width: 440px;
        padding: 0 20px;
        box-sizing: border-box;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .inquire-form-block .porducts-list-number-box {
        margin: 0;
        width: 400px;
        display: flex;
    }

    .inquire-form-block .products-list-title-box {
        width: 380px;
    }
    .inquire-form-block .products-list-title-box h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .filter-list:nth-child(5n + 5) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1201px) {
    .catalog-list:nth-child(4n + 4) {
        margin-right: 0px;
    }


}

@media only screen and (min-width: 1280px) {
    .products-style2 .porducts-list-checked-box {
        width: 350px;
        max-width: 100%;
    }
    .products-style2 .porducts-list-number-box {
        margin: 0;
        width: calc(100% - 870px);
        display: flex;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate-list:nth-child(4n + 4) {
        margin-right: 0;
    }
    .products-list:nth-child(3n + 3) {
        margin-right: 0;
    }
    .products-list:nth-child(3n + 3) {
        margin-right: 0;
    }
    .products-style2,
    .inquire-form-block .products-list-box {
        display: block;
    }
    .products-style2 .products-list,
    .inquire-form-block .products-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: stretch;
        padding: 20px;
    }

    .products-style2 .products-list-img,
    .inquire-form-block .products-list-img {
        width: 80px;
    }
    .products-style2 .porducts-list-info,
    .inquire-form-block .porducts-list-info {
        display: none;
    }
    .products-style2 .products-list-title-box,
    .inquire-form-block .products-list-title-box {
        padding: 0 20px;
        box-sizing: border-box;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .products-style2 .stars-block,
    .inquire-form-block .stars-block {
        order: 2;
        margin-top: 0;
    }
    .products-style2 .products-list-title-box h2,
    .inquire-form-block .products-list-title-box h2 {
        order: 1;
        margin-top: 0;
    }


    .products-style2 .porducts-list-checked-box,
    .inquire-form-block .porducts-list-checked-box {
        margin-top: 0;
    }
    .products-style2 .porducts-list-number,
    .inquire-form-block .porducts-list-number {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
        width: 190px;
        box-sizing: border-box;
    }
    .products-style2 .porducts-list-number h4,
    .inquire-form-block .porducts-list-number h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .products-style2 .porducts-list-number p,
    .inquire-form-block .porducts-list-number p {
        font-size: 16px;
        font-weight: 900;
    }
    .products-style2 .porducts-list-number:after,
    .inquire-form-block .porducts-list-number:after {
        height: 100%;
        background-color: #DCDCDC;
        top: 0;
        width: 1px;
    }
    .products-style2 .products-list-img,
    .inquire-form-block .products-list-img {
        display: block;
    }
    .inquire-form-block .products-list:last-child {
        margin-bottom: 0;
    }
    .products-inquire-input-box {
        display: flex;
    }
    .products-inquire-input {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 50px 0 20px;
        box-sizing: border-box;
        position: relative;
    }
    .products-inquire-input input {
        width: 160px;
        max-width: 100%;
    }

}

@media only screen and (min-width: 1101px) {

    .news-list:nth-child(4n + 4),
    .related-list:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@keyframes arrow-right {
    from {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes arrow-left {
    from {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@media only screen and (max-width: 1800px) {
    .header-block {
        width: 95%;
    }
    .menu-right {
        width: 270px;
    }
    .menu-list {
        padding: 0 15px;
    }
    .menu-list-more {
        padding: 38px 25px!important;
    }
    .index-products-box {
        width: 1300px;
    }
    .index-products-list-block {

        padding-left: 25%;
    }
    .index-products-list {
        height: 450px;
    }
    .index-products-info-box {
        padding: 45px 0;
    }
    .index-products-info-bg {
        height: calc(100% - 450px);
    }
    .index-products-info-link {
        right: 0;
    }

}

@media only screen and (max-width: 1580px) {
    .header-left {
        width: 150px;
    }
    .header-right {
        width: calc(100% - 150px);
    }
    .menu-list-more {
        padding: 30px 15px!important;
    }
    .menu-products-list-box,
    .menu-tag-block {
        max-height: calc(100vh - 88.8px);
    }
    .comparison-img-block,
    .menu-products-list-box,
    .menu-tag-block {
        top: 88.8px;
    }
    .menu-list-more .menu-title:after {
        bottom: -44px;
    }
    .index-products-info-box {
        width: 90%;
    }
    .products-top-search-fiexd.sfixed {
        top: 85.59px;
    }
    .products-list {
        width: 32.333%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .filter-list {
        width: 19.2%;
        margin-right: 1%;
    }
    .footer-top p {
        width: calc(100% - 413px);
    }
    .footer-community-list {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1520px) {
    .menu-products-list-box ul,
    .menu-tag-box {
        width: 1200px;
    }
    .menu-products-list-box ul li {
        width: calc(25% - 10px);
        margin-right: 13px;
        margin-bottom: 13px;
    }
    .menu-products-img {
        height: 250px;
    }
    .menu-products-list-box ul li a {
        padding: 20px;
    }
    .index-products-seach-box {
        padding: 130px 5%;
    }
    .index-products-seach-left {
        width: 40%;
    }
    .index-products-seach-right {
        width: 60%;
    }
    .index-products-seach-left {
        padding-right: 30px;
    }
    .index-products-seach-right {
        padding-left: 40px;
    }
    .index-products-seach-select {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .index-about-block {
        padding: 120px 0;
    }
    .contact-information-box {
        width: 90%;
    }
    .index-contact-left {
        padding-right: 4%;
    }
    .footer-box {
        width: 90%;
    }

    .history-box,
    .peeling-box,
    .news-box,
    .related-box,
    .support-box,
    .member-box,
    .contact-box {
        width: 95%;
    }
    .news-list {
        width: 23%;
        margin-right: 2.65%;
    }
    #catalog .support-left {
        width: 320px;
    }
    #catalog .support-right {
        width: calc(100% - 320px);
    }
    .catalog-list-download-box span {
        margin-right: 5px;
    }
    .catalog-list-download-box p {
        font-size: 14px;
    }
    .catalog-list-download-box {
        padding: 15px 0;
    }

    .description-left {
        width: 53%;
        padding-right: 5%;
    }
    .description-right {
        width: 47%;
        padding-left: 0;
    }
    .description-left p {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 1480px) {
    .index-products-box {
        width: 1200px;
    }
    .index-products-prev {
        left: 2%;
    }
    .index-products-next {
        right: 2%;
    }
    .index-products-list {
        height: 405px;
    }
    .index-products-info-bg {
        height: calc(100% - 405px);
    }
    .info-right ul li a {
        padding: 10px 25px 10px 13px;
    }
    .contact-left {
        width: 40%;
    }
    .contact-right {
        width: 56%;
    }
    .contact-left h2 {
        font-size: 38px;
    }

}

@media only screen and (max-width: 1400px) {
    .header-user-login {
        font-size: 13px
    }
    .menu-title {
        font-size: 16px;
    }
    .menu-products-list-box,
    .menu-tag-block {
        max-height: calc(100vh - 85.59px);
    }
    .comparison-img-block,
    .menu-products-list-box,
    .menu-tag-block {

        top: 85.59px;
    }
    .header-user-box {
        max-width: 185px;
    }
    .header-lang-box {
        width: calc(100% - 185px);
    }
    .menu-box {
        width: calc(100% - 250px);
    }
    .menu-right {
        width: 250px;
    }
    .index-about-box {
        width: 90%;
        margin: 0 auto;
    }
    .index-about-left {
        width: 45%;
    }
    .index-about-right {
        width: 55%;
    }
    .index-about-info-list h3 {
        width: 35%;
    }
    .index-about-info {
        width: 65%;
    }
    .index-about-title-info-line:after {
        right: 20px;
        max-width: calc(100% - 20px);
    }
    .index-about-title-info-line {
        width: 60px;
    }
    .index-about-title-info p {
        width: calc(100% - 60px);
    }
    .index-link-info {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .footer-info-add {
        padding-right: 0;
    }
    .footer-info-right {
        width: 260px;
    }
    .footer-info-left {
        width: calc(100% - 260px);
    }
    .index-about-right {
        padding-left: 50px;
    }
    .index-about-block {
        padding: 60px 0;
    }
    .banner-swiper-next {
        right: 5%;
    }
    .banner-swiper-prev {
        left: 5%;
    }
    .swiper-slide-inner {
        padding: 0 10%;
    }
    .overview-img-box,
    .overview-info-box,
    .certificate-list-box {
        width: 95%;
    }
    .overview-img {
        width: 52%;
    }
    .overview-img-info-block {
        width: 55%;
        padding: 20px 5% 20px 10%;
    }
    .certificate-list {
        width: 21%;
        margin-right: 5.3%;
        margin-bottom: 5.3%;
        ;
    }
    .declaration-box {
        width: 95%;
    }
    .contact-company-img {
        width: 55%;
    }
    .contact-company-info {
        width: 42%;
        padding-left: 3%;
    }
    .products-top-search-title {
        font-size: 14px;
        padding-right: 10px;
    }
    .products-top-search-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 180px;
    }
    .products-top-search-select .btn {
        padding: 16px 0px 16px 10px;
    }
    .products-top-search-select .filter-option-inner-inner,
    .search-select-button,
    .top-search-keyword,
    .top-search-filter,
    .products-top-search-select .bootstrap-select .dropdown-menu li a {
        font-size: 14px;
    }
    .top-search-filter-icon {
        width: 14px;
    }
    .search-select-icon {
        width: 24px;
        height: 24px;
        background-size: 5px;
        background-position: 9px center;
    }
    .product-title-box h2 {
        margin-right: 20px;
        font-size: 26px;
        width: 440px;
    }
    .product-top-right {
        width: 330px;
    }
    .product-title-box .porducts-list-number-box {
        width: calc(100% - 460px);
    }
    .product-title-box .porducts-list-number {
        padding-right: 25px;
    }
    .product-title-box .porducts-list-number p {
        font-size: 20px;
    }
    .search-peeling-box .peeling-list {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1300px) {
    .index-products-info-bg {
        display: none;
    }
    .index-products-info-box {
        display: none;
    }
    .index-products-list::before {
        display: none;
    }
    .index-products-button {
        top: calc(50% - 26px);
    }
    .swiper-slide-inner h2 {
        font-size: 7em;
    }
    .swiper-slide-inner p {
        font-size: 1.3em;
    }
    .overview-img-info-block h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .overview-info-left {
        padding-right: 45px;
    }
    .description-left {
        padding-right: 3%;
    }
    .contact-company-info h2 {
        font-size: 34px;
    }
    .product-download-tab {
        min-width: 20%;
    }
}

@media only screen and (max-width: 1280px) {
    .header-left {
        width: 120px;
    }
    .header-right {
        width: calc(100% - 120px);
    }
    .menu-list-more {
        padding: 25px 10px!important;
    }
    .menu-list {
        padding: 0 10px;
    }
    .menu-products-list-box,
    .menu-tag-block {
        max-height: calc(100vh - 75.59px);

    }
    .comparison-img-block,
    .menu-products-list-box,
    .menu-tag-block {

        top: 75.59px;
    }
    .menu-list-more .menu-title:after {
        bottom: -39px;
    }
    .index-products-list-block {
        padding-left: 0;
    }
    .index-products-box {
        width: 1000px
    }
    .footer-info-box {
        display: block;
    }
    .footer-info-left,
    .footer-info-right {
        width: 100%;
    }
    .footer-info-right {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #1E1E1E;
    }
    .footer-info-add {
        display: inline-block;
    }
    .footer-subscription {
        width: 100%;
        max-width: 500px;
    }
    .index-products-list.swiper-slide-active:after {
        display: none;
    }
    .footer-community-list {
        margin-right: 20px;
    }

    .index-products-list {
        height: 435px;
    }
    .overview-info-left p {
        padding-left: 38px;
    }
    .overview-info-left h3 {
        font-size: 38px;
    }
    .overview-info-left {
        width: calc(100% - 700px);
    }
    .overview-info-right {
        width: 700px;
    }
    .overview-info-boss {
        width: 250px;
    }
    .overview-info-p-box {
        width: calc(100% - 250px);
        padding-right: 25px;
    }
    .certificate-list {
        width: 23%;
        margin-right: 2.6%;
        margin-bottom: 2.6%;
    }
    .certificate-block {
        padding: 80px 0;
    }
    .overview-img-info-block {
        min-height: 420px;
    }
    .history-list-year {
        width: 120px;
        font-size: 30px;
    }
    .history-info-box {
        width: calc(100% - 120px);
    }
    .history-img-block {
        width: 350px;
    }
    .news-top .news-img {
        width: 50%;
        height: 0;
        padding-bottom: 33.33%;
    }
    .news-top .news-info {
        width: 50%;
    }
    .products-top-search-fiexd.sfixed {
        top: 75.59px;
    }
    .porducts-list-checked {
        text-align: center;
    }
    .porducts-list-checked .label-checkbox {
        margin: 0 auto 10px auto;
        display: block;
    }
    .product-consult-list .porducts-list-checked {
        text-align: left;
    }
    .product-consult-list .porducts-list-checked .label-checkbox {
        margin: 0 10px 0 0;
        display: inline-block;
    }
    .porducts-list-checked-box {
        justify-content: center;
    }
    .porducts-list-number {
        width: 50%;
    }
    .search-peeling-box .peeling-list {
        font-size: 16px;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .catalog-list:nth-child(3n + 3) {
        margin-right: 0;
    }
    .catalog-list {
        margin-right: 3%;
        width: 31.3333%;
        margin-bottom: 3%;
    }
    .contact-company-info h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .contact-company-info-add {
        margin-bottom: 15px;
    }
    .contact-company-info ul li {
        padding: 5px 0;
    }
    .sitemap-list > .pl,
    .sitemap-l-list > .pl {
        padding-left: 20px;
    }
    .sitemap-list-box {
        padding-right: 20px;
    }
    .sitemap-m-list > .pl {
        padding-left: 35px;
    }
    .sitemap-s-list > .pl {
        padding-left: 50px;
    }
    .sitemap-list {
        margin-bottom: 40px;
    }
    .sitemap-ss-list {
        padding-left: 45px;
    }
    .filter-list:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .products-style2 .products-list-title-box
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
    .products-style2 .porducts-list-checked-box {
        width: 250px;
        max-width: 100%;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1279px) {
    .products-style2 .porducts-list-number-box {
        margin: 0;
        width: calc(100% - 680px);
        display: flex;
    }
    .products-style2 .products-list-title-box {
        width: 350px;
    }
}

@media screen and (min-width: 1000px)and (max-width: 1099px) {
    .products-style2 .porducts-list-number-box {
        margin: 0;
        width: calc(100% - 630px);
        display: flex;
    }
    .products-style2 .products-list-title-box {
        width: 300px;
    }
}

@media screen and (min-width: 500px) and (max-width: 999px) {
    .catalog-list {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .catalog-list:nth-child(even) {
        margin-right: 0;
    }


}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .filter-list:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .header-right {
        width: 100%;
        position: fixed;
        right: -100%;
        top: 78.11px;
        height: calc(100vh - 78.11px);
        flex-direction: column;
        background-color: #FFF;
        justify-content: flex-start;
        overflow: auto;

        transition: all .5s ease;
    }
    header.open {
        background-color: #FFF;
    }
    .header-right.active {

        right: 0;
    }
    header.show,
    .header-fiexd,
    header.open {
        border-bottom: 1px solid #00DDDD;
        box-sizing: border-box;
    }
    .rwd-menu {
        display: block;
    }
    .header-block {
        width: 90%;
        justify-content: space-between;
        padding: 20px 0;
        transition: all .5s ease;
    }
    .menu-right {
        order: 1;
    }
    .lang-list-box {
        order: 2;
        position: static;
        display: none;
        width: 100%;

    }
    .menu-box {
        order: 3;
        flex-direction: column;
    }
    .header-user-login {
        color: #323232;
    }
    .header-user-icon {
        border: 2px solid #646464!important;
        background-image: url(../static/home//user-bk.svg);
    }
    .header-lang-icon {
        background-image: url(../static/home/lang-icon-bk.svg);
    }
    .header-lang-box p {
        color: #323232;
    }
    .menu-right {
        max-width: 100%;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 45px;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-search-box {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .header-search-box:before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        bottom: 0;
        background: #DCDCDC;
        height: 1px;
    }
    .header-search-box .header-keyword {
        width: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        opacity: 1;
        position: relative;
        overflow: inherit;
    }
    .header-search-box .header-keyword input {
        width: 100%;
        padding-left: 55px;

    }
    .header-fiexd .header-search-box.show_in .header-keyword {
        border: solid 1px #fff;
    }
    .header-search-box.show_in .header-keyword {
        width: 500px;
    }
    .header-search-box .header-search-icon {
        display: none;
    }
    .header-search-box .header-keyword button {
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #323232;
        transition: all .5s ease;
        border-radius: 50%;
        background: none;
        position: absolute;
        left: 0;
        top: 0;
        color: #323232;
    }
    .header-search-box .header-keyword button i {
        font-size: 16px;
    }
    .header-search-box .header-keyword button:hover {
        border: 2px solid #32d3a3;
        color: #32d3a3;
    }
    .header-user-box {
        /*        width: 70%;*/
        max-width: 300px;
        flex-direction: row-reverse;
        margin-left: 0;
        width: calc(70% - 15px);

    }
    .header-user-login {
        text-align: left;
        margin-right: 0;
        margin-left: 10px;
        font-size: 16px;
    }
    .header-lang-box {
        width: 30%;
    }
    .lang-list-box {
        border-top: 1px solid #DCDCDC;
    }
    .lang-list-box a {
        font-size: 18px;
    }
    .menu-box {
        width: 100%;
        border-top: 1px solid #DCDCDC;
    }
    .menu-list {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-bottom: 1px solid #DCDCDC;
        transition: all .5s ease;
    }
    .header-right {
        scrollbar-width: none;
    }
    .menu-title {
        color: #323232;
        opacity: 1;
        width: 100%;
        max-width: 500px;
        position: relative;
        margin: 0 auto;
        padding: 15px 45px;
        ;
        display: block;
        box-sizing: border-box;
        text-align: left;
    }
    .header-right::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }
    .menu-products-list-box,
    .menu-tag-block {
        display: none;

        position: static;
        background-image: none;
        max-height: inherit;
    }
    .menu-products-list-box ul {
        padding: 0;
    }
    .menu-products-img {
        display: none;
    }
    .menu-products-list-box ul li {
        width: 100%;
        margin: 0;
        background-color: transparent;
        position: relative;
    }
    .menu-products-list-box ul li h4 {
        font-size: 18px;
        color: #323232;
        text-align: left;
        display: block;
    }
    .menu-products-list-box ul li a {
        padding: 15px 45px;
        box-sizing: border-box;
        border-bottom: 1px solid #DCDCDC;

    }
    .menu-products-list-box ul li:last-child a {
        border-bottom: 0;
    }
    .menu-products-list-box ul li h4 {
        margin-top: 0;
    }
    .menu-list-more {
        padding: 0px!important;
    }
    .menu-list {
        padding: 0;
    }
    .menu-products-list-box {
        padding: 0px 0 30px 0;
    }
    .menu-products-list-box ul {
        width: 90%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        border: 1px solid #DCDCDC;
        border-radius: 10px;
    }
    .menu-products-list-box ul li:before {
        content: '';
        width: 10px;
        height: 2px;
        display: block;
        background-color: #DCDCDC;
        position: absolute;
        left: 20px;
        top: 27px;
    }
    .menu-list-more .menu-title:after {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-size: 20px;
        background-image: url(../static/home/header-more.svg);
        background-position: center;
        position: absolute;
        right: 15px;
        top: calc(50% - 10px);
    }
    .menu-list:not(.menu-list-more) .menu-title:after,
    .menu-products-list-box ul li a:after {
        content: '';
        width: 9px;
        height: 15px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-image: url(../static/home/menu-more-icon-bk.svg);
        transition: all .5s ease;
        position: absolute;
        right: 20px;
        top: 22px;
    }
    .menu-tag-title {
        height: 45px;
    }
    .menu-list-more.active {
        background-color: #f5f5f5;
    }
    .menu-products-list-box ul,
    .menu-tag-info-block {
        background-color: #FFF;
    }
    .menu-tag-title {
        background-color: #f5f5f5;
    }
    .menu-list-more.active .menu-title:after {
        background-image: url(../static/home/header-more-active.svg);
    }
    .menu-tag-info-right,
    .menu-tag-class-right {
        display: none;
    }
    .menu-tag-box {
        padding-top: 0;
        padding-bottom: 0px;
        width: 90%;
        max-width: 500px;
    }
    .menu-tag-title-box .menu-tag-title:nth-child(1) {
        width: 40%;
        border: 0;
    }
    .menu-tag-title-box .menu-tag-title:nth-child(2) {
        width: 60%;
    }
    .menu-tag-title-box:after {
        display: none;
    }
    .menu-tag-title,
    .menu-tag-title:last-child {
        border-top: none;
        border-right: none;
    }
    .menu-tag-box {
        border: 1px solid #DCDCDC;
        border-radius: 10px;
        overflow: hidden;
    }
    .menu-tag-class-left {
        max-height: inherit;
    }
    .menu-tag-block {
        padding-bottom: 30px;
    }
    .menu-tag-class-left {
        width: 100%;
    }
    .menu-tag-class li,
    .industry-class-list li {
        width: 100%;
    }
    .menu-tag-class li.active,
    .industry-class-list li.active {
        box-shadow: none;
    }
    .menu-tag-title-box {
        margin-bottom: 0;
    }
    .menu-tag-class,
    .industry-class-list {
        padding: 0;
    }
    .menu-tag-class li a,
    .industry-class-list li a {
        padding: 15px 25px;
    }
    .menu-tag-class li a:after,
    .industry-class-list li a:after {
        top: 23px;
    }
    .menu-tag-class li,
    .industry-class-list li {
        border-bottom: 1px solid #DCDCDC;
        border-radius: 0;
    }
    .menu-tag-class li a p,
    .industry-class-list li a p {
        text-align: left;
    }
    .swiper-slide-inner h2 {
        font-size: 5em;
    }
    .swiper-slide-inner p {
        font-size: 1em;
    }
    .index-contactinfo,
    .index-contact-list {
        width: 100%;
    }

    .footer-copyright {
        display: block;
        padding: 20px 0;
    }
    .footer-copyright-left {
        margin-bottom: 5px;
    }
    .index-products-list {
        height: 410px;
    }
    .overview-img-info-block h2 {
        font-size: 34px;
    }
    .overview-info-left {
        padding-right: 20px;
    }
    .peeling-box,
    .overview-img-box,
    .overview-info-box,
    .certificate-list-box {
        width: 90%;
    }
    .overview-img-info {
        padding-right: 0;
    }
    .declaration-box {
        width: 95%;
    }
    .news-class-left .overview-class {
        margin-bottom: 10px;
    }
    .new-box {
        width: 90%;
    }
    .new-info:after {
        width: 80%;
        left: 10%;
    }
    .related-box {
        width: 90%;
    }
    .contact-box,
    .sitemap-box {
        width: 90%;
    }
    .drawboard-left p,
    .drawboard-left a,
    .drawboard-right {
        font-size: 14px;
    }
    .top-search-keyword {
        width: 180px;
    }
    .products-top-search-select {
        width: 19%;
    }
    .products-top-search-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        max-width: 100%;
    }
    .products-top-search-left {
        width: calc(100% - 291px);
    }
    .solution-top-box .solution-title-box h2 {
        font-size: 30px;
    }
    .solution-top-box .solution-title-box p {
        font-size: 18px;
    }
    .solution-top-box .solution-title-box {
        width: 250px;
    }
    #products .products-top-img {
        width: 250px;
    }
    #products .solution-title-info {
        width: calc(100% - 500px);
        padding: 0 30px;
    }
    .products-top-search-fiexd.sfixed {
        top: 84.11px;
    }
    .solution-top-box .solution-img-box {
        width: 300px;
    }
    .solution-top-box .solution-title-info {
        width: calc(100% - 550px);
    }
    .solution-list .solution-title-box {
        width: 220px;
    }
    .solution-list .solution-img-box {
        width: 250px;
    }
    .solution-list .solution-title-info {
        width: calc(100% - 470px);
    }
    .product-img-block {
        width: 40%;
    }
    .product-info-block {
        width: 60%;
    }
    .product-s-img-list {
        height: 79px;
        padding: 5px;
        box-sizing: border-box;
    }
    .product-img-list iframe {
        height: 300px;
    }
    .product-img {
        height: 430px;
    }
    .product-top-left {
        width: 100%;
    }
    .product-top-right {
        width: 360px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .product-top-box {
        display: block;
    }
    .search-peeling-block {
        display: block;
        text-align: right;
    }
    .search-peeling-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .filter-list {
        width: 24%;
        margin-right: 1.3%;
    }
    .menu-tag-title.active {
        background-color: #FFF;
    }
}

@media only screen and (max-width: 1100px) {
    .index-products-box {
        width: 900px;
    }
    .index-news-box {
        width: 930px;
        max-width: 100%;
    }
    .index-news-block {
        width: 100%;
        padding: 25px 20px;
        box-sizing: border-box;
    }
    .overview-info-left {
        width: calc(100% - 600px);
    }
    .overview-info-right {
        width: 600px;
    }
    .news-list .stars-block h5 {
        margin-left: 10px;
    }
    .news-list .news-info {
        padding: 0 10px;
    }
    .contact-left h2 {
        font-size: 36px;
    }
    .product-download-tab {
        min-width: inherit;
        width: 25%;
    }
    .product-info-tab-box {
        flex-wrap: wrap;
    }



    .helper-block {
        bottom: 290px;
    }
    .filter-results {
        margin-right: 15px;
    }
    .rwd-product-info-tab {
        display: block;
        cursor: pointer;
    }
    .product-info-tab-box {
        display: none;
        border: 1px solid #DCDCDC;
        border-top: 0;
    }
    .product-info-tab {
        width: 100%;
        background-color: #576fc7;
        border-bottom: 1px solid #DCDCDC;
    }
    .product-info-box {
        border-radius: 0;
        border-top: 0;
        top: 0;
    }
    .product-info-tab {
        border-top: 0;
    }
    .product-info-tab.active:first-child {
        border-left: 0;
    }
    .product-info-tab {
        color: #FFF;
    }
}

@media screen and (min-width: 800px) and (max-width: 1100px) {
    .news-list:nth-child(3n + 3),
    .related-list:nth-child(3n + 3) {
        margin-right: 0;
    }
    .news-list,
    .related-list {
        width: 31.333%;
        margin-right: 3%;
    }
    .product-img-block,
    .product-info-block {
        width: 50%;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .product-more-list {
        display: block;
    }
    .product-more-list-img {
        text-align: center;
        margin-right: 0;
    }
    .product-more-info,
    .product-more-list-img {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .index-news-box {
        display: block;
    }
    .index-news-box h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .index-news-box h2:after {
        display: none;
    }
    .index-news-list a {
        display: block;
        text-align: center;
    }
    .index-news-list-box {
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .index-news-list-box .slick-prev,
    .index-news-list-box .slick-next {
        top: inherit;
        bottom: 10px;

    }
    .index-news-list-box .slick-prev {
        right: calc(50% + 22px);
    }
    .index-news-list-box .slick-next {
        right: calc(50% - 33px);
    }
    .index-news-list h3 {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .index-about-box {
        display: block;
    }
    .index-about-left,
    .index-about-right {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .index-about-title-box {
        text-align: center;
    }
    .index-about-title-info-line {
        display: none;
    }
    .index-about-title-info p {
        width: 100%;
        text-align: center;
    }
    .index-about-link {
        margin: 0 auto 75px auto;
        float: none;
        display: block;
    }
    .index-about-bg.bg-right {
        display: none
    }
    .index-about-bg {
        width: 100%;
    }
    .bg-left {
        left: inherit;
        right: 0;
        top: 0;
    }
    .index-about-info-list {
        display: block;
    }
    .index-about-info-list h3 {
        width: 100%;
        text-align: center;
    }
    .index-about-info {
        margin: 30px auto 0 auto;
        width: 100%;
        max-width: 330px;
    }
    .index-about-info h4 {
        text-align: center;
    }
    .index-products-seach,
    .index-products-seach-right,
    .index-products-seach-left:after {
        display: none;
    }
    .index-products-seach-left {
        width: 100%;
    }
    .rwd-more-link {
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #152C7D;
        text-align: center;
        background-color: #FFF;
        display: block;
        margin: 30px auto 0 auto;
        border-radius: 40px;
    }
    .index-products-seach-left h2 {
        text-align: center;
    }
    .index-products-seach-left p {
        margin: 0 auto;
    }
    .index-products-seach-box {
        background-position: 25% center;
        padding: 70px 0;
    }
    .index-products-box {
        width: 700px;
    }
    .index-products-list {
        height: 456px;
    }
    .index-contact-right {
        display: none;
    }
    .index-contact-left {
        width: 100%;
        padding-right: 0;
    }

    .index-contactinfo {
        display: block;
    }
    .index-contactinfo span {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .index-contactinfo .mail {
        font-size: 40px;
    }
    .index-contactinfo .user {
        background-size: 40px;
    }
    .index-contactinfo p {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
    }
    .banner-block .banner-swiper-prev,
    .banner-block .banner-swiper-next {
        display: none!important;
    }
    .scroll-box {
        bottom: 0;
    }
    .index-products-seach-left {
        padding-right: 0;
    }

    .footer-box {
        padding-top: 80px;
    }
    .footer-top p {
        display: none;
    }
    .footer-top {
        display: block;
        border-bottom: none;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-community {
        text-align: center;
        margin-top: 50px;
    }
    .footer-info-list ul,
    .footer-info-s-list {
        display: none;
    }
    .footer-info-list-block {
        display: block;
        font-size: 0;
    }
    .footer-info-list-box:nth-child(1),
    .footer-info-list-box:nth-child(4) {
        width: 100%;
        display: block;
    }
    .footer-info-list-box:nth-child(1) .footer-info-list,
    .footer-info-list-box:nth-child(4) .footer-info-list {
        width: 50%;
    }
    .footer-info-list {
        margin-top: 0;
        text-align: center;
        display: inline-block;
    }
    .footer-info-list-box:nth-child(2),
    .footer-info-list-box:nth-child(3) {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .footer-info-list-box:nth-child(2) .footer-info-list,
    .footer-info-list-box:nth-child(3) .footer-info-list {
        width: 100%;
    }
    .footer-info-list-box:last-child .footer-info-list:first-child {
        margin-bottom: 0;
    }
    .footer-info-list-box:last-child .footer-info-list:nth-last-child(1) .footer-info-list-title,
    .footer-info-list-box:last-child .footer-info-list:nth-last-child(2) .footer-info-list-title {
        margin-bottom: 0;
    }
    .footer-info-list-title {
        margin-bottom: 20px;
    }
    .footer-info-box {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .footer-info-right {
        display: none;
    }
    .footer-copyright-left {
        display: block;
        text-align: center;
    }
    .footer-copyright-left p {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .footer-copyright-left p:after {
        display: none;
    }
    .footer-copyright-left {
        margin-bottom: 15px;
    }
    .footer-copyright-right {
        text-align: center;
    }
    .index-news-list h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        width: 100%;
        max-height: 52px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .overview-img {
        position: relative;
        width: 100%;
    }
    .overview-img-info-block {
        width: 100%;
        float: none;
        padding: 30px 5%;
        min-height: auto;
    }
    .overview-img-box {
        margin-top: 0;
        padding-bottom: 50px;
    }
    .overview-info-box {
        padding: 50px 0;
    }
    .overview-info-left,
    .overview-info-right {
        width: 100%;
    }
    .overview-info-box {
        display: block;
    }
    .overview-info-left h3 {
        margin-bottom: 30px;
    }
    .overview-info-right {
        margin-top: 30px;
    }
    .certificate-list {
        width: 31.333%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .certificate-list:nth-child(3n + 3) {
        margin-right: 0;
    }
    .page-banner-img {
        height: 295px;
    }
    .page-banner-title h3 {
        font-size: 40px;
    }
    .history-info-box {
        display: block;
    }
    .history-info {
        margin-bottom: 20px;
    }
    .history-img-block {
        margin: 0 auto;
        height: auto;
    }
    .history-list {
        padding: 40px 0;
    }
    .history-list-year:after {
        height: 100%;
        top: 0;
    }
    .history-img-block .slick-list {
        border-radius: 0;
    }
    .news-class-left .rwd-overview-class {
        display: block;
        width: 100%;
    }
    .news-class-block {
        align-items: center;
    }
    .news-class-left {
        width: calc(100% - 380px);
    }
    .news-class-left .overview-class-box {
        width: 100%;
        display: none;
    }
    .news-class-left .overview-class {
        width: 100%;
        display: block;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border: 1px solid #b3b3b3;
        border-top: 0;
    }
    .news-class-left .overview-class {
        margin-bottom: 0;
    }
    .subscription-box {
        width: 90%;
    }
    .description-box {
        display: block;
    }
    .description-left {
        width: 100%;
        padding-right: 0;
    }
    .description-right {
        width: 100%;
        text-align: center;
    }
    .member-join-button {
        margin: 40px auto;
    }
    .contact-company-info h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .contact-box {
        display: block;
    }
    .contact-left,
    .contact-right {
        width: 100%;
    }
    .contact-left {
        margin-bottom: 40px;
    }
    .contact-box {
        padding: 50px 0;
    }
    .sitemap-list-box {
        width: 50%;
    }
    .sitemap-box {
        flex-wrap: wrap;
    }
    .drawboard-bottom {
        display: block;
    }
    .products-top-search-left {
        width: 95%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .products-top-search-right {
        width: 100%;
    }
    .products-top-search-box {
        display: block;
    }
    .top-search-keyword {
        width: calc(100% - 110px);
    }
    .products-top-search-box {
        width: 100%;
    }
    .products-top-search-select .btn {
        padding: 10px 0px 10px 10px;
    }

    .solution-top-box {
        flex-wrap: wrap;
    }
    .solution-top-box .solution-title-box {
        width: 100%;
        margin-bottom: 30px;
    }
    #products .solution-title-info {
        width: calc(100% - 300px);
        padding: 0 20px 0 0;
    }
    #products .products-top-img {
        width: 300px;
    }
    .products-choose-box {
        display: none;
    }
    .products-list {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .products-list:nth-child(even) {
        margin-right: 0;
    }
    .solution-top-box .solution-title-info {
        width: calc(100% - 300px);
        padding: 0 20px 0 0;
    }
    .solution-list {
        flex-wrap: wrap;
    }
    .solution-list .solution-title-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .solution-list .solution-title-info {
        width: calc(100% - 250px);
        padding-left: 0;
    }
    .solution-list {
        margin-bottom: 20px;
    }

    .product-title-box h2 {
        width: 100%;
    }
    .product-title-box {
        display: block;
    }
    .product-title-box .porducts-list-number-box {
        margin-top: 20px;
    }
    .filter-list {
        width: 32%;
        margin-right: 2%;
    }
    .products-inquire-del {
        position: static;
    }
    .products-inquire-del span {
        display: none;
    }
    .rwd-inquire-del {
        display: block;
    }
    .products-inquire-input input {
        width: 100%;
    }
    .products-inquire-del {
        margin-top: 20px;
        text-align: center;
    }
    .products-inquire-del h5 {
        font-size: 18px;
        font-weight: bold;
        color: #D4251F;
        display: inline-block;
    }
    .inquire-form-left,
    .inquire-form-right {
        padding-right: 0;
        width: 100%;
    }
    .inquire-form-left {
        margin-bottom: 20px;
    }
    .inquire-form-box {
        flex-wrap: wrap;
    }
    .news-block {
        padding: 35px 0;
    }
    .news-class-block .rwd-overview-class {
        display: block;
    }
    .news-class-block .overview-class-box {
        width: 100%;
        display: none;
    }
    .news-class-block .overview-class {
        width: 100%;
        display: block;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border: 1px solid #b3b3b3;
        border-top: 0;
    }
    .news-class-block {
        display: block;
    }
    .news-class-left {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .news-class-left:after {
        display: none;
    }
    .news-class-right {
        padding-left: 0;
    }
    .news-class-right {
        width: 100%;
    }
    .index-about-info-list h3 {
        padding-right: 0;
    }
    .new-bg-1,
    .new-bg-2 {
        display: none;
    }
    .catalog-list:hover .catalog-list-img:after {
        border: 1px solid #C8C8C8;
    }
    .index-about-info-list:after {
        display: none;
    }
    .index-about-info-list {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .index-link-block {
        display: block;
    }
    .index-link-list {
        width: 100%;
    }
    .index-link-info {
        padding: 40px 5%;
    }
    .index-link-info h3 {
        text-align: center;
    }
    .top-box.gottop_bottom {
        display: none;
    }
    .swiper-button {
        display: none;
    }
    .banner-block .swiper-button {
        display: block;
    }
    .overview-info-left {
        padding-right: 0;
    }
    .top-box {
        display: none;
    }
    .news-list,
    .related-list {
        width: 48%;
        margin-right: 4%;

    }
    .news-list {
        margin-bottom: 30px;
    }
    .related-list {
        margin-bottom: 20px;
    }
    .news-list:nth-child(even),
    .related-list:nth-child(even) {
        margin-right: 0;
    }
    .related-list h3 {
        padding: 10px 0px 10px 0;
    }
    .news-top {
        display: block;
        margin-top: 20px;
    }
    .news-top .news-img {
        width: 100%;
        padding-bottom: 66.76%;
    }
    .news-top .news-info {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .new-info {
        padding: 70px 5%;
    }
    .new-page-link-box,
    .new-page-community {
        text-align: left;
    }
    .new-page-community {
        height: inherit;
    }
    .new-page-community:after {
        display: none;
    }
    .new-page-link-box .stars-block,
    .write-review-box {
        margin-top: 20px;
    }
    .new-page-link-box .stars-block {
        padding-left: 0;
    }
    .fixed-box {
        width: 90%;
        padding: 30px 5%;
    }
    .subscription-betwen {
        flex-wrap: wrap;
    }
    .subscription-betwen .subscription-input {
        width: 100%;
        margin-right: 0;
    }
    .rwd-support-class {
        display: block;
        font-size: 18px;
        font-weight: 500;
    }
    .support-left,
    .support-right {
        width: 100%!important;
    }
    .support-box {
        width: 90%;
    }
    .support-class-box {
        width: 100%;
    }
    .overview-class-block {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .support-class {
        border-left: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
        box-sizing: border-box;
    }
    .support-class li {
        border-bottom: 1px solid #b3b3b3;
        padding: 7px 20px;
        background-color: #FFF;
    }
    .support-class li {
        border-top: none;
    }
    .support-class li:first-child {
        border-top: none;

    }
    .support-class li.active {
        background-color: #000F9F;
        color: #FFF;
    }
    .rwd-overview-class {
        display: block;
    }
    .overview-class-box {
        width: 100%;
        display: none;
    }
    .overview-class {
        width: 100%;
        display: block;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border: 1px solid #b3b3b3;
        border-top: 0;
    }
    .support-class {
        width: 100%;
        display: none;
    }


    .download-button-box {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
        float: none;
        margin-bottom: 0;
        z-index: 1;
    }
    .support-download,
    .support-clear {
        text-align: center!important;
    }
    .support-download {
        width: 70%;
    }
    .support-clear {
        width: 30%;
    }
    .catalog-list-download-box {
        padding: 15px 10px;
    }
    .support-class-box {
        margin-bottom: 40px;
    }
    .support-top {
        margin-bottom: 30px;
    }
    .support-box {
        padding-top: 30px;
    }
    .support-search-box {
        position: fixed;
    }
    .support-search-box {
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 0;
        width: 100%;
        background-color: #000F9F;
        z-index: 1;
    }
    .support-search-box input::placeholder {
        /* CSS 3 標準 */
        color: #FFF;
        font-weight: 500;
        font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    }
    .support-search-box input::-webkit-input-placeholder {
        /* Chrome, Safari */
        color: #FFF;
        font-weight: 500;
        font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    }
    .support-search-box input:-ms-input-placeholder {
        /* IE 10+ */
        color: #FFF;
        font-weight: 500;
        font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
    }
    .support-search-box input::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFF;
        font-weight: 500;
        font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
        opacity: 1;
    }
    .support-search-box button {
        color: #FFF;
    }
    .support-search-box input {
        color: #FFF;
    }
    .support-search-box {
        padding: 12px 5%;
        box-sizing: border-box;
    }
    .footer-subscription input::-moz-placeholder {
        color: #FFF;
        font-weight: 500;
        font-family: 'Roboto', 'Kanit', 'Microsoft JhengHei', sans-serif;
        opacity: 1;
    }
    .profile-password .profile-input {
        flex-wrap: wrap;
    }
    .profile-password .profile-input .subscription-input-text,
    .forget-password .profile-input .subscription-input-text {
        width: 100%;
        border-bottom: 1px solid #DCDCDC;
    }
    .profile-password .profile-input,
    .forget-password .profile-input {
        padding: 16px 10px;
        box-sizing: border-box;
    }
    .profile-password .subscription-input-title,
    .forget-password .subscription-input-title {
        padding: 0;
    }
    .profile-password .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 16.75px 10px;
    }
    .profile-password-answer .subscription-input-text {
        border-bottom: 0!important;
        padding: 0!important;
    }

    .profile-register-box .profile-input {
        flex-wrap: wrap;
        padding: 10px;
    }
    .profile-register-box .profile-input .subscription-input-text {
        width: 100%;
        border-bottom: 1px solid #DCDCDC;
    }
    .profile-register-box .subscription-input-title {
        padding: 0;
    }
    .profile-register-box .profile-select-box {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    #register .profile-select-box {
        padding: 10px;
        box-sizing: border-box;
    }
    #register .profile-register-box .profile-select-box .subscription-input-title {
        padding-left: 0;
    }
    #register .profile-select .bootstrap-select > .dropdown-toggle {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
    .profile-register-box .profile-select-box .subscription-input-title {
        position: relative;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .profile-register-box .profile-select-box .filter-option-inner-inner {

        min-height: 25px;
    }
    .profile-register-box .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 0px 10px 0px 10px;
    }
    .sitemap-list-box {
        width: 100%;
    }
    .sitemap-list {
        margin-bottom: 30px;
    }
    .drawboard-top {
        display: block;
    }
    .drawboard-p {
        padding-left: 0;
        margin-top: 20px;
    }
    .drawboard-left p {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .drawboard-left {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .drawboard-top {
        padding: 30px 0;
    }
    .product-img-block,
    .product-info-block,
    .product-title-box .porducts-list-number-box {
        width: 100%;
    }
    .product-img-block {
        padding-right: 0;
    }
    .product-info-block {
        margin-top: 20px;
    }
    .product-box {
        width: 100%;
        display: block;
    }
    .product-top-left .stars-block {
        box-sizing: border-box;
    }
    .product-top-left .new-page-link-box {
        width: 100%;
    }
    .product-s-img-list {
        height: 132px;
    }
    .filter-list:nth-child(even) {
        margin-right: 0;
    }
    .filter-list {
        width: 49%;
        margin-right: 2%;
    }

    .filter-button-box {
        margin-bottom: 20px;
    }
    .filter-button-block {
        display: flex;
        flex-direction: column;

    }
    .filter-button-box,
    .filter-choose {
        float: none;
    }
    .history-box,
    .declaration-box,
    .news-box,
    .news-class-block,
    .member-box {
        width: 90%;
    }
    .new-page-link-box {
        max-width: 500px;
        margin: 30px auto;
        box-sizing: border-box;
    }
    .new-page-link-box,
    .new-page-community {
        text-align: center;
    }
    .contact-company {
        display: block;
    }
    .contact-company-img,
    .contact-company-info {
        width: 100%;
    }
    .contact-company-img {
        margin-bottom: 20px;
    }
    .contact-company-info {
        padding-left: 0;
    }
    .contact-information-box {
        width: 90%;
        padding: 50px 0;
    }
    .contact-map {
        margin-top: 30px;
    }
    .contact-map {
        height: 400px;
    }
    .page-404-title {
        font-size: 60px;
        text-align: center;
    }
    .page-404-title span {
        font-size: 80px;
    }
    .header-user-login {
        font-size: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .news-list .news-info h2 {
        text-align: left;
    }

    #products .solution-title-info {
        width: 50%;
    }
    #products .products-top-img {
        width: 50%;
    }
    .solution-top-box {
        align-items: inherit;
    }

    .products-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .porducts-list-info {
        display: none;
    }
    .products-block .peeling-block {
        padding-top: 0;
        display: none;
    }
    .solution-top-box .solution-title-info {
        width: 100%;
        margin-bottom: 20px;
    }
    .solution-top-box .solution-img-box,
    .solution-list .solution-img-box {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .solution-list .solution-title-info {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .helper-icon {
        width: 60px;
        height: 60px;
    }
    .helper-icon span {
        background-size: 30px;
    }
    .helper-block {
        right: 3%;
        bottom: 5%;
    }
    .helper-box {
        position: fixed;
        left: calc(50% - 200px);
    }
    .helper-arrow-mask,
    .helper-arrow {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .index-products-box {
        width: 90%;
    }
    .index-products-list {
        height: auto;
    }
    .index-products-list:after {
        display: none;
    }
    .index-contact-block {
        background-image: url(../static/home/index-contact-bg.png);
        background-size: cover;
        background-position: top right;
    }
    .index-products-box {
        padding-bottom: 80px;
    }
    .index-products-button {
        top: inherit;
        bottom: 32px;
    }
    .index-products-next {
        right: calc(50% - 70px);
    }
    .index-products-prev {
        left: calc(50% - 70px);
    }
    .privacy-box {
        display: block;
    }
    .privacy-box p {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .privacy-check {
        margin: 0 auto;
    }
    .overview-info-boss,
    .overview-info-p-box {
        width: 100%;
        float: none;
    }

    .overview-info-boss {
        margin-bottom: 20px;
        text-align: center;
    }
    .history-list {
        display: block;
        padding: 30px 5%;
    }
    .history-list-year,
    .history-info-box {
        width: 100%;
    }
    .history-list-year {
        padding-bottom: 20px;
    }
    .history-info-box {
        margin-top: 30px;
    }
    .history-list-year:after,
    .no-img .history-list-year:after {
        width: 100%;
        height: 1px;
        top: inherit;
        bottom: 0;
    }
    .history-info ul li p {
        padding-right: 0;
    }
    .support-products-list {
        flex-wrap: wrap;
    }
    .support-products-list-info {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }
    .support-products-list-icon {
        display: block;
        margin-top: 10px;
    }
    .support-products-list {
        padding: 20px 5%;
    }
    .support-products-list-info h3 {
        line-height: 1.4;
    }
    .contact-form-box .profile-input {
        display: block;
    }

    .contact-form-box .profile-select-box {
        padding: 0;
    }
    .contact-form-box .profile-input {
        padding: 10px;
    }
    .contact-form-box .profile-input .subscription-input-text,
    .contact-verification-input {
        width: 100%;
    }
    .verification-img {
        margin-top: 10px;
    }
    .contact-form-box .profile-input .subscription-input-title {
        padding: 0;
    }
    .products-top-search-left {
        flex-wrap: wrap;
    }
    .products-top-search-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .products-top-search-title:after,
    .products-top-search-select:after {
        display: none;
    }
    .products-top-search-select,
    .search-select-button {
        width: 50%;
        margin-bottom: 10px;
    }

    .products-top-search-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }
    .search-select-button {
        padding: 0;
    }

    .products-top-search-left,
    .products-box {
        width: 90%;
    }
    .products-top-search-select .btn {
        padding: 5px 0 5px 0;
    }
    .solution-top-box {
        padding: 30px 0;
    }
    #products .solution-title-info {
        width: 100%;
        margin-bottom: 20px;
    }
    #products .products-top-img {
        width: auto;
    }
    .lightcase-contentInner img {
        transform: scale(0.95);
    }
    a[class*='lightcase-icon-'].lightcase-icon-close {
        top: 15px;
        right: 10px;
    }
    .index-products-list {
        padding: 30px 50px;
    }
    .certificate-block h3 {
        padding: 0 5%;
        box-sizing: border-box;
    }
    #contact .subscription-input-text,
    #contact .contact-verification-input {
        border-bottom: 1px solid #DCDCDC;
    }
    .verification-box {
        position: relative;
    }
    .contact-verification-input {
        width: calc(100% - 115px);
    }
    .verification-img {
        display: block;
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

}

@media only screen and (max-width: 500px) {
    .menu-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-search-box {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .header-user-login {
        font-size: 14px;
    }
    .index-products-list {
        padding: 20px 5%;
    }
    .certificate-list:nth-child(even) {
        margin-right: 0!important;
    }
    .certificate-list {
        width: 48%;
        margin-right: 4%;
    }
    .certificate-list:nth-child(3n + 3) {
        margin-right: 4%;
    }
    .certificate-block h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .index-contactinfo p {
        font-size: 18px;
    }

    .peeling-list {
        padding: 0 10px;
    }
    .history-info {
        padding: 0;
    }

    .privacy-box {
        padding: 15px 5%;
    }
    .news-search-box {
        display: block;
        width: auto;
        padding-left: 20px;
        margin-top: 10px;
    }

    .time-sort:after {
        display: none;
    }
    .news-sort-select {
        max-width: 50%!important;
    }
    .news-sort-select .btn {
        padding: 5px 20px;
    }
    .news-top {
        display: none;
    }
    .news-list,
    .related-list {
        width: 100%;
        margin-right: 0;
    }
    .news-list-block {
        margin-top: 20px;
    }
    .page-banner-img {
        height: 225px;
    }
    .page-banner-title h3 {
        font-size: 34px;
    }
    .page-button:last-child {
        margin-left: 15px;
    }
    .page-button:first-child {
        margin-right: 15px;
    }
    .new-page-link-box .stars-block {
        width: 100%;
    }
    .new-page-link-box .stars-block:after {
        display: none;
    }
    .write-review-box {
        margin-left: 0;
    }
    .new-page-link-box .stars-block,
    .write-review-box {
        margin-top: 10px;
    }
    .new-page-button {
        padding: 0;
    }
    .new-page-prev span {
        margin-right: 10px;
    }
    .new-page-next span {
        margin-left: 10px;
    }
    .new-page-button-back-box {
        width: 60px;
    }
    .new-page-button {
        width: calc(50% - 30px);
    }
    .subscription-verification-box {
        flex-wrap: wrap;
    }
    .subscription-verification-box .subscription-input {
        width: 100%;
        max-width: 100%;
    }
    .subscription-verification-img {
        margin-left: 0;
        margin-top: 10px;
    }
    .subscription-input-title {
        padding: 0 10px;
        font-size: 16px;
    }
    .catalog-list {
        width: 100%;
        margin-right: 0;
    }
    .catalog-list > h3 {
        padding: 15px 0;
        font-size: 16px;
    }

    .fixed-link {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .fixed-link:after {
        display: none;
    }
    .profile-input,
    .profile-select-box {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .profile-input .subscription-input-text,
    .inquire-form-box .profile-input .subscription-input-text {
        width: 100%;
        padding: 0 10px;
    }
    .profile-select-box .subscription-input-title {
        position: static;
    }
    .profile-select .bootstrap-select > .dropdown-toggle,
    .inquire-form-box .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 5px 10px;
        margin-top: 5px;
    }
    .profile-bottom {
        flex-wrap: wrap;
    }
    .profile-email .profile-input {
        width: 100%;
        margin-bottom: 20px;
    }
    .profile-button-box .profile-button {
        margin-right: 10px;
    }
    .profile-select {
        width: 95%;
        margin: 0 auto;
        position: relative;
    }
    .forget-password .profile-password-answer {
        padding: 0 20px;
    }

    .products-link-box {
        font-size: 0;
    }
    .products-link-list {
        padding: 0 10px;
    }
    .products-list,
    .solution-list {
        padding: 20px 15px;
    }

    .product-img {
        height: 350px;
    }
    .search-peeling-box .peeling-list {
        font-size: 14px;
    }
    .helper-box {
        width: 95%;
        left: 2.5%;
    }
    .inquire-form-box .profile-input.verification-code .subscription-input-text {
        width: calc(100% - 100px);
    }
    .verification-code-img {
        width: 100px;
    }
    .comparison-title-box,
    .comparison-info-title-box {
        display: none;
    }
    .comparison-list-box,
    .comparison-slick-top {
        width: 100%;
    }
    .rwd-comparison-list-title {
        width: 100%;
        font-size: 16px;
        color: #FFF;
        background-color: #171D30;
        display: block;
        text-align: center;
    }
    .comparison-list-title.name,
    .comparison-info-title.name {
        height: 143px;
    }
    .comparison-info-title,
    .comparison-list-title {
        height: 91px;
    }
    .comparison-list-title {
        display: block;

        padding: 0;
    }
    .comparison-list-title p {
        padding: 10px;
        box-sizing: border-box;
    }
    .product-s-img-list {
        height: 80px;
    }
    .mail-time-input {
        width: 100%;
    }

    .index-products-seach-left {
        width: 90%;
        margin: 0 auto;
    }
    .index-products-seach-left h2 {

        font-size: 26px;
    }
    .index-products-button {
        width: 40px;
        height: 40px;
    }
    .index-products-button {
        font-size: 17px;
    }
    .news-sort-select .bootstrap-select {
        width: 100%!important;
    }
    .news-sort-select {
        width: 50%;
    }
    .news-search-box input {
        width: 100%;
        max-width: calc(100% - 35px);
    }
    .news-list .news-info h2,
    .news-info p {
        text-align: center;
    }
    .news-list .stars-block {
        justify-content: center;
        margin-top: 10px;
    }
    .news-list .news-info {
        margin-top: 10px;
    }
    .filter-list {
        width: 100%;
        margin-right: 0%;
    }
    .product-more-list {
        display: block;
    }
    .product-more-list-img,
    .product-more-info {
        width: 100%;
    }
    .product-more-list-img {
        text-align: center;
    }
    .product-info-box {
        padding: 15px 20px;
    }
    .rwd-product-download-tab {
        display: block;
    }
    .product-download-tab-box {
        display: none;
    }
    .product-download-tab {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #DCDCDC;
        border-bottom: 0;
    }
    .product-download-tab:nth-child(even) {
        border-left: 0;
    }
    .product-download-list-box {
        position: static;
    }
    .overview-img-info-box {
        padding-left: 0;
    }
    .overview-img-info-box > span {
        display: none;
    }
    .overview-img-info {
        width: 100%;
        padding-left: 0;
    }
    .contact-right .profile-select .bootstrap-select > .dropdown-toggle {
        border: 0;
        margin-top: 0;
    }
    .profile-select .bootstrap-select > .dropdown-toggle {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
    .member-profile-box .profile-select .bootstrap-select > .dropdown-toggle {
        margin-top: 0;
        padding: 0px 10px;
    }
    .profile-password .profile-select .bootstrap-select > .dropdown-toggle {

        padding: 7.5px 10px;
    }
    .inquire-form-box .profile-select-box {
        border: 1px solid #DCDCDC;
    }
    .inquire-form-box .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 0px 10px;
        margin-top: 0px;
    }
    .inquire-form-box .profile-input {
        padding: 10px;
    }
    .inquire-form-box .profile-input .subscription-input-title {
        padding: 0;
    }
    .inquire-form-box .profile-input .subscription-input-text {
        padding: 0;
        border-bottom: 1px solid #DCDCDC;
    }
    .profile-select .bootstrap-select > .dropdown-toggle.show {
        border: 0px solid #5FE6BE;
    }
    #member-forget .profile-select-box {
        padding: 17px 0;
    }
    #member-profile .profile-select .bootstrap-select > .dropdown-toggle {
        border-bottom: 0;
        padding: 0;
    }
    #member-profile .profile-select-box {
        border: 1px solid #DCDCDC;
    }
    #member-password .profile-password .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 7.5px 0;
    }
    .contact-form-box .profile-select .bootstrap-select > .dropdown-toggle {
        padding: 18px 10px;
    }
    .page-404-title {
        font-size: 30px;
        text-align: center;
    }
    .page-404-title span {
        font-size: 35px;
    }
    .page-404-block {
        display: flex;
        padding: 20px 0;
    }
    .page-404-box {
        height: auto;
        border: none;
        padding: 0;
    }
    .page-404-p {
        font-size: 16px;
    }
    .subscription-ok-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {

    .product-consult-link {
        width: auto;
        max-width: 100%;
    }

    .porducts-list-checked .label-p,
    .product-consult-link p {
        font-size: 14px;
    }
    .product-consult-list {
        height: 45px;
    }
    .product-consult-link span {
        margin: 0 9px 0 5px;
        width: 28px;
        height: 28px;
    }
    .product-consult-list .porducts-list-checked {
        padding-left: 12px;
    }
    .filter-button-box {
        flex-wrap: wrap;
    }
    .filter-button-box,
    .filter-button {
        width: 100%;
        text-align: center;
    }
    .filter-results {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-list {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 350px) {

    .new-community-list {
        margin-right: 15px;
    }
    .new-page-community {
        padding: 0px 0 0 15px;
        width: inherit;
    }
    .new-page-button a.new-page-next {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .new-page-button a.new-page-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .new-page-next span {
        margin-left: 0px;
    }
    .new-page-prev span {
        margin-right: 0px;
    }
    .new-page-button {
        width: 75px;
    }
    .new-page-button-back-box {
        width: calc(100% - 150px);
    }
    .contact-left h2 {
        font-size: 32px;
    }
    .contact-box {
        padding: 30px 0;
    }
    .contact-left h2,
    .contact-p-box,
    .contact-left {
        margin-bottom: 30px;
    }
    .contact-info-box {
        padding-bottom: 30px;
    }
    .contact-info-box:last-child {
        padding-top: 30px;
    }
    .filter-list:nth-child(even) {
        margin-right: 0;
    }

}

@media only screen and (max-width: 320px) {
    .news-class-right .overview-class {
        font-size: 14px;
    }
    .page-button:last-child {
        margin-left: 10px;
    }
    .page-button:first-child {
        margin-right: 10px;
    }
}

@media only screen and (max-height: 650px) {
    .page-404-block {
        height: auto;
        min-height: 100vh;
    }
    .page-404-box {
        height: auto;
    }
}

.index-video-element {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.youtubeBanner .index-video-element {
    display: block;
}

.youtubeBanner .swiper-slide-inner {
    display: none;
}

.swiper-fade .swiper-slide-visible {
    opacity: 1!important;
    transition-duration: .5s;
}

.banner-swiper-next.swiper-button-disabled,
.banner-swiper-prev.swiper-button-disabled {
    display: none;
}

.none {
    display: none!important;
}


/* ===========pdf-table============== */