body{
  font-family: 'Source Sans Pro';
  /*font-family: 'Muli';*/
  -webkit-font-smoothing: antialiased;
}
body.zh_tw{
  font-family: Arial, 微軟正黑體, 'Microsoft JhengHei', STHeiti, 华文黑体, SimHei, 黑体, 新細明體, PMingLiU, 細明體, MingLiU, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.container{
  width: 1370px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after{
  content: '';
  display: table;
  clear: both;
}
.valign{
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.valigncontent{
  display: inline-block;
  vertical-align: middle;
}
.img-responsive{
  width: 100%;
}
.text-right {
  text-align: right;
}
.animateborderbottom{
  position:relative;
}
.animateborderbottom:after {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 1px;
  content: '';
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover .animateborderbottom:after,
a.animateborderbottom:hover:after {
  width: 80%;
}
@media screen and (max-width: 1399px) and (min-width: 1200px){
  .container{
    width: 1170px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .container{
    width: 970px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .container{
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .container{
    width: 100%;
    padding: 0 10px;
  }
}