/*-----------------------------------------------------------------------------------
	Mahaniyom
	About: A shiny new Blocs website.
	Author: Padolth9
	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:'DBOzoneX';
	src: url('./fonts/DBOzoneX/DB%20Ozone%20X.ttf');
	src: url('./fonts/DBOzoneX/DB%20Ozone%20X.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

@font-face {
	font-family:'DBPenThaiX';
	src: url('./fonts/DBPenThaiX/DB%20PenThai%20X.ttf');
	src: url('./fonts/DBPenThaiX/DB%20PenThai%20X.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;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

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

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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;
}
/* 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);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.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);
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  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:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-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;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.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;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"DBOzoneX";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.blue-bg-gradient{
	border-color:rgba(0,0,0,0.00)!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.cardfit{
	padding:2px 2px 2px 2px;
}
.rowpad{
	padding-right:133px;
	padding-left:133px;
}
.row13x{
	margin-top:55px;
}
.crd99{
	color:#FEFFFF!important;
	padding:0px 0px 0px 0px;
}
.h1-ฮวงจุ้ยดีไซน์-style{
	width:100%;
	font-family:"DBOzoneX-Medium";
	font-size:55px;
}
.h1-bloc-22-style{
	font-size:44px;
	font-family:"DBOzoneX-Medium";
	background-color:transparent;
	width:100%;
	line-height:33px;
	color:var(--swatch-var-2771)!important;
	font-weight:500;
}
.img-cover-ฮวงจุ้ย-style{
	width:70%;
}
.text44{
	font-size:55px;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-7257)!important;
}
.bento-box{
	background-color:var(--swatch-var-894);
	width:100%;
	position:relative;
	padding:20px 20px 20px 20px;
	border-radius:22px 22px 22px 22px;
}
.blue-gradient{
	background:linear-gradient(309deg, var(--swatch-var-7214)  2%, var(--swatch-var-7066) 100%);
}
.alt-bottom-padding{
	padding-bottom:25px;
}
.img-4-style{
	width:174px;
}
.row15x{
	margin-bottom:22px;
}
.img-ตั้งชื่อ--style{
	width:70%;
}
.orange-gradient{
	background-color:#C5AE79;
}
.img-thai-hj-style{
	width:95%;
	position:relative;
	top:25px;
	right:20px;
	border-radius:0px 22px 0px 22px;
}
.color2{
	background-color:#020202;
}
.h3-8-style{
	width:100%;
	font-family:"DBOzoneX-Medium";
	font-size:25px;
	color:var(--swatch-var-2771)!important;
	line-height:35px;
	font-weight:500;
	text-decoration:none;
}
.img-13-style{
	width:79%;
}
.img-element-hj-2-style{
	width:506px;
}
.img-bloc-7-style{
	width:62px;
}
.h1-บริการอื่นๆ -style{
	font-family:"Maitree";
	color:var(--swatch-var-2771)!important;
	font-size:18px;
	font-weight:500;
	line-height:25px;
}
.h1-bloc-7-style{
	width:100%;
	font-size:21px;
	font-family:"DBPenThaiX";
	color:var(--swatch-var-2771)!important;
	line-height:22px;
}
.h1-อ่านต่อ-style{
	width:100%;
	color:#FFE8BC!important;
	border-style:_popUpItemAction:;
	border-color:#FEFFFF!important;
	text-decoration:none;
	font-family:"TFSrivichai";
	text-align:center;
	font-size:18px;
	border-width:0px 0px 1px 0px;
}
.bb{
	font-family:"DBPenThaiX-Bold";
	font-size:33px;
	text-align:center;
	color:#FEFFFF!important;
	text-decoration:none;
}
.img-161-style{
	width:157px;
}
.h2-footer-style{
	width:100%;
	color:#0A0909!important;
	font-family:"FCIconicRegular";
	font-size:px;
}
.p-29-style{
	font-size:18px;
	line-height:24px;
	opacity:0.9;
	width:100%;
	font-family:"DBOzoneX-Medium";
	color:var(--swatch-var-2771)!important;
	text-decoration:none;
}
.fx{
	font-family:"DBOzoneX-Medium";
	color:var(--swatch-var-2771)!important;
	text-decoration:none;
	font-weight:500;
	font-size:21px;
}
.navbar-brand img{
	width:120px;
}
.grid-bloc-39-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	min-height:265px;
}
.img-avatar-style{
	width:69%;
}
.p-100-style{
	line-height:16px;
	width:100%;
}
.textsmall{
	font-size:16px;
	line-height:13px;
}
.h3-style{
	width:100%;
	font-size:31px;
	font-family:"DBOzoneX-Medium";
	font-weight:500;
	line-height:35px;
	color:var(--swatch-var-2089)!important;
	text-decoration:none;
}
.h3- ดูเพิ่มเติม-style{
	width:100%;
	font-size:17px;
	background-color:transparent;
	color:var(--swatch-var-7326)!important;
}
.book-container::after{
	content:"";
	position:absolute;
	min-height:100%;
	left:0px;
	background:linear-gradient(270deg, rgba(0,0,0,0.23)    0%, transparent 48%, transparent 77%, rgba(0,0,0,0.46)  100%);
	min-width:20px;
	bottom:0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	box-shadow:1.00px 0.00px 0px rgba(255,255,255,0.77);
}
.primary-dot::after{
	content:".";
	color:var(--swatch-var-2641)!important;
	position:absolute;
}
.sample-chapter-p::first-letter{
	color:var(--swatch-var-3578)!important;
	line-height:45px;
	font-size:50px;
}
.grid-bloc-2-25909-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:30px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-2382);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-2382);
}
.navbar-nav li a{
	font-family:"DBOzoneX";
	color:var(--swatch-var-2771)!important;
	font-size:19px;
	font-weight:300;
}
.h2-bloc-32-style{
	width:44.68%;
	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;
}
.colotmm{
	background-color:var(--swatch-var-6731);
}
.img-logohj2-style{
	width:55%;
}
.colorgreen{
	background-color:var(--swatch-var-4734);
	margin-bottom:33px;
}
.img-153-style{
	position:relative;
	top:24px;
	left:0px;
	width:88%;
}
.color55{
	background-color:var(--swatch-var-2746);
}
.cardpack{
	background-color:var(--swatch-var-7814);
	margin-right:0px;
	border-radius:22px 22px 22px 22px;
	padding:12px 22px 12px 22px;
}
.fit{
	padding:0px 0px 0px 0px;
}
.h2-43-style{
	font-family:"FCIconicRegular";
	font-size:48px;
	color:var(--swatch-var-3687)!important;
}
.img-bloc-43-style{
	width:187px;
}
.h2-10-style{
	width:100%;
	font-family:"Maitree";
	font-size:22px;
	color:var(--swatch-var-2771)!important;
	line-height:35px;
	font-weight:500;
}
.p-8-style{
	font-family:"DINOT-Medium";
	font-size:48px;
	line-height:55px;
	color:var(--swatch-var-2843)!important;
}
.bath{
	font-family:"Maitree";
	font-size:14px;
	color:var(--swatch-var-2019)!important;
}
.img-bg-hj2-style{
	width:100%;
}
.f1{
	padding:2px 2px 2px 2px;
}
.h2-style{
	font-family:"DBOzoneX-Medium";
	font-size:23px;
	color:var(--swatch-var-2771)!important;
	width:67.32%;
	line-height:35px;
	font-weight:500;
}
.img-ดวงธาตุ-2-style{
	width:435px;
}
.link-style{
	width:793px;
}
.img-dbdxx-style{
	width:191px;
}
.p-bloc-11-style{
	width:100%;
	font-family:"DBPenThaiX";
	color:#342F1F!important;
	line-height:28px;
	margin-top:12px;
	font-size:25px;
}
.img-fav-h-style{
	width:98px;
}
.p-86-style{
	font-family:"Maitree";
	font-size:21px;
	color:var(--swatch-var-2771)!important;
	width:100%;
}
.img-9-style{
	width:437px;
	border-radius:0px 0px 0px 0px;
}
.color3{
	background-color:var(--swatch-var-2829);
}
.h3-14-style{
	width:100%;
	font-family:"Maitree-Medium";
	font-size:18px;
	color:var(--swatch-var-2746)!important;
	line-height:33px;
	font-weight:500;
}
.p-128-style{
	width:100%;
	line-height:25px;
	color:var(--swatch-var-2771)!important;
	font-family:"Maitree";
	font-size:16px;
}
.color44{
	background-color:var(--swatch-var-4600);
}
.colorwhite{
	background-color:var(--swatch-var-2771);
}
.colorxx{
	background-color:var(--swatch-var-2843);
}
.img-img-01-style{
	width:433px;
}
.img-waka--style{
	width:602px;
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(291deg, #998257, #AD9B7C);
	color:transparent!important;
}
.h1-35-style{
	font-family:"Maitree";
	font-size:24px;
	color:#2F6764!important;
	font-weight:500;
}
.h2-13-style{
	font-family:"DBPenThaiX-Bold";
	font-size:38px;
}
.clo1{
	background-color:var(--swatch-var-2465);
}
.img-80-style{
	width:693px;
}
.img-hjdesig-style{
	width:845px;
}
.row-47-style{
	width:100%;
}
.cardnew555{
	border-style:solid;
	border-color:#2F6865!important;
	background-color:#354742;
	padding:12px 12px 12px 12px;
	border-radius:22px 22px 22px 22px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-9-style{
	font-family:"Maitree-Medium";
	font-size:24px;
	letter-spacing:0px;
	color:var(--swatch-var-5219)!important;
	line-height:34px;
}
.p-93-style{
	font-size:25px;
	line-height:28px;
	width:100%;
	color:var(--swatch-var-2019)!important;
}
.rowxx{
	padding-bottom:33px;
}
.container-div-0-style{
	height:791px;
	background-size:cover;
	background-position:center center;
}
.label-style{
	font-family:"Maitree";
	font-size:21px;
	color:#1C332F!important;
	font-weight:500;
}
.btn-submit-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:28px;
	background-color:var(--swatch-var-3733);
	border-style:solid;
	border-color:#C3AE79!important;
	border-radius:33px 33px 33px 33px;
	border-width:3px 3px 3px 3px;
	padding-top:18px;
	padding-bottom:18px;
	color:var(--swatch-var-5219)!important;
}
.grid-bloc-6-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:43px;
}
.img-bloc-22-style{
	width:566px;
}
.p-bloc-3-style{
	font-family:"Maitree";
	font-size:16px;
	line-height:26px;
	width:100%;
	color:#24403B!important;
}
.img-sec3-style{
	width:348px;
	margin:-22px -22px 0px 0px;
	border-radius:26px 26px 26px 26px;
}
.cardrow{
	margin-top:12px;
}
.card00{
	padding-top:22px;
	padding-bottom:22px;
}
.h2-ศาสตร์-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:29px;
	color:#424242!important;
}
.h2-4-style{
	width:100%;
	font-family:"DBOzoneX-Medium";
	font-size:25px;
	color:var(--swatch-var-2089)!important;
	font-weight:500;
}
.h1-16-style{
	font-size:24px;
	width:100%;
	font-family:"DBOzoneX";
	line-height:27px;
	color:var(--swatch-var-4058)!important;
	text-decoration:none;
}
.h2-bloc-5-style{
	width:100%;
	font-family:"Maitree";
	color:var(--swatch-var-2641)!important;
	font-size:19px;
}
.cardblog{
	margin-top:33px;
}
.h1-28-style{
	font-family:"Maitree-Medium";
	font-size:21px;
	line-height:31px;
}
.h1-29-style{
	font-family:"Maitree";
	line-height:29px;
	font-size:17px;
}
.card12s{
	margin-top:44px;
}
.h1-3-style{
	font-family:"DBPenThaiX";
	font-size:27px;
	width:100%;
}
.img-ธาตุ-1-style{
	width:83px;
}
.img-ธาตุ-2-style{
	width:83px;
}
.img-bannerhj2-style{
	width:372px;
	border-radius:62px 62px 62px 62px;
}
.img-style{
	width:454px;
}
.h1-bloc-5-style{
	font-family:"Maitree";
	font-size:17px;
	width:100%;
	line-height:29px;
}
.h1-bloc-6-style{
	font-family:"Maitree-Medium";
	line-height:31px;
	width:100%;
	padding-top:0px;
	font-size:21px;
}
.h1-27-style{
	font-family:"Maitree";
	line-height:29px;
	width:100%;
	font-size:18px;
}
.img-colum-style{
	width:614px;
}
.row12x{
	margin-bottom:44px;
}
.img-select1-style{
	width:82%;
}
.dropdown-menu{
	background-color:var(--swatch-var-6117);
}
.container-div-bloc-2-min-height{
	min-height:494px;
}
.h1-bloc-2-style{
	width:100%;
	font-family:"FCIconicRegular";
	font-size:27px;
}
.h3-3-style{
	font-size:16px;
	line-height:24px;
	background-color:transparent;
	color:var(--swatch-var-2117)!important;
	font-family:"Maitree";
}
.grid-bloc-53-style{
	grid-template-columns:1fr 1fr 1fr;
}
.color4{
	background-color:var(--swatch-var-6117);
	border-radius:22px 22px 22px 22px;
}
.grid-16874-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	column-gap:25px;
	grid-template-rows:auto;
	row-gap:0px;
}
.brand{
	font-weight:600;
}
.grid-bloc-7-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	column-gap:3px;
	row-gap:3px;
	grid-template-rows:auto;
	min-height:134px;
}
a{
	font-family:"Maitree";
	font-weight:300;
	font-size:15px;
}
.colorred{
	background-color:var(--swatch-var-602);
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
	column-gap:62px;
	grid-template-rows:auto;
}
.grid-bloc-31-style{
	grid-template-columns:1fr 1fr 1fr;
}
.img-9-style:hover{
	filter:contrast(70%);
}
.container-div-style{
	height:40px;
}
.h2-bloc-22-style{
	font-family:"Maitree";
	width:78.3%;
	background-color:#EBBE84;
	color:#FEFFFF!important;
	background:linear-gradient(129deg, #D6AC79 0%, #5C4028 100%);
	border-style:none;
	margin-bottom:22px;
	border-radius:33px 33px 33px 33px;
	font-size:21px;
	font-weight:500;
	padding:10px 5px 10px 5px;
	line-height:29px;
}
.cardblack{
	background-color:#1C4A51;
	padding:22px 22px 22px 22px;
	border-radius:22px 22px 22px 22px;
}
.h2-package-a-style{
	width:100%;
	font-family:"Maitree";
	font-size:26px;
	border-style:solid;
	line-height:44px;
	border-color:#C3A56C!important;
	color:#FEFFFF!important;
	border-width:0px 0px 3px 0px;
	font-weight:500;
}
.img-นามบัตรh-style{
	width:214px;
}
.p-11-style{
	font-size:18px;
	line-height:27px;
	width:100%;
	font-family:"Maitree";
	background-color:transparent;
	color:var(--swatch-var-2843)!important;
	font-weight:500;
}
.p-25224-style{
	font-family:"TFSrivichai";
	font-size:23px;
	line-height:26px;
	color:#FEFFFF!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 1px 0px;
}
.cardxx555{
	border-style:none;
	border-color:#7B6661!important;
	background-color:#24403B;
	box-shadow:0px 3px 13px #C0C0C0;
	margin-right:0px;
	padding:12px 22px 12px 22px;
	border-radius:22px 22px 22px 22px;
	border-width:2px 2px 2px 2px;
}
.cardxx{
	background-color:#551615;
	margin-right:0px;
	margin-bottom:25px;
	padding:12px 22px 12px 22px;
	border-radius:22px 22px 22px 22px;
}
.p-style{
	font-family:"DBOzoneX-Medium";
	font-size:44px;
	line-height:45px;
	font-weight:300;
	color:var(--swatch-var-7379)!important;
}
.img-bloc-2-style{
	width:39%;
}
.p-4-style{
	font-family:"DBOzoneX";
	line-height:28px;
	font-size:24px;
	color:var(--swatch-var-2019)!important;
	width:96.24%;
}
.img-hjdesign1-style{
	width:238px;
	padding:17px 17px 17px 17px;
	border-radius:28px 28px 28px 28px;
}
.text66{
	font-family:"TFSrivichai";
	font-size:27px;
	color:#FEFFFF!important;
	padding-top:12px;
}
.p-bloc-5-style{
	line-height:28px;
	font-size:24px;
}
.h3-7-style{
	font-size:38px;
	font-family:"FCMinimalRegular";
}
.card88{
	padding-top:22px;
}
.img-2-style{
	width:613px;
	border-radius:0px 0px 0px 0px;
}
.hero-subheader{
	font-size:25px;
	font-weight:normal;
	font-family:"DBPenThaiX";
	width:82.73%;
	line-height:29px;
	color:var(--swatch-var-643)!important;
}
.img-ภาดล-281-29-style{
	width:148px;
}
.p-bloc-1-style{
	font-family:"Maitree";
	line-height:36px;
	font-size:24px;
	color:#FEFFFF!important;
}
.img-cover-ฮวงจุ้ย2-style{
	border-radius:41px 41px 41px 41px;
}
.btn-button-style{
	width:80.46%;
	border-style:solid;
	border-color:#BAA46F!important;
	background-color:#22413E;
	font-family:"Maitree";
	text-align:center;
	border-radius:26.5px 26.5px 26.5px 26.5px;
	font-weight:500;
	font-size:17px;
}
.divider-0-padding{
	padding-bottom:2px;
	background:linear-gradient(127deg, #F7EDA4, #7C6661);
	width:45.79%;
	margin-top:0px;
	padding-top:4px;
}
.p-bloc-22-style{
	line-height:29px;
	width:100%;
	font-size:25px;
	color:#1D3430!important;
	font-family:"TFSrivichai";
}
.imge12{
	width:80%;
	border-radius:28px 28px 28px 28px;
}
.img-97-style{
	width:80%;
}
.p-9-style{
	line-height:33px;
	font-size:24px;
}
.h3-bloc-2-style{
	font-family:"Maitree";
	font-size:31px;
	fill:transparent;
	position:relative;
	z-index:0;
	color:#C3AE79!important;
	font-weight:500;
}
.fb{
	background-color:#C3AE79;
	padding:15px 15px 15px 15px;
}
.h1-3493-style{
	width:100%;
	font-family:"Maitree";
	font-size:55px;
	font-weight:500;
}
.h3-22-style{
	width:100%;
	font-family:"Maitree";
	color:#1D3430!important;
	font-size:26px;
	font-weight:500;
}
.img-websitehj-style{
	width:260px;
	border-style:_popUpItemAction:;
	border-radius:22px 22px 22px 22px;
}
.p-47-style{
	font-family:"Maitree";
	color:#FEFFFF!important;
	font-size:22px;
	font-weight:300;
}
.h4-ที่อยู่ของเรา-style{
	font-family:"Maitree";
	font-weight:500;
	font-size:21px;
	line-height:25px;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-3089);
}
.card12x{
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
}
.cardpadding11{
	padding-left:66px;
	padding-right:66px;
}
.h1-110-style{
	font-family:"Maitree";
	font-size:17px;
	width:100%;
	padding:0px 0px 0px 0px;
	line-height:27px;
	color:var(--swatch-var-3786)!important;
}
.blogtext1{
	font-family:"Maitree-Medium";
	color:var(--swatch-var-1903)!important;
	font-size:19px;
	line-height:29px;
}
.h1-20-style{
	width:100%;
	font-family:"Maitree-Medium";
	font-size:17px;
	padding-bottom:0px;
	padding-top:0px;
	color:var(--swatch-var-2869)!important;
}
.blogtext2{
	font-family:"Maitree";
	color:var(--swatch-var-6022)!important;
	font-size:17px;
	line-height:27px;
}
.h3-2-style{
	width:66.96%;
	font-size:19px;
	font-family:"Maitree";
	line-height:29px;
}
.h1-3-bloc-1-style{
	font-family:"Maitree";
	font-size:19px;
}
.h6-2-style{
	width:100%;
	font-size:44px;
	color:var(--swatch-var-7379)!important;
	line-height:49px;
	font-family:"DBOzoneX-Medium";
}
.cardhed{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7066)!important;
}
.cardfaq{
	color:var(--swatch-var-2829)!important;
	text-decoration:none;
	font-size:18px;
	line-height:33px;
	font-family:"Maitree";
	font-weight:500;
}
.card-body-style{
	background-color:var(--swatch-var-2771);
	background-size:cover;
	background-position:center top;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7066)!important;
}
.h6-bloc-2-40234-style{
	width:100%;
	color:var(--swatch-var-6415)!important;
	font-family:"Maitree-Medium";
	font-size:26px;
	line-height:35px;
}
.h5-style{
	width:37.88%;
	font-size:18px;
	line-height:29px;
	font-family:"Maitree-Light";
	color:var(--swatch-var-63)!important;
}
.divider-style{
	height:235px;
	background-color:transparent;
}
.divider-0-style{
	height:180px;
	background-color:transparent;
}
.carou1{
	margin-left:199px;
}
.divider-0-bloc-1-style{
	height:104px;
	background-color:transparent;
}
.divider-bloc-1-style{
	height:312px;
	background-color:transparent;
}
.grid-bloc-3-style{
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto auto;
}
.h6-45-style{
	width:100%;
	font-size:44px;
	color:var(--swatch-var-1792)!important;
	line-height:55px;
	font-weight:400;
	font-family:"Maitree";
}
.p-133-style{
	line-height:29px;
	color:var(--swatch-var-2771)!important;
	font-size:17px;
}
.img-hjts3-style{
	width:70%;
}
.p-2-style{
	width:83.49%;
	font-size:18px;
	line-height:28px;
	font-family:"Maitree";
}
.p-bloc-42-style{
	font-size:18px;
	line-height:28px;
	color:var(--swatch-var-4058)!important;
}
.img-selecth-style{
	width:88%;
}
.img-selecth-style:hover{
	border-style:solid;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-7214)!important;
}
.img-bloc-0-style{
	width:30%;
}
.img-bloc-0-style:hover{
	filter:contrast(100%);
}
.cardfit2{
	padding-right:15%;
	padding-left:15%;
}
.h2-bloc-71-style{
	font-family:"Maitree-Medium";
	font-size:19px;
}
.h2-หลักปีเกิด -style{
	font-size:19px;
}
.p-bloc-81-style{
	font-family:"Maitree-Medium";
	font-size:21px;
}
.cardfit3{
	padding-left:15%;
	padding-right:15%;
}
.fits{
	padding-left:0px;
	padding-right:0px;
}
.h4-style{
	font-family:"DBHelvethaicaX-MedExt";
	font-size:77px;
	line-height:77px;
	color:var(--swatch-var-63)!important;
	text-decoration:none;
}
.h1-6-style{
	width:100%;
	font-family:"Trirong";
	font-size:22px;
	color:var(--swatch-var-63)!important;
}
.h1-my-goal-style{
	width:100%;
	font-family:"DBHelvethaicaX-Li";
	font-size:23px;
	line-height:28px;
}
.h6-3-style{
	width:100%;
	color:var(--swatch-var-7379)!important;
	font-size:24px;
	line-height:29px;
	font-family:"DBOzoneX";
}
.card22{
	padding-left:2px;
	padding-right:2px;
}
.img-98-style{
	margin:18px 18px 18px 18px;
	width:100%;
}
.image{
	border-style:solid;
	border-color:var(--swatch-var-7257)!important;
	border-width:3px 3px 3px 3px;
}
.btn-style{
	width:96.93%;
	font-family:"DBOzoneX-Medium";
	background-color:#0A2520;
	background:linear-gradient(125deg, #AE9765 0%, #ECDC9C 99%);
	color:#021054!important;
	padding-top:0px;
	padding-bottom:0px;
	font-size:33px;
	border-style:none;
	border-radius:51px 51px 51px 51px;
	line-height:55px;
}
.img-pimla-style{
	width:156px;
}
.img-bloc-1-style{
	width:267px;
}
.h1-ราคาการออกแบบ-style{
	width:98.71%;
	font-family:"DBOzoneX-Bold";
	font-size:55px;
	color:#ffffff;
}
.cardb{
	margin-bottom:22px;
}
.img-pimladaico-style{
	width:124px;
}
.h1-2-999---style{
	font-family:"DBOzoneX-Bold";
	font-size:55px;
}
.img-8-style{
	width:100%;
}
.img-8-pimladaico-style{
	width:158px;
}
.h1-style{
	font-size:32px;
	font-family:"DBOzoneX-Medium";
	color:#021054!important;
}
.img-10-style{
	width:278px;
}
.stroke{
	border-width:0px 0px 0px 1px;
	border-color:var(--swatch-var-5651)!important;
	border-style:solid;
}
.container-div-bloc-3-style{
	width:100%;
}
.zoomwrap{
	;
}
.container-div-0-bloc-3-style{
	width:27.81%;
}
.h6-style{
	width:100%;
	font-family:"DBOzoneX-Bold";
	font-size:22px;
	text-decoration:none;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7214:rgba(197,175,123,1.00);
	
	--swatch-var-4734:rgba(47,104,101,1.00);
	
	--swatch-var-5651:rgba(20,65,67,1.00);
	
	--swatch-var-1792:rgba(247,237,164,1.00);
	
	--swatch-var-2771:rgba(255,255,255,1.00);
	
	--swatch-var-2869:rgba(30,53,49,1.00);
	
	--swatch-var-7066:rgba(197,174,122,1.00);
	
	--swatch-var-4803:rgba(20,65,66,1.00);
	
	--swatch-var-2019:rgba(19,32,30,1.00);
	
	--swatch-var-2465:rgba(245,239,228,1.00);
	
	--swatch-var-4058:rgba(5,5,5,1.00);
	
	--swatch-var-3838:rgba(84,15,22,1.00);
	
	--swatch-var-7257:rgba(255,255,255,1.00);
	
	--swatch-var-2843:rgba(255,232,188,1.00);
	
	--swatch-var-3733:rgba(41,75,70,1.00);
	
	--swatch-var-4064:#3D4435;
	
	--swatch-var-3687:rgba(230,228,219,1.00);
	
	--swatch-var-2641:rgba(48,30,2,1.00);
	
	--swatch-var-3578:rgba(20,20,20,1.00);
	
	--swatch-var-4480:#525439;
	
	--swatch-var-64:rgba(20,20,20,1.00);
	
	--swatch-var-7326:#555619;
	
	--swatch-var-7689:rgba(190,152,106,1.00);
	
	--swatch-var-2382:rgba(94,76,55,1.00);
	
	--swatch-var-1869:rgba(20,65,67,1.00);
	
	--swatch-var-292:rgba(20,65,67,1.00);
	
	--swatch-var-7814:rgba(47,104,101,1.00);
	
	--swatch-var-2746:rgba(232,232,232,1.00);
	
	--swatch-var-63:#000000;
	
	--swatch-var-6731:rgba(205,176,142,1.00);
	
	--swatch-var-279:rgba(19,32,30,1.00);
	
	--swatch-var-1974:rgba(117,22,25,1.00);
	
	--swatch-var-2829:rgba(121,108,79,1.00);
	
	--swatch-var-43:#12201E;
	
	--swatch-var-602:rgba(84,15,22,1.00);
	
	--swatch-var-551:rgba(247,245,242,1.00);
	
	--swatch-var-436:rgba(247,237,164,1.00);
	
	--swatch-var-4600:rgba(45,58,49,1.00);
	
	--swatch-var-2300:#CDB08E;
	
	--swatch-var-3174:#1E3531;
	
	--swatch-var-5219:rgba(255,232,188,1.00);
	
	--swatch-var-6117:rgba(247,239,229,1.00);
	
	--swatch-var-1903:rgba(124,102,97,1.00);
	
	--swatch-var-4453:rgba(255,255,255,1.00);
	
	--swatch-var-3089:rgba(230,228,219,1.00);
	
	--swatch-var-5513:#141414;
	
	--swatch-var-2117:#13201E;
	
	--swatch-var-5607:#C5AE7A;
	
	--swatch-var-894:rgba(245,239,228,1.00);
	
	--swatch-var-1222:#1EC5A8;
	
	--swatch-var-3030:rgba(45,45,103,1.00);
	
	--swatch-var-7379:rgba(0,23,36,1.00);
	
	--swatch-var-2744:#7C6661;
	
	--swatch-var-2566:#4F2F80;
	
	--swatch-var-3786:#1D3430;
	
	--swatch-var-1756:#2F6865;
	
	--swatch-var-643:rgba(247,244,241,1.00);
	
	--swatch-var-5088:rgba(45,58,49,1.00);
	
	--swatch-var-6022:#645740;
	
	--swatch-var-2089:rgba(33,33,33,1.00);
	
	--swatch-var-6415:#23574F;
	
	--swatch-var-1562:#296156;
	
	--swatch-var-7934:#02E2B5;
	
	--swatch-var-1420:#15284A;
	
	--swatch-var-4254:#E5B765;
	
	--swatch-var-4020:#021C68;
	
}


/* Background colour styles */

.bgc-7379{
	background-color:var(--swatch-var-7379);
}
.bgc-2771{
	background-color:var(--swatch-var-2771);
}
.bgc-7066{
	background-color:var(--swatch-var-7066);
}
.bgc-1420{
	background-color:var(--swatch-var-1420);
}

/* Text colour styles */

.tc-2771{
	color:var(--swatch-var-2771)!important;
}
.tc-3174{
	color:var(--swatch-var-3174)!important;
}
.tc-643{
	color:var(--swatch-var-643)!important;
}
.tc-43{
	color:var(--swatch-var-43)!important;
}
.tc-4058{
	color:var(--swatch-var-4058)!important;
}
.tc-1420{
	color:var(--swatch-var-1420)!important;
}
.tc-6415{
	color:var(--swatch-var-6415)!important;
}
.tc-4020{
	color:var(--swatch-var-4020)!important;
}
.tc-2019{
	color:var(--swatch-var-2019)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-4453{
	color:var(--swatch-var-4453)!important;
}
.tc-5607{
	color:var(--swatch-var-5607)!important;
}

/* Link colour styles */

.ltc-63{
	color:var(--swatch-var-63)!important;
}
.ltc-63:hover{
	color:#000000!important;
}
.ltc-4453{
	color:var(--swatch-var-4453)!important;
}
.ltc-4453:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-beautiful-shot-japanese-style-houses-blue-sky{
	background-image:url("img/beautiful-shot-japanese-style-houses-blue-sky.jpg");
	background-image: -webkit-image-set(url("img/beautiful-shot-japanese-style-houses-blue-sky.webp") 1x,
url("img/beautiful-shot-japanese-style-houses-blue-sky.webp") 2x);background-image: image-set(url("img/beautiful-shot-japanese-style-houses-blue-sky.jpg") 1x,
url("img/beautiful-shot-japanese-style-houses-blue-sky.jpg") 2x,url("img/beautiful-shot-japanese-style-houses-blue-sky.webp") 1x,
url("img/beautiful-shot-japanese-style-houses-blue-sky.webp") 2x);
}
.bg-wall3{
	background-image:url("img/wall3.jpg");
	background-image: -webkit-image-set(url("img/wall3.webp") 1x,
url("img/wall3.webp") 2x);background-image: image-set(url("img/wall3.jpg") 1x,
url("img/wall3.jpg") 2x,url("img/wall3.webp") 1x,
url("img/wall3.webp") 2x);
}



/* = 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){
	.blue-bg-gradient{
		;
	}
	.rowpad{
		padding-left:30px;
		padding-right:30px;
	}
	.crd99{
		padding:0px 0px 0px 0px;
	}
	.h1-bloc-22-style{
		font-size:31px;
	}
	.img-cover-ฮวงจุ้ย-style{
		position:relative;
		top:22px;
	}
	.bento-box{
		padding:18px 18px 18px 18px;
		background-color:var(--swatch-var-3849);
	}
	.link-bloc-2-style{
		width:0px;
	}
	.img-4-style{
		width:187px;
	}
	.img-ตั้งชื่อ--style{
		width:70%;
	}
	.img-thai-hj-style{
		width:90%;
		top:20px;
		right:18px;
	}
	.img-13-style{
		width:70%;
	}
	.img-bloc-7-style{
		width:65px;
	}
	.bb{
		font-size:28px;
	}
	.card55{
		margin-bottom:22px;
	}
	.p-29-style{
		width:62.18%;
		font-size:16px;
	}
	.grid-bloc-39-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-template-rows:234px;
		min-height:456px;
		row-gap:0px;
	}
	.h2-bloc-32-style{
		width:100%;
		font-size:28px;
	}
	.img-153-style{
		width:138px;
		top:14px;
	}
	.colfix{
		padding:9px 9px 9px 9px;
	}
	.cardpack{
		padding:12px 12px 12px 12px;
	}
	.fit{
	}
	.h2-43-style{
		font-size:44px;
	}
	.img-bloc-43-style{
		width:146px;
	}
	.p-8-style{
		font-size:44px;
		line-height:49px;
	}
	.bath{
		font-size:19px;
	}
	.h2-style{
		font-size:25px;
		line-height:33px;
		width:100%;
	}
	.img-ดวงธาตุ-2-style{
		width:628px;
	}
	.link-style{
		width:600px;
	}
	.h3-style{
		font-size:27px;
		color:var(--swatch-var-2089)!important;
		line-height:36px;
		font-family:"DBOzoneX-Medium";
	}
	.p-bloc-11-style{
		font-size:24px;
		width:100%;
		line-height:27px;
	}
	.img-fav-h-style{
		width:77px;
	}
	.p-86-style{
		font-size:19px;
	}
	.colotmm{
		background-color:var(--swatch-var-6731);
	}
	.p-128-style{
		line-height:26px;
		width:94.57%;
		font-size:16px;
	}
	.img-ดวงธาตุ-style{
		width:628px;
	}
	.img-dbdxx-style{
		width:144px;
	}
	.img-80-style{
		width:420px;
	}
	.cardnew555{
		margin-right:12px;
	}
	.p-bloc-9-style{
		font-size:33px;
		font-family:"FCMinimalRegular";
	}
	.label-style{
		font-size:24px;
	}
	.btn-submit-style{
		width:89.72%;
	}
	.h1-บริการอื่นๆ -style{
		line-height:26px;
		font-size:15px;
	}
	.img-bloc-22-style{
		width:395px;
	}
	.p-bloc-3-style{
		font-family:"Maitree";
		font-size:16px;
		line-height:26px;
		width:96.51%;
	}
	.img-sec3-style{
		width:225px;
	}
	.h1-16-style{
		line-height:26px;
		width:100%;
		font-size:24px;
		font-family:"DBOzoneX";
	}
	.h1-28-style{
		font-size:21px;
	}
	.h1-29-style{
		font-size:17px;
		line-height:29px;
		font-family:"Maitree";
	}
	.h1-3-style{
		font-size:22px;
		width:100%;
	}
	.cardrow2{
		margin-top:33px;
	}
	.img-bannerhj2-style{
		padding-top:-0px;
		margin-top:0px;
	}
	.h1-bloc-5-style{
		font-family:"Maitree";
		font-size:17px;
		line-height:29px;
	}
	.h1-bloc-6-style{
		font-family:"Maitree-Medium";
		font-size:21px;
		line-height:31px;
		padding-top:0px;
	}
	.h1-27-style{
		font-size:16px;
		line-height:29px;
		font-family:"Maitree";
	}
	.img-colum-style{
		width:344px;
	}
	.row12x{
	}
	.orange-gradient{
		background-color:var(--swatch-var-7066);
	}
	.color2{
		background-color:var(--swatch-var-4058);
	}
	.color3{
		background-color:var(--swatch-var-2829);
	}
	.color44{
		background-color:var(--swatch-var-4600);
	}
	.colorgreen{
		background-color:var(--swatch-var-4734);
	}
	.color55{
		background-color:var(--swatch-var-2746);
	}
	.colorwhite{
		background-color:var(--swatch-var-2771);
	}
	.colorxx{
		background-color:var(--swatch-var-2843);
	}
	.clo1{
		background-color:var(--swatch-var-2465);
	}
	.h3-3-style{
		font-size:20px;
	}
	.grid-bloc-53-style{
		column-gap:0px;
	}
	.color4{
		background-color:var(--swatch-var-894);
	}
	.img-9-style{
		width:282px;
	}
	.grid-bloc-7-style{
		min-height:134px;
		row-gap:0px;
		grid-template-rows:134px;
	}
	.grid-style{
		grid-template-columns:1fr 1fr;
		column-gap:22px;
	}
	.colorred{
		background-color:var(--swatch-var-602);
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2465)!important;
		fill:var(--swatch-var-2465)!important;
	}
	.container-div-style{
		height:70px;
	}
	.h2-bloc-22-style{
		width:97.26%;
		font-family:"Maitree";
		font-size:21px;
		background-color:#2D6562;
		padding:7px 4px 7px 4px;
		font-weight:500;
	}
	.h2-package-a-style{
		font-family:"Maitree";
		font-size:26px;
		line-height:35px;
		font-weight:500;
	}
	.img-นามบัตรh-style{
		width:157px;
	}
	.p-11-style{
		font-size:21px;
		line-height:31px;
		color:var(--swatch-var-2843)!important;
		font-family:"Maitree";
		font-weight:500;
	}
	.p-25224-style{
		width:100%;
		font-size:22px;
		font-family:"CordiaUPC";
		line-height:29px;
		color:#FEFFFF!important;
	}
	.cardxx555{
		padding:12px 12px 12px 12px;
	}
	.cardxx{
		padding-left:12px;
		padding-right:12px;
		margin-right:0px;
		margin-top:0px;
	}
	.p-style{
		font-size:33px;
		line-height:37px;
	}
	.p-4-style{
		font-family:"DBOzoneX";
		line-height:24px;
		font-size:22px;
	}
	.img-hjdesign1-style{
		width:413px;
	}
	.hero-subheader{
		font-size:23px;
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
		font-size:25px;
	}
	.p-bloc-22-style{
		font-size:25px;
		line-height:29px;
	}
	.p-9-style{
		font-size:22px;
	}
	.h3-bloc-2-style{
		font-size:25px;
	}
	.img-websitehj-style{
		width:208px;
	}
	.grid-16874-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		row-gap:18px;
	}
	.img-bloc-2-style{
		width:50%;
	}
	.cardpadding11{
		padding-right:22px;
		padding-left:22px;
	}
	.card88{
		padding-left:12px;
		padding-right:12px;
	}
	.h1-110-style{
		width:94.72%;
	}
	.h1-20-style{
		font-size:16px;
		font-family:"Maitree-Medium";
	}
	.h1-bloc-7-style{
		font-size:22px;
	}
	.cardfit{
	}
	.h1-ฮวงจุ้ยดีไซน์-style{
		line-height:88px;
		font-size:55px;
	}
	.h2-4-style{
		font-size:17px;
	}
	.h6-2-style{
		color:var(--swatch-var-1562)!important;
		font-size:38px;
	}
	.h6-bloc-2-40234-style{
		font-size:23px;
	}
	.h5-style{
		width:45.2%;
		font-size:20px;
	}
	.divider-style{
		height:32px;
	}
	.divider-0-style{
		height:42px;
	}
	.divider-0-bloc-1-style{
		height:18px;
	}
	.divider-bloc-1-style{
		height:84px;
	}
	.grid-bloc-3-style{
		grid-template-columns:1fr 1fr;
		row-gap:26px;
	}
	.h6-45-style{
		font-size:33px;
		line-height:41px;
	}
	.h3-14-style{
	}
	.p-133-style{
		width:100%;
	}
	.p-bloc-42-style{
	}
	.img-selecth-style{
		width:100%;
	}
	.img-bloc-0-style{
		width:50%;
	}
	.h2-bloc-5-style{
		font-family:"Maitree-Medium";
		font-size:17px;
	}
	.cardfit3{
		padding-left:22px;
		padding-right:22px;
	}
	.cardfit2{
		padding-left:12px;
		padding-right:12px;
	}
	.h4-style{
		line-height:66px;
		font-size:61px;
	}
	.img-style{
		width:80%;
	}
	.h6-3-style{
		font-size:22px;
		line-height:25px;
	}
	.img-8-style{
		width:100%;
	}
	.btn-style{
		width:62.62%;
		line-height:24px;
		padding-top:12px;
		padding-bottom:12px;
		font-size:33px;
		text-align:center;
	}
	.img-pimla-style{
		width:98px;
	}
	.img-bloc-1-style{
		width:187px;
	}
	.cardb{
		margin-bottom:22px;
	}
	.img-pimladaico-style{
		width:91px;
	}
	.h1-2-999---style{
		width:100%;
		font-family:"DBOzoneX-Bold";
		font-size:55px;
	}
	.img-8-pimladaico-style{
		width:90px;
	}
	.h1-style{
		font-size:33px;
		width:100%;
	}
	.img-10-style{
		width:147px;
	}
	.img-icon3-style{
		width:193px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.blue-bg-gradient{
		background-color:#233F3A;
	}
	.rowpad{
		padding-left:4px;
		padding-right:4px;
	}
	.h1-bloc-22-style{
		font-size:31px;
	}
	.img-cover-ฮวงจุ้ย-style{
		position:relative;
		top:22px;
		width:60%;
	}
	.bento-box{
		padding:15px 15px 15px 15px;
	}
	.img-ตั้งชื่อ--style{
		width:100%;
	}
	.img-thai-hj-style{
		right:20px;
		top:16px;
		width:90%;
	}
	.h3-8-style{
		font-size:36px;
	}
	.img-bloc-7-style{
		width:61px;
	}
	.h1-บริการอื่นๆ -style{
		font-size:14px;
		line-height:23px;
	}
	.h1-bloc-7-style{
		font-size:20px;
		font-family:"DBPenThaiX";
	}
	.h1-อ่านต่อ-style{
		font-size:19px;
	}
	.p-29-style{
		font-size:19px;
		line-height:24px;
		width:68.28%;
		text-decoration:none;
	}
	.lms{
	}
	.grid-bloc-39-style{
		grid-template-columns:1fr 1fr 1fr;
		grid-template-rows:211px 206px;
		min-height:425px;
		row-gap:0px;
	}
	.h3-style{
		width:100%;
		font-size:25px;
		font-family:"DBOzoneX-Medium";
		font-weight:500;
		color:var(--swatch-var-2089)!important;
		line-height:31px;
	}
	.grid-bloc-2-25909-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		column-gap:18px;
	}
	.img-153-style{
		width:430px;
	}
	.colfix{
		padding:8px 8px 8px 8px;
	}
	.cardpack{
		margin-bottom:17px;
	}
	.fit{
		text-align:center;
		padding:0px 12px 0px 12px;
		border-radius:22px 22px 22px 22px;
	}
	.img-bloc-43-style{
		width:217px;
	}
	.h2-10-style{
		font-size:24px;
	}
	.p-8-style{
		width:100%;
		font-size:44px;
	}
	.h2-style{
		font-size:23px;
		line-height:29px;
	}
	.img-ดวงธาตุ-2-style{
		width:518px;
	}
	.img-dbdxx-style{
		width:106px;
	}
	.img-fav-h-style{
		width:78px;
	}
	.p-86-style{
		font-family:"Maitree";
		font-size:18px;
	}
	.img-9-style{
		width:100%;
	}
	.colotmm{
		background-color:var(--swatch-var-6731);
	}
	.colorgreen{
		background-color:var(--swatch-var-4734);
	}
	.h2-43-style{
		font-size:44px;
	}
	.p-bloc-11-style{
		font-family:"DBPenThaiX";
		font-size:24px;
		line-height:27px;
	}
	.h3-14-style{
		width:89.29%;
		line-height:30px;
	}
	.img-ดวงธาตุ-style{
		width:511px;
	}
	.h1-35-style{
		font-size:44px;
	}
	.img-hjdesig-style{
		width:429px;
	}
	.row-47-style{
		padding-top:0px;
		margin:0px 0px 0px 0px;
	}
	.cardnew555{
	}
	.p-bloc-9-style{
		letter-spacing:0px;
		font-size:36px;
		font-family:"FCMinimalRegular";
	}
	.f4{
		padding-bottom:55px;
	}
	.container-div-0-style{
		width:100%;
	}
	.rowtop{
		padding-top:22px;
		padding-bottom:33px;
	}
	.label-style{
		font-family:"DBPenThaiX";
		font-size:26px;
	}
	.h2-footer-style{
		font-family:"DBPenThaiX-Bold";
		font-size:33px;
	}
	.btn-submit-style{
		padding-top:8px;
		padding-bottom:8px;
	}
	.grid-bloc-6-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		row-gap:14px;
		column-gap:14px;
		grid-template-rows:auto;
		min-height:159px;
	}
	.img-bloc-22-style{
		width:306px;
	}
	.p-bloc-3-style{
		font-size:16px;
		line-height:26px;
		width:100%;
		font-family:"Maitree";
	}
	.img-sec3-style{
		width:233px;
	}
	.h2-4-style{
		font-size:16px;
	}
	.h1-16-style{
		font-size:23px;
		line-height:26px;
		font-family:"DBOzoneX";
		text-decoration:none;
	}
	.h2-bloc-5-style{
		font-size:16px;
		font-family:"Maitree-Medium";
	}
	.h1-28-style{
		font-size:19px;
		font-family:"Maitree-Medium";
		line-height:29px;
	}
	.h1-29-style{
		line-height:29px;
		font-family:"Maitree";
		font-size:16px;
	}
	.cardrow2{
		margin-top:33px;
		margin-bottom:33px;
	}
	.img-bannerhj2-style{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h1-bloc-5-style{
		font-size:16px;
		line-height:26px;
		font-family:"Maitree";
	}
	.h1-bloc-6-style{
		font-size:19px;
		font-family:"Maitree-Medium";
		padding-top:3px;
		line-height:30px;
	}
	.h1-27-style{
		font-size:16px;
		line-height:29px;
		font-family:"Maitree";
	}
	.img-colum-style{
		width:524px;
	}
	.h1-ฮวงจุ้ยดีไซน์-style{
		font-size:55px;
		font-family:"DBOzoneX-Medium";
	}
	.p-128-style{
		font-size:19px;
		line-height:31px;
	}
	.img-161-style{
	}
	.h3-3-style{
		font-size:16px;
	}
	.grid-bloc-53-style{
		grid-template-columns:1fr 1fr;
	}
	.color4{
		background:linear-gradient(131deg, var(--swatch-var-3030)   0%, var(--swatch-var-7379) 100%);
	}
	.grid-16874-style{
		column-gap:20px;
		row-gap:24px;
		grid-template-columns:1fr 1fr 1fr;
	}
	.grid-bloc-7-style{
		grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows:100px;
		min-height:100px;
	}
	.grid-style{
		column-gap:17px;
		grid-template-columns:1fr;
		row-gap:0px;
	}
	.grid-bloc-31-style{
		grid-template-columns:1fr 1fr;
	}
	.container-div-style{
		height:65px;
	}
	.h2-bloc-22-style{
		width:70.13%;
		background-color:#2C615F;
		padding:10px 12px 10px 12px;
		font-size:21px;
		line-height:31px;
	}
	.h2-package-a-style{
		font-size:31px;
		font-family:"Maitree";
		font-weight:500;
	}
	.img-นามบัตรh-style{
		width:70%;
	}
	.p-11-style{
		width:100%;
		font-family:"Maitree";
		color:var(--swatch-var-2843)!important;
		font-size:19px;
		line-height:26px;
		font-weight:500;
	}
	.p-25224-style{
		font-size:24px;
		font-family:"TFSrivichai";
		line-height:26px;
		color:#FEFFFF!important;
	}
	.cardxx555{
		margin-bottom:22px;
	}
	.cardxx{
		padding:15px 15px 15px 15px;
	}
	.p-4-style{
		font-size:22px;
		line-height:26px;
		width:100%;
	}
	.img-hjdesign1-style{
		width:202px;
		padding:12px 12px 12px 12px;
	}
	.p-bloc-5-style{
		font-size:23px;
	}
	.card88{
		padding-top:0px;
	}
	.hero-subheader{
		font-size:24px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
		font-size:22px;
		line-height:25px;
	}
	.f2{
		margin-bottom:44px;
	}
	.img-8-style{
		width:100%;
	}
	.img-cover-ฮวงจุ้ย2-style{
		width:289px;
	}
	.btn-button-style{
		width:54.04%;
		font-size:25px;
	}
	.divider-0-padding{
		width:100%;
	}
	.p-bloc-22-style{
		font-size:23px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.p-9-style{
		line-height:27px;
		font-size:25px;
	}
	.h3-bloc-2-style{
		font-size:29px;
	}
	.img-websitehj-style{
		width:180px;
	}
	.h4-ที่อยู่ของเรา-style{
		text-align:center;
	}
	.img-bloc-2-style{
		width:40%;
	}
	.cardpadding11{
		padding-left:22px;
		padding-right:22px;
	}
	.cardfit{
		padding-left:12px;
		padding-right:12px;
	}
	.img-img-01-style{
		width:80%;
	}
	.h5-style{
		font-size:19px;
		line-height:26px;
		width:66.16%;
	}
	.divider-style{
		height:38px;
	}
	.divider-0-style{
		height:33px;
	}
	.divider-15386-style{
		height:499px;
		background-color:transparent;
	}
	.divider-bloc-1-style{
		height:53px;
	}
	.p-2-style{
		font-size:15px;
		line-height:21px;
		width:67.09%;
	}
	.img-bloc-0-style{
		width:70%;
	}
	.p-style{
		font-size:31px;
	}
	.blogtext1{
		font-size:18px;
		line-height:28px;
	}
	.h1-20-style{
		font-family:"Maitree-Medium";
		font-size:16px;
	}
	.h1-110-style{
		font-size:16px;
		line-height:26px;
	}
	.cardfit3{
		padding-left:22px;
		padding-right:22px;
	}
	.fits{
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-2843)!important;
		fill:var(--swatch-var-2843)!important;
	}
	.img-style{
		width:100%;
	}
	.h1-6-style{
		font-size:25px;
	}
	.h6-3-style{
		font-size:22px;
		line-height:28px;
	}
	.card22{
		padding:6px 6px 6px 6px;
	}
	.img-98-style{
	}
	.btn-style{
		width:97.2%;
		font-size:28px;
	}
	.img-pimla-style{
		text-align:center;
	}
	.h1-ราคาการออกแบบ-style{
		font-size:44px;
	}
	.h1-style{
		font-size:30px;
	}
	.h6-2-style{
		font-size:29px;
	}
	.container-div-0-bloc-3-style{
		width:69.56%;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.cardnew{
	}
	.cardhead{
		padding:0px 0px 0px 0px;
	}
	.cardfit{
		padding:2px 2px 2px 2px;
	}
	.rowpad{
		padding-left:2px;
		padding-right:2px;
	}
	.crd99{
		padding:0px 0px 0px 0px;
	}
	.h1-ฮวงจุ้ยดีไซน์-style{
		font-size:33px;
	}
	.h1-bloc-22-style{
		font-family:"DBOzoneX-Medium";
		font-size:25px;
		line-height:31px;
		font-weight:500;
	}
	.img-cover-ฮวงจุ้ย-style{
		position:relative;
		top:22px;
		width:80%;
	}
	.card1{
		padding:6px 6px 6px 9px;
	}
	.bento-box{
		padding:12px 12px 12px 12px;
		border-radius:12px 12px 12px 12px;
		background-color:var(--swatch-var-3089);
	}
	.alt-bottom-padding{
		padding:9px 9px 9px 9px;
		background-color:var(--swatch-var-551);
	}
	.img-4-style{
		width:56%;
	}
	.img-ตั้งชื่อ--style{
		width:79%;
	}
	.orange-gradient{
		background-color:var(--swatch-var-7214);
	}
	.img-thai-hj-style{
		top:10px;
		right:10px;
		border-bottom-left-radius:12px;
		border-top-right-radius:12px;
		width:262px;
	}
	.color2{
		background-color:var(--swatch-var-4058);
	}
	.h3-8-style{
		font-size:23px;
		line-height:37px;
	}
	.img-bloc-7-style{
		width:51px;
		border-style:none;
		border-color:var(--swatch-var-7214)!important;
		border-radius:0px 0px 0px 0px;
	}
	.h1-บริการอื่นๆ -style{
		font-size:14px;
		line-height:22px;
	}
	.h1-bloc-7-style{
		font-size:15px;
		text-decoration:none;
		line-height:17px;
		color:var(--swatch-var-2771)!important;
		font-family:"DBPenThaiX";
	}
	.h1-อ่านต่อ-style{
		text-decoration:none;
		font-weight:100;
		font-size:14px;
	}
	.bb{
		font-size:24px;
		color:#FEFFFF!important;
	}
	.img-161-style{
		width:146px;
	}
	.h2-footer-style{
		font-size:33px;
	}
	.p-29-style{
		width:88.57%;
		font-size:15px;
		line-height:25px;
		font-family:"DBOzoneX-Medium";
		font-weight:500;
	}
	.fx{
		font-family:"DBOzoneX-Medium";
		font-size:15px;
		font-weight:500;
	}
	.cardfit2{
		padding:8px 12px 8px 12px;
	}
	.grid-bloc-39-style{
		grid-template-columns:1fr 1fr;
		grid-template-rows:189px auto auto;
		row-gap:2px;
	}
	.p-100-style{
		font-size:14px;
	}
	.textsmall{
		font-size:13px;
	}
	.h3-style{
		font-size:25px;
		line-height:31px;
		color:var(--swatch-var-2089)!important;
		font-family:"DBOzoneX-Medium";
	}
	.grid-bloc-2-25909-style{
		row-gap:0px;
		grid-template-columns:1fr 1fr;
		column-gap:3px;
	}
	.h2-bloc-32-style{
		line-height:42px;
		font-size:24px;
	}
	.colotmm{
		background-color:var(--swatch-var-6731);
	}
	.colorgreen{
		background-color:var(--swatch-var-4734);
	}
	.img-153-style{
		top:8px;
	}
	.color55{
		background-color:var(--swatch-var-2746);
	}
	.colfix{
		margin-top:1px;
		padding:3px 6px 3px 6px;
	}
	.cardpack{
		padding-left:12px;
		padding-right:12px;
		margin:10px 7px 10px 7px;
	}
	.fit{
		padding:0px 0px 0px 0px;
	}
	.h2-43-style{
		font-size:33px;
	}
	.img-bloc-43-style{
		width:117px;
	}
	.h2-10-style{
		font-size:24px;
	}
	.p-8-style{
		line-height:39px;
		font-family:"DINOT-Medium";
		color:var(--swatch-var-2843)!important;
		font-size:44px;
	}
	.bath{
		font-size:12px;
	}
	.img-bg-hj2-style{
		width:400px;
	}
	.h2-style{
		font-size:21px;
		line-height:28px;
		font-family:"DBOzoneX-Medium";
		width:100%;
		font-weight:500;
	}
	.img-ดวงธาตุ-2-style{
		width:296px;
	}
	.img-dbdxx-style{
		width:135px;
	}
	.p-bloc-11-style{
		width:83.85%;
		font-size:25px;
	}
	.img-fav-h-style{
		width:79px;
	}
	.p-86-style{
		font-size:15px;
		line-height:19px;
		font-family:"Maitree";
	}
	.img-9-style{
		width:266px;
	}
	.color3{
		background-color:var(--swatch-var-2829);
	}
	.h3-14-style{
		font-size:19px;
		line-height:27px;
	}
	.p-128-style{
		font-size:19px;
		line-height:31px;
	}
	.color44{
		background-color:var(--swatch-var-4600);
	}
	.img-ดวงธาตุ-style{
		width:290px;
	}
	.p-85-style{
		width:86.15%;
	}
	.colorwhite{
		background-color:var(--swatch-var-2771);
	}
	.colorxx{
		background-color:var(--swatch-var-2843);
	}
	.img-waka--style{
		width:100vw;
	}
	.text-trans-gradient{
		font-family:"FCMinimalRegular";
		font-size:33px;
		background-color:#C5AE7A;
		letter-spacing:0px;
	}
	.h1-35-style{
		font-size:33px;
		font-family:"DBPenThaiX-Bold";
	}
	.h2-13-style{
		font-size:26px;
	}
	.img-hjdesig-style{
		width:100%;
	}
	.cardnew555{
		padding-top:7px;
		background-color:#354641;
		margin:10px 10px 10px 10px;
		border-width:1px 1px 1px 1px;
		padding-right:12px;
	}
	.p-bloc-9-style{
		font-size:28px;
		line-height:38px;
		font-family:"FCMinimalRegular";
		letter-spacing:0px;
	}
	.f4{
		padding-left:9px;
		padding-right:9px;
		padding-bottom:11px;
	}
	.btn-submit-style{
		width:68.46%;
		padding-top:0px;
		padding-bottom:0px;
		font-family:"DBPenThaiX-Bold";
	}
	.label-style{
		font-size:24px;
	}
	.grid-bloc-6-style{
		column-gap:18px;
		row-gap:16px;
		grid-template-columns:1fr 1fr;
	}
	.img-bloc-22-style{
		width:279px;
	}
	.p-bloc-3-style{
		width:100%;
		font-size:16px;
		line-height:26px;
		font-family:"Maitree";
		margin:1px 1px 1px 1px;
	}
	.img-sec3-style{
		width:195px;
	}
	.cardrow{
		margin-top:33px;
	}
	.card00{
		padding:2px 2px 2px 2px;
	}
	.h2-ศาสตร์-style{
		font-size:24px;
	}
	.h2-4-style{
		font-size:25px;
		color:#505746!important;
	}
	.h1-16-style{
		font-size:22px;
		line-height:26px;
		width:100%;
		font-family:"DBOzoneX";
		padding:0px 12px 0px 12px;
	}
	.h2-bloc-5-style{
		font-size:16px;
		font-family:"Maitree-Medium";
	}
	.h2-หลักปีเกิด -style{
		font-size:28px;
	}
	.h1-28-style{
		font-family:"Maitree-Medium";
		font-size:19px;
		line-height:29px;
	}
	.h1-29-style{
		font-size:16px;
		line-height:28px;
		font-family:"Maitree";
	}
	.h1-3-style{
		font-size:22px;
		font-family:"DBOzoneX";
		line-height:24px;
	}
	.cardrow2{
		margin-top:22px;
		margin-bottom:22px;
	}
	.img-bannerhj2-style{
		width:208px;
		padding-top:0px;
		margin-top:0px;
		border-radius:31px 31px 31px 31px;
	}
	.h1-bloc-5-style{
		font-size:16px;
		line-height:26px;
		font-family:"Maitree";
	}
	.h1-bloc-6-style{
		font-size:19px;
		line-height:29px;
		font-family:"Maitree-Medium";
	}
	.h1-27-style{
		font-size:16px;
		line-height:28px;
		font-family:"Maitree";
	}
	.img-colum-style{
		width:300px;
		padding:1px 1px 1px 1px;
	}
	.row12x{
	}
	.h1-bloc-2-style{
		font-size:22px;
	}
	.h3-3-style{
		line-height:19px;
		font-size:14px;
	}
	.grid-bloc-53-style{
		grid-template-columns:1fr;
		row-gap:7px;
	}
	.color4{
		background-color:var(--swatch-var-894);
	}
	.container-div-bloc-44-min-height{
		min-height:100px;
	}
	.grid-16874-style{
		grid-template-columns:1fr 1fr;
		column-gap:8px;
	}
	.grid-bloc-7-style{
		width:100%;
		min-height:215px;
		grid-template-rows:109px 109px auto auto;
		grid-template-columns:1fr 1fr 1fr;
	}
	.grid-style{
		grid-template-columns:1fr;
		row-gap:8px;
	}
	.container-div-0-bloc-7-min-height{
		min-height:203px;
	}
	.grid-bloc-31-style{
		grid-template-columns:1fr;
	}
	.link-style{
		width:0px;
	}
	.container-div-style{
		height:18px;
	}
	.h2-bloc-22-style{
		width:90.74%;
		background-color:#2E6966;
		color:#FEFFFF!important;
		line-height:26px;
		border-style:none;
		padding:4px 18px 4px 18px;
		border-radius:22px 22px 22px 22px;
		font-size:17px;
	}
	.h2-package-a-style{
		border-bottom-width:2px;
		line-height:44px;
		font-size:21px;
		font-family:"Maitree";
		font-weight:500;
	}
	.img-นามบัตรh-style{
		width:70%;
	}
	.p-11-style{
		line-height:24px;
		width:100%;
		font-family:"Maitree";
		color:var(--swatch-var-2843)!important;
		font-weight:500;
		font-size:18px;
	}
	.p-25224-style{
		font-size:22px;
		font-family:"TFSrivichai";
		line-height:25px;
		text-align:center;
		color:#FEFFFF!important;
	}
	.cardxx555{
		margin:7px 7px 7px 7px;
		padding:12px 12px 12px 12px;
	}
	.cardxx{
		margin:10px 2px 10px 2px;
		padding:12px 12px 12px 12px;
	}
	.p-style{
		font-size:24px;
		line-height:31px;
	}
	.p-4-style{
		font-size:21px;
		line-height:28px;
		color:var(--swatch-var-3578)!important;
	}
	.img-hjdesign1-style{
		padding:2px 2px 2px 2px;
		width:80%;
	}
	.text66{
		color:#FEFFFF!important;
		text-align:center;
		font-size:23px;
	}
	.p-bloc-5-style{
		line-height:26px;
		font-size:22px;
	}
	.h3-7-style{
		line-height:36px;
		font-size:28px;
	}
	.img-2-style{
		width:300px;
	}
	.hero-subheader{
		font-size:22px;
		width:78.24%;
		line-height:25px;
		font-family:"DBPenThaiX";
	}
	.img-ภาดล-281-29-style{
		width:131px;
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
	}
	.f2{
	}
	.img-cover-ฮวงจุ้ย2-style{
		border-radius:0px 0px 0px 0px;
		width:275px;
	}
	.btn-button-style{
		width:84.81%;
	}
	.p-bloc-22-style{
		font-size:22px;
		line-height:28px;
		width:100%;
		font-family:"TFSrivichai";
	}
	.img-97-style{
		width:236px;
	}
	.p-9-style{
		font-size:22px;
		line-height:23px;
	}
	.h3-bloc-2-style{
		font-size:28px;
	}
	.img-websitehj-style{
		width:142px;
		border-radius:10px 10px 10px 10px;
	}
	.p-47-style{
		font-family:"TFSrivichai-Bold";
	}
	.h4-ที่อยู่ของเรา-style{
		font-size:20px;
		font-family:"Maitree";
	}
	.img-bloc-2-style{
		width:40%;
	}
	.dropdown-menu{
		background-color:var(--swatch-var-6117);
	}
	.card12x{
		padding:4px 12px 4px 12px;
	}
	.cardpadding11{
		padding:0px 2px 0px 2px;
	}
	.card88{
		padding:4px 4px 4px 4px;
	}
	.h1-110-style{
		line-height:26px;
		font-size:16px;
	}
	.blogtext1{
		font-size:18px;
	}
	.colorred{
		background-color:var(--swatch-var-602);
	}
	.h3-2-style{
		width:94.03%;
		font-size:16px;
	}
	.h6-2-style{
		font-size:22px;
		line-height:31px;
	}
	.cardfaq{
		font-size:17px;
	}
	.h6-bloc-2-40234-style{
		font-size:19px;
		line-height:26px;
	}
	.carousel-style{
		width:100%;
	}
	.h5-style{
		width:100%;
		font-size:16px;
		line-height:21px;
		color:var(--swatch-var-63)!important;
		padding:2px 2px 2px 2px;
	}
	.divider-style{
		height:6px;
	}
	.divider-0-style{
		height:8px;
	}
	.divider-0-bloc-1-style{
		height:6px;
	}
	.divider-15386-style{
		height:324px;
	}
	.divider-bloc-1-style{
		height:6px;
	}
	.grid-bloc-3-style{
		row-gap:18px;
		column-gap:0px;
	}
	.h6-45-style{
		font-size:22px;
		line-height:31px;
	}
	.p-133-style{
		font-size:15px;
		line-height:26px;
	}
	.p-2-style{
		width:79.39%;
		font-size:14px;
		line-height:19px;
	}
	.p-bloc-42-style{
		width:95.04%;
		font-size:16px;
		line-height:28px;
		color:var(--swatch-var-4058)!important;
	}
	.img-selecth-style{
		width:90%;
	}
	.h3-22-style{
	}
	.img-bloc-0-style{
		width:80%;
	}
	.h1-20-style{
		font-family:"Maitree-Medium";
		font-size:16px;
		line-height:26px;
	}
	.cardfit3{
		padding-left:2px;
		padding-right:2px;
	}
	.navbar-brand img{
		width:100px;
	}
	.h4-style{
		width:100%;
		font-size:44px;
		line-height:44px;
	}
	.img-style{
		width:100%;
	}
	.h1-6-style{
		font-size:22px;
	}
	.h1-my-goal-style{
		font-size:23px;
		line-height:25px;
	}
	.h6-3-style{
		font-size:22px;
		line-height:25px;
	}
	.card22{
		padding:6px 0px 6px 0px;
	}
	.img-98-style{
		margin:12px 12px 12px 12px;
	}
	.btn-style{
		width:100%;
		font-size:26px;
		padding:2px 9px 2px 9px;
	}
	.h1-ราคาการออกแบบ-style{
		font-size:33px;
	}
	.h1-style{
		font-size:27px;
		line-height:29px;
	}
	.img-pimladat-style{
		width:100%;
	}
	.cardb{
		padding-left:0px;
		padding-right:0px;
	}
	.container-div-0-bloc-3-style{
		width:79.02%;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

