html,
body {
    height: 100%;
}

body {
    /* font-family: 'THSarabunNew'; */
    font-family: 'th_sarabun';
    background-color: #fff;
    line-height: 1;
    word-break: break-word;
    color: var(--color-default);
    font-size: var(--typo-default);
    font-weight: var(--fw-normal);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-synthesis: antialiased; */
    /* font-smoothing: antialiased; */
}

.container {
    width: 1310px;
}

img {
    max-width: 100%;
}

.btn,
.link {
    transition: all 200ms ease;
}

.link:focus,
.link:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gutters-10 {
    margin: 0 -5px;
}

.gutters-10>div {
    padding: 0 5px;
}

.gutters-20 {
    margin: 0 -10px;
}

.gutters-20>div {
    padding: 0 10px;
}

.gutters-40 {
    margin: 0 -20px;
}

.gutters-40>div {
    padding: 0 20px;
}

.gutters-60 {
    margin: 0 -30px;
}

.gutters-60>div {
    padding: 0 30px;
}

.item-list {
    margin: 0;
    padding: 0;
}

.item-list>li {
    list-style: none;
    float: left;
}

.item-list.fluid>li {
    width: 100%;
}

.item-list:before,
.item-list:after {
    content: ' ';
    display: table;
}

.item-list:after {
    clear: both;
}

.item-list {
    margin: 0;
    padding: 0;
}

.item-list>li {
    list-style: none;
    float: left;
}

.item-list.fluid>li {
    width: 100%;
}

.item-list:before,
.item-list:after {
    content: ' ';
    display: table;
}

.item-list:after {
    clear: both;
}

.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list>li {
    list-style: none;
    float: left;
}

.nav-list.fluid>li {
    width: 100%;
}

.nav-list:before,
.nav-list:after {
    content: ' ';
    display: table;
}

.nav-list:after {
    clear: both;
}

.icon {
    position: relative;
}

.icon img {
    display: block;
}

.cover {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.cover .img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}

.title {
    margin: 0;
}

.subtitle {
    margin: 0;
}

.desc {
    margin: 0;
}

.text-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-limit.-x2 {
    max-height: calc(1em * 2);
    -webkit-line-clamp: 2;
}

.text-limit.-x3 {
    max-height: calc(1em * 3);
    -webkit-line-clamp: 3;
}

.icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    font-size: inherit;
    text-rendering: auto;
}