* {
    font-family: tahoma, arial, sans-serif;
}

/*
COLORS
red     f79263
orange  ffc800
green   8cd454
blue    31a4d9
 */
#header {
    background-color: #2191c5;
    /* border-bottom: 2px solid #3293bf; */
    /* box-shadow: 0px 0px 15px 1px #d8d8d8; */
    background: -moz-radial-gradient(bottom center, circle closest-corner,#ffffff  -105%,#2191c5 57%);
    background: -o-radial-gradient(bottom center, circle closest-corner,#ffffff  -105%,#2191c5 57%);
    background: -ms-radial-gradient(bottom center, circle closest-corner,#ffffff  -105%,#2191c5 57%);
    background: -webkit-radial-gradient(bottom center, circle closest-corner,#ffffff  -105%,#2191c5 57%);
    padding: 0px;
}
.product{margin-top: 42px;}
.product img{
    display: inline-block;
    margin: 0 auto;
}
.img-hover img:hover {
    background: #ffc800;
    opacity: 0.8
}
.btn-product:hover{
    background: #266088;
}
.more:hover{
    background: #266088;
}
.more:hover h4{
    color: #fff!important;
}
.learn-item {
    margin-top: 10px;
    height: 52px;
}
@media(max-width:768px){

        .way-learn {
            margin-top: 60px;
        }
        .col {
            /* border-top: 1px solid #2d8db9; */
            margin-top: 10px;
            padding-top: 10px;
        }
        .learn-item .text-right {
            text-align: left!important;
        }
        .content-learn-left{
           margin:0!important;
           padding-left: 0px;
        }
        .content-learn-right{
            margin:0!important;
        }
        .learn-item {
         /* height: 86px; */
      }
	   .blueup-login {
        margin-bottom: 10px!important;
        float: left;
    }
    .blueup-nav .items{
     display: block;
     float: none!important;
     margin: 10px auto;
     }
     .navbar-brand img{margin-top: 10!important;display: block;}
     .blueup-nav{
         width: 100%;
     }
     .blueup-nav .items {
         margin: 10px auto!important;
         float: none!important;
         margin-bottom: 10px;
         height: 100px!important;
     }
     .navbar-brand {
    display: block;
    float: none;
    margin-bottom: 46px;
    margin-top: 10px;
    width: 100%;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-brand {
    display: block;
    float: none;
    margin-bottom: 40px!important;
}
}
.navbar-brand {
    padding: 7px 30px 26px 15px;
}
.navbar-brand img{
    margin-top: -10px;
}
.more {display: inline-block;padding: 10px 20px!important;border-radius: 14px!important;background: #9ce0ff;color: #26607b!important;box-shadow: 2px 5px 5px #378bb3;}
.more h4 {
    margin-bottom: 0!important;
     margin-top: 0!important;
}
.blueup-nav {
    padding: 0;
    margin: 0;
}
#toppage {}
.blueup-nav li {
    list-style: none outside none;
    display: inline-block;
}
.blueup-nav .items{width: 118px;text-align: center;background: #5eb8e1;padding: 15px;height: 88px;float: left;margin-left: 10px;}
.blueup-nav .items:hover{background: rgba(0, 72, 117, 0.28);}
.blueup-nav .items img{margin: 0 auto;/* width: 30px; */}
.blueup-nav .items span{
   font-size: 13px;
}

.blueup-nav li a {
    color: #FFFFFF;
    background: none;
    display: block;
}

.blueup-menu li a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: -4px;
}

.blueup-nav li a:hover, .blueup-nav li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.blueup-menu li.active a {
    color: #fff;
    background-color: #5eb8e1;
}

.blueup-menu li a span {
    display: block;
    font-size: 32px;
}

.blueup-login {
    padding: 1px 0px;
}

.blueup-login li a {
    border: 0;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    font-weight: normal!important;
}

.blueup-login li a.btn-login {
    background-color: #5eb8e1;
    margin: 0;
    box-shadow: none;
}

.blueup-menu .link-icon {
    display: block;
    width: 50px;
    height: 48px;
    margin: 0 auto;
    color: #fff!important;
}

.ico-home {
    background: url("images/ico-home.png");
}

.ico-product {
    background: url("images/ico-product.png");
}

.ico-recuiment {
    width: 27px;
    height: 27px;
    display: block;
    margin: 0 auto;
}

#banner {
    background-color: #31a4d9;
}

#banner .container {
    padding-bottom: 20px;
}

#banner .text-container {
    margin: 40px 0 0 0px;
}

#banner .text-container h1 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 0;
    padding: 0 15px;
    line-height: 40px;
}
.main-title{
    text-shadow: 1px 1px 1px #2a566b;
}
#banner .text-container p {
    margin-bottom: 20px;
    line-height: 24px;
    padding: 0 15px;
    color: #000000;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.btn-product{
    background: #ea1d1d;
    padding: 10px 20px !important;
    display: inline-block;
    line-height: 0!important;
    margin-top: 10px;
    border-radius: 14px!important;
    box-shadow: 2px 5px 5px #378bb3;
}
.btn-product h1{
   margin-bottom: 0!important;
}
.btn {
    color: #000000;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    padding: 5px 16px;
    line-height: 19px;
    margin-bottom: 15px;
    /*margin: 0 auto 10px;*/
}

.btn-toeic {
    background-color: #fac356;
}

.btn-ielts {
    background-color: #f79263;
}

.btn-toefl {
    background-color: #8cd454;
}

.text-large {
    display: block;
    font-size: 19px;
}

.bu-button {
    height: 67px;
    width: 240px;
    font-size: 24px;
    background-color: #31a4d9;
    color: #ffffff;
    display: block;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

.bu-button:hover, .bu-button:active {
    color: #ffffff;
    text-decoration: none;
}

.bu-button span {
    font-size: 14px;
}

.blueup-active h2 {
    border: 1px solid #8cd454;
    color: #8cd454;
    font-size: 16px;
    margin-bottom: 45px;
    margin-top: 20px;
    padding: 10px 0 5px;
}

.btn-green {
    background-color: #8cd454;
    font-size: 16px;
    padding: 6px 12px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-bottom: 5px;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    color: #FFFFFF;
}

.blueup-image h2 {
    color: #8cd454;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.blueup-image div {
    /*margin-bottom: 15px;*/
}

.blueup-good h2 {
    color: #31a4d9;
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 20px;
}

.blueup-good .good-item {
    padding-left: 123px;
    text-align: justify;
    min-height: 107px;
    margin-bottom: 35px;
}

.blueup-good .good-item h3 {
    color: #31a4d9;
    font-size: 16px;
    margin: 0 0 15px;
}

.blueup-good .item-1 {
    background: url(images/good1.png) no-repeat scroll left top transparent;
}

.blueup-good .item-2 {
    background: url(images/good2.png) no-repeat scroll left top transparent;
}

.blueup-good .item-3 {
    background: url(images/good3.png) no-repeat scroll left top transparent;
}

.blueup-good .item-4 {
    background: url(images/good4.png) no-repeat scroll left top transparent;
}

.blueup-good .item-5 {
    background: url(images/good5.png) no-repeat scroll left top transparent;
}

.blueup-good .item-6 {
    background: url(images/good6.png) no-repeat scroll left top transparent;
}

.blueup-good .item-7 {
    background: url(images/good7.png) no-repeat scroll left top transparent;
}

.blueup-text h2 {
    color: #8bd554;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 20px;
}

.blueup-text .text-item {
    width: 301px;
    display: inline-block;
    margin: 0 8px 40px;
    vertical-align: top;
    text-align: left;
}

.blueup-text .text-item.last {
    margin-right: 0;
}

.blueup-text .text-item .text {
    background: url(images/text-quote-green.png) no-repeat scroll left top transparent;
    width: 302px;
    height: 118px;
    padding-left: 46px;
    padding-top: 30px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 20px;
}

.blueup-text .text-item .author {
    margin-top: 9px;
    padding: 0 9px 0 27px;
    min-height: 52px;
    color: #ababab;
    font-size: 12px;
}

.blueup-text .author .name {
    color: #8bd554;
}

.blueup-text .text-item .author img {
    float: left;
    margin-right: 10px;
}

.blueup-flashcard .btn-toeic {
    line-height: 26px;
    font-size: 18px;
}

.blueup-flashcard .btn-ielts {
    line-height: 26px;
    font-size: 18px;
}

.blueup-flashcard .text-large {
    font-size: 24px;
}

.blueup-total {
    background-color: #f79263;
    color: #FFFFFF;
}

.blueup-total .link-icon {
    width: 45px;
    height: 34px;
    display: block;
    margin: 20px auto 10px;
}

.ico-money {
    background: url("images/icon-money.png") no-repeat;
}

.ico-laptop {
    background: url("images/ico-laptop.png") no-repeat;
}

.ico-user {
    background: url("images/ico-user.png") no-repeat;
}

.ico-pencil {
    background: url("images/ico-pencil.png") no-repeat;
}

.blueup-total .item-total {
    font-size: 30px;
    display: block;
}

.blueup-total .item-text {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 30px;
}

.blueup-countdown {

}

.blueup-countdown p {
    color: #8cd454;

    margin-top: 40px;
    font-size: 18px;
}

.blueup-countdown .highlight {
    font-size: 22px;
    font-weight: bold;
    color: #8cd454;
}

.blueup-benefit h2 {
    color: #8cd454;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 24px;
}

.blueup-benefit ul {
    padding-left: 0;
}

.blueup-benefit li {
    font-size: 18px;
    list-style: none;
    background: url(images/green-bul.png) no-repeat scroll left 12px transparent;
    padding-left: 20px;
    line-height: 30px;
}

.blueup-benefit .highlight {
    font-size: 22px;
    font-weight: bold;
    color: #8cd454;
}

.blueup-sold {
    margin-bottom: 45px;
}

.blueup-sold span {
    color: #ffc800;
    font-size: 20px;
    display: block;
}

.blueup-sold span span {
    font-size: 36px;
    font-weight: bold;
    display: inline;
}

.blueup-sold span.item-1 {
    margin-left: 138px;
}

.blueup-sold span.item-2 {
    margin-left: 364px;
}

.blueup-ref h2 {
    color: #8bd554;
    margin-bottom: 45px;
    font-size: 24px;
}

.blueup-ref .title {
    background-color: #8bd554;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    padding: 4px 0;
    margin-bottom: 15px;
}

.blueup-ref ul {
    padding-left: 0;
}

.blueup-ref li {
    font-size: 16px;
    background: url(images/green-bul.png) no-repeat scroll left 8px transparent;
    list-style: none;
    margin-bottom: 7px;
    padding-left: 22px;
}

.blueup-back h2 {
    color: #ffc800;
    margin-bottom: 45px;
    font-size: 24px;
}

.blueup-back .title {
    background-color: #ffc800;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    padding: 4px 0;
    margin-bottom: 15px;
}

.blueup-back ul {
    padding-left: 0;
}

.blueup-back li {
    font-size: 16px;
    background: url(images/yellow-bul.png) no-repeat scroll left 8px transparent;
    list-style: none;
    margin-bottom: 7px;
    padding-left: 22px;
}

.blueup-more {
    margin-top: 45px;
}

.blueup-more .highlight {
    font-size: 16px;
    font-weight: bold;
    color: #31a4d9;
}

.blueup-more a {
    color: #31a4d9;
    text-decoration: underline;
}

.blueup-more .more-item {
    margin-top: 35px;
    padding-left: 170px;
    font-size: 16px;
    min-height: 119px;
}

.blueup-more .more-item .title {
    font-size: 18px;
    font-weight: light;
    color: #31a4d9;
}

.blueup-more .ycc {
    background: url(images/ycc.png) no-repeat scroll 24px top transparent;
}

.blueup-more .ayp {
    background: url(images/ayp.png) no-repeat scroll 24px top transparent;
}

.blueup-more .windmills {
    background: url(images/windmills.png) no-repeat scroll 24px top transparent;
}

.blueup-more .tth {
    background: url(images/tth.png) no-repeat scroll 24px top transparent;
}

.blueup-more .cad {
    background: url(images/cad.png) no-repeat scroll 24px top transparent;
}

.blueup-more .os {
    background: url(images/os.png) no-repeat scroll 24px top transparent;
}

.blueup-more .bp {
    background: url(images/bp.png) no-repeat scroll 24px top transparent;
}

/* GO TO TOP BUTTON */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 10px;
    text-indent: -9999px;
    background: url(images/icon_top.png) no-repeat;
    outline: none !important;
}

.scrollup:hover {
    opacity: 0.6;
}

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

/* ACCORDION FOR FAQ */

/* Shared for all accordion types */
.accordion {
    font-family: tahoma, arial, sans-serif;
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #31a4d9;
    border-radius: 10px;
    width: 930px;
    padding: 10px;
    background: #fff;
}

.accordion ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion li {
    margin: 0;
    padding: 0;
}

.accordion [type=radio], .accordion [type=checkbox] {
    display: none;
}

.accordion label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    /*background:#31a4d9;
    border-bottom: 1px solid #31a4d9;*/
    color: #31a4d9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    font-weight: bold;
    cursor: pointer;
    /*text-transform:uppercase;*/
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.accordion ul li label:hover {
    /*background:#4679BD;*/
    color: #4072b4;

    /*text-shadow:1px 1px 1px rgba(0,0,0,0.5)*/
}

.accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    border-bottom: 1px solid #4072b4;
    border-top: 1px solid #4072b4;
}

.accordion .content {
    padding: 0 10px;
    overflow: hidden;
    border: 1px solid #fff; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

.accordion p {
    color: #333;
    margin: 0 0 10px;
}

.accordion h3 {
    color: #542437;
    padding: 0;
    margin: 10px 0;
}

#footer {
    border-top: 1px solid #31a4d9;
    margin-top: 30px;
    color: #000000;
}

.footer-top, .footer-customer {
    font-size: 12px;
}

.footer-top h3, .footer-customer h3 {
    font-size: 14px;
    font-weight: bold;
}

.footer-top ul {
    padding: 0;
}

.footer-top ul li {
    list-style: none outside none;
    line-height: 22px;
}

.footer-top ul li a {
    color: #000000;
}

.footer-customer .text-item {
    padding-left: 60px;
    text-align: justify;
    margin-bottom: 30px;
}

.footer-customer .item-1 {
    background: url(images/customer1.jpg) no-repeat scroll left top transparent;
    background-size: 53px 53px;
}

.footer-customer .item-2 {
    background: url(images/customer2.jpg) no-repeat scroll left top transparent;
    background-size: 53px 53px;
}

.footer-customer .item-3 {
    background: url(images/customer3.jpg) no-repeat scroll left top transparent;
    background-size: 53px 53px;
}

.footer-customer .item-4 {
    background: url(images/customer4.jpg) no-repeat scroll left top transparent;
    background-size: 53px 53px;
}

.footer-customer .text-item .item-name {
    color: #31a4d9;
    font-size: 14px;
    display: block;
}

.footer-social {
    margin: 20px 0;
}

.footer-contact {
    font-size: 12px;
    background-color: #e6e6e6;
    padding: 15px 5px 5px 10px;
}

.footer-contact h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #31a4d9;
}

.footer-contact .form-horizontal label.control-label {
    font-weight: normal;
}

.footer-contact .form-horizontal .form-control {
    border-radius: 0;
}

.hotline {
    line-height: 24px;
}

.btn-send {
    background-color: #31a4d9;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    padding: 1px 5px;
}

.btn-send:hover {
    color: #FFFFFF;
}

.ico-light {
    background: url("images/ico-light.png") no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.footer-location {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-location a {
    color: #000000;
    font-size: 12px;
}

.ico-location {
    background: url("images/ico-location.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.text-learn {
    color: #fff;
}
.text-learn h4 {
    font-size: 15px;
}
.content-learn-right {margin-left: -70px;}
.content-learn-left{
    display: inline-block;
    margin-left: 70px;
}
.content-learn-right .text-learn{
    margin-left: -17px;
}
.footer-bottom {
    background-color: #31a4d9;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 7px 0;
}

/* Vertical */
.vertical ul li {
    overflow: hidden;
    margin: 0 0 1px;
}

.vertical ul li label {
    padding: 10px;
}

.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom: 0;
}

.vertical ul li label:hover {
    /*border-bottom: 1px solid #4072b4;*/
    color: #4072b4;
}

.vertical ul li .content {
    height: 0px;
    border-top: 0;
}

.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
    height: auto;
    color: #4072b4;
    border-bottom: 1px solid #4072b4;
}

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