:root{--header-height: 4rem;--hue-color: 130;--first-color: #dc161c;--first-color-second: hsl(var(--hue-color), 69%, 61%);--first-color-alt: hsl(var(--hue-color), 57%, 53%);--first-color-lighter: hsl(var(--hue-color), 92%, 85%);--title-color: hsl(var(--hue-color), 8%, 15%);--text-color: hsl(var(--hue-color), 8%, 45%);--text-color-light: hsl(var(--hue-color), 8%, 65%);--input-color: hsl(var(--hue-color), 70%, 96%);--body-color: hsl(var(--hue-color), 60%, 99%);--container-color: #fff;--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);--body-font: "Kanit", sans-serif;--big-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1.125rem;--normal-font-size: 0.938rem;--small-font-size: 0.813rem;--smaller-font-size: 0.75rem;--font-medium: 500;--font-semi-bold: 600;--mb-0-25: 0.25rem;--mb-0-5: 0.5rem;--mb-0-75: 0.75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 100}@media screen and (min-width: 968px){:root{--big-font-size: 3rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: 0.875rem;--smaller-font-size: 0.813rem}}body.dark-theme{--first-color-second: hsl(var(--hue-color), 30%, 8%);--title-color: hsl(var(--hue-color), 8%, 95%);--text-color: hsl(var(--hue-color), 8%, 75%);--input-color: hsl(var(--hue-color), 29%, 16%);--body-color: #ffffff;--container-color: hsl(var(--hue-color), 29%, 16%);--container-color: hsl(var(--hue-color), 29%, 16%);--scroll-bar-color: hsl(var(--hue-color), 12%, 48%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 36%)}.nav__btns{display:flex;align-items:center}.change-theme{font-size:1.25rem;color:var(--title-color);margin-right:var(--mb-1);cursor:pointer;transition:.3s}.change-theme:hover{color:var(--first-color)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{margin:0 0 var(--header-height) 0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:#fff;color:var(--text-color)}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}nav{transform:rotate(-5deg) skew(-5deg) !important;-moz-transform:rotate(-5deg) skew(-5deg) !important;-webkit-transform:rotate(-5deg) skew(-5deg) !important;background-color:red;padding-top:10px;padding-bottom:10px}nav #nav-menu{padding-top:2rem;padding-bottom:2rem;transform:rotate(5deg) skew(5deg) !important;-moz-transform:rotate(5deg) skew(5deg) !important;-webkit-transform:rotate(5deg) skew(5deg) !important}nav #nav-menu .nav__link{color:#fff}.section{padding:2rem 0 4rem}.section__title{font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:var(--small-font-size);margin-bottom:var(--mb-3)}.section__title,.section__subtitle{text-align:center}.container{max-width:768px;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.grid{display:grid;gap:1.5rem}.breadcrumb{margin-top:20px}.header{width:100%;position:absolute;bottom:0;left:0;z-index:var(--z-fixed);background-color:#fff}.header #nav-menu{margin-top:20px}.site-content{background-color:#fff;padding:50px}.content{color:#000}.content .number{font-size:initial;background-color:initial;padding:initial;height:initial;margin:initial;display:initial}.content figure{text-align:initial}.content h1,.content h2,.content h3,.content h4{text-decoration:underline}.card .card-image img{object-fit:contain;width:100%}.nav{max-width:968px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;justify-content:center}.nav__logo,.nav_toggle{color:var(--title-color);font-weight:var(--font-medium);transition:.3s}.nav__logo:hover{color:var(--first-color)}.nav__toggle{font-size:1.1rem;cursor:pointer}.nav__toggle:hover{color:var(--first-color)}@media screen and (max-width: 767px){.nav__menu{position:relative;left:0;width:100%;padding:2rem 1.5rem 4rem;border-radius:1.5rem 1.5rem 0 0;transition:.3s}}.nav__list{grid-template-columns:repeat(4, 1fr);gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:var(--normal-font-size);color:var(--title-color);font-weight:var(--font-medium);transition:.3s}.nav__link:hover{color:var(--first-color)}.nav__icon{font-size:1.2rem}.nav__close{position:absolute;right:1.3rem;bottom:.5rem;font-size:1.5rem;cursor:pointer;color:var(--first-color)}.nav__close:hover{color:var(--first-color-alt)}.show-menu{bottom:0}.home__container{gap:1rem}.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem;align-items:center}.home__social{display:grid;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{font-size:2rem;color:var(--first-color);transition:.3s}.home__social-icon :hover{color:var(--first-color-alt)}.home__blob{width:200px;fill:var(--first-color)}.home__blob-img{width:200px}.home__data{grid-column:1/3}.home__title{font-size:var(--big-font-size)}.home__subtitle{font-size:var(--h3-font-size);color:var(--text-color);font-weight:var(--font-medium);margin-bottom:var(--mb-0-75)}.home__description{margin-bottom:var(--mb-2)}.home__info{display:block}.home-remove{display:none}.home__info-button{color:var(--first-color);transition:.3s}.home__info-button:hover{transform:translateY(.25rem)}.home__info-mouse{font-size:1.5rem;padding-right:.3rem}.home__scrol-name{font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-medium);margin-right:var(--mb-0-25)}.home__info-arrow{font-size:1.25rem}.blog_home{margin-top:50px;margin-bottom:50px}.blog_home .card{height:330px;position:relative;border:1px solid #e6e6e6;box-shadow:none}.blog_home .card:hover{box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02)}.blog_home .card .card-content{position:absolute;bottom:0px;background-color:#fff;width:100%}#topice{padding-top:2rem;padding-bottom:2rem}.button{display:inline-block;background-color:var(--first-color);border-color:initial;color:#fff;padding:1rem;font-weight:var(--font-medium);transition:.3s}.button:hover{background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem;margin-left:var(--mb-0-5);transition:.3s}.button--flex{display:inline-flex;align-items:center}#about span{letter-spacing:5px}#about h1,#about h2,#about h3,#about h4{text-decoration:none}#about .content .title{color:#000}#about .content .title small{color:gray;font-weight:lighter}#about .content p{color:#666}#about .content img{background-color:#fff}#about .storytelling{position:relative}#about .storytelling ul li{list-style:none}#about .storytelling ul li .title{color:#000}#about .storytelling ul li p{color:#666}#about .storytelling ul li img{background-color:#fff}#about .storytelling ul::before{content:" ";position:absolute;left:5%;height:100%;border-right:3px solid rgba(0,0,0,.2);margin-top:13px}.article p{color:#666}.article h1{font-size:3rem;margin-bottom:2rem}.article h2{font-size:2.5rem;margin-top:1rem;margin-bottom:1rem}.article h3{font-size:2rem;margin-top:.5rem;margin-bottom:.5rem}.footer{background-color:#000}.footer .content{color:#fff}::-webkit-scrollbar{width:.6rem;background-color:var(--scroll-bar-color);border-radius:.5rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}@media screen and (max-width: 350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}.home__content{grid-template-columns:.25fr 3fr}.home__blob{width:180px}}@media screen and (min-width: 568px){.home__content{grid-template-columns:max-content 1fr 1fr}.home__data{grid-column:initial}.home__img{order:0;justify-self:center}}@media screen and (min-width: 768px){.container{margin-left:auto;margin-right:auto}body{margin:0;padding:0 0 0}.header{top:0;bottom:initial}.header,.main{padding:0 1rem}.nav{height:calc(var(--header-height) + 1.5rem);column-gap:1rem}.nav__close,.nav__toggle{display:none}.nav__list{display:flex;column-gap:3rem;justify-content:center}.nav___menu{margin-left:auto}.change-theme{margin:0}.home__containe{row-gap:5rem}.home__content{padding-top:1.5rem;column-gap:2rem}.home__blob{width:270px}.home__info{display:none}}@media screen and (min-width: 1024px){.header,.main,.footer__container{padding:0}.home__blob{width:320px}.home__social{transform:translateX(-6rem)}.home__img{order:1}}@media screen and (max-width: 768px){.header{position:fixed}.site-content{padding:10px}.title.is-1{font-size:2rem}#topice{padding-top:2rem;padding-bottom:2rem;margin-bottom:2em}#topice .is-multiline{display:flex}#about span{letter-spacing:3px}#about .image.is-64x64{height:34px;width:34px}#about .subtitle.is-2{font-size:1.5rem}#about .subtitle.is-4{font-size:1rem}#about .title.is-1{font-size:1.8rem}#about .title.is-2{font-size:1.5rem}#about .title.is-3{font-size:1.5rem}.projects_home .card{height:50px;overflow:hidden}.projects_home .card .card-image{width:20%}.projects_home .card .card-content{width:auto;position:absolute;top:10px;left:25%;background-color:none;padding:0px}.projects_home .card .card-content h5{font-size:1rem}.blog .card{height:50px;overflow:hidden}.blog .card .card-image{width:20%}.blog .card .card-content{width:auto;position:absolute;top:10px;left:25%;background-color:none;padding:0px}.blog .card .card-content h5{font-size:1rem}.blog_home .card{height:50px;overflow:hidden}.blog_home .card .card-image{width:20%}.blog_home .card .card-content{width:auto;position:absolute;top:10px;left:25%;background-color:none;padding:0px}.blog_home .card .card-content h5{font-size:1rem}#nav-menu{padding:0rem .5rem 0rem}#nav-menu .nav__list{grid-template-columns:repeat(5, 1fr);gap:0rem}#nav-menu .nav__list .nav__item{padding:0px}.wpml-ls-legacy-list-horizontal{padding:inherit;border:0px;margin-top:auto;margin-bottom:auto}.wpml-ls-legacy-list-horizontal ul{display:flex}.wpml-ls-legacy-list-horizontal ul li a{padding:inherit}.wpml-ls-legacy-list-horizontal .wpml-ls-item{margin:2px}}