@charset "UTF-8";
/*loading*/
.loading_wrap { width: 100%; height: 100%; background-color: rgba(22, 22, 27, 0.97); z-index: 999; position: fixed; top: 0; left: 0; }

.loading_wrap .loading_center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.lds-ring { display: inline-block; position: relative; width: 64px; height: 64px; }

.lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 51px; height: 51px; margin: 6px; border: 6px solid #fff; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) { animation-delay: -0.45s; }

.lds-ring div:nth-child(2) { animation-delay: -0.3s; }

.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

/*------------------------------
	Button Styles
------------------------------*/
.btn { color: #fff; box-shadow: none; display: inline-block; padding: 7px 15px; text-shadow: none; transition: all 0.4s ease 0s; background: transparent; border-color: transparent; }

.btn:hover, .btn:focus, .btn:active { background: #AB0535; color: #fff; border-color: #AB0535; }

.btn-default { color: #2d2d2d !important; }

.btn-default:hover, .btn-default:focus { color: #AB0535 !important; }

.btn-primary { font-size: 14px; color: #fff; border-color: transparent; position: relative; padding: 0; }

.btn-primary.btn-sm span { padding: 7px 30px; }

.btn-primary:before { content: ""; width: 10px; height: 10px; transform: rotate(45deg) translateY(-50%); background: #AB0535; position: absolute; top: 50%; left: 0; border: solid #AB0535 thin; }

.btn-primary span { display: block; padding: 15px 30px; border: solid #ddd thin; margin-left: 8px; transition: all 0.3s; color: #000; outline: none; }

@media (max-width: 767px) { .btn-primary span { padding: 12px 20px; } }

.btn-primary:hover, .btn-primary:focus { background: transparent; color: #fff; border-color: transparent; }

.btn-primary:hover:before, .btn-primary:focus:before { background: #fff; }

.btn-primary:hover span, .btn-primary:focus span { color: #fff; background-color: #AB0535; border-color: #AB0535; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: transparent; border-color: transparent; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none; }

.btn-secondary { font-size: 14px; border-radius: 0; padding: 7px 30px; background-color: transparent; color: #AB0535; border-color: transparent; font-size: 14px; }

.btn-secondary:hover, .btn-secondary:focus { color: #fff; background-color: #AB0535; border-color: #AB0535; }

@keyframes borderStyle { 0% { border-bottom-color: #AB0535;
    width: 0; }
  25% { border-right-color: #AB0535; }
  50% { border-top-color: #AB0535; }
  100% { border-left-color: #AB0535; } }

.shopbtn { color: #3B3B3B; font-size: 12px; font-weight: normal; position: relative; text-transform: uppercase; left: 0; right: 0; border: none; background: none; display: inline-block; transition: all 0.1s ease-in; padding: 15px 30px 15px 0; width: 116px; height: 45px; display: flex; align-items: center; justify-content: center; /*白色款按鈕*/ }

.shopbtn span { padding-right: 25px; position: relative; z-index: 1; }

.shopbtn.style-white { color: #fff; }

.shopbtn.style-white::before { background: #fff; }

.shopbtn.style-white::after { border-color: #fff; }

.shopbtn.style-white:hover span { color: #AB0535; }

.shopbtn.style-white:hover::before { background: #fff; }

.shopbtn::before { width: 6px; height: 6px; background: #3B3B3B; content: ""; position: absolute; bottom: 0; right: 0; transform: rotate(45deg); pointer-events: none; }

.shopbtn::after { content: ""; display: block; margin: 0 12px 0 0; position: absolute; bottom: 2px; left: 0; right: 0; border-bottom: solid #3B3B3B thin; }

.shopbtn:hover { color: #AB0535; padding: 15px 30px 15px; text-align: center; }

.shopbtn:hover span { color: #fff; padding-right: 0; }

.shopbtn:hover::before { background: #AB0535; transform: rotate(0); animation: bthbox 0.2s ease-in; -webkit-animation: bthbox 0.2s ease-in; animation-fill-mode: both; }

.shopbtn:hover::after { border-bottom-color: transparent; }

@keyframes bthbox { 0% { transform: rotate(0);
    transition-delay: 0.5s; }
  60% { height: 100%;
    width: 6px; }
  100% { width: 100%;
    height: 100%; } }

.color__turquoise .shopbtn:hover { color: #3B3B3B; }

.color__turquoise .shopbtn:hover::after { background-position: 100% 50%; }

.wnro__btn { position: relative; z-index: 9 !important; }

@font-face { font-family: "Nova Round"; src: url("../fonts/NovaRound-Regular.ttf"); }

@font-face { font-family: "Open Sans"; src: url("../fonts/OpenSans-Regular.ttf"); }

@font-face { font-family: 'Poppins'; src: url("../fonts/Poppins-Regular.ttf"); }

/*wow*/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

body { letter-spacing: 0.3px; }

button:hover, button:focus { outline: none; }

.bg-secondary { background-color: transparent !important; color: #AB0535 !important; }

.text-white-hover { color: #2e2e2e; }

.text-white-hover:hover, .text-white-hover:focus { color: #fff; }

.row-in-gtutblock { margin-bottom: 4rem; }

.in-gtutbox { margin-bottom: 1rem; }

.in-gtutblock { margin-bottom: 30px; }

thead { background: #eaeaea; border-bottom: solid #ddd 2px; color: #ab0535; }

.post_content h4, .txtNormal h4, .product__info__main h4, .depiction h4 { font-size: 26px; line-height: 1.2; font-family: "Open Sans", Microsoft JhengHei, Arial, sans-serif; color: #ab0535; font-weight: 400; margin-top: 10px; margin-bottom: 26px; position: relative; display: inline-flex; padding-bottom: 10px; }

.post_content h4::before, .txtNormal h4::before, .product__info__main h4::before, .depiction h4::before { width: 6px; height: 6px; background: #ab0535; content: ""; position: absolute; bottom: -8px; left: 0; transform: rotate(45deg); }

.post_content h4::after, .txtNormal h4::after, .product__info__main h4::after, .depiction h4::after { content: ""; position: absolute; bottom: -6px; left: 11px; border-bottom: solid #3B3B3B thin; width: 100%; }

.post_content h5, .txtNormal h5, .product__info__main h5, .depiction h5 { font-size: 21px; font-weight: normal; color: #3B3B3B; line-height: 1.2; margin-bottom: 10px; background: #eaeaea; padding: 5px 10px; }

.post_content h6, .txtNormal h6, .product__info__main h6, .depiction h6 { font-size: 16px; color: #ffffff; line-height: 1.2; color: #AB0535; font-weight: normal; margin-bottom: 10px; }

.post_content h6:before, .txtNormal h6:before, .product__info__main h6:before, .depiction h6:before { content: "﹥"; }

.post_content p, .txtNormal p, .product__info__main p, .depiction p { margin: 0 0 10px; }

.post_content ul, .txtNormal ul, .product__info__main ul, .depiction ul { padding-left: 25px; list-style: disc; margin-bottom: 30px; }

.post_content ol, .txtNormal ol, .product__info__main ol, .depiction ol { padding-left: 25px; margin-bottom: 30px; }

.post_content li, .txtNormal li, .product__info__main li, .depiction li { font-size: 15px; }

.post_content table, .txtNormal table, .product__info__main table, .depiction table { border: solid #ededed thin; width: auto; }

.post_content table td, .txtNormal table td, .product__info__main table td, .depiction table td { border: 1px solid #ededed; }

.twin-in-gtuttable thead th { background: #cecece; color: #333; }

.twin-in-gtuttable tbody th { background: #ebebeb; color: #333; }

.twin-in-gtuttable tr:nth-child(odd) { background: #f8f8f8; }

.h-in-gtuttable th { background: #ebebeb; color: #333; white-space: nowrap; }

.h-in-gtuttable tr:nth-child(odd) { background: #f8f8f8; }

.rl-in-gtuttable th { background: #ebebeb; color: #333; width: 200px; }

.rl-in-gtuttable tr:nth-child(odd) { background: #f8f8f8; }

.header__area .menubar a.open_sidebar::after { display: none; }

.product__info__detailed .pro_details_nav .nav-item a.active, .product__info__detailed .pro_details_nav .nav-item a:hover { color: #ffffff; background: #3B3B3B; }

.arrows_style.owl-theme .owl-nav [class*="owl-"] { box-shadow: none; border: none; text-align: left; margin-top: 0; }

.arrows_style.owl-theme .owl-nav [class*="owl-"]:hover { background: transparent; border-color: transparent; }

.arrows_style.owl-theme .owl-nav [class*="owl-"]:hover .fa-angle-left::before, .arrows_style.owl-theme .owl-nav [class*="owl-"]:hover .fa-angle-right::before { content: ""; background: #ab0535; }

.arrows_style.owl-theme .owl-nav [class*="owl-"]:hover .fa-angle-left::after, .arrows_style.owl-theme .owl-nav [class*="owl-"]:hover .fa-angle-right::after { content: ""; background: #ab0535; }

.product__info__detailed .pro_details_nav .nav-item + .nav-item { margin-left: 4px; }

.wn__pagination li.active a { border: none; }

.sidebar-attribute > label { color: #ab0535; margin-top: 15px; margin-bottom: 0; }

.field__checkbox-option .checkmark { top: 3px; }

.field__checkbox-option label { line-height: 20px; vertical-align: text-top; position: relative; }

.sidebar-attribute-check { border-bottom: solid #ddd thin; }

.owl-prev i, .owl-next i { position: absolute !important; }

.owl-prev .fa-angle-left, .owl-prev .fa-angle-right, .owl-next .fa-angle-left, .owl-next .fa-angle-right { position: absolute; }

.owl-prev .fa-angle-left::before, .owl-prev .fa-angle-right::before, .owl-next .fa-angle-left::before, .owl-next .fa-angle-right::before { content: ""; width: 6px; height: 6px; background: #fff; transform: rotate(45deg); position: absolute; }

.owl-prev .fa-angle-left::after, .owl-prev .fa-angle-right::after, .owl-next .fa-angle-left::after, .owl-next .fa-angle-right::after { content: ""; width: 44px; height: 1px; background: #fff; position: absolute; top: 3px; left: 10px; }

.owl-prev .fa-angle-right::before, .owl-next .fa-angle-right::before { right: 0; }

.owl-prev .fa-angle-right::after, .owl-next .fa-angle-right::after { right: 10px; left: inherit; }

.owl-prev .fa-angle-left::after, .owl-next .fa-angle-left::after { left: 0; }

.owl-next i { right: 9px; }

.owl-next:before { right: 9px; }

.owl-prev:before { left: 9px; }

.owl-theme .owl-dots .owl-dot span { border-radius: 0; width: 7px; height: 7px; margin: 5px 4px; }

.icon-arrow { display: flex; align-items: center; }

.icon-arrow span { padding: 0 10px 0 0; color: #000; }

.icon-arrow::after { content: ""; width: 6px; height: 6px; background: #000; transform: rotate(45deg); }

.icon-arrow::before { content: ""; display: block; margin-right: 10px; border-bottom: solid #000 thin; width: 70px; }

.block-bg { background: rgba(22, 22, 27, 0.8); }

.product__info__detailed .pro_details_nav { border-bottom: 1px solid #cecece; }

.product__info__detailed .pro_details_nav .nav-item { border: solid #cecece thin; font-weight: 400; padding: 0; font-family: "Open Sans", Microsoft JhengHei, sans-serif; border-bottom-color: white; }

.product__info__detailed .pro_details_nav .nav-item a { padding: 0 15px; display: block; }

.product__info__detailed .pro_details_nav .nav-item a:hover, .product__info__detailed .pro_details_nav .nav-item a:focus { background: #3B3B3B; color: #fff; }

.product__info__detailed .pro_details_nav .nav-item { margin-bottom: 0px; }

.product__info__detailed .pro_details_nav .nav-item:after { display: none; }

.meninmenu li.drop .megamenu { padding: 0; background: #AB0535; }

.meninmenu li.drop .megamenu ul.item .label2:after { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f105"; position: absolute; top: 15px; right: 20px; }

.box-menu-content .ppnav .ppmainmenu ul li.label2 ul { background: #4c0318; padding: 0; width: 255px; }

.box-menu-content .ppnav .ppmainmenu li > .li-menu { color: #fff; font-size: 15px; font-weight: 600; line-height: 25px; text-transform: uppercase; padding: 10px 20px; }

.box-menu-content .ppnav .ppmainmenu li a:hover li a { background: rgba(0, 0, 0, 0.3); color: #fff; }

.box-menu-content .ppnav .ppmainmenu li li { color: #ffffff; border-bottom: solid rgba(255, 255, 255, 0.3) thin; }

.box-menu-content .ppnav .ppmainmenu li li a { color: #ffffff !important; width: 100%; }

.box-menu-content .ppnav .ppmainmenu > li:hover > a { color: #ff0d53; }

.box-menu-content .ppnav .ppmainmenu li li a:hover { background: rgba(0, 0, 0, 0.3); }

.minisearch .field__search input { background: #fff; }

.minisearch .field__search .action { right: 20px; }

.box-search-content .close__wrap { right: 80px; top: 48px; }

@media (max-width: 575px) { .box-search-content .close__wrap { right: 15px; top: 30px; } }

.minisearch .field__search { padding: 0 15px; }

#navtool { right: 0; }

@media (max-width: 575px) { #navtool { border-bottom: none; } }

.js-nav-btnopen.close span:nth-child(1), .js-nav-btnopen.close span:nth-child(3) { left: 30px; }

.setting__block, .setting_lang_block { left: inherit; right: 0; }

.header__area .header__sidebar__right > li > a { padding-left: 17px; padding-right: 0; }

.header__area .header__sidebar__right > li > a:hover i { color: #ff0d53; }

.title__be--2 { font-family: 'Nova Round', Microsoft JhengHei, Arial, sans-serif; font-size: 3.7vw; line-height: 1.2; padding: 0; margin-bottom: 1rem; letter-spacing: 0.3vw; color: #AB0535; font-weight: 400; text-transform: uppercase; }

@media (max-width: 991px) { .title__be--2 { font-size: 31px; } }

.style-icon { width: 89px; height: auto; margin-bottom: 3vw; }

.description { font-size: 15px; letter-spacing: 0.3px; line-height: 2; color: #7B7B7B; }

#nav-logo a { padding: 19px 0; }

#wn__header { transition: all 0.5s; }

#wn__header img { width: auto; height: 49px; transition: all 0.5s; }

@media (max-width: 767px) { #wn__header img { height: 34px; } }

.is-sticky #wn__header { background: #ab0535; }

.is-sticky #wn__header img { height: 37px; }

@media (max-width: 767px) { .is-sticky #wn__header img { height: 23px; } }

.is-sticky #wn__header .mainnav { min-height: 70px; }

.is-sticky #wn__header .menubar a.open_sidebar { height: 70px; }

.mainbanner { position: relative; background: #000; }

.mainbanner .mbr-fullscreen { background-size: cover; background-position: center center; }

.mainbanner .slider-area .slider_text { top: 60%; }

@media (max-width: 575px) { .mainbanner .slider-area .slider_text { top: 50%; } }

.mainbanner .slider__content { text-align: center; }

.mainbanner .slider__content a { color: #fff; }

.mainbanner .slider__content .slider_title { font-size: 5.3vw; line-height: 1.3; letter-spacing: 0.6vw; font-family: 'Nova Round', Microsoft JhengHei, Arial, sans-serif; font-weight: normal; text-transform: uppercase; }

.mainbanner .slider__content .slider_title span { display: inline-block; color: #ff074f; }

@media (max-width: 575px) { .mainbanner .slider__content .slider_title { font-size: 31px; } }

.mainbanner .slider__content .slider_p { font-size: 15px; letter-spacing: 0.1em; line-height: 2; margin: 0 auto; max-width: 804px; font-family: 'Open Sans', Microsoft JhengHei, sans-serif; }

@media (max-width: 575px) { .mainbanner .slider__content .slider_p { line-height: 1.6; } }

.mainbanner .slide_bg { opacity: 0.4; }

.mainbanner .scroll { color: #fff; font-size: 16px; text-align: center; margin: 5rem auto 0; font-family: 'Nova Round', Microsoft JhengHei, Arial, sans-serif; }

@media (max-width: 575px) { .mainbanner .scroll { margin: 1rem auto 0; } }

.mainbanner .scroll:after { transform-origin: top center; animation: line 1s infinite; width: 2px; height: 46px; content: ""; text-align: center; display: block; margin: 4px auto 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@keyframes line { from { transform: scaleY(0); }
  to { transform: scaleY(1); } }

.slider_pdtop { padding-top: 0; }

#index_news .title__be--2 { border-right: solid rgba(232, 232, 232, 0.8) thin; font-size: 30px; color: #fff; margin-bottom: 0; height: 100%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991px) { #index_news .title__be--2 { display: inline-flex; border-right: none; border-bottom: solid rgba(232, 232, 232, 0.8) thin; padding-bottom: 1rem; left: 50%; transform: translateX(-50%); } }

#index_news .title__be--2:before { width: 6px; height: 6px; background: #fff; content: ""; position: absolute; top: 50%; right: -3px; transform: rotate(45deg); }

@media (max-width: 991px) { #index_news .title__be--2:before { top: initial; bottom: -6px; right: 50%; transform: rotate(45deg) translateX(-50%); } }

#index_news .description { font-size: 12px; opacity: 0.8; margin-top: 1rem; color: #fff; }

#index_news .date { font-family: 'Poppins', sans-serif; font-size: 12px; opacity: 0.8; }

#index_news .index_news_content { height: 100%; }

#index_news .index_news_content h4 { font-size: 22px; font-family: 'Open Sans', Microsoft JhengHei, sans-serif; }

@media (max-width: 991px) { #index_news .index_news_content { margin-top: 2rem; } }

#index_news .owl-dots { text-align: left; }

/*首頁產品*/
/*樣式設計*/
@media (max-width: 575px) { .product-title { width: 100%; margin-bottom: 15px; } }

.product-title:hover:before, .product-title:focus:before { background: #fff; border-color: #fff; }

.product-title span { border: solid #fff thin; color: #fff; }

#index-product { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; }

@media (max-width: 767px) { #index-product { height: initial; margin-top: -6rem; } }

#index-product .index-product-div { position: relative; z-index: 1; }

#index-product .index-product-div li { min-height: 200px; overflow: hidden; }

#index-product .index-product-img { position: fixed; top: 0; height: 100%; width: 100%; left: 0; z-index: -1; }

#index-product .index-product_img-item { height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: center center; }

#index-product .description { color: #fff; }

.img-style-picture { list-style-type: none; padding: 0; width: 100%; height: 100vh; }

.img-style-picture:before { content: ""; width: 100%; height: 100%; background: #000; opacity: 0.4; position: absolute; top: 0; left: 0; z-index: 1; }

#index-product .index-product_title { margin-top: 3rem; overflow: hidden; text-align: center; }

#index-product .index-product_title a { float: left; display: block; font-size: 17px; padding: 0; color: #fff; box-sizing: border-box; margin-right: 15px; }

#index-product .index-product_title .active:before { background: #fff; border: solid #ffffff thin; }

#index-product .index-product_title .active span { background: #AB0535; border-color: transparent; color: #FFF; }

#index-product .js-tab-content { border: 1px solid #AB0535; }

/*頁籤js控制 */
.js-tabs a { transition: all 0.5s; }

/*js圖片位置控制*/
.js-tab-content > li.active { opacity: 1; z-index: 1; }

/*js文字位置控制*/
.js-tab-content2 > li { display: none; }

.index-product-xs-img { height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 15px; text-align: center; background-size: cover; background-position: center center; transform: skewY(-5deg); transform-origin: top right; }

.index-product-xs-img:before { content: ""; width: 100%; height: 100%; background: #000; opacity: 0.3; position: absolute; top: 0; left: 0; z-index: 1; }

.index-product-xs-img .title__be--2, .index-product-xs-img .description { transform: skewY(5deg); position: relative; z-index: 1; }

.index-product-xs-img .btn { transform: skewY(5deg); position: relative; margin-top: 1.2rem; z-index: 1; width: 200px; }

.index-product-xs-img .btn span { color: #fff; }

.header__area .menubar a.open_sidebar { color: #ffffff; font-size: 29px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #ffffff; }

.owl-theme .owl-dots .owl-dot span { border: solid #fff thin; background: transparent; }

/*滑下時選單特效*/
.signin { text-align: left; }

.signin label { display: none; }

.version_list_06 { background: #ddd; }

/*關於我們*/
#index-about { transform: skewY(-5deg); display: flex; justify-content: center; align-items: center; height: 90vh; background: #fff; overflow: hidden; text-align: center; position: relative; z-index: 2; }

@media (max-width: 1200px) { #index-about { height: initial; } }

#index-about .title__be--2 { pointer-events: auto; }

#index-about .content { position: relative; padding: 5rem 3rem; top: 0; transform: skewY(5deg); }

@media (max-width: 575px) { #index-about .content { padding: 5rem 15px; } }

#index-about .description { pointer-events: auto; max-width: 100%; }

#index-about .shopbtn { margin: 4vw auto 0; pointer-events: auto; }

.index-about-img { position: absolute; top: 0; left: 0; width: 100%; height: 128%; transform: skewY(5deg); transform-origin: top right; background-position: bottom center; background-size: cover; }

#index_news { padding-top: 4rem; padding-bottom: 4rem; background: #AB0535; color: #fff; position: relative; overflow: hidden; z-index: 1; }

#index_news:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 500px 500px; border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; position: absolute; top: 0; right: 0; }

@media (max-width: 575px) { #index_news:before { border-width: 0 0 200px 200px; bottom: 0; top: initial; } }

#index_news a { color: #fff; }

#index_news .owl-dots { text-align: left; }

@media (max-width: 575px) { #index_news .owl-dots { text-align: center; } }

#index-Investors { height: calc(100vh + 90px); display: flex; align-items: center; justify-content: flex-end; position: relative; z-index: 1; margin-top: -90px; padding-top: 90px; background-size: cover; background-position: center center; }

@media (max-width: 1200px) { #index-Investors { height: initial; } }

@media (max-width: 991px) { #index-Investors { text-align: center; } }

#index-Investors .code { font-family: 'Open Sans', Microsoft JhengHei, sans-serif; font-size: 24px; color: #fff; margin-bottom: 1rem; }

#index-Investors .shopbtn { margin-top: 3.2rem; }

@media (max-width: 991px) { #index-Investors .shopbtn { margin: 2rem auto; } }

.index-Investors-btn-all { margin-top: 3.2rem; }

@media (max-width: 575px) { .index-Investors-btn-all { margin-top: 1.2rem; } }

.copyright { display: flex; justify-content: center; opacity: 0.3; font-size: 12px; }

@media (max-width: 575px) { .copyright { flex-direction: column; align-items: center; } }

.copyright .sitemap_privacy { margin-left: 3rem !important; }

@media (max-width: 575px) { .copyright .sitemap_privacy { margin-left: 0 !important; } }

#wn__footer .ft__logo { margin-bottom: 2rem; }

#wn__footer .footer__address { font-size: 12px; letter-spacing: normal; font-family: 'Poppins', sans-serif, Microsoft JhengHei; }

#wn__footer .footer__widget.account { font-size: 14px; align-items: center; }

@media (max-width: 575px) { #wn__footer .footer__widget.account { flex-direction: column; } }

#wn__footer .footer__widget.account a, #wn__footer .footer__widget.account .li-menu { padding: 0 20px; margin-bottom: 1rem; position: relative; display: flex; align-items: center; color: #fff; }

#wn__footer .footer__widget.account a::before, #wn__footer .footer__widget.account .li-menu::before { width: 6px; height: 6px; background: #fff; content: ""; margin-right: 10px; transform: rotate(45deg); }

a#scrollUp { background-color: transparent; width: auto; transform: rotate(-90deg); box-shadow: none; height: auto; bottom: 80px; }

@media (max-width: 767px) { a#scrollUp { right: -21px; } }

a#scrollUp:hover, a#scrollUp:focus { background-color: transparent; }

/*內頁設定*/
.page-container { padding: 15rem 10% 6rem; background: #fff; }

@media (max-width: 1200px) { .page-container { padding: 8rem 8% 6rem; } }

@media (max-width: 991px) { .page-container { padding: 6rem 8% 6rem; } }

@media (max-width: 767px) { .page-container { padding: 6rem 8% 6rem; } }

@media (max-width: 575px) { .page-container { padding: 5rem 15px 6rem; } }

.wedget__title { border-bottom: none; font-size: 22px; color: #2e2e2e; }

.wedget__categories.poroduct--cat ul li a { font-size: 14px; line-height: 1.4; }

.wedget__categories .card-header { outline: solid #ddd thin; margin-bottom: 9px; border: none; }

.wedget__categories.poroduct--cat ul li a { padding: 15px; }

.banner_col { margin-top: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.6; background-size: cover; background-position: center center; }

.page-titel { margin-bottom: 2rem; text-align: center; padding-top: 18rem; padding-bottom: 6rem; overflow: hidden; position: relative; background: #000; color: #E8E8E8; transform: skewY(-5deg); transform-origin: top right; margin-top: -11rem; }

@media (max-width: 575px) { .page-titel { padding-top: 20rem; padding-bottom: 5rem; } }

.page-titel a { color: #fff; }

.page-titel a:hover, .page-titel a:focus { color: #AB0535; }

.page-titel:before { content: ""; background: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.page-header { position: relative; z-index: 1; font-weight: 400; font-size: 48px; padding: 0 15px; font-family: 'Nova Round', Microsoft JhengHei, Arial, sans-serif; transform: skewY(5deg); }

@media (max-width: 575px) { .page-header { font-size: 32px; } }

.bradcaump-content { font-family: 'Open Sans', Microsoft JhengHei, sans-serif; position: relative; z-index: 1; color: #fff; transform: skewY(5deg); padding: 0 15px; }

.bradcaump-content a { color: #fff; }

.shop__list__wrapper { border-bottom: none; border-top: none; }

.shop__list__wrapper p { font-size: 12px; }

.shop__list__wrapper .shop__list a { border: solid #ddd thin; color: #ddd; }

.blog-page .blog__post { margin-bottom: 5rem; }

.blog-page .blog__post .content { padding: 0 15px 0; }

.blog-page .blog__post .content h4, .blog-page .blog__post .content h4 a { color: #ab0535; font-size: 22px; line-height: 1.2; margin-bottom: 5px; text-transform: uppercase; font-weight: 400; }

.blog-page .blog__post .thumb { flex-basis: 30%; padding-right: 15px; }

@media (max-width: 575px) { .blog-page .blog__post .thumb { flex-basis: 100%; margin-bottom: 15px; } }

.blog-page .blog__post .blog__btn { margin-top: 2rem; }

.blog-details .blog-post-details .post_wrapper .post_header h2 { line-height: 1.6; }

.blog-page .blog__post .content .post__meta { font-family: 'Poppins', sans-serif; font-size: 12px; opacity: 0.8; }

.blog-page .blog__post .content .post__meta:after { display: none; }

.blog__post_title { margin-bottom: 2rem; }

.post-thumbnail { display: flex; align-items: center; margin-top: 1.5rem; }

.post-thumbnail:before { content: "Share"; color: #7B7B7B; margin-right: 10px; }

.post-thumbnail ul { margin-bottom: 0; }

.post-thumbnail ul li a { border: none; }

.blog-page .blog_search { margin-bottom: 0; padding-bottom: 2rem; }

.blog-page .blog_search h4, .blog-page .blog_search h5, .blog-page .blog_search h6, .blog-page .blog_search p, .blog-page .blog_search ul, .blog-page .blog_search li { display: inline-block; font-size: 16px !important; }

.blog-page .blog_search ul { margin-bottom: 30px; }

.mean-container .mean-nav ul li a.mean-expand { padding: 15px 9px !important; line-height: 1.6; border-bottom: none !important; }

@media (max-width: 575px) { .mean-container .mean-nav ul li a.mean-expand { padding: 9px !important; } }

.mean-container .mean-nav ul li a:hover { background: #AB0535; color: #fff; }

.mean-container .mean-nav { margin-top: 0; background: rgba(0, 0, 0, 0.8); }

.mean-container .mean-nav > ul { margin-top: 106px; margin-bottom: 60px; height: calc(100vh - 106px); }

.mean-container .mean-nav ul { overflow-x: hidden; overflow-y: auto; }

.mean-container .mean-nav > ul > li > a, .mean-container .mean-nav > ul > li > .li-menu { padding: 17px 30px; }

@media (max-width: 575px) { .mean-container .mean-nav > ul > li > a, .mean-container .mean-nav > ul > li > .li-menu { padding: 10px 30px; height: 29px; } }

.mean-container .mean-nav ul li li { border-top: solid #d2d2d2 thin; }

.mean-container .mean-nav ul li li:first-child { border-top: none; }

.mean-container .mean-nav ul li a.mean-expand { color: #ffffff; }

.mean-container .mean-nav ul li li a.mean-expand { color: #AB0535; }

.JQellipsis { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 60px; }

.JQellipsis br { display: none; }

.product .product__content { padding: 30px 30px; width: 100%; position: absolute; top: 0; height: 100%; color: #fff !important; display: flex; justify-content: flex-end; flex-direction: column; pointer-events: none; transform: translateY(100%); transition: all 0.3s; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+2,000000+100&0+0,0.65+75 */ background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (max-width: 991px) { .product .product__content { transform: translateY(0); } }

.product .product__content h4 { pointer-events: auto; }

.product .product__content a { color: #fff !important; }

.product:hover .product__content { transform: translateY(0); }

.product .action { display: none; }

.fotorama__thumb-border { border-color: rgba(171, 5, 53, 0.5); }

.in-product { margin-bottom: 33px; }

.in-shop-grid { margin-bottom: 33px; }

.wedget__categories .card .card-body.show .card.active > .card-header, .wedget__categories .card .card-body.show .card.active > .card-header button { background: #630520; }

.ya-sidebar-menu .card .card-body { margin-top: -10px; }

.ya-sidebar-menu .card .card-body .card:last-child .card-header { margin-bottom: 9px; }

.ya-sidebar-menu .card .card-body .card-header { margin-bottom: 0; }

/*公司簡介*/
.in_about-01 { margin-top: -7rem; background: #fff; padding: 3rem; box-shadow: 0 -5px 4px rgba(68, 69, 68, 0.2); }

@media (max-width: 767px) { .in_about-01 { margin-top: 0; padding: 1.5rem; } }

.in_about-img { position: relative; overflow: hidden; }

@media (max-width: 767px) { .in_about-img { padding: 0; margin-bottom: 0; } }

.in_about-img:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 200px 200px 0; border-color: transparent transparent #ab0535 transparent; position: absolute; bottom: 0; left: 15px; opacity: 0.95; }

@media (max-width: 767px) { .in_about-img:before { border-width: 0 100px 100px 0; left: 0; } }

@media (max-width: 575px) { .in_about-img:before { border-width: 0 60px 60px 0; } }

/*公司沿革*/
.block-content { min-height: 100vh; }

block-content p { font-size: 1.1em; line-height: 1.5; -webkit-font-smoothing: antialiased; margin: 0 auto 1em auto; }

.block-content h2 { text-align: center; margin: 1em 0 0 0; font-size: 2.5em; line-height: 1; letter-spacing: 0.02em; }

@media all and (min-width: 40em) { .block-content h2 { font-size: 4.75em; } }

.subtitle { font-weight: 300; text-transform: uppercase; text-align: center; font-size: 1em; margin: 0.5em 0; }

.heading-group { margin: 0 0 3em 0; }

.timeline-list .content h3 { font-size: 18px; max-width: 86px; margin-top: -20px; left: -159px; position: relative; color: #ab0636; }

@media (max-width: 575px) { .timeline-list .content h3 { margin-top: 0; left: 0; } }

.l-block-spacing { min-height: 80vh; padding: 2em 0 4em 0; }

.l-contained { max-width: 1000px; margin-left: auto; margin-right: auto; padding-left: 1em; padding-right: 1em; }

@media all and (min-width: 40em) { .l-contained { padding-left: 2em; padding-right: 2em; } }

.timeline-list { padding-bottom: 1rem; position: relative; max-width: 700px; margin: 0 auto; }

.timeline-list:before { content: ""; border-left: 1px solid #3B3B3B; left: 4.75rem; top: 2rem; height: 100%; position: absolute; bottom: 0; top: 0; transform-origin: 0 0; animation: scaleVertical 3s 1s ease both 1; }

@media (max-width: 575px) { .timeline-list:before { left: 1.75rem; } }

.timeline-list:after { content: ""; clear: both; position: absolute; bottom: 0px; left: 4.3rem; width: 15px; height: 15px; background: none repeat scroll 0% 0% #ab0535; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); animation: revealScaleUp 0.75s 2.82s ease both 1; }

@media (max-width: 575px) { .timeline-list:after { left: 1.3rem; } }

.t-block-teal h2 { color: #fff; }

.timeline-list li { margin: 0 0 3em 0; padding: 0 2em 0em 2em; position: relative; }

@media (max-width: 575px) { .timeline-list li { padding: 0; } }

.timeline-list li:before { content: ""; position: absolute; top: 0px; left: -37px; width: 15px; height: 15px; background: none repeat scroll 0% 0% #ab0535; animation: revealScaleUp 0.75s 0s ease both 1; }

.timeline-list { padding-left: 106px !important; animation: reveal 2s 0 ease both 1; list-style: none !important; }

@media (max-width: 575px) { .timeline-list { padding-left: 58px !important; } }

.timeline-list .description { color: #3B3B3B; margin-bottom: 0; }

.timeline-list li .content { position: relative; background: rgba(255, 255, 255, 0.8); padding: 15px; animation: revealFromLeft 0.5s 0s ease both 1; }

.timeline-list li .content:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: rgba(255, 255, 255, 0.8); border-width: 15px; margin-top: -15px; }

.timeline-list li:nth-child(1):before { animation-delay: 0.85s; }

.timeline-list li:nth-child(1) .content { animation-delay: 1.05s; }

.timeline-list li:nth-child(2):before { animation-delay: 1.2s; }

.timeline-list li:nth-child(2) .content { animation-delay: 1.5s; }

.timeline-list li:nth-child(3):before { animation-delay: 1.8s; }

.timeline-list li:nth-child(3) .content { animation-delay: 2.1s; }

.timeline-list li:nth-child(4):before { animation-delay: 2s; }

.timeline-list li:nth-child(4) .content { animation-delay: 2.3s; }

.timeline-list li:nth-child(5):before { animation-delay: 2.3s; }

.timeline-list li:nth-child(5) .content { animation-delay: 2.6s; }

.timeline-list li:nth-child(6):before { animation-delay: 2.6s; }

.timeline-list li:nth-child(6) .content { animation-delay: 2.9s; }

@keyframes revealFromLeft { 0% { transform: translateX(-1em);
    opacity: 0; }
  100% { opacity: 1;
    transform: translateX(0); } }

@keyframes reveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes scaleVertical { 0% { transform: scaleY(0); }
  100% { transform: scaleY(1); } }

@keyframes revealScaleUp { 0% { opacity: 0;
    transform: scale(0.5) rotate(45deg); }
  50% { opacity: 1;
    transform: scale(1.3) rotate(45deg); }
  100% { opacity: 1;
    transform: scale(1) rotate(45deg); } }

#timeline { background-image: url(/storage/system/index/index-about.jpg); background-attachment: fixed; background-position: bottom center; background-size: cover; position: relative; }

#timeline:before { content: ""; background: rgba(255, 255, 255, 0.6); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.download_table td { vertical-align: middle; }

#nav-attribute .table thead th { background: #eaeaea; border-bottom: solid #ddd 2px; }

/*GDPR顏色*/
@media screen and (min-width: 768px) and (max-width: 991px) { #tarteaucitron { border: 0 !important; left: 0 !important; margin: 0 5% !important; max-height: 80% !important; width: 90% !important; } }

/*** Common value */
#tarteaucitron * { zoom: 1; }

#tarteaucitron .clear { clear: both; }

#tarteaucitron a { color: #424242; font-size: 11px; font-weight: 700; text-decoration: none; }

#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a { color: #fff; }

#tarteaucitron b { font-size: 22px; font-weight: 500; }

/*** Root div added just before </body> */
#tarteaucitronRoot { left: 0; position: absolute; right: 0; top: 0; width: 100%; }

#tarteaucitronRoot * { box-sizing: initial; vertical-align: initial; }

/*** Control panel */
#tarteaucitronBack { background: #fff; display: none; height: 100%; left: 0; opacity: 0.7; position: fixed; top: 0; width: 100%; z-index: 2147483646; }

#tarteaucitron { display: none; max-height: 80%; left: 50%; margin: 0 auto 0 -430px; padding: 0; position: fixed; top: 6%; width: 860px; z-index: 2147483647; }

#tarteaucitron .tarteaucitronBorder { background: #fff; border: 2px solid #333; border-top: 0; height: auto; overflow: auto; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel { background: #333333; color: #fff; cursor: pointer; font-size: 12px; font-weight: 700; text-decoration: none; padding: 4px 0; position: absolute; right: 0; text-align: center; width: 70px; }

#tarteaucitron #tarteaucitronDisclaimer { color: #555; font-size: 12px; margin: 15px auto 0; width: 80%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronHidden { background: rgba(51, 51, 51, 0.07); }

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden { display: none; position: relative; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails { background: #333; color: #fff; display: inline-block; font-size: 14px; font-weight: 700; margin: 20px 0px 0px; padding: 5px 20px; text-align: left; width: auto; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a { color: #fff; font-weight: 500; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover { text-decoration: none !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a { font-size: 22px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a { font-size: 14px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle { padding: 5px 10px; }

#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails { color: #fff; display: none; font-size: 12px; font-weight: 500; margin-top: 0; max-width: 270px; padding: 20px; position: absolute; z-index: 2147483647; }

#tarteaucitron #tarteaucitronInfo a { color: #fff; text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover { background: rgba(51, 51, 51, 0.2); }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine { background: rgba(51, 51, 51, 0.1); border-left: 5px solid transparent; margin: 0; overflow: hidden; padding: 15px 5px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine { background: #333; border: 3px solid #333; border-left: 9px solid #333; border-top: 5px solid #333; margin-bottom: 0; margin-top: 21px; position: relative; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover { background: #333; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName { margin-left: 15px; margin-top: 2px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b { color: #fff; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk { margin-top: 0px !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName { display: inline-block; float: left; margin-left: 10px; text-align: left; width: 50%; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover { text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk { display: inline-block; float: right; margin: 7px 15px 0; text-align: right; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow { background: gray; border-radius: 4px; color: #fff; cursor: pointer; display: inline-block; padding: 6px 10px; text-align: center; text-decoration: none; width: auto; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies { color: #333; font-size: 12px; }

/*** Big alert */
.tarteaucitronAlertBigTop { top: 0; }

.tarteaucitronAlertBigBottom { bottom: 0; }

#tarteaucitronAlertBig { background: #201f29; color: #fff; display: none; left: 0; padding: 5px 5%; position: fixed; text-align: center; width: 90%; box-sizing: content-box; z-index: 2147483645; }

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b { color: #fff; font-family: "Open Sans", Microsoft JhengHei, sans-serif; font-size: 15px !important; }

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b { font-weight: 700; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize { background: #AB0535; color: #fff; cursor: pointer; display: inline-block; font-size: 16px; padding: 5px 10px; text-decoration: none; margin-left: 7px; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert { background: #fff; color: #333; font-size: 13px; margin-bottom: 3px; margin-left: 7px; padding: 4px 10px; }

#tarteaucitronPercentage { background: #AB0535; box-shadow: 0 0 2px #fff, 0 1px 2px #555; height: 5px; left: 0; position: fixed; width: 0; z-index: 2147483644; }

/*** Small alert */
#tarteaucitronAlertSmall { background: rgba(160, 159, 159, 0.85); bottom: 0; display: none; padding: 0; position: fixed; left: 0; text-align: center; width: auto; z-index: 2147483646; }

#tarteaucitronAlertSmall #tarteaucitronManager { color: #fff; cursor: pointer; display: inline-block; font-size: 11px !important; padding: 8px 10px 8px; }

#tarteaucitronAlertSmall #tarteaucitronManager:hover { background: rgba(255, 255, 255, 0.05); }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot { background-color: gray; border-radius: 5px; display: block; height: 8px; margin-bottom: 1px; margin-top: 5px; overflow: hidden; width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed { display: block; float: left; height: 100%; width: 0%; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen { background-color: #fff; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow { background-color: #FBDA26; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed { background-color: #9C1A1A; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber { background: rgba(255, 255, 255, 0.2); color: #fff; cursor: pointer; display: inline-block; font-size: 30px; padding: 0px 10px; vertical-align: top; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover { background: rgba(255, 255, 255, 0.3); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer { display: none; max-height: 70%; max-width: 500px; position: fixed; right: 400px; width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList { background: #fff; border: 2px solid #333; color: #333; font-size: 11px; height: auto; overflow: auto; text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b { color: #333; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle { background: #333; margin-top: 21px; padding: 13px 0 9px 13px; text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b { color: #fff; font-size: 16px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain { background: rgba(51, 51, 51, 0.1); padding: 7px 5px 10px; word-wrap: break-word; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover { background: rgba(51, 51, 51, 0.2); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a { color: #333; text-decoration: none; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft { display: inline-block; width: 50%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b { color: darkred; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight { color: #333; display: inline-block; font-size: 11px; margin-left: 10%; vertical-align: top; width: 30%; }

/*** Fallback activate link */
.tac_activate { background: #333; color: #fff; display: table; font-size: 12px; height: 100%; line-height: initial; margin: auto; text-align: center; width: 100%; }

.tac_float { display: table-cell; text-align: center; vertical-align: middle; }

.tac_activate .tac_float b { color: #fff; }

.tac_activate .tac_float .tarteaucitronAllow { background-color: #1B870B; display: inline-block; }

/*** CSS for services */
ins.ferank-publicite, ins.adsbygoogle { text-decoration: none; }

div.amazon_product { height: 240px; width: 120px; }

/*** Responsive layout for the control panel */
@media screen and (max-width: 479px) { #tarteaucitron .tarteaucitronLine .tarteaucitronName { width: 90% !important; }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk { float: left !important; margin: 10px 15px 5px; }
  #tarteaucitronRoot { left: 0; position: static; right: 0; top: 0; width: 100%; }
  #tarteaucitronAlertSmall { background: rgba(160, 159, 159, 0.85); bottom: 0; display: none; padding: 0; left: 0; text-align: center; width: 100%; position: static; }
  #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize { background: rgba(160, 159, 159, 0.85); color: #fff; cursor: pointer; display: inline-block; font-size: 16px; padding: 5px 10px; text-decoration: none; margin-left: 7px; }
  #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen { background-color: #fff; } }

@media screen and (max-width: 767px) { #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron { background: #fff; border: 0 !important; bottom: 0 !important; height: 100% !important; left: 0 !important; margin: 0 !important; max-height: 100% !important; max-width: 100% !important; top: 0 !important; width: 100% !important; }
  #tarteaucitron .tarteaucitronBorder { border: 0 !important; }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList { border: 0 !important; }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle { text-align: left !important; }
  #tarteaucitronRoot { left: 0; position: static; right: 0; top: 0; width: 100%; }
  #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize { background: rgba(160, 159, 159, 0.85); color: #fff; cursor: pointer; display: inline-block; font-size: 16px; padding: 5px 10px; text-decoration: none; margin-left: 7px; }
  #tarteaucitronAlertSmall { background: rgba(160, 159, 159, 0.85); bottom: 0; display: none; padding: 0; left: 0; text-align: center; width: 100%; position: static; }
  #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen { background-color: #fff; } }
/*# sourceMappingURL=style_custom.css.map */