.l-content > .m-banner {
  position: relative;
}
.l-content > .m-banner > .m-languageSwitch {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.l-content > .m-introduction {
  border-top: 5px solid #00559d;
  border-bottom: 5px solid #00559d;
  padding: 15px;
}
.l-content > .m-introduction > .m-introductionWords {
  display: inline-block;
  width: 67%;
  vertical-align: middle;
  text-align: center;
  color: #333333;
}
.l-content > .m-introduction > .m-introductionWords > .m-big {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.l-content > .m-introduction > .m-introductionWords > .m-normal {
  font-size: 16px;
  line-height: 20px;
}
.l-content > .m-introduction > .m-introductionLogo {
  display: inline-block;
  vertical-align: middle;
}
.l-content > .m-header {
  background-image: url('/pr/vona/osg_201807en/images/header.png');
}
.l-content > .m-header > .m-headerContent {
  padding: 12px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.l-content > .m-btnList {
  margin: 0 auto;
}
.l-content > .m-btnList > .m-home {
  display: inline-block;
  margin-right: 35px;
}
.l-content > .m-btnList > .m-pricing {
  display: inline-block;
  margin-left: 35px;
}
.l-content .m-titleGradient {
  background: rgba(109,150,203,1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109,150,203,1)), color-stop(100%, rgba(12,95,159,1)));
  background: -webkit-linear-gradient(top, rgba(109,150,203,1) 0%, rgba(12,95,159,1) 100%);
  background: linear-gradient(to bottom, rgba(109,150,203,1) 0%, rgba(12,95,159,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d96cb', endColorstr='#0c5f9f', GradientType=0 );
}
.l-content .m-titleGradient > .m-titleName {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}
.l-content .m-titleGradient > .m-titleName > a > .m-titleLeft {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 24px;
}
.l-content .m-titleGradient > .m-titleName.m-endmill {
  width: 204px;
  background-image: url('/pr/vona/osg_201807vn/images/endmill_bg.png');
}
.l-content .m-titleGradient > .m-titleName.m-drill {
  width: 205px;
  background-image: url('/pr/vona/osg_201807vn/images/drill_bg.png');
}
.l-content .m-titleGradient > .m-titleName.m-tap {
  width: 204px;
  background-image: url('/pr/vona/osg_201807vn/images/tap_bg.png');
}
.l-content .m-titleGradient > .m-titleName.m-indexable {
  width: 203px;
  background-image: url('/pr/vona/osg_201807vn/images/indexable_bg.png');
}
.l-content .m-titleGradient > .m-titleName.m-others {
  width: 195px;
  background-image: url('/pr/vona/osg_201807vn/images/others_bg.png');
}
.l-content .m-titleGradient > .m-titleName .m-icon {
  vertical-align: middle;
  padding-left: 10px;
}
.l-content .m-titleGradient > .m-titleDesc {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 20px;
}
.l-content .m-titleGradient a {
  color: #ffffff;
  text-decoration: none;
}
.l-content > .m-tableEndmill {
  background-color: #f7cdc7;
  padding: 20px;
}
.l-content > .m-tableEndmill > .m-innerTable {
  border: 1px solid #a7a7a7;
}
.l-content > .m-tableEndmill > .m-innerTable > .m-tableTitle {
  background-color: #a7a7a7;
  border-left: 8px solid #7a0a18;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
}
.l-content > .m-tableEndmill > .m-innerTable > .m-tableContent {
  background-color: #eeeeee;
  padding: 10px 20px 15px;
  border-top: 1px solid #a7a7a7;
}
.l-content .m-productList {
  margin-left: -10px;
  margin-right: -10px;
}
.l-content .m-product {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.l-content .m-product > .m-productInner {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.l-content .m-product > .m-productInner > .m-name {
  font-size: 13px;
  color: #004bb1;
  padding-bottom: 50px;
  height: 60px;
}
.l-content .m-product > .m-productInner > .m-serial {
  font-size: 12px;
  height: 38px;
  display: table;
  width: 100%;
}
.l-content .m-product > .m-productInner > .m-serial .m-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.l-content .m-product > .m-productInner > .m-price {
  font-size: 14px;
  color: #dd0000;
}
.l-content .m-product > .m-productInner > .m-delivery {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.l-content .m-product > .m-productInner > .m-delivery > .m-truck {
  vertical-align: middle;
}
.l-content .m-btnViewMore {
  margin: 0 auto;
}
.l-content > .m-tableDrill {
  background-color: #d8e4f0;
  padding: 20px;
}
.l-content > .m-tableTap {
  background-color: #f4ecc2;
  padding: 20px;
}
.l-content .m-tableIndexable {
  background-color: #c0dfde;
  padding: 20px;
}
.l-content .m-tableOthers {
  background-color: #e8d4ee;
  padding: 20px;
}
.l-content > .m-tablesContainer .m-productList {
  margin-left: -5px;
  margin-right: -5px;
}
.l-content .m-tableIndexable > .m-productList > .m-product {
  width: 33.33%;
}
.l-content .m-tableOthers > .m-productList > .m-product {
  width: 50%;
}
.l-content .m-tableOthers > .m-productList > .m-product, .l-content .m-tableIndexable > .m-productList > .m-product {
  padding-left: 5px;
  padding-right: 5px;
}
.l-content > .m-tablesContainer {
  margin-left: -15px;
  margin-right: -15px;
}
.l-content > .m-tablesContainer > .m-tableIndexableOuter {
  float: left;
  width: 60%;
}
.l-content > .m-tablesContainer > .m-tableOthersOuter {
  float: left;
  width: 40%;
}
.l-content > .m-tablesContainer > .m-tableIndexableOuter, .l-content > .m-tablesContainer > .m-tableOthersOuter {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.l-content > .m-100brands {
  margin: 0 auto;
}