@font-face { font-family: 'abacus'; src: url("../fonts/abacus.TTF") format("truetype"); }
#game-top{position: relative;}
.refesh-button-story{position: absolute;width: 59px; height: 49px;z-index: 999999;background:none;color: red; top: 10px;right:95px;cursor: pointer;}
.go-to-curriculum-overview{position: absolute;width: 96px; height: 49px;z-index: 999999;background:none;color: red; top: 10px;left:86px;cursor: pointer;}
#game-top {
	margin-bottom: 20px;
}
#game-top canvas{margin: 0 auto;}

#modalResultDetail .title_correct_ans {
	color: red;
	margin-top: 10px;
}

#modalResultDetail .list_correct {
	list-style: none;
	padding: 0;
	margin: 0;
}

#modalResultDetail .our-question {
	text-align: right;
}
.box-item-result {
	float: left;
}

.box-item-result .study_date, .part_daytime, .procedures_main, .group_status {
	display: inline-block;
	padding: 5px;
}
.procedures_main span {
	padding: 5px;
}
.group_status span {
	color: #FF0000;
	font-weight: bold;
}
.study_date .label_study, .procedures_main .label_study {
	color: #1a914d;
	font-weight: bold;
}

.navbar-top li.nav-my-account .nav-my-account-sub{z-index: 10;}
.center{
	text-align: center;
}
.center h2,p{
	font-family: 'ConcertOne-Regular';
}
.language-menu{
	position: fixed; top: 10%; left:3px;
	z-index: 1040;
	line-height: 17px;
	display: inline-block;
}
.language-menu img,.flag img{/*width: 16px; height: 11px*/border: 1px solid red;margin-bottom: 2px;}
.language-menu .active-flag img{border: 1px solid red; opacity: 0.3}
.navbar .flag img{height: 16px;}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: #31b0d5;
	cursor: inherit;
	display: block;
}

#img-upload{
	width: 100%;
}

.main-body .box-instructions{font-size: 35px;padding: 12px 0px;}
.main-body  .navbar-top li.nav-item{margin:15px 0 5px}

@media (min-width: 768px) { .navbar-brand { width: auto }
	.navbar-brand img { max-width: 100%; height: auto; margin-top: 0px; max-height: 75px; max-height:55px;}
	.navbar-top { width: 100%; padding: 0 0 15px; margin: 0 0 0 20px; } }
@media (min-width:320px) and (max-width: 767px){.navbar-light .navbar-brand{width: auto;text-align: center;}.navbar-light .navbar-brand img{max-height: 40px}  }
@media (min-width:768px) and (max-width: 979px){
	.navbar-light .navbar-brand{width: auto;text-align: center;}
}

.main-instructions .box-free-trial-detail .col-center{width: 100%}

.col-centered{
	margin: 0 auto;
	float: none;
	padding: 20px;
}

.nav-curriculum li a.link-item-right{color:#ff8417}
.box-curriculum-result .box-star{opacity:0.1}
/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 2px;
	padding: 0;

	overflow: visible;

}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #1a914d;
	border-radius: 100%;
	display: block;
	height: 2.4em;
	font-size: 1.2em;
	line-height: 2.4em;
	width: 2.4em;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a !important;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2 !important;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201 !important;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127 !important;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a !important;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6 !important;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8 !important;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576 !important;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c !important;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107 !important;
}

.social-icons li:hover.social-icons-dribbble a {
	background: #ea4c89 !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #d10869 !important;
}

.social-icons li:hover.icons-blog a {
	background: #ffbf00 !important;
}

.box-promotion-code{max-width: 320px; width: 100%;margin: 0 auto;}
.loading {position: fixed;z-index: 99;height: 2em;width: 2em;overflow:auto;margin: auto;top: 0;left: 0;bottom: 0;right: 0;}

/* Transparent Overlay */
.loading:before {content: '';display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* header menu */
nav.fixed-top {
	background-color: #FFF;
}

nav .active-flag img{border: 1px solid red; opacity: 0.3}
/* footer for mobile */
.footer-mobile {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	background: url("../assets/images/bg-ft.jpg") repeat;
	width: 100%;
	/*text-align: center;*/
}
.footer-mobile div {
	margin: 0 auto;
	text-align: center;
}
.footer-mobile a {
	font-size: 25px;
	color: #333;
}
.footer-mobile a:hover {
	color: #aabd48;
}
/*new design calculator and flashazan*/
.border-1{ border:1px solid #ccc; border-radius: 5px}
.border-2{border:1px solid red}
.border-3{border:1px solid #0f74a8}
.calculate-bg{background: url('../../game/images/en/exercise/bg.png') top center no-repeat;margin: 0 auto; width: 100%;max-width:960px}
/*.calculate-title{background: url('../../game/images/en/exercise/title.png') top center no-repeat;margin: 0 auto; width: 100%;background-size: auto 100%;
max-width: 750px; height: 90px;min-height:90px;font-size:30px;font-family:Arial; padding: 2px 4px;}*/
.calculate-title{background:#FFF;border:2px solid #0075ac;margin: 0 auto; width: 100%;background-size: auto 100%;
	max-width: 750px; height: 90px;min-height:90px;font-size:30px;font-family:Arial; padding: 2px 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,117,172,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,117,172,1);
	box-shadow: 0px 0px 5px 0px rgba(0,117,172,1);
}

.table-calculate{margin: 0 auto; padding:0px; border:0px;width: 100%}
.calculate-counter{background:#FFF;width: 100%; max-width: 305px; height: 76px; margin: 0 auto; line-height: 75px; font-size: 40px}
.calculate-counter-question{background:#FFF;width:100%;max-width: 305px; height: 147px;margin: 10px auto auto auto;line-height:120px;font-size:30px}
.calculate-exam-group{background:#FFF;width:100%;max-width: 305px; height: 147px; margin: 0 auto;font-size:30px;padding: 2px}
.calculate-counter-question .correct{color: green}
.calculate-counter-question .incorrect{color: red}
.calculate-box-next-pre{width:100%;max-width: 305px; min-height: 30px; margin: 10px auto auto auto;font-size:20px;padding: 2px}

.calculate-middle{background:#FFF; width:100%; height: 517px; position: relative; margin: 0 auto;padding: 10px 5px 5px 0px}
.calculate-middle-answer{position: absolute; bottom: 2px; text-align: right; background:#fbf9cd; width:100%; height: 60px; line-height: 60px;font-size:26px;}

.calculate-flash-anzan-answer-box{
	background:#fbf9cd; 
	width:100%; 
	min-height: 87px;
	/*line-height: 100px;*/ 
	position: relative; 
	margin: 4px 0px 0px 0px;
	padding: 10px 5px 5px 0px;
	display: inline-block;text-align: 
	right;font-size: 40px;
}
.no-padding-margin{padding: 0px; margin: 0px;}
.calculate-body{width: 100%; margin-top: 7px}
.calculate-number{padding-left: 6px}
.calculate-number .number{float: left; margin-right:8px; cursor: pointer;width: 96px; height: 86px; margin-top: 4px;}
.answer-box{padding-top:5px; clear: both;padding-left: 6px}
.answer-box .number{float: left;  cursor: pointer;width: 142px; height: 142px;}
.answer-box .number:first-child{margin-right:19px;}
.calculate-number .number-0{background: url('../../game/images/en/exercise/0.png') top center no-repeat; }
.calculate-number .number-0.number-image{background: url('../../game/images/en/exercise/0_clicked.png') top center no-repeat}

.calculate-number .number-1{background: url('../../game/images/en/exercise/1.png') top center no-repeat;}
.calculate-number .number-1.number-image{background: url('../../game/images/en/exercise/1_clicked.png') top center no-repeat}
.calculate-number .number-2{background: url('../../game/images/en/exercise/2.png') top center no-repeat;}
.calculate-number .number-2.number-image{background: url('../../game/images/en/exercise/2_clicked.png') top center no-repeat}
.calculate-number .number-3{background: url('../../game/images/en/exercise/3.png') top center no-repeat;}
.calculate-number .number-3.number-image{background: url('../../game/images/en/exercise/3_clicked.png') top center no-repeat}
.calculate-number .number-4{background: url('../../game/images/en/exercise/4.png') top center no-repeat;}
.calculate-number .number-4.number-image{background: url('../../game/images/en/exercise/4_clicked.png') top center no-repeat}
.calculate-number .number-5{background: url('../../game/images/en/exercise/5.png') top center no-repeat;}
.calculate-number .number-5.number-image{background: url('../../game/images/en/exercise/5_clicked.png') top center no-repeat}
.calculate-number .number-6{background: url('../../game/images/en/exercise/6.png') top center no-repeat;}
.calculate-number .number-6.number-image{background: url('../../game/images/en/exercise/6_clicked.png') top center no-repeat}
.calculate-number .number-7{background: url('../../game/images/en/exercise/7.png') top center no-repeat;}
.calculate-number .number-7.number-image{background: url('../../game/images/en/exercise/7_clicked.png') top center no-repeat}
.calculate-number .number-8{background: url('../../game/images/en/exercise/8.png') top center no-repeat;}
.calculate-number .number-8.number-image{background: url('../../game/images/en/exercise/8_clicked.png') top center no-repeat}
.calculate-number .number-9{background: url('../../game/images/en/exercise/9.png') top center no-repeat;}
.calculate-number .number-9.number-image{background: url('../../game/images/en/exercise/9_clicked.png') top center no-repeat}
.calculate-number .number-minus{background: url('../../game/images/en/exercise/minus.png') top center no-repeat;}
.calculate-number .number-minus.number-image{background: url('../../game/images/en/exercise/minus_clicked.png') top center no-repeat}
.calculate-number .number-dot{background: url('../../game/images/en/exercise/dot.png') top center no-repeat;}
.calculate-number .number-dot.number-image{background: url('../../game/images/en/exercise/dot_clicked.png') top center no-repeat}

.answer-box .number-delete{background: url('../../game/images/en/exercise/delete_before_jp.png') top center no-repeat;}
.answer-box .number-delete.number-image{background: url('../../game/images/en/exercise/delete_after_jp.png') top center no-repeat}
.answer-box .number-answer{background: url('../../game/images/en/exercise/answer_before_jp.png') top center no-repeat;}
.answer-box .number-answer.number-image{background: url('../../game/images/en/exercise/answer_after_jp.png') top center no-repeat}
.answer-box .number-next{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat;}
.answer-box .number-next.number-image{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat}
.answer-box .delete-exam{background: url('../../game/images/en/exercise/clear_exam.png') top center no-repeat;width: 145px;height: 76px }
.answer-box .delete-exam.number-image{background: url('../../game/images/en/exercise/clear_exam_click.png') top center no-repeat}
/*.answer-box .next-exam{background: url('../../game/images/en/exercise/next-exam.png') top center no-repeat;width: 145px;height: 76px }*/
.answer-box .next-exam{
	width: 145px;
	height: 76px;
	background: url('../../game/images/en/exercise/kaitou_exam.png') 145px 152px;
}
.answer-box .anzan-answer{background: url('../../game/images/en/exercise/anzan-answer.png') top center no-repeat;width: 145px;height: 76px }

.calculate-tip{background:url("../../game/images/en/exercise/calculate-tip.png") no-repeat; width: 41px; height: 17px;position: absolute;bottom:-17px; left: 40%;}
.calculate-result-symbol{margin-top: 17px}
.font-20{font-size: 20px}
.red{color: red}
.blue{color: #0c5460}
.margin-top-20{margin-top: 20px;}
.line-height-30{line-height: 30px;}
.font-12{font-size: 12px}
.calculate-previous,.calculate-next{background: #00aeef; padding: 2px 4px; border-radius: 4px; color: #FFF; cursor: pointer}

.calculate-circle {
	height: 25px;
	width: 25px;
	background-color: #FFF;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	margin-left:1px;
	margin-top: 2px;
	color: #00aeef;
	cursor:pointer;
}
.calculate-circle.active{background-color: #00aeef;color: #FFF;}
.calculate-circle.select{background-color: #ff0000;color: #FFF;}
.margin-top-40{margin-top: 40px}
.margin-bottom-40{margin-bottom: 40px;}
.padding-bottom-40{padding-bottom: 40px;}

.calculate-flash-anzan-step1{background: url('../../game/images/en/anzan/back-anzan.png') top center no-repeat;background-size: 100% 100%;width: 100%; max-width: 960px; margin: 0 auto}
.calculate-flash-anzan-step2{width: 100%; height: 100%; max-width: 960px;max-height: 540px;margin: 0 auto;
	background-color:#000000; width: 100%; height: 100%;display: block; text-align: center;}
.calculate-flash-anzan-flase{width: 100%; max-width: 960px; margin: 0 auto}
.flash-here{
	/*font-size:240pt;*/
	color:#1a914d;
	display: table-cell;
	vertical-align: middle;
}
.calculate-flash-anzan-result-box{background: url('../../game/images/en/anzan/last-anzan.png') bottom center no-repeat; margin:20px; padding-bottom: 240px}
.calculate-flash-anzan-result-box-2{background: url('../../game/images/en/anzan/last-anzan-2.png') bottom center repeat; margin:20px;min-height: 320px; position: relative}
.free-bear{background: url('../../game/images/en/anzan/free-bear.png') ; background-repeat: no-repeat;background-size: auto; position: absolute;bottom: 0; right: 0; width: 300px; height: 259px; z-index: 9}
.show-up{z-index: 10}

.calculate-flash-anzan-result-title{margin: 0;
	padding: 0 0 2px 0;
	color: #1a914d;
	font-family: "ConcertOne-Regular";
	font-size: 18px;
	text-transform: uppercase;}
.calculate-flash-anzan-result-box-table{width: 100%; margin: 0 auto; color:#ff8417;font-family: "ConcertOne-Regular";font-size: 17px; z-index: 10}

/*exam calculator*/
.calculate-exam-group .operations span {
	margin-left: 32px;
	display: block;
	line-height: 1;
}

.calculate-exam-group .operations span.innings {
	margin: 0 auto;
}

.calculate-exam-group .operations span.innings::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: red;
	padding-right: 6px;
}

.exam-button div{
	margin: 0 auto;
}

/*flash anzan*/
/*.calculate-flash-anzan {
	background-color: #000000;
}*/

div[class*='step-']{
	display: none;
}

.hide-flash {
	font-size:26vw;
	color:#000000;
}

.img-6{margin: 0 auto; text-align: center;}

.margin-flash-training{margin-top: 40px;}
/*reponsive*/

@media (max-width: 1024px ){
	.calculate-number .number{margin-right:4px;}
}
/*iphone xsmax*/
@media (max-width: 896px ){
	.calculate-number .number{margin-right: 1px;}
	.calculate-number .number{width:93px; height: 86px;}
	.calculate-page .answer-box #number-delete{margin-right: 2px}

	.calculate-result-symbol{margin-top: 10px;}
	.calculate-result-symbol img:first-child{max-width: 166px}
	.navbar-brand img{max-height: 50px;}

	.main-body .navbar{padding: .1rem 0.1rem}
	.nav-curriculum-custom .nav-item{width: 50%;border-left:none; margin-bottom: 5px;}
	.nav-curriculum-custom.nav-curriculum-teacher-custom .nav-item{width: 33%;border-left:none; margin-bottom: 5px;}

}

/*galaxy note*/
@media (max-width: 846px ){
	.calculate-number .number{margin-right: 1px;}
	.calculate-number .number{width:89px; height: 85px;}
	div.answer-box .next-exam{width:133px}
	div.answer-box .delete-exam{width: 137px;}
	.answer-box .number:first-child{margin-right: 1px;}
	.answer-box #number-delete.number-delete,.answer-box #number-answer.number-answer{width: 136px}
}

@media (max-width: 834px ){

	.calculate-number .number{margin-right: 1px;}
	.calculate-number .number{width:89px; height: 85px;}
	div.answer-box .next-exam{width:133px}
	div.answer-box .delete-exam{width: 137px;}
	.answer-box .number:first-child{margin-right: 1px;}

	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer, .answer-box #number-answer.number-next{width: 132px; margin-left: 1px;}
}

@media (max-width: 823px ){

	.calculate-number .number{margin-right: 1px;}
	.calculate-number .number{width:87px; height: 85px;}
	div.answer-box .next-exam{width:133px}
	div.answer-box .delete-exam{width: 133px;}
	.answer-box .number:first-child{margin-right: 1px;}
}


@media (max-width: 820px ){

	.calculate-middle{height: 445px}
	.calculate-number .number{width: 84px; height: 70px; margin-top:2px;}
	.answer-box .number:first-child{margin-right: 15px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div .answer-box .next-exam{width: 121px;height: 76px;background: url('../../game/images/en/exercise/kaitou_exam.png') 130px 152px;}
	div .answer-box .delete-exam{width:122px}
	div.margin-top-40{margin-top: 31px}
	.answer-box #number-delete{margin-right: 2px; margin-left: 0px}
	.answer-box .number{width: 129px}

}

/*iphone xs-mas*/
@media (max-width: 812px ){
	/*fix practice subattraction*/
	.calculate-fix-responsive-on-mobile .font-20{font-size: 13px; line-height: 13px}

	.calculate-title{display: inline-block;height: auto; min-height: auto}
	.calculate-exam-group{display: inline-block; height: auto;}
	.calculate-counter{display: inline-block; height: auto; line-height: normal;}

	.calculate-middle{height:100%; max-height: 300px;}
	.calculate-number .number{width:62px; height:56px; margin-top:2px;}
	.answer-box .number:first-child{margin-right: 10px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}

	.answer-box .delete-exam{width:94px; height: 49px}
	div.margin-top-40{margin-top:10px}
	/*image*/
	.calculate-number .number-0{background: url('../../game/images/en/exercise-mobile/0.png') top center no-repeat; }
	.calculate-number .number-0.number-image{background: url('../../game/images/en/exercise-mobile/0_clicked.png') top center no-repeat}

	.calculate-number .number-1{background: url('../../game/images/en/exercise-mobile/1.png') top center no-repeat;}
	.calculate-number .number-1.number-image{background: url('../../game/images/en/exercise-mobile/1_clicked.png') top center no-repeat}
	.calculate-number .number-2{background: url('../../game/images/en/exercise-mobile/2.png') top center no-repeat;}
	.calculate-number .number-2.number-image{background: url('../../game/images/en/exercise-mobile/2_clicked.png') top center no-repeat}
	.calculate-number .number-3{background: url('../../game/images/en/exercise-mobile/3.png') top center no-repeat;}
	.calculate-number .number-3.number-image{background: url('../../game/images/en/exercise-mobile/3_clicked.png') top center no-repeat}
	.calculate-number .number-4{background: url('../../game/images/en/exercise-mobile/4.png') top center no-repeat;}
	.calculate-number .number-4.number-image{background: url('../../game/images/en/exercise-mobile/4_clicked.png') top center no-repeat}
	.calculate-number .number-5{background: url('../../game/images/en/exercise-mobile/5.png') top center no-repeat;}
	.calculate-number .number-5.number-image{background: url('../../game/images/en/exercise-mobile/5_clicked.png') top center no-repeat}
	.calculate-number .number-6{background: url('../../game/images/en/exercise-mobile/6.png') top center no-repeat;}
	.calculate-number .number-6.number-image{background: url('../../game/images/en/exercise-mobile/6_clicked.png') top center no-repeat}
	.calculate-number .number-7{background: url('../../game/images/en/exercise-mobile/7.png') top center no-repeat;}
	.calculate-number .number-7.number-image{background: url('../../game/images/en/exercise-mobile/7_clicked.png') top center no-repeat}
	.calculate-number .number-8{background: url('../../game/images/en/exercise-mobile/8.png') top center no-repeat;}
	.calculate-number .number-8.number-image{background: url('../../game/images/en/exercise-mobile/8_clicked.png') top center no-repeat}
	.calculate-number .number-9{background: url('../../game/images/en/exercise-mobile/9.png') top center no-repeat;}
	.calculate-number .number-9.number-image{background: url('../../game/images/en/exercise-mobile/9_clicked.png') top center no-repeat}
	.calculate-number .number-minus{background: url('../../game/images/en/exercise-mobile/minus.png') top center no-repeat;}
	.calculate-number .number-minus.number-image{background: url('../../game/images/en/exercise-mobile/minus_clicked.png') top center no-repeat}
	.calculate-number .number-dot{background: url('../../game/images/en/exercise-mobile/dot.png') top center no-repeat;}
	.calculate-number .number-dot.number-image{background: url('../../game/images/en/exercise-mobile/dot_clicked.png') top center no-repeat}

	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer,.answer-box #number-answer.number-next{width: 118px;
		max-height: 120px;}
	.calculate-counter-question{font-size:26px; height: auto; line-height: normal; padding-top: 5px; padding-bottom: 5px}
	.answer-box{padding-left: 2px;}
	.calculate-middle{max-height: 280px}
	.calculate-page .answer-box #number-delete{margin-right: 18px}
	.calculate-page .answer-box #number-delete.number-delete{background: url('../../game/images/en/exercise-mobile/delete_before_jp.png') top center no-repeat;}
	.calculate-page .answer-box #number-delete.number-image{background: url('../../game/images/en/exercise-mobile/delete_after_jp.png') top center no-repeat;}

}
@media (max-width: 810px ){
	.calculate-number .number{width: 80px;}
}
/*kindle*/
@media (max-width: 800px ){
	.answer-box .number:first-child{margin-right: 3px;}
	.calculate-number .number{margin-right: 2px;margin-left: 4px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div.margin-top-40{margin-top: 31px}
	.calculate-number .number{width: 79px}
	.calculate-page .answer-box #number-delete{margin-right: 2px}

}
/*ipad*/
@media (max-width: 768px ){
	.calculate-number .number{margin-left: 1px;margin-right: 1px;width:57px; height: 55px}
	.answer-box .number:first-child{margin-right: 3px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div .answer-box .next-exam{width: 118px;height: 76px;background: url('../../game/images/en/exercise/kaitou_exam.png') 130px 152px;}
	div .answer-box .delete-exam{width:118px}
	div.margin-top-40{margin-top: 15px}
	.answer-box #number-delete{margin-right: 2px; margin-left: 0px}
	.answer-box .number{width: 117px; height: 125px;}
	.calculate-middle-answer{font-size: 21px;}

}

/*galaxy s9*/

@media (max-width: 740px ){
	.calculate-number .number{margin-left: 1px;margin-right: 1px;width:57px; height: 55px}
	.answer-box .number:first-child{margin-right: 3px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div .answer-box .next-exam{width: 118px;height: 76px;background: url('../../game/images/en/exercise/kaitou_exam.png') 130px 152px;}
	div .answer-box .delete-exam{width:118px}
	div.margin-top-40{margin-top: 15px}
	.answer-box #number-delete{margin-right: 2px; margin-left: 0px}
	.answer-box .number{width: 117px; height: 125px;}
	.calculate-middle-answer{font-size: 21px;}
	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer,.answer-box #number-answer.number-next{width: 118px}
	.calculate-counter-question{font-size:26px; height: auto; line-height: normal; padding-top: 5px; padding-bottom: 5px}
	.answer-box{padding-left: 2px;}
	.calculate-middle{max-height: 280px}
}
/*iphone 6-7-8*/
@media (max-width: 667px ){
	.calculate-number{padding-left: 2px}
	.calculate-number .number{margin-left: 1px;margin-right: 1px;width:52px; height: 50px}
	.answer-box .number:first-child{margin-right: 3px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div .answer-box .next-exam{width: 118px;height: 76px;background: url('../../game/images/en/exercise/kaitou_exam.png') 130px 152px;}
	div .answer-box .delete-exam{width:118px}
	div.margin-top-40{margin-top: 15px}
	.answer-box #number-delete{margin-right: 2px; margin-left: 0px}
	.answer-box .number{width: 117px; height: 125px;}
	.calculate-middle-answer{font-size: 21px;}
	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer,.answer-box #number-answer.number-next{width: 104px}
	.calculate-counter-question{font-size:26px; height: auto; line-height: normal; padding-top: 5px; padding-bottom: 5px}
	.answer-box{padding-left: 2px;}
	.calculate-middle{max-height: 280px}

	.practice-image-calculate .answer-box #number-delete.number-delete{margin-left: 10px!important;}

	.nav-curriculum-custom.nav-curriculum-teacher-custom .nav-item{width: 100%;border-left:none; margin-bottom: 5px;}
	.nav-curriculum-custom.nav-curriculum-teacher-custom li:first-child{padding-left: auto;}

}

@media (max-width: 640px ){
	.calculate-number{padding-left: 2px}
	.calculate-number .number{margin-left: 1px;margin-right: 1px;width:50px; height: 50px}
	.answer-box .number:first-child{margin-right: 3px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	div .answer-box .next-exam{width: 110px;height: 76px;background: url('../../game/images/en/exercise/kaitou_exam.png') 130px 152px;}
	div .answer-box .delete-exam{width:105px}
	div.margin-top-40{margin-top: 15px}
	.answer-box #number-delete{margin-right: 2px; margin-left: 0px}
	.answer-box .number{width: 117px; height: 125px;}
	.calculate-middle-answer{font-size: 21px;}
	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer, .answer-box #number-answer.number-next{width: 102px;}
}

/*blackberry key2*/
@media (max-width: 618px ){
	.calculate-number{padding-left: 2px}
	.calculate-number .number{margin-left: 1px;margin-right: 1px;width:48px; height: 48px}
	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer, .answer-box #number-answer.number-next{width: 98px}
	.calculate-number .number{margin-bottom:5px; }
	.answer-box{padding-top: 20px;}
}


@media (max-width: 415px ){
	.box-main-1 .text-welcome{font-size: 24px;}
	.box-main-1 .box-lear-left .lear-left-content .titel-lear, .box-main-1 .box-lear-right .lear-left-content .titel-lear{font-size:20px}
	.box-main-1 .box-lear-left .lear-left-content .link-more, .box-main-1 .box-lear-right .lear-left-content .link-more{font-size: 14px;}
	.box-main-1 .box-lear-left, .box-main-1 .box-lear-right{margin-bottom: 20px;}
	.box-text-how{font-size:36px;}
	.main-body .box-instructions{font-size: 25px;}
	.calculate-fix-responsive-on-mobile .font-20{font-size: 20px; line-height: 20px}

	.calculate-number .number-0{background: url('../../game/images/en/exercise/0.png') top center no-repeat; }
	.calculate-number .number-0.number-image{background: url('../../game/images/en/exercise/0_clicked.png') top center no-repeat}

	.calculate-number .number-1{background: url('../../game/images/en/exercise/1.png') top center no-repeat;}
	.calculate-number .number-1.number-image{background: url('../../game/images/en/exercise/1_clicked.png') top center no-repeat}
	.calculate-number .number-2{background: url('../../game/images/en/exercise/2.png') top center no-repeat;}
	.calculate-number .number-2.number-image{background: url('../../game/images/en/exercise/2_clicked.png') top center no-repeat}
	.calculate-number .number-3{background: url('../../game/images/en/exercise/3.png') top center no-repeat;}
	.calculate-number .number-3.number-image{background: url('../../game/images/en/exercise/3_clicked.png') top center no-repeat}
	.calculate-number .number-4{background: url('../../game/images/en/exercise/4.png') top center no-repeat;}
	.calculate-number .number-4.number-image{background: url('../../game/images/en/exercise/4_clicked.png') top center no-repeat}
	.calculate-number .number-5{background: url('../../game/images/en/exercise/5.png') top center no-repeat;}
	.calculate-number .number-5.number-image{background: url('../../game/images/en/exercise/5_clicked.png') top center no-repeat}
	.calculate-number .number-6{background: url('../../game/images/en/exercise/6.png') top center no-repeat;}
	.calculate-number .number-6.number-image{background: url('../../game/images/en/exercise/6_clicked.png') top center no-repeat}
	.calculate-number .number-7{background: url('../../game/images/en/exercise/7.png') top center no-repeat;}
	.calculate-number .number-7.number-image{background: url('../../game/images/en/exercise/7_clicked.png') top center no-repeat}
	.calculate-number .number-8{background: url('../../game/images/en/exercise/8.png') top center no-repeat;}
	.calculate-number .number-8.number-image{background: url('../../game/images/en/exercise/8_clicked.png') top center no-repeat}
	.calculate-number .number-9{background: url('../../game/images/en/exercise/9.png') top center no-repeat;}
	.calculate-number .number-9.number-image{background: url('../../game/images/en/exercise/9_clicked.png') top center no-repeat}
	.calculate-number .number-minus{background: url('../../game/images/en/exercise/minus.png') top center no-repeat;}
	.calculate-number .number-minus.number-image{background: url('../../game/images/en/exercise/minus_clicked.png') top center no-repeat}
	.calculate-number .number-dot{background: url('../../game/images/en/exercise/dot.png') top center no-repeat;}
	.calculate-number .number-dot.number-image{background: url('../../game/images/en/exercise/dot_clicked.png') top center no-repeat}

	.answer-box .number-delete{background: url('../../game/images/en/exercise/delete_before_jp.png') top center no-repeat;}
	.answer-box .number-delete.number-image{background: url('../../game/images/en/exercise/delete_after_jp.png') top center no-repeat}
	.answer-box .number-answer{background: url('../../game/images/en/exercise/answer_before_jp.png') top center no-repeat;}
	.answer-box .number-answer.number-image{background: url('../../game/images/en/exercise/answer_after_jp.png') top center no-repeat}
	.answer-box .number-next{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat;}
	.answer-box .number-next.number-image{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat}
	.answer-box .delete-exam{background: url('../../game/images/en/exercise/clear_exam.png') top center no-repeat;width: 145px;height: 76px }
	.answer-box .delete-exam.number-image{background: url('../../game/images/en/exercise/clear_exam_click.png') top center no-repeat}
	/*.answer-box .next-exam{background: url('../../game/images/en/exercise/next-exam.png') top center no-repeat;width: 145px;height: 76px }*/
	.answer-box .next-exam{
		width: 145px;
		height: 76px;
		background: url('../../game/images/en/exercise/kaitou_exam.png') 145px 152px;
	}

	.calculate-number .number{margin-left:20px;margin-right:20px;width:96px;height: 86px; margin-right: 10px;}
	.answer-box #number-delete{margin-left: 15px; margin-right: 45px;}
	.calculate-box-next-pre,.calculate-counter,.calculate-exam-group{max-width:100%;}
	div .answer-box .next-exam{width:145px;background: url('../../game/images/en/exercise/kaitou_exam.png') 145px 152px;float: right;margin-right: 15px;}
	div .answer-box .delete-exam{width:145px;}
	.calculate-counter-question{max-width: 100%}
	.answer-box .number{width:129px;margin-top:5px;margin-right:45px;}

	.answer-box #number-delete.number-delete, .answer-box #number-answer.number-answer, .answer-box #number-answer.number-next{width: 118px; margin-left: 30px; margin-right: 30px}
	.calculate-middle{height: auto}

	.practice-image-calculate .answer-box #number-delete.number-delete,.practice-image-calculate .answer-box #number-answer.number-answer,.practice-image-calculate .answer-box #number-delete.number-delete,.practice-image-calculate .answer-box #number-answer.number-answer,.practice-image-calculate .answer-box #number-answer.number-next{max-height: 100%!important;}
	.practice-image-calculate .answer-box #number-delete.number-delete{background: url('../../game/images/en/exercise/delete_before_jp.png') top center no-repeat!important;width: 142px!important; height: 142px!important;margin-right: 2px!important;}
	.practice-image-calculate .answer-box #number-delete.number-image{background: url('../../game/images/en/exercise/delete_after_jp.png') top center no-repeat!important;width: 142px!important; height: 142px!important;}
	.practice-image-calculate .answer-box #number-answer.number-answer{background: url('../../game/images/en/exercise/answer_before_jp.png') top center no-repeat!important;width: 142px!important; height: 142px!important;}
	.practice-image-calculate .answer-box #number-answer.number-image{background: url('../../game/images/en/exercise/answer_after_jp.png') top center no-repeat!important;width: 142px!important; height: 142px!important;}

	.practice-image-calculate .answer-box .number-next{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat;}
	.practice-image-calculate  .answer-box .number-next.number-image{background: url('../../game/images/en/exercise/answer_next_jp.png') top center no-repeat}

	.practice-image-calculate .answer-box #number-answer.number-next{width: 142px!important;height: 142px;}
}
@media (max-width: 376px ){
	.calculate-number .number{margin-left:19px;margin-right:17px; width: 75px}
	.answer-box #number-delete{margin-left: 20px; margin-right: 45px;}
}
@media (min-width: 320px) and (max-width: 767px) {
	.calculate-title{font-size: 20px;}
	.calculate-middle .calculate-middle-question .img-6{max-height: 268px}
	.calculate-page .answer-box #number-delete.number-delete{margin: 0px 0px 0px 18px}
}
@media (min-width: 320px) and (max-width: 576px) {
	.calculate-title{font-size: 20px;}.calculate-counter,.calculate-counter-question,.calculate-exam-group{width: 100%}
	.calculate-middle{height:auto; max-height:inherit; display: inline-block;padding-bottom:60px}
	.calculate-number .number{margin-right:0px;}
	.calculate-number{padding-left:2px;}
	.answer-box .number:first-child{margin-right:0px}
	.calculate-middle .calculate-middle-question .img-6{max-height: 268px}
}
@media (max-width: 768px) {
	.calculate-exam-group{width: 100%}
	.calculate-counter{width: 100%}
	.calculate-counter.margin-top-40,.calculate-box-next-pre.margin-top-40{margin-top:5px}
}

.box-6{width: 100%; margin: 0 auto; text-align: center}

/*video*/
div.learning {
	margin:0 auto;
	text-align: center;
	position: relative;
}

div.learning .msgCompleteVideo {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
#myVideo {
	width: 100%;
	max-width:850px;
	height:100%;
	max-height: 480px;
}
.payment-errors{color: red}
.calculate-bg .calculate-middle{font-family: abacus;}

.title-middle {line-height: 78px;}
.main-body .navbar{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.main-body .fixed-top{
	animation: smoothScroll 2s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-65px);
	}
	100% {
		transform: translateY(0px);
	}
}
.main-body .navbar.fixed-top{padding: 0px}

/* change height flashanzan step1 */
@media (min-width: 992px){
	.calculate-flash-anzan-step1, .calculate-flash-anzan-step2, /*.calculate-bg,*/ .img-status {
		height: 540px;
		
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.calculate-flash-anzan-step1, .calculate-flash-anzan-step2, /*.calculate-bg,*/ .img-status {
		height: 380px;
	}
}

@media (min-width: 576px) and (max-width: 767px){
	.calculate-flash-anzan-step1, .calculate-flash-anzan-step2, /*.calculate-bg,*/ .img-status {
		height: 360px;
	}
}

@media (max-width: 575px){
	.calculate-flash-anzan-step1, .calculate-flash-anzan-step2, /*.calculate-bg,*/ .img-status {
		height: 280px;
	}
	.calculate-flash-anzan-step1.flash-training-result{height: 363px;}
}

.calculate-flash-anzan-step2 {
	display: table;
}

/* Free FlashAnzan */

#myTabContent table tbody {
    display:block;
    /*max-height:250px;
    overflow:auto;*/
}
/*#myTabContent table thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
#myTabContent table thead {
     width: calc( 100% - 1em )
}*/

.calculate-flash-anzan .list-level {
	text-align: center;
	display: flex;
  	justify-content: center;
}

.calculate-flash-anzan .list-level .group-level {
	/*margin: 0 auto;*/
	display: block;
	float: left;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

.calculate-flash-anzan .list-level .group-level span, .calculate-flash-anzan .list-level .group-level div {
	/*margin: 0 auto;*/
	display: block;
}

.calculate-flash-anzan .list-level .group-level .sub-level button {
	text-align: center;
}

.calculate-flash-anzan-result-box-table td {
	padding-right: 5px;
}

@media (min-width: 768px){
	.calculate-flash-anzan .btn-language {
		width: 150px;
	    font-size: 20px;
	    margin-right: 15px; 
	}

	.calculate-flash-anzan .list-level .group-level {
		margin: 0px 10px 0px 10px;
	}

	.calculate-flash-anzan .list-level .group-level .sub-level {
		margin-bottom: 5px;
	}

	.calculate-flash-anzan .list-level .group-level .sub-level button {
		padding: 10px;
		width: 180px;
	}

	.calculate-flash-anzan .list-level span {
		 font-size: 35px;
	}
}

@media (max-width: 767px){
	/* Free FlashAnzan */
	.calculate-flash-anzan .btn-language {
		width: 30%;
	    font-size: 20px;
	    margin-right: 15px; 
	}

	.calculate-flash-anzan .list-level .group-level {
		/*margin: 0 auto;*/
		width: 30%;
		margin: 0px 5px 0px 5px;
	}

	.calculate-flash-anzan .list-level .group-level .sub-level {
		margin-bottom: 5px;
	}

	.calculate-flash-anzan .list-level .group-level .sub-level button {
		padding: 5px;
		width: 80%;
		font-size: 12px;
		overflow: hidden;
	}

	.calculate-flash-anzan .list-level span {
		 font-size: 18px;
	}
}

.height-350{min-height: 350px}

.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}
.flash-anzan-bear-img{position: absolute;bottom: 0; left: 32%}
.question-title{margin: 0 auto; text-align: left; width: 100%; max-width: 480px}

.box-8{max-width: 229px}
.box-8 ul.nav-tabs li{margin-right: 1px}
.group-level tbody tr td{padding: 3px}
.background-blue{background: #0000cc;color: #FFF}
.background-blue a{color: #FFF}
.nav-curriculum-custom li .link-item-teacher { display: block; color: #c1c1c1; font-size: 20px; background: url("../assets/images/icons/icon-teacher-hover.png") no-repeat 0 0; padding: 5px 0 5px 70px; text-decoration: none; font-family: "ConcertOne-Regular"; line-height: 20px; }
.nav-curriculum-custom li .link-item-teacher.active { color: #ff8417; text-decoration: none; background: url("../assets/images/icons/icon-teacher.png") no-repeat 0 0; }
.box-free-trial .col-right .box-text-content{width: 100%}
.box-660.box-item-price li:first-child{margin: 0 auto;}
.box-660.box-item-price{padding-top: 10px;}
.home-teacher-license{position: absolute; top: 6%; left: 0; right: 0;z-index: 8}

/* blogs */
.blog-left {
	min-height: 250px;
}
.blog {
	width: 100%;
}
.blog .box-lear-abacus {
	margin: 0px;
	/*margin-bottom: 50px;*/
}
.blog .item-articles {
    background: #f2f2f2;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 15px;
}
.blog .item-articles .pic-art {

    width: 40%;
    margin-right: 15px;

}
.blog .item-articles .pic-art img {
    height: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.blog .item-articles .text-content {
    width: 60%;
    font-size: 24px;
    color: #1a914d;
    font-family: "ConcertOne-Regular";
    line-height: 30px;
}
.blog .item-articles .text-content .text-day {
    font-size: 12px;
    font-family: Arial;
    color: #4e555b;
}
.blog .item-articles .text-content a {
    display: block;
    color: #ff8417;
    font-size: 20px;
    text-decoration: underline;
}

.blog .item-articles .text-content a.blog-title {
    color: #1a914d;
    font-size: 24px;
    text-decoration: none;
}

.blog .box-lear-abacus .text-content img {max-width: 100%; height: auto;}

.blog-similar-tt {
	font-family: "ConcertOne-Regular";
	font-size: 30px;
	color: #000;
	line-height: 40px;
	padding-bottom: 20px;
}
.blog-desc {
	font-size: 17px;
	font-family: Arial;
	color: #4e555b;
}

.blog-breadcrumbs {
	text-transform: capitalize;
}

.blog-breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.box-curriculum-result .blog-listcate {
	display: block;
	width: 100%;
	text-align: left;
    font-size: 21px;
    /*color: #7e7c7c;*/
    color: #1a914d;
    font-family: "Arial";
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.box-curriculum-result a.active{text-decoration: underline;}

.block-pro-factory {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}
.block-pro-factory .pic-b {
    height: auto;
    overflow: hidden;
    border: 2px solid #ffffff;

}
.block-pro-factory .text-info-b {
    width: 100%;
    /*height: 85px;*/
    overflow: hidden;
    padding: 10px 0;
    /*font-size: 14px;
    font-weight: 300;*/

}
.block-pro-factory .text-info-b .title-b {
    /*font-weight: 900;
    font-size: 20px;
    display: block;
    color: #000;*/
    font-size: 20px;
	color: #1a914d;
	font-family: "ConcertOne-Regular";
	line-height: 30px;
}

.social-button{margin-top: 20px;}

.social-button div[class^="fb"] {top: -5px;}

/* fix blog content in div.bao-table */
@media (max-width: 767px) {
	.blog .box-lear-abacus .text-content {
		max-width: 100%;
		height: auto;
		white-space: normal; 
		overflow-x: hidden;
	}
	.blog .bao-table { 
		overflow-x: hidden;
		white-space: unset;
	}
	.blog .item-articles .text-content {
	    line-height: 20px;
	}
	.blog .item-articles .text-content a.blog-title {
	    font-size: 18px;
	}
	.blog .item-articles .text-content .blog-desc {
	    font-size: 12px;
	}
	div .imagebox-content .pr-1{padding-right: 15px!important;}
	div .imagebox-content .pl-0{padding-left: 15px!important;}
}

.boxes-content {background:#f7f7f7;padding: 0px 5px;color:#333;border-left: 9px solid#4865b2;line-height:40px;}
/* custom modal completed */
#completedModal .modal-content {
	background-color: unset !important;
	border: unset !important;
}
#completedModal .modal-content .modal-header{
	padding: 0px !important;
}
#completedModal .modal-content .modal-body{
	padding: 0px !important;
}
#completedModal .modal-content .modal-body img{
	width: 100%;
}
.how-text-color-home-page{color: #1a914d}

.bigbox-content {
	border: dashed 1px #4865b2;
	background-color: #f8f9ff;
	width: 100%;
	padding:0px 5px;
}
.anchorbox-content i {
	color:#6C9FCE;
}
.anchorbox-content i img{margin-right: 5px;}
.anchorbox-content {
	padding:0px 5px;
	color: #000;
	line-height: 40px;
	width: 100%;
}


.borderbox-content {
	border: solid 1px #4865b2;
	background-color: #f8f9ff;
	width: 100%;
	padding:0px 5px;
}
.borderbox-content ul li,.bigbox-content ul li{
	list-style-type:disc;
}
.blog .box-lear-abacus .imagebox-content img{width: 100%!important; height: 100%!important;}
.blog .box-lear-abacus .imagebox-content a{color: #23527c}

.imagebox-content{
	border: solid 1px #4865b2;
	background-color: #f8f9ff;
	width: 100%;
	padding:5px 5px;
}

.box-text-how p {
    color: #1a914d;
}

/* Show background video on mobile */
@media (max-width: 1024px) and (min-width: 768px) {
.elementor-hidden-tablet {
display: block !important;
}
}

@media (max-width: 767px) {
.elementor-hidden-phone {
display: block !important;
}
}
.modal-fix-table table td{padding: 0.5rem}
.modal-fix-table tbody tr{display:block;}

/* Curriculum */
.box-free-trial-detail.disabled, .box-free-trial.disabled {
	background: #ced4da;
	cursor: default;
}

.box-free-trial-detail.disabled a, .box-free-trial.disabled a {
	cursor: default;
}
.box-free-trial-detail.disabled a:hover, .box-free-trial.disabled a:hover {
	text-decoration: none;
	color: #007bff;
}

/* Cancel payment */
.cancel-payment .box-cancel-payment {
	overflow: auto;
	border: 1px solid #96b11a;
	border-radius: 10px;
}

.cancel-payment table {
	width: 100%;
}
.cancel-payment .empty {
	padding: 10px 10px 10px 20px;
}
.cancel-payment table .no, .cancel-payment table .action  {
	text-align: center;
	padding: 6px 10px;
}
.cancel-payment table .provider {
	text-transform: capitalize;
}
.cancel-payment table thead tr {
	background: #96b11a;
}
.cancel-payment table thead tr th {
	padding: 10px 0;
}

.cancel-payment table tbody tr:nth-child(even) {
	background-color: #eee;
}

.cancel-payment table tbody button {
	background-color: #1a914d;
	border-radius: 15px;
	padding: 3px 10px;
	border: none;
}
.cancel-payment table tbody a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .preloader-inner .cancel-preloader a {
    background-color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    color: #c33;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease-in;
  }
  .preloader-inner .cancel-preloader a:hover {
    background-color: #2a435d;
    color: #fff;
  }
  .spinner {
    width: 70px;
    text-align: center;
  }
  .spinner > div {
    width: 15px;
    height: 15px;
    background-color: #c33;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  @-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  @keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
.calculate-flash-anzan-result-box-2-width-height{width: 100%;height: 100%;}
.calculate-flash-anzan-result-box-table-size td{padding: 10px;font-size: 40px;}
.next-button-size{font-size: 40px;}

@media (max-width: 576px) {
.calculate-flash-anzan-result-box-table-size td{padding: 5px;font-size: 20px;}
.next-button-size{font-size: 20px;}
}
