/* 
* Project: Name
* Version: 1.0
* Auther: Ekkaluk Praknokkaw
* Email: ekkaluk@asiasoft.co.th
* Descriptiion: ECT...

/* =================== */
/*        Fonts        */
/* =================== */

/* Kanit*/
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,700,800,900');

body, div, p, a, span, ul, li, h3 {
    font-family: 'Kanit', sans-serif;
}
/* No Gutter and 5 Column */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}