reer
/* thai */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 300 !important;
}

img {
    max-width: 100%
}

.imga {
    max-height: 100%;
    text-align: center;
}

.imgbox {
    height: 150px;
    margin: 15px 0px 25px 0px !important;
}

h3 {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important
}

.boxtext {
    max-height: 70px;
    position: relative;
    z-index: 0;
    margin-top: 15px;
    overflow: hidden;
}

.readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fff;
    display: inline-block;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.article_l {
    position: relative;
    z-index: 0;
    padding: 10px 10px 10px 10px;
}

.headar{
  font-size: 2.4rem;
/*border-left: 8px solid rgba(0,0,0,0.4);*/
padding-left: 0px;
}
 .headerbm{
  height: 1px;
 background: linear-gradient(to left, rgba(243,117,27,0), rgba(243,117,27,1));
 box-shadow: 1px 2px 1px rgba(50,50,50,0.5);
  margin-bottom: 30px;
  margin-top: 3px;
 }

a.al {
    z-index: 9;
    position: relative;
}


a.al:hover {
    z-index: 999;
    height: 100%;
    width: 100%;
    display: flex;
/*    flex-wrap: wrap;*/
    align-content: center;

}

@-webkit-keyframes al{
  from{background-color: rgba(0,0,0,0); }
  to{background-color: rgba(0,0,0,0.8); }
}

@keyframes al{
 from{background-color: rgba(0,0,0,0); }
  to{background-color: rgba(0,0,0,0.8); }
}

a.al:hover:after {
    content: url('../img/link.png');
    padding-top: 50%;
    padding-bottom: 57%;
    display: flex;
    display: -webkit-flex;
    left: 0;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
 /*   background: rgba(0, 0, 0, 0);*/
    border-radius: 15px;
      background: rgba(0,0,0,0.8);
    -webkit-animation-name: al;
    -webkit-animation-duration:2s;
    animation-name:al;
    animation-duration: 2s;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    color: #505050 !important;
}

.date {
    color: #f3751b;
    padding-bottom: 5px;
}
