@charset "UTF-8";
/* CSS Document */

@font-face{
	font-family: 'sukhumvit';
    src: url('sukhumvit/SukhumvitSet-Medium.eot');
    src: url('sukhumvit/SukhumvitSet-Medium.eot?#iefix') format('embedded-opentype'),
	url('sukhumvit/SukhumvitSet-Medium.woff2') format('woff2'),
	url('sukhumvit/SukhumvitSet-Medium.woff') format('woff'),
	url('sukhumvit/SukhumvitSet-Medium.ttf') format('truetype'),
	url('sukhumvit/SukhumvitSet-Medium.svg#sukhumvit') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'sukhumvit_bd';
    src: url('sukhumvit/SukhumvitSet-Bold.eot');
    src: url('sukhumvit/SukhumvitSet-Bold.eot?#iefix') format('embedded-opentype'),
	url('sukhumvit/SukhumvitSet-Bold.woff2') format('woff2'),
	url('sukhumvit/SukhumvitSet-Bold.woff') format('woff'),
	url('sukhumvit/SukhumvitSet-Bold.ttf') format('truetype'),
	url('sukhumvit/SukhumvitSet-Bold.svg#sukhumvit_bd') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face{
	font-family: 'DBHelvethaicaX';
    src: url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.eot');
    src: url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.eot?#iefix') format('embedded-opentype'),
	url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.woff2') format('woff2'),
	url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.woff') format('woff'),
	url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.ttf') format('truetype'),
	url('DBHelvethaicaX/DB-Helvethaica-X-v3.2_3.svg#DBhx65Med') format('svg');
    font-weight: normal;
    font-style: normal;
}


html , body{
	margin:0px; padding:0px;
}
body{
	
	color:#000000;
	font-family: 'sukhumvit', sans-serif;
	font-size:19px; line-height:140%;
	background-color:#fff;
	
}

h1{
	font-family: 'sukhumvit_bd';
	margin:0; padding:0; font-size:30px; line-height:120%;
	font-weight: normal;
}

h2{ 
	font-family: 'sukhumvit_bd';
	margin:0; padding:0; font-size:22px;  line-height:140%; font-weight: normal;
}

h3{
	font-family: 'sukhumvit_bd';
	margin:0; padding:0; font-size:26px;  line-height:120%; font-weight: normal;
}

h4{
	font-family: 'sukhumvit_bd';
	margin:0; padding:0; font-size:24px;  line-height:120%; font-weight: normal;
}

.regular{
  font-family: 'sukhumvit' !important; font-size:24px;  line-height:100%;
}

.bold{
    font-family: 'sukhumvit_bd';
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	max-width: 100%;
}


.font_border{
 color: #cd9b0d !important;
	text-shadow:
        1px  1px 2px #fff,
        1px -1px 2px #fff,
       -1px  1px 2px #fff,
       -1px -1px 2px #fff;
}


a{
	color:#000000;
	text-decoration:none; 
}
a img{
	border:0px;
	outline: none;
}

img{
	max-width: 100%;
}

._left{
	float:left;
}
._right{
	float:right;
}
._clear{
	clear:both;
}

 
.size18{
	font-size:18px; line-height:120%;	
}


.size24{
	font-family: 'sukhumvit_bd';
	font-size:24px; line-height:120%;	
}

.size26{
	font-size:26px; line-height:120%;
	font-family: 'sukhumvit_bd';	
}

.size30{
	font-size:30px; line-height:120%;
	font-family: 'sukhumvit_bd';	
}

.size36{
	font-size:36px; line-height:100%;
	font-family: 'sukhumvit_bd';	
}

.size42{
	font-size:42px; line-height:100%;
	font-family: 'sukhumvit_bd';	
}

.size48{
	font-size:48px; line-height:100%;
	font-family: 'sukhumvit_bd';	
}


.size60{
	font-family: 'sukhumvit_bd';	
	font-size:60px; line-height:60%;	
}


.style1{
	color:#ffd304;	
}

.style2{
	color:#ea3d26;	
}

.style3{
	color:#cd9b0d !important;	
}

.style4{
	color:#b90000 !important;	
}

.style5{
	color:#ba911e !important;	
}

.style6{
	color:#000000 !important;	
}

.style7{
	color:#ff0000 !important;	
}

.style8{
	color:#ffffff !important;	
}


.top10{
	margin-top: 10px;
}

.top20{
	margin-top: 20px;
}

.top30{
	margin-top: 30px;
}

.top40{
	margin-top: 40px;
}

.top50{
	margin-top: 50px;
}



.webshow ,.banner_web{
	display:block;	
}

.mobileshow ,.banner_mobile{
	display:none;	
}
 
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}


/* Loading Page */
div#loadPage , div#loadPage_content{  
    position:fixed;  
    margin:auto;  
    left:0;  
    top:0;  
    width:100%;  
    height:100%;  
    color:#000;  
    background-color:#FFF;    
    z-index:999;  
    text-align:center;  
	opacity:0.7;
	padding-top:200px;
	vertical-align:middle;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	display:none;

}  



.popup{
	width: 100%; height: 100%; 	z-index: 999999;
	position: fixed; background: url("../../img/shadow3.png"); 
	padding: 20px 0 20px 0;  overflow: scroll; display: none;
}


.popup .bt_close{
	position: absolute; right: 0;
	margin: 20px 20px 0 0;
}

.popup_area{
	background-color: #ffca08;
	width: 90%;   max-width: 800px;
	position: relative; padding-bottom: 50px;
	margin: auto;  color: #000000;
	border-radius: 20px;
}

.popup_padding{
	padding: 40px 50px 0px 50px;
}

.fixed{
    position: fixed; width: 100%; z-index:999;
    top: 0;
}

.bg_head{
	background:#ffca08;
	color: #222222;
	width:100%; 
	font-family: 'sukhumvit_bd';	
	height: auto;
	z-index: 999;
	-moz-box-shadow: 0px 3px 5px #444444;
-webkit-box-shadow: 0px 3px 5px #444444;
box-shadow: 0px 3px 5px #444444;
}

.headremark{
     padding: 10px 0; text-align: center;
    color: #0700FF; background: #fff; font-size: 20px;
}

.logo img{
    padding: 10px 0;
     height: 70px;
}
 
.hamburger{
    position: absolute; left: 0;
    background: url("../../img/tp/hamburger2.png") top left no-repeat;
    width: 147px; height: 90px;
    background-size: 147px; text-align: left;
}

.hamburger-active{
    position: absolute; left: 0;
    background: url("../../img/tp/hamburger2-2.png") top left no-repeat;
    width: 147px; height: 90px;
    background-size: 147px; text-align: left;
}

.icon_menu{
    background: url("../../img/tp/icon-menu.png") top center no-repeat;
    background-size: 50px; width: 50px; height: 50px;
    margin: 20px 0 0 10px; cursor: pointer;
}

.close_mobile{
     background: url("../../img/tp/icon-close.png") top center no-repeat;
    background-size: 50px; width: 50px; height: 50px;
    margin: 20px 0 0 10px; display: none; cursor: pointer;
}

.head_menu{
    background: #cd9b0d; color: #000; text-align: left;
    padding: 0px 0; position: absolute; width: 100%; display: none; z-index: 99;
} 

.head_menu li{
    list-style: none; color: #000; 
    padding: 10px 5%; border-bottom: 1px #000 solid;
}

.area_content{
		width: 90%;
		margin: 0 auto 0 auto;
		position: relative;
		max-width: 1100px;
}

.project_content{
		width: 90%;
		margin: 0 auto 0 auto;
		position: relative;
		max-width: 1100px;
}
 
.banner{
   background: #fff;  color: #000; 
}

.banner_bg{
	position: relative; 
	margin-left: auto; margin-right: auto;
	 
}

.banner_logo{
	max-width: 210px;
}

.banner_area_web{
	 text-align: right;
	 color: #333333; 
	padding: 0px 40px 0px;
	position: absolute; right: 0;
	margin-top: 60px; margin-right: 0;
	border: 0px #000 solid;
	 
}

.banner_box_area{
	display: inline-block; vertical-align: top; text-align: center; margin-top: 20px;
}

.banner_box{
	
	background: #3d6476; color: #ffe715; 
	padding: 10px 50px; font-family: 'sukhumvit_bd';
}

.banner_area{
		width: 94%;
		margin: 0 auto 0 auto;
		position: relative;
		max-width: 1100px;
        padding: 40px 0 ;
}
  
.line{
    border-bottom: 1px #808080 solid;
    margin-top: 40px;
}

.btn_login{
    display: inline-block; vertical-align: top;
    background: url("../../img/tp/btn.jpg") top center  ;
    background-size: 100%;
     height: 45px;
    padding: 12px 80px 0; font-family: 'sukhumvit_bd';
    font-size: 24px; line-height: 140%;
    border-radius: 25px;  color: #000;
      text-align: center; margin-top: 40px;
}

.bg_bootcamp{
    background-image: url('../../img/bg_boot-2.png');
     background-size: 800px;
    background-position: top center;
    background-repeat: no-repeat;
    padding:40px 0 ; 
	background-color: #ddb056;
}

.bg_cer{
    background: url("../../img/tp/cer.jpg") top center no-repeat;
    background-size: 100%;
    padding:20px 0 ; 
}

.padding_page{
     padding: 60px 0 ;
}

#load_calendar{
    padding-bottom: 0px;
}

.bg_info{
    background: #faf18a; color: #000;
    
}



.info_tab{
    margin-top: 40px;
    background: #ffffff;
    padding: 10px 0; font-family: 'sukhumvit_bd';
}

.info_tab li{
    list-style: none; color: #000;
    display: inline-block; vertical-align: top;
    margin: 0 20px; padding: 8px 20px;
}

.info_tab .active{
    background: #f9e812; color: #000;
    border-radius: 25px;
}

.info_title{
    margin-top: 40px;
     
    color: #000;  
}

.info_page{
    display: inline-block; vertical-align: top;
    color: #676335; margin: 40px 4px 0;
}

.info_box{
   background: #4fc0e8; padding: 10px 0;
}

.info_box2{
   background: #ddb056 !important;   padding: 10px 0;
}

.info_box3{
   background: #f67f23 !important;   padding: 10px 0;
}

.info_area1{
    margin: 20px 5%;
    background: url("../../img/arrow-1.png") top right no-repeat;
    background-size: 40px;
}

.info_area2{
    margin: 20px 5%; color: #fff;
    background: url("../../img/arrow-2.png") top right no-repeat;
     background-size: 40px;
}

.bg_calendar{
    background: #366078; color: #fff;
    padding: 60px 0 0 0;
}



.calendar_tab{
    margin-top: 40px;
    background: #d6d8d5; width: 100%; position: relative;
    padding: 10px 0; font-family: 'sukhumvit_bd';
}

.calendar_tab li{
    list-style: none; color: #000;
    display: inline-block; vertical-align: top;
    margin: 0 20px; padding: 8px 20px;
}

.calendar_tab .active{
    background: #366078; color: #fff;
    border-radius: 25px;
}


.calendar{
    margin-top: 30px;
	background-color: #faf18a; color: #000;
    border-radius: 25px;  padding-bottom: 30px;
} 



.calendar_runner{
    margin-top: 30px;
	
    background-color: #cd9b0d; color: #000;
    border-radius: 25px;  padding-bottom: 30px;
} 

.runner_L{
    float: left; width: 40%;
}

.runner_R{
    float: left; width: 60%;
}

.calendar_text{
    background: #fff;  color: #000;
   
}

.calendar_padding{
    padding: 20px 20px;
}

.bg_gallery{
    background: #fff; color: #000;
}

.btn_play{
    position: absolute;
}

.video{
    display: inline-block; vertical-align: top;
    position: relative; 
    left: 0; right: 0;
    margin: 40px auto 0;  max-width: 1000px;
}

.video_img{
    display: inline-block; vertical-align: top;
    width: 55%; position: relative; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.video_text{
     display: inline-block; vertical-align: top;
    margin: 30px 0 0 4%;
    width: 40%;
}


.gallery_line{
    border-bottom: 1px #a88c75 solid;
    margin: 50px 0;
}

.news_slide{
    width: 90%; left: 0; right: 0;
    margin-left: auto; margin-right: auto;
}

.news_box{
    max-width: 360px;
     display: inline-block; vertical-align: top;
    background: #fff; color: #000; padding: 20px; 
    border-radius: 25px;  
}

.news_text{
    margin: 10px 0 0 0;
    min-height: 200px;
}


.faq_box{
    float: left; width: 50%; height: 180px;
    text-align: left;
    background: url("../../img/faq.png") top right no-repeat;
    background-size: 90%;
   background-color: #d6d8d5; color: #000;
    padding: 10px 0;
}

.quiz_box{
    float: left; width: 33%; height: 180px;
    text-align: left;
    background: url("../../img/quiz.jpg") top center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/quiz.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/quiz.jpg', sizingMethod='scale');
    
    
   background-color: #000; color: #fff200;
    padding: 10px 0;
}
  
.info_area3{
    margin: 50px 5% 0;
    background: url("../../img/arrow-3.png") top right no-repeat;
    background-size: 40px;
}

.family_box{
    float: left; width: 50%; height: 180px;
     
    background: url("../../img/family2.jpg") bottom center;
    background-size: 100%;
   background-color: #f1f1f1; color: #000;
    padding: 10px 0;
}

.family_area{
    padding: 50px 0 0 0;
}

.contact{
    background: #000; color: #fff;
}

.why_box{
    background: #fff200; padding: 20px 0;
    color: #000; margin-top: 30px;
}

.why_up{
    background: url("../../img/info/up.png") top right no-repeat;
    background-size: 40px;
    padding:0 60px 0 0; 
}

.why_down{
    background: url("../../img/info/down.png") top right no-repeat;
    background-size: 40px;
    padding:0 60px 0 0; 
}


.why_icon1{
    background: url("../../img/info/icon-1.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_icon2{
    background: url("../../img/info/icon-2.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_icon3{
    background: url("../../img/info/icon-3.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_icon4{
    background: url("../../img/info/icon-4.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_icon5{
    background: url("../../img/info/icon-5.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_icon6{
    background: url("../../img/info/icon-6.png") top left no-repeat;
    background-size: 40px;
    padding:0 0 50px 60px;
    font-family: 'sukhumvit_bd';
	font-size:26px;  line-height:140%;
}

.why_content{
    background: #fff; color: #000; padding: 20px; 
    border-radius: 25px; display: none;
}

.why_table td{
    padding-bottom: 20px;
}

.line_why{
    border-bottom: 1px #000 dashed;
    margin-top: 20px;
}


.how_text{
    background: #fff;  
}


.register_title{
    background: #000;  color: #fff;
    padding: 15px 30px;
    font-family: 'sukhumvit_bd';
    font-size: 30px; line-height: 140%;
    text-align: left;  margin-top: 30px;
}

.register_title .arrow{
    background: url("../../img/tp/btn-up.png") top right no-repeat;
    background-size: 35px;
}

.register_title .arrow2{
    background: url("../../img/tp/btn-down.png") top right no-repeat;
    background-size: 35px;
}

.calenda_hide{
    background: url("../../img/calendar/btn-hide.png") top center no-repeat;
    background-size: 100%;
    display: inline-block; vertical-align: top;
    width: 150px; height: 75px;  
}

.calenda_show{
    background: url("../../img/calendar/btn-show.png") top center no-repeat;
    background-size: 100%;
    display: inline-block; vertical-align: top;
    width: 150px; height: 75px;
}
.calendar_bootcamp{
   background: #ffffff; color: #000000;
    padding: 40px 0 0;
    margin-top: 40px;    
}

.advisor_box{
    position: relative;
    margin-top: 50px;
}

.advisor_img{
    position: absolute; text-align: center; 
    left: 0; right: 0; margin: 0 auto;
}

.advisor_img img{
    max-width: 250px;
	border-radius: 30px;
}

.advisor_top{
    padding-top: 100px;
}

.advisor{
     background: #faf18a; color: #000;
    border-radius: 25px;  padding-bottom: 30px;
    padding-top: 180px;
}

.btn_back{
    margin-top: 40px;
}

.btn_back img{
    max-width: 80px;
}

.executive{
    background: #ddb056; color: #fff;
}

.gurus{
    background: #f67f23; color: #fff;
}

.gurus_line{
    border-bottom: 1px #737373 solid;
    margin: 50px 0 ;
}

.table_faq td{
    min-width: 150px;
}

.calendar_h{
 height: 600px; overflow: hidden;
}

.btn_announce{
    background: url("../../img/tp/announce.png") center right no-repeat;
    background-size: 30px;
    background-color: #fff200; color: #000;
    padding: 10px 0;
}


.btn_footer{
    position: fixed; right: 0;
    background: url("../../img/tp/bg_btn.jpg") fixed;
    background-size: 100%;  font-family: 'sukhumvit_bd';
    bottom: 0; text-align: center; z-index: 99;
    width: 340px; background-color: #989898;
}

.btn_footer .btn1{
    float: left; width: 50%; border-right: 1px #989898 solid;
    color: #fff200; padding: 10px 0;
}

.btn_footer .btn2{
    float: left; width: 48%; border-left: 1px #000 solid;
     color: #fff200; padding: 10px 0;
}


.howto{
     background: #000 !important; color: #fff !important; 
} 

.btn_howto{
    display: inline-block; vertical-align: top;
    background: url("../../img/tp/btn.jpg") top center  ;
    background-size: 100%;
     height: 45px;
    padding: 7px 30px 0; font-family: 'sukhumvit_bd';
    font-size: 22px; line-height: 100%;
    border-radius: 25px;  color: #000;
      text-align: left;
}

.btn_howto .span{
    background: url("../../img/tp/lock.png") top left no-repeat;
     background-size: 24px;
    padding-left: 35px;
}

.btn_howto .span span{
     font-size: 18px; line-height: 100%;
}


.bootcamp_box{
    display: inline-block; vertical-align: top; text-align: left;
    padding: 20px 30px; margin-top: 30px; border: 2px #fff200 solid;
}

 #video-background_desktop {
 
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%; 
  height: 506px;
}

.sponsor{
   background: #deb51d;
}


.popup_announce{
    background: #343434; color: #fff; padding: 40px;  
    border-radius: 20px; margin-top: 30px; font-family: 'sukhumvit_bd';
      display: inline-block; vertical-align: top;
}

.btn_close{
    display: inline-block; vertical-align: top;
    background: url("../../img/tp/btn.jpg") top center  ;
    background-size: 100%;
     height: 30px;
    padding: 12px 0px 0; font-family: 'sukhumvit_bd';
    
    border-radius: 25px;  color: #000;
      text-align: center;
    width: 150px; margin: 20px 10px 0;
}

.btn_privacy{
	display: inline-block; vertical-align: top;
	background: #fff; color: #333; font-family: 'sukhumvit_bd';
	padding: 8px 50px; text-align: center;
}

.btn_popup{
	background: #000; color: #fff;
	display: inline-block; vertical-align: top;
	padding: 6px 25px; width: 120px; 
	margin: 20px 20px; border-radius: 25px;
}

.faq{
    margin-top: 50px;
	background-color: #faf18a; color: #000;
    border-radius: 25px;  padding-bottom: 0px;
} 

.faq_text{
    background: #fff;  color: #000;
   display: none;
}

.btn_faq{
	background: url("../../img/calendar/btn-show.png") bottom center no-repeat;
	background-size: 100%;
	width: 65px; height: 50px;
}

.btn_faq2{
	background: url("../../img/calendar/btn-hide.png") bottom center no-repeat;
	background-size: 100%;
	width: 65px; height: 50px;
}

.btn_faq img{
	 width: 80px;
}

@media screen and (max-width: 1250px) {
.banner_area_web{
	 padding: 0px 40px 0px;
	position: absolute; right: 0;
	margin-top: 20px;  
	 
}
}

@media screen and (max-width: 1050px) {
	body{
		font-size:16px; line-height:140%;
	}

	
	
h1{
	font-size:26px; line-height:120%;
}

h2{ 
	font-size:18px;  line-height:140%;
}

h3{
	 font-size:22px;  line-height:120%; 
}

h4{
	font-size:24px;  line-height:120%; 
}

	
	
.banner_logo{
	max-width: 140px; display: none;
}

 

.btn_login{
	font-size: 18px; line-height: 140%;
	margin-top: 20px;
    height: 35px;
    padding: 10px 45px 0;
}
    

	
	
}

@media screen and (max-width: 60em) {
  .banner_web{
	display:none;	
}

.banner_mobile{
	display:block;	
}
	
.faq_box{
   height: 150px;
    text-align: left;
    background: url("../../img/faq.png") top right no-repeat;
    background-size: 100%;
   
    padding: 10px 0;
}
  
.info_area3{
    margin: 20px 5% 0;
    background: url("../../img/arrow-3.png") top right no-repeat;
    background-size: 40px;
}

.family_box{
    height: 150px;
     
    
    background-size: 100%; 
    padding: 10px 0;
}

.family_area{
    padding: 30px 0 0 0;
}
  
    .quiz_box{
         height: 150px;
    }    
	
}



@media screen and (max-width: 40em) {
	.mobileshow{
	display:block;	
}

.webshow{
	display:none;	
}

	.top_head{
	padding-top: 70px;
}	
	
	

	

	.size18{
		font-size:16px; line-height:140%;	
	}


	.size24{
		font-family: 'sukhumvit_bd';
		font-size:20px; line-height:140%;	
	}

	.size26{
		font-size:24px; line-height:140%;
		font-family: 'sukhumvit_bd';	
	}

	.size30{
		font-size:26px; line-height:140%;
		font-family: 'sukhumvit_bd';	
	}

	.size36{
		font-size:30px; line-height:140%;
		font-family: 'sukhumvit_bd';	
	}

	.size42{
		font-size:32px; line-height:140%;
		font-family: 'sukhumvit_bd';	
	}

	.size48{
		font-size:36px; line-height:140%;
		font-family: 'sukhumvit_bd';	
	}


	.size60{
		font-family: 'sukhumvit_bd';	
		font-size:48px; line-height:80%;	
	}


	
.bg_head{
	 
	height: 70px;
	 
}


.logo img{
    padding: 10px 0;
     height: 50px;
}
 
.hamburger{
    position: absolute; left: 0;
    background: url("../../img/tp/hamburger.png") top left no-repeat;
    width: 70px; height: 70px;
    background-size: 70px;
}
    
.hamburger-active{
    position: absolute; left: 0;
    background: url("../../img/tp/hamburger-2.png") top left no-repeat;
    width: 70px; height: 70px;
    background-size: 70px;
}
    

.icon_menu{
    background: url("../../img/tp/icon-menu.png") top center no-repeat;
    background-size: 40px; width: 40px; height: 40px;
    margin: 15px 30px 0 0;
}
    

 


.input_register{
     font-size: 18px; line-height: 100%;
    height: 35px;  padding-left: 10px; 
}    
    
.select_register {
   font-size: 18px; line-height: 100%;
    height: 35px;    padding-left: 10px;     
}
    

.label_box{
    display: inline-block; vertical-align: top;
    width: 45%; margin: 20px 2% 0;
}

.top_none{
    margin-top: 0 !important;
}


.top_none2{
    margin-top: 0 !important;
}

.label_box2{
    display: inline-block; vertical-align: top;
    width: 29.5%; margin: 0px 1%;
}

.label_box3{
    display: inline-block; vertical-align: top;
    width: 94%; margin: 20px 2% 0;
}

    
  .btn_plus{
    background: url("../../img/tp/icon-add.png") top left no-repeat;
    background-size: 25px;
    display: inline-block; vertical-align: top;
      padding-top: 5px;
    padding-left: 30px; min-height: 40px;
}
  
.level_box{
    float: left; padding-right: 10px;
}

.level_box2{
    float: left; padding-right: 6px;
    margin-top: 15px;
}
    
.register_padding{
    padding: 20px;  
}
    

.btn_upload{
    display: inline-block; vertical-align: top;
    background: url("../../img/tp/btn.jpg") top center  ;
    background-size: 100%;
     height: 30px;
    padding: 12px 30px 0; font-family: 'sukhumvit_bd';
    
    border-radius: 25px;  color: #000;
      text-align: center;
}
    
    
.info_tab{
    margin-top: 40px; width: 100%; overflow: auto;
    background: #464646;
    padding: 10px 0; font-family: 'sukhumvit_bd';
}

.info_tab li{
    list-style: none; color: #fff;
    display: inline-block; vertical-align: top;
    margin: 0 6px; padding: 8px 20px;
}    
    
    .info_menu{
        width: 530px;  
    }
  
     .bootcamp_menu{
        width: 460px;  
    }
	
	
	  
 .calendar_tab li{
    list-style: none; color: #000;
    display: inline-block; vertical-align: top;
    margin: 0 10px; padding: 8px 15px;
}
	
    
.info_box ,.info_box2 ,.info_box3{
   text-align: left;
}


.info_area1{
    margin: 20px 5%;
    background: url("../../img/arrow-1.png") top right no-repeat;
    background-size: 27px;
}

.info_area2{
    margin: 20px 5%; color: #fff;
    background: url("../../img/arrow-2.png") top right no-repeat;
     background-size: 27px;
}
    
    
    
.calendar_h{
 height: 1000px; overflow: hidden;
}
    
.register_title{
    padding: 15px 20px;
     font-size: 30px; line-height: 100%;
}

.register_title .arrow{
    background: url("../../img/tp/btn-up.png") top right no-repeat;
    background-size: 25px;
}

.register_title .arrow2{
    background: url("../../img/tp/btn-down.png") top right no-repeat;
    background-size: 25px;
}    


.calenda_hide{
    background: url("../../img/calendar/btn-hide.png") top center no-repeat;
    background-size: 100%;
    display: inline-block; vertical-align: top;
    width: 100px; height: 50px;  
}

.calenda_show{
    background: url("../../img/calendar/btn-show.png") top center no-repeat;
    background-size: 100%;
    display: inline-block; vertical-align: top;
    width: 100px; height: 50px;
}  
    
.news_box{
    width: 80%; margin-left: auto; margin-right: auto;
     display: inline-block; vertical-align: top;
    background: #fff; color: #000; padding: 20px; 
    border-radius: 25px; margin-top: 40px;
}
    
.news_text{
     min-height: 100px;
}    

.faq_box{
    float: left; width: 100%; height: 120px;
    text-align: left;
    background: url("../../img/faq.png") top right no-repeat;
    background-size: 100%; 
    padding: 10px 0;
}
  
.info_area3{
    margin: 20px 5% 0;
    background: url("../../img/arrow-3.png") top right no-repeat;
    background-size: 40px;
}
    
    .quiz_box{
        float: left; width: 100%; height: auto;
    }

.family_box{
   float: left; width: 100%; height: auto;
	 background: url("../../img/family2.jpg") bottom left no-repeat;
    background-size: 100%;
     
    padding: 40px 0;
}

.family_area{
    padding: 30px 0 0 0;
}
    
.bg_bootcamp{
     background-size: 100%, 100%;
    padding:40px 0 ; 
}
    
.bg_cer{
    
    padding:20px 0 ; 
}    
    
.project_content{
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		max-width: 1100px;
}
    

.why_box{
    background: #fff200; padding: 20px 0;
    color: #000; margin-top: 30px;
}

.why_content{
    background: #fff; color: #000; padding: 20px; 
    border-radius: 25px; display: none;
}


.why_icon1 ,.why_icon2 ,.why_icon3 ,.why_icon4 ,.why_icon5 ,.why_icon6{
    padding:0 0 30px 60px;
    font-family: 'sukhumvit_bd';
	font-size:32px;  line-height:90%;
}
    
   

.advisor_img img{
    max-width: 200px;
}

.advisor_top{
    padding-top: 80px;
}

.advisor{
   
    border-radius: 25px;  padding-bottom: 30px;
    padding-top: 150px;
}    
  
.table_faq td{
    min-width: 120px;
}
    
.btn_footer{
    position: fixed; right: 0;
    background: url("../../img/tp/bg_btn.jpg") fixed;
    background-size: 100%;  font-family: 'sukhumvit_bd';
    bottom: 0; text-align: center; z-index: 99;
    width: 100%;
}
    
.btn_howto{
    height: 41px;
    padding: 5px 30px 0; font-family: 'sukhumvit_bd';
    font-size: 20px; line-height: 100%;
}

.btn_howto .span{
    background: url("../../img/tp/lock.png") top left no-repeat;
     background-size: 20px;
    padding-left: 30px;
}

.btn_howto .span span{
     font-size: 16px; line-height: 100%;
}
    
     #video-background_desktop {
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%; 
  height: 250px;
}
    
   

.video_img{
    display: inline-block; vertical-align: top;
    width: 100%; position: relative; 
}

.video_text{
     display: inline-block; vertical-align: top;
    margin: 30px 0 0 0; text-align: center;
    width: 100%;
   
}
    
    .headremark{
        font-size: 16px; line-height: 100%;
    }
    
	
	.btn_popup{
	  width: 80px; 
	margin: 20px 10px;
}
	
	.popup_area h1{
		font-size: 24px; line-height: 120%;
	}
	
	
}





