/*-----------------------------------------------------------------------------------
	TGS
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	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:'Anuphan-SemiBold';
	src: url('./fonts/Anuphan-SemiBold/Anuphan-SemiBold.ttf');
	src: url('./fonts/Anuphan-SemiBold/Anuphan-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

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


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


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


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

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

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}

/* 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-thick-bars{
	margin-top:4px!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}
}

/* = 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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}


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

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
/* = 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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Anuphan-Regular";
}
.container{
	max-width:1140px;
}
.contents-card{
	background-color:var(--swatch-var-6936);
	border-radius:30px 30px 30px 30px;
}
.contents-item{
	border-style:solid;
	border-color:var(--swatch-var-4742)!important;
	border-width:0px 0px 1px 0px;
}
.number-label{
	float:right;
	text-align:right;
	min-width:50px;
}
.contents-title{
	display:inline-block;
}
.section-heading{
	font-size:20px;
	margin-bottom:20px;
}
.quote-avatar{
	width:100px;
}
.book-container{
	box-shadow:0.00px 26.00px 25px rgba(0,0,0,0.32);
	min-height:600px;
	background-color:var(--swatch-var-1078);
	background:linear-gradient(0deg, #DCDCDC 0%, #FFFFFF  100%);
	position:relative;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	min-width:100%;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding:40px 40px 40px 40px;
}
.primary-gradient{
	border-style:none;
	background-color:var(--swatch-var-1078);
	color:var(--swatch-var-1078)!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);
}
.bloc-fill{
	fill:var(--swatch-var-6920);
}
.hero-heading{
	font-size:60px;
	font-family:"Anuphan-SemiBold";
	color:var(--swatch-var-4165)!important;
}
.hero-sub-heading{
	font-size:26px;
	font-family:"DBAdmanX";
	color:var(--swatch-var-3030)!important;
}
.testimonial-card{
	box-shadow:0.00px -0.00px 13px rgba(0,0,0,0.10);
	padding:20px 20px 20px 20px;
	border-radius:1px 1px 1px 1px;
}
.grid-testimonial-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:38px;
}
.price-title{
	font-size:55px;
}
.pricing-sub-heading{
	font-size:20px;
}
.price-card{
	background-color:var(--swatch-var-3202);
	text-align:left;
	padding:25px 25px 25px 25px;
	border-radius:30px 30px 30px 30px;
}
.pricing-info{
	min-height:65px;
	font-size:17px;
}
.price-list-icon{
	height:20px;
	width:20px;
	float:left;
	margin-right:10px;
}
.dark-icon{
	opacity:0.8;
}
.price-list-item{
	display:inline;
}
.white-btn{
	color:var(--swatch-var-6936)!important;
	background-color:var(--swatch-var-6702);
}
.white-bg{
	background-color:var(--swatch-var-1078);
}
.link-style{
	font-family:"Poppins";
	font-weight:700;
}
.section-sub-heading{
	font-weight:400;
	font-size:22px;
}
.avatar-img{
	max-width:250px;
}
.video-info{
	font-size:14px;
}
.book-title{
	font-weight:600;
	font-size:33px;
}
.primary-text{
	color:var(--swatch-var-2641)!important;
}
.qoute-heading{
	font-size:36px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-1078);
	fill:var(--swatch-var-1078);
}
.hero-btn{
	min-width:200px;
	font-size:17px;
	color:var(--swatch-var-3030)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6702)!important;
}
.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;
}
.video-frame video{
	border-radius:12px 12px 12px 12px;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-1078);
	fill:var(--swatch-var-1078);
}
.navbar-brand img{
	width:130px;
}
.navbar-nav li a{
	font-size:15px;
	color:var(--swatch-var-7465)!important;
	font-family:"Anuphan-SemiBold";
}
.head{
	background-color:var(--swatch-var-1945);
	padding:0px 12px 0px 12px;
}
.textblue{
	color:var(--swatch-var-6702)!important;
	font-family:"Anuphan-SemiBold";
	font-size:55px;
}
.p-bloc-2-style{
	width:100%;
	color:var(--swatch-var-2854)!important;
	font-family:"TFSrivichai";
	font-size:24px;
	line-height:28px;
}
.card1{
	border-color:var(--swatch-var-5773)!important;
	border-width:0px 0px 0px 1px;
}
.h1-3-style{
	width:100%;
	font-size:88px;
	color:var(--swatch-var-4341)!important;
	line-height:99px;
}
.h1-years-style{
	width:100%;
	font-size:22px;
	color:var(--swatch-var-6497)!important;
}
.card3{
	border-style:solid;
	border-color:var(--swatch-var-6497)!important;
	border-width:0px 0px 0px 1px;
}
.p-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	color:var(--swatch-var-7465)!important;
	font-size:22px;
	line-height:34px;
	padding:0px 0px 0px 0px;
	background-color:var(--swatch-var-6920);
}
.h4-style{
	font-size:31px;
	color:var(--swatch-var-4341)!important;
}
.p-3-style{
	width:100%;
	font-family:"TFSrivichai";
	font-size:25px;
	line-height:31px;
	color:var(--swatch-var-6497)!important;
	text-decoration:none;
}
.img-style{
	width:55%;
}
.card2{
	border-width:0px 1px 0px 0px;
	border-color:var(--swatch-var-5773)!important;
}
.h1-hero-style{
	font-family:"Anuphan-SemiBold";
	line-height:71px;
	font-size:55px;
	width:50.51%;
}
.big3{
	font-family:"Anuphan-SemiBold";
	font-size:66px;
}
.btn-padding-top{
	width:32.31%;
	font-family:"Anuphan-SemiBold";
	font-size:16px;
	padding-top:12px;
	padding-bottom:12px;
}
.h1-style{
	font-size:44px;
	color:var(--swatch-var-6702)!important;
	line-height:61px;
	text-decoration:none;
}
.p-bloc-4-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	color:var(--swatch-var-3578)!important;
	font-size:19px;
}
.h1-24x7-style{
	width:100%;
	font-family:"DBRamintraX-Bold";
	font-size:66px;
	color:var(--swatch-var-6514)!important;
	text-transform:none;
	line-height:66px;
}
.container-div-bloc-8-min-height{
	min-height:199px;
	background-color:var(--swatch-var-1078);
	width:100%;
}
.p-main{
	font-family:"Anuphan-SemiBold";
	color:var(--swatch-var-3578)!important;
	font-size:17px;
	line-height:24px;
	text-decoration:none;
}
.img-avatar-style{
	width:80%;
}
.p-25{
	line-height:17px;
	font-size:18px;
	font-family:"DBOzoneX";
	color:var(--swatch-var-612)!important;
	text-decoration:none;
	width:100%;
}
.textsmall{
	font-size:16px;
	line-height:13px;
}
.img-bloc-5-style{
	width:89%;
}
.p-bloc-5-style{
	font-size:20px;
	line-height:23px;
	font-family:"TFSrivichai";
	color:#161616!important;
	width:100%;
}
.img-6-style{
	width:56%;
}
.textqq{
	color:var(--swatch-var-6702)!important;
	font-size:12px;
	font-family:"Anuphan-Regular";
	text-decoration:none;
}
.h3-1-style{
	line-height:32px;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto auto;
}
.img-icon-style{
	width:30%;
}
.p-bloc-15-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	color:var(--swatch-var-3578)!important;
	font-size:22px;
	background-color:var(--swatch-var-1078);
	padding:22px 22px 22px 22px;
}
.img-v1-copy-style{
	width:40px;
}
.img-tgs-lo-style{
	width:40%;
}
.img-bloc-9-style{
	width:80%;
}
.grid-bloc-17-style{
	grid-template-columns:1fr;
	grid-template-rows:auto;
}
.text{
	font-size:15px;
	font-family:"Anuphan-Regular";
	color:var(--swatch-var-4019)!important;
}
.text2{
	font-size:15px;
	color:var(--swatch-var-4019)!important;
	font-family:"Anuphan-Regular";
}
.text33{
	font-family:"Anuphan-Regular";
	font-size:17px;
	color:var(--swatch-var-7223)!important;
}
label{
	font-family:"Anuphan-Regular";
	font-size:15px;
	color:var(--swatch-var-4618)!important;
}
.btn-style{
	width:74.22%;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:21px 21px 21px 21px;
	background-color:var(--swatch-var-6702);
	font-family:"Anuphan-SemiBold";
	font-size:14px;
}
.p-bloc-25-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	font-size:22px;
	color:var(--swatch-var-1078)!important;
}
.img-bloc-21-style{
	width:144px;
}
.cardfit{
	padding:0px 0px 0px 0px;
}
.img-purchase-ord-style{
	width:33%;
}
.cardxx{
	background-color:var(--swatch-var-3744);
}
.img-37-style{
	width:70%;
}
.h1-20-style{
	width:100%;
	font-family:"Anuphan-Regular";
	color:var(--swatch-var-1494)!important;
	text-decoration:none;
	line-height:32px;
	font-size:19px;
}
.boldmai{
	font-family:"Anuphan-SemiBold";
	text-decoration:none;
	color:var(--swatch-var-3744)!important;
	font-size:19px;
}
.img-csr-map-style{
	width:60%;
}
.fit{
	padding-left:0px;
	padding-right:0px;
}
.p-bloc-9-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	font-size:23px;
	line-height:33px;
	color:var(--swatch-var-1494)!important;
}
.img-itagclo-style{
	width:50%;
}
.h1-bloc-1-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
	font-size:22px;
	color:var(--swatch-var-6500)!important;
	line-height:28px;
}
.grid-bloc-1-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	min-height:57px;
	column-gap:13px;
}
.img-bloc-53-style{
	width:77%;
}
.h1-20-style:hover{
	color:var(--swatch-var-6936)!important;
}
.boldmai:hover{
	color:var(--swatch-var-5752)!important;
}
.grid-bloc-10-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
}
.grid-bloc-34-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
}
.img-bloc-13-style{
	width:96px;
}
.carddrop{
	border-style:none;
	width:12px;
	background-color:var(--swatch-var-4902);
}
.cardlist{
	padding-left:0px;
	padding-right:0px;
}
.btn-button-padding-top{
	padding-top:14px;
	padding-bottom:14px;
	width:100%;
	background-size:cover;
	background-image:url("img/earth.png");
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-color:var(--swatch-var-4902);
	color:var(--swatch-var-4902)!important;
	font-size:5px;
}
.btn-button-padding-top:hover{
	background-image:url("img/earth.png");
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-color:var(--swatch-var-4902);
	background-size:cover;
	color:var(--swatch-var-4902)!important;
}
.btn-button-padding-top:active{
	background-image:url("img/earth.png");
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-color:var(--swatch-var-4902);
	background-size:cover;
}
.btn-button-padding-top:focus{
	background-image:url("img/earth.png");
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-size:cover;
	background-color:var(--swatch-var-4902);
}
.btn-button-padding-top:visited{
	background-image:url("img/earth.png");
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-image: -webkit-image-set(url("img/earth.webp") 1x,
url("img/earth.webp") 2x);background-image: image-set(url("img/earth.png") 1x,
url("img/earth.png") 2x,url("img/earth.webp") 1x,
url("img/earth.webp") 2x);
	background-color:var(--swatch-var-4902);
}
.link-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.bloc-bloc-3-style{
	height:40px;
	width:53.31%;
	font-family:"Anuphan-Regular";
	font-size:12px;
	background-color:var(--swatch-var-4902);
	color:var(--swatch-var-7908)!important;
	border-style:none;
}
.bloc-bloc-3-style:hover{
	background-color:var(--swatch-var-4902);
}
.bloc-bloc-3-style:active{
	background-color:var(--swatch-var-4902);
}
.bloc-bloc-3-style:focus{
	background-color:var(--swatch-var-4902);
}
.bloc-bloc-3-style:visited{
	background-color:var(--swatch-var-4902);
	font-size:12px;
	color:var(--swatch-var-7908)!important;
}
.card{
	background-color:var(--swatch-var-4902);
	color:var(--swatch-var-7908)!important;
}
.cardtran{
	background-color:var(--swatch-var-4902);
	color:var(--swatch-var-7908)!important;
	font-family:"Anuphan-Regular";
	font-size:14px;
	border-style:none;
}
.cardtran:hover{
	background-color:var(--swatch-var-4902);
	border-style:none;
}
.cardtran:active{
	background-color:var(--swatch-var-4902);
	border-style:none;
}
.cardtran:focus{
	background-color:var(--swatch-var-4902);
}
.cardicon{
	background-color:var(--swatch-var-4902);
	border-style:none;
	width:44px;
}
.img44{
	width:33px;
}
.btn-button-style{
	width:100%;
	font-family:"Anuphan-Regular";
	font-size:15px;
	color:var(--swatch-var-7908)!important;
	background-color:var(--swatch-var-4902);
	border-style:none;
}
.button2{
	width:100%;
	background-color:var(--swatch-var-4902);
}
.btn-button-style:hover{
	background-color:var(--swatch-var-4902);
	border-style:none;
}
.button2:hover{
	background-color:var(--swatch-var-4902);
}
.button2:active{
	background-color:var(--swatch-var-4902);
}
.btn-button-style:active{
	background-color:var(--swatch-var-4902);
	border-style:none;
}
.textlink{
	font-family:"Anuphan-Regular";
	font-size:13px;
	color:var(--swatch-var-7908)!important;
}
.carmenu{
	padding:0px 12px 0px 12px;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-3177);
}
h2{
	font-family:"Anuphan-Regular";
	font-size:15px;
}
.field-style{
	width:100%;
}
.p-bloc-10-style{
	width:100%;
	font-family:"Anuphan-SemiBold";
	font-size:16px;
	color:var(--swatch-var-4165)!important;
}
.option-select-style{
	width:100%;
}
.field-bloc-10-style{
	width:62.05%;
}
.option-select-bloc-10-style{
	width:92.31%;
}
.option-select-0-style{
	width:96.15%;
}
.option-select-40890-style{
	width:100%;
}
.img-60-style{
	width:70px;
}
.row-style{
	width:100%;
}
.card13{
	margin-top:33px;
}
.card-body-1-style{
	height:221px;
}
.btn-14-style{
	width:100%;
	font-family:"DBHelvethaicaX-Med";
	font-size:22px;
	color:var(--swatch-var-7211)!important;
	border-radius:11px 11px 11px 11px;
	border-style:solid;
	border-color:var(--swatch-var-7211)!important;
	background-color:var(--swatch-var-1617);
}
.btn-14-style:hover{
	background-color:var(--swatch-var-7211);
	color:var(--swatch-var-1078)!important;
}
.img-133-style{
	width:66px;
}
.img-maps-2-style{
	width:30%;
}
.grid-0-style{
	grid-template-columns:1fr 1fr 1fr;
}
.img-109-style{
	width:164px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2641:rgba(38,99,235,1.00);
	
	--swatch-var-1078:rgba(255,255,255,1.00);
	
	--swatch-var-3578:rgba(20,20,20,1.00);
	
	--swatch-var-6936:rgba(248,250,252,1.00);
	
	--swatch-var-4742:rgba(0,0,0,0.10);
	
	--swatch-var-509:rgba(0,0,0,0.50);
	
	--swatch-var-257:rgba(255,255,255,0.50);
	
	--swatch-var-417:rgba(51,0,51,1.00);
	
	--swatch-var-1545:rgba(44,15,119,1.00);
	
	--swatch-var-5773:rgba(104,211,255,1.00);
	
	--swatch-var-3030:rgba(6,34,68,1.00);
	
	--swatch-var-2854:#000000;
	
	--swatch-var-1795:#001B5A;
	
	--swatch-var-7379:rgba(0,23,36,1.00);
	
	--swatch-var-1494:rgba(255,255,255,1.00);
	
	--swatch-var-6885:rgba(0,23,36,1.00);
	
	--swatch-var-6497:rgba(0,0,0,1.00);
	
	--swatch-var-4341:rgba(35,34,146,1.00);
	
	--swatch-var-6702:rgba(33,59,85,1.00);
	
	--swatch-var-3518:rgba(172,174,191,1.00);
	
	--swatch-var-7931:rgba(255,255,255,1.00);
	
	--swatch-var-1546:rgba(255,255,255,0.10);
	
	--swatch-var-5984:#301E02;
	
	--swatch-var-7223:rgba(20,20,20,1.00);
	
	--swatch-var-4480:rgba(82,84,57,1.00);
	
	--swatch-var-5091:rgba(222,224,182,1.00);
	
	--swatch-var-64:#141414;
	
	--swatch-var-4764:rgba(0,0,0,0.1);
	
	--swatch-var-6254:#BA8A55;
	
	--swatch-var-6025:#7C4F12;
	
	--swatch-var-612:#525439;
	
	--swatch-var-4019:rgba(51,51,51,1.00);
	
	--swatch-var-1945:rgba(229,229,229,1.00);
	
	--swatch-var-2298:rgba(22,71,166,1.00);
	
	--swatch-var-7773:#2663EB;
	
	--swatch-var-5752:rgba(104,211,255,1.00);
	
	--swatch-var-7465:rgba(33,59,85,1.00);
	
	--swatch-var-5741:rgba(255,255,255,0.00);
	
	--swatch-var-4165:rgba(33,59,85,1.00);
	
	--swatch-var-6920:rgba(255,255,255,0.10);
	
	--swatch-var-3744:rgba(255,255,255,1.00);
	
	--swatch-var-5074:#213B55;
	
	--swatch-var-6894:rgba(255,255,255,0.1);
	
	--swatch-var-930:rgba(0,0,0,0.50);
	
	--swatch-var-557:rgba(255,255,255,0.50);
	
	--swatch-var-6500:rgba(255,255,255,1.00);
	
	--swatch-var-4618:rgba(0,23,36,1.00);
	
	--swatch-var-5861:rgba(94,94,94,1.00);
	
	--swatch-var-460:rgba(241,243,249,1.00);
	
	--swatch-var-6514:rgba(15,52,97,1.00);
	
	--swatch-var-7908:rgba(6,34,68,1.00);
	
	--swatch-var-3830:rgba(22,71,166,1.00);
	
	--swatch-var-4902:rgba(255,255,255,0.00);
	
	--swatch-var-3177:rgba(255,255,255,1.00);
	
	--swatch-var-2979:#2C0F77;
	
	--swatch-var-6125:#E5E5E5;
	
	--swatch-var-7487:#062244;
	
	--swatch-var-6834:rgba(255,255,255,0);
	
	--swatch-var-4135:#68D3FF;
	
	--swatch-var-1865:#333333;
	
	--swatch-var-3617:#FFFFFF;
	
	--swatch-var-7211:#D72328;
	
	--swatch-var-2224:#D72328;
	
	--swatch-var-2768:#C3C190;
	
	--swatch-var-1617:#F5F5F5;
	
	--swatch-var-6765:rgba(0,0,0,0.5);
	
}


/* Background colour styles */

.bgc-2641{
	background-color:var(--swatch-var-2641);
}
.bgc-6936{
	background-color:var(--swatch-var-6936);
}
.bgc-1494{
	background-color:var(--swatch-var-1494);
}
.bgc-1546{
	background-color:var(--swatch-var-1546);
}
.bgc-6894{
	background-color:var(--swatch-var-6894);
}
.bgc-6702{
	background-color:var(--swatch-var-6702);
}
.bgc-4764{
	background-color:var(--swatch-var-4764);
}
.bgc-5741{
	background-color:var(--swatch-var-5741);
}
.bgc-1078{
	background-color:var(--swatch-var-1078);
}
.bgc-6834{
	background-color:var(--swatch-var-6834);
}

/* Text colour styles */

.tc-2768{
	color:var(--swatch-var-2768)!important;
}

/* Link colour styles */

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

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-de6138630d{
	background-image:url("img/de6138630d.jpeg");
	background-image: -webkit-image-set(url("img/de6138630d.webp") 1x,
url("img/de6138630d.webp") 2x);background-image: image-set(url("img/de6138630d.jpeg") 1x,
url("img/de6138630d.jpeg") 2x,url("img/de6138630d.webp") 1x,
url("img/de6138630d.webp") 2x);
}
.bg-34daa75ed0{
	background-image:url("img/34daa75ed0.jpeg");
	background-image: -webkit-image-set(url("img/34daa75ed0.webp") 1x,
url("img/34daa75ed0.webp") 2x);background-image: image-set(url("img/34daa75ed0.jpeg") 1x,
url("img/34daa75ed0.jpeg") 2x,url("img/34daa75ed0.webp") 1x,
url("img/34daa75ed0.webp") 2x);
}
.bg-Wllx2{
	background-image:url("img/Wllx2.jpg");
	background-image: -webkit-image-set(url("img/Wllx2.webp") 1x,
url("img/Wllx2.webp") 2x);background-image: image-set(url("img/Wllx2.jpg") 1x,
url("img/Wllx2.jpg") 2x,url("img/Wllx2.webp") 1x,
url("img/Wllx2.webp") 2x);
}
.bg-Wllx2{
	background-image:url("img/Wllx2.jpg");
	background-image: -webkit-image-set(url("img/Wllx2.webp") 1x,
url("img/Wllx2.webp") 2x);background-image: image-set(url("img/Wllx2.jpg") 1x,
url("img/Wllx2.jpg") 2x,url("img/Wllx2.webp") 1x,
url("img/Wllx2.webp") 2x);
}
.bg-6c5f716853-20-281-29{
	background-image:url("img/6c5f716853%20%281%29.jpeg");
	background-image: -webkit-image-set(url("img/6c5f716853%20%281%29.webp") 1x,
url("img/6c5f716853%20%281%29.webp") 2x);background-image: image-set(url("img/6c5f716853%20%281%29.jpeg") 1x,
url("img/6c5f716853%20%281%29.jpeg") 2x,url("img/6c5f716853%20%281%29.webp") 1x,
url("img/6c5f716853%20%281%29.webp") 2x);
}
.bg-sl-022120-28320-16-20-Converted--01-202{
	background-image:url("img/sl_022120_28320_16%20[Converted]-01%202.png");
	background-image: -webkit-image-set(url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 2x);background-image: image-set(url("img/sl_022120_28320_16%20[Converted]-01%202.png") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.png") 2x,url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 2x);
}
.bg-sl-022120-28320-16-20-Converted--01-202{
	background-image:url("img/sl_022120_28320_16%20[Converted]-01%202.png");
	background-image: -webkit-image-set(url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 2x);background-image: image-set(url("img/sl_022120_28320_16%20[Converted]-01%202.png") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.png") 2x,url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 1x,
url("img/sl_022120_28320_16%20[Converted]-01%202.webp") 2x);
}
.bg-3723ca2253{
	background-image:url("img/3723ca2253.jpeg");
	background-image: -webkit-image-set(url("img/3723ca2253.webp") 1x,
url("img/3723ca2253.webp") 2x);background-image: image-set(url("img/3723ca2253.jpeg") 1x,
url("img/3723ca2253.jpeg") 2x,url("img/3723ca2253.webp") 1x,
url("img/3723ca2253.webp") 2x);
}
.bg-c3ffe10645{
	background-image:url("img/c3ffe10645.jpeg");
	background-image: -webkit-image-set(url("img/c3ffe10645.webp") 1x,
url("img/c3ffe10645.webp") 2x);background-image: image-set(url("img/c3ffe10645.jpeg") 1x,
url("img/c3ffe10645.jpeg") 2x,url("img/c3ffe10645.webp") 1x,
url("img/c3ffe10645.webp") 2x);
}
.bg-37ac7db008{
	background-image:url("img/37ac7db008.jpeg");
	background-image: -webkit-image-set(url("img/37ac7db008.webp") 1x,
url("img/37ac7db008.webp") 2x);background-image: image-set(url("img/37ac7db008.jpeg") 1x,
url("img/37ac7db008.jpeg") 2x,url("img/37ac7db008.webp") 1x,
url("img/37ac7db008.webp") 2x);
}
.bg-sl-031520-28970-26-20-Converted--01{
	background-image:url("img/sl_031520_28970_26%20[Converted]-01-2.jpeg");
}
.bg-istockphoto-1385168396-170667a{
	background-image:url("img/istockphoto-1385168396-170667a.webp");
}

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

.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}.faqwrapper .qline {
	  display: block;
	  position: relative;
	  cursor: pointer}.faqwrapper .faq-q {
	  display: inline;
	  position: relative;
	  padding-right: .35em;
	  font-size: 1.5em;
	  line-height: 120%;
	  color: #616161}  .faqwrapper .fa {
	  display: inline;
	  position: relative;
	  margin-left: .12em;
	  padding-bottom: .25em;
	  line-height: 60%;
	  color: #616161}  .faqwrapper .aline {
	  display: block;
	  position: relative;
	  padding-left: .75em}    .faqwrapper .faq-a {
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .faqwrapper .left {
	  text-align: left}  .faqwrapper .center {
	  text-align: center}  .faqwrapper .aline.center {
	  padding-left: 0em}    .faqwrapper .right {
	  text-align: right}  .faqwrapper .aline.right {
	  padding-right: 2.25em}    .faqwrapper .hide {
	  display: none}  .faqwrapper .reveal {
	  display: block}      

/* = 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){
	.price-title{
		font-size:50px;
	}
	.pricing-sub-heading{
		font-size:20px;
		margin-bottom:30px;
	}
	.price-card{
		margin-bottom:20px;
	}
	.hero-heading{
		font-family:"Anuphan-SemiBold";
		font-size:50px;
	}
	.book-container{
		min-height:450px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr 1fr 1fr;
		grid-template-rows:auto;
	}
	.textblue{
		font-size:50px;
	}
	.p-bloc-2-style{
		font-size:24px;
		line-height:28px;
	}
	.h1-3-style{
		font-size:66px;
	}
	.img-style{
		width:95%;
	}
	.p-3-style{
		font-size:25px;
		line-height:28px;
	}
	.p-style{
		font-family:"Anuphan-SemiBold";
		font-size:22px;
		line-height:34px;
	}
	.cardfit2{
	}
	.testimonial-card{
		border-color:var(--swatch-var-5091)!important;
	}
	.container-div-bloc-8-min-height{
		min-height:240px;
	}
	.p-main{
		font-size:17px;
		text-decoration:none;
		line-height:24px;
	}
	.p-25{
		font-family:"DBOzoneX";
		color:var(--swatch-var-612)!important;
		font-size:16px;
	}
	.textsmall{
	}
	.text2{
		padding:12px 12px 12px 12px;
	}
	.btn-style{
		width:65.08%;
		font-family:"Anuphan-SemiBold";
		font-size:14px;
		padding-top:12px;
		padding-bottom:12px;
	}
	.btn-padding-top{
		width:100%;
		font-size:23px;
	}
	.img-37-style{
		width:100%;
	}
	.fit{
	}
	.p-bloc-9-style{
		font-family:"Anuphan-SemiBold";
		width:100%;
		font-size:22px;
		line-height:27px;
	}
	.img-itagclo-style{
		width:33%;
	}
	.grid-bloc-1-style{
		grid-template-columns:1fr 1fr 1fr 1fr;
		column-gap:16px;
	}
	.img-csr-map-style{
		width:100%;
	}
	.h1-24x7-style{
		font-size:61px;
		line-height:61px;
	}
	.h1-style{
		font-size:36px;
		line-height:47px;
	}
	.h1-20-style:hover{
		color:var(--swatch-var-6936)!important;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-7465)!important;
		fill:var(--swatch-var-7465)!important;
	}
	.btn-button-padding-top{
		font-size:2px;
	}
	.cardtran{
		font-size:14px;
		border-style:none;
	}
	.cardtran:hover{
		border-style:none;
		color:var(--swatch-var-4019)!important;
		background-color:var(--swatch-var-4902);
	}
	.cardtran:active{
		background-color:var(--swatch-var-4902);
	}
	.cardtran:focus{
		background-color:var(--swatch-var-4902);
	}
	.cardtran:visited{
		background-color:var(--swatch-var-4902);
	}
	.navbar-nav li a{
		font-size:16px;
		font-family:"Anuphan-SemiBold";
	}
	.h1-hero-style{
		font-size:39px;
		line-height:44px;
	}
	.text{
		padding:12px 12px 12px 12px;
		font-size:14px;
	}
	.option-select-bloc-10-style{
		width:93.65%;
	}
	.option-select-0-style{
		width:93.65%;
	}
	.field-0-bloc-10-style{
		height:44px;
	}
	.option-select-0-bloc-10-style{
		width:95.07%;
	}
	.field-style{
		width:57.04%;
	}
	label{
		font-size:15px;
		font-family:"Anuphan-Regular";
	}
	.img-formu-style{
		width:150px;
	}
	.grid-style{
		grid-template-columns:1fr 1fr 1fr;
	}
	.card13{
		margin-top:22px;
	}
	.img-133-style{
		width:75px;
	}
	.card-body-1-style{
		height:186px;
	}
	.textqq{
		font-size:15px;
	}
	.cardfit{
		padding-left:12px;
		padding-right:12px;
	}
	.img-11-style{
		width:136px;
	}
	.p-bloc-10-style{
		font-size:17px;
	}
	.field-bloc-60-style{
		width:95.42%;
	}
	.grid-bloc-10-style{
		grid-template-columns:1fr 1fr;
	}
	.img-maps-2-style{
		width:30%;
	}
	.grid-0-style{
		grid-template-columns:1fr 1fr;
	}
	
}

@media (max-width: 767px){
	.price-title{
		font-size:40px;
	}
	.pricing-sub-heading{
		margin-bottom:30px;
		font-size:18px;
	}
	.price-card{
	}
	.price-list-item{
	}
	.qoute-heading{
		font-size:30px;
	}
	.hero-heading{
		font-size:50px;
	}
	.book-container{
		min-height:440px;
	}
	.contents-card{
		border-radius:20px 20px 20px 20px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr 1fr;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-1078);
		fill:var(--swatch-var-1078);
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1545)!important;
		fill:var(--swatch-var-1545)!important;
	}
	.p-bloc-2-style{
		width:100%;
		font-family:"TFSrivichai";
		font-size:24px;
	}
	.card1{
		border-bottom-width:0px;
		border-right-width:0px;
	}
	.card3{
		border-left-width:0px;
		border-top-width:1px;
	}
	.p-3-style{
		font-size:24px;
		line-height:26px;
	}
	.card2{
		border-right-width:0px;
	}
	.hero-btn{
		color:var(--swatch-var-6885)!important;
		font-family:"Anuphan-SemiBold";
		font-size:22px;
		text-transform:none;
	}
	.btn-padding-top{
		padding-top:6px;
		padding-bottom:6px;
		border-width:1px 1px 1px 1px;
		border-style:solid;
		border-color:var(--swatch-var-6702)!important;
		width:100%;
	}
	.white-btn{
		font-size:15px;
	}
	.h1-hero-style{
		line-height:39px;
		font-size:33px;
		width:81.57%;
	}
	.textblue{
		font-size:33px;
	}
	.navbar-brand img{
		width:129px;
	}
	.testimonial-card{
		border-radius:8px 8px 8px 8px;
		border-color:var(--swatch-var-5091)!important;
	}
	.container-div-bloc-8-min-height{
		min-height:198px;
	}
	.p-main{
		font-size:18px;
		line-height:27px;
	}
	.p-25{
		font-size:16px;
		line-height:15px;
	}
	.p-bloc-5-style{
		font-size:26px;
		line-height:25px;
	}
	.img-bloc-21-style{
		width:19%;
	}
	.cardfit{
	}
	.grid-style{
		grid-template-columns:1fr 1fr;
	}
	.h1-style{
		font-size:33px;
	}
	.img-37-style{
		text-align:center;
	}
	.h1-20-style{
		line-height:33px;
		font-size:17px;
	}
	.img-csr-map-style{
		width:100%;
	}
	.text-left{
	}
	.p-bloc-9-style{
		font-size:22px;
		width:100%;
		line-height:26px;
	}
	.h1-20-style:hover{
		color:var(--swatch-var-1078)!important;
	}
	.boldmai{
		font-size:18px;
	}
	.grid-bloc-10-style{
		grid-template-columns:1fr 1fr;
	}
	.grid-bloc-34-style{
		grid-template-columns:1fr 1fr;
	}
	.p-bloc-4-style{
		font-size:21px;
	}
	.btn-button-padding-top{
		font-size:1px;
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.btn-button-padding-top:hover{
		font-size:2px;
	}
	.btn-button-padding-top:active{
		font-size:2px;
	}
	.btn-button-padding-top:visited{
		font-size:2px;
		background-size:cover;
	}
	.btn-button-padding-top:focus{
	}
	.cardmenu{
		padding-left:0px;
		padding-right:0px;
	}
	.cardtran{
		font-size:13px;
	}
	.btn-button-style{
		font-size:12px;
	}
	.textlink{
		font-size:12px;
	}
	.head{
		padding-right:0px;
		padding-left:0px;
	}
	.navbar-nav li a{
		font-family:"Anuphan-SemiBold";
		font-size:15px;
	}
	.carousel-style{
		width:100%;
	}
	.fit{
	}
	.option-select-style{
		width:74.12%;
	}
	.field-bloc-10-style{
		width:100%;
	}
	label{
		font-family:"Anuphan-Regular";
		font-size:15px;
	}
	.btn-style{
		width:57.19%;
		padding-top:10px;
		padding-bottom:10px;
	}
	.img-bloc-9-style{
		width:423px;
	}
	.p-style{
		font-size:22px;
		line-height:28px;
	}
	.textqq{
		font-size:16px;
	}
	.text{
		font-size:15px;
	}
	.p-bloc-10-style{
		line-height:27px;
	}
	.field-38317-style{
		width:94.02%;
	}
	.grid-0-style{
		grid-template-columns:1fr;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.price-title{
		font-size:30px;
	}
	.avatar-img{
		max-width:150px;
	}
	.book-container{
		min-height:350px;
	}
	.grid-testimonial-style{
		grid-template-columns:1fr;
		column-gap:19px;
	}
	.testimonial-card{
		padding:12px 12px 12px 12px;
	}
	.price-card{
		padding:15px 15px 15px 15px;
		border-radius:20px 20px 20px 20px;
	}
	.section-sub-heading{
		font-size:22px;
	}
	.contents-title{
		font-size:14px;
	}
	.number-label{
		font-size:14px;
	}
	.hero-heading{
		font-size:30px;
		font-family:"Anuphan-SemiBold";
	}
	.book-title{
		font-size:23px;
	}
	.menu-icon-stroke{
	}
	.hero-btn{
		width:100%;
		font-size:21px;
		font-family:"Anuphan-SemiBold";
	}
	.hero-sub-heading{
		font-size:16px;
	}
	.contents-card{
	}
	.qoute-heading{
		font-size:24px;
	}
	.navbar-brand img{
		width:120px;
	}
	.textblue{
		font-size:30px;
		font-family:"Anuphan-SemiBold";
	}
	.p-bloc-2-style{
		font-size:22px;
		font-family:"TFSrivichai";
		line-height:25px;
		width:100%;
	}
	.card1{
		border-color:var(--swatch-var-5773)!important;
	}
	.h1-3-style{
		font-size:66px;
	}
	.card3{
		border-color:var(--swatch-var-6702)!important;
	}
	.p-style{
		font-size:17px;
		line-height:26px;
		font-family:"Anuphan-Regular";
	}
	.h4-style{
		font-size:22px;
	}
	.p-3-style{
		line-height:26px;
		font-size:24px;
	}
	.img-style{
		width:100%;
	}
	.fit1{
		padding:0px 0px 0px 0px;
	}
	.h1-hero-style{
		line-height:24px;
		font-size:18px;
		width:74.65%;
	}
	.cardfit2{
		padding:2px 12px 2px 12px;
	}
	.container-div-bloc-8-min-height{
		min-height:194px;
		width:100%;
	}
	.p-main{
		line-height:27px;
		font-family:"Anuphan-SemiBold";
		color:var(--swatch-var-4019)!important;
		font-size:17px;
	}
	.p-25{
		font-size:16px;
	}
	.textsmall{
		font-size:12px;
	}
	.section-heading{
		font-size:31px;
		font-weight:normal;
	}
	.h3-1-style{
		font-size:31px;
		line-height:31px;
	}
	.btn-style{
		width:81.68%;
		font-family:"Anuphan-SemiBold";
		font-size:14px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.head{
	}
	.cardfit{
		padding-left:12px;
		padding-right:12px;
	}
	.img-bloc-21-style{
		width:22%;
	}
	.p-bloc-4-style{
		font-size:20px;
	}
	.grid-bloc-17-style{
		grid-template-rows:auto;
	}
	.p-bloc-25-style{
		font-size:16px;
	}
	.p-bloc-5-style{
		line-height:24px;
		font-size:23px;
	}
	.img-tgs-lo-style{
		width:60%;
	}
	.grid-style{
		column-gap:9px;
		row-gap:12px;
		grid-template-columns:1fr;
	}
	.img-bloc-5-style{
		width:66%;
	}
	.img-6-style{
		width:55%;
	}
	.h1-style{
		font-size:27px;
		line-height:34px;
	}
	.textqq{
		font-size:16px;
	}
	.img-icon-style{
		width:20%;
	}
	.img-37-style{
		width:270px;
	}
	.h1-20-style{
		text-decoration:none;
		font-size:18px;
		line-height:31px;
	}
	.h1-20-style:hover{
		color:var(--swatch-var-1078)!important;
	}
	.boldmai{
		font-size:16px;
		line-height:33px;
	}
	.text-left{
		padding-left:0px;
		padding-right:0px;
	}
	.fit{
		padding-left:0px;
		padding-right:0px;
	}
	.p-bloc-9-style{
		font-size:16px;
		line-height:21px;
		width:98.37%;
	}
	.img-itagclo-style{
		width:40%;
	}
	.h1-bloc-1-style{
		font-size:15px;
	}
	.grid-bloc-44-style{
		grid-template-columns:1fr;
	}
	.btn-padding-top{
		width:100%;
	}
	.grid-bloc-10-style{
		grid-template-columns:1fr;
	}
	.h1-24x7-style{
		font-size:55px;
		line-height:55px;
	}
	.grid-bloc-34-style{
		grid-template-columns:1fr;
	}
	.img-purchase-ord-style{
		width:17%;
	}
	.cardhead{
		padding:0px 0px 0px 0px;
	}
	.h1-20-style:active{
	}
	.carmenu{
		padding-left:0px;
		padding-right:0px;
	}
	.cardmenu{
		padding:0px 0px 0px 0px;
		color:var(--swatch-var-7908)!important;
	}
	.btn-button-padding-top{
		width:4%;
		padding-top:30px;
		padding-bottom:30px;
	}
	.cardtran{
		padding-left:0px;
		padding-right:0px;
	}
	.btn-button-style{
		padding-left:0px;
		padding-right:0px;
		font-size:12px;
	}
	.navbar-nav li a{
		font-family:"Anuphan-SemiBold";
		font-size:14px;
	}
	.blocsapp-special-menu blocsnav{
	}
	.text{
		font-size:15px;
	}
	.field-0-style{
		width:100%;
	}
	label{
		font-size:15px;
		font-family:"Anuphan-Regular";
	}
	.field-style{
		width:100%;
	}
	.field-9683-style{
		width:100%;
	}
	.option-select-40890-style{
		width:93.89%;
	}
	.card-body-1-style{
		height:214px;
	}
	.btn-14-style{
		padding-top:2px;
		padding-bottom:2px;
	}
	.img-133-style{
		width:55px;
	}
	.text2{
		font-size:14px;
		color:var(--swatch-var-7223)!important;
	}
	.carousel-style{
	}
	.card222{
		color:var(--swatch-var-6497)!important;
		background-color:var(--swatch-var-509);
		background-size:cover;
	}
	.carousel-prev-icon{
		color:var(--swatch-var-6497)!important;
		background-color:var(--swatch-var-7223);
	}
	.carousel-next-icon{
	}
	.option-select-style{
		width:100%;
	}
	.img-maps-2-style{
		width:50%;
	}
}

.popup-image {
	height: 80vh;          /* 80% ของความสูงหน้าจอ */
	object-fit: contain;   /* รักษาสัดส่วนของภาพ */
}

