body{
	margin:0px;
	padding:0px;
	color:#161616;
	font-family:tahoma, Arial;
	font-size:14px;
	line-height:20px;
	min-height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
.arial{ font-family:Arial}
 
a{
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition:  all 0.2s ease-in-out 0s;
	-moz-transition:  all 0.2s ease-in-out 0s;
	-o-transition:  all 0.2s ease-in-out 0s;
	text-decoration:none;
	color:#191919;
	outline: 0;
}
a:hover{
	color:#ffa800;
}
 
 

::-moz-selection {
	background: #4c4c4c;
	color: white;
	text-shadow: none;
}

::selection {
	background: #4c4c4c;
	color: white;
	text-shadow: none;
}
.textmore {
  display: none;
}
 
li{ line-height:18px;}
p{ display:block}
.clear{ clear:both}

 

html {min-height: 100%;}


.green{ color:#90af00}
.black{ color:#191919}
.brown{ color:#000}
.red{ color:red}
.white{ color:#fff}
.yellow{ color:#ffb400}
.blue{ color:#08377c}
.orange{ color:#f26522 }
.gray{ color:#666666}
.star{ color:#ff0000; font-size:13px}

.font10{ font-size:10px;}
.font11{ font-size:11px;}
.font12{ font-size:12px;}
.font13{ font-size:13px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font22{ font-size:22px;}
.font24{ font-size:24px;}
.font26{ font-size:26px}
.font28{ font-size:28px;}
.font30{ font-size:30px}
.font34{ font-size:34px;}
.font36{ font-size:36px; line-height:30px}
.font40{ font-size:40px;}
.font45{ font-size:45px;}
.font48{ font-size:48px; line-height:40px}
.font50{ font-size:50px;}
.font54{ font-size:54px; line-height:50px}
.font60{ font-size:60px; line-height:50px}

.text_left{ text-align:left}
.text_right{ text-align:right}
.text_center{ text-align:center}
p{ margin-top:5px; margin-bottom:5px;}

article h3{ margin-bottom:5px; margin-top:20px;}
article h3 + p{ margin-top:6px}
article h3 + h3{ margin-top:15px}


.title{
  
	font-size:21px;
	line-height:20px;
	padding-bottom:5px;
	margin:0px 0 15px 0;
	color:#fff;
	text-transform:uppercase;
	font-family: 'circularbold';
	font-weight:normal
}
.title.bar{
	background:#000 url(../images/bg_header.png)  repeat-y  center top;
	/*padding:16px 0 13px 25px;*/
	padding:2px 0 0px 25px;
	display:table-cell;
	vertical-align:middle;
	height:48px;
	width:980px;
}
.title.bar.font14{
	text-transform:none;
}
.title.bar.font14 span{ 
	color:#ffffff;
	float:right;
	font-family:Arial;
	font-size:12;
	padding-right:15px
	
}
article .title{ margin-bottom:15px;}
article .title + h3{ margin-top:10px;}

 
img[align="left"]{ margin-right:10px; margin-top:3px}
img[align="right"]{ margin-left:10px; margin-top:3px}


/*article img{
	padding:3px;
	background:#fff;
	border:1px solid #bcbcbc;
}*/
table{
	border-spacing:0;
}


.upper{ text-transform:uppercase}
.noMargin{ margin:0 }

.button{
	background:#428bc3;
	border:3px solid #accce5;
	color:#fff;
	padding:3px 15px;
	height:45px;
	line-height:15px;
	font-size:16px;
	font-weight:bold;
	width:auto;
	text-align:center;
	display:inline-block;
	position:relative;

	cursor:pointer;
	
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition:  all 0.2s ease-in-out 0s;
	-moz-transition:  all 0.2s ease-in-out 0s;
	-o-transition:  all 0.2s ease-in-out 0s;
}
.button.small{ height:30px; font-size:15px;}

 
.button:hover{ opacity:0.8;}

.button.orange{
	background:#ffa800;
	border:3px solid #ffd98f;
}
.button.gray{
	background:#878787;
	border:3px solid #cacaca;
}
.button.blue{ 
	background:#428bc3;
	border:3px solid #accce5;
}

button{
	border:0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition:  all 0.2s ease-in-out 0s;
	-moz-transition:  all 0.2s ease-in-out 0s;
	-o-transition:  all 0.2s ease-in-out 0s;
}

.button .text{
	position:relative;
	top:-3px;
	display:inline-block;
}

 

.top{
	background:#0f6199;
	border-top:4px solid #2672a4;
	display:block;
	color:#fff;
	height:39px;
}

.icons{
	background:url(../images/icons.png) 0 0 no-repeat;
	display:inline-block;
	position:relative;
}
 
.icons.phone_border{
	width:28px;
	height:28px;
	background-position:0 0;
}
.icons.line_id{
	height: 24px;
    width: 24px;
	background-position:-30px 0px;
}

.icons.phone{
	height: 24px;
    width: 24px;
	background-position:-147px 0;
}
.icons.line_id2{
	height: 24px;
    width: 24px;
	background-position:-173px 0;
}
.icons.mail{
	height: 25px;
    width: 24px;
	background-position:-203px -1px;
}

.icons.bubble1{
	height: 44px;
    width: 52px;
	background-position:0px -33px;
}
.icons.bubble2{
	height: 47px;
    width:65px;
	background-position:-57px -33px;
}
.icons.cart{
	background-position: -233px 3px;
    height: 23px;
    width: 29px;
}
.icons.test{
	background-position:-155px -31px;
    height: 25px;
    width: 25px;
	margin-right:3px;
	top:6px;
}


.icons.math,
.icons.eng,
.icons.physics,
.icons.chemical,
.icons.biology,
.icons.thai,
.icons.social{
	width:32px;
	height:30px;
	background-position:0 -81px;
	top:2px;
	left:5px;
	position:absolute;
}
.pack_label img{
	top:2px;
	left:5px;
	position:absolute;
}
.icons.math{ background-position:0px -150px;}
.icons.eng{ background-position:-32px -150px;}
.icons.physics{ background-position:-64px -150px;}
.icons.chemical{ background-position:-96px -150px;} 
.icons.biology{ background-position:-128px -150px;} 
.icons.thai{ background-position:-160px -150px;}
.icons.social{ background-position:-192px -150px}





.small .icons.math,
.small .icons.eng,
.small .icons.physics,
.small .icons.chemical,
.small .icons.biology,
.small .icons.thai,
.small .icons.social{
	width:21px;
	height:20px;
	background-position:0 -125px;
	top:2px;
	left:2px;
	position:absolute;
}
.small.pack_label img{
	top:2px;
	left:3px;
	position:absolute;
}
.small .icons.math{ background-position:0 -125px;}
.small .icons.eng{ background-position:-22px -125px;}
.small .icons.physics{ background-position:-47px -125px;}
.small .icons.chemical{ background-position:-73px -125px;} 
.small .icons.biology{ background-position:-96px -125px;} 
.small .icons.thai{ background-position:-117px -125px;}
.small .icons.social{ background-position:-139px -125px}

.sticky{
	position:fixed;
	display:block;
	width:100%;
	height:69px;
	
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition:  all 0.4s ease-in-out 0s;
	-moz-transition:  all 0.4s ease-in-out 0s;
	-o-transition:  all 0.4s ease-in-out 0s;
}

header{
	position:fixed;
	display:block;
	width:100%;
	z-index:9;
	height:112px;
}
header .shadow{
	width:100%;
	height:30px;
	background:url(../images/menu_shadow.png) top center no-repeat;
	position:absolute;
	top:70px;
	z-index:0;
}
.pack_page header .shadow{ display:none} 
.pack_page header.sticky .shadow{display:block} 
 
.banner{
	padding-top:132px;
	position:relative;
	z-index:0
}
.menu_top{
	display:block;
	width:100%;
	padding:5px 0 10px;
	height:54px;
	margin:-23px 0 0 0;
	float:left;
	background:#11346a;
	position:relative;
	z-index:1;
	top:0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:  all 0.3s ease-in-out 0s;
	-moz-transition:  all 0.3s ease-in-out 0s;
	-o-transition:  all 0.3s ease-in-out 0s;
}



.sticky .menu_top {
	top:-44px;
} 
.logo{
	float:left;
	margin-top: 4px;
}
.logo img{
	position:relative;
	top:2px;
}

.menu_top .wrapper{
	float:right;
}

/*tutor menu*/
.tab_wrap{ 
	width:946px; 
	padding:20px 9px 10px 11px; 
	float:left;
}

.tab_wrap .hide { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
}

#tabs {
	width:100%;  
	padding:0; 
	margin: 0 0 20px 0; 
}
#tabs div *{ margin:0}
 

#tabs .nav { 
	overflow: hidden; 
	margin:0 0 0px 0px;
	padding:0 0 0 0px;
	width:100% !important;
	border:0px
}
#tabs .nav li { 
	width:311px;
	border:0px;
	float: left; 
	margin:0px; 
	padding:0px;
	margin-right:6px; 
	list-style-type:none;
	text-align:center;
	border:0 !important;
}
#tabs .nav li.last { margin-right: 0; }
#tabs .nav li a { 
	display: block; 
	padding:6px 0 6px;
	margin:0px; 
	color: #7b7b7b; 
	font-size: 24px;
	line-height:25px;
	font-family: 'circularregular';
	text-align: center; 
	border: 0;
	position:relative;
	background:#f6f6f6;
}
 
#tabs ul li a.current,
#tabs .nav li a:hover{ 
	color: white; 
	background:#005e9d !important;
}
#tabs .nav li span{
	display:block;
	padding:0 26px;
	height:30px
}
.list-wrap{ 
	float:left; 
	width:100%;
	margin-top:7px;
}
.tab_content{ 
	width:100%; 
	height:400px;
	display:block; 
	color:#151515;
	float:left;
	text-align:left;
	
}
.tab_content .button.viewmore{ width:375px; margin:15px 0 20px !important; display:inline-block}
.tab_content .button.viewmore:hover{ background:#3c3c3c}

#tabs .buttons{ margin-top:30px;}
.menu_department{
	width:200px;
	display:inline-block;
}
 
.tutor_wrapper{
	width:720px;
	padding-left:17px;
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.menu_department ul{
	float:left;
	width:100% !important;
}
.menu_department ul li{ border:0 !important}
.menu_department ul li{
	font-family: 'circularregular';
	font-size:24px;
	text-decoration:none;
	color:#151515;
	display:block;
	padding-left:10px;
	padding-top:5px;
	line-height:30px;
}
.menu_department ul li:hover,
.menu_department ul li.active{
	background:#dd5d4f;
	color:#fff;
}

.tutor{
	display:inline-block !important;
	margin:0 0 2px 2px !important;
	padding:0;
	list-style-type:none;
	border:1px solid #dd5d4f;
	width:130px;
	height:180px;
	position:relative;
}
.tutor li{
	float:left;
	margin:0px;
	padding:0px;
}
.tutor li.pic{ width:100%; text-align:center}
.tutor li.pic img{ max-width:130px;}
.tutor li .cover{
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:#dd5d4f;
	/*background:rgba(221,93,79, 0.9) !important;*/  
	background:rgba(37,37,37, 0.9) !important;
	-webkit-transition:none;
   -moz-transition:none;
   -o-transition:none;
   -ms-transition:none;
   transition:none;
}
.tutor li .cover span{ 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:155px;
	height:185px;
}
.tutor li.hover img{ max-width:120px;}
.tutor li.hover{ position:initial}

.tutor li.detail{
	color:#005e9d;
	font-family: 'circularregular';
	line-height:18px;
	margin-top:3px !important;
	padding:5px 5px 0;
}
.tutor li.detail .font24{font-size:24px;}
.tutor li.detail .font18{font-size:18px;}
 
 

/*tutor menu*/





.search{
	float:left;
	margin:18px 12px 0 0;
}
.search input[type="text"]{ 
	font-size:13px;
	

}
.search button{
	background:none;
	border:0px;
	font-size:22px;
	position:relative;
	top:-6px;
    margin-left: -34px;
}
#cart_box{ 
	float:left;
	padding:0px;
	margin:11px 0 0 0;	
}
#cart_box > li{
	background:#ffa800;
	border:3px solid #ffd98f;
	padding:2px 0 8px;
	width:155px;
	font-size:14px;
	color:#fff;
}
#cart_box  li .cart{
	position:relative;
	left:10px;
	top:6px;
	margin-right: 7px;
}
#cart_box  li .group{
	padding-left:4px;
}
#cart_box .fa-angle-down{
	font-size:25px;
	position:relative;
	left:5px;
	top:4px;
}
#cart_box .fa-shopping-cart{
	font-size:25px;
	position:relative;
	left:5px;
	top:4px;
	margin-right:9px;
}
#cart_box .number{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:2px;
	left:4px;
	text-align:center;
	background:#005e9d;
	color:#fff;
	
	-webkit-border-radius:50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}


.order_list .pic{
	width:65px;
	height:65px;
	float:left;
}
.order_list .detail{
	width:210px;
	float:left;
	font-size:14px;
	color:#393939;
	margin-left: 10px;
	margin-right: 10px;
}
.order_list .detail a{ color:#393939; line-height:21px;}
.order_list .detail a:hover{ color:#c03231}
.order_list .detail p:first-child{
	margin-top:-3px;
}
.order_list .del{
	width:21px;
	height:21px;
	padding:1px 0 0 0px !important;
	color:#fff;
	text-align:center !important;
	background:#c03231;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-top:5px;
}
.order_list .del:hover{ color:#000;}

.contact_box{
	margin:0;
	padding:4px 0;
	list-style-type:none;
	float:left;
}
.contact_box li{
	float:left;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
 
.contact_box li.time span{display:block;}
.contact_box li.time span.font14{
	font-size:14px;
	color:#ffb203;
}
.contact_box li.time .icons{ 
	float:left;
	margin-top:1px;
	margin-right:10px;
}
.contact_box li.time div{
	float:left;
}

.contact_box li.line_id{
	margin-left:20px;
	padding-top: 4px;
}
.contact_box li.line_id span + span{ 
	position:relative; top:-8px;
	margin-left:10px;
}

.top_right{
	float:right;
	position:relative;
	z-index:2;
	margin-right:5px;
	opacity:1;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:  all 0.3s ease-in-out 0s;
	-moz-transition:  all 0.3s ease-in-out 0s;
	-o-transition:  all 0.3s ease-in-out 0s;
}
.sticky .top_right{opacity:0; z-index:0}
.about_veo{
	margin:12px 0 0 0;
	padding:0px;
	list-style-type:none;
	float:left;
}
.about_veo li{
	float:left;
	margin:0 -3px 0 0;
	padding:0 5px 0 10px;
	font-size:11px;
	font-weight:bold;
	border-left:1px solid #fff;
	height:12px;
	line-height:11px;
}
.about_veo li:first-child{ border:0} 
.about_veo li .fa{ font-size:14px;  position:relative; top:1px}
.about_veo a{ color:#fff; position:relative; top:-2px}
.about_veo a:hover{ color:#ffb400}
.about_veo #login{
	background:#1b1b1b;
	font-size:11px;
	color:#fff;
	border:0;
	font-weight:bold;
	padding:4px 5px;
	margin-top:-7px;
	overflow:hidden;
	height:19px;
}
.about_veo #login p{ margin:0; height:27px; text-align:center}
.about_veo #login:hover{
	color:#ffa800;
}

#login_box{
	border:4px solid #005e9d;
	width:255px;
	display:none;
	position:absolute;
	top:25px;
	background:#fff;
	padding:20px 10px;
	color:#2b2b2b;
}
 
#login_box a{ color:#ffb400; top:0}
#login_box a:hover{ color:#c22929 !important; }
#login_box .forgot_pass{
	margin:5px;
	font-weight:normal;
	display:inline-block;
	font-size:12px;
	float:left;
}
#login_box .forgot_pass a{color:#2b2b2b;}
#login_box .signup{ 
	font-weight:normal;
	margin:5px;
	font-size:12px;
	display:inline-block;
	float:right
}
#login_box .signup a{ margin-left:2px;} 

#login_box .button{ margin-top:10px;}

#login_box input[type="text"],
#login_box input[type="password"]{
	width:250px;
	margin-top:5px;
}
#login_box span.text{
	display: inline-block;
    width: 57px;
}

#login_box ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#login_box ul li{
	width:100%;
    list-style-type:none;
	padding:0px;
	height:auto;
}
#login_box ul li a{
	display:block;
	padding:5px 0;
	float:left;
	color:#161616
}
#login_box ul li a:hover{ color:#ffb400 !important}

#login_box.style2{
	width:190px;
	padding:10px 10px;
}
#login_box.style2 ul li a{ font-size:13px;}
	 
#login_button{
	cursor:pointer;
	position:relative;
	padding-top:2px;
	text-align:centerl
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cupon{
	margin:-6px 0 0 0;
	padding:4px 0 0 53px;
	list-style-type:none;
	background:url(../images/bg_cupon.png) 0 0 no-repeat;
	float:left;
	height:64px;
}
.cupon li{
	float:left;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	line-height:18px;
	position:relative;
}
.cupon li.last{
	background:url(../images/bg_cupon.png) top right no-repeat;
	width:11px;
	height:64px;
	position:relative;
	left: 11px;
	top:-4px;
}
.cupon .button{
	height:25px;
	margin:6px 0 0 25px;
	padding:0px;
	width:95px
}

#newsletter_button{ color:#fff; }
#newsletter_box{
	border:4px solid #accce5;
	width:250px;
	display:none;
	position:absolute;
	top:35px;
	left:-152px;
	background:#fff;
	padding:20px 10px;
	color:#686868;
	font-weight:normal;
	font-size:12px;
}
#newsletter_box b{ color:#1b1b1b}
#newsletter_box h4{
	text-align:left;
	font-family: 'circularbold';
	font-weight:normal;
	font-size:22px
}
#newsletter_box .input_group{
	margin-top:15px;
	margin-bottom:0px;
}
#newsletter_box .input_width{
	width:170px;
	 
}
#newsletter_box .button{
	height:30px;
	width:70px;
	margin-left:5px;
	margin-top:-11px
}
.cupon_box{
	font-family: 'circularbold';
	width:200px;
	height:124px;
	padding-top:25px;
	padding-left:19px;
	margin-left:15px;
	background:url(../images/bg_cupon2.png) 0 0 no-repeat;
}
.cupon_box .font26{
	font-size:26px;
	color:#000;
	line-height:20px;
	margin-top:20px;
}
.cupon_box .font55{
	font-size:55px;
	line-height:43px;
	color:#fff;
	
}


.search_advance{
	display:block;
	width:100%;
	position:relative;
	border:1px solid #e1e1e1;
	font-family: 'circularbold';
	font-size:20px;
}
.search_advance h2{
	font-size:30px;
	font-family: 'circularbold';
	font-weight:normal;
	background:#005d9b;
	color:#fff;
	line-height:25px;
	padding:10px 10px 5px;
	margin:0px;
	border-bottom:3px solid #003872;
}
.search_advance p{
	margin:6px 20px;
	display:block;
    position: relative;
	vertical-align:middle;
	height:32px
}
.search_advance .text{
	float:left;
	margin-right:10px;
	margin-top:6px;
 
}
.search_advance .buttons{
	padding:5px 21px 13px 0;
}
.search_advance .button{
	height:35px;
}
 
.search_advance select{ margin:0}
.search_advance .select-wrapper{margin-bottom:0; width:220px; float:right}
/*.search_advance .s01 .select-wrapper{ width:70px;}
.search_advance .s02 .select-wrapper{ width:275px;}
.search_advance .s03 .select-wrapper{ width:219px;}
.search_advance .s04 .select-wrapper{ width:262px;}*/

#banner{
	width:100%;
	height:200px;
	background:#000;
	display:block;
	position:relative
}
.banner_shadow{
	width:100%;
	height:41px;
	margin-top:-5px;
	background:url(../images/banner_shadow.png) 0 0 no-repeat;
	display:block;
}

.body{
	display:block;
	position:relative;
	z-index:0
}
.advertise{
	margin:25px 0;
}

 

.department{
	border:5px solid #dd5d4f;
	margin-top:20px;
}
.department h2{
	margin:0px;
	padding:2px 0 2px 42px;
	display:block;
	position:relative;
	background:#dd5d4f;
	color:#fff;
	font-family: 'circularbold';
	font-size:30px;
	line-height:30px;
	cursor:pointer;
	font-weight:normal;
	height:32px;
}
.department .icons{ top:0}
.department h2 .text{
	float:right;
	font-size:18px;	
	margin-right:5px;
	font-family: 'circularbold';
	background:#fff;
	color:#000;
	line-height:20px;
	width:60px;
	padding:2px 5px 1px;
	margin-top:2px;
	text-align:center;
	 -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#box01.department h2 .text{ margin-top:-1px}
@media screen and (-webkit-min-device-pixel-ratio:0) {#box01.department h2 .text{ margin-top:3px}}

.department h2 .text:before{
	content:'+ ดูทั้งหมด';
}
.department h2 .text.closeBox:before{
	content:'- ปิด';
}
.department .wrapper{
	padding:10px;
	margin-left:-1%
}
.department .arrow_up{ 
	text-align:right; 
	width:100%;
	cursor:pointer;
	display:none;
	float:left;
	color:#333;
}
.department .arrow_up.show{ display:block} 
 

.showContent{
	display:none;
	width:100%;
	float:left
}

.packet{
	float:left;
	margin:0 0 1% 1%;
	padding:0px;
	list-style-type:none;
	width:19%;
	border:1px solid #e1e1e1;
	
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition:  all 0.2s ease-in-out 0s;
	-moz-transition:  all 0.2s ease-in-out 0s;
	-o-transition:  all 0.2s ease-in-out 0s;
}
.packet:hover{
	border:1px solid #fff;
	-moz-box-shadow:     0px 0px 5px #868686;
    -webkit-box-shadow:  0px 0px 5px #868686;
    box-shadow:         0px 0px 5px #868686;
}
.packet li{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	color:#393939;
	font-size:12px;
}
.packet li a{color:#393939; line-height:16px}
.packet li a:hover{color:#08377c;}
.packet li .pic img{ width:100%}
.packet li.detail{
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #bebebe;
	height: 45px;
    overflow: hidden;
	position:relative;
}
 
.favorite{
	width:27px;
	height:25px;
	margin-right:10px;
	background:none;
	position:relative;
	
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}
.favorite:before{
	width:27px;
	height:25px;
	font-size:25px;
	font-family: 'FontAwesome';
	content:'';
	background:none;
	color:#dd5d4f;
	position:absolute;
	top:0px;
	left:0px;
}
.favorite:hover:before,
.favorite.selected:before{ opacity:1; content:'';}

a.vdo{
	width:24px;
	height:23px;
	display:inline-block;
	margin-right:10px;
	background:#8e8e8e;
	position:relative;
	top:6px;
	
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
	
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition:  all 0.2s ease-in-out 0s;
	-moz-transition:  all 0.2s ease-in-out 0s;
	-o-transition:  all 0.2s ease-in-out 0s;
}
a.vdo:hover{ background:#4f4f4f;}
a.vdo:before{
	width:25px;
	height:23px;
	font-size:12px;
	font-family: 'FontAwesome';
	color:#fff;
	content:'';
	background:none;
	position:absolute;
	left:1px;
	top:2px;
}


.packet li .favorite{ float:right}

.pack_label{
	padding:10px 5px 5px 40px;
	text-transform:uppercase;
	background:#dd5d4f;
	color:#fff;
	display:inline-block;
	position:relative;
	top:2px;
	font-family: 'circularbold';
	font-size: 29px;
	line-height:20px;
	font-weight:normal;
}
.pack_label.small{ 
	padding:2px 5px 3px 26px; 
	line-height:18px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
}

/*.pack_label:before{
	width:20px;
	height:24px;
	content:"";
	display:inline-block;
	position:relative;
	top:5px;
	left:-5px;
	background:url(../images/icons.png) 0 -120px  no-repeat;
}

#eng .pack_label{ background:#755a8d;}
#eng .pack_label:before{ background-position:-22px -120px;}

#physics .pack_label{ background:#ffbc66;}
#physics .pack_label:before{ background-position:-48px -120px;}

#chemical .pack_label{ background:#005e9d;}
#chemical .pack_label:before{ background-position:-73px -120px;} 

#biology .pack_label{ background:#8dc440;}
#biology .pack_label:before{ background-position:-96px -120px;} 

#thai .pack_label{ background:#df5d69;}
#thai .pack_label:before{ background-position:-117px -120px;}

#social .pack_label{ background:#79bbaf;}
#social .pack_label:before{ background-position:-139px -120px} 

*/
.pack_label.eng{ background:#755a8d;}
.pack_label.eng:before{ background-position:-22px -120px;}

.pack_label.physics{ background:#ffbc66;}
.pack_label.physics:before{ background-position:-48px -120px;}

.pack_label.chemical{ background:#005e9d;}
.pack_label.chemical:before{ background-position:-73px -120px;} 

.pack_label.biology{ background:#8dc440;}
.pack_label.biology:before{ background-position:-96px -120px;} 

.pack_label.thai{ background:#df5d69;}
.pack_label.thai:before{ background-position:-117px -120px;}

.pack_label.social{ background:#79bbaf;}
.pack_label.social:before{ background-position:-139px -120px} 

.packet li.teacher{ margin-top:5px;}
.packet li.price{
	font-weight:bold;
	margin-top:15px;
	padding-bottom:10px;
	
}
.packet li.price .blue{ font-size:18px;}

.packet li.detail,
.packet li.price,
.packet li.teacher{
	margin-left:3%;
	margin-right:3%;
	width:94%;
}
.packet li .button{
	height:35px;
	padding:0 3px 0 7px;
	float:right;
	margin-top:-5px;
}

/**/
.pack_page .body,
.allpage .body{
	padding-top: 112px;
    position: relative;
 
}
.search_bar{
	width:100%;
	height:55px;
	background:#fff;
	color:#161616;
	margin:0px;
	position:relative;
	z-index:99
}
.search_bar .container{
	padding:11px 10px 0 10px;
	margin:0 auto 0px auto;
	border:1px solid #cdcdcd;
	border-top:0px;
	width:1150px;
 
}
.search_bar h2{
	font-size:24px;
	font-weight:normal;
	font-family: 'circularbold';
	line-height:25px;
	margin-bottom:5px;
}
.search_bar .input_group{ 
	display:inline-block; 
	margin-right:15px;
	z-index:9;
	float:left;
	position:relative;
}
.search_bar .input_group .text{ 
	display:inline-block;
	font-family: 'circularbold';
	font-size:20px;
	float:left;
	margin:5px 5px 0 0px;
 
}
.search_bar .custom-select,
.search_bar select{ width:200px;}

.search_bar .small .custom-select,
.search_bar .small select{ width:70px;}

.search_bar .select-wrapper .holder{
	margin:4px 15px 4px 10px !important;
}
.search_bar .button{
	float:right;
	margin:-4px 0 0 0;
	height:35px;
}

.pack_wrapper{ }
.pack_wrapper .pack_box:first-child{ margin-top:0}
.pack_box{
	border:4px solid #cdcdcd;
	display:block;
	padding:13px 10px 0;
	margin:20px 0;
	position:relative;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:  all 0.3s ease-in-out 0s;
	-moz-transition:  all 0.3s ease-in-out 0s;
	-o-transition:  all 0.3s ease-in-out 0s;
}
.pack_box:hover,
.pack_box:focus,
.pack_box.active{
	border:4px solid #8dc440;
	-webkit-box-shadow: 0 0px 4px #676767;
     -moz-box-shadow: 0 0px 4px #676767;
          box-shadow: 0 0px 4px #676767;
}
.pack_header{
	float:left;
	margin:0px;
	padding:0 0 10px 0;
	width:98%;
	padding-left:3.5%;
	list-style-type:none;
	position:relative;
	cursor:pointer;
}
.pack_header li{ float:left}
.pack_header .left{width:185px;}
.pack_header .center{
	width:598px; 
	margin:0 30px 0 20px;
}
.pack_header .right{
	width:260px;
	padding-top:20px;
}
.pack_header .favorite{ float:left; margin-top:10px; top:3px}
.pack_header .right .box{float:left; margin-left:15px;}
.pack_header .button{
	height:35px;
	font-size:12px;
}
.pack_header .button .fa{
	font-size:20px;
	margin-left:3px;
}
.pack_header .button span{ position:relative; top:-2px;}
.pack_header .pic{
	width:130px;
	height:115px;
}
.pack_header .title{
	font-family: 'circularregular';
	font-size:36px;
	color:#161616;
	padding-bottom:15px;
	margin-bottom:5px;
	margin-top:1px;
	border-bottom:1px solid #e7e7e7;
}


.pack_box .arrow.bottom{ position:relative; float:right; margin:0 -7px 10px 0; display:none; }
.pack_box.active .arrow.bottom{ display:block}

.pack_header:before{
	position:absolute;
	top: -3px;
	left: -1px;
	cursor:pointer;
	font-size:18px;
	font-family: 'FontAwesome';
}
.pack_header:before{
	content:'';
	background:url(../images/icons.png)  -310px -231px no-repeat;
	width:30px;
	height:30px;
}
.active .pack_header:before{
	content:'';
	background:url(../images/icons.png)  -349px -231px no-repeat;
}
.pack_box .arrow span:before{
	 
	font-size:11px;
	color:#b7b7b7;
	margin-left:5px;
	position:relative;
	top:-1px;
}
.pack_box.active .arrow span:before{
	 
	color:#8dc440;
}


.hot{
	background:#cd0001;
	font-size:14px;
	color:#fff;
	line-height:20px;
	padding:0px 0 1px 0;
	position:relative;
	top:-3px;
	width:47px;
	height:17px;
	text-align:center;
	display:inline-block;
	font-family: 'circularregular';
	font-weight:normal;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lesson_wrapper .hot{ line-height:18px}

.online_course{
	color:#274d76;
	font-family: 'circularbold';
	font-size:18px;
	width:195px;
}
.online_course span{
	font-size:20px;
	font-family:Tahoma;
	font-weight:bold;
	color:#08377c;
	width:95px;
	display:inline-block;
	text-align:center;
}
.online_course .button{  
	width:195px;
	padding:0px;
	height:37px;
}
.online_course .button span{
	font-size:12px; 
	color:#fff; 
	display:block; 
	width:100%;
}
.online_course .button .fa{
	position:relative;
	top:3px;
	font-size:20px;
	margin-left:10px;
}

.online_course .custom-select{
	width:100%;
	background:#cdcdcd;
	border:3px solid #e9e9e9;
	 -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.online_course .select-wrapper:before{
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	top:5px;
	display:inline-block;
	font-family: 'FontAwesome';
	content:'';
	font-weight:normal
}

.online_course .select-wrapper.orange{
	background:#ffa800;
	border:3px solid #ffd98f;
	color:#fff;
}
.online_course .select-wrapper.orange .holder{ color:#fff}
.online_course .select-wrapper.orange:before{color:#fff}
.online_course .custom-select .selected{ 
	font-size:12px;
	font-family:Arial;
	color:#000;
	width:100%;
	padding:10px 0;
}

.online_course .custom-select.orange{
	background:#ffa800;
	border:3px solid #ffd98f;
	color:#fff;
}
.online_course .custom-select.orange .selected{
	color:#fff;
}
.online_course .custom-select.orange .carat{
	/*border-top: 7px solid #fff;*/
}
.online_course .custom-select.orange.open .carat{}
.lesson_wrapper .online_course .custom-select .selected{
	padding:7px 0;}

.pack_header .description{
	margin-top:10px;
}
.pack_header .description .text{ margin-top:-5px;}
.pack_header .description .tutor_name{
	font-size:18px
}
.pack_box .showContent{ float:left; border-top:3px solid #f1f1f1}
.pack_box.active .showContent{ }

.pack_header .pack_label{
	font-size:29px;
	text-transform:uppercase;
	font-family: 'circularbold';
	position:relative;
	top:-2px;
	font-weight:normal
}
 


.course{
	float:left;
	margin:0 0;
	padding:10px 0 10px 45px;
	list-style-type:none;
	color:#161616;
	position:relative;
	cursor:pointer;
	border-bottom:1px solid #f1f1f1;
}

.course:before{
	position:absolute;
	top:5px;
	left: 13px;
	cursor:pointer;
	font-size:14px;
	font-family: 'FontAwesome';
}
.course:before{
	content:'';
	background:url(../images/icons.png) -387px -231px  no-repeat;
	width:25px;
	height:25px;
}
.course.active:before{
	content:'';
	background:url(../images/icons.png) -417px -231px no-repeat;
}

.lesson_wrapper .course:before{
	content:'';
	background:none
}
.course.lesson_empty{ cursor:default}
.course.lesson_empty:before{
	content:'';
	background:none
}


.course li{
	float:left;
	margin:0 0 0 0px;
	padding:0px;
	
}
.course li.column1{ width:80px;}
.course li.column2{ 
	width:520px; 
	margin-left:20px;
	padding-top:13px
}
.course li.column3{ 
	width:95px; 
	text-align:center; 
	padding-top:20px !important; 
	font-size:16px;
 }
.course li.column4{ 
	width:155px; 
	text-align:center; 
	padding-top:12px; 
}
.course li.column5{ width:215px; padding-left:9px}
.course .pic{
	width:80px;
	height:80px;
	display:block;
}
.course .title{
	color:#161616;
	font-size:25px;
	font-family: 'circularregular';
	margin-bottom:0px;
	padding-bottom:0px;
}
.course .pack_label{
	padding-top:5px;
	height:17px;
	display:inline-block;
	font-size:25px;
	line-height:20px;
	position:relative;
	font-family: 'circularregular';
}
.course .pack_label.small .icons{ top:3px;}
 
.course .favorite { top:2px; position:relative;}
.course .text{ margin-top:0px;}

.lesson_wrapper{
	width:100%;
	float:left;
	padding:10px 0 0px;
	display:none;
	background:#f6f6f6 url(../images/bg_lesson_wrapper.png) 0 0 repeat-x;
	border-bottom:2px solid #ebebeb;
}
.lesson_label{
	background:#8dc440;
	color:#fff;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	width:70px;
	height:20px;
	padding-top:1px;
	display:inline-block;
	text-align:center;
	margin-right:10px;
}
.lesson_wrapper .column2,
.lesson_wrapper .column3,
.lesson_wrapper .column4,
.lesson_wrapper .column5{
	border-top:1px solid #dcdcdc;	
}
.lesson_wrapper .column3{ padding-top:20px !important}
.lesson_wrapper .column5{  height:50px;}
.lesson_wrapper .online_course{ margin-top:-9px}
.lesson_wrapper .online_course p{ margin-bottom:0}
.lesson_wrapper .online_course span{ font-size:15px;}
.lesson_wrapper .online_course .select-wrapper{
	height:30px;
}
.lesson_wrapper .online_course .select-wrapper select{
	height:25px;
}
.lesson_wrapper .online_course .select-wrapper .holder{ margin-top:3px !important}
.lesson_wrapper .course{
	margin:0px;
	border:0;
	cursor:default;
	padding-top:0;
	padding-bottom:3px;
}
.lesson_wrapper .course li{ 
	padding-top:10px;
}
.lesson_wrapper .course:first-child li{ border:0px !important}
.lesson_wrapper .course .title{ 
	font-size:13px;
	font-weight:bold;
	font-family:tahoma;
	margin-top:-5px;
}
.lesson_wrapper .course .text{ 
	padding-left:109px; 
	font-size:12px; 
	position:relative;
	padding-top:5px;
}
.lesson_wrapper .course .text .icons{ 
	left: 78px;
    position: absolute;
    top:2px;
}
.lesson_wrapper .lesson_label{ position:relative; top:3px;}



/*pack tabs*/
.pack_box .tab_wrap{
	width:100%; 
	padding:0;
}
.tab_pack .nav{
	margin:0px;
	padding:0px;
	border-bottom:3px solid #a2a2a2;
	float:left;
	width:100%;
}
.tab_pack .nav li {
    border: 0 none !important;
    float: left;
    list-style-type: none;
    margin: 0 3px 0 0;
    padding: 0;
    text-align: center;
    width:130px;
}
.tab_pack .nav li a{
	display:block;
	padding:7px 0;
	font-weight:bold;
	font-size:13px;
	border:1px solid #a2a2a2;
	border-bottom:0px
}
.tab_pack .nav li a:hover{ color:#161616;}
.tab_pack .nav li a.current{
	background:#a2a2a2;
	color:#fff;
}
.tab_pack .tab_content{ height:auto;}

.pack_box .total{
	float:left;
	width:98%;
	text-align:right;
	padding:10px 0 20px;
	position:relative;
}
.pack_box .total .price{font-size:30px; font-family: 'circularbold';}
.pack_box .total .button{ margin-top:10px}
.pack_box .total .arrow{
	position:relative;
	float:left;
	
	left:10px;
	
} 
 

/*end tabs*/

.lightbox{
	background:url(../images/transparent_black.png);
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:999
}
.lightbox .wrapper{
	width:700px;
	height:550px;
	background:url(../images/bg_lightbox.jpg) 0 0 no-repeat;
	display:block;
	margin:auto;
	margin-top:50px;
	text-align:center;
	color:#fff;
	font-family: 'circularbold';
	
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	-moz-box-shadow:    0px 0px 15px 0px #000;
	box-shadow:         0px 0px 15px 0px #000;
}
.lightbox .logo{
	margin-top:80px;
}
.lightbox p{ width:100%; float:left}
.lightbox .text{ 
	font-size:50px;
	margin-top:30px;
}
.lightbox .lightbox_button{
	width:280px;
	margin:auto;
	display:block;
	margin-top:50px;
}
.lightbox .button{
	display:block;
	border:4px solid #fff;
	background:url(../images/transparent_black.png);
	width:99%;
	font-family: 'circularbold';
	font-size:36px;
	line-height:30px;
	height:55px;
	margin-bottom:10px;
	
	font-weight:normal;
}
.lightbox .button:hover{
	opacity:1 !important;
	background:#fff;
	color:#333
}

.rocket_page{
	background:url(../images/rocket_bg.jpg) repeat-x;
	display:block;
 
}
.rocket_title{
	background:url(../images/rocket_title_bg.png) no-repeat top left;
	height:132px;
	width:auto;
	padding-top:25px;
	padding-left:120px;
	display:inline-block;
	text-align:center;
	font-size:42px;
	font-family: 'circularbold';
	position:relative;
	left:-66px;
	margin:40px auto 0;
	
}
.rocket_title span{
	background:url(../images/rocket_title_bg.png) no-repeat top right;
	height:142px;
	float:right;
	width:174px;
 
	margin-top: 0x;
	position:absolute;
	top:0px;
	right:-146px;
	z-index:-3;
} 

.rocket_page .text_top{
	color:#fff;
	font-family: 'circularbold';
	font-size:28px;
	line-height:25px;
}
.rocket_page .text_top a{ text-decoration:underline}

.rocket_wrapper{
	width:100%;
	height:312px;
	display:block;
	background:url(../images/rocket_animate_bg.png) no-repeat center 0;
}
.rocket_fire{
	height:312px;
	display:block;
	background:url(../images/rocket_animate_bg.png) no-repeat 0 -268px;
	width:100%;
}

.rocket_frame{
	display:block;
	width:100%;
	height:180px;
	position:relative;
	margin-top:20px;
	
}
.rocket{
	display:block;
	height:189px;
	width:92px;
	background:url(../images/icons.png) -282px 0px no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	
 
}
.rocket_animate{
	display:block;
	width:180px;
	height:92px;
	position:absolute;
	left:0px;
	top:128px;
}
.rocket_frame .arrow_box{
	position: relative;
	top:-70px;
	left:39px;
	width:110px;
	height:30px;
	padding:3px;
	display:block;
	color:#00041f;
	font-size:30px;
	font-family: 'circularbold';
	text-align:center;
	background: #aeb0b8; 
	border: 3px solid #6a6d7c; 
	
	-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
.rocket_frame .arrow_box span{
	margin-top:8px;
	display:block;
}
.arrow_box:after, 
.arrow_box:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.arrow_box:after { border-color: rgba(174, 176, 184, 0); border-top-color: #aeb0b8; border-width: 10px; margin-left: -10px; } .arrow_box:before { border-color: rgba(106, 109, 124, 0); border-top-color: #6a6d7c; border-width: 14px; margin-left: -14px; }

.referrals_code{
	display:block;
	margin:auto;
	margin-top:-20px;
	min-width:210px;
	font-family:Tahoma;
	font-size:22px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	line-height:30px;
}
.referrals_code span{
	display:block;
}
.referrals_code .code{
	color:#ff0000;
	font-size:42px;
	line-height:40px;
	margin-top:
}

.rocket_box{
	display:block;
	padding:10px 0 5px;
	margin-bottom:15px;
	
	background:#9ea3ac;
	background:rgba(255,255,255,0.6);
	
	border:5px solid #505566;
	border:5px solid rgba(80,85,102,0.2);

	-moz-box-shadow:     0px 0px 5px rgba(5,5,5,0.7);
    -webkit-box-shadow:  0px 0px 5px rgba(5,5,5,0.7);
    box-shadow:         0px 0px 5px rgba(5,5,5,0.7);
}

.rocket_box2{
	display:block;
	padding:10px 0 5px;
	margin-bottom:15px;
	
	background:#d7e7e9;
	background:rgba(255,255,255,0.5);
 
	-moz-box-shadow:     0px 0px 5px rgba(5,5,5,0.7);
    -webkit-box-shadow:  0px 0px 5px rgba(5,5,5,0.7);
    box-shadow:         0px 0px 5px rgba(5,5,5,0.7);
}

.summary{
	padding:0px;
	margin:0px;
	float:left;
	list-style-type:none;
	width:100%;
}
.summary li{
	padding:0px;
	margin:0px;
	float:left;
	width:25%;
	text-align:center;
}
.summary li .text{
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.summary li .number{
	color:#002255;
	font-size:36px;
	line-height:30px;
	font-weight:bold;
}
.share_friend{
	position:relative;
	padding-bottom:27px;
	margin-bottom:100px;
}
.share_friend{
	border-bottom:0px;
	 -moz-box-shadow:     0px 0px 5px #050505;
    -webkit-box-shadow:  0px 0px 5px #050505;
    box-shadow:         0px -5px 5px #050505; 
 
}
.share_friend:after{
	content:'';
	width:1170px;
	height:100px;
	background:url(../images/rocket_box_bottom.png) no-repeat 0 0;
	position:absolute;
	bottom:-100px;
	left:-5px;
}
 




.scrollto{
	height: 31px;
	width: 100%;
    margin:0;
	text-align:center;
    position: absolute;
	bottom:0px;
	z-index: 47;
    text-align: center;
}
.scrollto a{
	position:relative;
	top:30px;
	color:#4c4c4c;
	text-transform:uppercase;
	 font-family: 'circularbold';
	 font-size:18px;
}
.scrollto a .fa{ font-size:30px; position:relative; top:-7px;}
 

.scrollto .icons{
	width:53px;
	height:10px;
	display:inline-block;
	background-position:-191px -33px

}

.share_friend .text_top{
	text-align:center;
	font-size:24px;
	color:#00041f;
}
.share_friend .box_size1,
.share_friend .box_size2,
.share_friend .box_size3{
	float:left;
	width:25%;
	margin-top:10px;
	text-align:center;
}
.share_friend .box_size2{width:50%;}
.share_friend .box_size3{width:100%;}


.share_friend .text_share{
	font-size:21px;
	font-family: 'circularbold';
	margin-top:10px;
	
}
.share_friend .text_share span,
.share_friend .text_share a{
	font-size:16px;
	font-family: 'circularregular';
	display:block;
	color:#414141;
	text-decoration:underline;
}

.share_friend .text_share a:hover{ color:#de473a}

.share_friend .box_size3 .text_share a{ display:inline-block}


.share_friend .icons{ height:40px;}
.share_friend .icons:hover{ opacity:0.7;}
.share_friend .fb_btn{
	width:200px;
	background-position:-1px -186px;
}
.share_friend .gmail_btn{
	width:200px;
	background-position:-206px -186px;
	margin-right:3px;
}
.share_friend .outlook_btn{
	width:164px;
	background-position:-2px -227px;
	margin-right:3px;
}
.share_friend .yahoo_btn{
	width:113px;
	background-position:-178px -227px;
}
.share_friend .mail { margin-top:3px;}
.share_friend  input[type="mail"],
.share_friend  input[type="text"]{
	border:1px solid #ccc;
	float:left;
	padding:5px;
	width:160px;
	color:#707070;
	margin-left:30px;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.share_friend .send{
	width:75px;
	height:33px;
	padding:0px;
	float:left;
	font-weight:bold;
	color:#333333;
	margin:-1px 0 0 -10px;
	border:1px solid #a6a5a5;
	border-bottom:1px solid #898989;
	font-family:tahoma;
	
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
		  
 
	 background-color: #bdbdbd;
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bdbdbd));   /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-linear-gradient(top, #ffffff, #bdbdbd);  /* Safari 5.1, Chrome 10+ */ 
	 background: -moz-linear-gradient(top, #ffffff, #bdbdbd); /* Firefox 3.6+ */ 
	 background: -ms-linear-gradient(top, #ffffff, #bdbdbd); /* IE 10 */
	 background: -o-linear-gradient(top, #ffffff, #bdbdbd);  /* Opera 11.10+ */
}
.share_friend .send:hover{
	 background-color: #bdbdbd;
	 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdbdbd), to(#ffffff));   /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-linear-gradient(top, #bdbdbd, #ffffff);  /* Safari 5.1, Chrome 10+ */ 
	 background: -moz-linear-gradient(top, #bdbdbd, #ffffff); /* Firefox 3.6+ */ 
	 background: -ms-linear-gradient(top, #bdbdbd, #ffffff); /* IE 10 */
	 background: -o-linear-gradient(top, #bdbdbd, #ffffff);  /* Opera 11.10+ */
}
.share_friend  .send .fa{ font-size:18px}

.share_friend .copy_link{
	display:inline-block;
	margin-top:10px;
}
.share_friend .copy_link + .text_share{ margin-top:0; margin-bottom:10px}
.share_friend .copy_link input[type="text"]{ 
	margin-left:-5px;
	height:32px;
	padding-left:15px;
	width:350px;
}
.share_friend .copy_link .send{
	margin-left:0px;
	position:relative;
	z-index:9;
	width:120px;
	-webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}

.friend_code {
	text-align:center;
	padding:30px 0;
}
.friend_code .font36,
.friend_code .font32{
	font-size:36px;
	color:#00041f;
	font-family: 'circularbold';
	line-height:30px;
}
.friend_code .font32{
	font-size:32px;
	font-family: 'circularbold';
	margin-top:10px;
}
.circularbold{font-family: 'circularbold';}

.friend_code input[type="text"]{
    font-family: 'circularregular';
	font-size:20px;
	line-height:20px;
	font-style:italic;
	padding-top:6px;
	padding-bottom:0px;
	height:30px;
}
.friend_code .button{
	font-family:tahoma;
	text-transform:uppercase;
	height:30px;
	font-size:15px;
	margin:-10px 0 0;
	background:#73b1da;
    border: 3px solid #c2ddef;
}
.friend_code .button:hover{
	opacity:1;
	filter: alpha(opacity=100);
}

.status_record{
	padding:10px 20px 30px;
	margin-bottom:40px;
	margin-top:12px;
}
.status_record table{
	width:100%;
}
.status_record table .head{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
.status_record table .head td{
	border-bottom:1px solid #86949f;
	padding-bottom:8px;
	text-align:center;
}
.status_record table  td{
	padding:5px;
}

.rocket_register_page{
	background:#71b5be url(../images/rocket_register_bg.jpg) no-repeat center bottom;
}

.rocket_register{
	float:left;
	border:5px solid #fff;
	background:#e2eff1;
	background:rgba(255,255,255,0.8);
	text-align:center;
	padding:20px 10px;
	margin-bottom:30px;
}
.rocket_register.left p{
	line-height:35px;
	width:630px;
	font-family: 'circularbold';
	font-size:30px;
}
.rocket_register.left a{
	text-decoration:underline;
}
.rocket_register.left a:hover{ color:#08377c;}
.rocket_register.left .line{
	border-bottom:1px dashed #005d9b;
	width:100%;
	display:block;
	margin:10px 0;
}
.rocket_register .button{
	height:35px;
}
.rocket_register .button.gray{ color:#313131; background:#cdcdcd; border:3px solid #dddddd}
.rocket_register .button.orange{ width:143px;}
.rocket_register.right{
	 float:right;
	 width:460px;
	 font-size:24px;
	 line-height:30px;
	 color:#11356a;
	 padding-top:40px;
	 padding-bottom:30px;
	 font-family: 'circularregular';
}

.rocket_register .input_width{
	width:270px;
	display:inline-block;
	margin-bottom:0px;
}
.rocket_register .code{
	background:#0e629a;
	text-align:center;
	width:225px;
	height:35px;
	padding-top:15px;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.form table{
	margin:auto;
}

.form td:first-child{
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	
}
.form td{
	text-align:left;
	vertical-align:middle;
	padding-bottom:8px; 
}
.form label.inline{
	display:inline-block;
}
.form label.inline + label.inline { margin-left:15px;}

.form .date, .form .month{display:inline-block}
.form .date .custom-select{width:70px; }
.form .month .custom-select{width:120px;}
.form .province .custom-select{ width:270px}
.form .year{ 
	width:70px; 
	margin-top:-8px; 
	height:27px;
}
.form .custom-select .selected{ font-weight:normal; color:#161616}

.form .brithday td{ padding-bottom:0px}

.login_social{ margin-top:15px}
.login_social .button{
	width:450px;
	display:block;
	margin:auto;
	font-size:20px;
	height:55px;
	position:relative;
}
.login_social .button.fb{
	border:3px solid #a8b6d3;
	background:#3a589b;
}

.login_social .button.gg{
	margin-top:5px;
	border:3px solid #ed816b;
	background:#e3411f;
}

.login_social .fa{
	font-size:34px;
	position:absolute;
	top:10px;
	left:60px;
}

.rocket_footer{
	width:100%;
}
.rocket_footer .top{
	width:100%;
	height:142px;
	display:block;
	border:0px;
	background:url(../images/rocket_footer_bg_1.jpg) repeat-x top center;
}
.rocket_footer .bottom{
	width:100%;
	height:140px;
	display:block;
	border:0px;
	margin-top:-115px;
	position:relative;
	top:20px;
	background:url(../images/rocket_footer_bg_2.jpg) repeat-x top center;
}
 
.rocket_footer .body{
	background:#7b5026;
	
}
.rocket_footer .body .inner{
	background:#5b3612;
	display:block;
	margin:-210px 60px 0;
	min-height:300px;
	padding:40px 75px 30px;
	position:relative;
	z-index:99;
	color:#fff;
	
	-webkit-box-shadow: inset 0 0 33px #351d05;
     -moz-box-shadow: inset 0 0 33px #351d05;
          box-shadow: inset 0 0 33px #351d05;
	 -webkit-border-radius:50px;
     -moz-border-radius:50px;
          border-radius:50px;
}
.rocket_footer .left,
.rocket_footer .right{
	float:left;
	width:50%;
	line-height:22px;
 
}
.rocket_footer ul li{
	padding-bottom:5px;
}
.rocket_footer .title_s{  margin-bottom:10px;  margin-top:15px;}
.rocket_footer a{ color:#fff;}
.rocket_footer a:hover{ color:#ffa800;}


.preload{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	background:#fff url(../images/loading.gif) center center no-repeat;;
}
 





footer{
	display:block;
	width:100%;
	background:#dddddd url(../images/bg_footer.png);
	border-top:2px solid #bdbdbd
}


footer h3{
	font-size:28px;
	font-family: 'circularbold';
	line-height:28px;
	padding-bottom:5px;
	border-bottom:1px dotted #222222;
	font-weight:normal
}
footer .item{
	float:left;
}
footer .item +  .item{
	padding-top:8px;
}
footer .column{
	position:relative;
	padding-top:5px;
	padding-bottom:25px;
}
footer .line{
	border-right:2px solid #888888;
	position:absolute;
	height:385px;
	width:5px;
	top:22px;
	right:-17px;	
}

footer .contact .icons{ margin-right:10px; top:9px;}
footer .contact p{ margin:0}

footer .problem .text,
footer .faq .text{
	display:inline-block;
	width:193px;
	margin-left:20px;
	line-height:16px;
}
footer .faq .text{ margin-left:8px;}
footer .viewmore .fa{ font-size:10px   }
.news_paper{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:-10px;
	list-style-type:none;
}
.news_paper li{
	float:left;
	width:85px;
	height:26px;
	padding-top:2px;
	overflow:hidden;
	background:#fff;
	margin-left:8px;
	margin-bottom:8px;
}

.student_msg{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	list-style-type:none;
}
.student_msg li{
	float:left;
	padding:0px;
	margin:0px;
}
.student_msg li.pic{
	width:100px;
	height:75px;
}
.student_msg li.msg{
	background:#c5c0af;
	width:170px;
    font-family: 'circularregular';
	font-size:16px;
	padding:15px 5px 0 5px;
	margin-left:-10px;
	height:60px;
}
 
.student_msg li.msg .cover{
	width:25px;
	height:75px;
	margin-left:-30px;
    margin-top: -15px;
	float:left;
	background:url(../images/cover_msg.png) 0 0 no-repeat;
}
.student_msg li.msg  .qoute{
	color:#f29423;
	font-size:10px
}
.student_msg li.msg .fa{ position:relative; top:-5px;}

.student_msg + .student_msg{ margin-top:10px;}

ul.list{
	float:left;
	margin:0px;
	padding:0px;
	width:96%;
	list-style-type:none;
	margin-left:10px;
}
ul.list li{
	float:left;
	margin:0px;
	padding:0px 0 7px 0;
	width:100%;
	font-size:13px;
	color:#424242;
	line-height:15px;
	position:relative;
}
ul.list li:before{
	content:'';
	background:url(../images/list.png) 0 0 no-repeat;
	width:13px;
	height:8px;
	display:inline-block;
	position:absolute;
	left:-11px;
	top: 4px;
}
ul.list li a{color:#424242;}
ul.list li a:hover,
footer a:hover{color:#f29423;}


.copyright{
	width:100%;
	padding:20px 0;
	display:block;
	background:#333333;
	color:#fff;
	font-size:12px;
}
.copyright a{color:#fff;} 
.copyright a:hover{color:#ffa800;} 

.copyright .left{ float:left}
.copyright .right{ float:right}
.copyright .right a{
	padding:0 0 0 15px;
	opacity:1;
}
.copyright .right a:hover{
	opacity:0.6;
}
.copyright .right .text{
	display:inline-block;
	position:relative;
	top:2px;
	right:-10px;
	font-weight:bold;
	margin-left:20px;
}
.copyright .right .fb{
	padding-left:5px;
}