.container{
  width: 1200px;
}
.work-content{
  margin-top: 120px;
  font-size: 16px;
  color: #9FA1A4;
  font-weight: 300;
}
.btn-work{
  margin-top: 30px;
  margin-bottom: 80px;
}
.height120px{
  height: 120px;
}
.work-detail-title{
  position: relative;
  border-bottom: 2px solid #003D6E;
  height: 100px;
}
.work-detail-title h2{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #003D6E;
}
.work-detail-head p{
  color: #58595B;
}

/*invest css*/
.invest-content{
  margin-top: 120px;
  font-size: 16px;
  color: #00365F;
}
.grey-box{
  background-color: #E6E7E8;
  font-weight: 300;
  padding: 20px;
  color: #003D6E;
  line-height: 33px;
}
.list-box ul {
  line-height: 30px;
  padding-left: 15px;
  font-weight: 300;
}
.detail-box{
  background-color: #007FB2;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  min-height: 130px;
}
.box-1{
  margin-left: 20px;
}
.box-2{
  margin-left: 50px;
}
.box-arrow-right {
  left: -15px;
  top: 18%;
  position: absolute;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #D4D5D7;
}
.detail-box p{
  padding: 30px 30px 30px 40px;
}
.stock-image-work img{
  width: 100%;
}
@media (max-width: 1199px) {
  .container{
    width: 100%;
  }
  .box-arrow-right{
    top: 20%;
  }
}
@media (max-width: 991px) {
  .detail-box{
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .detail-box{
    min-height: 100px;
  }
  .box-2{
    margin-left: 25px;
  }
  .box-arrow-right{
    top: 13%;
  }
  .height120px{
    height: 100px;
  }
  .work-detail-title{
    height: auto;
  }
  .work-detail-title h2{
    position: relative;
  }
  .ready-text{
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .stock-image-work img{
    height: 250px;
  }
}
@media (max-width: 420px){
  .detail-box p{
    padding: 30px 20px 30px 40px;
  }
  .box-arrow-right{
    top: 18%;
  }
  .stock-image-work img{
    height: 220px;
  }
}