/*-----------------------------------------------------------------------------------
	Huangjuidesign
	About: A shiny new Blocs website.
	Author: PADOL
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#F7F5F2;
    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:'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;
}

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

@font-face {
	font-family:'FCMinimalBold';
	src: url('./fonts/FCMinimalBold/FC%20Minimal%20Bold.ttf');
	src: url('./fonts/FCMinimalBold/FC%20Minimal%20Bold.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:'TFSrivichai-Bold';
	src: url('./fonts/TFSrivichai-Bold/TF%20Srivichai%20Bol.ttf');
	src: url('./fonts/TFSrivichai-Bold/TF%20Srivichai%20Bol.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;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.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-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = 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);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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);
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

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


/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"DBPenThaiX";
	font-size:22px;
}
.container{
	max-width:1140px;
}
.hero-subheader{
	font-size:25px;
	font-weight:normal;
	font-family:"DBPenThaiX";
	width:60%;
	line-height:29px;
}
.green-bg-gradient{
	background:linear-gradient(68deg, #61E1A3, #49AFFF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(291deg, #998257, #AD9B7C);
	color:transparent!important;
}
.red-bg-gradient{
	background:linear-gradient(180deg, #FABF68, #F02277);
}
.blue-bg-gradient{
	border-color:rgba(0,0,0,0.00)!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navbar-brand img{
	width:160px;
}
.hj-card-xx{
	background-repeat:repeat-x;
	background-size:220px 33px;
	background-position:left bottom;
}
.img-logohj-style{
	width:136px;
	padding:77px 0px 0px 0px;
}
.h3-style{
	font-family:"FCMinimalRegular";
	font-size:32px;
}
.h3-bloc-2-style{
	font-family:"FCMinimalRegular";
	font-size:31px;
	fill:transparent;
	position:relative;
	z-index:0;
	color:#C3AE79!important;
}
.img-sec3-style{
	width:555px;
	margin:-22px -22px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.p-bloc-3-style{
	font-family:"TFSrivichai";
	font-size:23px;
	line-height:29px;
	width:100%;
	color:#24403B!important;
}
.text-01{
	font-family:"FCMinimalRegular";
	color:#4B2904!important;
}
.h4-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-สาระเนื้อหา-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-ที่อยู่ของเรา-style{
	font-family:"FCMinimalRegular";
}
.footer-link{
	font-family:"DBPenThaiX";
	font-size:22px;
}
.img-wirefra-style{
	width:759px;
}
.img-colum-style{
	width:614px;
}
.btn-color{
	color:#1e3431;
	font-family:"DBPenThaiX";
}
.h1-bloc-5-style{
	font-family:"TFSrivichai";
	font-size:25px;
	width:100%;
	line-height:29px;
}
.h1-bloc-6-style{
	font-size:29px;
	font-family:"FCMinimalRegular";
	line-height:28px;
	width:100%;
	padding-top:0px;
}
.h2-style{
	font-family:"FCMinimalRegular";
	font-size:39px;
	color:#000000!important;
	width:100%;
	line-height:42px;
}
.h1-3-style{
	font-family:"DBPenThaiX";
	font-size:27px;
	width:100%;
}
.img-ธาตุ-1-style{
	width:83px;
}
.img-ธาตุ-2-style{
	width:83px;
}
.img-15-style{
	width:133px;
}
.img-17-style{
	width:531px;
	text-shadow:0px 0px 0px #000000;
}
.img-19-style{
	width:133px;
}
.img-21-style{
	width:133px;
}
.img-16-style{
	width:278px;
}
.img-18-style{
	width:133px;
}
.img-20-style{
	width:133px;
}
.img-22-style{
	width:133px;
}
.navbar-nav li a{
	font-size:19px;
	color:#FEFFFF!important;
	font-family:"FCMinimalRegular";
}
.bg-gradient-3{
	background-color:#7E695D;
}
.p-bloc-22-style{
	line-height:29px;
	width:100%;
	font-size:25px;
	color:#1D3430!important;
	font-family:"TFSrivichai";
}
.img022{
	margin:0px -22px 0px 0px;
}
.h2-bloc-22-style{
	font-family:"FCMinimalRegular";
	font-size:33px;
	width:81.58%;
	background-color:#EBBE84;
	color:#FEFFFF!important;
	background:linear-gradient(129deg, #D6AC79 0%, #5C4028 100%);
	border-style:none;
	margin-bottom:22px;
	padding:6px 12px 6px 12px;
	border-radius:33px 33px 33px 33px;
}
.ar-card-3333{
	margin-right:22px;
}
.arcard8xe{
	;
}
.img-bg-hj2-style{
	;
}
.divider1{
	background:linear-gradient(0deg, #000000, #FFFFFF);
}
.h2-13-style{
	font-family:"FCMinimalRegular";
	font-size:33px;
}
.divider-0-padding{
	padding-bottom:2px;
	background:linear-gradient(127deg, #F7EDA4, #7C6661);
	width:45.79%;
	margin-top:0px;
	padding-top:4px;
}
.h1-35-style{
	font-family:"FCMinimalRegular";
	font-size:40px;
	color:#2F6764!important;
}
.img-waka--style{
	width:602px;
}
.p-14-style{
	width:100%;
	line-height:23px;
	border-style:solid;
	padding-right:9px;
	border-color:#F7EDA4!important;
	font-family:"CordiaNew";
	border-width:0px 2px 0px 0px;
}
.p-18-style{
	line-height:23px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-color:#F7EDA4!important;
	padding-left:8px;
	color:#1D3430!important;
	font-family:"CordiaNew";
}
.h1-bloc-4-style{
	font-size:24px;
	width:44.62%;
	line-height:27px;
	font-family:"TFSrivichai";
}
.bgoxa{
	background-color:#424242;
	background:linear-gradient(143deg, #7A161B 0%, #8E1D22 100%);
}
.row-bloc-4-style{
	width:100%;
}
.h1-16-style{
	font-size:25px;
	width:71%;
	font-family:"TFSrivichai";
	line-height:29px;
}
.h1-29-style{
	font-size:25px;
	font-family:"TFSrivichai";
	line-height:29px;
}
.h1-27-style{
	font-size:25px;
	font-family:"TFSrivichai";
	line-height:29px;
	width:100%;
}
.h2-bloc-4-style{
	font-family:"FCMinimalRegular";
	font-size:24px;
}
.link-style{
	width:324px;
}
.h3-สาระเนื้อหา-style{
	font-family:"DBPenThaiX-Bold";
	font-size:33px;
}
.p-bloc-12-style{
	font-size:20px;
	line-height:22px;
}
.h4-title-here-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-2-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-1-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-6-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-7-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-8-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-5-style{
	font-family:"DBPenThaiX-Bold";
}
.h4-4-style{
	font-family:"DBPenThaiX-Bold";
}
.p-29-style{
	font-size:20px;
	line-height:24px;
	opacity:0.9;
	width:100%;
	font-family:"FCMinimalRegular";
}
.h1-2-style{
	font-size:24px;
	width:100%;
}
.p-bloc-29-style{
	width:43.77%;
	line-height:27px;
}
.divider-padding{
	width:100%;
	background-color:#F7F4F1;
	border-color:#1D3430!important;
	padding:4px 2px 4px 2px;
}
.h1-โลโก้ฮวงุจ้ย-style{
	font-family:"DBPenThaiX-Bold";
	font-size:77px;
}
.h1-bloc-22-style{
	font-size:44px;
	font-family:"FCMinimalBold";
	background-color:transparent;
	width:100%;
}
.h1-bloc-29-style{
	font-size:55px;
	font-family:"DBPenThaiX-Bold";
	color:#ffffff;
}
.h1-ติดต่อเรา-style{
	font-size:66px;
	font-family:"DBPenThaiX-Bold";
	line-height:33px;
}
.h1-40-style{
	font-family:"DBPenThaiX-Bold";
	font-size:34px;
}
.h1-28-style{
	font-size:29px;
	font-family:"FCMinimalRegular";
}
.row-bloc-28-style{
	width:100%;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #FF7D5A, #9853F6);
	color:transparent!important;
}
.img-hjdesig-style{
	width:845px;
}
.h3-7-style{
	font-size:38px;
	font-family:"FCMinimalRegular";
}
.hbblocs{
	background:linear-gradient(78deg, #1D3430, #5E6D63);
	color:#A79471!important;
}
.h2-0-style{
	font-size:25px;
}
.p-bloc-27-style{
	line-height:27px;
	font-size:24px;
	width:100%;
	font-family:"CordiaNew";
}
.p-10-style{
	font-size:24px;
	line-height:27px;
	width:73.65%;
	font-family:"CordiaNew";
}
.p-11-style{
	font-size:26px;
	line-height:27px;
	width:100%;
	font-family:"FCMinimalRegular";
	background-color:transparent;
	color:#E3C380!important;
}
.p-12-style{
	font-size:24px;
	line-height:27px;
	font-family:"CordiaNew";
}
.p-13-style{
	font-size:24px;
	line-height:27px;
	font-family:"CordiaNew";
}
.img-huangju-style{
	width:555px;
}
.h2-3-399-style{
	font-family:"DBPenThaiX-Bold";
	font-size:88px;
}
.bold{
	font-family:"DBPenThaiX-Bold";
	font-size:22px;
}
.cardx33ss{
	border-style:solid;
	background-color:#2E3A31;
	display:block;
	background-position:left center;
	background-repeat:repeat;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px rgba(0,0,0,0.28);
	border-color:#FEFFFF!important;
	margin:0px 0px 0px 0px;
	padding:44px 44px 44px 44px;
	border-width:8px 8px 8px 8px;
}
.h2-5-399---style{
	font-family:"DBPenThaiX-Bold";
	font-size:88px;
	line-height:105px;
}
.text-span-color{
	color:#ffffff;
}
.img-hjdesign-กสิ-style{
	width:156px;
}
.img-hjdesign-qrco-style{
	width:285px;
}
.p-36-style{
	font-size:24px;
}
.p-37-style{
	font-size:24px;
}
.p-38-style{
	font-size:24px;
	line-height:26px;
}
.creatss{
	font-family:"DBPenThaiX-Bold";
	font-size:24px;
	color:#FEFFFF!important;
}
.img-logo-section1-style{
	width:310px;
}
.arcard-33{
	border-color:#FEFFFF!important;
	background-color:#7E695D;
	border-style:solid;
	padding:27px 27px 27px 27px;
	border-width:9px 9px 9px 9px;
}
.text33{
	font-family:"DBPenThaiX-Bold";
	font-size:25px;
	color:#C4AD79!important;
}
.buttonxx{
	font-size:18px;
	font-family:"DBPenThaiX-Bold";
}
.img-2-style{
	width:613px;
	border-radius:0px 0px 0px 0px;
}
.img-ภาดล-281-29-style{
	width:148px;
}
.p-bloc-1-style{
	font-family:"FCMinimalRegular";
	line-height:36px;
	font-size:30px;
	color:#FEFFFF!important;
}
.img-style{
	width:454px;
}
.img-bannerhj2-style{
	width:372px;
	border-radius:62px 62px 62px 62px;
}
.nnn{
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.cardheader{
	background-color:#FFFFFF;
}
.ixx{
	background-color:#C0AB77;
}
.btn-โลโก้ฮวงจุ้ย-style{
	width:37.88%;
	border-style:solid;
	border-color:#2F6764!important;
	background-color:#2F6865;
	color:#FEFFFF!important;
	border-top-left-radius:22px;
	border-top-right-radius:22px;
	font-family:"FCMinimalRegular";
}
.btn-style{
	width:80%;
	font-family:"FCMinimalRegular";
	background-color:#0A2520;
	font-size:24px;
	border-radius:22px 22px 0px 0px;
}
.p-4-style{
	font-family:"TFSrivichai";
	line-height:29px;
	font-size:24px;
	color:#182B29!important;
	width:96.24%;
}
.p-5-style{
	line-height:29px;
	font-family:"TFSrivichai";
	font-size:25px;
}
.h1-bloc-23-style{
	font-family:"TFSrivichai";
	font-size:24px;
	line-height:27px;
	width:79.54%;
}
.h1-bloc-25-style{
	font-family:"TFSrivichai";
	font-size:24px;
	line-height:27px;
}
.img-hjdesign1-style{
	width:238px;
	padding:17px 17px 17px 17px;
	border-radius:28px 28px 28px 28px;
}
.img-hjdesign2-style{
	width:130px;
}
.p-8-style{
	font-family:"FCMinimalRegular";
	font-size:55px;
	line-height:55px;
	color:#F7DE9F!important;
}
.p-25224-style{
	font-family:"TFSrivichai";
	font-size:23px;
	line-height:26px;
	color:#FEFFFF!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 1px 0px;
}
.cardxxxx{
	border-style:solid;
	border-color:#7B6661!important;
	margin:0px 0px 0px 0px;
	padding:22px 22px 22px 22px;
	border-radius:25px 25px 25px 25px;
	border-width:1px 1px 1px 1px;
}
.cardxx555{
	border-style:none;
	border-color:#7B6661!important;
	background-color:#24403B;
	box-shadow:0px 3px 13px #C0C0C0;
	margin-right:0px;
	padding:12px 12px 12px 12px;
	border-radius:22px 22px 22px 22px;
	border-width:2px 2px 2px 2px;
}
.p-bloc-8-style{
	font-family:"TFSrivichai";
	line-height:24px;
}
.p-20-style{
	font-family:"TFSrivichai";
}
.p-21-style{
	font-family:"TFSrivichai";
}
.p-22-style{
	font-family:"TFSrivichai";
}
.p-17-style{
	font-size:66px;
	line-height:77px;
	font-family:"FCMinimalRegular";
	background-color:#002A1F;
	color:#FEFFFE!important;
	padding:10px 10px 10px 10px;
	border-radius:12px 12px 12px 12px;
}
.text19{
	font-size:28px;
	color:#E5B764!important;
	font-family:"DBPenThaiX-Bold";
}
.text66{
	font-family:"TFSrivichai";
	font-size:27px;
	color:#FEFFFF!important;
	padding-top:12px;
}
.cardxx{
	background-color:#551615;
	margin-right:0px;
	margin-bottom:25px;
	padding:12px 12px 12px 12px;
	border-radius:22px 22px 22px 22px;
}
.textweb{
	font-family:"DBPenThaiX-Bold";
	font-size:66px;
	background-color:#181F0D;
}
.p-43-style{
	line-height:77px;
	font-family:"FCMinimalRegular";
}
.p-51-style{
	line-height:77px;
}
.p-59-style{
	line-height:77px;
}
.p-67-style{
	line-height:77px;
}
.p-42-style{
	font-family:"FCMinimalRegular";
	font-size:44px;
	color:#FEFFFF!important;
}
.p-47-style{
	font-family:"TFSrivichai-Bold";
	color:#FEFFFF!important;
}
.p-24-style{
	font-family:"FCMinimalRegular";
}
.p-32-style{
	font-family:"FCMinimalRegular";
}
.p-16-style{
	font-family:"FCMinimalRegular";
}
.p-26514-style{
	font-family:"FCMinimalRegular";
	font-size:22px;
}
.container-div-style{
	height:40px;
}
.cardpack{
	background-color:#2F6764;
	margin-right:0px;
	padding:12px 12px 12px 12px;
	border-radius:22px 22px 22px 22px;
}
.p-bloc-20-style{
	font-size:66px;
	font-family:"FCMinimalRegular";
	line-height:77px;
}
.h1-style{
	font-size:33px;
	font-family:"FCMinimalRegular";
	color:#C4AE79!important;
}
.p-75-style{
	font-family:"FCMinimalRegular";
}
.p-64-style{
	font-family:"FCMinimalRegular";
}
.p-86-style{
	font-family:"FCMinimalRegular";
	font-size:26px;
}
.texee{
	font-family:"FCMinimalRegular";
	font-size:33px;
	color:#2C6460!important;
}
.container-div-bloc-22-style{
	height:132px;
}
.p-bloc-9-style{
	font-family:"FCMinimalRegular";
	font-size:39px;
	letter-spacing:0px;
}
.img-websitehj-style{
	width:260px;
	border-style:_popUpItemAction:;
	border-radius:22px 22px 22px 22px;
}
.imge12{
	width:100%;
	border-radius:28px 28px 28px 28px;
}
.row-47-style{
	width:100%;
}
.cardnew555{
	border-style:solid;
	border-color:#2F6865!important;
	margin-right:12px;
	margin-top:12px;
	background-color:#354742;
	padding:12px 12px 12px 12px;
	border-radius:22px 22px 22px 22px;
	border-width:1px 1px 1px 1px;
}
.cardrow{
	margin-top:12px;
}
.p-9-style{
	line-height:33px;
	font-size:24px;
}
.card44{
	margin-left:12px;
}
.img-pyth-style{
	width:70px;
}
.img-bootstrap-lo-style{
	width:83px;
}
.row8{
	margin-top:12px;
}
.cardxxx333{
	background-color:transparent;
}
.fit{
	padding:0px 0px 0px 0px;
}
.img-logo-new-style{
	width:178px;
}
.img-busi-en-style{
	width:232px;
}
.img-ตั้งชื่อ--style{
	width:178px;
}
.row12x{
	margin-bottom:44px;
}
.row15x{
	margin-bottom:22px;
}
.cardblack{
	background-color:#1C4A51;
	padding:22px 22px 22px 22px;
	border-radius:22px 22px 22px 22px;
}
.img-นามบัตรh-style{
	width:214px;
}
.h2-8-style{
	font-family:"DBHelvethaicaX-MedExt";
	color:#FEFFFF!important;
	text-transform:none;
	font-size:38px;
	line-height:40px;
}
.h2-48349-style{
	width:100%;
	font-family:"DBHelvethaicaX-LiExt";
	color:#FEFFFF!important;
	line-height:30px;
	font-size:28px;
}
.img-6-style{
	width:296px;
}
.img-161-style{
	width:157px;
}
.h2-package-a-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:35px;
	border-style:solid;
	line-height:44px;
	border-color:#C3A56C!important;
	color:#FEFFFF!important;
	border-width:0px 0px 3px 0px;
}
.card12s{
	margin-top:44px;
}
.p-bloc-5-style{
	line-height:28px;
	font-size:24px;
}
.card77{
	padding-top:33px;
}
.h2-bloc-5-style{
	width:100%;
	font-family:"FCMinimalRegular";
	color:#9A7C61!important;
	font-size:37px;
}
.h2-ศาสตร์-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:29px;
	color:#424242!important;
}
.h2-4-style{
	width:100%;
	font-family:"FCMinimalBold";
	font-size:44px;
	color:#0B2A1D!important;
}
.card00{
	padding-top:22px;
	padding-bottom:22px;
}
.h2-10-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:22px;
	color:#FEFFFF!important;
}
.card88{
	padding-top:22px;
}
.img-bloc-5-style{
	width:278px;
}
.cardfit{
	padding:0px 0px 0px 0px;
}
.img-bloc-7-style{
	width:62px;
}
.h1-บริการอื่นๆ -style{
	font-family:"FCMinimalRegular";
	color:#FEFFFF!important;
	font-size:25px;
}
.h1-อ่านต่อ-style{
	width:100%;
	color:#FEFFFF!important;
	border-style:_popUpItemAction:;
	border-color:#FEFFFF!important;
	text-decoration:none;
	font-family:"FCMinimalBold";
	text-align:center;
	font-size:22px;
	border-width:0px 0px 1px 0px;
}
.h1-bloc-7-style{
	width:100%;
	font-size:20px;
	font-family:"DBPenThaiX";
}
.img-dbd-registered-style{
	width:161px;
}
.p-117-style{
	width:100%;
	font-family:"FCMinimalRegular";
	color:#FEFFFF!important;
	font-size:44px;
}
.img-bloc-22-style{
	width:566px;
}
.cardblog{
	margin-top:33px;
}
.crd99{
	color:#FEFFFF!important;
	padding:0px 0px 0px 0px;
}
.dropdown-menu{
	background-color:#1C332F;
	color:#FEFFFF!important;
}
.img-bbers-style{
	width:429px;
}
.img-97-style{
	width:346px;
}
.text2{
	font-family:"DBPenThaiX";
	color:#FEFFFF!important;
}
.p-style{
	font-family:"FCMinimalBold";
	font-size:44px;
	line-height:48px;
}
.zoomwrap{
	;
}
.f1{
	padding:2px 2px 2px 2px;
}
.img-bloc-2-style{
	width:173px;
}
.btn-button-style{
	width:80.46%;
	border-style:solid;
	border-color:#BAA46F!important;
	background-color:#22413E;
	font-family:"FCMinimalRegular";
	text-align:center;
	border-radius:26.5px 26.5px 26.5px 26.5px;
}
.img-element-hj-2-style{
	width:419px;
}
.fb{
	background-color:#C3AE79;
	padding:15px 15px 15px 15px;
}
.h1-3493-style{
	width:100%;
	font-family:"FCMinimalBold";
	font-size:55px;
}
.h3-22-style{
	width:100%;
	font-family:"FCMinimalRegular";
	color:#1D3430!important;
	font-size:33px;
}
.img-9-style{
	width:437px;
	border-radius:0px 0px 0px 0px;
}
.rowxx{
	padding-bottom:33px;
}
.container-div-0-style{
	height:791px;
	background-image:url("img/Sec3hj-1.jpg");
	background-image: -webkit-image-set(url("img/Sec3hj-1.webp") 1x,
url("img/Sec3hj-1.webp") 2x);background-image: image-set(url("img/Sec3hj-1.jpg") 1x,
url("img/Sec3hj-1.jpg") 2x,url("img/Sec3hj-1.webp") 1x,
url("img/Sec3hj-1.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.label-style{
	font-family:"FCMinimalRegular";
	font-size:25px;
	color:#1C332F!important;
}
.sumbit{
	background-color:#1C332F;
	border-radius:33px 33px 33px 33px;
}
.btn-submit-style{
	width:100%;
	font-family:"FCMinimalRegular";
	font-size:28px;
	background-color:#1C332F;
	border-style:solid;
	border-color:#C3AE79!important;
	border-radius:33px 33px 33px 33px;
	border-width:3px 3px 3px 3px;
}
.fx{
	font-family:"FCMinimalRegular";
	font-size:21px;
	color:#FEFFFF!important;
}
.p-126-style{
	font-family:"TFSrivichai";
	font-size:25px;
	line-height:31px;
	width:96.97%;
}
.p-bloc-2-style{
	font-family:"TFSrivichai";
	font-size:25px;
}
.p-128-style{
	font-family:"TFSrivichai";
	font-size:25px;
}
.p-129-style{
	font-family:"TFSrivichai";
	font-size:25px;
}
.img-cover-ฮวงจุ้ย2-style{
	border-radius:41px 41px 41px 41px;
}
.bb{
	font-family:"FCMinimalBold";
	font-size:33px;
	text-align:center;
	color:#FEFFFF!important;
}
nav .dropdown-menu .nav-link{
	color:var(--swatch-var-7214)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1792:#F7EDA4;
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-2019:#1E3531;
	
	--swatch-var-2771:#FFFFFF;
	
	--swatch-var-3530:#009900;
	
	--swatch-var-2869:#1D3430;
	
	--swatch-var-5144:#F2BF89;
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-6354:#1D3430;
	
	--swatch-var-7214:#C5AE7A;
	
	--swatch-var-3356:#1E67F6;
	
	--swatch-var-1903:#7C6661;
	
	--swatch-var-3543:#E5B765;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-7066:#C5AE7A;
	
	--swatch-var-3838:#751619;
	
	--swatch-var-3733:#1D3430;
	
	--swatch-var-7257:#E5B765;
	
	--swatch-var-4734:#2F6865;
	
	--swatch-var-4600:#2D3A31;
	
	--swatch-var-7789:#F7EFE5;
	
	--swatch-var-551:#F7F4F1;
	
	--swatch-var-643:#F7F4F1;
	
	--swatch-var-6117:#F7EFE5;
	
	--swatch-var-3992:#000000;
	
	--swatch-var-5651:#144142;
	
	--swatch-var-4872:#3D4435;
	
	--swatch-var-4803:#144142;
	
	--swatch-var-4064:#3D4435;
	
	--swatch-var-1974:#751619;
	
	--swatch-var-5903:#FFFFFF;
	
	--swatch-var-1518:#404040;
	
	--swatch-var-6022:#645640;
	
	--swatch-var-7779:#645640;
	
	--swatch-var-2829:#796C4F;
	
	--swatch-var-1848:#E5B765;
	
	--swatch-var-4639:#E0D9D2;
	
}


/* Background colour styles */

.bgc-3733{
	background-color:var(--swatch-var-3733);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-4734{
	background-color:var(--swatch-var-4734);
}
.bgc-7066{
	background-color:var(--swatch-var-7066);
}
.bgc-7789{
	background-color:var(--swatch-var-7789);
}
.bgc-1903{
	background-color:var(--swatch-var-1903);
}
.bgc-2771{
	background-color:var(--swatch-var-2771);
}
.bgc-643{
	background-color:var(--swatch-var-643);
}
.bgc-6117{
	background-color:var(--swatch-var-6117);
}
.bgc-4600{
	background-color:var(--swatch-var-4600);
}
.bgc-6354{
	background-color:var(--swatch-var-6354);
}

/* Text colour styles */

.tc-7066{
	color:var(--swatch-var-7066)!important;
}
.tc-2771{
	color:var(--swatch-var-2771)!important;
}
.tc-2019{
	color:var(--swatch-var-2019)!important;
}
.tc-643{
	color:var(--swatch-var-643)!important;
}
.tc-4600{
	color:var(--swatch-var-4600)!important;
}
.tc-5903{
	color:var(--swatch-var-5903)!important;
}
.tc-7257{
	color:var(--swatch-var-7257)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-1903{
	color:var(--swatch-var-1903)!important;
}
.tc-6354{
	color:var(--swatch-var-6354)!important;
}
.tc-3733{
	color:var(--swatch-var-3733)!important;
}
.tc-6117{
	color:var(--swatch-var-6117)!important;
}
.tc-3992{
	color:var(--swatch-var-3992)!important;
}
.tc-7214{
	color:var(--swatch-var-7214)!important;
}

/* Icon colour styles */

.icon-3733{
	color:var(--swatch-var-3733)!important;
	border-color:var(--swatch-var-3733)!important;
}
.icon-7257{
	color:var(--swatch-var-7257)!important;
	border-color:var(--swatch-var-7257)!important;
}
.icon-2019{
	color:var(--swatch-var-2019)!important;
	border-color:var(--swatch-var-2019)!important;
}
.icon-4872{
	color:var(--swatch-var-4872)!important;
	border-color:var(--swatch-var-4872)!important;
}
.icon-7066{
	color:var(--swatch-var-7066)!important;
	border-color:var(--swatch-var-7066)!important;
}
.icon-7214{
	color:var(--swatch-var-7214)!important;
	border-color:var(--swatch-var-7214)!important;
}

/* Bloc image backgrounds */

.bg-pacaging-20huangjui{
	background-image:url("img/pacaging%20huangjui.png");
	background-image: -webkit-image-set(url("img/pacaging%20huangjui.webp") 1x,
url("img/pacaging%20huangjui.webp") 2x);background-image: image-set(url("img/pacaging%20huangjui.png") 1x,
url("img/pacaging%20huangjui.png") 2x,url("img/pacaging%20huangjui.webp") 1x,
url("img/pacaging%20huangjui.webp") 2x);
}
.bg-IMG-01d08{
	background-image:url("img/IMG_01d08.jpeg");
	background-image: -webkit-image-set(url("img/IMG_01d08.webp") 1x,
url("img/IMG_01d08.webp") 2x);background-image: image-set(url("img/IMG_01d08.jpeg") 1x,
url("img/IMG_01d08.jpeg") 2x,url("img/IMG_01d08.webp") 1x,
url("img/IMG_01d08.webp") 2x);
}
.bg-Row-2{
	background-image:url("img/Row-2.png");
	background-image: -webkit-image-set(url("img/Row-2.webp") 1x,
url("img/Row-2.webp") 2x);background-image: image-set(url("img/Row-2.png") 1x,
url("img/Row-2.png") 2x,url("img/Row-2.webp") 1x,
url("img/Row-2.webp") 2x);
}
.bg-ตั้งชื่อบริษัท{
	background-image:url("img/%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%A9%E0%B8%B1%E0%B8%97.jpg");
}
.bg-Greenhj-20-281-29-20-281-29{
	background-image:url("img/Greenhj%20%281%29%20%281%29.jpeg");
	background-image: -webkit-image-set(url("img/Greenhj%20%281%29%20%281%29.webp") 1x,
url("img/Greenhj%20%281%29%20%281%29.webp") 2x);background-image: image-set(url("img/Greenhj%20%281%29%20%281%29.jpeg") 1x,
url("img/Greenhj%20%281%29%20%281%29.jpeg") 2x,url("img/Greenhj%20%281%29%20%281%29.webp") 1x,
url("img/Greenhj%20%281%29%20%281%29.webp") 2x);
}
.bg-Wall56{
	background-image:url("img/Wall56.jpg");
	background-image: -webkit-image-set(url("img/Wall56.webp") 1x,
url("img/Wall56.webp") 2x);background-image: image-set(url("img/Wall56.jpg") 1x,
url("img/Wall56.jpg") 2x,url("img/Wall56.webp") 1x,
url("img/Wall56.webp") 2x);
}
.bg-d32387136412247-61f9434e21728-min{
	background-image:url("img/d32387136412247.61f9434e21728-min.gif");
}
.bg-ฮวงจุ้ยดีไซน์-coverlwebsite-5{
	background-image:url("img/%E0%B8%AE%E0%B8%A7%E0%B8%87%E0%B8%88%E0%B8%B8%E0%B9%89%E0%B8%A2%E0%B8%94%E0%B8%B5%E0%B9%84%E0%B8%8B%E0%B8%99%E0%B9%8C_coverlwebsite-5.jpg");
}
.bg-pacaging-20huangjui{
	background-image:url("img/pacaging%20huangjui.png");
	background-image: -webkit-image-set(url("img/pacaging%20huangjui.webp") 1x,
url("img/pacaging%20huangjui.webp") 2x);background-image: image-set(url("img/pacaging%20huangjui.png") 1x,
url("img/pacaging%20huangjui.png") 2x,url("img/pacaging%20huangjui.webp") 1x,
url("img/pacaging%20huangjui.webp") 2x);
}
.bg-Thai-hj{
	background-image:url("img/Thai_hj.jpeg");
	background-image: -webkit-image-set(url("img/Thai_hj.webp") 1x,
url("img/Thai_hj.webp") 2x);background-image: image-set(url("img/Thai_hj.jpeg") 1x,
url("img/Thai_hj.jpeg") 2x,url("img/Thai_hj.webp") 1x,
url("img/Thai_hj.webp") 2x);
}
.bg-hjnew19-1{
	background-image:url("img/hjnew19-1.jpg");
	background-image: -webkit-image-set(url("img/hjnew19-1.webp") 1x,
url("img/hjnew19-1.webp") 2x);background-image: image-set(url("img/hjnew19-1.jpg") 1x,
url("img/hjnew19-1.jpg") 2x,url("img/hjnew19-1.webp") 1x,
url("img/hjnew19-1.webp") 2x);
}

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

/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}.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){
	.hero-subheader{
		font-size:23px;
	}
	.img-sec3-style{
		width:593px;
	}
	.h3-style{
		font-size:28px;
	}
	.h3-bloc-2-style{
		font-size:25px;
	}
	.img-logohj-style{
		width:109px;
	}
	.p-bloc-3-style{
		font-family:"TFSrivichai";
		font-size:23px;
		line-height:29px;
		width:96.51%;
	}
	.blue-bg-gradient{
		;
	}
	.img-wirefra-style{
		width:541px;
	}
	.h1-bloc-5-style{
		font-family:"CordiaUPC";
		font-size:25px;
		line-height:29px;
	}
	.h1-bloc-6-style{
		font-family:"FCMinimalRegular";
		font-size:24px;
		line-height:27px;
		padding-top:0px;
	}
	.h1-3-style{
		font-size:22px;
		width:100%;
	}
	.img-15-style{
		width:90px;
	}
	.img-17-style{
		width:420px;
	}
	.img-19-style{
		width:90px;
	}
	.img-21-style{
		width:90px;
	}
	.img-16-style{
		width:300px;
	}
	.img-18-style{
		width:90px;
	}
	.img-20-style{
		width:90px;
	}
	.img-22-style{
		width:90px;
	}
	.navbar-brand img{
		width:140px;
	}
	.h2-style{
		font-size:28px;
	}
	.h1-bloc-4-style{
		width:78.3%;
		font-size:25px;
		line-height:29px;
	}
	.p-bloc-22-style{
		font-size:25px;
		line-height:29px;
	}
	.img-38-style{
		width:327px;
	}
	.mt-md-0{
	}
	.mt-md-4{
		;
	}
	.h1-16-style{
		line-height:29px;
		width:77.44%;
		font-size:25px;
		font-family:"TFSrivichai";
	}
	.h1-27-style{
		font-size:25px;
		line-height:29px;
		font-family:"CordiaUPC";
	}
	.h1-29-style{
		font-size:25px;
		line-height:29px;
		font-family:"CordiaUPC";
	}
	.h2-bloc-22-style{
		width:97.26%;
		font-family:"FCMinimalRegular";
		font-size:33px;
		background-color:#2D6562;
		padding:6px 12px 6px 12px;
	}
	.h2-bloc-4-style{
		font-size:28px;
	}
	.footer-link{
		font-size:20px;
	}
	.mt-1{
		;
	}
	.mt-lg-0{
		;
	}
	.p-29-style{
		width:35.1%;
		font-size:20px;
	}
	.img-colum-style{
		width:344px;
	}
	.divider-padding{
		width:24.23%;
	}
	.text-01{
		color:#A89575!important;
	}
	.p-14-style{
		border-color:#1C332F!important;
	}
	.p-18-style{
		border-color:#1D3230!important;
	}
	.p-bloc-30-style{
		font-size:16px;
	}
	.p-bloc-27-style{
		font-size:22px;
	}
	.p-11-style{
		font-size:22px;
		line-height:25px;
		color:#E3C380!important;
		font-family:"FCMinimalRegular";
	}
	.p-10-style{
		font-size:22px;
		line-height:25px;
	}
	.p-12-style{
		font-size:22px;
		line-height:25px;
	}
	.p-13-style{
		font-size:22px;
		line-height:25px;
	}
	.cardx33ss{
		padding:22px 22px 22px 22px;
	}
	.carousel-style{
		width:85.1%;
	}
	.p-25224-style{
		width:100%;
		font-size:22px;
		font-family:"CordiaUPC";
		line-height:29px;
		color:#FEFFFF!important;
	}
	.link-padding{
		padding-top:0px;
		padding-bottom:0px;
	}
	.cardxx555{
		padding:12px 12px 12px 12px;
	}
	.cardxx{
		padding-left:12px;
		padding-right:12px;
		margin-right:0px;
		margin-top:0px;
	}
	.h1-bloc-23-style{
		font-size:25px;
		line-height:29px;
	}
	.h1-28-style{
		font-size:24px;
	}
	.h1-bloc-25-style{
		font-size:25px;
		line-height:29px;
	}
	.p-5-style{
		font-family:"CordiaUPC";
	}
	.p-20-style{
		font-family:"CordiaUPC";
	}
	.p-bloc-8-style{
		font-family:"CordiaUPC";
	}
	.container-div-bloc-22-style{
		height:128px;
	}
	.container-div-style{
		height:70px;
	}
	.cardnew555{
		margin-right:12px;
	}
	.p-9-style{
		font-size:22px;
	}
	.p-bloc-9-style{
		font-size:33px;
		font-family:"FCMinimalRegular";
	}
	.img-hjdesign1-style{
		width:413px;
	}
	.colfix{
		padding:9px 9px 9px 9px;
	}
	.fit{
	}
	.card-bloc-3-style{
		width:100%;
	}
	.cardpack{
		padding:12px 12px 12px 12px;
	}
	.img-bannerhj2-style{
		padding-top:-0px;
		margin-top:0px;
	}
	.cardrow2{
		margin-top:33px;
	}
	.btn-style{
		width:60%;
		font-size:22px;
		line-height:24px;
	}
	.img-logo-new-style{
		width:244px;
	}
	.img-busi-en-style{
		width:244px;
	}
	.img-ตั้งชื่อ--style{
		width:190px;
	}
	.h2-8-style{
		font-size:38px;
		line-height:40px;
	}
	.h2-48349-style{
		font-size:28px;
	}
	.row12x{
	}
	.h1-bloc-22-style{
		font-size:39px;
	}
	.h2-package-a-style{
		font-family:"FCMinimalRegular";
		font-size:30px;
		line-height:35px;
	}
	.img-bloc-5-style{
		width:300px;
	}
	.img-bloc-7-style{
		width:65px;
	}
	.crd99{
		padding:0px 0px 0px 0px;
	}
	.h1-style{
		font-size:33px;
	}
	.card55{
		margin-bottom:22px;
	}
	.p-117-style{
		font-size:33px;
	}
	.img-bloc-22-style{
		width:395px;
	}
	.dropdown-menu{
		background-color:#2E3A31;
		color:#FEFFFF!important;
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
		font-size:25px;
	}
	.p-8-style{
		font-size:38px;
	}
	.img-websitehj-style{
		width:208px;
	}
	.img-นามบัตรh-style{
		width:157px;
	}
	.img-hjdesign2-style{
		width:128px;
	}
	.p-4-style{
		font-family:"TFSrivichai";
		line-height:26px;
		font-size:25px;
	}
	.p-style{
		font-size:44px;
	}
	.label-style{
		font-size:24px;
	}
	.btn-submit-style{
		width:89.72%;
	}
	.p-126-style{
		width:100%;
		font-family:"TFSrivichai";
		font-size:24px;
	}
	.bb{
		font-size:28px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.hero-subheader{
		font-size:24px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.blue-bg-gradient{
		background-color:#233F3A;
	}
	.navbar-brand img{
		width:110px;
	}
	.h3-bloc-2-style{
		font-size:29px;
	}
	.h3-style{
		font-size:29px;
	}
	.img-sec3-style{
		width:328px;
	}
	.p-bloc-3-style{
		font-size:25px;
		line-height:29px;
		width:100%;
		font-family:"TFSrivichai";
	}
	.img-logohj-style{
		padding-top:22px;
	}
	.img-wirefra-style{
		width:100%;
	}
	.h1-bloc-6-style{
		font-size:27px;
		font-family:"FCMinimalRegular";
		padding-top:3px;
		line-height:30px;
	}
	.h1-bloc-5-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.card-001{
		padding:1px 1px 1px 1px;
	}
	.h2-style{
		font-size:44px;
	}
	.img-colum-style{
		width:524px;
	}
	.img-logo-section1-style{
		width:364px;
	}
	.footer-link{
		font-size:18px;
	}
	.h1-bloc-29-style{
		font-family:"DBPenThaiX-Bold";
	}
	.h1-bloc-4-style{
		font-size:25px;
		line-height:29px;
		font-family:"CordiaUPC";
	}
	.h1-bloc-25-style{
		font-size:25px;
		line-height:29px;
		font-family:"CordiaUPC";
	}
	.p-bloc-22-style{
		font-size:23px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.p-14-style{
		font-size:24px;
	}
	.p-18-style{
		font-size:24px;
	}
	.h1-27-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.h1-28-style{
		font-size:24px;
		font-family:"FCMinimalRegular";
	}
	.h1-29-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.img-hjdesig-style{
		width:429px;
	}
	.p-36-bloc-29-style{
		font-family:"DBPenThaiX-Bold";
		font-size:22px;
		line-height:25px;
	}
	.creatss{
		font-size:28px;
		color:#E9D295!important;
		font-family:"DBPenThaiX-Bold";
	}
	.carousel-style{
		width:100%;
	}
	.img-huangju-style{
		width:410px;
	}
	.buttonxx{
		font-size:18px;
	}
	.arcard-33{
		padding:22px 22px 22px 22px;
	}
	.p-8-style{
		width:100%;
		font-size:44px;
	}
	.p-25224-style{
		font-size:24px;
		font-family:"TFSrivichai";
		line-height:26px;
		color:#FEFFFF!important;
	}
	.cardxx555{
		margin-bottom:22px;
	}
	.h2-bloc-22-style{
		width:66.67%;
		background-color:#2C615F;
		padding:2px 12px 2px 12px;
	}
	.divider-0-padding{
		width:100%;
	}
	.container-div-style{
		height:65px;
	}
	.h1-35-style{
		font-size:32px;
	}
	.cardpack{
		margin-bottom:17px;
	}
	.p-42-style{
		font-size:44px;
	}
	.p-bloc-20-style{
		font-size:77px;
	}
	.p-4-style{
		font-size:25px;
		line-height:29px;
		width:89.78%;
	}
	.p-5-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.p-29-style{
		font-size:19px;
		line-height:24px;
		width:68.28%;
	}
	.h1-16-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.h1-bloc-23-style{
		font-size:25px;
		line-height:29px;
		font-family:"TFSrivichai";
	}
	.container-div-bloc-22-style{
		height:100px;
	}
	.cardxx{
		padding:15px 15px 15px 15px;
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
		font-size:22px;
		line-height:25px;
	}
	.btn-style{
		width:70%;
		font-size:25px;
	}
	.p-bloc-9-style{
		letter-spacing:0px;
		font-size:36px;
		font-family:"FCMinimalRegular";
	}
	.row-47-style{
		padding-top:0px;
		margin:0px 0px 0px 0px;
	}
	.p-11-style{
		width:100%;
		font-family:"FCMinimalRegular";
		color:#E3C380!important;
		font-size:22px;
		line-height:30px;
	}
	.img-hjdesign1-style{
		width:202px;
		padding:12px 12px 12px 12px;
	}
	.img-bannerhj2-style{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.cardrow2{
		margin-top:33px;
		margin-bottom:33px;
	}
	.img-logo-new-style{
		width:196px;
	}
	.img-busi-en-style{
		width:196px;
	}
	.img-ตั้งชื่อ--style{
		width:197px;
	}
	.h2-8-style{
		font-size:29px;
		line-height:32px;
	}
	.h2-48349-style{
		font-size:20px;
	}
	.img-bloc-7-style{
		width:61px;
	}
	.h1-style{
		font-size:30px;
	}
	.h1-บริการอื่นๆ -style{
		font-size:22px;
	}
	.h1-bloc-7-style{
		font-size:18px;
	}
	.colfix{
		padding:8px 8px 8px 8px;
	}
	.h2-package-a-style{
		font-size:33px;
	}
	.p-bloc-5-style{
		font-size:23px;
	}
	.h2-10-style{
		font-size:22px;
	}
	.card88{
		padding-top:0px;
	}
	.h1-อ่านต่อ-style{
		font-size:19px;
	}
	.h2-bloc-5-style{
		font-size:33px;
	}
	.h2-4-style{
		font-size:25px;
	}
	.img-bloc-22-style{
		width:472px;
	}
	.p-9-style{
		line-height:27px;
		font-size:25px;
	}
	.img-websitehj-style{
		width:180px;
	}
	.cardnew555{
	}
	.img-นามบัตรh-style{
		width:174px;
	}
	.f2{
		margin-bottom:44px;
	}
	.img-9-style{
		width:355px;
	}
	.img-cover-ฮวงจุ้ย2-style{
		width:289px;
	}
	.img-8-style{
		width:341px;
	}
	.btn-button-style{
		width:54.04%;
		font-size:25px;
	}
	.f4{
		padding-bottom:55px;
	}
	.h1-bloc-22-style{
		font-size:44px;
	}
	.fit{
		text-align:center;
	}
	.container-div-0-style{
		width:100%;
	}
	.rowtop{
		padding-top:22px;
		padding-bottom:33px;
	}
	.h4-ที่อยู่ของเรา-style{
		text-align:center;
	}
	.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;
	}
		.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){
	.hero-subheader{
		font-size:22px;
		width:78.24%;
		line-height:25px;
		font-family:"DBPenThaiX";
	}
	.navbar-brand img{
		width:100px;
	}
	.hj-card-01{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.footer-link{
		text-align:center;
		font-family:"DBPenThaiX";
		font-weight:700&family=Lora;
		font-size:18px;
	}
	.p-bloc-3-style{
		width:100%;
		font-size:22px;
		line-height:24px;
		font-family:"TFSrivichai";
		margin:1px 1px 1px 1px;
	}
	.h3-style{
		font-size:26px;
	}
	.h3-bloc-2-style{
		font-size:28px;
	}
	.img-logohj-style{
		width:100px;
		padding-top:22px;
	}
	.img-bg-hj2-style{
		width:400px;
	}
	.img-sec3-style{
		width:259px;
	}
	.h4-style{
		font-family:"DBPenThaiX-Bold";
		font-size:20px;
	}
	.h4-สาระเนื้อหา-style{
		font-family:"DBPenThaiX-Bold";
		font-size:20px;
	}
	.h4-ที่อยู่ของเรา-style{
		font-size:20px;
		font-family:"FCMinimalRegular";
	}
	.h1-bloc-5-style{
		font-size:24px;
		line-height:28px;
		font-family:"TFSrivichai";
	}
	.h1-bloc-6-style{
		font-size:22px;
		line-height:24px;
		font-family:"FCMinimalRegular";
	}
	.h1-3-style{
		font-size:22px;
		font-family:"DBPenThaiX";
		line-height:24px;
	}
	.btn-color{
		font-size:17px;
		width:27.41%;
		padding:7px 7px 7px 7px;
	}
	.ar-card-02{
		padding-top:0px;
		padding-right:0px;
		padding-left:0px;
		margin:0px 0px 0px 0px;
	}
	.card-001{
		margin:1px 1px 1px 1px;
		padding:1px 1px 1px 1px;
	}
	.h2-style{
		font-size:28px;
		line-height:34px;
	}
	.img-colum-style{
		width:300px;
		padding:1px 1px 1px 1px;
	}
	.h1-bloc-4-style{
		font-size:24px;
		line-height:28px;
		width:94.29%;
		font-family:"TFSrivichai";
	}
	.h1-35-style{
		font-size:26px;
		font-family:"FCMinimalRegular";
	}
	.h2-13-style{
		font-size:26px;
	}
	.p-bloc-22-style{
		font-size:22px;
		line-height:28px;
		width:100%;
		font-family:"TFSrivichai";
	}
	.p-14-style{
		font-size:22px;
		line-height:22px;
	}
	.p-18-style{
		font-size:20px;
		line-height:22px;
	}
	.bgoxa{
		background-color:#222426;
	}
	.mt-1{
	}
	.img-wirefra-style{
		width:100%;
	}
	.h1-29-style{
		font-size:24px;
		line-height:28px;
		font-family:"TFSrivichai";
	}
	.h1-27-style{
		font-size:24px;
		line-height:28px;
		font-family:"TFSrivichai";
	}
	.h1-16-style{
		font-size:24px;
		line-height:28px;
		width:93.87%;
		font-family:"TFSrivichai";
		padding:1px 1px 1px 1px;
	}
	.p-29-style{
		width:88.57%;
		font-size:19px;
		line-height:25px;
		font-family:"FCMinimalRegular";
	}
	.img-logo-section1-style{
		width:270px;
		padding:1px 1px 1px 1px;
	}
	.img-logo-section2-style{
		width:300px;
		padding:0px 0px 0px 0px;
	}
	.p-bloc-29-style{
		line-height:22px;
		width:72.14%;
	}
	.text-trans-gradient{
		font-family:"FCMinimalRegular";
		font-size:33px;
		background-color:#C5AE7A;
		letter-spacing:0px;
	}
	.btn-submit-style{
		width:68.46%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.h1-2-style{
		font-size:22px;
		line-height:24px;
	}
	.h1-โลโก้ฮวงุจ้ย-style{
		font-family:"DBPenThaiX-Bold";
		font-size:44px;
		color:#7e695d;
	}
	.h1-bloc-22-style{
		font-family:"FCMinimalBold";
		font-size:33px;
	}
	.h1-bloc-29-style{
		font-family:"DBPenThaiX-Bold";
		font-size:25px;
	}
	.h1-ติดต่อเรา-style{
		font-family:"DBPenThaiX-Bold";
		font-size:55px;
	}
	.h1-40-style{
		font-size:28px;
	}
	.h1-28-style{
		font-family:"FCMinimalRegular";
		font-size:22px;
	}
	.h3-7-style{
		line-height:36px;
		font-size:28px;
	}
	.p-bloc-27-style{
		font-size:22px;
		line-height:24px;
	}
	.p-10-style{
		font-size:22px;
		line-height:24px;
		width:100%;
	}
	.p-11-style{
		font-size:22px;
		line-height:24px;
		width:100%;
		font-family:"FCMinimalRegular";
		color:#E3C380!important;
	}
	.p-12-style{
		font-size:22px;
		line-height:24px;
	}
	.p-13-style{
		font-size:22px;
		line-height:24px;
	}
	.h1-bloc-25-style{
		line-height:28px;
		font-size:24px;
		font-family:"TFSrivichai";
	}
	.cardx33ss{
		padding:22px 22px 22px 22px;
	}
	.p-36-style{
		font-size:22px;
		line-height:24px;
	}
	.p-37-style{
		font-size:22px;
		line-height:24px;
	}
	.p-38-style{
		font-size:22px;
		line-height:24px;
	}
	.p-36-bloc-29-style{
		font-family:"DBPenThaiX-Bold";
	}
	.cccxx{
		padding-left:1px;
	}
	.arcard-33{
		background-color:#7E6A5D;
		padding:11px 11px 11px 11px;
	}
	.bg-gradient-3{
		background-color:#7E6A5D;
	}
	.img-ภาดล-281-29-style{
		width:131px;
	}
	.img-2-style{
		width:300px;
	}
	.cardxx555{
		margin:7px 7px 7px 7px;
		padding:12px 12px 12px 12px;
	}
	.h2-bloc-22-style{
		width:90.74%;
		font-size:23px;
		background-color:#2E6966;
		color:#FEFFFF!important;
		line-height:34px;
		border-style:none;
		padding:2px 18px 2px 18px;
	}
	.h1-bloc-23-style{
		font-size:24px;
		width:100%;
		line-height:28px;
		font-family:"TFSrivichai";
	}
	.container-div-style{
		height:18px;
	}
	.img-waka--style{
		width:100vw;
	}
	.p-42-style{
		font-size:33px;
	}
	.p-86-style{
		font-size:22px;
		line-height:25px;
	}
	.img-hjdesig-style{
		width:100%;
	}
	.cardxx{
		margin:10px 2px 10px 2px;
		padding:12px 12px 12px 12px;
	}
	.text66{
		color:#FEFFFF!important;
		text-align:center;
		font-size:23px;
	}
	.cardpack{
		padding-left:12px;
		padding-right:12px;
		margin:10px 2px 10px 2px;
	}
	.p-4-style{
		font-size:24px;
		line-height:27px;
	}
	.p-5-style{
		font-size:24px;
		line-height:28px;
		font-family:"TFSrivichai";
	}
	.btn-style{
		width:80%;
		margin-bottom:27px;
		font-size:18px;
		background-color:#354641;
		padding:4px 0px 4px 0px;
		border-radius:7px 7px 7px 7px;
	}
	.btn-โลโก้ฮวงจุ้ย-style{
		width:57.41%;
	}
	.p-bloc-8-style{
		font-family:"TFSrivichai";
		font-size:23px;
	}
	.p-20-style{
		font-family:"TFSrivichai";
		font-size:23px;
	}
	.p-25224-style{
		font-size:22px;
		font-family:"TFSrivichai";
		line-height:25px;
		text-align:center;
		color:#FEFFFF!important;
	}
	.p-21-style{
		font-family:"TFSrivichai";
	}
	.container-div-bloc-22-style{
		height:72px;
	}
	.p-bloc-9-style{
		font-size:28px;
		line-height:38px;
		font-family:"FCMinimalRegular";
		letter-spacing:0px;
	}
	.p-bloc-1-style{
		font-family:"FCMinimalRegular";
	}
	.p-22-style{
		font-family:"TFSrivichai";
	}
	.p-47-style{
		font-family:"TFSrivichai-Bold";
	}
	.cardnew555{
		padding-top:7px;
		background-color:#354641;
		margin:10px 10px 10px 10px;
		border-width:1px 1px 1px 1px;
	}
	.p-8-style{
		line-height:55px;
		font-family:"FCMinimalRegular";
		font-size:44px;
	}
	.p-9-style{
		font-size:22px;
		line-height:23px;
	}
	.img-hjdesign1-style{
		width:175px;
		padding:2px 2px 2px 2px;
	}
	.img-bannerhj2-style{
		width:208px;
		padding-top:0px;
		margin-top:0px;
		border-radius:31px 31px 31px 31px;
	}
	.row8{
		margin-top:22px;
		margin-bottom:22px;
	}
	.cardrow{
		margin-top:33px;
	}
	.colfix{
		margin-top:1px;
		padding:3px 3px 3px 3px;
	}
	.fit{
	}
	.img-websitehj-style{
		width:142px;
		border-radius:10px 10px 10px 10px;
	}
	.img-pyth-style{
		width:56px;
	}
	.cardrow2{
		margin-top:22px;
		margin-bottom:22px;
	}
	.h2-8-style{
		font-size:24px;
		line-height:26px;
	}
	.h2-48349-style{
		line-height:22px;
		font-size:16px;
	}
	.row12x{
	}
	.img-logo-new-style{
		width:213px;
	}
	.img-ตั้งชื่อ--style{
		width:123px;
	}
	.img-busi-en-style{
		width:213px;
	}
	.img-hjdesign2-style{
		width:103px;
	}
	.img-6-style{
		width:103px;
	}
	.h2-package-a-style{
		border-bottom-width:2px;
		line-height:44px;
		font-size:30px;
	}
	.p-bloc-5-style{
		line-height:26px;
		font-size:22px;
	}
	.img-bloc-5-style{
		width:203px;
	}
	.img-16-style{
		width:203px;
	}
	.img-17-style{
		width:226px;
	}
	.h2-bloc-5-style{
		font-size:29px;
	}
	.h2-4-style{
		font-size:24px;
		color:#505746!important;
	}
	.h1-บริการอื่นๆ -style{
		font-size:20px;
	}
	.h1-bloc-7-style{
		font-size:15px;
		text-decoration:none;
	}
	.crd99{
		padding:0px 0px 0px 0px;
	}
	.img-bloc-7-style{
		width:51px;
	}
	.h1-style{
		font-size:22px;
	}
	.img-161-style{
		width:131px;
	}
	.h1-อ่านต่อ-style{
		text-decoration:none;
		font-weight:100;
		font-size:14px;
	}
	.img-dbd-registered-style{
		width:117px;
	}
	.p-117-style{
		font-size:21px;
	}
	.img-bloc-22-style{
		width:279px;
	}
	.img-bbers-style{
		width:204px;
	}
	.cardbottom00{
		margin-bottom:12px;
	}
	.h2-bloc-4-style{
		font-size:23px;
	}
	.img-นามบัตรh-style{
		width:149px;
	}
	.card00{
		padding:2px 2px 2px 2px;
	}
	.h2-ศาสตร์-style{
		font-size:24px;
	}
	.h2-หลักปีเกิด -style{
		font-size:28px;
	}
	.img-97-style{
		width:236px;
	}
	.card1{
		background-color:#143B3B;
	}
	.p-style{
		font-size:33px;
	}
	.btn-button-style{
		width:84.81%;
	}
	.f4{
		padding-left:9px;
		padding-right:9px;
	}
	.f2{
	}
	.fx{
		font-family:"FCMinimalRegular";
		font-size:19px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#434A3A;
	}
	.p-126-style{
	}
	.img-9-style{
		width:231px;
	}
	.p-bloc-2-style{
		font-size:24px;
	}
	.p-128-style{
		font-size:24px;
	}
	.p-129-style{
		font-size:24px;
	}
	.img-cover-ฮวงจุ้ย2-style{
		border-radius:0px 0px 0px 0px;
	}
	.bb{
		font-size:24px;
		color:#FEFFFF!important;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

