body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    background: #fff;
}

.on-fixed{
    z-index: 2;
    position: relative;
    background: #fff;
}
a, a:link, a:active, a:visited {
    color: #333;
}

a:hover, a:focus {
    text-decoration: none;
    color: #10c407;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

[class*=" col-"], [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
.pdd-lr-2{
    padding-left: 2px;
    padding-right: 2px;
}
.mrg-lr-2{
    margin-left: -2px;
    margin-right: -2px;
}
.header-top {
    background: #2D2D2D;
    padding: 10px 0;
    color: #fff
}

.header-top a {
    color: #fff;
    font-size: 12px;
}

.contact-top {
    padding: 0;
    margin: 0;
}

.contact-top li {
    margin-right: 30px;
    display: inline-block; 
}

.contact-top li .fa {
    margin-right: 5px;
}



.logo-wrapper img {
    width: 100%;
    height: auto;
    margin-top:15px
}

.main-menu {
    padding: 0;
    margin: 0;
    text-align: justify;
    margin-top: 22px;
    margin-bottom: 15px;
}

.main-menu a {
    color: #0B8E44
}

.main-menu li {
    text-transform: none;
    font-weight: 400;
    position: relative;
}

.main-menu>li {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.main-menu>li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    min-width: 260px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .3);
    z-index: 3;
}
.main-menu a:hover{
    color:#000
}
.main-menu>li:hover>ul {
    display: block;
}

.main-menu>li>ul a {
    color: #333;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 0;
    display: block;
}

.main-menu>li>ul li {
    padding: 0 20px;
}

.main-menu>li>ul>li>ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    background: #fff;
    margin: 0;
    min-width: 260px;
    border: 1px solid #eee;
}

.main-menu>li>ul>li:hover>ul {
    display: block;
}

.main-menu>li>ul li .fa {
    float: right;
}

.open-search {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-top: 25px;
}

.open-search:hover {
    background: none;
}

.overlay {
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 600px;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    color: #fff;
    padding: 15px;
    background: #10c407;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.close-search {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.ck-box {
    margin: 20px 0px;
    padding: 30px 0;
    background: #117CB2;
    overflow: hidden;
    -khtml-transition: all .3s;
    transition: all .3s;
    border-radius:20px
}
.ck-box img{
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    border: 0;
    overflow: hidden;
    padding: 0 25px 25px 25px;
    float: left;
    margin-right: 15px;
    width:100px;
    height: auto;

}
.ck-box:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.ck-box:hover{
    background: #000;
}
.ck-box .title{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 40px;
    font-family: 'Roboto Slab', serif;

}
.ck-box .info{
    width: calc( 100% - 135px - 15px);
    float: left;
}
.ck-box .des, .ck-box a{
    color: #ffb606;
    text-transform: uppercase;
}
.ck-box a:hover{
    text-decoration: underline;
}
.ck-box .fa{
    margin-left: 5px;
}
.block-box{
    margin-bottom: 30px;
}
.block-heading{
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.block-box .block-heading{
	color:#0B8E44
}

.block-heading:after{
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
    width: 35px;
}

.bg-white, .bg-home-1, .bg-home-2{
    padding: 60px 0 30px 0;
}
.bg-white{
    padding: 60px 0 0 0;
}
.bg-home-1{
    background: url(../images/counter-bg.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.bg-home-2{
    background: url(../images/bg_lastest_new.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.overlay-bg:before{
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    bottom: 0;
    right: 0;
}
.footer{
    background: #111;
    color: #999;
    padding: 30px 0 0 0;
    
}
.footer .social li a, .detail-event .social li a{
	border-color:#999;
	color:#999;
}
.detail-event .social{
	margin-top: 30px
}
.footer a{
    color: #999;
}
.footer a:hover{
    color: #ffb606;
}
.footer .social{
	margin-bottom: 30px
}
.social{
    margin: 0;
    padding: 0;
}
.social li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
.social li a{
    width: 32px;
    height: 32px;
    border: 1px solid #305891;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
    color: #305891 ;
    font-size: 16px;
    text-align: center;
}

.social li .facebook{
    color: #3b5998;
    border-color: #3b5998;
}
.social li .facebook:hover{
    background: #3b5998;
    color: #fff;
    border-color: #3b5998 !important;
}
.social li .youtube{
    color: #b00;
    border-color: #b00;
}
.social li .youtube:hover{
    color: #fff;
    background: #b00;
    border-color: #b00!important;
}
.social li .twitter{
    color: #00aced;
    border-color: #00aced;
}
.social li .twitter:hover{
    background: #00aced;
    color: #fff;
    border-color: #00aced !important;
}
.copyright-box{
    border-top:1px solid #222;
    padding: 30px 0;
}
.heading-footer{
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color:#fff !important;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer ul{
    padding: 0;
}
.footer li{
    padding: 7px 0;
}
.menu-footer{
    padding: 0;
    margin: 0;
}
.menu-footer li{
    padding: 10px 0;
}
.footer li:first-child, .menu-footer li:first-child{
    padding-top: 0;
}
.menu-footer li:last-child{
    padding-bottom: 0;
}

.yellow .heading-footer{
    color: #ffb606 !important;
}
.footer-bottom{
    background-image: url(../images/bg-footer.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    color: #333333;
    padding: 60px 0 0 0;
}
.footer-bottom:before{
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5;
    background-color: #10c407;
    left: 0;
    right: 0;
    -khtml-opacity: .5;
    top: 0;
    bottom: 0;
}
.btn-lh{
    line-height: 38px;
    padding: 5px 25px;
    height: 50px;
    text-transform: uppercase;
    border: 1px solid #111;
    margin-top: 30px;
    color: #333333 !important;
    font-weight: 700;
}
.btn-lh:hover{
    background: #111;
    color: #fff !important;
}

.footer-bottom .title{
    font-size: 36px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: 700;
    
}
.footer-bottom .des{
    font-size: 20px;
}
.footer .block-body{
    overflow: hidden;
}
.dkud-box{
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.dkud-box .title{
    position: relative;
    padding: 22px 30px 70px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    overflow: hidden;

    color: #fff;
    font-family: 'Roboto Slab';
    
}
.dkud-box .title:after{
    content: '';
    height: 820px;
    border-radius: 50%;
    bottom: 20px;
    right: auto;
    width: 820px;
    position: absolute;
    left: calc(50% - 410px);
    left: -webkit-calc(50% - 410px);
    background: #10c407;
    left: -moz-calc(50% - 410px);
}
.dkud-box span{
    position: relative;
    z-index: 1;
}
.form-control{
    box-shadow: none;
    border-radius: 0;
}
.form-control:focus, .form-control:active{
    outline: none;
    box-shadow: none;
}
.dkud-box .form-control{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.dkud-box #form-dkud{
    padding: 0 30px 30px 30px;
}
.btn-dkud{
    padding: 0 40px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    background: #ff0202;
    color: #fff;
    margin-top: 15px;
}
.btn-dkud:focus{
    color: #fff;
}
.btn-dkud:hover{
    background: #10c407;
    color: #fff;
}
.dkud-box .alert{
    width: 90%;
    position: absolute;
    top: 50%;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.coming-soon .title1{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.coming-soon .title2{
    color: #fff;
    font-size: 72px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.counter-group .counter-block {
    display: inline-block;
    margin-right: 30px;
    border: 1px solid #fff;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.counter-group .counter-block:last-child {
    margin-right: 0
}

.color-black .counter-group .counter-block {
    border-color: #000
}

.counter-group .counter-block .counter {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 60px;
    overflow: hidden;
    display: block;
    color: #fff;
    margin: 14px 20px 0
}

.color-black .counter-group .counter-block .counter {
    color: #000
}

.counter-group .counter-block .counter .number {
    padding: 1%;
    width: 46%;
    height: 98%;
    position: absolute;
    background: 0 0;
    font-size: inherit;
    font-family: inherit;
    top: -10000px
}

.counter-group .counter-block .counter .number.tens {
    left: 0
}

.counter-group .counter-block .counter .number.units {
    left: 50%
}

.counter-group .counter-block .counter .number.hundreds {
    display: none
}

.counter-group .counter-block .counter .number.show {
    top: 0;
    z-index: 2
}

.counter-group .counter-block .counter .number.show.hundreds {
    top: -100%
}

.counter-group .counter-block .counter .number.hidden-down {
    top: 100%
}

.counter-group .counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100
}

.counter-group .counter-block .counter.with-hundreds {
    margin: 14px 6px 0;
    width: 85px
}

.counter-group .counter-block .counter.with-hundreds .number {
    width: 30.66%
}

.counter-group .counter-block .counter.with-hundreds .number.tens {
    left: 33.33%
}

.counter-group .counter-block .counter.with-hundreds .number.units {
    left: 66.66%
}

.counter-group .counter-block .counter.with-hundreds .number.hundreds {
    display: block;
    left: 0
}

.counter-group .counter-block .counter-caption {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    color: #fff;
    text-align: center
}
.heading-default, .heading-default-center{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    color: #117CB2;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
} 
.heading-default-center{
    text-align: center;
}
.sub-heading{
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #0B8E44;
    text-transform: none;
    font-family: 'Roboto';
}
.heading-default:after, .heading-default-center:after{
    content: '';
    width: 35px;
    height: 1px;
    background:#222;
    display: inline-block;
    left: 0;
    right: 0;
    
    bottom: 0;
    position: absolute;
}
.heading-default-center:after{
    margin: 0 auto;
}
.thim-testimonial-slider {
    text-align: center;
    max-width: 665px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.thim-testimonial-slider ul.scrollable {
    list-style: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.thim-testimonial-slider ul.scrollable li {
    list-style: none;
    position: absolute;
    top: 0;
}
.thim-testimonial-slider img {
    border-radius: 50%;
    cursor: pointer;
}
.thim-testimonial-slider ul.scrollable li img {
    border-radius: 50%;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.thim-testimonial-slider ul.scrollable li:before {
    content: '';
    position: absolute;
    background: #10c407;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: .6;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6;
    -webkit-transition: all .2s;
    -khtml-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.thim-testimonial-slider ul.scrollable li img {
    border-radius: 50%;
    cursor: pointer;
}
.thim-testimonial-slider .slides-content .slide-content:not(.current), .thim-testimonial-slider.image-bottom .control-nav, .thim-testimonial-slider.layout-slide-2 .slides-content .description:before, .thim-testimonial-slider.layout-slide-2 ul.scrollable li:before {
    display: none;
}
.thim-testimonial-slider .content {
    width: auto;
    height: auto;
}
.thim-testimonial-slider .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0 -7px;
    text-transform: none;
    color: #333;
    font-family: 'Roboto Slab';
}
.thim-testimonial-slider .slides-content .description {
    margin-top: 33px;
    font-size: 16px;
    min-height: 100px;
    line-height: 25px;
}
.thim-testimonial-slider .control-nav {
    position: absolute;
    left: 0;
    top: 50px!important;
    margin-top: -15px!important;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.thim-testimonial-slider .control-nav:before {
    content: '\f104';
    display: block;
    font-size: 8px;
    font-family: FontAwesome;
    color: #ddd;
    line-height: 28px;
}
.thim-testimonial-slider .control-nav.next:before {
    content: '\f105';
}
.thim-testimonial-slider .control-nav.next {
    left: auto;
    right: 0;
}
.thim-testimonial-slider ul.scrollable li.mid-item {
    z-index: 9;
}
.thim-testimonial-slider ul.scrollable li.mid-item:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    cursor: default;
}
.thim-testimonial-slider .control-nav:hover{
    border-color: #10c407;
    color: #10c407;
}
.thim-testimonial-slider .control-nav:hover:before{
    color: #10c407;
}
#getemail-box{
    background: url(../images/bg-newletter.png) top right no-repeat;
    max-width: 753px;
    margin: auto;
    text-align: center;
    padding: 75px 15px 70px;
    position: relative;
}
#getemail-box .alert{
    width: 60%;
    position: absolute;
    top: 50%;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#getemail-box .des{
    max-width: 490px;
    margin: 20px auto 40px;
}
#getemail-box #form-getemail{
    width: 60%;
    margin: 0 auto;
}
#getemail-box .form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    width: 69%;
}
.btn-getemail {
    border-radius: 50px;
    font-size: 14px;
    background: #ff0202;
    color: #fff;

    width: 30%;
}
.btn-getemail:focus{
    color:#fff
}
.bg-home-2 .heading-default, .bg-home-2 .heading-default-center{
    color: #fff;
}
.bg-home-2 .heading-default:after, .bg-home-2 .heading-default-center:after{
    background:#fff
}
.bg-home-2 a{
    color:#fff;
}
.news-grid img{
    width: 100%;
    height: 208px !important;
    overflow: hidden
}
.news-grid h3{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}
.news-grid a:hover{
    color: #10c407;
}
.news-grid .info{
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: rgba(16, 196, 7, 0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 10px;
}
.news-grid .content{
    text-align: center;
    margin-top: -15px;
    z-index: 999;
    position: relative;
}
.news-grid .date{
    position: relative;
}
.news-grid .date:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 15px;
}
.khoahoc-grid{
	margin-bottom: 30px;
	position: relative;
}
.khoahoc-grid span.course-badge {
    position: absolute;
    top: -3px;
    left: 0px;
}
.khoahoc-grid .content{
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 20px;
}
.khoahoc-grid h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 11px 0 11px;
    height: 50px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    font-family: 'Roboto Slab';
    color: #333;
}
.khoahoc-grid .info{
    position: relative;
    padding: 14px 0 10px;
    display: block;
    margin: 0;
    color: #999;
    border-top: 1px solid #e5e5e5;
}
.khoahoc-grid .info:before{
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    background: #10c407;
    z-index: 10;
}
.khoahoc-grid .teacher{
    color: #7a7a7a;
    font-size: 13px;
    text-align: center;
}
.khoahoc-grid img{
	width: 100%;
	height: auto;
}
.khoahoc-grid .teacher img{
	width: 70px !important;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
    border-radius: 50%;
    border: 2px solid #e9e9e9;
    position: relative;
    z-index: 3;
    display: block;
    margin-bottom: 10px;
    padding: 1px;
}
.readvideo{
	margin-top: 15px
}
.khoahoc-grid .khoahoc-price{
    color: red;
}
.khoahoc-grid .fa{
    margin-right: 5px;
}
.khoahoc-grid .fa-comment{
    margin-left: 10px;
}
.float-right{
    float: right;
}
.khoahoc-home-owl{
	touch-action: manipulation;
}
.khoahoc-home-owl .khoahoc-grid{
	margin-bottom: 0
}
.khoahoc-home-owl .owl-nav, .khoahoc-home-owl .owl-nav{
    position: absolute;
    right: 0;
    top: -90px;
}
.khoahoc-home-owl .owl-nav .owl-next, .khoahoc-home-owl .owl-nav .owl-prev, .news-home-owl .owl-nav .owl-next, .news-home-owl .owl-nav .owl-prev{
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #111;
    width: 30px;
    text-align: center;
    line-height: 28px;
}

.khoahoc-home-owl .owl-nav .fa, .news-home-owl .owl-nav .fa{
    color: #333;
    font-size: 8px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
}
#back-to-top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    display: block;
    width: 32px;
    height: 32px;
    background: #333;
    color: #fff;
    z-index: 997;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -khtml-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    visibility: visible;
    text-align: center;
    line-height: 32px;
    font-size: 10px;
}
#back-to-top.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#back-to-top:hover{
    background: #10c407;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {

    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 35px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: calc(100vh - 111px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: #fff;
    width: 43px;
    height: 34px;
    position: absolute;
    top: 8px;
    left: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    
    display: none;
    z-index: 999;
}

.mobile-menu-toggle-btn:hover {
    background-color: #fff;
}

.mobile-menu-toggle-btn i {
    color: #000;
}

@media (max-width: 767.98px) {


    .mobile-menu-toggle-btn {
        display: block;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.75);
    padding: 10px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}
.breadcrumbs-wrap {
	position: relative;
    margin-bottom: 15px;
    padding: 13px 0;
    
    border-bottom: 1px solid #eee;
    font-size: 12px;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}

.news-list img{
	max-width: 100%;
	height: auto
}
.news-list .entry-header{
    padding-bottom: 0;
    overflow: hidden;
}
.news-list .date{
	font-size: 13px;
    font-weight: 700;
    text-align:center;
    width: 60px;
    float: left;
    line-height: 16px;
    color: #10c407;
    padding:5px
}

.featured .news-list .date{
  font-size: 72px;
  line-height: 72px;
  width: 110px;
}

.thumbnail11{
	margin-bottom:15px
}

.news-list .date i{
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    display: block;
    line-height: 20px;
    margin-top: 3px;
    
}
.news-list .info{
    position: relative;
    padding-left: 10px;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    float: right;
    border-left:2px solid #10c407
}

.featured .news-list .info{
	padding-left: 30px;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
}


.news-list .info:before{
    content: '';
    position: absolute;
    width: 1px;
    top: 4px;
    left: 0;
    bottom: 5px;
    background: #eee;
}
.news-list h3{
    font-weight: 700;
    margin: 0 0 7px;
    font-family: 'Roboto Slab';
}
.featured .news-list h3{
  font-size: 30px;
}

.news-list .entry-meta{
    padding: 0;
}

.entry-header a{
  color: #10c407;
}
.news-list .entry-meta li span{
    color: #10c407;
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 18px;
}
.news-list .entry-meta li{
    border-right: 1px solid #10c407;
    padding-right: 23px;
    margin-right: 20px;
    list-style: none;
    display: inline-block;
    line-height: 18px;
}
.news-list .entry-meta li a, .news-list .entry-meta li div{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    color: #7a7a7a;
}
.news-list .entry-meta li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}
.news-list .image-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
}
.news-list .des{
    margin-bottom: 20px;
}
.xem-them{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;

    background: #10c407;

    padding: 10px 25px;
    border: 0;
}
.xem-them:hover{
    color:#fff
}
.block-heading-r{
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Slab';
    font-weight: 700;
}
.block-heading-r:before{
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    width: 3px;
    height: 36px;
    z-index: 3;
    background: #10c407;
}
.menu-right{
    padding: 0;
    margin: 0;
}
.menu-right li{
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.menu-right li a{
    color:#333
}
.menu-right li.current a{
    color: #10c407;
}
.block-right{
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
}
.news-list-mini h3, .khoahoc-list-mini h3{
    margin-bottom: 15px;
}
.news-list-mini img, .khoahoc-list-mini img{
    float: left;
    width: 100px;
    margin-right: 20px;
    height: 85px;
    overflow: hidden;
}
.news-list-mini .info, .khoahoc-list-mini .info{
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    float: right;
}
.news-list-mini, .khoahoc-list-mini{
    padding: 0;
    margin: 0;
}
.news-list-mini .date, .khoahoc-list-mini .kh-price{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #666;
}
.khoahoc-list-mini .kh-price{
    color:red
}
.news-list-mini li, .khoahoc-list-mini li{
    margin-bottom: 30px;
}
.detail-author{
    padding: 30px 30px 40px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom:30px
}
.detail-author .photo{
    float: left;
    overflow: hidden;
    margin-right: 30px;
    max-width: 100%;
    margin-bottom: 22px;
}
.detail-author .photo img{
    border-radius: 50%;
    overflow: hidden;
}
.detail-author .name{
    margin-bottom: 15px;
    font-weight: 700;
}

.detail-author .des{
    margin-top: 20px !important;
    color: #666 !important;
}
.block-detail-news .news-grid img{
	margin-bottom: 15px
}
.block-detail-news .heading-default{
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px
}
.block-detail-news .news-grid .date{
	font-size: 12px;
	color:#666
}
.block-detail-news .news-grid .date:before{
	display: none
}
.page-title{
	padding-top: 230px;
    padding-bottom: 90px;
    text-align: left;
    position: relative;
    background-color: #1c1e21;
    background-size: cover;
}
.page-title h2{
	color: inherit;
    margin: 0;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    font-family: 'Roboto Slab';
    color:#fff;

}
.page-title h2:before{
	content: '';
    width: 3px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 22px;
    background: #10c407
}
.block-contact{

	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0
}
.block-contact-detail span{
	display: block;
	font-weight: 700;
	font-family: 'Roboto Slab';
	font-size: 15px
}
.block-contact-detail .fa{
	width: 30px;
	color: #ffb606;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    float: left;
    margin: 1px 5px 0 0
}
.block-contact-detail .info{
	width: calc( 100% - 30px - 15px);
}
.no-pdd, .no-pdd #form-dkud{
	padding: 0 !important
}
.nav-tabs>li>a{
	color: #333;
	border-radius: 0;
    margin-right: 3px;
    border: 1px solid #eee;
    border-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    background: #f9f9f9;
    line-height: 29px;
    text-align: center
}
.nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    height: 4px;
    z-index: 10;
    background: #10c407
}
.nav-tabs li.active a{
	background: #fff;
}
.nav-tabs li .fa{
	font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    margin-right: 8px;
}
.nav-tabs li.active .fa{
	color: #10c407;
}
.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 60px 30px;
}
.nav-tabs{
	border-bottom: 1px solid #eee;
}
.detail-kh .title{
	font-size: 30px;
    font-weight: 700;
    margin: -5px 0 32px;
    line-height: 40px;
    text-transform: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border-bottom: 1px solid transparent
}
.pdd-lr-0{
	padding-left: 0;
	padding-right: 0
}
.course-meta {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.course-meta>div {
    display: inline-block;
    line-height: 20px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    color: #ccc;
    border-right: 1px solid #eee;
    float: left;
}
.course-meta>div.course-author img {
    border-radius: 50%;
    width: 40px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.course-meta>div.course-author .author-contain {
    display: inline-block;
}
.course-meta label {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0;
}
.course-meta .value {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a;
}
.course-meta a{
	color: #7a7a7a;
}
.course-meta .course-review .value {
    cursor: pointer;
}
.course-review .review-stars-rated {
    float: left;
    height: 16px;
    line-height: 16px;
    width: 80px;
    position: relative;
    display: inline-block;
}
.course-review .review-stars-rated .review-stars>li{
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.course-review .review-stars-rated .review-stars{
	margin: 0;
    display: inline-block;
    list-style: none;
    padding: 0;
    line-height: 16px;
    height: 16px;
    float: left;
    font-size: 0;
    margin-top: 2px;
}
.course-review .review-stars-rated .review-stars>li span{
	font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
    color: #10c407;
}
.course-payment{
    float: right;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.course-payment .course-price{
	font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.tabs-giang-vien .teacher-photo{
	float: left;
    overflow: hidden;
    margin-right: 30px;
    max-width: 100%;
    margin-bottom: 22px;
}
.tabs-giang-vien .teacher-photo img{
	border-radius: 50%;
}
.tabs-giang-vien .teacher-info{
	float: right;
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    font-weight: 700
}
.tabs-giang-vien .teacher-info img{
	width: 100%;
	height: auto
}
.course-origin-price {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.course-price{
	font-size: 30px;
    font-weight: 700;
    float: left;
    margin-right: 20px;
    display: inline-block;
    color: red;
}
.btn-regkh{
	padding: 8px 20px;
	font-size: 16px;
	text-transform: uppercase;
	color:#fff !important;
	background: red;
}
.img-kh-large{
	width: 100%;
	height: auto;
	margin-bottom: 40px
}
#Tabdetail img{
	max-width: 100%;

	height: auto
}
#Tabdetail iframe{
	width: 100%;
	height: auto
}
.product-img{
	position: relative;
	margin-bottom: 15px
}
.product-grid{
	margin-bottom: 30px;
	position: relative
}
.product-grid img{
	width: 100%;
	height: auto;
	
}
.product-grid h3{
	font-size: 16px;
	font-family: 'Roboto Slab';
}
.doc-tiep{
	background:#dfdcde;
	color: #515151;
	padding: 5px 25px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px
}
.quick-view{

    position: absolute;

    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .4s ease-in-out;
    -khtml-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0,.3);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .4s ease-in-out;
    -khtml-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product-img:hover .quick-view, .product-img:hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.link-images-product {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quick-view a {
    -webkit-transition: all .2s ease-out;
    -khtml-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    display: inline-block;
    font-size: 30px;
}
.info-title{
	font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto Slab';
    margin-bottom: 15px
}
.socialicon{
	margin-bottom: 15px
}
.info-hometext ul{
	padding-left: 20px;
	list-style: square
}

.tab-content td, .tab-content th {
	padding: 10px;
}
.item-event:first-child {
    border-top: none;
    padding-top: 0;
}
.item-event {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 50px 0 60px;
}
.item-event .time-from {
    float: left;
    width: 80px;
    margin-right: 100px;
    text-align: center;
    color: #10c407;
}
.item-event .time-from .date {
    font-size: 72px;
    font-weight: 700;
    margin-top: 0;
    color: #10c407;
}
.item-event .time-from .month {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.item-event .image {
    width: 270px;
    float: right;
    margin-top: 10px;
}
.item-event .image img{
	width: 100%;
	height: auto
}
.item-event .event-wrapper {
    float: left;
    width: calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    color: #999;
    padding: 0 117px;
    position: relative;
}
.item-event .event-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 3px;
}
.item-event .event-wrapper .meta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
}
.item-event .event-wrapper .description {
    margin-top: 25px;
}
.no-border{
	border:none !important;
}
.tp-event-content .tp-event-info {
    max-width: 240px;
    width: 240px;
    padding-left: 30px;
    float: right;
}
.tp-event-content .entry-content {
    position: relative;
    padding-right: 30px;
    float: left;
    width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    margin-top: 20px;
}
.tp-event-top {
    position: relative;
}
.tp-event-top:before {
    top: 0;
    background: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}
.entry-content img{
	width: 100%;
	height: auto
}
.tp-event-info .tp-info-box {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}
.tp-event-info .tp-info-box:last-child {
    border-bottom: 0;
}
.tp-event-info .tp-info-box .heading {
    font-weight: 700;
    font-size: 13px;
    position: relative;
}
.tp-event-info .tp-info-box p {
    margin: 0;
    line-height: 24px;
    padding-left: 23px;
    font-size: 13px;
}
.tp-event-info .tp-info-box .heading .fa {
    position: absolute;
    left: 0;
    line-height: 24px;
    top: 0;
    color: #10c407;
}
.tp-event-content .entry-content:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    background: #eee;
}
.tp-event-organizers .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 40px 0 25px;
}
.tp-event-organizers .thim-carousel-container {
    padding: 40px 50px 35px;
    border: 1px solid #eee;
    position: relative;
}
.tp-event-organizers .thim-carousel-wrapper {
    position: static;
    text-align: center
}
.tp-event-organizers .thim-carousel-wrapper .item .img img {
    border-radius: 50%;
    height: auto;
}
.tp-event-organizers .thim-carousel-wrapper .item .name {
    font-size: 15px;
    line-height: 20px;
    margin: 12px 0 1px;
    display: block;
}
.tp-event-organizers .thim-carousel-wrapper .item .regency {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
}
.item-gt{
	margin-bottom: 40px
}
.item-gt h3{
	font-family: 'Roboto Slab';
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.item-gt .ico{
	width: 15%;
    font-size: 35px;
    padding-top: 10px;
    float: left
}
.item-gt .info{
	width: 85%;
	float: left;
	color: #666;
}
.logo-gt{
	width: 100%;
	height: auto
}
.title-block-gt1{
	font-family: "Open Sans Condensed",sans-serif !important;
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}
.title-block-gt2{
 font-family: "Open Sans Condensed",sans-serif !important;
 font-size: 60px;
 font-weight: 700;
 margin: 0;
 position: relative;
 margin-bottom: 40px
}
.title-block-gt2:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #4b4e53;
}
.gt-box-title{
	background: #e6eff8;
    padding: 5px 20px 20px 20px;
    margin-bottom: 40px
}
.gt-box-title h1{
	color: #4b4e53;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 24px;
}
.spp-box{
	margin-bottom: 30px;
	text-align: center;
}
.spp-box img{
	width: 100%;
	height: auto;
}
.spp-box h3{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab';
}
.spp-box-cv{
    font-size: 13px;
    color: #666;
    margin-bottom: 5px
}
.spp-box .fa{
	margin: 0px 5px;
}
.spp-box a{
	color: #97999c;
}
.spp-box img{
	width: 100%;
	height: auto
}
.video-grid{
	margin-bottom: 30px
}
.video-grid img{
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.video-grid h3{
	font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab';
}
.heading-title-mn{
	font-size: 22px;
    font-weight: 700;
    position: relative;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 46px;
    text-transform: none;
    font-family: 'Roboto Slab';
}
.heading-title-mn:after{
	content: '';
    width: 35px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background: #333;
    position: absolute;
    bottom: 0;
}
.accordion .panel-title {
    border: 1px solid #e5e5e5;
    line-height: 30px;
    margin: 0;
    padding-left: 25px;
}
.accordion .panel-title a {
    line-height: 30px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px 0 15px;
    position: relative;
    color: #666;
}
.accordion .panel-title a:before {
    width: 5px;
    height: 5px;
    content: '';
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
    margin: auto;
}
.accordion .panel-title a.collapsed:after {
    content: '\f0da';
    color: #333;

    font-size: 15px;
    font-family: FontAwesome;
    line-height: 30px;
    height: 30px;
    float: right;
    top: 0;
    position: absolute;
    right: 10px;
}
.accordion .panel-title a:not(.collapsed):after{
	color: #10c407;
	content: '\f0d7';
    color: #10c407;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 30px;
    height: 30px;
    float: right;
    top: 0;
    position: absolute;
    right: 10px;
}
.accordion .panel-collapse {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0;
}
.accordion .panel-collapse .panel-body {
    padding: 13px 25px 23px;
}
.accordion .panel-heading{
    background-image: unset !important;
    background-color: none;
    background: none;
    border: none !important;
    padding: 0;
}
.accordion .panel-default {
    margin-bottom: 6px;
    border: none;
}
span.item_login_register a {
    color: black;
}
span.item_login_register {
    background: #f2f2f2;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
}
.readmore_video a {
    background: #10c407;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
}
.readmore_video a:hover{
    background: red;
    color: white;
}
.readmore_video {
    text-align: center;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #398439;
}
.btn-primary {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-primary:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: red;
    color: #fff;
    font-size: 11px;
}
.kh-ratting{
	margin-bottom: 15px;
	
}
.kh-ratting .fa{
	margin: 0 2px;
	color: #ff9800;
}

.kh-ratting .fa:first-child{
	margin-left: 0
}

.khoahoc-grid .process{
	height: 47px;
	margin-bottom: 15px;
}

.khoahoc-grid  label{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400
}
.progress{
	height: 22px
}
.progress-bar{
	padding: 3px 5px;
}
#danh-gia .ratting{
	font-size: 14px
}

#idcomment{
	padding: 20px !important
}

.number-star{
	font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.number-star .fa{
	color: #F59E0B;
}
.number-percent{
	width: 70px;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
}

.timeline-star{
	flex: 1;
    height: 10px;
    padding: 2px;
    border-radius: 10px;
    background: #E4E4E4;
    overflow: hidden;
}

.timing{
	height: 100%;
    border-radius: 10px;
    background: #10c407;
}
.box-vote{
	width: 100%;
    display: flex;
    float: left;
    border: 1px solid #DEE2E6;
    border-radius: 1rem;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
}

.box-vote-left{
	width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    border-right: 1px solid #DEE2E6;
}

.box-vote-right{
 width: 60%;
}

.rating-average{
	margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}

.rating-star{
	margin-bottom: 5px;
	font-size: 14px;
}

.rating-star .fa:not(:last-child){
	margin-right: 3px
}

.box-statistical{
	padding: 15px;
}
.item-statistical{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.item-review {
    width: 100%;
    float: left;
}
.item-review:not(:last-child) {
    margin-bottom: 1.5rem;
}
.box-review__box-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.box-review__box-info .box-info {
    flex: 1;
    display: flex;
    align-items: center;
}
.box-review__box-info .box-info .box-info__avatar {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 0.5rem 0 0;
    border-radius: 0.5rem;
    background: #DDDDDD;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.box-review__box-info .box-info .box-info__user .box-info__name {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
}
.box-review__box-info .box-time-review {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #707070;
}
.box-review__box-question {
    width: calc(100% - 2.5rem);
    float: right;
    padding: 1rem;
    border-radius: 1rem;
    background: #F3F4F6;
    overflow: hidden;
}
.box-review__box-question .raiting {
    margin-bottom: 0.5rem;
}
.box-review__box-question .raiting strong {
    float: left;
    font-size: 1.2rem;
    line-height: 22px;
}
.box-review__box-question .raiting > .fa-star {
    margin-left: 3px;
    font-size: 12px;
    color: #F59E0B;
}
.box-review__box-question .question {
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
}

#review_form input, #review_form textarea{
	border-radius: 1rem;
}













#modal_mua_khoa_hoc .modal-dialog{
    width: 800px;
}
.payment-box {
  background: #fffaf5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 20px;
}

/* Progress bar */
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}
.steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  right: 60px;
  height: 2px;
  background: #f0ad4e;
  z-index: 0;
}
.step {
  background: #fff;
  border: 2px solid #f0ad4e;
  color: #f0ad4e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  z-index: 1;
}
.step.active {
  background: #f0ad4e;
  color: #fff;
}
.step-label {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

/* Info section */
.info {
  margin-bottom: 15px;
}
.info p {
  margin: 8px 0;
  font-size: 16px;
}
.info .old-price {
  text-decoration: line-through;
  color: #999;
}
.info .new-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

/* Discount input */
.discount {
  display: flex;
  margin: 15px 0;
}
.discount input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.discount button {
  padding: 10px 20px;
  background: #f58220;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.discount button:hover {
  background: #e36d0e;
}

.total {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.btn-pay {
  display: block;
  width: 100%;
  padding: 12px;
  background: #f58220;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-pay:hover {
  background: #e36d0e;
}
.steps >div{
    z-index: 1;
}
.methods {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 15px;
}

.methods span {
  flex: 1;
}

.content {
  display: flex;
  gap: 20px;
}

/* QR code box */
.qr-box {
  flex: 1;
  text-align: center;
  border: 1px solid #f5d5b1;
  padding: 15px;
  border-radius: 6px;
}
.qr-box img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.btn-download {
  display: block;
  margin: 10px auto 0;
  padding: 10px 15px;
  background: #2f6efb;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

/* Bank info box */
.bank-info {
  flex: 1;
  border: 1px solid #f5d5b1;
  border-radius: 6px;
  padding: 15px;
  font-size: 15px;
  background: #fafafa;
}
.bank-info p {
  margin: 8px 0;
}
.copy {
  cursor: pointer;
  font-size: 13px;
  background: #eee;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 6px;
}

/* Warning box */
.warning {
  background: #fff3e0;
  color: #d35400;
  font-size: 14px;
  border: 1px solid #f0cfae;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}

/* Footer section */
.footer {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.footer .countdown {
  color: red;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
.success-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 30px;
  text-align: center;
}

.success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 15px;
}

.success-title {
  font-size: 26px;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 10px;
}

.success-message {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.order-info {
  text-align: left;
  background: #f8fff8;
  border: 1px solid #d4edda;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}
.order-info p {
  margin: 8px 0;
  font-size: 15px;
}
.copy {
    cursor: pointer;
    margin-left: 5px;
    color: blue;
}
.copy:hover {
    color: red;
}
.trang_thai_mua{
    padding: 10px;
}