@font-face {
    font-family: 'SVN-A Love Of Thunder'; /* Tên tùy chọn bạn muốn đặt cho font này */
    src: url('../fonts/SVN-A Love Of Thunder.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #fefefe;;
	font: 16px 'Inter', sans-serif;
	font-weight: 400;
	color: #353535;
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link,
a:hover {
	text-decoration: none;
	color: #353535;
}
hr {margin: 10px 0}
.p15 {padding: 15px!important}
.mr25 {margin-right: 25px!important}
.ml25 {margin-left: 25px!important}
.btn-register {
	width: 286px;
	padding: 10px 0;
	color: #fff!important;
	background-color: #ff6000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0;
	display: inline-block;
	text-align: center;
	font-family: Arial, sans-serif;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	border-radius:5px;
}
.btn-register i {
	margin-left: 5px;
}
.btn-register:hover {
	background-color: rgba(232, 81, 8, 0.8);
	color: #fff;
}
header.navbar-header {float: none}
header.navbar-header .fa-user {
	color: #fff;
	font-size: 18px;
}
.navbar-collapse {
	padding:0;
	width: 100%
}
nav.menu ul {float: none}
nav.menu ul>li {
	display: block;
	text-align: left;
}
.navbar-toggle {
	border: none;
	margin-bottom: 3px
}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {background-color: transparent}
#lika-header {
	background-color: #8cc713;
}
#lika-header .container {
	height: 70px;
}
#lika-header .noheight {height: 1px}
#lika-header hr {margin: 0}
#lika-header .logo {
	float: left;
	display: table;
	height: 100%;
}
#lika-header .logo h1 {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
#lika-header .logo a {
	color: #fff;
	font: 900 30px Arial, sans-serif;
}
#lika-header .user-area {
	float: right;
	display: table;
	color: #646464;
    padding: 0 15px;
}
#lika-header .user-area.site {height: 100%}
#lika-header .user-area form,
#lika-header .user-area.logged .user-info {
	display: table-cell;
	vertical-align: middle;
}
#lika-header .user-area .user-info,
#lika-header .user-area.logged form {
	display: none;
}
#lika-header .user-area form div {
	float: right;
	margin-left: 3px;
}
.user-area input[type="text"],
.user-area input[type="password"] {
	padding: 2px 5px;
	vertical-align: middle;
}
.user-area .btn-submit {
 	position: relative;
 	cursor: pointer;
 	width: 24px;
 	min-height: 1px;
 	margin-top: 1px;
}
.user-area .btn-submit:before {
	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	display: block;
 	width: 23px;
 	height: 23px;
 	background-color: #c5c3c3;
 	border-radius: 3px;
 	transition: background-color .3s;
 	-webkit-transition: background-color .3s;
 	-moz-transition: background-color .3s;
}
.user-area .btn-submit:hover:before {
	background-color: #fff;
}
.user-area .btn-submit:after {
 	content: '';
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin-left: -5px;
 	margin-top: 5px;
 	border-top: 6px solid transparent;
 	border-left: 10px solid #fff;
 	border-bottom: 6px solid transparent;
 	transition: border-color .3s;
 	-webkit-transition: border-color .3s;
 	-moz-transition: border-color .3s;
}
.user-area .btn-submit:hover:after {
	border-left-color: #8cc713
}
.user-area .remember {
	padding: 2px 0;
}
.user-info li>a.dropdown-toggle {
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent
}
.dropdown-menu {width: 100%}
.dropdown-menu.sxs {
    right: 0;
    left: auto
}
.dropdown-menu>li>a {
    padding: 3px 10px;
}
.dropdown-menu>li>a .fa-power-off {
    margin-right: 5px;
    color: #FF2021
}
.user-area .user-info li a {color: #337ab7}
.user-area .user-info li i {
	color: #5A9D3C;
}
.user-area .user-info li a:focus,
.user-area .user-info li a:hover {
	background-color: transparent;
}
.user-area .user-info li i {
	color: #5A9D3C;
	/*font-size: 22px;*/
}
.user-area .user-info .my-avatar {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-top: 4px;
    border: 1px solid #ededed;
}
.user-area .user-info .fa.fa-graduation-cap{
	margin-right:0px;
}
.user-area .user-info .user a.dropdown-toggle {
	padding: 7px 10px 3px 10px;
	overflow: hidden;
        color: #fff;
}
.user-area .user .profile {padding: 5px 10px 0 10px}
.user-area .user .profile .pull-left {
	position: relative;
}
.user-area .user .profile .pic img {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.user-area .user .profile .upload {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: none;
}
.user-area .user .profile .upload i {
	margin-right: 5px;
	color: #fff;
}
.user-area .user .profile .pic:hover ~ .upload {
    display: block;
}
.user-area .user .profile .fr {
	text-align: center;
	float: left;
	padding-left: 10px;
}
.user-area .user .profile .title {
	font-weight: 600;
	display: block;
	color: #5a9d3c;
}
.user-area .user .profile .action-icon {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.user-area .user .profile .action-icon a {margin-right: 5px}
.user-area .user .profile .action-icon i {
	color: #777;
	font-size: 15px;
}
.user-area .user .list-child h5 {
	font-size: 15px;
    padding: 0 10px;
    text-align: center;
    margin: 5px 0;
}
.user-area .user .list-child ul {
	margin: 0;
	padding: 0 10px;
}
.user-area .user .list-child ul li {
    margin-bottom: 4px;
    border-bottom: 1px dashed #f5f5f5;
}
.user-area .user .list-child .thumb-avatar {
	vertical-align: middle;
	height: 23px;
	width: 23px;
	margin-right: 5px;
}
.user-area .user .logout a {padding: 3px 10px}
.user-area .user .logout a i {
	margin-right: 10px;
	color: #c11b29;
	font-weight: 900;
}
.user-area .user-info .dropdown-menu {
	left: initial;
	right: 0;
	width: 270px;
}
.user-area .user-info .user hr {margin: 7px 0}

.top-menu {
	text-align: center;
	background-color: #8cc713
}
.top-menu ul {
	display: table;
	margin: 0 auto;
}
.top-menu li {
	display: table-cell;
	margin-left: 0!important;
}
.top-menu .navbar-nav>li>a {
	border-radius: 0!important;
	border-right: 1px solid #dadada;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px;
}
.top-menu .navbar-nav>li>a:hover {
	background-color: transparent;
        color: #fff;
}
.top-menu li:last-child a {
	border-right: none;
}
.banner img {
	width: 100%;
}
.main-menu {
	background: url(../images/bg_banner.png) repeat;
	position: relative;
	text-align: center;
	z-index: 999;
}
.main-menu:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(62,71,73,.9);
	z-index: -1;
}
.main-menu ul {
	position: relative;
	z-index: 9;
	display: table;
	margin: 0 auto
}
.main-menu li {
	padding: 10px 8px;	
	position: relative;
}
.main-menu li.fixed-logo img {
	width: 0;
	height: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.main-menu li>a {
	transition: all .3s;
	font: 400 24px 'Trebuchet MS', Verdana, sans-serif;
	border-right: 1px solid #dadada;
	border-radius: 0;
	padding: 0 15px; 
	line-height: 1;
	text-shadow: none;
}
.main-menu li.fixed-logo a,
.main-menu li:last-child a {
	border-right: none;
}
.main-menu li.textcolor_1>a {color: #54ff00}
.main-menu li.textcolor_1>a:hover {color: #54ff00!important}
.main-menu li.textcolor_2>a {color: #fbbcf9}
.main-menu li.textcolor_2>a:hover {color: #fbbcf9!important}
.main-menu li.textcolor_3>a {color: #00fcff}
.main-menu li.textcolor_3>a:hover {color: #00fcff!important}
.main-menu li.textcolor_4>a {color: #ffc000}
.main-menu li.textcolor_4>a:hover {color: #ffc000!important}
.main-menu li.textcolor_5>a {color: #faebd7}
.main-menu li.textcolor_5>a:hover {color: #faebd7!important}
.main-menu li.textcolor_6>a {color: #eefd05}
.main-menu li.textcolor_6>a:hover {color: #eefd05!important}
.main-menu li.textcolor_7>a {color: #ffff00}
.main-menu li.textcolor_7>a:hover {color: #ffff00!important}
.main-menu li>ul {
	display: none;
	position: absolute;
}
#lk-menu .main-menu li>ul>li {padding: 0}
#lk-menu .main-menu li>ul>li>a {
	border-right: none;
	padding: 8px;
	font-size: 18px!important;
}

.fixed .main-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: all .3s;
	animation: opa .6s;
	-webkit-animation: opa .6s;
}
.fixed .main-menu:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	display: block;
	bottom: -3px;
	left: 0;
	background-color: #ffb72a;
	z-index: 99;
	transition: .3s;
	animation: wid 3s;
	-webkit-animation: wid 3s;
}
@-webkit-keyframes opa {
	from {opacity: 0}
	to {opacity: 1}
}

@keyframes opa {
	from {opacity: 0}
	to {opacity: 1}
}
@-webkit-keyframes wid {
	from {width: 0}
	to {width: 100%}
}

@keyframes wid {
	from {width: 0}
	to {width: 100%}
}
.fixed .main-menu .container {width: auto}
.fixed .main-menu ul {float: left}
.fixed .main-menu li {
	padding: 10px 0;
	display: inline-block;
	float: none;
}
.fixed .main-menu li.fixed-logo img {
	width: 80px;
	height: auto
}
#lika-header.fixed .main-menu li>a {
	color: #fff;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
}
.fixed .main-menu li>ul {
	display: none;
}

.list-grade {
	padding: 30px 0;
}
.list-grade .grade {
	position: relative;
	padding: 30px 15px;
}
.grade .grade-name {
	position: absolute;
	content: '';
	top: -5px;
	left: -5px;
	border-radius: 50%;
        z-index: 9;
}
.grade:hover .grade-name {
	-webkit-animation: rotate 1s;
	animation: rotate 1s;
}
@keyframes rotate {
	from {transform: rotate(0deg)}
	to {transform: rotate(360deg)}
}
.grade .grade-name img {
	width: 100px;
	height: 100px;
}
.grade .inner {
	background-color: #fff;
	overflow: hidden;
	border-radius: 7px;
	padding: 0 25px 15px 25px;
	box-shadow: none;
	transition: box-shadow .3s;
        padding-bottom: 35px;
	position: relative;
	z-index: 1;
}
.grade .inner.medium {
        height: 273px;
}
.grade:hover .inner {
	box-shadow: 0 4px 7px 2px #797979;
	-webkit-box-shadow: 0 4px 7px 2px #797979;
	-moz-box-shadow: 0 4px 7px 2px #797979;
}
.grade .inner h4 {
	font-size: 30px;
	text-align: center;
	margin: 8px 0 25px;
}
.grade .inner label.title {
	margin: -15px -25px 8px;
	max-width: none;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.grade .inner .subject {
	line-height: 1.6
}
.grade .inner .subject label {
	color: #3e4749;
	float: left;
}
.grade .inner .subject a,
.grade .inner .subject span {
	float: right;
  color: #0289d7
}
.grade .inner p span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
.grade .inner .go-class {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-weight: 600;
	font-size: 16px
}
.grade-1 .inner label.title {
	background-color: #ec5c00
}
.grade-1 .inner {
	border: 2px solid #ec5c00;
}
.grade-1 .inner h4,
.grade-1 .inner p span {
	color: #ec5c00;
}
.grade-1 .inner .go-class {
	background-color: #ec5c00;
	background-image: -webkit-linear-gradient(#f88a00, #e95500, #f88d00);
	background-image: -moz-linear-gradient(#f88a00, #e95500, #f88d00);
	background-image: -o-linear-gradient(#f88a00, #e95500, #f88d00);
	background-image: linear-gradient(#f88a00, #e95500, #f88d00);
}
.grade-2 .inner label.title {
	background-color: #02afd5
}
.grade-2 .inner {
	border: 2px solid #02afd5;
}
.grade-2 .inner h4,
.grade-2 .inner p span {
	color: #02afd5;
}

.grade-2 .inner .go-class {
	background-color: #02afd5;
	background-image: -webkit-linear-gradient(#00d9de, #04a7d1, #00ccde);
	background-image: -moz-linear-gradient(#00d9de, #04a7d1, #00ccde);
	background-image: -o-linear-gradient(#00d9de, #04a7d1, #00ccde);
	background-image: linear-gradient(#00d9de, #04a7d1, #00ccde);
}
.grade-3 .inner label.title {
	background-color: #97d302
}
.grade-3 .inner {
	border: 2px solid #97d302;
}
.grade-3 .inner h4,
.grade-3 .inner p span {
	color: #97d302;
}
.grade-3 .inner .go-class {
	background-color: #97d302;
	background-image: -webkit-linear-gradient(#a3de00, #7dcf00, #a3de00);
	background-image: -moz-linear-gradient(#a3de00, #7dcf00, #a3de00);
	background-image: -o-linear-gradient(#a3de00, #7dcf00, #a3de00);
	background-image: linear-gradient(#a3de00, #7dcf00, #a3de00);
}
.grade-4 .inner label.title {
	background-color: #ec0e60
}
.grade-4 .inner {
	border: 2px solid #ec0e60;
}
.grade-4 .inner h4,
.grade-4 .inner p span {
	color: #ec0e60;
}
.grade-4 .inner .go-class {
	background-color: #ec0e60;
	background-image: -webkit-linear-gradient(#ff4f7c, #e9065e, #fd5fa1);
	background-image: -moz-linear-gradient(#ff4f7c, #e9065e, #fd5fa1);
	background-image: -o-linear-gradient(#ff4f7c, #e9065e, #fd5fa1);
	background-image: linear-gradient(#ff4f7c, #e9065e, #fd5fa1);
}
.grade-5 .inner label.title {
	background-color: #c80cfe
}
.grade-5 .inner {
	border: 2px solid #c80cfe;
}
.grade-5 .inner h4,
.grade-5 .inner p span {
	color: #c80cfe;
}
.grade-5 .inner .go-class {
	background-color: #c80cfe;
	background-image: -webkit-linear-gradient(#d441fb, #a720e3, #d93fff);
	background-image: -moz-linear-gradient(#d441fb, #a720e3, #d93fff);
	background-image: -o-linear-gradient(#d441fb, #a720e3, #d93fff);
	background-image: linear-gradient(#d441fb, #a720e3, #d93fff);
}
.grade-6 .inner label.title {
	background-color: #0498ff
}
.grade-6 .inner {
	border: 2px solid #0498ff;
}
.grade-6 .inner h4,
.grade-6 .inner p span {
	color: #0498ff;
}
.grade-6 .inner .go-class {
	background-color: #0498ff;
	background-image: -webkit-linear-gradient(#28a9fc, #1481e7, #34acfd);
	background-image: -moz-linear-gradient(#28a9fc, #1481e7, #34acfd);
	background-image: -o-linear-gradient(#28a9fc, #1481e7, #34acfd);
	background-image: linear-gradient(#28a9fc, #1481e7, #34acfd);
}		
.slider {
	color: #fff;
	background: url(../images/bg_teachers.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(91,192,222,0.9);
}
.slider header {
	text-align: center;
	position: relative;
	z-index: 9;
}
.slider header h3 {
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0;
	font-weight: 400;
	margin-bottom: 15px;
}
.slider header p {
	font-size: 16px;
}
.slider .content {
	position: relative;
	z-index: 9;
}
.slider #owl .item {
	text-align: center;
	padding: 15px;
	position: relative;
}
.slider #owl .item figure img {
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
}
.slider #owl .item figure p {
	font-size: 15px;
	/*font-weight: 600;*/
}
.slider #owl .item figcaption {
	text-align: justify;
	padding: 0 15px;
}
.slider #owl .item figcaption strong {
	text-align: center;
}
.slider .owl-theme .owl-controls .owl-page span {
        background-color: #f7f7f7
}
/****************************/
.befinit .pre {
	position: relative;
	min-height: 300px;
	margin-bottom: 15px;
}
.befinit .pab {
	position: absolute;
	opacity: 0;
}
.befinit .pab-left {
	left: -100px;
}
.befinit .pab-right {
	right: -100px;
}
.befinit h3.title {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin: 30px 0;
	opacity: 0;
	font-weight: 600;
}
.befinit .featured .icon {
	text-align: center;
}
.befinit .featured .icon img {
	width: 120px;
	height: 120px;
}
.befinit .intro-video {
	background: url(../images/bg_tablet.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 300px;
	position: relative;
	width: 100%
}
.befinit .intro-video .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 21px 17% 46px 17%;
}
.intro-video .inner iframe {	
	width: 100%;
	height: 100%
}
.befinit .btn-register {margin: 30px 0}
/********************* /BEFINIT ******************/
/*TMP BEFINIT */
.befinit-tmp {
	margin-bottom: 30px
}
.befinit-tmp h3.title {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	margin: 35px 0;
	opacity: 1;
}
.befinit-tmp figure {
	margin-bottom: 15px;
	padding: 0 30px;
}
.befinit-tmp .wrap-img {
	height: 140px;
	padding: 15px 0;
	
}
.befinit-tmp .wrap-img img {
	display: block;
	max-height: 100%;
	margin: 0 auto
}
.befinit-tmp figure p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	height: 60px;
	padding: 7px;
}
.befinit-tmp figcaption {
	border-bottom: 1px dashed #5bc0de;
	text-align: justify;
    padding-bottom: 6px;
}
.befinit-tmp .item:nth-child(4) figcaption,
.befinit-tmp .item:nth-child(5) figcaption,
.befinit-tmp .item:nth-child(6) figcaption {
	border-bottom: none;
}

.video-home {
	background: url(../images/bg_about-lika.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	height: 100%;
	padding: 100px 0
}
.video-home:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
}
.video-home >* {
	position: relative;
	z-index: 2;
}
.video-home.testing .video .inner{
  min-height:250px;
  min-width:480px;
}
.video-home{
  padding: 40px 0;
  background-color:#f4f4f3;
}
.video-home.testing .video{
  background-color:transparent;
  padding:0px;
}
.video-home.testing .video .inner .iframe {
  position: absolute;
  top: 18px;
  right: 83px;
  bottom: 39px;
  left: 82px;
}
.video-home.testing h3{
  font-size: 28px;
  margin-top:0px;
  margin-bottom:30px;
  color: #fff;
  font-weight: bold;
}
.video-home.testing{
	background-color:#fff;
	padding:35px;
}
.video-home.testing .iframe{
  border: 20px solid rgba(255,255,255,0.4)
}
.video-home.testing .iframe iframe{
	width: 100%;
	height: 300px
}
.video-home.testing ul li {
	color: #fff;
	text-align: justify;
  font-size: 15px;
  background: url(../images/icons/icon_star.png) left top no-repeat;
  padding: 0px 15px 0px 50px;
  margin: 0px 0px 30px;
}
/***********************/
.about-lika {
	background-size: 100% 100%;
	position: relative;
	height: 100%;
	padding: 30px 0
}
.about-lika .title {
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px
}
.about-lika .nav-tabs {
	border-bottom: none;
}
.about-lika .nav-tabs>li>a {
	border-color: #e3e3e3;
  background-color: #EBEBEB;
  color: #666;
}
.about-lika .nav-tabs>li.active>a {
	border-bottom-color: transparent;
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
  border-bottom-color: transparent;
}
.about-lika .tab-content .tab-pane {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 15px;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
.about-lika .tab-content .tab-pane >.row {
	display: flex;
	align-items: center
}
.about-lika .tab-content .tab-pane img {
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
  display: inherit;
}

footer {background-color: #fff}
footer .col-left,
footer .col-right {
	padding: 25px 0;
	color: #999;
}
footer .logo {
	margin-bottom: 15px;
}
footer .col-left p {
	margin-bottom: 0;
}
footer .col-right .inner {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
footer .inner .col-group {
	display: table-cell;
}
footer .inner .col-info {
	display: table-cell;	
}
footer .inner h3 {
	color: #0093b4;
	margin: 0 0 5px 0;
}
footer .inner a {
	color: #999;
}
footer .social {
	margin-bottom: 15px;
}
footer .social a {
	text-align: center;
	color: transparent;
}
footer .social a i {
	transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
}
footer .social a.facebook i.fa-circle {
	color: #45619d
}
footer .social a.facebook:hover i.fa-circle,
footer .social a.youtube:hover i.fa-circle,
footer .social a.website:hover i.fa-circle {
	color: #fff;
}
footer .social a.facebook:hover i.fa-facebook {
	color: #45619d
}
footer .social a.youtube i.fa-circle {
	color: #cf3427
}
footer .social a.youtube:hover i.fa-youtube {
	color: #cf3427	
}
footer .social a.website i.fa-circle {
	color: #4b5f83
}
footer .social a.website:hover i.fa-globe {
	color: #4b5f83
}
footer .detail-lika li i {
	width: 18px;
	text-align: left;
}
.btn-success {
	margin: 15px 0;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('../fonts/Trebuchet MS.ttf');
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans.woff2');
}
@media screen and (max-width: 980px) {
	.container {
		width: 100%;
	}
	.list-grade .grade {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.main-menu li a {font-size: 24px}			
        /*#lika-header .container {height: auto}*/
	#lika-header .logo img {width: 70%}
	.fl-xs {
		width: calc((100% - 40px)/2);
		width: -webkit-calc((100% - 40px)/2);
		width: -moz-calc((100% - 40px)/2);
		width: -o-calc((100% - 40px)/2);
	}
	#lika-header .user-area {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: auto;
		padding: 8px 15px;
		text-align: left;
		background: url(../images/bg_banner.png) repeat-x;
		display: none;
	}
	#lika-header .user-area.collapse.in {
            display: block;
            z-index: 10;
        }
	#lika-header .user-area:after {
            content: '';
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    background-color: rgba(0,0,0,0.8);
	    z-index: 2;
	}
	#lika-header .user-area form,
        #lika-header .user-area .user-info {
		z-index: 999;
		position: relative;
		display: block;
	}
	#lika-header .user-area div {display: inline-block}
	#lika-header .user-area input[type="text"],
	#lika-header .user-area input[type="password"] {
		width: 100%;
	}
	nav.menu ul {width: 100%}
	nav.menu ul>li>a {
		border: none;
		padding: 10px 8px;
		text-transform: uppercase;
		line-height: 1.5
	}
	.top-menu .navbar-nav > li > a {
		padding: 8px 10px;
		border-right: none;
	}
	/*.top-menu .navbar-nav>li>a {border-right:none}*/
	.main-menu {background-image: none}
	.main-menu::after {background-color: #8cc713}
	.main-menu li {padding: 0}
	.main-menu li a {
		color: #fff!important;
		font-size: 14px;
	}
	.befinit .pab-right {left: 0}
	.about-lika {padding: 15px 0}
	.about-lika #myCarousel {padding: 15px 0 15px 0}
	.about-lika .carousel-inner {padding: 15px 0}
        #myCarousel .carousel-control.right {right: 0}
        #myCarousel .carousel-control.left {left: 0}
        .about-lika blockquote {font-size: 13px}
        .carousel-control .fa {font-size: 28px}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col-sm-4 {
		width: 50%;
		float: left;
	}
        .grade .inner.medium-xs {
            height: 225px;
        }
}
@media screen and (max-width: 480px) {
        .hidden-sxs {display: none!important}
        body {font-size: 16px}
        .grade .inner {height: auto}
        .befinit h3.title {opacity:1}
        .befinit .pab {opacity: 1}
        .befinit .pab-right {right: 0}
	.befinit .intro-video {background-image: none}
	.befinit .intro-video .inner {padding: 0}
	h3.title {font-size: 18px!important}
}

/******************** PHANTHUONG ********************/
.phanthuong h2 {
	color: #01b3df;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.phanthuong h3.title {
	margin: 0;
	color: #44ae03;
	margin-bottom: 15px;
}
.phanthuong .wrap {
	margin-bottom: 30px;
}
.phanthuong .col-sm-6 p{
	text-align:justify;
}
.video-reward {
	background: url(../images/bg_about-lika.jpg) no-repeat top center;
	background-size: 100% 100%;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
    margin-bottom: 30px;
}
.video-reward:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
.video-reward .container {
	position: relative;
	z-index: 9;
}
.video-reward p strong {
	font-size: 24px;
}
.video-reward span.yellow-text {
	color: #ffd800;
	font-size: 30px;
	font-weight: bold;
}
.video-reward .btn-register {
	width: auto;
	padding: 10px 15px;
}
.video-reward .video-inner {
	background: url(../images/bg_tablet.png) no-repeat top center;
	background-size: 100% 100%;
	min-height: 400px;
	margin: 30px 100px;
        position: relative;
}
.video-reward .video-inner .display-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 28px 134px 63px 132px;
}
.video-reward .video-inner iframe {
  width: 100%;
  height: 100%;
}
/********************  /PHANTHUONG ********************/

/********************* CHUONG TRINH *****************************/
.chuong-trinh{
	padding:30px;
	overflow:hidden;
}
.chuong-trinh.default .title-header{
	color:#00a4da;
	margin-top:0px;
	font-weight:bold;
}
.chuong-trinh.default .label-week{
	font-size:28px;
	margin:10px 0px;
}
.chuong-trinh.default .tab-content li{
	margin-bottom:5px;
	font-size:14px;
}
.chuong-trinh.default .tab-content ul{
	overflow:hidden;
	margin-bottom:10px;
}
.chuong-trinh.default .tab-content .xem-them{
	margin-top:10px;
	color : #249b00;
	font-style:italic;	
	font-weight:bold;
}
.chuong-trinh.default .tab-content .xem-them a{
	color : #249b00;
	text-decoration: underline; 
}
.chuong-trinh.default .tab-content li.label-subject{
	font-size:20px;
	margin-bottom:8px;
}
.chuong-trinh .mon-3.active, .chuong-trinh .mon-3:hover{
	color: #fff;
	background: #6ca000;	
}
.chuong-trinh .content-header{
	font-size:16px;
	color:#5c5c5c;
}
.chuong-trinh .col-sm-3 img{
	margin: -20px 0 20px 0;
	max-width: 210px;
}
.chuong-trinh .content{	
	text-align: left;
}
.chuong-trinh .content li a{
	font-size: 16px;
	color: #3d4a15;
}
.chuong-trinh.index .title-header{
	color:#00a4da;
	margin-top:0px;
	font-weight:bold;
}
.chuong-trinh .tab-header{
	padding:0 15px;
}
.chuong-trinh .tab-mon{
	float:left;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border: 1px solid #dedede;
	background:#f4f4f4;
	padding: 7px 0;
	cursor: pointer;
}
.chuong-trinh .mon-1{
	color: #ff8400;
}
.chuong-trinh .mon-1.active,.chuong-trinh .mon-1:hover{
	color: #fff;
	background: #ff8400;	
}
.chuong-trinh .mon-2{
	color: #ea0042;
}
.chuong-trinh .mon-2.active, .chuong-trinh .mon-2:hover{
	color: #fff;
	background: #ea0042;	
}
.chuong-trinh .mon-3{
	color: #6ca000;
}
.chuong-trinh .mon-4{
	color: #f665ff;
}
.chuong-trinh .mon-4.active, .chuong-trinh .mon-4:hover{
	color: #fff;
	background: #f665ff;	
}
.chuong-trinh .mon-5{
	color: #513939;
}
.chuong-trinh .mon-5.active, .chuong-trinh .mon-5:hover{
	color: #fff;
	background: #513939;	
}
.chuong-trinh .mon-10{
	color: #ea0042;
}
.chuong-trinh .mon-10.active, .chuong-trinh .mon-10:hover{
	color: #fff;
	background: #ea0042;	
}
.chuong-trinh .mon-11{
	color: #111010;
}
.chuong-trinh .mon-11.active, .chuong-trinh .mon-11:hover{
	color: #fff;
	background: #111010;	
}
.chuong-trinh .mon-12{
	color: #6ca000;
}
.chuong-trinh .mon-12.active, .chuong-trinh .mon-12:hover{
	color: #fff;
	background: #6ca000;	
}
.chuong-trinh .mon-13{
	color: #f665ff;
}
.chuong-trinh .mon-13.active, .chuong-trinh .mon-13:hover{
	color: #fff;
	background: #f665ff;	
}
.chuong-trinh .mon-14{
	color: #513939;
}
.chuong-trinh .mon-14.active, .chuong-trinh .mon-14:hover{
	color: #fff;
	background: #513939;	
}
.chuong-trinh .fa-smile-o{
	color:#eabb00;
	font-size:15px;
}
.chuong-trinh .color-lop1{
	color: #0093ae;
}
.chuong-trinh .color-lop2{
	color: #ea9a00;
}
.chuong-trinh .color-lop3{
	color: #6ca000;
}
.chuong-trinh .color-lop4{
	color: #fe2b8e;
}
.chuong-trinh .color-lop5{
	color: #0868a0;
}

.chuong-trinh .color-lop6{
	color: #b32504;
}
.chuong-trinh .color-1{
	color: #2a9d01;
}

.chuong-trinh .btn-register {
	width: auto;
	border-radius: 5px;
	padding: 10px 15px;
	text-transform: none;
}
.count-quiz-kynang{
	border-radius:50px;
	background-color:#ff8400;
	font-size:12px;
	padding:2px 4px;
	font-weight:bold;
	color:#fff;
	float:left;
	margin-right: 5px;
}
.count-quiz-kynang.none{
	background-color:#b2b5a9;
}
.chuong-trinh .list-kynang{
	border-right: 1px dashed #b0b0b0;
}
.chuong-trinh .list-kynang.last{
	border-right: none;
}
.chuong-trinh.index .tab-content{
	margin: 0 15px;
	border : 1px solid #ddd;
	border-top :none;
	overflow:hidden;
	padding	:20px ;
}
.chuong-trinh .tab-header ul li .label-tab{
	font-size:24px;
	color: #513939;
}
.chuong-trinh.index .label-week{
	font-size:18px;
}
.chuong-trinh.index .tab-content li{
	margin-bottom:5px;
	font-size:14px;
}
.chuong-trinh .tooltip.top .tooltip-arrow{
	border:none;
}
.chuong-trinh .tooltip-inner{
	border-radius:0;
	background-color:transparent;	
	z-index:10000;
}
.chuong-trinh .tooltip-inner img{
	border:2px solid #646464;
	max-width:400px;
	border-radius:4px;
}
/********************* /CHUONG TRINH *****************************/

/********************* HD24 *********************/
.hd24 header h2 {
	color: #01b3df;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 40px;
}
.hd24 header p {
	font-size: 18px;
	margin-bottom: 25px;
  text-align: center
}
.hd24 .wrap div {
	padding: 0 15px 0 40px
}
.hd24 .wrap div p {
	text-align: center;
	padding: 0 15px 0 35px;
  margin-bottom: 5px;
}
.hd24 .wrap div a {
	font-size: 20px;
	text-align: center;
	color: #fff;
	display: block;
	position: relative;
	padding: 3px 10px 3px 60px;
	margin-left: 0px;
	pointer-events: none;
	cursor: default;
	box-shadow: 2px 2px 4px #aeaeae;
	-webkit-box-shadow: 2px 2px 4px #aeaeae;
	-moz-box-shadow: 2px 2px 4px #aeaeae;
	text-indent: -30px;
}
.hd24 .wrap div img {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9;
}
.hd24 .wrap .lv1 p {
	color: #ff6000;
}
.hd24 .wrap .lv1 a {
	background-color: #ff6000;
}
.hd24 .wrap .lv2 p {
	color: #0092cf;
}
.hd24 .wrap .lv2 a {
	background-color: #60d0ff;
}
.hd24 .wrap .lv3 p {
	color: #75c568;
}
.hd24 .wrap .lv3 a {
	background-color: #75c568;
}
.hd24 .content img {
	width: 100%;
}

/********************* /HD24 *********************/
/***************** NHAN XET *****************/
.nhanxet header h2 {
	color: #01b3df;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 40px;
}
.nhanxet header p {
	font-size: 22px;
	margin-bottom: 25px;
	text-align:center;
}
.nhanxet .wrap .text-green {
	color: #318b00;
	font-size: 18px;
	padding-left: 25px;
	position: relative;
	font-weight: bold;
	padding-bottom: 10px;
}
.nhanxet .wrap .text-green:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #FF0000;
	border-radius: 50%;
	padding-bottom: 10px;
}
.nhanxet .wrap img {
	display: block;
	width: 100%;
	border: 2px dashed #fcc400;
}
.nhanxet .content {
	margin-bottom: 30px;
}
.nhanxet .content .arrow {
	text-align: center;
	margin: 6px 0 4px 0;
}
.nhanxet .content .arrow img {
	width: 56px;
	margin: 0 30px;
}
.nhanxet .content .inner {
	background-color: #41c3ff;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.nhanxet .content .inner h3 {
	font-size: 30px;
	margin: 15px 0 30px;
}
.nhanxet .content .inner .outer {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.nhanxet .content .inner .outer img {
	display: inline-block;
	margin: 0;
	height: 80%;
	vertical-align: middle;
	margin-top: 10px;
}
.nhanxet .content .inner p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}
.nhanxet .bang_nhanxet .inner {
	border: 2px dashed #fcc400;
	padding: 15px;
}
.nhanxet .bang_nhanxet header {
	margin-bottom: 15px;
}
.nhanxet .bang_nhanxet header h4 {
	color: #e18b85;
	float: left;
}
.nhanxet .bang_nhanxet header .time {
	font-size: 13px;
	font-style: italic;
	color: #999;
	float: right;
}
.nhanxet .bang_nhanxet .wrap {
	font-size: 14px;
	color: #000;
}
.nhanxet .bang_nhanxet .wrap .title {
	color: #2b7634;
	font-weight: 600;
	font-size: 16px;
}
/************ PHAN TICH *******************/
.phantich .header h2 {
	color: #01b3df;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
	font-size: 40px;
}
.phantich .wrap-line {
	margin: 40px 0;
	width: 100%;
	display: block;
	height: 2px;
	background-color: #EEFAD2;
	position: relative;
}
.phantich .wrap-line:before,
.phantich .wrap-line:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 150px;
}
.phantich .wrap-line:before {
	top: 0;
	left: 0;
    background-image: linear-gradient(left,#fff, #eefad2);
    background-image: -webkit-linear-gradient(left,#fff, #eefad2);
    background-image: -moz-linear-gradient(left,#fff, #eefad2);
    background-image: -o-linear-gradient(left,#fff, #eefad2);
}
.phantich .wrap-line:after {
	top: 0;
	right: 0;
    background-image: linear-gradient(right,#fff, #eefad2);
    background-image: -webkit-linear-gradient(right,#fff, #eefad2);
    background-image: -moz-linear-gradient(right,#fff, #eefad2);
    background-image: -o-linear-gradient(right,#fff, #eefad2);
}
.phantich .wrap h3 {
	font-size: 67px;
	margin: 0;
	line-height: 1
}
.phantich .wrap header div {
	position: relative;
	border-bottom: 2px solid #979797;
	display: inline-block;
}
.phantich .wrap header div:before,
.phantich .wrap header div:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	z-index: 99;
	margin-bottom: -5px;
}
.phantich .wrap span.circle {
	border: 1px solid #777;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -8px;
	margin-right: -13px;
}
.phantich .wrap header div:before {
	left: 0;
}
.phantich .wrap header div:after {
	right: 0;
	margin-right: -10px;
}
.phantich .wrap header p {
	font-weight: bold;
	font-size: 25px;
}
.phantich .wrap .content {text-align: justify}
.phantich .wrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
.phantich .wrap-1 h3,
.phantich .wrap-3 h3 {
	float: left;
	margin-right: 20px;
}
.phantich .wrap-1 .content,
.phantich .wrap-3 .content {padding-left: 87px}
.phantich .wrap-1 header {
	color: #08a429
}
.phantich .wrap-1 header div:before,
.phantich .wrap-1 header div:after {
	background-color: #08a429
}
.phantich .wrap-3 header {
	color: #ff8a00
}
.phantich .wrap-3 header div:before,
.phantich .wrap-3 header div:after {
	background-color: #ff8a00
}
.phantich .wrap-3 img {margin-top: 25px}
.phantich .wrap-2 {
	text-align: right;
}
.phantich .wrap-2 header {
	color: #e6312f
}
.phantich .wrap-2 h3 {
	float: right;
	margin-left: 30px;
}
.phantich .wrap-2 header div:before,
.phantich .wrap-2 header div:after {
	background-color: #e6312f
}
.phantich .wrap-2 header div:before {
	margin-left: -10px;
}
.phantich .wrap-2 header div:after {
	margin-right: 0
}
.phantich .wrap-2 span.circle {
	left: 0;
	margin: 0 0 -8px -13px;
}
.phantich .wrap-2 .content {padding-right: 87px}
/**************** SEARCH *******************/
.chuong-trinh.search .title-header {font-weight: normal}
.chuong-trinh.search .title-header small {
	font-size: 16px;
	font-style: italic;
}
.chuong-trinh.search .list-kynang {border: none}
.chuong-trinh.search .list-kynang select {border: none}
.chuong-trinh.search .tab-content li {padding: 3px 0}
.chuong-trinh.search .tab-content li:hover {
	background-color: #f0ffff;
}
.chuong-trinh.search .tab-content li small {
	font-style: italic;
	color: #999;
	float: right;
}

/*FIX MENU*/
#lika-header .menu .container{
	height: auto;
}
#lika-header .top-menu li>a {
	padding: 5px 15px;
}

/*MEMBER SHIp*/
.member {
	padding-top: 60px;
}
.member .top-content .wrap {
	margin-bottom: 30px;
}
.member .top-content .wrap header {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: -6px
}
.member .top-content .wrap .parent {
	background: #32cbf6;
	background-image: linear-gradient(left, #1e94b5, #32cbf6);
	background-image: -webkit-linear-gradient(left, #1e94b5, #32cbf6);
	background-image: -moz-linear-gradient(left, #1e94b5, #32cbf6);
	background-image: -o-linear-gradient(left, #1e94b5, #32cbf6);
}
.member .top-content .wrap .teacher {
	background: #ffb72a;
	background-image: linear-gradient(left, #ff7911, #ffb72a);
	background-image: -webkit-linear-gradient(left, #ff7911, #ffb72a);
	background-image: -moz-linear-gradient(left, #ff7911, #ffb72a);
	background-image: -o-linear-gradient(left, #ff7911, #ffb72a);
}
.member .top-content .wrap h3 {
	margin: 4px 0 10px 0;
	color: #fff;
	text-align: center;
}
.member .top-content .wrap .inner {
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 5px #aeaeae;
	text-align: center;
	position: relative;
}
.member .top-content .wrap .inner img {
	float: left;
	margin-right: 15px
}
.member .top-content .wrap .inner p {
	text-align: justify;
	margin: 15px 0
}
.member .top-content .wrap .inner .btn-register {
	background: #ff7710;
    width: auto;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    right: 50px;
    top: 140px;
}
.member .main-content header h2 {
	font-size: 40px;
	color: #009eca
}
.member .main-content .wrap {
	margin-bottom: 20px;
}
.member .main-content .wrap .header {
	margin-bottom: 10px;
}
.member .main-content .wrap .header img {
	margin-right: 15px;
	max-height: 50px;
}
.member .main-content .wrap .header span {
	color: #37a800;
	font-size: 20px;
	font-weight: bold;
}
.member .main-content .wrap p {
	text-align: justify;
}

/****************** COMBO GIFT ****************/
.combo-gift {
	background: #fafafa;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 0 30px;
	box-shadow: 2px 4px 5px #eaeaea;
	margin-top: 60px;
	background-image: linear-gradient(left, #eee 20%, #fff);
	background-image: -webkit-linear-gradient(left, #eee 20%, #fff);
	background-image: -moz-linear-gradient(left, #eee 20%, #fff);
	background-image: -o-linear-gradient(left, #eee 20%, #fff);
}
.combo-gift img {
	float: left;
	max-height: 180px;
    margin: 22px 40px 0 10px
}
.combo-gift .content h3 {
	color: #0c8902;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0
}
.combo-gift .content p {margin-bottom: 10px}
.combo-gift .content strong {
	color: #ae1a02;
	font-size: 18px
}
.combo-gift .content .wrap {
	float: left;
	margin-right: 25px
}
.combo-gift .content .wrap p {
	font-weight: bold;
}
.combo-gift .content .wrap span {
	color: #fff;
	padding: 4px 6px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
}
.combo-gift .content .wrap .first {background-color: #197b30}
.combo-gift .content .wrap .second {background-color: #fd9104}
.combo-gift .content .wrap .third {background-color: #2c9eff}
.combo-gift .content .text-center {
	padding-top: 20px;
}
.combo-gift .content .btn-register {
	padding: 10px 15px;
	background-color: #ff7710;
	width: auto;
}
.step-luyentap .number{
	font-size: 100px;
	font-weight:bold;
	text-align:center
}
.step-luyentap .number.val-1{
	color:#fe4949;
}
.step-luyentap .number.val-2{
	color:#ffce08;
}
.step-luyentap .number.val-3{
	color:#5fcde2;
}
.step-luyentap .number.val-4{
	color:#8eff08;
}
.step-luyentap .arrow{
	font-size:64px;
	padding-top:25px;
}
.step-luyentap .row{
	margin-left: 7%;
}
.step-luyentap .tex-1{
	font-size:16px;
	color:#005869;
	font-weight:bold;
	text-align:center;
}
.step-luyentap.border{
	font-weight:bold;
	margin-top:10px;
	background-color:#37bd00;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-radius: 10px;
	padding:4px 0px;
	border:2px solid #007236;
	border-style: dashed;
}
/* ********************** LUYENTAP *************/
/************* TRAINING **********/
.training .header {
	text-align: center;
	margin-bottom: 30px;
}
.training .header h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
.training .sub-title {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
}
.training .sub-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 70px;
	margin-left: -35px;
}
.training .header p {
	color: #000;
	font-size: 16px;
	padding: 0 25px;
}
.training .wrap {
	/* background: #eef4f0 url('../images/border_bot_bg.png') repeat-x left bottom; */
	background-position: 0 100%;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-radius: 28px;
    overflow: hidden;
}
.training .wrap:hover {
    border-radius: 28px;
    position: relative;
    color: #321FDB;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(76.81deg, #1400D7 19.75%, #DA50F2 109.68%);
    border: 0px solid transparent;
	padding: 10px 10px 30px 10px;
}
.training .wrap:hover .img-mom-why {
	padding: 0px;
}
.training .wrap:hover::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
    background: linear-gradient(90deg, #ebe7fb, #f8ecfe);
    border-radius: inherit;
    z-index: -1;
}
.training .wrap .img-mom-why {
	border-radius: 28px;
    position: relative;
    color: #321FDB;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(76.81deg, #1400D7 19.75%, #DA50F2 109.68%);
    border: 0px solid transparent;
	padding: 2px;
}
.training .wrap .img-mom-why::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
    background: linear-gradient(90deg, #ebe7fb, #f8ecfe);
    border-radius: inherit;
    z-index: -1;
}

.training .wrap .header {
	background: #5fcde2 url('../images/border_top_bg.png') repeat-x left bottom;
	padding: 15px;
	animation: wave 20s linear infinite;
	-webkit-animation: wave 20s linear infinite;
	-moz-animation: wave 20s linear infinite;
}
@keyframes wave {
	from { background-position: 0 100% }
	to { background-position: 100% 100% }
}
@-webkit-keyframes wave {
	from { background-position: 0 100% }
	to { background-position: 100% 100% }
}
@-moz-keyframes wave {
	from { background-position: 0 100% }
	to { background-position: 100% 100% }
}
.training .wrap .header p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}
.training .wrap img {
	margin: 25px 0;
	max-width: 320px;
	max-width: 100%;
}
.training .wrap:hover img {
	/* transform: scale(1.2);  */
}
.training .wrap p {
	padding: 8px;
	text-align: center;
}
.training .step-by-step {
	background: url(../images/bg_step.png) no-repeat top left;
	background-size: 100% 100%;
	height: 190px;
}
.training .step {
    padding: 15px;
    color: #fff;
    text-align: center;
    margin-left: -25px;
    margin-top: 50px;
    line-height: 30px;
    font-size: 18px;
}
/************** KIEMTRA ***********/
.testing {
	text-align: center;
}
.testing header {margin-bottom: 35px}
.testing header h2 {
	color: #01b3df;
	font-weight: bold;
	font-size: 40px;
}
.testing header p {
	font-size: 22px;
	color: #000;
}
.testing .wrap {
	text-align: center;	
	border: 2px dashed #777;
	border-radius: 10px;
	margin-bottom: 35px;
	padding-bottom: 15px;
}
.testing .wrap header {
	background: #f16a50 url('../images/bg_img_testing.png') repeat-x left bottom;
	margin: -2px;
	border-radius: 7px 7px 0 0;
	padding: 15px;
	overflow: hidden;
    animation: wave 20s linear infinite;
    -webkit-animation: wave 20s linear infinite;
    -moz-animation: wave 20s linear infinite;
}
.testing .wrap header.tiengviet {
	background: #c3eb55 url('../images/bg_img_testing_tv.png') repeat-x left bottom;
}
.testing .wrap header h3 {
	margin: 0;
	padding: 15px;
	color: #fff;
	font-size: 24px;
}
.testing .wrap img {
	margin: 15px 0;
	max-height: 150px
}
.testing .wrap p {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.testing .plus {
	position: relative;
}
.testing .plus i {
	font-size: 60px;
	display: block;
	margin-top: 120px;
}
.testing .plus img {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -46px;
    animation: updown 3s infinite;
    -webkit-animation: updown 3s infinite;
    -moz-animation: updown 3s infinite;
}
@keyframes updown {
	0% {top: 100px}
	50% {top: 160px}
	100% {top: 80px}
}
@-webkit-keyframes updown {
	0% {top: 100px}
	50% {top: 160px}
	100% {top: 80px}
}
@-moz-keyframes updown {
	0% {top: 100px}
	50% {top: 160px}
	100% {top: 80px}
}
.testing .view-more {
	padding: 10px 15px;
	background-color: #ffa800;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
}
.testing .video{
	padding:15px 0 70px 0;
	background-color:#90cbe2;
}
.testing .header-mid {
	background: url(../images/test-bg-red.png) no-repeat center;
	padding: 15px 0;
	height: 126px;
	margin-bottom: 30px;
	margin-top:-40px;
}
.testing .header-mid h3 {	
	width: 70%;
	margin: 15px auto;
	color: #fff;
	font-size: 24px;
	line-height: 1.4
}
.testing .video .inner {
	margin: 0 100px;
	background: url(../images/bg_tablet.png) no-repeat;
	background-size: 100% 100%;
	min-height: 400px;
	position: relative;
}
.testing .video .inner .iframe {
	position: absolute;
    top: 28px;
    right: 134px;
    bottom: 62px;
    left: 132px;
}
.testing .video iframe {
	width: 100%;
	height: 100%;
}
/**Tutor gioi thieu**/
.tutor-gioithieu header h2 {
	color: #01b3df;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 10px 0;
	font-size: 40px;
}
.tutor-gioithieu header p {
	font-size: 28px;
	margin-bottom: 25px;
    text-align: center;
    color:#9f0404
}
.tutor-gioithieu .col-sm-8{
	font-size:22px;
	text-align:center;
	background : url(../img/tutor-border-bottom.png) repeat-x bottom;
	height:200px;
	padding:0px;
}
.tutor-gioithieu .col-sm-8 p{
	padding-top:30px;
}
.tutor-gioithieu .col-sm-4 img{
	height:200px;
}
.tutor-gioithieu .col-sm-4.img-right img{
	float:right;
}
.tutor-gioithieu .part .container{	
	margin-top:40px
}
/**end - Tutor gioi thieu**/
/*.main-menu.menu .navbar-nav li.active a span{
	border-bottom: 6px solid #f5e761;
}*/ 

/*EFFECT*/
.scroll-effect {
	position: relative;
}
.scroll-effect .item {
	transition: all 1.5s linear;
	opacity: 0;
}
.scroll-effect .item:nth-child(1) {
	transform: translate3d(-150px, -75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect .item:nth-child(2) {
	transform: translate3d(0px, -75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect .item:nth-child(3) {
	transform: translate3d(150px, -75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect .item:nth-child(4) {
	transform: translate3d(-150px, 75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect .item:nth-child(5) {
	transform: translate3d(0px, 75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect .item:nth-child(6) {
	transform: translate3d(150px, 75px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
}
.scroll-effect.move .item {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1)!important;
}
/******************************************
****************** PRICE ***************
*****************************************/
.price header {margin-bottom: 35px}
.price header h2 {
	color: #01b3df;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}
.price header p {
	text-align: center;
	font-size: 18px;
}
.price .content .title-header {
	margin-bottom: 2px;
}
.price .content .title-header h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 80px;
	color: #ff8003;
    font-size: 30px;
}
.price .content .title-header p {
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
    color: #fff;
}
.price .standard .title-header {
	background: url(../images/price_standard_header.png) no-repeat center top;
	position: relative;
}
.price .standard .title-header:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 100%;
	height: 53px;
	background-color: #ffaa03;
	z-index: -1;
}
.price .standard .title-header p {
    background-color: #ffaa03;
    margin: -2px 24px 0 23px;
}
.price .standard_student,
.price .standard_parent {
    margin: 0 auto;
    padding: 15px;
}
.price .standard-price {
	text-align: center
}
.price .standard-price h2 {
	font-size: 28px;
	position: relative;
	font-weight: 600;
	margin-bottom: 5px;
	color: #ff5c03;
}
.price .standard-price p {
	color: #ff5c03;
	font-size: 16px;
	margin-bottom: 10px;
}
.price .standard_student {
	margin-bottom: 2px;	
	background-color: #fce49b;
	color: #673402
}
.price .standard_parent {
	background-color: #fad66a;
	color: #673402
}
.price .standard .btn-register {
	background-color: #ff8b03;
	width: 318px;
}
.price .table {
	color: #777;
	background-color: #fefafa;
}
.price thead tr {
	padding: 15px;
}
.price thead th {
	background-color: #6fc191;
	color: #fff;
}

/******************************************
****************** MOM INTRO ***************
*****************************************/
@media (min-width: 1200px) {
	.intro-lika .container {
	    width: 1170px;
	}
}
.intro-lika p {text-align: justify}
.intro-lika header {
	margin-bottom: 20px;
	text-align: center;
}
.intro-lika header h2 {
    color: #01b3df;
    font-size: 24px;
    margin-top: 35px;
    margin-left: 75px;
    margin-right: 75px;
    line-height: 1.2;
}
.intro-lika header p {
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}
.intro-lika .content {
	margin-bottom: 30px
}
.intro-lika .wrap {
	margin-bottom: 15px;
}
.intro-lika .wrap h3 {
	color: #2b9ec8;
	padding-bottom: 10px;
	position: relative;
}
.intro-lika .wrap h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	display: block;
	background-color: #e7b317;
}
.intro-lika .wrap .img,
.intro-lika .video-intro .video {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.intro-lika .wrap .img.eff,
.intro-lika .video-intro .video.eff {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.intro-lika .wrap .img img {
	display: block;
	margin: 0 auto;
}
.intro-lika .video-intro {
	background: url(../images/bg_about-lika.jpg);
	position: relative;
	padding: 30px 0;
}
.intro-lika .video-intro:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.intro-lika .video-intro h3 {
	color: #fff;
	z-index: 9;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.5
}
.intro-lika .video-intro .container {
	z-index: 9;
	position: relative;
}
.intro-lika .video-intro .btn-register {
	width: auto;
	padding: 10px 15px;
	text-transform: none;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 30px
}
.intro-lika .video-intro .video {
	background: url(../images/bg_tablet.png) no-repeat;
	background-size: 100% 100%;
	min-height: 400px;
	margin: 0 150px;
	position: relative;
	opacity: 0;
}
.intro-lika .video .inner {
	position: absolute;
    top: 28px;
    left: 143px;
    bottom: 61px;
    right: 146px;
    background-color: #333;
}
.intro-lika .video .inner iframe {
	width: 100%;
	height: 100%
}
.intro-lika .outer {
	text-align: center;
}
.intro-lika .outer p {
	text-align: justify;
	margin-bottom: 15px
}
.intro-lika .growup-history h2 {
	text-transform: uppercase;
	text-align: center;
}
.intro-lika .growup-history h3 {
	color: #249e22;
	position: relative;
	padding-bottom: 10px;
	text-align: left;
}
.intro-lika .growup-history h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #a01500
}
.intro-lika .outer.odd .img {
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
}
.intro-lika .outer.even .img {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
}
.intro-lika .outer .img {
	opacity: 0;
	position: relative;
	display: inline-block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.intro-lika .outer .img.eff {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}
.intro-lika .outer .img:before,
.intro-lika .outer .img:after {
	content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
    bottom: 8px;
    height: 30%;
    border-radius: inherit;
    z-index: -1;

}
.intro-lika .outer .img:before {
    left: 5px;
    right: 50%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.intro-lika .outer .img:after {
    left: 50%;
    right: 5px;
    z-index: -1;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.intro-lika .outer .img img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

/*********************************************/
.img-shadow {
	margin: 15px;
	opacity: 0;
	position: relative;
	display: inline-block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.img-shadow.odd {
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
}
.img-shadow.even {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
}
.img-shadow.appear {
	opacity: 1;
	transform: translateX(0)!important;
	-webkit-transform: translateX(0)!important;
	-moz-transform: translateX(0)!important;
}
.img-shadow:before,
.img-shadow:after {
	content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,.6);
    box-shadow: 0 15px 10px rgba(0,0,0,.6);
    bottom: 8px;
    height: 30%;
    border-radius: inherit;
    z-index: -1;

}
.img-shadow:before {
    left: 5px;
    right: 50%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.img-shadow:after {
    left: 50%;
    right: 5px;
    z-index: -1;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.img-shadow img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}
.img-scale {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.img-scale.appear {
	opacity: 1;
	transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
}
/******************************************
****************** METHOD ***************
*****************************************/
@media (min-width: 1200px) {
	.lika-method .container {
	    width: 1170px;
	}
}
.lika-method {
	line-height: 1.5;
}
.lika-method img {
	max-width: 100%;
    border: 1px solid #fafafa
}
.lika-method p {
	text-align: justify;
}
.lika-method header {
	margin-bottom: 35px;
	text-align: center;
}
.lika-method header h2 {
	color: #01b3df;
	font-size: 30px;
}
.lika-method header p {
	color: #01b3df;
	font-size: 24px;
	text-align: center;
}
.lika-method header span {
	color: #fdb300;
	font-size: 32px;
	font-weight: 600
}
.lika-method .wrap {
	text-align: center;
	margin-bottom: 15px;
}
.lika-method_1, .lika-method_2, .lika-method_3, .lika-method_4 {margin-bottom: 30px}
.lika-method_1 .title {
	text-align: left;
	font-weight: 600;
	margin-top: 0
}
.lika-method_2 .title {
	font-size: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.lika-method_2 .img {
	text-align: center;
	margin: 18px 0;
}
.lika-method_2 .register-link {
	color: #f8b009;
	font-weight: 600
}
.lika-method_3 .wrap h3 {
	color: #fff;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	margin-bottom: 0;
}
.lika-method_3 .wrap h3.style_01 {
	background-color: #4c89bf;
}
.lika-method_3 .wrap h3.style_02 {
	background-color: #dd5252;
}
.lika-method_3 .wrap h3.style_03 {
	background-color: #ffae23;
}
.lika-method_3 img {
	margin: 0 auto;
	margin-bottom: 15px;
}
.lika-method_4 .wrap h3 {
	text-align: left;
	color: #ef9c49;
	position: relative;
	padding-bottom: 10px;
}
.lika-method_4 .wrap h3:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 60px;
	background-color: #3e9e24
}
.lika-method_4 .wrap img {
	max-height: 300px
}
.lika-method_analytics {
	padding: 0 0 30px 0;
	text-align: center;
}
.lika-method_analytics .title {
	font-size: 28px;
	text-align: center;
	color: #333;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: bold;
}
.lika-method_analytics .button {
	padding: 10px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  display: inline-block;
  border-radius: 100px;
	color: #fff;
	width: 200px;
	margin: 15px 0;
}
.lika-method_analytics p {
	text-align: center;
	font-size: 20px;
	color: #646464
}
.lika-method_analytics .button-style_1 {
	background-color: #6fc191;
	box-shadow: 0px 4px 0px 0px #6ab78a;
	-webkit-box-shadow: 0px 4px 0px 0px #6ab78a;
	-moz-box-shadow: 0px 4px 0px 0px #6ab78a;
}
.lika-method_analytics .button-style_2 {
	background-color: #74cee4;
	box-shadow: 0px 4px 0px 0px #6fc4d9;
	-webkit-box-shadow: 0px 4px 0px 0px #6fc4d9;
	-moz-box-shadow: 0px 4px 0px 0px #6fc4d9;
}
.lika-method_analytics .button-style_3 {
	background-color: #edbf47;
	box-shadow: 0px 4px 0px 0px #e0b84e;;
	-webkit-box-shadow: 0px 4px 0px 0px #e0b84e;;
	-moz-box-shadow: 0px 4px 0px 0px #e0b84e;;
}
.lika-method_analytics .button-style_4 {
	background-color: #ec774b;
	box-shadow: 0px 4px 0px 0px #df764e;;
	-webkit-box-shadow: 0px 4px 0px 0px #df764e;;
	-moz-box-shadow: 0px 4px 0px 0px #df764e;;
}
/******************************************
/**************** CONTACT ***************
*****************************************/
@media (min-width: 1200px) {
	.contact .container {
	    width: 1170px;
	}
}
.contact header {
	margin-bottom: 35px
}
.contact header h2 {
	color: #01b3df;
	font-size: 30px;
	text-transform: uppercase;
	/*margin-bottom: 15px;*/
	text-align: center;
}
.contact aside iframe {
	width: 100%;
	margin-bottom: 10px
}
.contact aside .wrap {
	background-color: #efefef;
	border-radius: 4px;
	box-shadow: 0px 4px 0 0 #f1f1f1;
	margin-bottom: 15px;
	padding: 10px;
}
.contact aside .wrap .icon {
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 1.6em;
	padding-top: 5px;
	margin-right: 10px;
}
.contact aside .wrap .icon.add {
	background-color: #edbf47
}
.contact aside .wrap .icon.phone {
	background-color: #ec774b
}
.contact aside .wrap .icon.web {
	background-color: #e16c6c
}
.contact aside .wrap p {
	margin-bottom: 5px
}
.contact .content {
	background-color: #f1f1f1
	
}
.contact .content .title {
	background-color: #edbf47;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	font-size: 20px;
	margin-top: 0;
}

.contact .content form {
	max-width: 80%;
}
.contact .content label {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
.contact .content form textarea {
	resize: none;
}
/*******************************************
****************** TEACHER *****************
********************************************/
.wrap {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	opacity: 1;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
}
.wrap.odd {
	opacity: 0;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
}
.wrap.even {
	opacity: 0;
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
}
.teachers header {
	margin-bottom: 35px;
}
.teachers header h2 {
	color: #01b3df;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px
}
.teachers header p {
	font-size: 18px;
	text-align: center;
	margin: 0 30px
}
.teachers .wrap  {
	margin-bottom: 30px;
}
.teachers .wrap figure {
	border: 1px solid #dadada;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.teachers .wrap figure header {
	position: relative;
	height: 40px;
}
.teachers .wrap figure header:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.teachers .wrap_1 figure {
	background-color: rgba(255,192,0,.05);
	border: 1px solid rgba(255,192,0,.1);
}
.teachers .wrap_1 header,
.teachers .wrap_1 figure .overlay {
	background-color: #ffc000;
}
.teachers .wrap_1 header:after {
    background: #ffc000;
}
.teachers .wrap_2 figure {
	background-color: rgba(124,203,248,.05);
	border: 1px solid rgba(124,203,248,.1);
}
.teachers .wrap_2 header,
.teachers .wrap_2 figure .overlay {
	background-color: #7ccbf8;
}
.teachers .wrap_2 header:after {
	background-color: #7ccbf8;
}
.teachers .wrap_3 figure {
	background-color: rgba(253,72,72,.05);
	border: 1px solid rgba(253,72,72,.1);
}
.teachers .wrap_3 header,
.teachers .wrap_3 figure .overlay {
	background-color: #fd4848;
}
.teachers .wrap_3 header:after {
	background-color: #fd4848;
}
.teachers .wrap_4 figure {
	background-color: rgba(23,214,126,.05);
	border: 1px solid rgba(23,214,126,.1);
}
.teachers .wrap_4 header,
.teachers .wrap_4 figure .overlay {
	background-color: #17d67e;
}
.teachers .wrap_4 header:after {
	background-color: #17d67e;
}
.teachers .wrap_5 figure {
	background-color: rgba(236,95,253,.05);
	border: 1px solid rgba(236,95,253,.1);
}
.teachers .wrap_5 header {
	background-color: #ec5ffd;
}
.teachers .wrap_5 header:after,
.teachers .wrap_5 figure .overlay {
	background-color: #ec5ffd;
}
.teachers .wrap_6 figure {
	background-color: rgba(255,114,0,.05);
	border: 1px solid rgba(255,114,0,.1);
}
.teachers .wrap_6 header,
.teachers .wrap_6 figure .overlay {
	background-color: #ff7200;
}
.teachers .wrap_6 header:after {
	background-color: #ff7200;
}
.teachers figure .img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	margin-top: -35px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.teachers figure .img img {
	transition: transform .6s;
	-webkit-transition: transform .6s;
	-moz-transition: transform .6s;
	-o-transition: transform .6s;
	-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	width: 100%;
}
.teachers figure h4 {
	text-align: center;
	margin-top: 0
}
.teachers .wrap figcaption {
	text-align: justify;
	padding: 15px;
	position: relative;
}
.teachers .wrap figure:hover {color: #fff}
.teachers .wrap figure .overlay,
.teachers .wrap .overlay:before {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
	display: block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	
}
.teachers .wrap figure .overlay {
	bottom: 0;
	transition: all .3s linear;
	height: 0;
	overflow: hidden;
}
.teachers .wrap .overlay:before {
	content: '';
	bottom: 100%;
	top: -40px;
	background-color: #fff;
	z-index: -1;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.teachers .wrap figure:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.teachers .wrap figure:hover .overlay {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	height: 87%;
	height: calc(100% - 39px);
	height: -webkit-calc(100% - 39px);
	height: -moz-calc(100% - 39px);
	height: -o-calc(100% - 39px);
	opacity: 1
}
.teachers .wrap figure:hover .overlay:before {
	opacity: 1;
}
/***********************************
*************** slider ************
***********************************/
#jssor_1 .intro-text {
	font-family: 'SVN'; 
	letter-spacing: 1px;
	color: #ea0641;
	font-size: 38px
}
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('../images/a12.png') no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

/****************************
******** site-method ********
*****************************/
.site-method {
	background: url(../images/bg_method.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	padding-top: 30px;
}
.site-method:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(97,185,238, .9);
	z-index: 0;
}
.site-method .main {
	z-index: 9;
}
.site-method h2 {
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 9;
	margin-bottom: 30px;
	font-size: 36px;
}
.site-method .main .wrap {
	padding-left: 100px;
	margin-bottom: 20px;
}
.site-method .main .wrap-1 {
	background: url(../images/l.png) no-repeat left;
}
.site-method .main .wrap-2 {
	background: url(../images/i.png) no-repeat left;
}
.site-method .main .wrap-3 {
	background: url(../images/k.png) no-repeat left;
}
.site-method .main .wrap-4 {
	background: url(../images/a.png) no-repeat left;
}
.site-method .main .inner {
	color: #fff;
	padding: 10px;
	text-align: justify;
	font-size: 16px;
	background-color: rgba(255,255,255,.4);
	min-height: 80px;
}
.site-method .main .inner span {
	font-weight: 600;
	text-transform: uppercase;
}
.site-method .effimg {
	z-index: 9;
}
.site-method .effimg img {
	display: block;
	max-width: 100%;
}
.site-method h2 {
	transition: transform .3s;
	transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
}
.site-method h2.move {
	opacity: 0;
	transform: translateY(-100px) scale(0);
    -webkit-transform: translateY(-100px) scale(0);
    -moz-transform: translateY(-100px) scale(0);
}
.site-method .main.move .wrap {opacity: 0}
.site-method .main .wrap-1 {
	transition: all .6s
}
.site-method .main.move .wrap-1 {
	transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
}
.site-method .main .wrap-2 {
	transition: all .9s
}
.site-method .main.move .wrap-2 {
	transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
}
.site-method .main .wrap-3 {
	transition: all 1.2s
}
.site-method .main.move .wrap-3 {
	transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
}
.site-method .main .wrap-4 {
	transition: all 1.5s;
}
.site-method .main.move .wrap-4 {
    transform: translateX(-450px);
    -webkit-transform: translateX(-450px);
    -moz-transform: translateX(-450px);
}

.site-method .effimg.move .wrap {
	transform: translateX(450px);
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);	
}
@font-face {
	font-family: 'SVN';
	src: url('../fonts/SVN-Every-Movie-Every-Night.ttf');
}
.sa-student {
	background: url('../img_home/bg-home-1.png') no-repeat top;
	background-size:100% auto;
}
.sa-student .box-header {
	background: url('../img_home/icon-home-student.png') no-repeat left;
	padding-left: 140px;
	height: 114px;
	margin: 10px 0;
	display: flex;
	align-items: center
}
.sa-student .box-header h3{
	font-size: 28px;
	font-weight:bold;
	color:#fff;
	line-height: 52px;
    margin: 0px;
}
.sa-student .box-header p{
	font-size:26px;
	color:#fff;
}
.sa-student .box-child{
	background:#fff;
	border-radius:10px;
	overflow: hidden;
  box-shadow: 0px 0px 10px #ccc;
  padding: 20px 15px;
  border: 2px dashed #00a453
}
.sa-student .box-child .sa-title {
	font-size:18px;
	color: #333;
	font-weight:bold;
	line-height: 24px;
}
.sa-student .box-child .sa-title span{
	background:#16be57;
	padding:1px 10px;
	box-shadow: -2px 2px 1px #129b43;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	float: left;
	margin-right: 10px
}
.sa-student .box-child.num-3{
    margin-top: 15px;	
}
.sa-student .box-des{
  overflow: hidden;
}
.sa-student .box-child .sa-des {
	font-size:16px;
	text-align:justify;
	line-height:1.5;
}
.sa-student .box-child .list-subject .col-xs-3{
	text-align:center;
}
.sa-parent{
	padding:30px 0;
  background: #21b1df; /* For browsers that do not support gradients */
  background-image: url(../images/bg_opacity.png), -webkit-linear-gradient(left, #21b1df , #2cd5a9); /* For Safari 5.1 to 6.0 */
  background-image: url(../images/bg_opacity.png), -o-linear-gradient(right, #21b1df, #2cd5a9); /* For Opera 11.1 to 12.0 */
  background-image: url(../images/bg_opacity.png), -moz-linear-gradient(right, #21b1df, #2cd5a9); /* For Firefox 3.6 to 15 */
  background-image: url(../images/bg_opacity.png), linear-gradient(to right, #21b1df , #2cd5a9); /* Standard syntax */
}
.sa-parent .box-header {
	background: url('../img_home/icon-home-parent.png') no-repeat left;
	padding: 0 140px;
	height: 114px;
}
.sa-parent .box-header{
	text-align:center;
}
.sa-parent .box-header h3 {
	font-size: 28px;
	font-weight:bold;
	color:#fff;
  margin: 0px;
  margin-bottom: 15px
}
.sa-parent .box-header p{
	font-size: 20px;
	color:#fff;
}
.sa-parent .box-des .col-xs-4 .box-child{
	border:3px solid #fff;
	border-radius:20px;
	text-align:center;
	line-height:1.5;
	font-size:16px;
	overflow: hidden;
}
.sa-parent .box-des .col-xs-4 .box-child .top-box{
	padding:15px ;
	background: #fff
}
.sa-parent .box-des .col-xs-4 .box-child .top-box .num{
	font-size:48px;
	border:2px solid #22b5d8;
	padding:3px 23px;
	border-radius:50px;
	color: #22b5d8;
	font-weight: bold;
}
.sa-parent .box-des .col-xs-4 .box-child .top-box p{
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
	height: 80px;
}
.sa-parent .box-des .col-xs-4 .box-child .content-box{
	background:#fff;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.sa-parent .box-des .col-xs-4 .box-child .content-box p{
	padding:0px 15px;
	text-align:justify;
}
.sa-parent .box-des .col-xs-4 .box-child .owl-controls {
	margin-top:0px;
}
.sa-parent .box-des .col-xs-4 .box-child .owl-controls .owl-pagination{
	display:none;
}
.sa-parent .box-des .col-xs-4 .box-child .line-bottom-box{
	background:#4ad87c;
	height:5px;
}
.sa-parent .box-des .col-xs-4 .box-child hr{
	width: 40%;
    margin: 10px auto;
}
.sa-teacher.slider{
	background:#fff;
	position: static;
	color:#777777;
	font-size:20px;
}
.sa-teacher.slider header h3  {
	color: #333;
} 
.sa-teacher.slider header p{
	font-size:17px;
	line-height:1.5;	
}
.sa-teacher.slider #owl .item figure p{
	font-size:17px;
	color:#17a96d;
}
.sa-teacher.slider #owl .item figure p strong{
	font-weight:bold;
}
.sa-teacher.slider #owl .item figcaption{
	font-size:15px;
	line-height:1.5;
}
.sa-teacher.slider .owl-theme .owl-controls .owl-page span{
	background:#ccc;
}
.sa-teacher.slider .line-bottom-small{
	background: url('../img_landing/background-line-bottom-small.png') no-repeat top;
	height:24px;
}
.feedback-home h4{
	font-size:28px;
}
.feedback-home .carousel-inner{
	padding:0px;
	height:300px;
}
.feedback-home .carousel-inner img{
	width:100px;
	height:100px;
	border-radius:100px;	
	margin:20px 0 10px 0;
}
.feedback-home .carousel-inner .item{
	width:80%;
	margin:auto;
}
.feedback-home .carousel-inner .item p{
	margin:5px 0;
}
.feedback-home .carousel-inner .item .bg-line{
	height: 5px;
    background: #38cf95;
    width: 150px;
    margin: 5px auto;
    border-radius:5px;
}
.slider:after{
	height:auto;
}
.grade-7 .inner {
	border: 2px solid #03ff7f;
}
.grade-7 .inner h4 {
	color: #03ff7f;
}
.grade-7 .inner label.title {
	background-color: #03ff7f
}
.grade-7 .inner .go-class {
	background-color: #04ff80;
	background-image: -webkit-linear-gradient(#3afeac, #03ff7f, #3afeac);
	background-image: -moz-linear-gradient(#3afeac, #03ff7f, #3afeac);
	background-image: -o-linear-gradient(#3afeac, #03ff7f, #3afeac);
	background-image: linear-gradient(#3afeac, #03ff7f, #3afeac);
}
.grade-8 .inner label.title {
	background-color: #ffc103
}
.grade-8 .inner {
	border: 2px solid #ffc103;
}
.grade-8 .inner h4 {
	color: #ffc103;
}
.grade-8 .inner .go-class {
	background-color: #ffc103;
	background-image: -webkit-linear-gradient(#fef53a, #ffc103, #fef53a);
	background-image: -moz-linear-gradient(#fef53a, #ffc103, #fef53a);
	background-image: -o-linear-gradient(#fef53a, #ffc103, #fef53a);
	background-image: linear-gradient(#fef53a, #ffc103, #fef53a);
}
.grade-9 .inner label.title {
	background-color: #7023e5
}
.grade-9 .inner {
	border: 2px solid #7023e5;
}
.grade-9 .inner h4 {
	color: #7023e5;
}
.grade-9 .inner .go-class {
	background-color: #7023e5;
	background-image: -webkit-linear-gradient(#9f40f9, #7023e5, #9f40f9);
	background-image: -moz-linear-gradient(#9f40f9, #7023e5, #9f40f9);
	background-image: -o-linear-gradient(#9f40f9, #7023e5, #9f40f9);
	background-image: linear-gradient(#9f40f9, #7023e5, #9f40f9);
}
.grade-10 .inner label.title {
	background-color: #e1011a
}
.grade-10 .inner {
	border: 2px solid #e1011a;
}
.grade-10 .inner h4 {
	color: #e1011a;
}
.grade-10 .inner .go-class {
	background-color: #7023e5;
	background-image: -webkit-linear-gradient(#f9414f, #e1011a, #f9414f);
	background-image: -moz-linear-gradient(#f9414f, #e1011a, #f9414f);
	background-image: -o-linear-gradient(#f9414f, #e1011a, #f9414f);
	background-image: linear-gradient(#f9414f, #e1011a, #f9414f);
}
.grade-11 .inner label.title {
	background-color: #4002e2
}
.grade-11 .inner {
	border: 2px solid #4002e2;
}
.grade-11 .inner h4 {
	color: #4002e2;
}
.grade-11 .inner .go-class {
	background-color: #4002e2;
	background-image: -webkit-linear-gradient(#604afa, #4002e2, #604afa);
	background-image: -moz-linear-gradient(#604afa, #4002e2, #604afa);
	background-image: -o-linear-gradient(#604afa, #4002e2, #604afa);
	background-image: linear-gradient(#604afa, #4002e2, #604afa);
}
.grade-12 .inner label.title {
	background-color: #fb497c
}
.grade-12 .inner {
	border: 2px solid #fb497c;
}
.grade-12 .inner h4 {
	color: #fb497c;
}
.grade-12 .inner .go-class {
	background-color: #fb497c;
	background-image: -webkit-linear-gradient(#fe79ca, #fb497c, #fe79ca);
	background-image: -moz-linear-gradient(#fe79ca, #fb497c, #fe79ca);
	background-image: -o-linear-gradient(#fe79ca, #fb497c, #fe79ca);
	background-image: linear-gradient(#fe79ca, #fb497c, #fe79ca);
}
.grade .inner p {
	font-weight: bold;
	margin-top: 6px;
	line-height: 1.5
}
.owl-carousel {
	overflow: hidden;
}
.list-grade > .container > .row {
	display: flex;
	flex-wrap: wrap;
}
.list-grade > .container > .row > div{
	flex: 1 0 33.3%;
}
.list-grade .grade,
.grade .inner {
	height: 100%
}
.btn_fixed_31_03 {
	float: right;
  background-color: #93de00;
  border: none;
  padding: 6px 12px;
  color: #fff;
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 999;
}
.box-countdown #countdown-clock {
	display: inline-block;
	width: auto;
	margin: 0
}
.footer-main {
  background-color: #151515;
  color: #fff;
  padding: 30px 0;
}
.footer-main a {
	color: #fff
}
.footer-main .widget-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.footer-main .company-info .wrap {
	border-top: 2px solid #fff;
	padding-top: 8px;
	display: inline-block;
}
.footer-main ul li {
	line-height: 1.5
}
.footer-main ul li i {
	margin-right: 5px
}
.footer-main .footer-logo {
	margin-bottom: 10px
}
.footer-main iframe {
	margin-bottom: 15px
}
.footer-main .text-contact {
	display: flex;
  justify-content: space-between;
}
.box-register-home .text-ipad {
	font-size: 60px;
	font-weight: 900;
	color: #c60202
}
/*  Update 30/11/2017 */
header.header-top-new {
  width: 100%;  
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  color: #fff;
  padding: 13px 0px;
  font-size: 14px;
  z-index:1000;
  position:relative;
}
header.header-top-new span {
  /* color: #f6ff00; */
}
.main-menu.menu ul li {
  text-align: center;
}
.main-menu.menu .navbar-nav li.active a span {
  border-bottom: none;
}
.nav.lika .open > a,
.nav.lika .open > a:focus,
.nav.lika .open > a:hover {
  background: transparent;
  color: #54ff00 !important;
}
.main-menu .lika ul.dropdown-menu li > a {
  border-right: none;
}
.menu-top-new {
  /*background: url(../../img_landing/17_02/background-banner-1.png) repeat-x bottom;*/
  overflow: hidden;
  height: 130px;
  position: absolute;
  z-index: 3000;
  width: 100%;
}
.menu-top-new .menu-scroll {
  height: 40px;
  padding: 8px;
  text-align: center;
  background: #67cd3a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0px 5px 0px #37a523;
}
.menu-top-new .item-menu {
  padding: 0px;
}
.menu-top-new .item-menu a {
  color: #fff;
}
.header-top-new .col-xs-4 a {
  color: #fff;
}
.header-top-new .block-login a {
  color: #fff;
  margin-left: 30px;
}
.sa-student {
  background: url(../img_landing/14_02/bg-home-1.png) no-repeat top;
  background-size: 100% auto;
}
.sa-student .box-header {
  margin-top: 100px;
}
.sa-student .box-header h3 {
  padding-top: 20px;
}
.sa-student-intro {
  background: #58dc7c url(../images/bg_opacity.png);
  padding-bottom: 30px;
}
.sa-coolmath .sa-title {
  background: url(../../img_landing/14_02/bg-title-coolmath.png) no-repeat left;
  font-size: 18px;
  color: #00843d;
  font-weight: bold;
  padding-left: 60px;
  padding-top: 20px;
  height: 60px;
}
.header-top-new .user-area {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  text-align: right;
  padding: 0;
}
.header-top-new .user-area .action-menu {
  float: none;
  display: inline-block;
}
.header-top-new .user-area .action-menu li:nth-child(2) > a {
  padding: 5px 0;
}
.header-top-new .user-area .action-menu li > a {
  padding: 5px 10px;
  color: #fff;
}
.user-area .form {
  position: absolute;
  top: 100%;
  right: 10px;
  background-color: #fff;
  margin-top: 4px;
  padding: 10px;
  opacity: 0;
  transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  z-index: -1;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  box-shadow: 0 3px 2px #5fc55d;
  border: 1px solid #59d556;
  border-radius: 0 0 5px 5px;
}
.user-area .form.open {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.header-top-new .user-area .form .form-group {
  float: none;
  margin-bottom: 10px;
  position: relative;
}
.user-area .form .form-group i {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px;
  color: #dadada;
}
.user-area .form .form-group input {
  padding-left: 25px;
}
.header-top-new .user-area .form input[type="submit"] {
  width: 100%;
  background: #ff8f00;
  background: -webkit-linear-gradient(#ff6000, #ff8f00, #ff6000);
  background: -o-linear-gradient(#ff6000, #ff8f00, #ff6000);
  background: -moz-linear-gradient(#ff6000, #ff8f00, #ff6000);
  background: linear-gradient(#ff6000, #ff8f00, #ff6000);
  color: #fff;
  outline: none;
  border: none;
  padding: 3px 0;
}
.header-top-new .user-area .user-info {
  padding-bottom: 5px;
  display: inline-block !important;
}
.user-info .my-avatar {
  margin-top: 0;
}
.user-area .user-info .my-avatar {
  border: 2px solid #fff;
  margin-top: -5px;
}
.header-top-new .block-login a.dropdown-toggle {
  margin-left: 10px;
}
.header-top-new .user-area {
  float: right;
  margin-right: 40px;
}
.header-top-new .user-area .dropdown-menu a {
  margin: 0px;
}

#menu-top, .navbar-nav>li>.dropdown-menu {
	/* background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%); */
	background: var(--BG-2, #F2EEFE);
	padding: 10px 0px 6px 0px;
}
#menu-top .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;	
}
#menu-top .navbar-brand {
	margin-right: 20px;
}
#menu-top a.navbar-brand {
	color: #495057;
	font-weight: 600;
	font-size: 20px;
}
#menu-top .navbar-user {
	padding-left: 30px;
	padding-right: 30px;
	background: #ff5400;
	font-size: 18px;	
	color: #fff;
}
.navbar-nav>li>.dropdown-menu a{
	font-size: 16px;
	color: #fff;
}
#menu-top li a:hover, .navbar-nav>li>.dropdown-menu a:hover {
	/* background: #ff5400; */
	/* border-bottom: 2px solid #DA50F2; */
	color: #321FDB;
}

#banner {
	background: linear-gradient(77deg, #1500D6 -32.23%, #D950F2 115.01%);
	height: 100%;
	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
	min-height: 380px;

	display: flex;
	align-items: center;
	justify-content: center;
}
#banner .container-fluid {
	width: 90%;
}
#banner.banner-learning {
	background-image: url(../images/banner_lika_learning.jpg);
}
#banner.banner-live {
	background-image: url(../images/bg_banner-live.png);
}
#banner.banner-vip {
	background-image: url(../images/bg_banner-vip.png);
}

#banner .int-box {
	margin-top: -120px;
}

#banner .img-banner {
	display: none;
}
#banner .banner-wrapper {
	background-image: url(../images/banner-main.png);
	/* background-size: auto 90%; Chiều cao đầy đủ */
    background-position: right center; /* Căn phải và giữa theo chiều dọc */
    background-repeat: no-repeat; /* Không lặp lại */
	width: 100%;
}
#banner .row-banner {
	/* background-image: url(../images/banner-main.png); */
	/* background-size: auto 90%; Chiều cao đầy đủ */
    /* background-position: right center; Căn phải và giữa theo chiều dọc */
    /* background-repeat: no-repeat; Không lặp lại */
	padding: 20px 0px 60px 0px;
}

#banner .int-box h1 {
	color: #fff;	
	font-weight: bold;
	text-align: center;
	text-shadow: 
		2px 0 0 #ff5400, 
		-1px 0 0 #ff5400, 
		0 2px 0 #ff5400, 
		0 -1px 0 #ff5400, 
		2px 1px #ff5400, 
		-1px -1px 0 #ff5400, 
		2px -1px 0 #ff5400, 
		-1px 2px 0 #ff5400;
}

#banner .banner-wrapper  ul {
	list-style-image: url('../icons/list-style.png');
	list-style: none; /* Loại bỏ dấu mặc định */
    padding-left: 0;
}
#banner .banner-wrapper  ul>li {
	margin-bottom: 16px;
	position: relative;
    padding-left: 40px; /* Khoảng cách cho hình ảnh */
}
#banner .banner-wrapper  ul>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateY(-30%);
	width: 24px;
	height: 24px;
	background-image: url('../icons/list-style.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.int-box .go-register {
	color: #fff;
	font-size: 18px;
	background: #ff5400;
	padding: 8px 24px;
	border: 1px solid #ff5400;
	border-radius: 20px;
}

#lika-content {
	padding: 30px 0px;
}

.grade-box {
	margin-bottom: 30px;		
	border-radius: 28px;
	background: #F7F7F7;
	padding: 16px;
}

.grade-box .box-number {	
	position: absolute;
	z-index: 100;
	width: 56px;
	top: 0px;
	left: 24px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.list-subject {
	padding: 10px 16px 10px 16px	
}
.list-subject .subject {
	border-bottom: 1px solid #DADADA;
	padding-top: 4px;
}
.list-subject .subject label {
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 19px;
	padding: 9px 0px 2px 0px;
	color: #292929;
}
.list-subject .subject.inactive {
	display: none;
}

.list-subject .subject.inactive label {
	color: #DADADA;
}

.grade-box .go-class i {
	font-size: 22px;
}
.grade-box .go-class button {
	display: flex;
	align-items: center;
}
.grade-box .go-class button span {
	margin-right: 4px;
}
.grade-box .go-class button.btn-main:hover::before,  .grade-box:hover .go-class button.btn-main::before{
	background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);	
}
.grade-box:hover .go-class button.btn-main {
	color: #fff;
}
.grade-box:hover {
    border-radius: 28px;
    position: relative;
    color: #321FDB;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(76.81deg, #1400D7 19.75%, #DA50F2 109.68%);
    border: 0px solid transparent;
}
.grade-box:hover::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
    background: linear-gradient(90deg, #ebe7fb, #f8ecfe);
    border-radius: inherit;
    z-index: -1;
}
/* .grade-box-1 { border-color: #5ad1a9; } */
.grade-box-1 h2 {
	color: #5ad1a9;
	text-align: center;
}
.grade-box-1 .box-number {				
	background: #5ad1a9;
	border: 1px solid #5ad1a9;
}

.grade-box-1 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
.list-subject {
	padding: 20px 20px 30px 20px;
	/* min-height: 290px; */
}
.grade-box-1 .list-subject, .grade-box-2 .list-subject, .grade-box-3 .list-subject {
	/* min-height: 250px; */
}
.grade-box-7 .list-subject, .grade-box-8 .list-subject, .grade-box-9 .list-subject {
	/* min-height: 210px; */
}
.list-subject label {
	font-weight: 300;
	font-size: 16px;
}
.list-subject .subject a {
	color: #000;
}
.list-subject .subject a.count-skill, .list-subject .subject span {
	float: right;
	font-weight: 500;
	font-size: 14px;
	border-radius: 90px;
	background: #DA50F2;
	padding: 2px 4px;
	color: #fff;
	margin-top: 6px;
}

.go-classa {
	margin-bottom: 10px;	
	color: #fff;
	font-size: 18px;
	background: #ff5400;
	padding: 8px 24px;
	border: 1px solid #ff5400;
	border-radius: 20px;
}

/* .grade-box-2 { border-color: #5da3d2; } */
.grade-box-2 h2 {
	color: #5da3d2;
	text-align: center;
}
.grade-box-2 .box-number {
	background: #5da3d2;
	border: 1px solid #5da3d2;
}
.grade-box-2 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
/* .grade-box-3 { border-color: #d25ea4; } */
.grade-box-3 h2 {
	color: #d25ea4;
	text-align: center;
}
.grade-box-3 .box-number {
	background: #d25ea4;
	border: 1px solid #d25ea4;
}
.grade-box-3 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
/* .grade-box-4 { border-color: #f3cc3b; } */
.grade-box-4 h2 {
	color: #f3cc3b;
	text-align: center;
}
.grade-box-4 .box-number {
	background: #f3cc3b;
	border: 1px solid #f3cc3b;
}
.grade-box-4 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
/* .grade-box-5 { border-color: #6ad25c; } */
.grade-box-5 h2 {
	color: #6ad25c;
	text-align: center;
}
.grade-box-5 .box-number {
	background: #6ad25c;
	border: 1px solid #6ad25c;
}
.grade-box-5 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
/* .grade-box-6 { border-color: #5c7cd2; } */
.grade-box-6 h2 {
	color: #5c7cd2;
	text-align: center;
}

.grade-box-6 .box-number {
	background: #5c7cd2;
	border: 1px solid #5c7cd2;
}
.grade-box-6 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
.grade-box-7 { border-color: #d25c5b; }
.grade-box-7 h2 {
	color: #d25c5b;
	text-align: center;
}

.grade-box-7 .box-number {
	background: #d25c5b;
	border: 1px solid #d25c5b;
}
.grade-box-7 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
.grade-box-8 { border-color: #d18f5b; }
.grade-box-8 h2 {
	color: #d18f5b;
	text-align: center;
}
.grade-box-8 .box-number {		
	background: #d18f5b;
	border: 1px solid #d18f5b;
}
.grade-box-8 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}
.grade-box-9 { border-color: #5bd290; }
.grade-box-9 h2 {
	color: #5bd290;
	text-align: center;
}
.grade-box-9 .box-number {	
	background: #5bd290;
	border: 1px solid #5bd290;
}
.grade-box-9 .box-number h3 {
	color: #fff;	
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
}

#discover-lika, #brand-lika {	
	/* background-image: url(../images/bg-feature-grid.jpg); */
	height: 100%;
		
	
}
#discover-lika h3, #discover-lika h4 {
	
	font-weight: 300;
}
.text-white { color: #fff; }
.text-blue { color: #1fc5ee; }
.text-light { font-weight: 300; }

.mb-1 {
	margin-bottom: 10px;
}
#discover-lika .col-md-4, #discover-lika .col-sm-12 {
	background: linear-gradient(to top, #DA50F2 53%, transparent 53%);
	padding-bottom: 20px;
}
#discover-lika .box-discover {
	/* background: #fff;
	border: 1px solid #fff;
	border-radius: 8px; */
	margin-bottom: 30px;
	min-height: 346px;
}

#discover-lika p {
	margin: 20px;
}
#discover-lika .box-discover .box-title {
	background: 
	  linear-gradient(#ffffff 0 0) padding-box, /*this is your grey background*/
	  linear-gradient(to right, #1500D6, #D950F2) border-box;
	color: #313149;
	padding: 16px 32px;
	border: 2px solid transparent;
	border-radius: 15px;
	display: inline-block;
	width: 90%;
}

#discover-lika .box-discover .box-number {
	font-size: 150px;
	color: #ADBAFF;
	font-weight: 700;
	margin-bottom: -40px;
}

.icon-feature {
	/* display: flex;
	justify-content: center; */
	margin-top: 20px;
}

#parent-lika {	
	padding: 89px 0px;	
}
#parent-lika h3 {
	margin-bottom: 30px;
}
#feedback-lika {
	/* background-image: url(../images/bg_feedback.jpg); */
	background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
	/* padding: 40px 20px 40px 20px; */
	min-height: 370px;
}
#feedback-lika .col-feedback {
	margin-bottom: 90px;
}
#feedback-lika .box-feedback {
	background: 
	  linear-gradient(#f5ebfd 0 0) padding-box, /*this is your grey background*/
	  linear-gradient(to right, #1500D6, #D950F2) border-box;
	color: #313149;
	padding: 32px;
	border: 2px solid transparent;
	border-radius: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
}

#feedback-lika .box-feedback .quote-mark {
	margin-bottom: 20px;
	display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#feedback-lika .box-feedback .quote-content {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}
#feedback-lika .box-feedback .quote-info {
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0px;
	font-size: 14px;
}
#feedback-lika .box-feedback .quote-info  .feedback-avatar {
	background: 
	  linear-gradient(#f5ebfd 0 0) padding-box, /*this is your grey background*/
	  linear-gradient(to right, #1500D6, #D950F2) border-box;
	color: #313149;
	border: 2px solid transparent;
	border-radius: 40px;
	width: 66px;
	height: 66px;
}

#feedback-lika .box-feedback:hover {
	background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
	border: 2px solid white;
	text-align: center;
}
#feedback-lika .box-feedback:hover .quote-content {
	color: white;
}
#feedback-lika .box-feedback:hover .quote-info  .feedback-avatar {
	border: 2px solid white;
}

#feedback-lika .container {
	background: #fff;	
}
#feedback-lika p {
	padding: 20px 20px;
}

#feedback-lika .hover-image {
	display: none;
}
#feedback-lika .box-feedback img {
	max-width: 100%;
}
#feedback-lika .box-feedback:hover .hover-image {
	display: block;
}
#feedback-lika .box-feedback:hover .default-image {
	display: none;
}

#membership .box-price {
	border: 1px solid #bbb;
	border-radius: 16px;	
	padding: 20px 10px;
	margin: 30px 0px 30px 0px;
	
}
@media screen and (min-width: 980px) {
  #membership .box-price {
    min-height: 600px;
  }
}
#membership .box-price .box-price-value {
	min-height: 200px;
}

#membership .box-price .box-price-description {
	padding: 10px;
}

#membership .go-register {
	min-width: 80%;
}
#membership button.btn-outline {
	background: #fff;
	color: #ff5400;
}
#membership button.btn-outline a {
	color: #ff5400;
}

.box-price-description ul {
  list-style: none;
  padding: 0;
}
.box-price-description li {
	padding-left: 1.3em;
	margin-bottom: 26px;
}
.box-price-description li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
	display: inline-block;
	color: green;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

#brand-lika .box-brand {
	background: #fff;	
	margin: 30px 0px;
	min-height: 430px;
}
#brand-lika .box-brand .post-desc {
	padding: 10px;
}
#brand-lika .box-brand .post-desc h4 {
	min-height: 40px;
}

#block-cong-cu {
	background: url(../images/bg-la-cong-cu-huu-ich-giup-cha-me.png) no-repeat center;
	background-size: cover;
	padding: 40px 20px;
	min-height: 410px;
}
#block-cong-cu h3 {
	padding-bottom: 30px;
}

#parent-tool-lika, #lika-choice, #talk-lika, #membership-register {	
	padding-top: 40px;	
	padding-bottom: 40px;	
}
#parent-tool-lika .tool-box {
	display: flex; 
	flex: 1; 
	justify-content: center; 
	flex-wrap: wrap;
}
#parent-tool-lika .tool-box img {
	max-width: 100%;
}
#parent-tool-lika .tool-box .box-parent h4 {
	margin: 20px 0px;
	font-weight: 400;
}
#parent-tool-lika .tool-box .box-parent p, #lika-choice .box-parent p {
	text-align: justify;
}

#talk-lika {
	background: #f4f4f4;
}
#talk-lika .talk-description {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 30px 20px;
	min-height: 430px;
}
#talk-lika .talk-person {
	display: flex;	
	justify-content: flex-start;
}
#talk-lika .talk-person .avatar {
	margin: 20px;
}
#talk-lika .talk-person .info {
	display: flex;	
	justify-content: center;
	align-self: center;
}

#bl-register-lika {
	padding-top: 40px;
	background-image: url(../images/bg-feature-grid.jpg);
	height: 100%;
	background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
}

#bl-register-lika .register-line {
	display: flex;
	color: #fff;
	justify-content: center;	
	margin: 18px 0px;
}
#bl-register-lika .register-line .register-lika-info {
	max-width: 600px;
	font-size: 20px;
}
#bl-register-lika .register-line .icon-checked {
	font-size: 32px;
	font-weight: 300;
	border: 2px solid #fff;
	border-radius: 80px;
	min-width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 30px;
}
.border {
	border: 1px;
	border-style: solid;	
}
.border-top {
	border: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.border-radius {
	border-radius: 8px;
}
.border-light {
	border-color: #fff;
}
.border-dark {
	border-color: #bbb;
}

.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.justify-content-center {
	justify-content: center;
	align-items: center;
}
.justify-content-left {
	justify-content: left;
	align-items: center;
}
.justify-content-right {
	justify-content: flex-end;
	align-items: center;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.circle-box {
	font-size: 30px;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 40px;
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.m-0 {
	margin: 0px;
}
.p-0 {
	padding: 0px;
}
.p-1 {
	padding: 10px;
}
.pl-1 {
	padding-left: 10px;
}
.pt-1 {
	padding-top: 10px;
}
.pb-1 {
	padding-bottom: 10px;
}
.pt-2 {
	padding-top: 20px;
}
.pb-2 {
	padding-bottom: 20px;
}
.pt-3 {
	padding-top: 30px;
}
.pb-3 {
	padding-bottom: 30px;
}
.pr-2, .px-2 {
    padding-right: 0.7rem !important;
}
.pr-3, .px-3 {
    padding-right: 24px !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.btn-submit {
	min-width: 200px;
}
p {
	line-height: 25px;
}

.btn-main {
	text-align: center;
	padding: 12px 32px;
	border-radius: 16px;
	position: relative;
	color: #321FDB;
	z-index: 1;
	overflow: hidden; /* Đảm bảo gradient không tràn ra ngoài */
	background: linear-gradient(76.81deg, #1400D7 19.75%, #DA50F2 109.68%);
	border: 0px solid transparent;

	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
}

.btn-large {
	/* line-height: 29.26px;
	padding: 6px 24px 6px 24px;
	width: 350px; */
	
}
.btn-main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 3px; /* Kích thước viền */
	background: #ECE3F5;
	border-radius: inherit; /* Đảm bảo bo góc phù hợp với phần tử chính */
	z-index: -1; /* Đảm bảo gradient nằm phía sau nội dung */
}
.btn-large.btn-active {
	color: #fff;
}
.btn-large.btn-active:before, .btn-active {
	background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
	color: #fff;
}

.btn-fixed {
	width: 350px;
}
.btn-fixed.btn-white {
	color: red;
}
.btn-fixed.btn-white:before, .btn-white {
	background: #fff;
	color: #fff;
}
.text-gradient {    
    background: linear-gradient(to right, #321FDB -10%, #DA50F2 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.double-arrow-right {
	margin-left: -7px;
}

.text-title-block {
	font-family: 'SVN-A Love Of Thunder';
	margin: 20px 0px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
/* Override Bootstrap */
@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

/* Mobile */
@media (max-width: 768px) {
	body {
		font-size: 14px !important;
	}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	#discover-lika .box-discover .icon-feature img {
		max-width: 100%;
	}

	/* Banner widget */
	#banner .img-banner {
		display: block;
	}
	#banner .img-banner img {
		/* padding: 30px 0px; */
		width: 100%;
	}
	#banner .banner-wrapper {
		background-image: none;
	}
	#banner .row-banner {
		background-image: none;
		background-size: auto 90%; /* Chiều cao đầy đủ */
		background-position: right center; /* Căn phải và giữa theo chiều dọc */
		background-repeat: no-repeat; /* Không lặp lại */
		padding: 24px 0px;
	}

	/* Header menu */
	#bs-example-navbar-collapse-1 {
		display: block !important;
	}

	h1 {
		font-size: 48px;
		font-weight: 600;
	}
	h2 {
		font-size: 42px;
		font-weight: 600;
	}
	h3 {
		font-size: 24px !important;
		font-weight: 600;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 16px !important;
	}
}

.text-primary {
    color: #321FDB;
}
.text-secondary {
    color: #DA50F2;
}
.text-bold {
	font-weight: 700 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
h1 {
	font-size: 48px;
	font-weight: 600;
}
h2 {
	font-size: 42px;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	font-weight: 600;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
	/* color: #212529; */
}

.box-border-gradient {
	background: linear-gradient(#ffffff 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #1500D6, #D950F2) border-box;
    color: #313149;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
}