/*
 *  Mixin
 */
/*===========================================================
 * Extends
 =========================================================== */
/* ==========================================================================
    Tablet
========================================================================== */
/* ==========================================================================
    PC
========================================================================== */
.icon-pdf,
.icon-cad {
  width: 27px;
  height: 27px;
  margin-right: 13px;
}

.section {
  margin-bottom: 30px;
}
.section img {
  margin-bottom: 20px;
}

.btn-n {
  /*display:block;*/
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px 10px 20px;
  background: url("/th/assets/images/icon/arrow-small.png") no-repeat 95% 50%;
  border: 1px solid #cccccc;
  line-height: 27px;
  font-size: 15px;
  font-size: 1.5rem;
}
.btn-n.hover {
  background-color: #eaf6fd;
  color: #333333;
}
.btn-n img {
  vertical-align: bottom;
  margin-bottom: 0;
  margin-top: 0;
}
