﻿  /* CSS Document */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-kerning: auto; }
/*#cms-main a{ text-decoration: none;   transition-property: background-color, opacity; transition-duration: 0.4s; transition-timing-function: ease;} 
*/#cms-main a:hover, #cms-main a:active, #cms-main a:visited, #cms-main a:focus {text-decoration: none;  }
 
/** font-family:=================================*/
.f-s{ font-size: 0.9rem;} 
.f-400{font-weight: 400!important;}
.vText { -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }
.color-bold{color: #e7141a;}
.color-white{color: #fff!important; }
.color-red{color:#cb2520!important; }
.color-gray{color:#5a5a5a; }
.color-bk{color:#000!important; }
.txt-stork { -webkit-text-stroke: 1px #333;  -webkit-text-fill-color: transparent;}
.txt-just{text-align: justify!important; }
.txt-center{text-align: center!important; }

.cms-wrapper { display: block; margin:0px auto; padding: 0px 20px; width: 100%;  max-width: calc((100% - 40px)/12*12 + 40px); }
@media (min-width: 980px) {
.cms-wrapper { width: 96%;}
}
@media (min-width: 1300px) {
.cms-wrapper { width:92%;}
}
@media (min-width: 1600px) {
.cms-wrapper {  width:90%;max-width: 1400px;}
}

 /*  banner area*/
.cms-main-banner { width:100%;   height: 100%;   padding: 0; margin:0px auto;   position: relative; overflow: hidden; background-image: linear-gradient(to bottom, #f1f4f4 0%, rgba(255,152,0,.3) 100%);}
 .cms-main-banner-img{display: flex;width:100%; max-width: 100%; margin:0; padding:0px;  background-repeat: no-repeat;  background-position: center top;  background-size: cover; position: relative; z-index: 0; }

@media (min-width: 1921px) {
    .cms-main-banner-img{display: flex;  flex-direction: column;}   
}
.cms-main-banner-img img{ width: 100%; max-width: 100%; height: auto; display: block; margin: auto; -o-object-fit: cover;  object-fit: cover; -webkit-backface-visibility: hidden;  backface-visibility: hidden; transition: all 0.3s; position: relative; z-index: 0;  }
.cms-main-banner-img .slick-dots { bottom: 0px;}
.zoom-me img{ width: 100%; position: relative; margin-top: -50px; }
 
.text-content { display: flex; width: 100%; min-width:420px; max-width: 100%;  padding:15px 30px;  flex-wrap: wrap; flex-direction: column;  position: relative; z-index: 1  }
.text-content  h1 { width: 100%; font-weight: bold; font-size:1.75rem; margin-bottom: 10px; color: #000; position: relative;}
.text-content  p { flex: 0 0 100%; font-size:1rem;  line-height: 1.5rem; position: relative;  min-height: 52px; overflow: hidden; word-break: normal; word-wrap: break-word; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp:4;  -webkit-box-orient: vertical;} 
.text-content  h1:first-letter{ color:#cc2621;}
@media (max-width:1024px) {
.text-content { min-width:320px;  max-width: 100%;  transform: translateX(-20%);}
}
@media (max-width:768px) {
.cms-main-banner {  margin:0px auto; }
.cms-main-banner-img{  width: 100%;  position: relative; }
.cms-main-banner-txt { position: absolute; top:15%; }
.text-content { min-width:320px;  max-width: 100%;  padding:15px; transform: translateX(-45px);}
}
@media (max-width:767.98px) {
 .zoom-me img{   margin-top: 0px; }
 .cms-main-banner-img{  width: 100%;  position: relative; order: 1; }
.cms-main-banner-txt {width: 100%; position: relative; top:auto; order:2; }
.text-content { min-width:320px;  max-width: 100%;  padding:15px; transform: translateX(0px);}
.text-content  h1 { font-size:1.5rem; margin-bottom: 5px;  }   
.text-content  p {  font-size:.9rem; margin-bottom: 0px; text-align: justify; }  
}
 
@media (min-width: 1100px) {
.text-content  h1 {  font-size:2.5rem;  margin-bottom: 15px; }
.text-content p {   font-size:1.125rem;  line-height: 1.35rem;  } 
}

@media (min-width: 1600px) {
.text-content  h1 { font-size:3rem; line-height: 2.75rem;  margin-bottom: 20px; }
.text-content  p { font-size:1.125rem;  line-height: 1.5rem; } 
}




.series-name{ font-size:1.125rem; font-weight: 700; color: #555; margin: 10px 0px; }
.series-name:before { content: "";  display: inline-block; vertical-align: middle;  width: 40px; height: 5px; background-color: #000;  margin: -2px 20px 0 0;}
@media (max-width:1024px) {
.series-name{font-size:0.9rem;}
.series-name:before {  height: 3px; background-color: #000;  margin: -2px 20px 0 0;}    
}



.btn-more { opacity: 1; transform: none; margin: 0px;}
.btn-more a{color: #000; font-weight: 700;  font-size: 1.125rem;  display: flex; align-items: center; }
.btn-more a:hover{opacity: .5;}
/*.arrow*/
.arrow { position: relative; display: inline-block; margin-left: 10px; /*transform: rotate(90deg);*/  border: 2px solid #000; width: 34px; height: 34px;  border-radius: 50%; transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1)}
 @media (min-width: 740px) {
.arrow { width: 38px;height: 38px; }
}
@media (min-width: 1380px) {
.arrow {width: 40px; height: 40px;}
}
@media (min-width: 1700px) {
 .arrow { width: 44px;height: 44px;}
}
.arrow::before, .arrow::after {width: 26px;height: 26px;content: "";display: inline-block; vertical-align: middle;background: url("../images/icon/arrow-down.svg") center no-repeat;background-size: auto 50%;  position: absolute; left: 50%; top: 50%;opacity: .5; transform: translate(-50%, -50%);}
 .arrow:after {opacity: 0}
a:hover .arrow:before,a:active .arrow:before {animation: arrow .6s linear infinite both}
a:hover .arrow:after,a:active .arrow:after{ animation: arrow2 .6s linear infinite both}
 
@keyframes arrow {
0% { transform: translate(-50%, -90%) }
100% { transform: translate(-50%, -50%); opacity: 0 }
}
@keyframes arrow2 {
0% { transform: translate(-50%, -50%); opacity: 0 }
100% { transform: translate(-50%, -10%); opacity: 1 }
}
 
.text-stroke{ -webkit-text-stroke: 1px #a3d6bf;} 
.cms-main-area{ width: 100%; padding:0px; margin:0px auto;    }
/*----------------------------------------/
cms-main-content
----------------------------------------*/
.cms-main-content{position: relative; width: 100%; min-height: 50vh; margin:0 auto; padding:0px;overflow: hidden; }
.cms-decorate-end {width: 100%;  height: 100px;  position: absolute; z-index: 13; left: 0px;  }
/*----------------------------------------/
麵包屑 自訂顏色樣式
----------------------------------------*/
.cms-main-breads{ width: 100%;  max-width: calc((92% - 40px)/12*12 + 40px); margin:-10px auto auto auto; padding: 0px;  color:#000;}
.cms-main-breads .breadcrumb{ width: auto; padding:0px;  margin:10px 0px; background:none;  justify-content: flex-end;  }
.cms-main-breads .breadcrumb li{ font-size:12px;}
.cms-main-breads .breadcrumb li a{ color:#312927;}
.cms-main-breads .breadcrumb li a:hover{color:#e7141a;}
.cms-main-breads .breadcrumb li br { display: none;}
/*.breadcrumb-item:first-child::before {content: ""; color:#312927 !important; position: absolute; left:0px;top:4px; width: 13px; height:13px;  background: url("../images/icon/home-b.svg") no-repeat left top; }
*/
.breadcrumb-item+.breadcrumb-item::before { content: " | "; margin-left: 5px;color:#312927;}
.cms-main-breads .breadcrumb li:first-child{ position: relative; padding-left: 20px; color:#e7141a;}
.cms-main-breads .breadcrumb-item.active{color:#cc2621;}

@media (max-width: 768px) {
.cms-main-breads{ max-width: 100%;  margin:0px auto; border-top: solid 1px rgba(255,255,255,.35);}
.cms-main-breads .breadcrumb{ padding:2px; justify-content: flex-start;  }
}

/* description =======================================================================	*/
.cms-description{  width: 100%;  margin:0px; padding:20px 0px; background-color: transparent;}
.cms-description h2{ font-size: 30px;font-weight: 700;color: #cc2621;padding: 10px 0; margin-top: 15px;}
.cms-description h3{ font-size: 26px;font-weight: 600;color: #000;padding: 10px 0; margin-top: 15px;}
.cms-description h4{ font-size: 22px;font-weight: 600;color: #000; padding: 10px 0; }
.cms-description h5{ font-size: 18px;font-weight: 600;color: #000; padding: 10px 0; }
.cms-description h6{ font-size: 14px;font-weight: 600;color: #000; padding: 10px 0; }

.cms-description .CateDes-title{width: 100%; margin:0 auto;}
.cms-description .CateDes-title h2{font-size: 36px;font-weight: 700;color: #cb2520;text-align: center;}

.article { position: relative;  -webkit-column-count: 2;  column-count: 2; -webkit-column-gap: 130px; column-gap: 130px; color: #515151; font-size:1rem; line-height: 1.75rem;text-align: justify; letter-spacing: 0.05em; margin-bottom: 65px;}
.article:before { position: absolute;left: 50%; top: 0;content: '';width: 1px; height: 100%;background-color: #ebebeb;}
 
.article a{color: #555;}

 @media (max-width: 1440px) {
.article {  -webkit-column-gap: 60px; column-gap:60px;  }

}

 @media (max-width: 1099px) {
	 .cms-description .CateDes-title h2{font-size: 28px;} 
}

 @media (max-width: 767.98px) {
 .cms-description{margin:15px 0; padding:0px 0px 20px 0px;  } 
}
 
 /* cms-title-block h1 =======================================================================	*/
.cms-title-block{ width: 100%;  height: auto; margin:0px auto 30px auto;  display: flex; flex-wrap: wrap; justify-content:center; position: relative; }
.cms-title-block h1 {width:100%; margin:0px auto; padding:20px 0px 0px 0px; font-size:1.5rem;  color:#000; font-weight:700;  text-align: center; position: relative;  }
.cms-title-block p {width:100%; margin:0px auto; padding:20px 0px 0px 0px; font-size:1.25rem;  color:#000; font-weight:400;  text-align: left; position: relative;  }

@media (min-width: 1100px) {
.cms-title-block h1 { font-size:2.5rem; }
 }
@media (min-width: 1600px) {
.cms-title-block h1 { font-size:3rem; }
 }
@media (max-width: 1199.98px) {
.cms-title-block h1{  font-size: 1.5rem; }
}
@media (max-width: 767.98px) {
.cms-title-block {  margin: 15px auto;   }  
.cms-title-block h1{  font-size: 1.5rem; padding-top: 0px; margin: 0px; text-align: left;}
}  
/*----------------------------------------/
  title樣式 cart
----------------------------------------*/
.cms-title-style{  margin-bottom:60px;position: relative;width: auto;   font-size: 2.4rem; line-height: 130%;  }
.cms-title-style:after { content: ""; width:50px;  height:75px; display: block; position: absolute; left: -60px; top:-24px; /*background: url(../images/index/dot.svg) no-repeat right top;*/ background-size: auto;}
.cms-title-span{ margin:0px; font-size: 0.9rem; text-align: left; text-transform: uppercase; letter-spacing: 1px;  font-weight: 400;color:#666;}
.cms-title-style h2{ color:#0a326c; font-size: 2rem;  margin-bottom: 25px; font-weight: 700;  }
.cms-title-style h3{ color:#b38f36;  font-size: 1.15rem!important; line-height: 130%;font-weight: 700;  }
 
 /*cms-Title Styles 樣式
=================================*/
.cms-title { width: 100%; margin:0px auto;padding: 0px;position: relative; } 
.cms-title h1{ width: 100%;display: block;margin: 0 auto; font-size: 2.5rem; font-weight:900; color:#000;  }
.cms-title h2{ width: auto;margin:15px auto; font-size:1.875rem;   font-weight:700;     }
.cms-title h3{ margin:15px auto; font-size: 2.35rem; line-height: 3.75rem; color:#131212; font-weight:900; letter-spacing:10px; text-align: center;   }
.cms-title p{ margin:10px auto;  font-weight: 400; line-height: 1.35rem;  color:#fff; }
.cms-title strong{ color:#e7141a;; }
 @media (max-width:820px) {
 .cms-title h3{   letter-spacing:5px; }    
}
 @media (max-width:767.98px) {
.cms-title {  margin:0px auto 20px auto;  }     
.cms-title h3{  font-size: 1.313rem; line-height: 2rem; letter-spacing:0; }
 }

.cms-title-2 { width:100%; height: auto; padding-bottom: 10px; margin:0 auto 2% auto; position: relative;  border-bottom: 1px solid #dae2e1; }
.cms-title-2::after { content: ""; position: absolute; left: 50%; margin-left: -4.5px; bottom: -4.5px;  width: 10px; height: 10px;  border: 1px solid #fff; background-color:#77908d;  transform: rotate(45deg);}
.cms-title-2 h2{ width: 100%;  margin:5px auto;  font-size:1.5rem; font-weight:700;  text-align: center; color:#000;  }
.cms-title-2 p{ width: 100%;  margin:0px auto;  font-size:1.15rem; font-weight:400; text-align: center; color:#000;  }
@media (max-width: 1024px) {
.cms-title h2{   font-size: 2rem;  }    
}

@media (max-width:768px) {
.cms-title-style{ padding: 0px 20px;   }
.cms-title {  margin:20px 0px;  }  
.cms-title h2{ font-size: 2em;  }    
}

@media (min-width:1100px) {
.cms-title-2 h2{ font-size:1.75rem;  }
 }
 @media (min-width:1600px) {
 .cms-title-2 h2{   font-size:2.5rem;  }
 }

/*ms-title-3  樣式
=================================*/
.cms-title-3 { width:100%; height: auto;  margin:30px auto; padding: 0; display: flex;  flex-wrap: wrap; justify-content: center; flex-direction:column; position: relative; }
.cms-title-3 h2{ width: auto;margin:0px auto 10px auto; font-size: 1.75rem; font-weight: 700;    }
.cms-title-3 h3{ width: auto;margin:0px auto 10px auto;  font-size: 1.5rem; font-weight: 500;   }
.cms-title-3 p{ width: auto; margin:0px auto;  font-size:1rem; line-height: 2rem; font-weight: 400; padding: 0px;  color: #515151;   }

 
 
 /*ms-title-4  樣式
=================================*/
.cms-title-4 { width: 100%; display: flex; flex-wrap: wrap; position: relative; justify-content: center; flex-direction: column; }
.cms-title-4 h2{ font-size: 2.15rem;margin:15px; text-align: center; font-weight: 700;color:#cc2621; }
.cms-title-4 h3{ margin:15px auto 5px auto;font-size: 2.5rem;  color:#cc2621;  font-weight: 700; }
.cms-title-4 span {margin: 0px; font-size:0.9375rem;   text-align: left; display: flex;font-weight: 500; }
.cms-title-4 { width:100%; margin: 30px auto; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content:center;  -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center; flex-wrap: wrap;position: relative;  }
/*.cms-title-4::before { display: block; content: ''; width: 2px; height:80px; top:-68px; background:#cc2621; position: absolute; z-index:2; }*/
@media (max-width: 1199.98px) {
.cms-title-4 h2,.cms-title-4 h1{  font-size: 1.5rem; }
}

@media (max-width:767.98px) {
 .cms-title-4 h2,.cms-title-4 h3{ font-size: 2.15rem; font-weight: 600; }
    
}

/*----------------------------------------/
分頁 自訂顏色樣式
----------------------------------------*/
#cms-main-pages .cms-pagination{ width: 100%; margin:50px auto 0px auto; padding-bottom: 30px; display: flex; justify-content: center; }
.cms-pagination .page-link { color:#31315e;  width:50px;height: 50px;text-align: center; background-color:transparent;; border-color:transparent; border-radius:99rem;line-height: 2;}
.cms-pagination .page-link:hover { color: #fff; background-color:#dcdddd; border-color:#dcdddd;}
.cms-pagination .page-link:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.cms-pagination .page-item{ margin: 5px;  }
.cms-pagination .page-item:first-child .page-link {background-color:transparent; }
.cms-pagination .page-item:last-child .page-link { background-color:transparent;}
.cms-pagination .page-item.active .page-link { color: #fff!important;  background-color:#cc2621; border-color:#cc2621;}
.cms-pagination .page-item.disabled .page-link { color: #6c757d; background-color:transparent;  border-color:transparent;   }
/*---------------*/
/***** icon *****/
/*---------------*/
.icon-download{background: url("../images/icon/icon-download.svg") no-repeat; }
.icon-next{background: url("../images/icon/arrow-right-2.svg") no-repeat left 0px;  background-size:auto;}
.icon-shop{display: block;  margin: auto;background:url(../images/icon/shop-2.svg) no-repeat left top; }
.icon-email{display: block;  margin: auto;background:url("../images/icon/email.svg") no-repeat left top; }

.icon-link{background: url("../images/icon/link.svg") no-repeat left 2px;  background-size:auto;}
.icon-check{background: url("../images/icon/check.svg") no-repeat center 4px; background-size:70% auto;}
.icon-clear{background: url("../images/icon/clear-w.svg") no-repeat center 4px; background-size:70% auto;}



.transition-3d-hover { transition: all .2s ease-in-out}
.transition-3d-hover:focus, .transition-3d-hover:hover {-webkit-transform: translateY(-3px);transform: translateY(-3px)}


/***** btn *****/
/*---------------*/
.btn { width: 100%;margin: 0px 5px 0px 0px;padding: 10px 0.75rem;font-size: .95rem; line-height: 1.5; border-radius:0px;  }
 .btn i{ width:20px; height:20px;margin:0px 5px; display: inline-block;  }
.btn i.cicrcle{ width:26px; height:26px; border: solid 1px #fff; border-radius:99rem; }

.btn.cms-btn-secondary { color:#fff; font-weight: 400; background:#cc2621;}
.btn.cms-btn-secondary:hover { color: #fff; background-color:#000;  }

.cms-btn-submit{  font-weight: 400;  background:#000;border: solid 1px #000;  color: #fff!important; vertical-align: text-bottom; }
.cms-btn-submit:hover { color: #fff;  background:#000; border: solid 1px #000; box-shadow: 0px 3px 10px #ed9823; }
  
.cms-btn-reset{ font-weight: 400;  background: #555;border: solid 1px #555;  color: #fff!important; vertical-align: text-bottom; }
.cms-btn-reset:hover { color: #fff;  background:#000;   box-shadow: 0px 3px 10px rgba(148,0,11,.5); }

 

/* Bounce To Right */
.hvr-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color;  transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
.hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;  background:#cc2621; -webkit-transform: scaleX(0);  transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {color: white;}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1);  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}






.text-button { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.125rem; cursor: pointer; display: inline-block; color: currentColor; padding-left: 2.1875rem; position: relative; transition: padding 0.3s ease;}
.text-button::before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; width: 1.5625rem; height: 0.0625rem; background: currentColor; vertical-align: middle; margin-right: 0.625rem; transition: padding 0.3s ease}
@media (hover: hover) {
.text-button:hover { color: currentColor; padding-left: 2.8125rem  }
.text-button:hover:before { width: 2.1875rem; color: currentColor  }
}
@media (max-width: 798px) {
.text-button { letter-spacing: 0rem; }  
 p a.text-button { font-size: 0.7rem; }    
}

/*---------------*/
/***** btn *****/
/*---------------*/
.cms-btn-btnbox {position: relative;z-index:9; display: flex;  justify-content: center;  width: 100%; height: auto; margin:10px auto;  transition: all 1s;}  
.cms-btnbox {position: relative;z-index:9; display: flex;  justify-content: center;  width: 100%; height: auto; margin:20px auto 0px auto;  transition: all 1s;}  


/*mousey Styles====*/
.scroll-downs { position: absolute; top: -30px; right: 0; bottom: auto; left: 0; margin:auto; width :20px; height: 44px;z-index: 999;}
.mousey { width: 2px; padding: 5px 8px; height: 24px; border: 1px solid #cc2621; border-radius: 25px; opacity: 0.75; box-sizing: content-box; position: relative; }
.mousey:after{content: "";position: absolute;top:38px; left:8px;width: 1px; height:30px; background:#cc2621;}
.scroller { width: 2px; height: 8px; border-radius: 25%; background-color:#cc2621; animation-name: scroll; animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94); animation-iteration-count: infinite;}
@keyframes scroll {
0% { opacity: 0; }
10% { transform: translateY(0); opacity: 1; }
100% { transform: translateY(15px); opacity: 0;}
}
 
 

.icon-next{background: url("../images/icon/arrow-right-2.svg") no-repeat left 0px;  background-size:auto;}


.cms-next-button {width:150px; height:34px; position: relative; display: -webkit-box;  display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: space-between; cursor: pointer; background-color:transparent; border-radius:  30px;}
.cms-next-button:hover .cms-next-button-circle, .cms-next-button:hover i { -webkit-transform: scale(.95); transform: scale(.95)}
.cms-next-button:hover { -webkit-transform: scale(.95); transform: scale(.95); background: #000;}
.cms-next-button-circle { width:28px; height: 28px;  position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin:auto 5px;  background: #fff;  border-radius: 50%;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.cms-next-button i { width:16px; height: 16px;   -webkit-transition: -webkit-transform .2s;  transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.cms-next-button-txt { padding-left: 10px; font-size: 16px; font-weight:400; line-height: 1.5; color: #fff;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; position: relative}

.bg-bk{background:#666464;}
.bg-orange{background: #cc2621;  }
.bg-orange-line{background: #cc2621;  }

.arrow-w{background: url("../images/icon/arrow-right-2.svg") no-repeat right top;  } 
.arrow-b{background: url("../images/icon/arrow-right-b.svg") no-repeat right top;  } 
.icon-add{background: url("../images/icon/add.svg") no-repeat right top;  } 

@media (max-width:767px) {
.cms-next-button { width: auto; height: 24px }
.cms-next-button-circle { width: 24px; height: 24px; margin-right: 15px}
.cms-next-button i { width: 22px; height: 22px; margin: auto auto auto 10px}
.cms-next-button-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}

 
a.cms-btn-prev {color:#131212; font-weight: 700; text-align: center; transition: all 0.5s; position: relative;   }
a.cms-btn-next {color:#131212; font-weight: 700;  text-align: center; transition: all 0.5s; position: relative;  }

a.cms-btn-prev:before{content: "";  position: absolute;top:18px; left:8px;width:18px; height:12px; background: url(../images/icon/arrow-left-r.svg) no-repeat left top; transition: all 0.5s; filter: grayscale(1) brightness(1);}
a.cms-btn-next:before{content: "";  position: absolute;top:18px; right:8px;width:18px; height:12px; background: url(../images/icon/arrow-right-2.svg) no-repeat left top; transition: all 0.5s; filter: grayscale(1) brightness(1);}
a.cms-btn-prev:after,a.cms-btn-next:after { display: block; content: ''; width: 0; height:1px; position: absolute; left:0px; bottom: 0px;  background:#cc2621; transition: all .3s ease;} 
 

a.cms-btn-prev:hover:after,a.cms-btn-next:hover:after{ width: 100%;  }
a.cms-btn-prev:hover:before{  -webkit-transform: translateX(5px); transform: translateX(5px); filter: none; }
a.cms-btn-next:hover:before{  -webkit-transform: translateX(-5px); transform: translateX(-5px);  filter: none;}
a.cms-btn-prev:hover, a.cms-btn-next:hover  { color:#cc2621!important;  }

 
 a.cms-btn-back { width:auto; color:#000!important; padding: 10px; font-weight: 700; background-color:#f2f2f2;  display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content:center;  -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center;  -ms-flex-align: center;  align-items: center;  }
.cms-btn-back:before,.cms-btn-back::after{ content: ''; width: 10px; height:1px; background:#797371;-moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s;  transition: ease 0.3s;  }
.cms-btn-back:before { margin-right: 20px; margin-left: 5px;}
.cms-btn-back:after { margin-left: 20px; margin-right: 5px;}
a.cms-btn-back:hover {   color:#cc2621!important;  }
.cms-btn-back:hover:before{   background:#cc2621; -moz-transform: translateX(20%); -ms-transform: translateX(20%); -webkit-transform: translateX(20%); transform: translateX(20%);  }
.cms-btn-back:hover:after{  background:#cc2621;-moz-transform: translateX(-20%); -ms-transform: translateX(-20%); -webkit-transform: translateX(-20%); transform: translateX(-20%);  }
@media (max-width:1024px) {
 .cms-btn-back:before,.cms-btn-back::after{ display: none; }
 }

@media (max-width: 767.98px) {
.cms-btn-back  { font-size:.875rem; padding:5px  10px;}  
  }
 
.cms-back-button {  width: auto; height: 40px; margin: 0; padding: 10px 20px 10px 1px; position: relative; display: -webkit-box;  display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; cursor: pointer; border-radius:30px;   background:#000;}
.cms-back-button:hover .cms-back-button-circle { -webkit-transform: scale(1.2); transform: scale(1.2)}
.cms-back-button:hover .cms-back-button-txt, .cms-back-button:hover i { -webkit-transform: translateX(-5px); transform: translateX(-5px)}
.cms-back-button-circle { width: 32px; height: 32px;  position: relative; display: block; margin:0px 10px 0px 0px; border: 1px solid #fff;  border-radius: 50%;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.cms-back-button i.arrow-l { width: 28px; height: 28px; position: absolute;top: 0; bottom: 0; left:0px; background: url("../images/icon/arrow-left-2.svg") no-repeat 4px 4px;  margin: auto;   -webkit-transition: -webkit-transform .2s;  transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.cms-back-button-txt { font-size: 16px; font-weight: 700; line-height: 1.5; letter-spacing: 1px; color: #fff;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}



.cms-back-button:hover{  background:#e7141a!important; }

@media (max-width:767px) {
.cms-back-button { width: auto;  }
.cms-back-button-circle { width: 24px; height: 24px; margin-right: 15px}
.cms-back-button i { width: 22px; height: 22px; margin: auto auto auto 10px}
.cms-back-button-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}

 
 /*cms-btn Styles 1 bk===*/
 a.cms-btn-01{width: 100%; max-width: 200px; height: auto; display: block; padding:10px 40px; margin: auto; color: #312927;font-weight:700;  overflow: hidden;text-align: center;  background-color: transparent;border:solid 1px transparent; cursor: pointer;  letter-spacing: 0.1rem;  box-shadow: inset 0 0 0 1px #eee;-webkit-transition: color 0.25s 0.0833333333s; transition: color 0.25s 0.0833333333s;  position: relative;}
.cms-btn-01::before, .cms-btn-01::after {border: 0 solid transparent; box-sizing: border-box; content: ''; pointer-events: none; position: absolute; width: 0; height: 0; bottom: 0; right: 0;}
.cms-btn-01::before{border-bottom-width: 2px; border-left-width: 2px;}
.cms-btn-01::after{border-top-width: 2px; border-right-width: 2px;}
 a.cms-btn-01:hover{color:#fff; background:#312927; }
.cms-btn-01:hover::before, .cms-btn-02:hover::after{border-color:#312927; -webkit-transition: border-color 0s, width 0.25s, height 0.25s; transition: border-color 0s, width 0.25s, height 0.25s; width: 100%; height: 100%;}
.cms-btn-01:hover::before{-webkit-transition-delay: 0s, 0s, 0.25s; transition-delay: 0s, 0s, 0.25s;}
.cms-btn-01:hover::after{-webkit-transition-delay: 0s, 0.25s, 0s; transition-delay: 0s, 0.25s, 0s;}
.cms-btn-01:focus{outline: 1px inset #fff;}
.cms-btn-01 span { display: block; padding-right:5px; transform-origin: center left; transition: color 0.3s ease;position: relative;z-index:1;font-size:1.188rem; font-weight: 700; letter-spacing: 1px; color: #fff;}
.cms-btn-01 em {position: absolute;width:60px; height:25px; right:10px;top: 20%; transition: all 0.3s ease; background: url("../images/icon/arrow-right-f.svg") no-repeat right top; z-index:1;   }
.cms-btn-01:hover em{ transform:translateX(10px); -webkit-filter:invert(1);}

@media (max-width: 991.98px) {
 a.cms-btn-01{  font-size:0.9rem;   }
}

 
/*cms-btn Styles 2===*/
 a.cms-btn-02{width: 100%; max-width: 200px; height: auto;   display: block; color: #fff!important;font-weight:700;  overflow: hidden; padding:10px 40px; text-align: center;  background-color: transparent;border:solid 1px transparent; cursor: pointer;  letter-spacing: 0.1rem;  box-shadow: inset 0 0 0 1px #eaeff3;-webkit-transition: color 0.25s 0.0833333333s; transition: color 0.25s 0.0833333333s;  position: relative;}
.cms-btn-02::before, .cms-btn-02::after {border: 0 solid transparent; box-sizing: border-box; content: ''; pointer-events: none; position: absolute; width: 0; height: 0; bottom: 0; right: 0;}
.cms-btn-02::before{border-bottom-width: 2px; border-left-width: 2px;}
.cms-btn-02::after{border-top-width: 2px; border-right-width: 2px;}
 a.cms-btn-02:hover{color:#fff; background:#000; }
.cms-btn-02:hover::before, .cms-btn-02:hover::after{border-color:#000; -webkit-transition: border-color 0s, width 0.25s, height 0.25s; transition: border-color 0s, width 0.25s, height 0.25s; width: 100%; height: 100%;}
.cms-btn-02:hover::before{-webkit-transition-delay: 0s, 0s, 0.25s; transition-delay: 0s, 0s, 0.25s;}
.cms-btn-02:hover::after{-webkit-transition-delay: 0s, 0.25s, 0s; transition-delay: 0s, 0.25s, 0s;}
.cms-btn-02:focus{outline: 1px inset #fff;}
.cms-btn-02 span { display: block; padding-right:5px; transform-origin: center left; transition: color 0.3s ease;position: relative;z-index:1;font-size:1.188rem; font-weight: 700; letter-spacing: 1px; color: #fff;}
.cms-btn-02 em {position: absolute;width:60px; height:25px; right:10px;top: 25%; transition: all 0.3s ease; background: url("../images/icon/arrow-right-f.svg") no-repeat right top; z-index:1;  -webkit-filter:invert(1);  }
.cms-btn-02:hover em{ transform:translateX(10px);}

@media (max-width: 991.98px) {
 a.cms-btn-02{  font-size:0.9rem;   }
}

/*cms-btn Styles 3===*/
 a.cms-btn-03{width: 100%; max-width: 200px; height: auto;   display: block; color: #e7141a;font-weight:500;  overflow: hidden; padding:10px 40px; text-align: center;  background-color: transparent;border:solid 1px transparent; cursor: pointer;  letter-spacing: 0.1rem;  box-shadow: inset 0 0 0 1px #e7141a;-webkit-transition: color 0.25s 0.0833333333s; transition: color 0.25s 0.0833333333s;   position: relative;}
.cms-btn-03::before, .cms-btn-03::after {border: 0 solid transparent; box-sizing: border-box; content: ''; pointer-events: none; position: absolute; width: 0; height: 0; bottom: 0; right: 0;}
.cms-btn-03::before{border-bottom-width: 2px; border-left-width: 2px;}
.cms-btn-03::after{border-top-width: 2px; border-right-width: 2px;}
 a.cms-btn-03:hover{color:#fff; background:#e7141a; }
.cms-btn-03:hover::before, .cms-btn-03:hover::after{border-color:#fff; -webkit-transition: border-color 0s, width 0.25s, height 0.25s; transition: border-color 0s, width 0.25s, height 0.25s; width: 100%; height: 100%;}
.cms-btn-03:hover::before{-webkit-transition-delay: 0s, 0s, 0.25s; transition-delay: 0s, 0s, 0.25s;}
.cms-btn-03:hover::after{-webkit-transition-delay: 0s, 0.25s, 0s; transition-delay: 0s, 0.25s, 0s;}
.cms-btn-03:focus{outline: 1px inset #fff;}
.cms-btn-03 span { display: block; padding-right:5px; transform-origin: center left; transition: color 0.3s ease;position: relative;z-index:1;font-size:1.188rem; font-weight: 700; letter-spacing: 1px; color: #fff;}
.cms-btn-03 em {position: absolute;width:60px; height:25px; right:10px;top: 25%; transition: all 0.3s ease; background: url("../images/icon/arrow-right-f.svg") no-repeat right top; z-index:1;  -webkit-filter:invert(1);  }
.cms-btn-03:hover em{ transform:translateX(10px);}

@media (max-width: 991.98px) {
 a.cms-btn-03{  font-size:0.9rem;   }
}


 

 a.cms-btn-04  { position: relative; margin:10px auto;padding: 0px 10px; width: 100%; display: flex;  justify-content: center; align-items: center; background:#cc2621; font-size:1rem; color: #fff!important; font-weight: 500; line-height: 38px;  letter-spacing: 1px;  border-radius:30px;  transform: scale(1);  transition: all 1s; }
a.cms-btn-04:hover { color:#fff!important;text-shadow:1px 1px  rgba(0,0,0,.5);  background:#555; transform: scale(1.05);}

  
.cms-btn-play {  width: 116px; height: 116px;  z-index: 9999; position: absolute;  margin: auto; display: flex;  align-items: center;  justify-content: center;}
.cms-btn-play:before { content: '';  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  width:60px; height:60px; background: url("../images/icon/play-btn.svg") no-repeat; background-size: contain;}
.cms-btn-play:hover .rotate2 {  -webkit-animation: rotate 1s linear infinite;animation: rotate 1s linear infinite;}
.cms-btn-play .rotate1,.cms-btn-play .rotate2 { -webkit-transform: translate(5px, 5px); -ms-transform: translate(5px, 5px);transform: translate(5px, 5px);}
.cms-btn-play .rotate2 { stroke-dashoffset: 110; stroke-dasharray: 360; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-90deg) translate(5px, 5px); -ms-transform: rotate(-90deg) translate(5px, 5px); transform: rotate(-90deg) translate(5px, 5px);}
.cms-btn-play-bg{width: 116px; height: 116px;}
.cms-btn-play .bg {  opacity: .5;}

@-webkit-keyframes rotate {
0% {  -webkit-transform: rotate(-90deg) translate(5px, 5px); transform: rotate(-90deg) translate(5px, 5px);}
100% { -webkit-transform: rotate(270deg) translate(5px, 5px);transform: rotate(270deg) translate(5px, 5px);}
}

@keyframes rotate {
0% { -webkit-transform: rotate(-90deg) translate(5px, 5px);transform: rotate(-90deg) translate(5px, 5px); }
100% { -webkit-transform: rotate(270deg) translate(5px, 5px);transform: rotate(270deg) translate(5px, 5px);}
}







/*----------------------------------------/
  ul style 自訂樣式
----------------------------------------*/
.cms-dot{ width: 100%;  display: block; margin:0px;padding: 0px; position: relative;}
.cms-dot li{ width: 100%!important;display: block; padding: 2px 0px 2px 15px!important; margin:4px 0px!important; font-size:1rem; line-height:1.75rem; font-weight:400; color:#666464; position: relative;  }
.cms-dot li:before{ content: ''; width:6px; height:6px; background-color:#cc2621; border-radius: 99rem; position: absolute; top: 10px; left: 0px;  transition: all 0.5s ease 0s;}
 
.cms-check{ width: 100%;  display: block; margin:0px;padding: 0px; }
.cms-check li{ width: 100%; display: block; padding: 0px 0px 0px 25px!important; margin:0px 0px 2px 0px; font-size:1.125rem;   font-weight:400; color: #131212; position: relative;}
.cms-check li:before{ content: ''; width: 15px; height: 15px; background-color:#cc2621; border-radius: 99rem; position: absolute; top: 6px; left: 0px;  transition: all 0.5s ease 0s;}
.cms-check li:after{ content: ''; width: 12px; height: 12px;  background: url("../images/icon/check.svg") no-repeat left top;position: absolute; top:8px; left: 2px;  transition: all 0.5s ease 0s;}

.cms-arrow{ width: 100%; display: block; margin: 1.5% auto; }
.cms-arrow li{ width: 100%; display: block; padding:1px 0 10px 15px; font-size:15px; line-height:1.4em; font-weight:400; background: url(../images/icon/arrow-right.svg) no-repeat left 8px; background-size:8px;}
.cms-decimal { list-style-position: outside; list-style-type: decimal; padding-left: 15px;}
.cms-decimal li{margin-bottom: 10px; font-size:1.125rem; line-height:1.5em; font-weight:400;  }
.cms-tag{ padding: 5px 10px;  display: inline-block; width: auto; max-width: 100px; margin:  5px;font-size:15px; line-height:1.5em; font-weight:400; text-align: center;  border: solid 1px #eee; background: #eee;}
/*----------------------------------------/
 leftMenu start 樣式
----------------------------------------*/
 @media only screen and (min-width:993px){
.leftMenuMobile {display: none;}
}

.leftMenu { width: 100%;  padding: 20px 20px 0 0;     }
.leftMenu h2{ font-size: 1.5rem; font-weight: 700; margin-bottom: 30px;  }
@media(min-width:1002px) {
.leftMenu { width:240px;  }    
}
@media(min-width:1100px) {
.leftMenu { width: 240px;   }
}
 
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; }
.leftMenu ul li.menu-title a{ color:#fff; font-size: 1.15rem; font-weight: 700; line-height: 2rem; background:#e7141a; }
.leftMenu ul li:hover.menu-title a{ color:#fff; }
.leftMenu ul:nth-child(2){margin-bottom: 30px;}
.leftMenu > ul ul {display: none;}
.leftMenu ul li { margin: 10px 0px;  position: relative; z-index: 1; font-size: 1rem; font-weight: 400;  line-height:1.5rem; border-bottom: 1px solid #d8d8d8;}
.leftMenu ul li:last-child {border-bottom: none;}
.leftMenu ul li a:hover { color:#e7141a!important; }
.leftMenu ul li.current > a { color:#e7141a!important; }
.leftMenu ul li a { transition: all .3s ease }
.leftMenu ul li a:after { content: ""; display: block; height: 4px; width: 100%; transition: all .3s ease; transform: scaleX(0);  position: absolute; left: 0;  bottom: 0; background-color: #e7141a;  transform-origin: left bottom}
.leftMenu ul li a.active, .leftMenu ul li a:hover {  border-color: transparent}
.leftMenu ul li a.active:after, .leftMenu ul li a:hover:after {  transform: scaleX(1)}
 
.leftMenu ul li ul li.current a{ color:#cd2520;}


.menu_dot {position: absolute; top: 10px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 12px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 12px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 2px; height:12px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 12px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open{top:6px; }
.leftMenu .menu_dot_open::before {background-color:#e7141a;}
.leftMenu .menu_dot_open::after { display: none;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#312927; background-color: transparent; padding: 10px 30px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover {text-decoration:none;  color:#e7141a!important; cursor:pointer; transition: all 0.5s ease 0s;}
.leftMenu ul li ul li a{color:#666464; font-weight: 400; }
 
/*.leftMenu img style*/
.menu-img {width: 100%; display: flex;flex-wrap: wrap; align-items: center; }
.menu-img figure{width:20%; padding-right: 10px;}
.menu-img h3{width: calc(80% - 10px);}
/*.leftMenu img end style*/
.menu_bg_open{background-color: rgba(243,152,0,0);}

.leftMenu ul li a.menu_arrow_open{background-color:transparent; color:#e7141a;}
.menu_arrow {position: absolute; top: 15px; left: 5px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before {background-color: #e7141a; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,.leftMenu ul li a.menu_arrow_open .menu_arrow::after  {background-color:#e7141a; }
.leftMenu ul li.current a .menu_arrow::before,.leftMenu ul li.current a .menu_arrow::after  {background-color:#e7141a; }
.leftMenu a:hover .menu_arrow::after {background-color: #e7141a; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s; }
@media only screen and (max-width:992px){
.leftMenu { width: 100%;  padding: 20px 0px 0px 0px;}    
.leftMenu ul {width: 100%;  }
.leftMenuMobile {width: 100%; height: 40px; margin: 20px auto; cursor: pointer; border: solid 1px #e7e7e7; background-color: #f5f5f5;  position: relative; z-index: 9;  }
.leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 15px; left: 10px; transition: all 0.5s ease 0s;}
.leftMenu > div.show > span:nth-child(1) {top: 18px; transform: rotate(45deg);}
.leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 25px; left: 10px; transition: all 0.5s ease 0s;}
.leftMenu > div.show > span:nth-child(2) {top: 18px; transform: rotate(-45deg);}
.leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: 0px; left: calc(50% - 100px); text-align: center; font-size: 1rem; font-weight: 700;  color: #000;}
.leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
.leftMenu > ul.open {max-height: 500px; overflow: auto; padding-bottom: 10px; transition: all 1.5s ease 0s;}
}


 /*----------------------------------------/
 aside cssmenu樣式
----------------------------------------*/
#cssmenu{width:100%; margin:0 auto 40px auto;padding:10px 0px; list-style:none; display:block; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/*border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;*/ }
#cssmenu #menu-button{margin:0px;padding:0;border:0;list-style:none; display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:9999;background-color:#fff;  }
#cssmenu #menu-button{display:none;}
#cssmenu ul,#cssmenu ul li,#cssmenu ul li a{margin:0;padding:0; list-style:none; display:block;position:relative;z-index: 1; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
#cssmenu:after, #cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#menu-line{position:relative;top:0px; left:0px; right: 0px; margin-left: 2px; width: auto;height:2px;background:#db0632;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu > ul > li{float:left;  width: auto; position: relative;z-index: 1; margin:0px 15px; background-color:transparent;   -webkit-transition: all 0.3s; transition: all 0.3s;   }
#cssmenu.align-center > ul{font-size:0;text-align:center;  }
#cssmenu.align-center > ul > li{display:inline-block;float:none;}
#cssmenu.align-center ul ul{text-align:left;}
#cssmenu.align-right > ul > li{float:right;}
#cssmenu.align-right ul ul{text-align:right;}
 
#cssmenu > ul > li > a{font-size:.95rem;font-weight: 500; text-align:center;text-decoration:none; color:#707070;/*-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease; */  transition: all .4s ease;
    }

#cssmenu > ul > li > a:after { opacity:0;  content: ""; display: block; width: 12px; height: 1px; background-color: #e7141a; border-radius: 3px; transition: all .4s ease; margin-top: 1px}
#cssmenu > ul > li > a:hover:after { width: 100%;opacity: 1}
#cssmenu > ul > li > .active a { color: #000}
 
#cssmenu > ul > li.active a:after { background-color:#cc2621; width: 100%;opacity: 1; }
#cssmenu > ul > li:hover,#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active{ border-color:#f6f2f0; border-radius:0px;   }  
#cssmenu > ul > li.active > a{color:#cc2621; font-weight: 700;   }  
#cssmenu > ul > li:hover > a {color:#cc2621;}   
#cssmenu > ul > li.has-sub > a{  padding:5px 15px !important; }
/*
#cssmenu > ul > li.has-sub > a::after{position:absolute;top:21px;right:10px;width:4px;height:4px;border-bottom:1px solid #000000;border-right:1px solid #000000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;} */
#cssmenu > ul > li.has-sub:hover > a::after{border-color:#f6f2f0;}
#cssmenu ul ul{position:absolute;z-index: 9999; left:-9999px;  background:#f1f1f1; -webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu li:hover > ul{left:auto;}
#cssmenu.align-right li:hover > ul{right:0;}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%;}
#cssmenu ul ul li{  -webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;}
#cssmenu ul ul ul{margin-left:100%;top:0; background:#e3edef!important; -webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu ul li:hover > ul > li{ /* height: 40px; */ }
#cssmenu ul ul li a{ padding:15px 20px;  width:200px; font-size:1rem; font-weight: 700; line-height:1.5rem;text-align:left;text-decoration:none;color:#000;  -webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background: #db0632;}

#cssmenu ul ul li.has-sub > a::after{position:absolute;top:25px;right:10px;width:4px;height:4px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;}
#cssmenu ul ul li.has-sub:hover > a::after{border-color:#776b62;}
 @media (max-width:840px) {
#cssmenu{width:100%; margin:0 auto;ppadding: 0px; position: relative; z-index:99;}
#cssmenu ul{width:100%; margin: auto; display:none; background:#f5f5f5;  border:1px solid rgba(120, 120, 120, 0.15);}
 #cssmenu > ul > li.active > a{color:#fff;    }  
 #cssmenu > ul > li.active{background:#cc2621;  }  
     
#cssmenu ul ul{ }
#cssmenu ul ul ul{ background:#e7eaeb!important;  }   
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;margin: 0px; border-top:1px solid rgba(120, 120, 120, 0.15);}
#cssmenu > ul > li{border: none; border-bottom: solid 1px #ddd; box-shadow: none;}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%; }
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:10px 15px;font-size:12px;color:#000000;background:none;text-align:center;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000000;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0; padding-bottom: 0px;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#menu-line{display:none;}
#cssmenu #menu-button{display:block; padding:10px 20px; color:#000;cursor:pointer;font-size:1rem;font-weight: 700;text-align: center;  text-transform:uppercase; border:solid 1px #e7e7e7;background-color:#f5f5f5;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
#cssmenu #menu-button::after { display: block; content: ""; position: absolute; left:42%; top: 10px;width: 28px; height: 28px;  background: url("../images/icon/icon-nav.svg") no-repeat left top;  }
#cssmenu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120, 120, 120, 0.15);height:46px;width:46px;cursor:pointer;}
#cssmenu .submenu-button::after{content:'';position:absolute;top:17px;left:23px;display:block;width:1px;height:11px;background:#be892f;z-index:99;}
#cssmenu .submenu-button::before{content:'';position:absolute;left:18px;top:22px;display:block;width:11px;height:1px;background:#be892f;z-index:99;}
#cssmenu .submenu-button.submenu-opened:after{display:none;}
#cssmenu ul li span.submenu-button.submenu-opened::after{display:none;}
#cssmenu ul li  ul li span.submenu-button{display:none;} 
#cssmenu #menu-button::after { left:5%; top: 8px;width: 24px; height: 24px;   }
}
.navfix { position: fixed;  top:72px; left: 0; right: 0; z-index:6!important; background:#eaeef0; }
 .getIn {-webkit-animation-duration: 1s; animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both; -webkit-animation-name: getIn; animation-name: getIn;}
@-webkit-keyframes getIn {
0% { opacity: 0; -webkit-transform: translate3d(0, -120%, 0); transform: translate3d(0, -120%, 0); }
100% { opacity: 1;  -webkit-transform: none; transform: none; }
}
@keyframes getIn {
0% { opacity: 0; -webkit-transform: translate3d(0, -120%, 0); transform: translate3d(0, -120%, 0); }
100% { opacity: 1;  -webkit-transform: none; transform: none; }
}

@media (max-width: 1024px) {
.navfix {top: 34px; }
}
@media (max-width:768px) {
.navfix {  top: 66px;background:#df7475;  }
}
@media (max-width:767px) {
.navfix {  top: 62px;background:#df7475;  }
}

 
/*--------form style------------*/
#cms-main label{   }
input, option, textarea, input[type="radio"]{  color: #000;background-color:#fff;  }
input[type="radio"]+label, input[type="checkbox"]+label { width:auto; box-sizing: border-box;   }
*:focus { outline: none; }
/* placeholder ---*/
input::placeholder {  font-size:0.875rem;  }
input:focus, textarea:focus { outline: none;  }
input:focus:placeholder { color: transparent;  }
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }
input:focus::-moz-placeholder { color: transparent; }
input:focus:-ms-input-placeholder { color: transparent; }
select{min-height:36px; line-height:2rem; color: #333;  border-radius:0px;  }
 /*IE --*/ 
select::-ms-expand {display: none; }
select:focus{ box-shadow: 0 0 5px 2px #467BF4;    }
input, button, select, textarea { outline: none; }

.circle{ position: fixed; z-index: 0;left:-3%; top:20%; width:200px; height:200px; display:flex; align-items:center; justify-content:center; /*background: url("../images/icon/gear-1.svg");*/ animation:anim 4s infinite linear ; opacity: .5;}
.circle-1{ position: fixed; z-index: 0;left:30px; top:38%; width:100px; height:100px; display:flex; align-items:center; justify-content:center; /*background: url("../images/icon/gear.svg");*/ animation:anim 3s infinite linear ;}
@media (max-width: 1280px) {
.circle{width:120px; height:120px; }   
}
 
@keyframes anim{
  0%{  transform:rotate(0deg); }
  100%{ transform:rotate(360deg);  }
}
@keyframes anim-1{
  0%{  transform:rotate(0deg); }
  100%{ transform:rotate(-360deg);  }
}

/* Hashtag ===================================================================== */
.hashtag-common ul{
 padding: 0;
}
.hashtag-common {
 position: relative;
 max-width: 1170px;
 margin: 0 auto;
 margin-top: 20px;
}
.hashtag-common-icon {
 position: absolute;
 left: 5px;
 top: 0px;
}
.hashtag-common ul {
 display: flex;
 flex-wrap: wrap;
 margin-left: 5px;
 margin-bottom: 5px;
}
.hashtag-common li {
 list-style: none;
}
.hashtag-common li a {
 display: block;
 font-size: 0.9rem;
 background-color: #e7e7e7;
 border: 1px solid #d9d9d9;
 padding: 5px 7px;
 margin-bottom: 10px;
 border-radius: 3px;
 margin-left: 10px;
 color: #8b8b8b;
 transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
 color: #fff;
 font-weight: bold;
 background-color: #a3a3a3;
}

/*Quality Policy*/
#content {
    padding: 10px 0px 50px;
}
.txtNormal {
    overflow: visible;
    width: 100%;
    word-wrap: break-word;
}
.oem_odm_service {
    overflow: hidden;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.oem_odm--quality {
    overflow: visible;
}
.oem_odm_service h1{
	margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
	color: #e7231a;
	font-weight: 700;
	font-size: 36px;
	padding: 0 20px;
}
.oem_odm_service h2{
	font-size: 30px;
    font-weight: 700;
    color: #cc2621;
    padding: 10px 0; 
    margin-top: 15px;
}
.oem_odm_service h3{
	font-size: 26px;
    font-weight: 600;
    color: #000;
    padding: 10px 0; 
}
.oem_odm_service h4{
	font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 10px 0; 
}
.oem_odm_service h5{
	font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 0; 
}
.oem_odm_service h6{
	font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 0; 
}
.oem_odm_service--block>p:last-of-type {
    margin-bottom: 4.2vw;
}
.oem_odm--quality__certification-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #f2f3f3
}
.oem_odm--quality__certification-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.oem_odm--quality__certification-item+.oem_odm--quality__certification-item {
    margin-top: 30px
}

.oem_odm--quality__certification-item>div {
    width: 50%
}
.oem_odm--quality__certification-description{
	padding: 40px 50px;
}
.oem_odm--quality__certification-description h4{
	font-size: 26px;
    font-weight: 700;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #333;
}
.oem_odm_service--block+.oem_odm_service--block {
    margin-top: 5.3vw;
}
.oem_odm--quality__professional {
    max-height: 96vh;
    overflow: hidden
}
.video-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.oem_odm--quality__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.8vw -10px 0
}
.oem_odm--quality__item {
    width: 33.333%;
    padding: 0 10px;
    margin-top: 2.8vw;
}
.oem_odm--quality__description {
    margin-top: 25px;
}
.oem_odm--quality__description h4 {
    font-size: 26px;
    font-weight: 700;
	color: #333;
}
.oem_odm--quality__environmental{
	position: relative;
}
.oem_odm--quality__environmental-description{
	color: #fff;
    padding: 7.3vw 5.2vw;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px #979797;
}
.oem_odm--quality__environmental-description h4{
	color: #fff;
    font-size: 26px;
    font-weight: 700;
}
.oem_odm--quality__environmental-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

/*experience*/
.oem_odm--ability__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.8vw -10px 0;
}
.oem_odm--ability__item{
	width: 33.333%;
    padding: 0 10px;
    margin-top: 2.8vw;
    position: relative;
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(1) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-01-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(2) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-02-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(3) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-03-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(4) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-04-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(5) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-05-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(6) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-06-bg.png");
}
.oem_odm--ability__list .oem_odm--ability__item:nth-child(7) .oem_odm--ability__img{
	background-image: url("../../upload-files/design/experience/product_line-07-bg.png");
}
.oem_odm--ability__img{
	background-size: cover;
    background-position: center center;
}
.oem_odm--ability__img>a{
	display: block;
    height: 0;
    padding-bottom: 75.09%;
    position: relative;
}
.oem_odm--ability__img>a>img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.oem_odm--ability__img:hover>a>img{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.oem_odm--ability__img-bg{
	display: none;
}
.oem_odm--ability__description{
	margin-top: 25px;
}
.oem_odm--ability__description h4{
	display: inline-block;
    font-size: 26px;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
	color: #333;
}
.oem_odm--ability__description h4 a{
	color: #000;
}
/*
.oem_odm--ability__description h4 a:after{
	content: "\f054";
    font-family: "font awesome 5 free";
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 1px;
}
*/
.oem_odm--ability__description h4>a:hover{
	color: #e7231a;
}
.oem_odm--ability__description h4>a:hover:after{
	color: #e7231a;
}

/* Process*/
.oem_odm--process__slogan{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.3vw 5vw;
    background-color: #f2f3f3;
}
.oem_odm--process__slogan--item{
	width: 33.333%;
    font-size: 45px;
    font-weight: 700;
    color: #3e3a39;
    text-align: center;
    padding: 0 10px;
}
.oem_odm--process__slogan--item>span{
	color: #e72718;
}
.oem_odm--process__slogan--item+.oem_odm--process__slogan--item{
	border-left: 2px solid #aaa9a9;
}
.oem_odm_service--process__item{
	padding-left: 50%;
    padding-bottom: 50px;
    position: relative;
}
.oem_odm_service--process__item:nth-child(even){
	padding-right: 50%;
    padding-left: 0;
}
.oem_odm_service--process__item .oem_odm_service--process__description{
	padding-left: 45px;
    padding-bottom: 10px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.oem_odm_service--process__item:nth-child(even) .oem_odm_service--process__description{
	text-align: right;
    padding-right: 45px;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.oem_odm_service--process__item:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8.5px 0;
    border-color: #e72518 transparent transparent transparent;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.oem_odm_service--process__item:after{
	content: "";
    border: 1px dashed #acaaa9;
    position: absolute;
    left: 50%;
    top: 3px;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}
.oem_odm_service--process__item .oem_odm_service--process__description{
	padding-left: 45px;
    padding-bottom: 10px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.oem_odm_service--process__item .oem_odm_service--process__description h4{
	font-size: 32px;
    font-weight: 700;
    color: #e72518;
    margin-top: 0;
}
.oem_odm_service--process__item .oem_odm_service--process__description p{
	font-size: 20px;
    margin-bottom: 0;
}
.oem_odm_service--process__item:last-child{
	padding-bottom: 0;
}
.oem_odm_service--process__item:last-child:after{
	display: none;
}
.oem_odm_service--process__img{
	text-align: center;
    padding-top: 40px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.full-wrap{
	width: 100vw;
    max-width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.oem_odm_service--process__availlable{
	padding: 10vw 50% 10vw 16.4vw;
    position: relative;
}
.oem_odm_service--process__availlable--description{
	color: #fff;
    text-shadow: 0 0 5px #979797;
    position: relative;
    z-index: 1;
}
.oem_odm_service--process__availlable--description h3{
	color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.oem_odm_service--process__availlable--description>ul{
	list-style: none;
    padding-left: 0;
}
.oem_odm_service--process__availlable--description>ul>li{
    position: relative;
    padding-left: 15px;
}
.oem_odm_service--process__availlable--description>ul>li:before{
	content: "";
    width: 5px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-box-shadow: 0 0 10px 1px #979797;
    box-shadow: 0 0 10px 1px #979797;
}
.oem_odm_service--process__availlable--img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url("../../upload-files/design/experience/process__availlable-bg.gif");
}
.oem_odm_service--process__availlable--img > img{
	opacity: 0;
}
.over_visibility .txtNormal{
	overflow: visible;
}
.oem_odm--process{
	overflow: visible;
}
.oem_odm_service--learn-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 50px;
}

.oem_odm_service--learn-more__item {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	text-align: center;
}
.oem_odm_service--learn-more__item+.oem_odm_service--learn-more__item{
	border-left: 2px solid #b3b1b1;
}
.oem_odm_service--learn-more__item>div{
	width: 350px;
    max-width: 100%;
    margin: 0 auto;
}
.oem_odm_service--learn-more__description{
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.oem_odm_service--learn-more__description h2{
	font-size: 32px;
	font-weight: 700;
	color: #e7231a;
}
.oem_odm_service--learn-more__description p{
	margin-bottom: 15px;
}
.oem_odm_service--learn-more__description>.btn-wrap{
	margin-top: auto;
}
.oem_odm_service--learn-more__description>.btn-wrap>a{
	padding: 6px 12px;
}
.btn-primary2{
	background-color: #e7231a;
    border-color: #e7231a;
	color: #fff;
	max-width: 105.14px;
}
.btn-primary2:hover{
	color: #000000;
}
.btn2{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 991px) {
.oem_odm--quality__certification-item>div {width:100%}
.oem_odm--quality__item {width:50%;margin-top: 50px}
.oem_odm--ability__item{width: 50%;margin-top: 50px;}
	
.oem_odm--process__slogan--item{font-size: 36px;}
.oem_odm_service--process__item .oem_odm_service--process__description h4{font-size: 26px;}
.oem_odm_service--process__availlable--description h3{float: left;font-size: 26px;}
.oem_odm_service--process__availlable--description{display:inline-block;text-align: left;padding: 0 15px;}
.oem_odm_service--process__availlable--description>ul{float: left;clear: left;}
.oem_odm_service--process__availlable{padding: 12vw 16.4vw;}
}
@media (max-width: 767px){
.oem_odm--process__slogan--item {font-size: 28px;}	
}

@media(max-width: 600px) {
.oem_odm--quality__item {width:100%;margin-top: 30px}
.oem_odm--ability__item{width:100%;margin-top: 30px}

.oem_odm_service--block+.oem_odm_service--block{margin-top: 40px;}
.oem_odm--process__slogan{display: block;}
.oem_odm--process__slogan--item{width: 100%;}
.oem_odm--process__slogan--item+.oem_odm--process__slogan--item{padding: 30px 0 0;border-left: none;position: relative;}
.oem_odm--process__slogan--item+.oem_odm--process__slogan--item:before,.oem_odm--process__slogan--item+.oem_odm--process__slogan--item:after {content: "";height: 1px;width: 20px;display: block;background-color: #aaa9a9;position: absolute;top: 15px;left: 50%;}

.oem_odm--process__slogan--item+.oem_odm--process__slogan--item:before {-webkit-transform: translateX(-50%) rotate(45deg);-ms-transform: translateX(-50%) rotate(45deg);transform: translateX(-50%) rotate(45deg);}

.oem_odm--process__slogan--item+.oem_odm--process__slogan--item:after {-webkit-transform: translateX(-50%) rotate(-45deg);-ms-transform: translateX(-50%) rotate(-45deg);transform: translateX(-50%) rotate(-45deg);}
.oem_odm_service--process__item{padding-left: 25px;}
.oem_odm_service--process__item:nth-child(even){padding-right: 0;padding-left: 25px;}
.oem_odm_service--process__item:before{border-width: 11px 6.5px 0;top: 7px;left: 2px;-webkit-transform: none;-ms-transform: none;transform: none;}
.oem_odm_service--process__item .oem_odm_service--process__description{padding-left: 0;}
.oem_odm_service--process__item:after{top: 7px;left: 8px;bottom: -7px;-webkit-transform: none;-ms-transform: none;transform: none;}
.oem_odm_service--process__item:nth-child(even) .oem_odm_service--process__description{text-align: left;padding-right: 0;}
.oem_odm_service--process__item .oem_odm_service--process__description h4{font-size: 24px;margin-bottom: 5px;}
.oem_odm_service--process__img{text-align: left;padding-top: 20px;}
	
.oem_odm_service--learn-more__item{width: 100%;}
	
.oem_odm_service--learn-more__item+.oem_odm_service--learn-more__item{border-left: none;border-top: 1px solid #b3b1b1;margin-top: 35px;padding-top: 35px;}
	
.oem_odm_service--process__availlable--description h3{font-size: 24px;}
.oem_odm_service--process__availlable{padding: 30px 15px;}
}

.only-form-send { padding: 10px; height: auto !important; color: #fff;  border-radius: 15px;background-color: #cc2621;border: solid 1px #cc2621;}
.only-form-send:hover { background-color: #000;}

.sharethis-inline-share-buttons > div { display: inline-block !important; }