/*-----------------------------------------------------------------------------------
	Adds
	About: A shiny new Blocs website.
	Author: PADOL
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'SukhumvitSet-Text';
	src: url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text-03.ttf');
	src: url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text-03.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DBHelvethaicaX-LiExt';
	src: url('./fonts/DBHelvethaicaX-LiExt/DB%20Helvethaica%20X%20Li%20Ext.ttf');
	src: url('./fonts/DBHelvethaicaX-LiExt/DB%20Helvethaica%20X%20Li%20Ext.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DBHelvethaicaX-MedExt';
	src: url('./fonts/DBHelvethaicaX-MedExt/DB%20Helvethaica%20X%20Med%20Ext.ttf');
	src: url('./fonts/DBHelvethaicaX-MedExt/DB%20Helvethaica%20X%20Med%20Ext.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DBHelvethaicaX-Li';
	src: url('./fonts/DBHelvethaicaX-Li/DB%20Helvethaica%20X%20Li.ttf');
	src: url('./fonts/DBHelvethaicaX-Li/DB%20Helvethaica%20X%20Li.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ProductSans-Bold';
	src: url('./fonts/ProductSans-Bold/Product%20Sans%20Bold.ttf');
	src: url('./fonts/ProductSans-Bold/Product%20Sans%20Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Trirong-Regular';
	src: url('./fonts/Trirong-Regular/Trirong-Regular.ttf');
	src: url('./fonts/Trirong-Regular/Trirong-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DBHelvethaicaX-Med';
	src: url('./fonts/DBHelvethaicaX-Med/DB%20Helvethaica%20X%20Med.ttf');
	src: url('./fonts/DBHelvethaicaX-Med/DB%20Helvethaica%20X%20Med.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ProductSans-Regular';
	src: url('./fonts/ProductSans-Regular/Product%20Sans%20Regular.ttf');
	src: url('./fonts/ProductSans-Regular/Product%20Sans%20Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'TFSrivichai';
	src: url('./fonts/TFSrivichai/TF%20Srivichai.ttf');
	src: url('./fonts/TFSrivichai/TF%20Srivichai.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'DBHelvethaicaX-Reg';
	src: url('./fonts/DBHelvethaicaX-Reg/DB%20Helvethaica%20X.ttf');
	src: url('./fonts/DBHelvethaicaX-Reg/DB%20Helvethaica%20X.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'SukhumvitSet-SemiBold';
	src: url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold-05.ttf');
	src: url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold-05.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'SukhumvitSet-Medium';
	src: url('./fonts/SukhumvitSet-Medium/SukhumvitSet-Medium-04.ttf');
	src: url('./fonts/SukhumvitSet-Medium/SukhumvitSet-Medium-04.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"DBHelvethaicaX-MedExt";
	font-size:22px;
	color:var(--swatch-var-1759)!important;
}
.container{
	max-width:1140px;
}
.img-2-style{
	width:70%;
	opacity:1.0;
}
.card88{
	background-size:contain;
	padding:7px 7px 7px 7px;
}
.p-1-style{
	font-size:55px;
	line-height:77px;
	color:var(--swatch-var-7934)!important;
	font-weight:700;
	font-family:"DBHelvethaicaX-MedExt";
}
.p-2-style{
	width:82.07%;
	font-family:"DBHelvethaicaX-Reg";
	font-size:44px;
	color:var(--swatch-var-6500)!important;
	line-height:44px;
}
.bloc-style{
	opacity:1.0;
}
.cardpadding11{
	padding-left:66px;
	padding-right:66px;
}
.img-4-theadds--style{
	width:624px;
}
.color4{
	background:linear-gradient(130deg, var(--swatch-var-1759) 69%, var(--swatch-var-7934) 100%);
	color:var(--swatch-var-6500)!important;
}
.fit{
	padding:0px 0px 0px 0px;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
	row-gap:14px;
	grid-template-rows:auto;
	column-gap:17px;
	min-height:45px;
}
.img-9-style{
	width:280px;
}
.card12x{
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
}
.h2-style{
	width:100%;
	font-family:"ProductSans-Bold";
	font-size:44px;
	color:var(--swatch-var-1759)!important;
	font-weight:500;
	line-height:52px;
}
.h1-bloc-3-style{
	width:70.32%;
	font-family:"DBHelvethaicaX-Li";
	padding-top:0px;
	padding-bottom:0px;
	font-size:24px;
}
.card22{
	padding-top:22px;
	padding-bottom:22px;
}
.p-12-style{
	line-height:25px;
	font-size:44px;
	color:#FEFFFF!important;
	text-decoration:underline!important;
}
.img-23-bloc-4-style{
	width:281px;
	border-radius:17px 17px 17px 17px;
}
.p-13-style{
	width:100%;
	font-size:29px;
	color:#FEFFFF!important;
}
.h1-style{
	font-family:"DBHelvethaicaX-Li";
	width:67.43%;
	color:#FFFFFF!important;
	line-height:26px;
	font-size:22px;
	padding-top:0px;
	padding-bottom:0px;
}
.btn-style{
	width:43.89%;
	font-size:25px;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-6500)!important;
}
.img-15-style{
	width:133px;
}
.img-16-style{
	width:150px;
}
.img-17-style{
	width:133px;
}
.img-18-style{
	width:133px;
}
.img-19-style{
	width:133px;
}
.img-20-style{
	width:133px;
}
.img-21-style{
	width:133px;
}
.img-22-style{
	width:133px;
}
.grid-0-style{
	grid-template-columns:1fr 1fr;
	column-gap:66px;
	grid-template-rows:auto;
	row-gap:16px;
}
.cardnew{
	box-shadow:inset -1.69px 3.63px 0px #2421CA;
	background-color:var(--swatch-var-460);
}
.h2-bloc-4-style{
	font-family:"SukhumvitSet-SemiBold";
	font-size:19px;
	color:var(--swatch-var-1576)!important;
}
.btn-13-style{
	padding-top:8px;
	padding-bottom:8px;
	width:64.24%;
	margin-bottom:12px;
	font-family:"DBHelvethaicaX-Med";
	font-size:20px;
	border-radius:24.5px 24.5px 24.5px 24.5px;
	color:var(--swatch-var-6500)!important;
	background-color:var(--swatch-var-1759);
}
.h4-ที่อยู่ของเรา-style{
	font-family:"SukhumvitSet-SemiBold";
	font-size:19px;
	color:var(--swatch-var-1759)!important;
}
.p-29-style{
	font-size:22px;
	line-height:19px;
	opacity:0.9;
	font-family:"DBHelvethaicaX-Li";
	color:var(--swatch-var-6885)!important;
}
.tell{
	font-family:"DBHelvethaicaX-Li";
	font-size:22px;
	color:var(--swatch-var-1576)!important;
	width:18px;
	text-decoration:none;
}
.textnew{
	text-decoration:none;
	font-family:"DBHelvethaicaX-MedExt";
	font-size:22px;
	color:var(--swatch-var-63)!important;
}
.img-dbd-registered-style{
	width:176px;
	padding-top:22px;
}
.navbar-brand img{
	width:100px;
}
.img-positi-style{
	width:253px;
	margin-left:44px;
}
.h3-style{
	font-family:"DBHelvethaicaX-Med";
	font-size:44px;
	padding-top:0px;
	padding-bottom:0px;
}
.h1-heading-1-style{
	font-family:"DBHelvethaicaX-Reg";
	line-height:28px;
	color:#000000!important;
	width:100%;
	font-size:22px;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
}
.img-16836-style{
	width:586px;
}
.img-23-style{
	width:705px;
}
.h1-bloc-7-style{
	width:100%;
	line-height:54px;
	border-radius:22px 22px 22px 22px;
	padding:2px 2px 2px 2px;
	color:var(--swatch-var-643)!important;
	font-family:"ProductSans-Bold";
	font-size:44px;
}
.h1-plan-style{
	font-size:33px;
	color:var(--swatch-var-6500)!important;
	line-height:33px;
	text-decoration:none;
}
.main1{
	padding-left:0px;
	padding-right:0px;
	background-image:url("img/original-3d42d0f97af8ceac0d265dd3b227e231.jpg");
	background-image: -webkit-image-set(url("img/original-3d42d0f97af8ceac0d265dd3b227e231.webp") 1x,
url("img/original-3d42d0f97af8ceac0d265dd3b227e231.webp") 2x);background-image: image-set(url("img/original-3d42d0f97af8ceac0d265dd3b227e231.jpg") 1x,
url("img/original-3d42d0f97af8ceac0d265dd3b227e231.jpg") 2x,url("img/original-3d42d0f97af8ceac0d265dd3b227e231.webp") 1x,
url("img/original-3d42d0f97af8ceac0d265dd3b227e231.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.p-bloc-13-style{
	width:100%;
	font-family:"ProductSans-Bold";
	line-height:33px;
	color:var(--swatch-var-3578)!important;
	font-size:22px;
}
.h1-20-style{
	width:100%;
	font-family:"DBHelvethaicaX-Reg";
	padding-bottom:0px;
	padding-top:0px;
	color:var(--swatch-var-6885)!important;
	line-height:33px;
	font-size:33px;
}
.blogtext1{
	font-family:"DBHelvethaicaX-Med";
	font-size:33px;
}
.blogtext2{
	font-family:"SukhumvitSet-SemiBold";
	color:var(--swatch-var-7319)!important;
	font-size:22px;
}
.grid-43516-style{
	grid-template-columns:1fr 1.05fr 1fr;
	column-gap:48px;
	grid-template-rows:auto;
}
.link-bloc-8-style{
	width:120px;
}
.img-plat4-style{
	width:60%;
}
.h2-bloc-8-style{
	font-family:"DBHelvethaicaX-Med";
	width:100%;
	color:var(--swatch-var-1759)!important;
	font-size:28px;
}
.main2{
	background-image:url("img/cover3-1-2.jpg");
	background-image: -webkit-image-set(url("img/cover3-1-2.webp") 1x,
url("img/cover3-1-2.webp") 2x);background-image: image-set(url("img/cover3-1-2.jpg") 1x,
url("img/cover3-1-2.jpg") 2x,url("img/cover3-1-2.webp") 1x,
url("img/cover3-1-2.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.main3{
	background-image:url("img/cover4.jpg");
	background-image: -webkit-image-set(url("img/cover4.webp") 1x,
url("img/cover4.webp") 2x);background-image: image-set(url("img/cover4.jpg") 1x,
url("img/cover4.jpg") 2x,url("img/cover4.webp") 1x,
url("img/cover4.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.grid-bloc-19-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.img-style{
	width:61%;
}
.img-grap-style{
	width:478px;
}
.cardcap{
	padding-left:12px;
	margin-bottom:22px;
}
.p-bloc-41-style{
	width:100%;
	font-family:"FCMinimalBold";
	font-size:45px;
	color:var(--swatch-var-1576)!important;
}
.main4{
	background-image:url("img/cover5.jpg");
	background-image: -webkit-image-set(url("img/cover5.webp") 1x,
url("img/cover5.webp") 2x);background-image: image-set(url("img/cover5.jpg") 1x,
url("img/cover5.jpg") 2x,url("img/cover5.webp") 1x,
url("img/cover5.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.bloc-4600-style{
	opacity:1.0;
}
.grid-39149-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	min-height:71px;
	column-gap:15px;
}
.img-98-style{
	width:263px;
	margin:18px 18px 18px 18px;
}
.main5{
	background-image:url("img/cover6-1.jpg");
	background-image: -webkit-image-set(url("img/cover6-1.webp") 1x,
url("img/cover6-1.webp") 2x);background-image: image-set(url("img/cover6-1.jpg") 1x,
url("img/cover6-1.jpg") 2x,url("img/cover6-1.webp") 1x,
url("img/cover6-1.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.bloc-48758-style{
	opacity:1.0;
}
.img-website34-style{
	width:376px;
	border-radius:19px 19px 19px 19px;
}
.img-uixd-style{
	width:594px;
}
.main7{
	background-image:url("img/cover7-1.jpg");
	background-image: -webkit-image-set(url("img/cover7-1.webp") 1x,
url("img/cover7-1.webp") 2x);background-image: image-set(url("img/cover7-1.jpg") 1x,
url("img/cover7-1.jpg") 2x,url("img/cover7-1.webp") 1x,
url("img/cover7-1.webp") 2x);
	background-image: -webkit-image-set(url("img/cover7-1.webp") 1x,
url("img/cover7-1.webp") 2x);background-image: image-set(url("img/cover7-1.jpg") 1x,
url("img/cover7-1.jpg") 2x,url("img/cover7-1.webp") 1x,
url("img/cover7-1.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.main8{
	background-image:url("img/Ui5-2-1.png");
	background-image: -webkit-image-set(url("img/Ui5-2-1.webp") 1x,
url("img/Ui5-2-1.webp") 2x);background-image: image-set(url("img/Ui5-2-1.png") 1x,
url("img/Ui5-2-1.png") 2x,url("img/Ui5-2-1.webp") 1x,
url("img/Ui5-2-1.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.main9{
	background-image:url("img/cover1.jpg");
	background-image: -webkit-image-set(url("img/cover1.webp") 1x,
url("img/cover1.webp") 2x);background-image: image-set(url("img/cover1.jpg") 1x,
url("img/cover1.jpg") 2x,url("img/cover1.webp") 1x,
url("img/cover1.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.p-26-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-27-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-28-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-44017-style{
	font-family:"DBHelvethaicaX-Li";
}
.cardbb12{
	margin-top:33px;
}
.p-30-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-31-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-32-style{
	font-family:"DBHelvethaicaX-Li";
}
.p-33-style{
	font-family:"DBHelvethaicaX-Li";
}
.card44{
	margin-top:22px;
	margin-bottom:0px;
}
.main11{
	background-image:url("img/cover12.jpg");
	background-image: -webkit-image-set(url("img/cover12.webp") 1x,
url("img/cover12.webp") 2x);background-image: image-set(url("img/cover12.jpg") 1x,
url("img/cover12.jpg") 2x,url("img/cover12.webp") 1x,
url("img/cover12.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.img-goo{
	width:70%;
}
.img-3-style{
	width:380px;
}
.main10{
	background-image:url("img/5th_Post.png");
	background-image: -webkit-image-set(url("img/5th_Post.webp") 1x,
url("img/5th_Post.webp") 2x);background-image: image-set(url("img/5th_Post.png") 1x,
url("img/5th_Post.png") 2x,url("img/5th_Post.webp") 1x,
url("img/5th_Post.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.text23{
	font-size:44px;
	color:var(--swatch-var-6885)!important;
	text-decoration:none;
}
.img-line33-281-29-style{
	width:1140px;
}
.grid-bloc-38-style{
	grid-template-columns:1fr 1.05fr 1fr;
	grid-template-rows:auto;
	min-height:287px;
}
.img-pric-style{
	width:306px;
}
.img-bloc-19-style{
	width:305px;
}
.img-145-style{
	width:305px;
}
.main12{
	background-image:url("img/cover10.jpg");
	background-image: -webkit-image-set(url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);background-image: image-set(url("img/cover10.jpg") 1x,
url("img/cover10.jpg") 2x,url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);
	background-image: -webkit-image-set(url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);background-image: image-set(url("img/cover10.jpg") 1x,
url("img/cover10.jpg") 2x,url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);
	background-size:cover;
}
.main13{
	background-image:url("img/main11.jpg");
	background-image: -webkit-image-set(url("img/main11.webp") 1x,
url("img/main11.webp") 2x);background-image: image-set(url("img/main11.jpg") 1x,
url("img/main11.jpg") 2x,url("img/main11.webp") 1x,
url("img/main11.webp") 2x);
	background-size:cover;
}
.img-tikt-style{
	width:133px;
}
.img-4-style{
	width:100%;
	padding:12px 12px 12px 12px;
}
.img-4-style:hover{
	filter:grayscale(98%);
}
.p-4-style{
	width:100%;
	font-family:"Poppins";
	font-size:44px;
	line-height:42px;
	color:var(--swatch-var-1759)!important;
	font-weight:500;
}
.img-bloc-46-style{
	width:70%;
}
.h1-110-style{
	font-family:"TFSrivichai";
	font-size:25px;
	width:100%;
	padding:0px 0px 0px 0px;
	line-height:27px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	background-size:cover;
}
.navbar-nav li a{
	color:var(--swatch-var-6885)!important;
	font-family:"DBHelvethaicaX-LiExt";
	font-weight:500;
	font-size:22px;
}
.dropdown-menu{
	font-family:"SukhumvitSet-Text";
	font-size:15px;
	color:var(--swatch-var-63)!important;
	text-transform:none;
}
.img-bloc-14-style{
	width:672px;
}
.img-196-style{
	width:460px;
}
.link-style{
	width:100%;
	font-size:44px;
	font-family:"Lato";
	font-weight:900;
}
.img-346-style{
	width:803px;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-6500);
}
.dropdown-menu li a{
	font-family:"SukhumvitSet-Text";
	font-size:15px;
	color:var(--swatch-var-63)!important;
}
.dropdown-menu li a:hover{
	color:var(--swatch-var-7319)!important;
}
.h2-103-style{
	font-family:"DBHelvethaicaX-Med";
	color:var(--swatch-var-1759)!important;
	line-height:60px;
	font-size:55px;
}
.h2-bloc-1-style{
	font-size:33px;
	line-height:36px;
	color:var(--swatch-var-6500)!important;
}
.h2-4-style{
	font-family:"DBHelvethaicaX-Med";
	font-size:44px;
	width:100%;
	color:#000000!important;
}
.h2-6-style{
	width:100%;
	font-family:"DBHelvethaicaX-Med";
	font-size:33px;
}
.h2-7-style{
	font-family:"ProductSans-Regular";
	font-size:17px;
	text-align:center;
	color:var(--swatch-var-377)!important;
}
.img-artboard1-style{
	width:80%;
}
.cardu{
	background-color:var(--swatch-var-7012);
	padding:15px 22px 15px 22px;
	border-radius:22px 22px 22px 22px;
}
.h4-color{
	color:#2C4555!important;
	font-size:22px;
	font-family:"SukhumvitSet-SemiBold";
}
.lable{
	font-family:"SukhumvitSet-Light";
	font-size:15px;
}
.h4-bloc-4-style{
	color:#2C4555!important;
	font-family:"SukhumvitSet-Medium";
}
.factory-button{
	background:linear-gradient(90deg, var(--swatch-var-1759) 2%, var(--swatch-var-1759) 100%);
	font-size:14px;
	font-weight:normal;
	padding-right:20px;
	padding-left:20px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
	font-family:"SukhumvitSet-SemiBold";
	border-width:0px 0px 0px 0px;
}
.factory-button:hover{
	background-color:#2C4555;
}
.btn-style:hover{
	background-color:#2C4555;
}
.btn-style:active{
	background-color:#ECA36A;
}
.cardfit2{
	padding:0px 0px 0px 0px;
}
label{
	font-family:"SukhumvitSet-Medium";
	color:#000000!important;
	font-size:17px;
}
.img-bloc-7-style{
	width:170px;
	border-style:solid;
	border-color:var(--swatch-var-3356)!important;
	border-width:2px 2px 2px 2px;
}
.img-artboard1-style:hover{
	box-shadow:0.00px -0.00px 7px rgba(0,0,0,0.48);
	padding:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
}
.grid-bloc-25-style{
	grid-template-columns:1fr 1fr 1fr;
}
.grid-bloc-26-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:70px;
}
.img-webb-style{
	width:100%;
	box-shadow:5.85px 5.46px 6px rgba(0,0,0,0.10);
}
.img-fav-h-style{
	width:98px;
}
.h2-bloc-32-style{
	width:100%;
	color:#FEFFFF!important;
	font-family:"Maitree";
	font-size:33px;
	line-height:55px;
	border-style:solid;
	border-color:#DCC682!important;
	border-radius:22px 22px 22px 22px;
	border-width:2px 2px 2px 2px;
	font-weight:500;
}
.p-128-style{
	width:100%;
	line-height:29px;
	color:var(--swatch-var-6500)!important;
	font-family:"Maitree";
	font-size:18px;
}
.p-86-style{
	font-family:"Maitree";
	font-size:21px;
	color:var(--swatch-var-6500)!important;
	width:100%;
}
.cardfit{
	padding:2px 2px 2px 2px;
}
.h3-bloc-2-style{
	font-family:"FCMinimalRegular";
	font-size:31px;
	fill:transparent;
	position:relative;
	z-index:0;
	color:var(--swatch-var-3733)!important;
}
.p-bloc-42-style{
	font-size:18px;
	line-height:28px;
}
.img-google-style{
	width:80%;
}
.container-div-style{
	width:100%;
}
a{
	font-family:"SukhumvitSet-Text";
	font-size:15px;
}
.fit2{
	margin-right:0px;
	margin-left:0px;
	padding-left:99px;
	padding-right:99px;
}
.h2-2-style{
	font-family:"ProductSans-Bold";
	font-size:66px;
	color:var(--swatch-var-7857)!important;
}
.h2-2-bloc-1-style{
	width:100%;
	color:var(--swatch-var-7857)!important;
	font-family:"SukhumvitSet-Medium";
	font-size:19px;
	line-height:27px;
}
.bloc-divider-t-fill{
	fill:#000000;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-6500);
}
.bloc-divider-b-bloc-1-fill{
	fill:var(--swatch-var-7857);
}
.h2-bloc-2-style{
	width:100%;
	font-family:"DBHelvethaicaX-MedExt";
	font-size:44px;
	color:#000000!important;
}
.h4-style{
	font-family:"ProductSans-Bold";
	font-size:55px;
	line-height:77px;
	color:var(--swatch-var-1475)!important;
	text-decoration:none;
}
.h1-6-style{
	width:100%;
	font-family:"Trirong-Regular";
	font-size:25px;
	color:var(--swatch-var-1475)!important;
}
.h1-my-goal-style{
	width:100%;
	font-family:"DBHelvethaicaX-Li";
	font-size:26px;
	line-height:30px;
	color:var(--swatch-var-1759)!important;
}
.text{
	font-size:37px;
	font-family:"Poppins";
	text-decoration:none;
	color:var(--swatch-var-1475)!important;
}
.grid-bloc-8-style{
	grid-template-columns:0.30fr 1fr;
}
.main99{
	background-image:url("img/cover2-1.jpg");
	background-image: -webkit-image-set(url("img/cover2-1.webp") 1x,
url("img/cover2-1.webp") 2x);background-image: image-set(url("img/cover2-1.jpg") 1x,
url("img/cover2-1.jpg") 2x,url("img/cover2-1.webp") 1x,
url("img/cover2-1.webp") 2x);
	background-size:cover;
}
h1{
	margin-top:22px;
	margin-bottom:22px;
}
.img-bloc-2-style{
	width:14%;
}
.img-bloc-8-style{
	width:100%;
}
.h1-1-style{
	width:100%;
	font-family:"Plus Jakarta Sans";
	font-size:44px;
	color:var(--swatch-var-6500)!important;
	font-weight:800;
}
.blocs-card-width{
	width:25%;
}
.container-div-0-style{
	width:17.54%;
}
.img-frame-10-style{
	border-radius:17px 17px 17px 17px;
	width:100%;
}
.h5-bloc-2-style{
	width:100%;
}
.grid-bloc-2-style{
	grid-template-columns:1fr 1fr 1fr;
}
.zoomwrap{
	;
}
.container-div-18385-style{
	width:27.17%;
}
.container-div-42416-style{
	width:36.5%;
}
.img-frame-15-1-style{
	width:100%;
}
.img-35-style{
	border-radius:18px 18px 18px 18px;
}
.img-bloc-3-style{
	border-radius:14px 14px 14px 14px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6500:rgba(255,255,255,1.00);
	
	--swatch-var-7857:rgba(170,121,66,1.00);
	
	--swatch-var-7187:rgba(30,197,168,1.00);
	
	--swatch-var-1759:rgba(0,0,0,1.00);
	
	--swatch-var-7934:rgba(2,226,181,1.00);
	
	--swatch-var-6720:rgba(36,34,202,1.00);
	
	--swatch-var-6354:#212121;
	
	--swatch-var-6885:rgba(0,23,36,1.00);
	
	--swatch-var-1795:rgba(0,28,91,1.00);
	
	--swatch-var-1576:rgba(46,58,86,1.00);
	
	--swatch-var-7161:rgba(53,69,99,1.00);
	
	--swatch-var-460:rgba(255,255,255,1.00);
	
	--swatch-var-3356:rgba(68,85,143,1.00);
	
	--swatch-var-643:rgba(247,244,241,1.00);
	
	--swatch-var-7319:rgba(5,41,67,1.00);
	
	--swatch-var-377:rgba(40,46,46,1.00);
	
	--swatch-var-7377:rgba(75,80,146,1.00);
	
	--swatch-var-1475:#000000;
	
	--swatch-var-5143:#F82601;
	
	--swatch-var-63:rgba(31,31,64,1.00);
	
	--swatch-var-3854:rgba(72,47,79,1.00);
	
	--swatch-var-4554:#325C7D;
	
	--swatch-var-7585:rgba(229,34,2,1.00);
	
	--swatch-var-2760:rgba(0,27,90,1.00);
	
	--swatch-var-7454:rgba(2,185,2,1.00);
	
	--swatch-var-5285:#2421CA;
	
	--swatch-var-3578:rgba(20,20,20,1.00);
	
	--swatch-var-1562:#296156;
	
	--swatch-var-619:rgba(247,244,241,1.00);
	
	--swatch-var-7012:rgba(46,58,86,0.11);
	
	--swatch-var-7816:rgba(0,0,0,0.48);
	
	--swatch-var-3733:#294B46;
	
	--swatch-var-4600:#2D3A31;
	
	--swatch-var-4550:#4E3F2C;
	
	--swatch-var-4106:rgba(0,0,0,1.00);
	
	--swatch-var-3170:#373636;
	
}


/* Background colour styles */

.bgc-6500{
	background-color:var(--swatch-var-6500);
}
.bgc-460{
	background-color:var(--swatch-var-460);
}
.bgc-1759{
	background-color:var(--swatch-var-1759);
}
.bgc-377{
	background-color:var(--swatch-var-377);
}
.bgc-3854{
	background-color:var(--swatch-var-3854);
}
.bgc-4550{
	background-color:var(--swatch-var-4550);
}
.bgc-619{
	background-color:var(--swatch-var-619);
}
.bgc-5143{
	background-color:var(--swatch-var-5143);
}

/* Text colour styles */

.tc-1475{
	color:var(--swatch-var-1475)!important;
}
.tc-1759{
	color:var(--swatch-var-1759)!important;
}
.tc-377{
	color:var(--swatch-var-377)!important;
}
.tc-6500{
	color:var(--swatch-var-6500)!important;
}
.tc-3356{
	color:var(--swatch-var-3356)!important;
}
.tc-6354{
	color:var(--swatch-var-6354)!important;
}
.tc-63{
	color:var(--swatch-var-63)!important;
}
.tc-5285{
	color:var(--swatch-var-5285)!important;
}

/* Icon colour styles */

.icon-7187{
	color:var(--swatch-var-7187)!important;
	border-color:var(--swatch-var-7187)!important;
}

/* Bloc image backgrounds */

.bg-black-white-gradient-background-with-subtle-light-noise-grain-effect-20-281-29{
	background-image:url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.jpg");
	background-image: -webkit-image-set(url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.webp") 1x,
url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.webp") 2x);background-image: image-set(url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.jpg") 1x,
url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.jpg") 2x,url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.webp") 1x,
url("img/black-white-gradient-background-with-subtle-light-noise-grain-effect%20%281%29.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-7187)!important;
		fill:var(--swatch-var-7187)!important;
	}
	.img-2-style{
		width:360px;
	}
	.card88{
		padding-left:12px;
		padding-right:12px;
	}
	.p-1-style{
		font-size:55px;
	}
	.p-2-style{
		font-size:42px;
	}
	.cardpadding11{
		padding-right:22px;
		padding-left:22px;
	}
	.color4{
		background:linear-gradient(131deg, var(--swatch-var-1759) 62%, var(--swatch-var-7187) 100%);
	}
	.fit{
	}
	.grid-style{
		column-gap:24px;
		grid-template-columns:1fr 1fr;
		row-gap:53px;
	}
	.img-9-style{
		width:282px;
	}
	.h2-style{
		line-height:44px;
		font-size:33px;
	}
	.p-12-style{
		font-size:33px;
	}
	.img-23-bloc-4-style{
		border-radius:21px 21px 21px 21px;
	}
	.h1-style{
		font-size:22px;
		width:97.8%;
		line-height:22px;
	}
	.btn-style{
		width:64.84%;
		font-size:19px;
	}
	.img-15-style{
		width:126px;
	}
	.img-16-style{
		width:141px;
	}
	.img-17-style{
		width:124px;
	}
	.img-18-style{
		width:126px;
	}
	.img-19-style{
		width:120px;
	}
	.img-20-style{
		width:128px;
	}
	.img-21-style{
		width:131px;
	}
	.img-22-style{
		width:134px;
	}
	.h2-bloc-4-style{
		font-size:24px;
	}
	.btn-13-style{
		padding-top:6px;
		padding-bottom:6px;
		width:88.58%;
		font-family:"DBHelvethaicaX-Med";
		font-size:20px;
		border-radius:20px 20px 20px 20px;
	}
	.p-29-style{
		width:97.72%;
		font-size:18px;
		color:var(--swatch-var-1759)!important;
	}
	.img-dbd-registered-style{
		width:112px;
	}
	.img-positi-style{
		width:112px;
	}
	.h3-style{
		font-size:44px;
	}
	.h1-heading-1-style{
		line-height:28px;
		font-size:17px;
		width:97.31%;
	}
	.img-16836-style{
		width:536px;
	}
	.h1-bloc-7-style{
		font-family:"ProductSans-Bold";
		font-size:39px;
		line-height:49px;
		color:var(--swatch-var-6500)!important;
	}
	.h1-plan-style{
		font-size:33px;
	}
	.img-bloc-8-style{
		width:100%;
	}
	.p-bloc-13-style{
		font-size:23px;
		line-height:31px;
	}
	.h1-20-style{
		font-size:19px;
		line-height:34px;
	}
	.cardfit3{
		padding:0px 3px 0px 3px;
	}
	.grid-43516-style{
		column-gap:22px;
	}
	.img-plat4-style{
		width:70%;
	}
	.img-style{
		width:56%;
	}
	.grid-39149-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		row-gap:9px;
	}
	.grid-bloc-38-style{
		row-gap:4px;
		min-height:185px;
	}
	.img-pric-style{
		width:469px;
	}
	.img-tikt-style{
		width:130px;
	}
	.img-4-style{
		padding:22px 22px 22px 22px;
	}
	.p-4-style{
		font-family:"Poppins";
		line-height:25px;
		font-size:33px;
		font-weight:500;
	}
	.h1-110-style{
		width:94.72%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7187)!important;
		fill:var(--swatch-var-7187)!important;
	}
	.dropdown-menu{
		background-color:var(--swatch-var-7857);
		color:var(--swatch-var-7857)!important;
	}
	.navbar-brand img{
		width:100px;
	}
	.blocsapp-special-menu blocsnav{
		color:var(--swatch-var-63)!important;
	}
	.img-artboard1-style{
		width:80%;
	}
	.h2-103-style{
		line-height:44px;
		font-size:44px;
	}
	.cardu{
		padding:20px 20px 20px 20px;
	}
	.h4-color{
		font-size:px;
		font-family:"SukhumvitSet-SemiBold";
		color:#2C4555!important;
	}
	.h4-bloc-4-style{
		width:100%;
		font-family:"SukhumvitSet-Text";
		color:#2C4555!important;
		font-size:12px;
	}
	.btn-style:hover{
		background-color:#212121;
		color:#AE9760!important;
	}
	.btn-style:active{
	}
	.cardfit2{
	}
	label{
		font-family:"SukhumvitSet-Medium";
		font-size:14px;
	}
	.factory-button{
		font-size:12px;
	}
	.grid-bloc-26-style{
		grid-template-columns:1fr 1fr;
	}
	.img-webb-style{
		width:317px;
	}
	.img-fav-h-style{
		width:77px;
	}
	.h2-bloc-32-style{
		width:100%;
	}
	.p-128-style{
		line-height:29px;
		width:94.57%;
		font-size:22px;
	}
	.p-86-style{
		font-size:19px;
	}
	.cardfit{
	}
	.h3-bloc-2-style{
		font-size:25px;
	}
	.p-bloc-42-style{
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-63)!important;
		fill:var(--swatch-var-63)!important;
	}
	.fit2{
		margin-left:0px;
		margin-right:0px;
	}
	.h2-2-style{
		font-size:44px;
	}
	.h4-style{
		line-height:66px;
		font-size:44px;
	}
	.text{
		font-family:"Poppins";
		text-decoration:none;
		color:var(--swatch-var-1475)!important;
		font-size:28px;
	}
	.h2-bloc-2-style{
	}
	.h2-6-style{
		font-size:30px;
	}
	.img-bloc-2-style{
		width:12%;
	}
	.h1-my-goal-style{
		font-size:25px;
	}
	.h1-6-style{
		font-size:2px;
	}
	.img-artboard1-9-style{
		width:100%;
	}
	.blocs-card-width{
		width:50%;
	}
	.container-div-0-style{
		width:27.44%;
	}
	.container-div-18385-style{
		width:36.68%;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.card-001{
		padding:1px 1px 1px 1px;
	}
	.card88{
		padding:12px 12px 12px 12px;
	}
	.p-1-style{
		font-size:44px;
	}
	.p-2-style{
		font-size:29px;
		line-height:31px;
		width:100%;
	}
	.cardpadding11{
		padding-left:22px;
		padding-right:22px;
	}
	.color4{
		background:linear-gradient(131deg, var(--swatch-var-1759) 49%, var(--swatch-var-7187) 100%);
	}
	.grid-style{
		min-height:40px;
		grid-template-columns:1fr 1fr;
		column-gap:14px;
		row-gap:20px;
	}
	.img-9-style{
		width:355px;
	}
	.img-theadds-f6-style{
		width:333px;
	}
	.h2-style{
		font-size:33px;
	}
	.card22{
		padding:6px 6px 6px 6px;
	}
	.p-12-style{
		font-size:29px;
	}
	.img-23-bloc-4-style{
		border-radius:18px 18px 18px 18px;
		width:202px;
	}
	.h1-style{
		font-size:22px;
		width:76.49%;
	}
	.btn-style{
		font-size:14px;
	}
	.img-15-style{
		width:131px;
	}
	.img-16-style{
		width:155px;
	}
	.img-17-style{
		width:140px;
	}
	.img-18-style{
		width:137px;
	}
	.img-19-style{
		width:143px;
	}
	.img-20-style{
		width:140px;
	}
	.img-21-style{
		width:142px;
	}
	.img-22-style{
		width:142px;
	}
	.grid-0-style{
		grid-template-columns:1fr 1fr;
		row-gap:0px;
		column-gap:19px;
	}
	.container-div-min-height{
		min-height:100px;
	}
	.h2-bloc-4-style{
		font-size:25px;
	}
	.btn-13-style{
		padding-top:8px;
		padding-bottom:8px;
		width:35.36%;
		font-family:"DBHelvethaicaX-Med";
		font-size:20px;
		border-radius:19.5px 19.5px 19.5px 19.5px;
	}
	.footer9{
		padding-top:22px;
	}
	.h4-ที่อยู่ของเรา-style{
		font-family:"DBHelvethaicaX-Med";
		font-size:24px;
	}
	.p-29-style{
		font-size:18px;
	}
	.tell{
		font-size:18px;
	}
	.img-dbd-registered-style{
		width:129px;
	}
	.h3-style{
		font-size:38px;
	}
	.h1-heading-1-style{
		font-family:"SukhumvitSet-Text";
		font-size:16px;
		width:100%;
		line-height:26px;
	}
	.img-16836-style{
		width:430px;
	}
	.h1-bloc-7-style{
		font-size:33px;
		line-height:55px;
		padding-left:22px;
		padding-right:22px;
	}
	.h1-plan-style{
		font-size:27px;
	}
	.p-bloc-13-style{
		line-height:36px;
		font-size:27px;
	}
	.grid-43516-style{
		grid-template-columns:1fr 1fr;
	}
	.img-plat4-style{
		width:60%;
	}
	.h2-bloc-8-style{
		font-size:22px;
	}
	.container-div-bloc-50-min-height{
		min-height:125px;
	}
	.grid-bloc-19-style{
		grid-template-columns:1fr 1fr;
		grid-template-rows:auto auto auto;
	}
	.img-style{
		width:44%;
	}
	.img-grap-style{
		width:367px;
	}
	.cardcap{
		padding-left:12px;
	}
	.img-98-style{
	}
	.img-website34-style{
		width:287px;
	}
	.img-uixd-style{
		width:377px;
	}
	.card44{
		margin-bottom:0px;
	}
	.img-3-style{
		width:178px;
	}
	.cardimg{
		padding:0px 0px 0px 0px;
	}
	.main10{
		background-image:url("img/5th_Post.jpg");
	background-image: -webkit-image-set(url("img/5th_Post.webp") 1x,
url("img/5th_Post.webp") 2x);background-image: image-set(url("img/5th_Post.jpg") 1x,
url("img/5th_Post.jpg") 2x,url("img/5th_Post.webp") 1x,
url("img/5th_Post.webp") 2x);
	}
	.img-goo{
		width:44%;
	}
	.text23{
		font-size:25px;
	}
	.img-pric-style{
		width:353px;
	}
	.img-bloc-19-style{
		width:353px;
	}
	.img-145-style{
		width:353px;
	}
	.main12{
		background-image:url("img/cover10.jpg");
	background-image: -webkit-image-set(url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);background-image: image-set(url("img/cover10.jpg") 1x,
url("img/cover10.jpg") 2x,url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);
	background-image: -webkit-image-set(url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);background-image: image-set(url("img/cover10.jpg") 1x,
url("img/cover10.jpg") 2x,url("img/cover10.webp") 1x,
url("img/cover10.webp") 2x);
		background-size:cover;
		background-position:center center;
	}
	.img-4-style{
		padding:12px 12px 12px 12px;
	}
	.p-4-style{
		font-size:33px;
		line-height:29px;
		width:89.78%;
	}
	.container-div-bloc-45-min-height{
		min-height:125px;
	}
	.dropdown-menu li a{
		color:var(--swatch-var-3356)!important;
		font-family:"DBHelvethaicaX-Li";
		font-size:20px;
	}
	.h2-103-style{
		font-size:44px;
		line-height:44px;
	}
	.fit{
	}
	.h2-bloc-1-style{
		font-size:31px;
	}
	.h2-6-style{
		font-size:26px;
	}
	.h2-4-style{
		font-size:31px;
	}
	.factory-button{
		background:linear-gradient(90deg, var(--swatch-var-1759) 1%, var(--swatch-var-1759) 100%);
	}
	.h4-color{
		font-family:"SukhumvitSet-SemiBold";
	}
	label{
		font-size:14px;
		font-family:"SukhumvitSet-Medium";
	}
	.h1-20-style{
		font-size:17px;
		line-height:28px;
	}
	.grid-bloc-26-style{
		column-gap:11px;
	}
	.img-fav-h-style{
		width:78px;
	}
	.p-128-style{
		font-size:24px;
		line-height:28px;
	}
	.p-86-style{
		font-family:"Maitree";
		font-size:18px;
	}
	.f4{
		padding-bottom:55px;
	}
	.cardfit{
		padding-left:12px;
		padding-right:12px;
	}
	.h3-bloc-2-style{
		font-size:29px;
	}
	.img-google-style{
		width:100%;
	}
	.fit2{
		margin-left:0px;
		margin-right:0px;
	}
	.h1-6-style{
		font-size:25px;
	}
	.grid-bloc-8-style{
		grid-template-columns:0.20fr 1fr;
	}
	.img-bloc-8-style{
		width:100%;
	}
	.blocs-card-width{
		width:50%;
	}
	.container-div-0-style{
		width:33.46%;
	}
	.img-frame-10-style{
		width:100%;
	}
	.container-div-18385-style{
		width:49.29%;
	}
	.container-div-42416-style{
		width:81.8%;
	}
	.img-frame-15-1-style{
		width:100%;
	}
	.navbar-brand img{
		width:60px;
	}
	.hj-card-01{
		padding-top:2px;
		padding-bottom:2px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 575px){
	.card-001{
		margin:1px 1px 1px 1px;
		padding:1px 1px 1px 1px;
		border-style:none;
		border-color:var(--swatch-var-7857)!important;
	}
	.hj-card-01{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7934)!important;
		fill:var(--swatch-var-7934)!important;
	}
	.menu-icon-bloc-0-stroke{
		stroke:#020E4D!important;
		fill:#020E4D!important;
	}
	.img-2-style{
		width:233px;
	}
	.card88{
		padding:4px 4px 4px 4px;
	}
	.p-1-style{
		width:100%;
		font-size:28px;
		line-height:33px;
		font-weight:500;
	}
	.p-2-style{
		line-height:25px;
		font-size:25px;
	}
	.cardpadding11{
		padding:0px 2px 0px 2px;
	}
	.fit{
		padding-left:0px;
		padding-right:0px;
	}
	.grid-style{
		column-gap:5px;
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
		row-gap:27px;
	}
	.img-9-style{
		width:266px;
	}
	.card12x{
		padding:4px 12px 4px 12px;
	}
	.img-theadds-f6-style{
		width:200px;
	}
	.h2-style{
		width:100%;
		font-size:26px;
	}
	.h1-bloc-3-style{
		width:81.46%;
	}
	.card22{
	}
	.p-12-style{
		width:100%;
		font-size:26px;
	}
	.img-23-bloc-4-style{
		border-radius:14px 14px 14px 14px;
	}
	.p-13-style{
		font-size:22px;
		line-height:22px;
	}
	.h1-style{
		font-size:16px;
		line-height:18px;
		width:87.32%;
		margin:1px 1px 1px 1px;
	}
	.btn-style{
		font-size:19px;
		color:var(--swatch-var-6500)!important;
	}
	.img-15-style{
		width:76px;
	}
	.img-16-style{
		width:104px;
	}
	.img-17-style{
		width:98px;
	}
	.img-18-style{
		width:80px;
	}
	.img-19-style{
		width:95px;
	}
	.img-20-style{
		width:101px;
	}
	.img-21-style{
		width:79px;
	}
	.img-22-style{
		width:87px;
	}
	.grid-0-style{
		grid-template-columns:1fr;
		grid-template-rows:auto auto auto auto auto auto auto auto auto auto auto auto;
		row-gap:21px;
	}
	.container-div-0-min-height{
		min-height:100px;
	}
	.container-div-bloc-44-min-height{
		min-height:100px;
	}
	.cardnew{
		background-color:var(--swatch-var-6500);
	}
	.h2-bloc-4-style{
		font-family:"DBHelvethaicaX-Med";
		color:var(--swatch-var-1795)!important;
	}
	.btn-13-style{
		width:85.56%;
		padding-top:6px;
		padding-bottom:6px;
		font-size:20px;
		font-family:"DBHelvethaicaX-Li";
		margin-bottom:9px;
		border-radius:21.5px 21.5px 21.5px 21.5px;
		color:var(--swatch-var-6500)!important;
	}
	.h4-ที่อยู่ของเรา-style{
		font-family:"DBHelvethaicaX-Med";
		font-size:22px;
	}
	.p-29-style{
		width:87.78%;
		font-size:19px;
		color:var(--swatch-var-1759)!important;
		font-family:"DBHelvethaicaX-Li";
	}
	.tell{
		font-size:22px;
		font-family:"DBHelvethaicaX-Li";
	}
	.img-dbd-registered-style{
		width:121px;
	}
	.img-positi-style{
		width:87px;
	}
	.h3-style{
		font-size:31px;
	}
	.h1-heading-1-style{
		font-size:17px;
		line-height:25px;
		width:100%;
		color:#000000!important;
	}
	.h1-bloc-7-style{
		font-size:22px;
		font-family:"ProductSans-Bold";
		line-height:33px;
		padding:22px 12px 22px 12px;
	}
	.h1-plan-style{
		font-size:19px;
	}
	.img-bloc-8-style{
		width:100%;
	}
	.p-bloc-13-style{
		line-height:30px;
		font-size:22px;
	}
	.blogtext1{
		font-size:28px;
	}
	.cardfit3{
		padding-left:10px;
		padding-right:10px;
	}
	.grid-43516-style{
		grid-template-columns:1fr;
	}
	.link-bloc-8-style{
		width:120px;
	}
	.img-plat4-style{
		width:39%;
	}
	.h2-bloc-8-style{
		font-size:29px;
	}
	.container-div-bloc-50-min-height{
		min-height:69px;
	}
	.grid-bloc-19-style{
		grid-template-columns:1fr;
	}
	.img-style{
		width:28%;
	}
	.cardcap{
	}
	.p-bloc-41-style{
		font-size:33px;
		color:#FEFFFF!important;
	}
	.grid-39149-style{
		grid-template-columns:1fr 1fr;
		column-gap:12px;
		row-gap:0px;
	}
	.img-98-style{
		margin:12px 12px 12px 12px;
	}
	.img-website34-style{
		width:226px;
		border-radius:10px 10px 10px 10px;
	}
	.card44{
		margin-top:22px;
		margin-bottom:0px;
		padding:1px 1px 1px 1px;
	}
	.img-3-style{
		width:248px;
	}
	.text23{
		font-size:26px;
	}
	.grid-bloc-38-style{
		grid-template-columns:1fr 1fr;
		row-gap:25px;
		column-gap:13px;
	}
	.img-pric-style{
		width:246px;
	}
	.img-bloc-19-style{
		width:246px;
	}
	.img-145-style{
		width:246px;
	}
	.img-tikt-style{
		width:131px;
	}
	.img-4-style{
		width:161px;
	}
	.p-4-style{
		font-size:29px;
		line-height:29px;
		font-family:"Poppins";
		font-weight:500;
	}
	.h1-110-style{
		line-height:29px;
		font-size:23px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.navbar-brand img{
		width:70px;
	}
	.link-style{
		font-family:"Lato";
		font-weight:900;
		font-size:24px;
	}
	.h2-103-style{
		font-size:28px;
		line-height:36px;
	}
	.h2-bloc-1-style{
		font-size:22px;
		line-height:px;
	}
	.h2-4-style{
		font-size:26px;
		line-height:33px;
	}
	.h2-6-style{
		font-size:29px;
		color:var(--swatch-var-3578)!important;
	}
	.h2-7-style{
		width:100%;
		font-family:"ProductSans-Regular";
		font-size:18px;
	}
	.img-artboard1-style{
		width:100%;
	}
	.cardu{
		padding:16px 16px 16px 16px;
	}
	.factory-button{
		margin-bottom:22px;
		background:linear-gradient(90deg, var(--swatch-var-1759) 0%, var(--swatch-var-1759) 100%);
		font-size:12px;
	}
	.btn-style:hover{
		background-color:#FEFFFF;
	}
	.cardfit2{
		margin-top:22px;
		margin-bottom:22px;
	}
	label{
		font-family:"SukhumvitSet-Medium";
		font-size:14px;
	}
	.h4-color{
		line-height:33px;
		font-family:"SukhumvitSet-SemiBold";
	}
	.h1-20-style{
		font-size:17px;
	}
	.grid-bloc-26-style{
		column-gap:8px;
		grid-template-columns:1fr;
	}
	.img-webb-style{
		width:90%;
	}
	.img-fav-h-style{
		width:79px;
	}
	.h2-bloc-32-style{
		line-height:42px;
		font-size:24px;
	}
	.p-128-style{
		font-size:15px;
		line-height:26px;
	}
	.p-86-style{
		font-size:15px;
		line-height:19px;
		font-family:"Maitree";
	}
	.f4{
		padding-left:9px;
		padding-right:9px;
		padding-bottom:11px;
	}
	.cardfit{
		padding:2px 2px 2px 2px;
	}
	.h3-bloc-2-style{
		font-size:28px;
		color:var(--swatch-var-3733)!important;
	}
	.p-bloc-42-style{
		width:95.04%;
		font-size:16px;
		line-height:28px;
	}
	.fit2{
		margin-left:0px;
		margin-right:0px;
	}
	.h4-style{
		width:100%;
		font-size:44px;
		line-height:44px;
	}
	.h1-6-style{
		font-size:22px;
		font-family:"Trirong-Regular";
	}
	.h1-my-goal-style{
		font-size:22px;
		line-height:25px;
	}
	.text{
		font-size:24px;
	}
	.grid-bloc-8-style{
		grid-template-columns:1fr;
		column-gap:119px;
		grid-template-rows:auto;
		min-height:63px;
		row-gap:10px;
	}
	.container-div-style{
		width:NaN%;
	}
	.h2-bloc-2-style{
		font-size:28px;
	}
	.img-bloc-2-style{
		width:48px;
	}
	.img-bloc-54-style{
		width:125px;
	}
	.blocs-card-width{
		width:100%;
	}
	.container-div-0-style{
		width:60%;
	}
	.grid-bloc-2-style{
		column-gap:9px;
		grid-template-columns:1fr 1fr;
		row-gap:16px;
	}
	.menu-icon-0-bloc-0-stroke{
		stroke:var(--swatch-var-1759)!important;
		fill:var(--swatch-var-1759)!important;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

