#job-box-2{
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.img-ban{
    width: 150px;
    overflow: hidden;
    padding: 10px;
    display: block;
    margin: auto;
}
.wall-news{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.wall-news:hover{
background-color: #f8f8f8c0;
}
.news-link{
    color: rgb(81, 82, 83);
    text-decoration: none;
}
.box-content-news{
    text-indent: 30px;
    /* padding: 10px; */
}
.wall-button{
    margin-top: 10px;
}
.wall-detail{
display: block;
overflow: hidden;
padding: 10px;
}
.wall-detail ul{
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 0;
}
.wall-detail ul li{
    display: inline-block;
    overflow: hidden;
    padding: 9px;
    font-size: 13px;
}
.img-job-detail{
width: 25px;
}
.text-company{
    display: block;
    margin: auto;
    text-align: center;
}
.wall-news-link{
    text-decoration: none;
    color: #0f1111;
}
.wall-news-link:hover{
    color: #777676;
    background-color: #f7fafa;
    /* background-color: #008296; */
}

/* .wall-button .color-share{
    background-color: #0dbefd;
} */
/* .wall-button  .color-detail{
    background-color: #ffdd00;
} */
/* .wall-button  .color-register{
    background-color: #ffdd00; 
} */
.wall-button  .color-detail{
    background-color: #ffdd00; 
    
}
.header-rtt {
    border-bottom:2px solid #3d81a3;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  .header-rtt h2 {
    color: aliceblue;
    font-size: 1.2em;
    padding: 7px 20px 5px;
    position: relative;
    float: left;
    background-color: #317bad;
    margin: 0;
  }
  .header-rtt h2::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -17px;
    border-right: 17px solid transparent;
    border-bottom: 2em solid #1350c5;
  }
  .header-rtt a {
    position: relative;
    background-color: #3f4361;
    border-radius: 5px;
    padding: 0.5em 0.5em;
      padding-left: 0.5em;
    padding-left: 0.5em;
    font-size: 0.8em;
    float: right;
    border-right: 5px solid transparent;
    color: aliceblue;
    display: block;
    padding-left: 10px;
    text-decoration: none;
  }
  .more-all {
    padding: 5px 0;
    position: relative;
    display: block;
    margin-top: 20px;
  }
  .more-all h4 {
    float: left;
    margin-right: 10px;
    font-size: 25px;
    font-family: 'Kanit', sans-serif;
    color: #3572d1;
  }
  .more-all .more-san {
    background: url(../img/san.png);
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
  }
/* CSS */
.button-13 {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",sans-serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: 100px;
}

.button-13:hover {
  background-color: #f7fafa;
}

.button-13:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}






