/* 基本設定_start */

.nopadding {
    padding: 0px !important;
}
.container-fluid{
    padding-top: 10px;
}
.nomargin {
    margin: 0px !important;
}

.mobileShow {
    display: none!important;
}
.contentPadding{
    padding:48px;
}
.webShow {
    display: inherit;
}

.container1280 {
    max-width: 1280px;
}

.container1400 {
    max-width: 1400px;
}

.requirement {
    color: rgba(239,179,29,1)!important;
}
#index_container {
    border-top: rgba(239,179,29,1) solid 5px;
}

/* 基本設定_end */


/* 編輯器設定_start */


/* 編輯器設定_end */


/* logo/登入/註冊/詢價車/語系/搜尋_start */

.searchandLang {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.topFixedHeader {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #FFF;
}
.searchandLangInner{
    display: inline-block;
    vertical-align: middle;
}
.searchandLangInner .dropdownMenu{
    min-width: 100px;
    left: inherit;
    top: 80px;
}
.searchandLangInner .dropdownMenu .lang_button{
    display: block;
    padding: 12px;
    text-align: center;
    color: #777;
}
.topInfoContainerInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.pcLogo {
    width: 420px;
    padding: 8px 0;
    display: inline-block;
}

.topInfo {

}

.topInfoInner {
    position: relative;
    height: 42px;
}

.topInfo ul {
    display: table;
    width: auto;
    margin: 0 auto;
}

.topInfo ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 8px;
}

.topInfo ul li:last-child {
    padding: 4px;
    border: 1px solid;
    border-radius: 10px;
}
.topInfo ul li a {
    display: block;
    padding: 14px 12px 14px 32px;
    position: relative;
    font-size: 14px;
    color: #FFF;
}

.topInfo ul li a:hover {
    background-color: #FFF;
    color: #000;
}

.loginBtn::before {
    font-family: 'Material Icons';
    content: 'login';
    left: 12px;
    display: block;
    position: absolute;
}

.registerBtn::before {
    font-family: 'Material Icons';
    content: 'app_registration';
    left: 12px;
    display: block;
    position: absolute;
}

.logoutBtn::before {
    font-family: 'Material Icons';
    content: 'logout';
    left: 12px;
    display: block;
    position: absolute;
}

.searchBtn::before {
    font-family: 'Material Icons';
    content: 'search';
    left: 12px;
    display: block;
    position: absolute;
}

.inquiryBtn::before {
    font-family: 'Material Icons';
    content: 'shopping_cart';
    left: 12px;
    display: block;
    position: absolute;
}


/* logo/登入/註冊/詢價車/語系/搜尋_end */


/* 主選單_start */

.menuContainer {
    display: table;
    margin: 0 auto;
}

.menuContainerInner {
    display: table-cell;
    vertical-align: middle;
}

.mainNav {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.mainNav li {
    position: relative;
    
}

.mainNav>li {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mainNav>li.active{
    background: rgba(121, 180, 183, 1);
}
.mainNav>li.active>a{
    color: #fff;
}
.mainNav>li>a {
    position: relative;
}

.mainNav a {
    display: block;
    padding: 12px;
    text-align: center;
    color: #777;
}

.dropdownMenu {
    min-width: 200%;
    border: #eee solid 1px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s ease;
    -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -moz-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -o-transition: visibility 0s 0.2s, opacity 0.2s ease;
    -ms-transition: visibility 0s 0.2s, opacity 0.2s ease;
}


.mainNav li>a:hover{
    color: #000;
}
.nextDropdownMenu {
    left: 100%;
    top: 0px;
}

.mainNav li:hover>.dropdownMenu,.searchandLang #menu13:hover>.dropdownMenu{
    visibility: visible;
    opacity: 1;
}
.searchandLang #menu13 a{
    padding: 12px 40px;
    text-align: center;
    color: #777;
}
.mainNav a.arrowDown {
    padding: 12px 16px 12px 12px;
}

.arrowDown {
    position: relative;
    padding: 12px 16px 12px 12px;
}

.arrowDown::before {
    font-family: 'Material Icons';
    content: 'keyboard_arrow_down';
    /* content: '';
    background-image: url(../images/right-arrow-black.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px; */
    display: block;
    position: absolute;
    right: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}


/* 主選單_end */


/* 手機選單_start */

.mbHeadContainer {
    display: none;
}


/* 手機選單_end */


/* 頁尾_start */


/* 頁尾公司資訊_start */


/* 頁尾選單 */

.companyInfoContent {
    display: table;
    padding: 0;
    margin: 0 auto;
    table-layout: fixed;
    width: 80%;
}

.companyInfoContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}


/* 公司資訊 */

.footerContent {
    padding: 36px 0;
    border-top: 1px solid #EEE;
}
footer{
    background-color: rgba(121, 180, 183, 1);
    box-shadow: inset 0px 10px 9px -2px rgb(0 0 0 / 30%);
}
.footerLogo {
    margin-bottom: 24px;
}
footer .mainNav a {
    color: #fff;
}
footer .mainNav a:hover {
    color: #000;
}
.footerLogo a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 8px;
}

.companyInfo ul li {
    margin-bottom: 8px;
}

.companyInfo ul li .txtSubtitle {
    margin-bottom: 4px;
    font-size: 18px;
    color: #fff;
}

.companyInfo ul li .txtNormal,.companyInfo ul li .txtNormal a{
    margin-bottom: 4px;
    color: #fff;
    display: inline-block;
}
.companyInfo ul li .txtNormal span{
    padding-right: 4px;
}

.policySitemap {
    background-color: rgba(15, 100, 99, 1);
}

.policySitemap ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.policySitemap ul li {
    display: table-cell;
}

.policySitemap ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 8px;
    color: #fff;
}

.policySitemap ul li a:hover {
    color: #FFF;
}

.copyright {
    text-align: center;
    padding: 12px;
    background-color: rgba(15, 100, 99, 1);
    color: #FFF;
    letter-spacing: 1px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #FFF;
}


/* 頁尾公司資訊_end */


/* 內容_start */

.contentTitle {
    text-align: center;
    padding-bottom: 24px;
    font-size: 24px;
    color: #666464;
}

.txtContent {
    line-height: 1.6;
    /* sample_start */
    padding: 8px;
    margin-bottom: 20px;
    /* sample_start */
}

.txtContent p {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: justify;
}

.txtContent ul {
    margin-bottom: 12px;
    padding-left: 20px;
}

.txtContent ul li {
    list-style: disc;
    margin-bottom: 6px;
    line-height: 1.6;
}

.txtContent img {
    width: 100%;
}

.txtTitle {
    font-size: 20px;
    line-height: 1.4;
}

.txtSubtitle {
    font-size: 18px;
    line-height: 1.4;
}

.txtNormal {
    font-size: 14px;
    line-height: 1.4;
}

.hashTagGroup {
    margin-top: 12px;
    padding: 0 4px;
    line-height: 1.4;
}

.hashTagGroup a {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1.6;
}

.hashTagGroup a:last-child {
    margin-right: 0;
}

.topHashtagContent {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.topHashtagContent .hashTagGroup a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
    margin-right: 0;
    margin-bottom: 8px;
}

.topHashtagContent .hashTagGroup a:last-child {
    margin-bottom: 0;
}


/* 分頁_start */

.navigation {
    margin-top: 24px;
    padding: 0;
}

.pagination {
    display: table;
    margin: 0 auto;
}

.pagination li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.pagination li a {
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 25px;
    min-width: 34px;
    color: #000;
}

.pagination li a:hover {
    background-color: rgba(15, 100, 99, 1);
    color: #FFF;
}

.pagination li a.active {
    background-color: rgba(15, 100, 99, 1);
    color: #FFF;
}


/* 分頁_end */


/* 內容_end */


/* 社群連結_start */

.linkItem {
    padding: 4px;
    text-align: center;
}

.linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
}

.linkItem a {
    display: block;
}

.socialmediaContent {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.socialmediaContentInner {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.socialmediaContentInner .linkItem {
    margin: 0 auto;
}

.socialmediaContentInner .linkItem .linkItemIcon {
    margin: 0 auto 8px auto;
}


/* shareLink_start */

.shareLinkContentInner {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.shareLinkContentInner .txtTitle {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

.shareLinkContentInner .linkItem .linkItemIcon {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 4px;
}

.shareLinkContentInner .linkItem .linkItemIcon:hover {
    border: 1px solid #0089A7;
}

.shareLinkContentInner .linkItem {
    margin-right: 8px;
    padding: 0;
}

.shareLinkContentInner .linkItem:last-child {
    margin-right: 0;
}


/* shareLink_end */


/* 社群連結_end */


/* 頁尾_end */


/* 常駐項_start */

.floatMenuContainer {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.floatMenuContainer ul li {
    margin-bottom: 8px;
}

.floatMenuContainer ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.floatMenuContainer ul li a {
    display: block;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FFF;
    color: #000;
    border: 1px solid #EEE;
    border-radius: 20px;
}

.floatMenuContainer ul li a:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.floatMenuContainer ul li a span {
    display: block;
    margin-bottom: 8px;
}

.floatMenuContainer ul li a span:last-child {
    margin-bottom: 0;
}

.floatShow {
    opacity: 1;
    visibility: visible;
}


/* 常駐項_end */


/* banner_start */

.bannerItem {
    position: relative;
}
.bannerContent{
    border-top: rgba(121, 180, 183, 1) solid 6px;
    border-bottom: rgba(121, 180, 183, 1) solid 6px;
}
.bannerText {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    display: none;

}

.bannerText .txtTitle {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 300;
    color: #FFF;
}

.bannerText .txtSubtitle {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1;
    color: #FFF;
}

.bannerText .txtNormal {
    line-height: 1;
    color: #FFF;
    letter-spacing: 1px;
}

.bannerImg {
    width: 100%;
    padding-bottom: 30%;
    background-color: #fbfbfb;
    position: relative;
    overflow: hidden;
}

.bannerImg .bannerImgInner {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bannerImg .bannerImgInner img {
    max-width: unset;
    width: 100%;
}

.bannerContent .item {
    padding: 0;
}

.bannerContent .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 16px;
}

.bannerContent .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 16px;
}

.bannerContent .owl-dots {
    bottom: 8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(121, 180, 183, 1);
    box-shadow: 0px 1px 2px rgb(51 153 204 / 50%) inset;
    border:none;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: rgb(223, 223, 223) solid 1px;

}
.bannerContent .owl-theme .owl-nav {
    margin-top: 0px;
    display: none;
}


/* banner_end */


/* 搜尋頁面_start */

.searchContent {
    display: table;
    width: auto;
    table-layout: fixed;
}

.searchContent .form-control {
    border: unset;
    border-radius: 4px 0 0 4px;
}

.searchContentInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: auto;
}

.searchContent .selectBlock {
    width: 120px;
}

.searchContent .searchBlock {
    width: 32px;
    border-left: 1px solid #EEE;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.searchContent .searchBlock button.searchBtn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.searchContent .searchBlock button {
    letter-spacing: 1px;
    line-height: 1;
    font-size: 16px;
    background-color: #FFF;
    display: block;
    color: #000;
    border: unset;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.searchContentInner .bmd-form-group {
    display: block;
}

.searchContentInner .form-control {
    padding: 8px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    height: auto;
}

.searchContent .searchBlock button:hover {
    color: rgba(239,179,29,1);
}

.searchContentInner input::placeholder {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #979797;
    font-weight: normal;
}

.searchInfoList {
    padding: 48px 0;
}

.searchInfoList .nav .nav-item {
    padding: 8px 12px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #eee;
    border-right: 0px solid #eee;
}

.searchInfoList .nav .nav-item:hover,
.searchInfoList .nav .active {
    background-color: #000;
    color: #FFF;
}

.searchInfoList .nav-item:last-child {
    border-right: 1px solid #eee;
}

.searchInfoList .tab-content {
    padding: 18px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.searchInfoList .addSearchPageList,
.searchInfoList .addSearchProductList {
    display: none;
}

.searchInfoList .buttonBlock {
    margin: 0 auto;
}

.searchInfoList .searchButtonContent {
    text-align: center;
    margin-top: 24px;
}

.searchInfoList .newsItemContent {
    margin-bottom: 24px;
}

.searchInfoList .newsItemContent:last-child {
    margin-bottom: 0;
}


/* 搜尋頁面_end */


/* 側選單設定_sideContnet_start */

/* .sideContnet {
    border-radius: 2px;
    border: 1px solid #EEE;
} */

/* .sideContnet>ul>li.sideInner>.txtSubtitle {
    border-bottom: 1px solid #EEE;
} */

.sideContnet>ul>li.active>.txtSubtitle {
    color: #333;
    background-color: #e6e6e6;
}

.sideContnet>ul>li>a:hover {
    background-color: rgba(202, 202, 202, 1);
    color: #333;
}
.aside{
    background-color: rgba(121, 180, 183, 1);
}
.sideInner {
    display: block;
    width: 100%;
    background-color: 1px solid #F7F7F7;
}
.sideInner a{
    color: #fff;
}
.sideContnet ul>li.active>span,
.sideInner a.txtSubtitle{
    padding: 8px;
    display: block;
}

.sideInnerMenu .sideInner.active {
    color: #333;
    background-color: rgba(202, 202, 202, 1);
}
.sideInnerMenu .sideInner.active a{
    color: #333;
}
.sideInnerMenu .sideInner:hover {
    color: #333;
    background-color: rgba(202, 202, 202, 1);
}
.sideInnerMenu .sideInner:hover a{
    color: #333;

}
.sideInnerMenu {
    display: none;
    background-color: 1px solid #F7F7F7;
    padding: 8px;
}

.sideInnerMenu .active a {
    color: #fff;
}

.sideInnerMenu .sideInner a{
    display: block;
    padding: 8px 0px 8px 12px;
}

.sideActive {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 8px;
    color: #FFF;
    border-bottom: 1px solid #fff;
}

.sideActiveInner {
    display: table-cell;
    vertical-align: middle;
}

.sideActiveInner:last-child {
    width: 24px;
}

.sideActiveInner .sideBtn {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

.sideActiveInner .sideBtn::before {
    font-family: 'Material Icons';
    display: block;
    content: 'keyboard_arrow_right';
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 24px;
    color: #FFF;
}

.sideActiveInner .active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #000;
}
.sideContnet>ul>li.sideInner{
    border-bottom: 1px solid #fff;
}


/* 側選單設定_sideContnet_end */


/* 產品通用設定_ptItem_start */

.ptItem {
    padding: 12px;
}
.ptItem:hover .ptName .txtTitle{
    background-color: #e6e6e6;
    color: #333;
}

.ptImg .ptImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 100%;
    border: 1px solid rgba(121, 180, 183, 1);
    background-color: #fbfbfb;
    overflow: hidden;
}

.ptImg .ptImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
}

.ptName .txtTitle,
.ptModal .txtSubtitle {
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 0;
    display: block;
    text-align: center;
    background-color:rgba(121, 180, 183, 1);
    border-left: 1px solid rgba(121, 180, 183, 1);
    border-right: 1px solid rgba(121, 180, 183, 1);
    color: #fff;

}

.ptName {
    height: 44px;

}



.ptDesc {
    height: 88px;
    position: relative;
    border:1px solid  rgba(121, 180, 183, 1);
}

.ptDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    margin: 0px;
    padding: 0px 12px;
    line-height: 1.6;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
    color: #666;
    
}
.ptItem:hover .ptDesc .txtNormal{
    color: #000;
}

/* 產品通用設定_ptItem_start */


/* 產品詳細頁通用設定_bigImage_start */

.bigImage .item .imgInner {
    position: relative;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
    margin-bottom: 8px;
}

.bigImage .item .imgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
    max-width: unset;
}

.bigImage .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.imgControl .item .imgContent a {
    position: relative;
    padding-bottom: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    display: block;
    border: 1px solid #EEE;
}

.imgControl .item .imgContent a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: unset;
    width: unset;
}

.imgControl .item a.active {
    /* border: 1px solid #000; */
}

.productDtIntro {
    margin-top: 12px;
}

.productDtIntro .nav {
    padding: 0 4px;
    display: table;
    width: auto;
}

.productDtIntro .nav-item {
    margin-right: 12px;
    border: 1px solid #EEE;
    padding: 8px 12px;
    display: table-cell;
    border-right: 0px solid #EEE;
    margin-right: -1px;
    color: rgba(15, 100, 99, 1);
}

.productDtIntro .nav-item:last-child {
    border-right: 1px solid #EEE;
}

.productDtIntro .nav .active {
    color: #FFF;
    background-color: rgba(15, 100, 99, 1);
}

.productDtIntro .tab-content {
    padding: 0 4px;
    margin-top: -1px;
}

.productDtIntro .tab-content .tab-pane {
    border: 1px solid #EEE;
    padding: 8px;
}

.inquiryContent {
    padding: 12px 0;
}

.inquiryContent .buttonBlock {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #d8d8d8;
    color: #FFF
}


/* 產品詳細頁通用設定_bigImage_end */


/* 最新消息通用設定_newsItem_start */

ul.newsItemContent {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.newsItemContent li.newsItem .newsItemInner {
    display: table-cell;
    vertical-align: middle;
    padding: 24px 12px;
    border: 1px solid rgba(121, 180, 183, 1);
    border-radius: 4px;
}

ul.newsItemContent li.newsItem .newsItemInner:first-child {
    width: 180px;
    display: none;
}

ul.newsItemContent li.newsItem {
    padding: 8px 4px;
    display: table;
    width: 100%;
    margin: 0;
}

ul.newsItemContent li.newsItem:last-child {
    margin-bottom: 0;
}

ul.newsItemContent li.newsItem .txtTitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

ul.newsItemContent li.newsItem time {
    display: block;
    margin-bottom: 8px;
}

ul.newsItemContent li.newsItem .txtNormal {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: justify;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1.6;
}


/* 最新消息通用設定_newsItem_end */


/* faq_start */

.collapseContent .card-header,
.collapseContent .card-body {
    padding: 12px;
}

.collapseContent .card-body .txtContent p {
    margin-bottom: 0;
}

.collapseContent button {
    border: 0px solid #FFF;
    outline: unset;
    background-color: transparent;
    padding: 0;
    margin: 0;
}


/* faq_end */


/* download_start */

.downloadContent ul {
    list-style: none;
    padding: 12px 0;
}

.downloadContent ul li {
    list-style: none;
    margin-bottom: 4px;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1;
}

.downloadContent ul li::after {
    position: absolute;
    font-family: 'Material Icons';
    display: block;
    content: 'description';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #d8d8d8;
    font-size: 20px;
}

.pdfContent ul li::after {
    content: 'picture_as_pdf';
}

.downloadContent ul li:hover::after {
    color: #0089A7;
}

.downloadContent ul li a {
    display: block;
    position: relative;
    padding: 8px 12px 8px 0px;
    margin-left: 12px;
    font-size: 16px;
    color: #d8d8d8;
    letter-spacing: 1px;
    border-bottom: 1px dashed #d8d8d8;
}

.downloadContent ul li a:hover {
    color: unset;
}

.downloadContent ul li:hover a {
    color: #0089A7;
}


/* download_end */


/* video_start */

.videoCateTitle {
    margin-bottom: 12px;
}

.videoCateTitle .txtTitle {
    margin: 0;
}

.videoContent {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 12px;
}

.videoContent {
    position: relative;
}

.videoContent .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.videoContent .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}

.videoItem {
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.videoImg {
    margin-bottom: 12px;
}

.videoImg .videoImgInner {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
    background-color: #fbfbfb;
    overflow: hidden;
}

.videoImg .videoImgInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-height: 100%;
    width: unset;
}

.videoName .txtTitle,
.videoName .txtSubtitle {
    line-height: 1;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 300;
}

.videoName {
    margin-bottom: 8px;
    height: 28px;
}

.videoDesc {
    height: 68px;
    position: relative;
}

.videoDesc .txtNormal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    /* text-align: justify; */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    letter-spacing: 1px;
    /* 偏執設定，不要可以刪掉 */
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    font-weight: 300;
    /* 偏執設定，不要可以刪掉 */
}


/* video_end */


/* 按鈕樣式_btn_start */

.buttonBlock {
    display: inline-block;
    background-color: rgba(121, 180, 183, 1);
    color: #fff;
    text-align: center;
    padding: 12px 40px;
    border-radius: 4px;
}
.newsItemInner .buttonBlock{
    padding: 8px 16px;
}
.buttonBlock:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.formBtnReset {
    border: 1px solid #EEE;
    display: inline-block;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
}

.formBtnReset:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    box-shadow: unset;
}

.formBtn {
    display: inline-block;
    background-color: rgba(121, 180, 183, 1);
    color: #FFF;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    outline: unset;
    border: unset;
}

.formBtn:hover {
    background-color: #000;
    color: #fff;
    box-shadow: unset;
}


/* 按鈕樣式_btn_end */


/* contact_start */

.addFile {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
}

.remarkText {
    line-height: 1.8;
    color: #ff0000;
    font-size: 14px;
}

.custFormContent {
    margin-top: 36px;
    padding: 24px 12px;
    border: 1px solid #d8d8d8;
}


/* contact_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (max-width: 1399px) {
    .container1400 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .container1280 {
        max-width: 100%;
    }
}

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

@media only screen and (max-width: 1199px) {}

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

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

@media only screen and (min-width: 768px) {
    .mainNav #menu13{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*=owl-] {
        padding: 4px;
    }
    .contentPadding{
        padding:24px 12px;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_start */
    .topInfoInner {
        height: inherit;
    }
    .topInfoContainer{
        display: none;
    }
    .pcLogo {
        display: none;
    }
    .topInfo {
        text-align: center;
    }
    .searchandLang #menu13{
        display: none;
    }
    .topInfo ul li a {
        padding: 8px 8px 8px 16px;
    }
    .loginBtn::before {
        left: 0px;
    }
    .registerBtn::before {
        left: 0px;
    }
    .logoutBtn::before {
        left: 0px;
    }
    .searchBtn::before {
        left: 0px;
    }
    .inquiryBtn::before {
        left: 0px;
    }
    .arrowDown::before {
        right: 8px;
        background-image: url(../images/arrow-down-white.svg);
    }
    .mobileShow {
        display: inherit!important;
    }
    .webShow {
        display: none !important;
    }
    /* logo/登入/註冊/詢價車/語系/搜尋_end */
    /* 手機選單_start */
    .mbHeadContainer {
        display: block;
    }
    .mbHeadContainer .bg-faded {
        background: #FbFbFb;
    }
    .mbHeadContainerInner {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .mbLogo,
    .mbMenuBtn {
        display: table-cell;
        vertical-align: middle;
    }
    .mbLogo {
        text-align: center;
        padding: 0px 12px;
    }
    .mbLogo a {
        display: table;
        margin: 0 auto;
    }
    .mbLogo a img {
        max-width: 100%;
    }
    .mbMenuBtn {
        width: 60px;
        background: #FFF;
    }
    .mbMenuBtn .navbar-toggler {
        width: 100%;
        height: 60px;
        padding: 0px;
        outline: none;
        margin: 0;
        border: 1px solid #FFF;
        background: rgba(121, 180, 183, 1);
    }
    .mbMenuBar {
        width: 32px;
        height: 2px;
        border-radius: 2px;
        background-color: #FFF;
        display: block;
        margin: 0px auto;
        position: relative;
    }
    .mbMenuBar::before {
        content: "";
        width: 32px;
        height: 2px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
    }
    .mbMenuBar::after {
        content: "";
        width: 32px;
        height: 2px;
        border-radius: 2px;
        display: block;
        position: absolute;
        background-color: #FFF;
        transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        -o-transform: translateY(-12px);
    }
    #leftMenu a {
        color: #000;
        display: block;
        padding: 12px 16px 12px 12px;
        font-size: 14px;
    }
    #leftMenu ul li {
        display: block;
        width: 100%;
    }
    #leftMenu a:hover {
        background-color: #222;
    }
    #leftMenu a:focus {
        background: none;
    }
    #leftMenu .dropdownMenu {
        position: static;
        visibility: inherit;
        opacity: 1;
        display: none;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        border: none;
        background: rgba(0, 0, 0, 0.2);
    }
    .dropdownMenu {
        padding-left: 16px;
    }
    .mbMenu {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(5px);
    }
    .mbClose {
        padding: 8px;
        text-align: right;
    }
    .mbClose button {
        border: unset;
        background: unset;
        box-shadow: unset;
        color: #000;
    }
    #mbSearch {
        padding: 12px;
    }
    #mbSearch .searchContent {
        width: 100%;
    }
    /* 手機選單_end */
    /* 主選單_start */
    .menuContainer {
        display: none;
    }
    /* 主選單_end */
    /* 頁尾_start */
    .mainNav {
        width: 100%;
        display: inline-block;
        table-layout: inherit;
    }
    .mainNav li {
        position: relative;
    }
    .mainNav>li {
        display: block;
        vertical-align: inherit;
        margin-top: 12px;
    }
    .mainNav li a {
        border: 1px solid #eee;
        border-radius: 4px;
    }
    .mainNav li:last-child {
        margin-bottom: 12px;
    }
    /* 頁尾公司資訊_start */
    .companyInfoContent {
        display: block;
        width: 100%;
        table-layout: unset;
    }
    .companyInfoContentInner {
        display: block;
        width: 100%;
    }
    .linkItem {
        padding: 0;
    }
    .linkItem a {
        font-size: 12px;
    }
    /* 版權宣告/政策/網站地圖_start  */
    .copyrightPolicySitemapContent {
        padding-bottom: 80px;
    }
    /* 版權宣告/政策/網站地圖_end */
    footer {
        padding-bottom: 60px;
    }
    .copyright .container {
        line-height: 1.6;
    }
    /* 頁尾_end */
    /* 常駐項_start */
    .floatMenuContainer {
        left: 0px;
        bottom: 0px;
        top: inherit;
        right: inherit;
        transform: inherit;
    }
    .floatMenuContainer ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        background-color: #FFF;
        border-top: 1px solid #eee;
    }
    .floatMenuContainer ul li {
        margin-bottom: 0px;
        display: table-cell;
        vertical-align: middle;
        border-right: #eee solid 1px;
    }
    .floatMenuContainer ul li:nth-last-child(1) {
        border-right: none;
    }
    .floatMenuContainer ul li a {
        width: 100%;
        font-size: 12px;
        border: 0px;
    }
    /* 常駐項_end */
    /* banner_start */
    .bannerText .txtTitle {
        font-size: 24px;
    }
    .bannerText .txtSubtitle {
        font-size: 16px;
    }
    .bannerContent .owl-dots {
        bottom: 4px;
    }
    /* banner_end */
    /* news_start */
    ul.newsItemContent {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner {
        display: block;
        width: 100%;
    }
    ul.newsItemContent li.newsItem .newsItemInner:first-child {
        width: 100%;
        margin-bottom: 4px;
    }
    /* news_end */
    .videoContent .owl-nav .owl-next {
        right: -4px;
    }
    .videoContent .owl-nav .owl-prev {
        left: -4px;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}