/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "LEO";
    src: url("../Leo/Anuphan-Medium.ttf");
    font-weight: normal;
    font-style: normal;
    /* font-size: 20px; */
}

@font-face {
    font-family: "LEO-Bold";
    src: url("../Leo/Anuphan-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TFSrivichai";
    src: url("../TFSrivichai/TF Srivichai.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: LEO;
    line-height: 1.5;
    font-size: 14px;
}
.footer {
    font-family: LEO;
    line-height: 1.5;
    font-size: 20px;
}
b,
strong {
    font-family: LEO-Bold;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: LEO-Bold;
}
h2 a:after {
    bottom: -14px;
}
.selectboxit-container * {
    font-family: LEO;
    font-size: 12px;
}
.tooltip {
    font-family: LEO;
    font-size: 12px;
}
option {
    font-family: LEO;
    font-size: 20px;
    line-height: 20px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    font-family: LEO !important;
    font-size: 22px !important;
}
.select2-search input {
    font-family: LEO !important;
    font-size: 22px !important;
}