@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, tbody, tfoot, thead, tr, th, td, */
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*/////////////////////////////////////////////////*/

#content_sub {
	width: 100%;
}
.sub .detail2 {
	margin-bottom: 0;
}
.detail2 img {
	width: auto;
    max-width: 100%;
    height: auto;
/*	max-width: 100%;
	height: auto;*/
	display: inherit;
    margin: 0 auto;
    border-radius: 20px;
}
.detail2 {
	color: #8b8b8b;
}
.event_detail {
	display: block;
}
.event_detail span.date {
	margin-top: 0;
}
.event_detail ul {
	list-style: disc;
	margin-left: 20px;
}

.event_detail img{
	display: inherit;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
	border-radius: 20px;
}


.product_sub_slidebox span, .header2, .faq li span, .offer_box span
, .box3, .curriculum span, .program_sub1 span {
	display: block;
}

.table-cell {
	display: table;
}
.icon {
	display: table-cell;
	vertical-align: middle;  
}
.cell {
	display: table-cell; 
	vertical-align: middle;
}
.margin {
	display: table-cell; 
	vertical-align: middle;
}

/*/////////////////////////////////////////////////*/

.header2 img {
	float: left;
	margin-right: 20px;
}

.product_box, .gal, .ca_sub {
	border-radius: 5px;
	transition: all 0.2s ease 0s;
}

.product_box:hover, .gal:hover, , .ca_sub:hover {
	transform: scale(1.05,1.05);
}
.product_box a img, .gal img,  .ca_sub {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.product_list, .gal_list {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: #ffffff;
}
.product_name, .gal_name {
	color: #0191de;
}
.product_title {
	color: #8b8b8b;
}
.product_sub_slidebox, .gal_sub_slidebox, .ca_sub {
	background-color: #EFEFEF;
	border-radius: 10px;
}
.product_sub_slidebox .header {
	margin-bottom: 30px;
}


#product_slide_page1, #product_slide_page2, #slide_page {
	text-align: center;
}
#product_slide_page1 #bx-pager, #product_slide_page2 #bx-pager
, #slide_page #pager {
  	display: inline-block;
}
#product_slide_page1 #bx-pager a, #product_slide_page2 #bx-pager a
, #slide_page #pager a {
	  color: #0191de;
	  background-color: #ffffff;
	  border-radius: 3px;
	  margin: 0 5px;
	  float: left;
}

#product_slide_page1 #bx-pager a:hover, #product_slide_page2 #bx-pager a:hover
, #slide_page #pager a:hover, #slide_page #pager a.active {
  	color: #ffffff;
  	background-color: #0191de;
}
.product_sub_slidebox .bx-wrapper .bx-next
, .product_sub_slidebox .bx-wrapper .bx-prev
 {
	display: none;
}
.gal_list p:nth-of-type(2), .gal_list p:last-of-type {
	color: #8b8b8b;
}
.gal_list p:last-of-type {
	margin: 10px 0 0 0;
}
.kit_detail table {
	width: 100% !important;
}
.kit_detail td {
	border: 1px solid #8b8b8b;
}
.kit_detail tr:first-of-type td {
	border: 1px solid white;
}
.kit_detail td {
	padding: 10px;
}


/*///////////////////////Product//////////////////////////*/

.kit_detail {
	color: #8b8b8b;
	line-height: 1.3em;
	font-family: 'supermarketregular';
	/*font-size: 14px;*/
}
.kit_photo_zoom {
	position: relative;
}
.kit_photo_zoom img, .kit_photo_thumb img {
	border-radius: 7px;
}
.kit .bx-wrapper .bx-next, .kit .bx-wrapper .bx-prev {
	display: none;
}
.navprev_kit_slide, .navnext_kit_slide {
	position: absolute;
}
.navprev_kit_slide a, .navnext_kit_slide a {
  	margin-top: -35px;
  	opacity: 0;
}
.navprev_kit_slide {
	right: 10px;
}
.navnext_kit_slide {
	left: 10px;
}


/*/////////////////////////Product--detail////////////////////////*/

#content_sub.cur {
	margin-top: 0px;
}
.curriculum article {
	float: left;
	font-size: 1.3em;
	width: 120px;
}
.cur_box {
	border-width: 3px;
	border-style: solid;
	border-radius: 7px;
}
.curriculum span {
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
	position: relative;
}
.curriculum span p, p.detail3 {
	color: #8b8b8b;
}
.curriculum span div {
	width: 60px;
	float: right;
	text-align: center;
	color: #8b8b8b;
	font-size: 0.8em;
}

.course {
	background-color: #ffdd57;
	background-image: url(../images/bgyellow2.png);
	background-position: bottom;
  	background-repeat: no-repeat;
  	background-size: contain;
}
.course h2 {
	color: #0191de;
}
.program {
	background-color: #ffe786;
	background-image: url(../images/bgyellow3.png);
	background-position: bottom;
  	background-repeat: no-repeat;
  	background-size: contain;
}
.program.box-2 {
	background-color: #ffeea9;
	background-image: none;
}
.program_box1 {
	border-radius: 10px;
	border: solid #ffc64d 3px;
	background-color: #ffffff;
}
.program_sub1 h2, .program_box2 h3 {
	margin-bottom: 20px;
	width: 100%;
}
.program_sub1 h2 {
  	color: #ffc64d;
}
.program_sub1 p {
  	width: 100%;
  	clear: both;
  	color: #0191de;
}
.program_sub1 ul {
  	list-style-type: disc;
  	margin-left: 20px;
  	color: #8b8b8b;
}
.program_box2 {
	color: #8b8b8b;
}
.course_more {
	margin-top: 30px;
}
.course_more_toggle {
	text-align: center;
  	cursor: pointer;
  	width: 110px;
  	margin: 0 auto;
  	border-radius: 50%;
  	border: white solid 4px;
  	padding: 23px 0;
  	background-color: #ffc64d;
}
.course_more_toggle p {
	color: white;
	margin: 0;
}
.course_more_toggle img {
 	width: 30px;
 	margin-top: 7px;
}
.course_more_toggle img.rotate {
	transform: rotate(180deg);
}
.course_more_detail {  
	display: none;
	/*padding-top: 30px;*/
}
.course_more_detail p {
	width: 100%;
  	border: solid 3px #ffc64d;
  	border-radius: 10px;
  	background-color: white;
}
.age {
	text-align: center;
  	margin-top: 10px;
}
.fb_like {
	margin-top: 20px;
}
.fb_like img {
	width: inherit;
}



/*/////////////////////////Curriculum////////////////////////*/

.gallery_sub {
	position: relative;
}
.gal_list div {
	color: #8b8b8b;
	margin-top: 5px;
	font-size: 1em;
}
.navprev_gal_slide, .navnext_gal_slide {
	position: absolute;
	top: 45%;
}
.gallery_thumb #bx-pager a, .kit_photo_thumb a {
	margin-bottom: 15px;
	margin-left: inherit;
  	margin-right: inherit;
  	padding: 0 7px;
  	border-radius: 5px;
}
.gallery_thumb #bx-pager img, .kit_photo_thumb #bx-pager img {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ffffff;
}
.gallery_sub_slide {
	width: initial;
}
.gallery_sub_slide img {
	border-radius: 5px;
}
.navprev_gal_slide a, .navnext_gal_slide a {
  	margin-top: -35px;
  	opacity: 0;
}
.navprev_gal_slide {
	right: 20px;
}
.navnext_gal_slide {
	left: 20px;
}

/*/////////////////////////Gallery////////////////////////*/

.event_detail {
	line-height: 1.4em;
	color: #8b8b8b;
}

/*/////////////////////////Gallery-detail/////////////////*/

.ques {
	color: #0191de;
}
.answ {
	color: #8b8b8b;	
	margin-top: 10px;
}
.offer_box {
	border: solid 3px #ffdd57;
	border-radius: 10px;
}
.offer_box ul {
	list-style-type: disc;
  	margin-left: 20px;
}
.offer_box p {
	color: #0191de;
}
.offer_box li {
	color: #8b8b8b;
}

/*/////////////////////////Faq////////////////////////*/

.job_p p {
	color: #8b8b8b;
	float: left;
	width: inherit;
}
.job_p a {
	color: #d95285;
	float: left;
	border-radius: 50px;
	background-image: url(../images/all_bg.png);
	background-size: cover;
}
.job_call article {
	color: #0191de;
}
.job_box article, .job_call p:first-of-type {
	color: #d95285;
}
.job_box ul {
	list-style-type: disc;
	color: #8b8b8b;
	margin-left: 20px;
}
.job_call {
	border: solid 3px #ffdd57;
	border-radius: 10px;
}

.job_call p:nth-of-type(2) {
	color: #8b8b8b;
}
.job_call a:hover p {
	color: #0191de;
}


/*/////////////////////////Join////////////////////////*/

.news_detail img {
	border-radius: 7px;
/*	width: 100% !important;
	height: auto !important;*/
}


/*/////////////////////////news-detail////////////////////////*/

p.calendar_title {
	line-height: 1.2em;
}
span.date {
	color: #0191de;
	float: left;
	margin-right: 15px;
}
.type {
	color: #666666;
	border: solid 1px #666666;
	padding: 0 5px;
	border-radius: 5px;
	margin-bottom: 0.8em;
}
#monthsearch option, #yearsearch option {
	color: #666666;
}
#monthsearch option:hover {
	background-color: #0191de;
}
#btnsearch,#btncurmonth {
	border-radius: 5px;
  	background-color: white;
  	color: #0191de;
  	transition: all 0.2s ease 0s;
  	padding: 6px 25px;
}
#btnsearch:hover,#btncurmonth:hover {
	background-color: #0191de;
  	color: #ffdd57;
}

/*/////////////////////////calendar////////////////////////*/

.calendar_detail img {
	border-radius: 7px;
}
.ca_sub img {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

/*/////////////////////////calendar-detail/////////////////*/

.fran_title {
	width: 100%;
	display: block;
}
.fran_title img {
	border-radius: 7px;
}
.fran_box {
	float: left;
}
.fran_box .answ {
	margin-bottom: 0;
}
.fran article {
	color: #d95285;
	text-align: center;
}
.fran p {
	color: #0191de;
}
.fran ul {
	list-style-type: disc;
	color: #8b8b8b;
	margin-left: 20px;
	display: block;
}

/*/////////////////////////Franchise////////////////////////*/


.contain6.contain6_sub p:nth-of-type(2) {
	margin-bottom: 0;
}
.contain6.contain6_sub > p:first-of-type {
	color: #8b8b8b;
}

.contain6.contain6_sub p:nth-of-type(2) {
	color: #0191de;
}

/*/////////////////////////Customer////////////////////////*/


.relative {
	position: relative;
}
img.video_img {
	border-radius: 5px;
}
.video_box article {
	transition: all 0.2s ease 0s;
}
.video_box li {
	cursor: pointer;
}
.video_box li:hover .video_play {
	background-image: url(../images/icon/videoicon2_hover.png);
}
.video_box li:hover article {
	color: #8b8b8b;
}

/*/////////////////////////Video////////////////////////*/


.news .box1 img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}


/*/////////////////////////News////////////////////////*/



.top_img img {
	border-radius: 7px;
}
.branch_name {
	color: white;
  	cursor: pointer;
  	padding: 15px;
  	border-radius: 5px;
  	float: left;
  	transition: all 0.2s ease 0s;
}
.branch_name:hover {
	background-color: #ffdd57;
	color: #0191de;
}
.branch_name.click {
	color: #0191de;
	background-color: #ffdd57;
}
.branch_box {
	z-index: 1;
	display: none;
}
.close_box {
	float: right;
	width: auto;
	/*width: 20px;*/
	margin-bottom: 10px;
	cursor: pointer;
}
.branch_box > div {
	background-color: white;
	border: solid 5px #ffdd57;
	border-radius: 10px;
}
.branch_box_detail article {
	color: #0191de;	
}
.branch_box_detail p.address {
	color: #8b8b8b;
}
a.branch_sub p {
	transition: all 0.2s ease 0s;
}
a.branch_sub:hover p:last-of-type {
	color: #0191de;
}
tr .branch_sub:nth-of-type(2), tr .branch_sub:nth-of-type(3), tr .branch_sub:last-of-type
, .branch_sub a {
	color: #8b8b8b;
}
tr .branch_sub:first-of-type {
	color: #0191de;
  	float: left;
}

.branch_fb {
	float: left;
}
.branch_fb img {
	margin: 0;
}
tr:last-of-type .branch_sub:last-of-type {
	padding: 0 !important
}
tr:last-of-type td:last-of-type a {
	padding: 20px 10px 0 0 !important;
}
tr:nth-last-of-type(2) td:last-of-type {
	word-break: break-all;
}
.branch_fb p {
	color: #8b8b8b;
	transition: all 0.2s ease 0s;
}
.branch_sub a:hover  {
	color: #0191de;
}
.address {
	line-height: 1.3em;
}
.bkk_top, .town_top {
	cursor: pointer;
}
.bkk_top p {
  color: #7dbd40;
}
.town_top p {
  color: #ff7e00;
}
.bkk .part_head .medium h2.thai {
	color: #d1f667;
}
.town .part_head .medium h2.thai {
	color: #FEBF88;
}
.contactform {
	background-color: white;
	border: solid 5px #ffdd57;
	border-radius: 10px;
}
.contactform p {
	color: #0191de;
	float: left;
	width: 100%;
}
.form_box label {
	width: 100%;
}
.form_box input, .form_box textarea {
	float: left;
	width: 100%;
	color: #8b8b8b;
	border-radius: 5px;
	border: solid 1px #c2c2c2;
	background-color: #f6f6f6;
	padding: 3px 15px;
	margin-top: 7px;
	font-size: 1.1em;
	letter-spacing: 1px;
	float: left;
}
.form_box textarea {
	padding: 20px;
	line-height: 1.5em;
}
.form_box span {
	float: left;
}
input.add_age {
	width: 70%;
	margin-right: 15px;
}
label.gender {
	width: initial;
	float: left;
	margin-right: 40px;
}
.form_box input:focus, .form_box textarea:focus
, input[type=submit]:focus {
	outline: none;
}
input[type=radio] {
	width: initial;
	margin-right: 15px;
}
.submit_button {
	text-align: center;
}
input[type=submit] {
	border: none;
  	border-radius: 7px;
  	transition: all 0.2s ease 0s;
  	letter-spacing: 1px;
  	background-image: url(../images/all_bg.png);
  	background-position: -50px;
}
input[type=submit]:hover {
	background-color: #0191de;
	background-image: none;
	color: #ffdd57;
}
.bounce:hover, .bkk_top:hover .all_link_location
, .town_top:hover .all_link_location {
	animation: bounce 0.6s;
}

@-webkit-keyframes bounce {
  0% {
    transform: translate(0px, 0px);
  }
  
  30%{
    transform: translate(-15px, 0px); 
  }
  50%{
    transform: translate(0px, 0px); 
  }

  75%{
    transform: translate(-5px, 0px); 
  }
  
 100% {
    transform: translate(0px, 0px);
  }
}



/*/////////////////////////Location////////////////////////*/

.video_tube iframe {
	margin: 0 auto;
	display: block;
}
/*/////////////////////////video-detail////////////////////////*/

.video_detail {
	margin-top: 1em;
}

.main-content ul,.main-content ol{
	list-style: initial;
	margin:initial;
	padding: initial;
}
.main-content li{

	margin:initial;
	padding: initial;
}

.main-content td{

	    border: 1px solid;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
	border-radius: 1em !important;
}