@font-face {
    font-display: swap;
    font-family: "Kanit";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/kanit-v13-latin-200.woff2") format("woff2"), url("../fonts/kanit-v13-latin-200.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Kanit";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/kanit-v12-latin-300.woff2") format("woff2"), url("../fonts/kanit-v12-latin-300.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Kanit";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/kanit-v13-latin-500.woff2") format("woff2"), url("../fonts/kanit-v13-latin-500.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/space-grotesk-v15-latin-300.woff2") format("woff2"), url("../fonts/space-grotesk-v15-latin-300.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/space-grotesk-v15-latin-500.woff2") format("woff2"), url("../fonts/space-grotesk-v15-latin-500.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/space-grotesk-v15-latin-600.woff2") format("woff2"), url("../fonts/space-grotesk-v15-latin-600.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/space-grotesk-v15-latin-700.woff2") format("woff2"), url("../fonts/space-grotesk-v15-latin-700.woff") format("woff")
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Kanit";
    font-weight: 200;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .05em;
    color: #2e2e36
}

body.no-scroll {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk";
    text-transform: capitalize;
    line-height: 100%;
    font-weight: 600
}

h2 {
    margin: 0 0 8px;
    font-size: 28px;
	text-transform: unset;
}

@media(min-width: 992px) {
    h2 {
        margin-bottom: 18px;
        font-size: 42px
    }
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: 1250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

main {
    margin-top: 75px
}

@media(min-width: 992px) {
    main {
        margin-top: 0
    }
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.df {
    display: flex
}

.aic {
    align-items: center
}

.ais {
    align-items: flex-start
}

.jcc {
    justify-content: center
}

.jcb {
    justify-content: space-between
}

.fdc {
    flex-direction: column
}

.flw {
    flex-wrap: wrap
}

.tac {
    text-align: center
}

.logo {
    position: relative;
    font-family: "Choplin";
    font-weight: 500
}

.logo span {
    position: absolute;
    top: -3px;
    transform: scaleX(-1);
    color: #ff6b00
}

.btn {
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 11px 15px 10px;
    border: 1px solid #ff6b00;
    font-family: "Space Grotesk";
    font-weight: 700;
	font-size: 14px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    color: #ff6b00;
    transition: color .5s, background .5s
}

@media(min-width: 992px) {
    .btn {
        width: -moz-fit-content;
        width: fit-content
    }
}

.btn:hover {
    background: #ff6b00;
    color: #fff
}

.btn::before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.btn_fill {
    background-color: #ff6b00;
    color: #fff
}

.btn_fill:hover {
    background: rgba(0, 0, 0, 0);
    color: #ff6b00
}

.btn_fill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: rgba(0, 0, 0, 0) #ff6b00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

::-webkit-scrollbar {
    display: none
}

.blog-archive .uptitle {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-archive h1 {
    margin: 0 0 60px;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%
}

@media(min-width: 992px) {
    .blog-archive h1 {
        font-size: 46px
    }
}

.blog-search {
    width: 100%;
    border: 1.15px solid #0055fe;
    border-radius: 20px
}

@media(min-width: 992px) {
    .blog-search {
        width: 365px
    }
}

.blog-search input,
.blog-search button {
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.blog-search input {
    padding: 18px 25px;
    width: calc(100% - 53px)
}

@media(min-width: 992px) {
    .blog-search input {
        padding: 9px 15px;
        width: calc(100% - 37px)
    }
}

.blog-search input::-moz-placeholder {
    color: #0055fe
}

.blog-search input::placeholder {
    color: #0055fe
}

.blog-search button {
    padding: 20px
}

@media(min-width: 992px) {
    .blog-search button {
        padding: 10px 12px
    }
}

.blog-search button img {
    display: block;
    width: 13px
}

.blog-tags {
    margin: 24px 0 28px;
    gap: 10px
}

@media(min-width: 992px) {
    .blog-tags {
        gap: 16px 14px
    }
}

.blog-tags a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 12px 8px;
    border-radius: 20px;
    border: 1px solid #0055fe;
    font-size: 12px;
    line-height: 1;
    color: #0055fe;
    transition: background .5s, color .5s
}

@media(min-width: 992px) {
    .blog-tags a {
        font-size: 14px
    }
}

.blog-tags a:hover {
    background: #0055fe;
    color: #fff
}

.blog-posts {
    gap: 60px 30px
}

.blog-posts-item {
    width: calc(33.333% - 20px)
}

.blog-posts-item:nth-child(4) {
    width: calc(60% - 15px)
}

.blog-posts-item:nth-child(5) {
    width: calc(40% - 15px)
}

.blog-posts-item .post-thumb {
    display: block;
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(0, 85, 254, .4)
}

.blog-posts-item .post-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.blog-posts-item .post-meta {
    margin: 16px 0 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #787a80
}

@media(min-width: 992px) {
    .blog-posts-item .post-meta {
        font-size: 14px
    }
}

.blog-posts-item .post-meta p {
    margin: 0
}

.blog-posts-item .post-meta ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.blog-posts-item .post-meta>* span {
    margin-top: 3px
}

.blog-posts-item .post-meta>*:not(:last-child) {
    border-right: 1px solid rgba(0, 85, 254, .4)
}

.blog-posts-item .post-meta .category {
    padding-right: 12px
}

.blog-posts-item .post-meta .date {
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 0 12px
}

.blog-posts-item .post-meta .time {
    padding-left: 12px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.blog-posts-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 150%
}

@media(min-width: 992px) {
    .blog-posts-item h3 {
        font-size: 20px
    }
}

.blog-posts-item .excerpt p {
    margin: 0
}

.blog-posts-item .more {
    margin-top: 16px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.blog-posts-item .more span {
    margin-top: 2px
}

.portfolio {
    padding: 60px 0
}

.portfolio h1{
	font-size: 28px;	
}

@media(min-width: 768px){
	.portfolio h1{
		font-size: 46px;	
	}
}

@media(min-width: 992px) {
    .portfolio {
        min-height: 654px;
        display: flex;
        align-items: center
    }
}

 .portfolio .container {
        display: flex;
		flex-direction: column-reverse;
    }

@media(min-width: 992px) {
    .portfolio .container {
		align-items: center;
		flex-direction: row;
    }
}

.portfolio_image {
    margin-bottom: 30px
}

@media(min-width: 992px) {
    .portfolio_image {
        width: 50%
    }
}

.portfolio_image img {
    display: block;
    width: 100%
}

@media(min-width: 992px) {
    .portfolio_text {
        width: 50%
    }
}

.portfolio_text p {
    margin: 0 0 30px
}

.soon {
    position: relative;
    overflow-x: hidden
}

.soon .container {
    min-height: 73vh;
    position: relative;
    z-index: 1
}

.footer-top {
    padding: 20px 0;
    background-color: #2e2e36
}

.footer-top .container {
    gap: 30px 20px;
	align-items: center;
}

@media(min-width: 992px) {
    .footer-top .container {
        justify-content: space-between
    }
}

.footer-top .container > a:not(.btn) {
    height: auto;
    width: calc(50% - 10px)
}

.footer-top .container > a:not(.btn) img{
	display: block;
	width: 100%;
	height: auto;
}

@media(min-width: 992px) {
    .footer-top .container > a:not(.btn) {
        width: 160px
    }
}

.footer-top .menu {
    width: calc(50% - 10px)
}

@media(min-width: 992px) {
    .footer-top .menu {
        width: auto;
        display: flex;
        align-items: center;
        -moz-column-gap: 111px;
        column-gap: 111px
    }
}

.footer-top .menu-item {
    font-weight: 300;
    font-size: 12px;
    color: #fff
}

@media(min-width: 992px) {
    .footer-top .menu-item {
        font-size: 14px;
        font-weight: 400
    }
}

.footer-top .btn {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .footer-top .btn {
        width: -moz-fit-content;
        width: fit-content;
        text-transform: capitalize
    }
}

.footer-top .btn:hover {
    background: #ff6b00
}

.footer-top .btn::before {
    border-color: rgba(0, 0, 0, 0) #2e2e36 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .footer-top .btn::before {
        content: unset
    }
}

@media(min-width: 992px) {
    .footer-top .btn::after {
        content: unset
    }
}

.footer-bottom {
    padding: 16px 0 14px;
    background: #ff6b00;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.footer-bottom .copy {
    margin: 0;
    width: 55%;
    font-size: 10px;
    line-height: 130%;
    color: #fff;
    opacity: .5
}

@media(min-width: 992px) {
    .footer-bottom .copy {
        width: unset;
        font-size: 14px
    }
}

.footer-bottom .dev {
    width: calc(45% - 12px);
    -moz-column-gap: 8px;
    column-gap: 8px;
    opacity: .5
}

@media(min-width: 992px) {
    .footer-bottom .dev {
        width: unset;
        -moz-column-gap: 17px;
        column-gap: 17px
    }
}

.footer-bottom .dev p {
    margin: 0;
/*     width: 72px; */
    font-family: "Space Grotesk";
    font-size: 9px;
    font-weight: 400;
    line-height: 135%;
    color: #fff
}

@media(min-width: 992px) {
    .footer-bottom .dev p {
/*         width: 113px; */
        font-size: 14px
    }
}

.footer-bottom .dev img {
    display: block;
    height: auto;
    width: 54px;
  
}

@media(min-width: 992px) {
    .footer-bottom .dev img {
        width: 98px
    }
}

.trp-language-switcher > div > a > img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit:cover;
}
.trp-language-switcher > div > a {
	opacity: .1;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language  {
	opacity: 1;
}

.trp_language_switcher_shortcode{
	width: auto !important;
	height: auto !important;
}

.lang .trp-language-switcher .trp-ls-shortcode-language{
	display: flex !important;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	position: static !important;
}

.trp-ls-shortcode-current-language{
	display: none !important;
}

.header_action .lang ul {
	display: flex;
	gap: 5px;
}
.header_action .lang ul img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	object-fit: cover;
}

.header_action .lang ul li.current_page_item{
	opacity: 0.4;
	pointer-events: none;
}