.company h3{
  margin-bottom: 0;
}
.company h3{
	background-image: url("../img/company/shutterstock_72001303.jpg");
}
.company h3.OEM{
  background-image: url("../img/company/oemBG.jpg");
}
.company h3 img{
  width: 50%;
}
.company h4{
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
}
.company b{
	display: block;
	padding-bottom: 40px;
}
.company h5, .company span{
	color: #a53b3b;
	font-weight: bold;
  line-height: 1.3;
}
.company h5{
  font-size: 25px;
}
.company .text h5{
  min-height: 64px;
}
.company p{
	margin-top: 15px;
	text-align: justify;
  padding: 0;
  margin: 0;
}
.company div .row img{
  width: 100%;
}
.company a{
  font-weight: 700;
}
.company b{
  background-image: url('../img/company/BG1.jpg');
  padding: 50px 30px;
  background-size: cover;
  line-height: 1.8;
  color: #fff;
}
.company .text{
  padding: 20px 40px;
}
.company .cWHITE{
  color: #fff;
}
.company .cBLACK{
  color: #000;
}
.company .cRED{
  color: #CA0010;
}
.company .bgBLACK{
  background-color: #000;
}
.company .bgGRAY{
  background-color: #D8D8D8;
}
.company .bgRED{
  background-color: #CA0010;
}
.ttCAPITAL{
  text-transform:uppercase;
}
.fourContact{
  height: 339px;
  padding: 0 40px;

  
}
.boxCenter{
  /* 裡面div上下左右至中開始 */
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.fourContact p{
  color: #fff;
}
.company .line::before{
  width: 2px;
  height: 78%;
  background-color: #CA0010;
  left: 0;
  top: 28px;
  display: block;

}
.timeLine{
  position: relative;
}
.timeLine::before{
  left: 194px;
  top: 0;
  width: 20px;
  height: 100%;
  display: block;
  background-color: #CA0010;
}
.timeLine dl{
  margin-bottom: 0;
}
.timeLine dt{
  margin-bottom: 0;
}
.timeLine::before,
.timeLine dd::after,
.timeLine dd::before,
.company .line::before{
  content: "";
  position: absolute;
}
.timeLine dt,.timeLine dd{
  margin-top: 30px;
}
.timeLine dt{
  color: #CA0010;
  font-size:30px;
  margin-top: 19px;
}
.timeLine dd::after{
  left: -11px;
  top: 8px;
  width: 15px;
  height: 2px;
  background-color: #CA0010;
}
.timeLine dd{
  color: #000;
  padding-left: 30px;
}
.timeLine dd::before{
  left: 6px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;

}
/* -----------------------------oem----------------------------- */
.WORKFLOW,.ADVANTAGES,.PAYMENTTERMS{
  padding: 30px 0;
}
.WORKFLOW span,
.ADVANTAGES span,
.PAYMENTTERMS span{
  margin-bottom:30px;
}
.ADVANTAGES{
  background-image: url('../img/company/bgGRAY.gif');
}
.PAYMENTTERMS{
  background-image: url('../img/company/PAYMENTTERMSbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 991px) and (max-width: 1199px){
  .fourContact{
    padding: 0 40px;
    height: 281px; 
  }
  .company .line::before{
    height: 81%;
  }
  .timeLine::before{
    left: 160px;
  }
  .company h5{
    line-height: 1;
  }
  .company .text h5{
    min-height: 85px;
  }

}
/*------------------標題兼banner------------------*/
@media screen and (min-width: 768px) and (max-width: 991px){
  .company h5{
    font-size: 19px;
    min-height: 0;
    margin-bottom: 10px;
  }
  .fourContact{
    height: 217px; 
  }
  .fourContact p,
  .company h5{
    margin: 0;
    line-height: 1.1;
  }
  .company .line::before{
    height: 83%; 
  }
  .timeLine::before{
    left: 125px;
  }
  .company .WORKFLOW h5,
  .company .PAYMENTTERMS h5,
  .company .ADVANTAGES h5{
    line-height:3;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px){ 
  .company .line::before{
    width: 100%;
    height: 2px; 
    top: -10px; 
  }
  .fourContact{
    height: 350px;
  }
  .timeLine::before{
    left: 25%;
  }
  .timeLine dt{
    font-size: 22px;
    margin-top: 24px;
  }
  .fourContact,.company .text,.company b{
    padding: 20px 20px;
  }
  .company .text h5{
    min-height: 32px;
  }

}
@media screen and (min-width: 0px) and (max-width: 419px){ 
  .company h5{
    font-size: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 377px){ 
  .timeLine dt{
    font-size: 16px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 686px) and (max-width: 992px){
  .company h3{
    font-size: 60px;
  }

}
@media screen and (min-width: 501px) and (max-width: 685px){
  .company h3{
    font-size: 43px;
  }
}
@media screen and (max-width: 500px){
  .company h3{
    font-size: 27px;
  }
}
@media screen and (max-width: 992px){
  .company h3 img{
    width: 90%;
  }
}