@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
    font-family: roboto;
    src: url(../webfonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-bold;
    src: url(../webfonts/Roboto-Bold.ttf);
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

button{
	outline: 0;
}

body{
	font-family: 'Noto Sans TC', \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
}

object{
    pointer-events: none;
}

img{
    max-width: 100%;
    height: auto;
}

.btn:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/*scroll down*/

#section10{display: none;}

#section10 a {
    padding-bottom: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 16px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    text-transform: uppercase;
}

#section10 a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 1px;
    height: 60px;
    border: 1px solid #fff;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*index-business*/
.b-title{
	text-align: center;
	margin: 1em 0;
}


.cubebox{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.cube{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #B50014;
}

.cube-s{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #B50014;
}

.b-title h1{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}

h1.custom-h1-p{
    margin: 1em 0;
}


.business-box {
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1)65%, rgb(245, 245, 245) 0%);
    background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1)65%, rgb(195, 195, 195) 0%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1)65%, rgb(195, 195, 195) 0%);
    background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 1)65%, rgb(195, 195, 195) 0%);
}

.thrcube__box{
	position: relative;
	text-align: center;
}

.cube-img-txt{
    position: relative;
}

.cube-img-txt span{
    position: absolute;
    bottom: 12%;
    left: 2px;
    right: 0;
    margin: auto;
    z-index: 2;
    font-size: .7rem;
    color: #fff;
}



.decobox{
	position: relative;
}

.deco{
	display: none;
	position: absolute;
	left: -7%;
	top: 25%;
}

@media (min-width: 1800px) {
  .deco{
    display: none;
    position: absolute;
    left: -5%;
    top: 15%;
  }

  .deco img{
    width: 500px;
  }
}

.bg-color{
	background: url(../img/index-img-bg.jpg);
	position: relative;
}

.product_item{		
	text-align: center;
}

.product_item a{
	 color: #fff;
    margin: 15px 0 40px;
    font-size: 1.3rem;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
}

.product_item img{
	width: 100%;
}

/*VIEWMORE*/

a.viewmore {
  display: block;
  width: 200px;
  background: none;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 1;
  margin: 3em auto;
  padding: 1em 2em;
  border-radius: 10px;
  text-align: center;
}

a.viewmore svg{
    padding: 2px;
    margin-left: 10px;
}

a.viewmore{
  color: #fff;
  transition: .5s ease;
}

a.viewmore:hover, 
a.viewmore:focus{
  border-color: #dbdbdb;
  color: #000;
  text-decoration: none;
  box-shadow: inset 13em 0 0 0 #dbdbdb;
  transition: .5s ease;
}

a.viewmore2 {
  display: block;
  width: 200px;
  background: none;
  border: 2px solid #000;
  font-size: 18px;
  line-height: 1;
  margin: 3em auto;
  padding: 1em 2em;
  border-radius: 10px;
  text-align: center;
}

a.viewmore2 svg{
    padding: 2px;
    margin-left: 10px;
}

a.viewmore2{
  color: #000;
  transition: .5s ease;
}

a.viewmore2:hover, 
a.viewmore2:focus{
  border-color: #dbdbdb;
  color: #000;
  text-decoration: none;
  box-shadow: inset 13em 0 0 0 #dbdbdb;
  transition: .5s ease;
}

@media (min-width:1024px) {
    a.viewmore2{
        margin: 0;
    }
}

/*VIEWMORE END*/

.decotxt{
	display: none;
	position: absolute;
	right: 5%;
	top: 23%;
}

.decotxt h3,.decotxt2 h3{
	color: #efefef;
	font-size: 3.5rem;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	font-family: 'roboto-bold', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
    word-break: keep-all;
}

.decotxt2{
	display: none;
	position: absolute;
	left: 5%;
	top: 15%;
}


/*Shine-hover*/
.hover-img-box {
	position: relative;
    padding: 0 25px;
}
.hover14 .hover-fogure {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover14 .hover-fogure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 209, 18, .2) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255, 209, 18, .2) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 .hover-fogure:hover::before {
	-webkit-animation: shine .9s;
	animation: shine .9s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*區塊03*/
.d-flex-box{
	height: 50%;
}

.d-flex-set{
	display: none;
}

.index-ab-box{
	text-align: center;
}

.index-ab-box:before{
	content: '';
	width: 3px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.index-ab-txt {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    text-align: left;
    padding-left: 0;
    margin-top: 2em;
}

.index-ab-txt h1{
	font-size: 25px;
	color: #000;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}

.index-ab-txt p{
    font-size: 16px;
    line-height: 1.8;
	  letter-spacing: 1px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 2em;
    color: #4b4b4b;
    text-align: center;
}

/*deco-btm*/

.deco-btm img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: .6;
  width: 60%;
}


/*footer*/

.footer-box{
	text-align: center;
	padding: 2em 0 1em 0;
}

.footer-box ul{
	text-align: center;
  font-size: 18px;
  width: 40%;
}

.footer-box ul li{
	padding: 13px;
}

.footer-box ul li a{
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.footer-box ul li a:hover{
    color: #ffd112; 
    transition: .3s ease;
}

.footer-txt-box{
	text-align: left;
    color: #fff;
    width: 100%;
    word-break: break-all;
}

.footer-txt-box h2{
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #fff;
    border-left: 4px solid #fff;
    padding-left: 15px;
}

.footer-txt-box h2 span,
.footer-txt-box p span{
    display: block;
    line-height: 1.5;
}

.footer-txt-box p{
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

.footer-txt-box a{
    color: #fff;
}

.border-r:last-child .footer-txt-box p{
	border-bottom: 0px solid #000;
}

.footer-box .border-r{
	border-right: 0px solid #000;
}

.footer-box .border-r:last-child{
	border-right: 0px;
}

.footer-box div.border-r:first-child{
	display: none;
}

/*copyright*/

.bg-copyright{
	background-color: #000;
}

.copyright{
    width: 100%;
    color: #fff;
    padding: .3em 0;
    z-index: 1;    
}

.copyright p,.copyright img,.copyright a{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition: .5s ease;
}

.copyright a:hover,ul.footer-menu li a:hover{
  color: #ff9614;
  transition: .5s ease;
}

.copyright img{
  padding-left: 5px;
}

.footer-txt-box .border-r{
	padding: 13px;
}


/*about*/

.ab-banner{
	position: relative;
	text-align: center;
	z-index: 1;
}

.ab-title-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    padding: 20px;
    z-index: 3;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0),#212529);
	background: -o-linear-gradient(rgba(0, 0, 0, 0),#212529);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0),#212529);
	background: linear-gradient(rgba(0, 0, 0, 0),#212529);    
}


.ab-title-box h2{
	font-size:3rem;
	font-family: roboto-bold, Helvetica, Arial;
    font-weight: bold;
	display: inline-block;
}

.ab-title-box span{
	font-size: 20px;
	display: inline-block;
}

.overflow-h{
    overflow: hidden;
}




.about-article p{
    font-size: 18px;
    letter-spacing: 1px;
    padding: 1em 0;
    line-height: 1.7;
}

.about-article h3{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}

.about-article span{
	color: #f39800
}

/*.about-article img{
    width: 100%;
}*/

.about-article img{
    margin: 20px 0;
}

.welcome-title h4 > a{
    color: #000;
    text-decoration: none;    
}

.welcome-title h4 > a:hover{
    color: #FFD112;
}

.welcome-title {
	width: 100%;
	letter-spacing: 1px;
	font-weight: bold;
    margin: 2em 0 0 0; 
}

.welcome-title h4{
	display: inline-block;
	font-weight: bold;	
	line-height: 1.5;
	border-bottom: 2px solid #ffd112;
    font-size: 22px;
}

.welcome-title span{
	display: block;
	font-size: 18px;
    font-weight: 300;
}

.about-bg-wrap{
	position: relative;
	background: -webkit-radial-gradient(circle,rgb(255, 255, 255) 50% ,rgba(217, 217, 217, .4) 100%);
	background: -o-radial-gradient(circle,rgb(255, 255, 255) 50% ,rgba(217, 217, 217, .4) 100%);
	background: -moz-radial-gradient(circle,rgb(255, 255, 255) 50% ,rgba(217, 217, 217, .4) 100%);
	background: radial-gradient(circle,rgb(255, 255, 255) 50% ,rgba(217, 217, 217, .4) 100%);
}

.about-bg-wrap img.about-deco{
	position: absolute;
	right: 0;
	top: 0;
    height: 100%;
}

.about-bg-wrap img.about-deco-btm{
	position: absolute;
	left: 0;
	bottom: 0;
    height: 100%;
	-moz-transform:scale(-1);
	-webkit-transform:scale(-1);
	-o-transform:scale(-1);
	transform:scale(-1);
}

.a-zindex{
	position: relative;
    z-index: 2;
}

/*products-tab內頁*/

.list-title{
	padding: .75rem 1.25rem;
	font-size: 20px;
	background: #02b2ad;
	color: #fff;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 0px solid transparent;
    border-bottom: 1px dashed #c9caca;
    font-size: 20px;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item.active{
	color: #f39800;
    background-color: #FFF;
    border-color: #c9caca;
    border-bottom: 1px dashed #c9caca;
}

.list-group-item:before,.list-intro ul li:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #02b2ad;
	display: block;
	position: absolute;
	left: 0;
    top: 25px;
}

.products-in-box{
	width: 100%;
}

.products-in-box article img{
    width: 100%;
    margin: 3em 0;
}

.products-in-box h2{
    width: 100%;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 1em;
	border-bottom:2px solid #ffd112;
}

.list-group{
	display: none;
}

.list-intro:last-child{
	margin-right: 0;
}

.s-title{
    display: block;
    width: 200px;
    background: #ffd112;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
}

.list-intro ul li{
	color: #595757;
	padding: 10px 10px 0px 20px;
	position: relative;
	font-size: 16px;
}

.list-intro ul li:before{
    top: 20px;
}

/*側邊選單*/
.classBox{
    padding: 0;
    display: none;
}

.classBox h4 {
    position: relative;
    background: #585858;
    margin: 0;
    padding: 10px;
}

.classBox h4 strong {
	display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
}

.classBox h4 em {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
}

ul.classLink {
    margin-top: -1px;
}

ul.classLink > li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    color: #000;
    position: relative;
    padding: 10px 20px;
    margin-top: 1px;
}

ul.classLink > li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #585858;
}

ul.classLink > li {
    border-bottom: 1px dashed #c9caca;
    position: relative;
}

ul.classLink > li:last-child {
    border-bottom: 5px solid #c9caca;
}

ul.classLink >li:hover{
	background: rgba(170, 170, 170, 0.1);
}

ul.classLink >li a:hover, ul.classLink >li a.active {
    color: #f39800;
    text-decoration: none;
}


ol.breadcrumb{
	text-align: left;
	background: transparent;
	border-radius: 0;
    padding: 0;	
    margin-bottom: 2rem;
}

.breadcrumb-box{
	padding-top: 40px;
}

ol.breadcrumb li a{
    color: #B50014;
}

ol.breadcrumb li a:hover{
    opacity: .8;
    text-decoration: none;
}


/*slider-dot*/

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 15px;
}


.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #ffd112;
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 25px;
}

.owl-carousel.owl-loaded {
    margin-top: 1em;
}

.owl-item .item{
    padding: 15px;
}


/*dropdown style*/

.dropdown{
    margin-bottom: 2em;
}

.dropdown-el {
  min-width: 12em;
	position: relative;
	display: inline-block;
	min-height: 3em;
	max-height: 3em;
	overflow: hidden;
	top: .5em;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	border: .06em solid transparent;
	background-color: #585858;
	transition: 0.3s all ease-in-out;
	margin-bottom: 1em;
	border-radius: .25em;	
}

.dropdown-el:after {
  	content: "";
    position: absolute;
    right: 1.5em;
    top: 1.3em;
    border: .4em solid #fff;
    border-color: #fff transparent transparent transparent;
    transition: .4s all ease-in-out;
}

.dropdown-el:hover{
	color: #fff;
}

.dropdown-item{
	padding: 0.6rem 1.5rem;
	font-size: 17px;
}

.dropdown-item:active {
    background-color: rgba(0, 123, 255, 0.5);
}




/*bs4-item-slider*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
}

.bg-cover{
	background-size: cover!important;
	background-repeat: no-repeat!important;
    background-position: center center;
}

.p-25px{
    padding: 0 15px;
}


/*相簿*/

a.eq-txt-box{
	text-decoration: none;
}


a.eq-txt-box h3{
	display: block;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	margin-top: 15px;
	color: #4f4f4f;
	transition: .3s ease;
    line-height: 1.2;
}

a.eq-txt-box h3:hover{	
	color: #D40000;
	transition: .3s ease;
}

.img-round{
	position: relative;
	overflow: hidden;
	transition: .3s ease;
}



/*hvr-filter*/

.hvr-filter{
	position: relative;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}

.hvr-filter:before{
	content: "";
    display: none;
    opacity: 1;
    background: url(../img/hvr-viewmore.svg) no-repeat center center;
    background-size: 150px 40px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-filter: blur(1.17rem);
    filter: blur(1.17rem);
}

.hvr-filter:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    -webkit-filter: blur(1.17rem);
    filter: blur(1.17rem);
}


.hvr-filter:hover{
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hvr-filter:hover{}

.hvr-filter:hover:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hvr-filter:hover:before {
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}



/*light-box setting*/

.ekko-lightbox .modal-footer {
    justify-content: flex-start;
    font-size: 18px;
    border-top: 0px;
    padding-top: 0;
    color: #000;
}

.ekko-lightbox  .modal-title {
    font-size: 20px;
}

.modal-header {
    align-items: center;
    padding: 10px 0 0 20px;
    border-bottom: 0px;
}

.modal-header .close {
	outline: 0;
    padding: 0 2rem 0 0;
}

.modal {
    z-index: 2000;
}

.ekko-lightbox .modal-dialog {
  flex: 100%!important;
  margin-left: 0;
  margin-right: 0;
}

/*分頁設定*/
.page-link {
	color: #000000;
    border: 0px solid #dee2e6;
    font-size: 18px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #585858;
    border-color: #585858;
    border: 0px solid #585858;
    border-radius: 5px;
}

.page-item{
	margin: 0 8px;
}

.page-link:hover {
    background-color:rgba(248, 249, 250, 0);
    color: #585858;
}

.page-item.active .page-link{
	color: #fff;
}


ul.eqipment-list{
	display: none;
	text-align: center;
	margin-bottom: 2em;
}

ul.eqipment-list li{
	display: inline-block;    
    text-align: center;    
    margin-right: 15px;
    transition: .3s ease;
    cursor: pointer;
}

ul.eqipment-list li a{
	display: inline-block;
	color: #fff!important;
	font-size: 20px;
	padding: 10px 5px;
	letter-spacing: 2px;
	width: 200px;
    background: #30bcbf;
    border-radius: 50rem;
}

ul.eqipment-list li:last-child{
	margin-right: 0;
}

ul.eqipment-list li a:hover{
	text-decoration: none;
}

ul.eqipment-list li a.active,
ul.eqipment-list li a:hover{
	text-decoration: none;
    background: #ff9e12;
    box-shadow: inset 0px 5px 5px #e5740e;
    transition: .3s ease;
}

.eq-txt-box{
    position: relative;
}

.eq-txt-box .pic-txt{
	text-align: center;
	font-size: 18px;
	color: #727171;
	margin-top: 10px;
	letter-spacing: 2px;
}

.eq-txt-box .news-date{
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    margin-top: 0;
    background-color: #8e8e8e;
    color: #fff;
    padding: 5px 15px; 
    font-size: 18px;
}

/*contact*/
.contact-txt h3{
    color: #B50014;
    font-size: 22px;
}

.contact-txt p{
	color: #3e3a39;
	font-size: 18px;
	line-height: 2;
    margin-bottom: 0;
}

.contact-txt a{
    display: block;
    color: #3e3a39;
    transition: .3s ease;
}

.contact-txt a:hover{
    color: #B50014;
    transition: .3s ease;
}

.contact-txt a svg{
    font-size: 25px;
    margin-right: 5px;
}

.contact-note{
	text-align: center;
	color: #fff;
	background: #5e5e5e;
    padding: 10px 20px;
    font-size: 18px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #B50014;
    background-color: #B50014;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,.0);
}


.form-style label{
    color: #585858;
}

.form-control:focus {
    color: #21365c;
    background-color: #fff;
    border-color: #aaa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fff0;
}

.form-control {
    border: 1px solid #aaa;
    border-radius: 0;
}

.form-control::placeholder {
    color: #c8c8c8;
    opacity: 1; /* Firefox */
}

.custom-control{
	margin-bottom: 8px;
}

.refreshimg img{
  width: 35px;
}


.contact-test{
  padding-top: 0;
}

.btn-secondary{
    background: #b5b5b6;
    border-color: #b5b5b6;
}

.btn-secondary:hover {
    background-color: #919191;
    border-color: #919191;
}

.btn-primary{
    background: #DF0000;
    border-color: #DF0000;
}

.btn-primary:hover {
    background-color: #B50014;
    border-color: #B50014;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #272c7b;
    border-color: #272c7b;
}

.btn-secondary:not(:disabled):not(.disabled):active{
	background-color: #919191;
    border-color: #919191;
}


/* inner page */

.inner-title{
    margin-bottom: 20px;
    border-bottom: 2px solid #DF0000;
}

.inner-title h3{
    font-size: 25px;
    line-height: 1.5;
    display: block;
}

.inner-title-box span{
    font-size: 14px;
    letter-spacing: 2px;
    color: #838A92;
    line-height: 2.5;
}

a.eq-txt-box .news-title-box{
    transition: .3s ease;
}

a.eq-txt-box .news-title-box h3{
    font-size: 20px;
    line-height: 1.8;
    display: block;
    margin: 0;
    color: #000;
    margin-top: 10px;
    text-align: left;
}

a.eq-txt-box .news-title-box h3:hover{
    color: #d00000;
    transition: .3s ease;
}

.inner-title-box{
    display: block;
}

.table-responsive{    
    margin: 2em 0;
}

.table-responsive table{
    width: 800px; 
}

.contact-test a{
    font-size: 23px;
    color: #B50014;
    display: inline-block;
    vertical-align: sub;
    opacity: 1;
}

.contact-test a:hover{
    opacity: .8;
}





@media (min-width: 375px) {
    .hover-img-box {
    padding: 0 35px;
    }

    .cube-img-txt span {
    font-size: .9rem;
    }
}


@media (min-width: 768px) {
	.ab-title-box{
		width: 500px;
	}
	
	/*web-banner大標題顏色*/
	.ab-title-box,.pr-title-box,
	.eq-title-box,.prj-title-box{
		bottom: -1.5em;
		background: #d00000;
	}

	.pr-title-box{
		background: #d00000;
	}

	.eq-title-box{
		background: #d00000;
	}

	.prj-title-box{
		background: #d00000;
	}

	.con-title-box {
    	background: #d00000;
	}

	.dropdown-el{
		display: none;
	}

	.list-group,.classBox{
		display: block;
	}

	.footer-box .border-r{
		border-right: 1px solid #fff;
	}

	.footer-txt-box p{
		border-bottom: 0px solid;
	}

	.container .col-12 ul.eqipment-list{
		display: block;
	}
	.contact-note{
		padding: 10px;
	}

    .contact-test{
      padding-top: 31px;
    }

    .list-intro ul li{
        font-size: 18px;
    }
    .hover-img-box {
    padding: 0;
    }

    .deco-btm img {
     width: 40%;
    }

    .thrcube__box {
     padding-bottom: 3em;
    }

    .business-box {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(245, 245, 245) 0%);
    background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    }

    .cube-img-txt span{
    bottom: 17%;
    font-size: 1.4rem;
    }

    .footer-txt-box h2{
        border:none;
        padding-left: 0;
    }

    .footer-txt-box h2 span, .footer-txt-box p span {
        display: inline-block;
        padding-left: 10px;
    }

    .footer-txt-box h2 span:first-child:after{
        content: '|';
        display: inline-block;
        padding: 0 15px;
    }

    .inner-title-box{
        display: flex;
        justify-content: space-between;
    }

    .table-responsive table{
        width:100%; 
    }

}


@media (min-width: 992px) { 

	.index-ab-txt h1{
		text-align: left;
	}

	.footer-txt-box .border-r{
		padding: 0;
	}
}

@media (min-width: 1024px) {

	#section10{display: block;}

    .ab-title-box h2{
        font-size:4rem;
    }

    .index-ab-txt p{
       font-size: 18px;
       text-align: left;
    }

    .owl-item .item{
        padding: 0px;
    }

    ol.breadcrumb {
        padding: 0 15px;
    }

    .index-ab-txt{
        margin-top: 0;
    }

    .business-box {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(245, 245, 245) 0%);
    background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    }

}

@media (min-width: 1200px) { 

	.index-ab-txt h1{
		text-align: left;
	}

	.index-ab-img-box{
		display: none;
	}

	.footer-box div.border-r:first-child{
		display: flex;
	}

	.container-web{
    	max-width: 1400px;
    }

    .cube-img-txt span{
        bottom: 20%;
        font-size: 1.7rem;
    }

    .business-box {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(245, 245, 245) 0%);
    background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 1)50%, rgb(195, 195, 195) 0%);
    }


}

@media (min-width: 1231px) {
    .ab-banner,.flexslider{
        margin-top: 83px;
    }    
}

@media (min-width: 1500px) {
	.deco,.deco-btm,.decotxt,.decotxt2{
		display: block;
	}

	.deco-btm img{
		opacity: 1;
        width: auto;
	}

	.index-ab-txt{
		padding-left: 5em;
	}

	.ab-banner {
    	margin-top:83px;
	}
}


