/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/

@import url('ec.css');

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 200;
    src: local("Titillium WebThin"), local("TitilliumWeb-Thin"), url("../../fonts/titilliumweb/1titilliumwebv1.woff") format("woff");
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 300;
    src: local("Titillium WebLight"), local("TitilliumWeb-Light"), url("../../fonts/titilliumweb/2titilliumwebv1.woff") format("woff");
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    src: local("Titillium Web"), local("TitilliumWeb-Regular"), url("../../fonts/titilliumweb/3titilliumwebv1.woff") format("woff");
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 600;
    src: local("Titillium WebSemiBold"), local("TitilliumWeb-SemiBold"), url("../../fonts/titilliumweb/4titilliumwebv1.woff") format("woff");
}

@font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 700;
    src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url("../../fonts/titilliumweb/5titilliumwebv1.woff") format("woff");
}

@font-face {
    font-family: "dinschriftregular";
    font-style: normal;
    font-weight: 600;
    src: local("dinschriftregular"), local("dinschriftregular"), url("../../fonts/dinschriften/dinengschrift-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinschriften/dinengschrift-webfont.woff") format("woff"), url("../../fonts/dinschriften/dinengschrift-webfont.ttf") format("truetype"), url("../../fonts/dinschriften/dinengschrift-webfont.svg#dinschriftregular") format("svg");
}

@font-face {
    font-family: "Gotham Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Gotham Bold"), local("Gotham Bold"), url("../../fonts/gotham/Gotham-Bold.woff") format("woff");
}

@font-face {
    font-family: "robotoregular";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
}

@font-face {
    font-family: "robotolight";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "opensans";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "opensans";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/opensans/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "opensans";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "opensans";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
}

html,
body {
    background-color: white;
}

body {
    font-family: opensans, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: 300;
}

h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading {
    font-family: opensans, "Arial";
    font-weight: bold;
}

h1.heading,
h2.heading {
    font-style: normal;
}

.page-header {
    margin-top: 20px;
}

.pager li>a,
.pager li>span {
    border-radius: 4px;
}

#panel-simple {
    margin: 20px auto;
    max-width: 560px;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.modal-dialog {
    /*display: table;*/
}

div.requestForEmail {
    display: block;
    background-color: #FF6600;
    padding: 2px;
    opacity: 0.85;
}
div.requestForEmail:hover {
    opacity: 1;
}
div.requestForEmail a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /*display: block;*/
}
div.requestForEmail button {
    top: -22px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    background: none;
    border: none;
    color: #a08350;
}
div.requestForEmail button:hover, div.requestForEmail button:focus, div.requestForEmail button:active {
    background: none;
    border: none;
}

.navbar-collapse,
.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
}

nav.navbar .navbar-header {
    margin-left: 10px;
}

.navbar-header {
    border: none;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
    /*height: 51px;*/
}

.navbar-logo {
    float: left;
    margin: 1px 0;
}

.navbar-logo img {
    margin: 1px 0;
    height: 46px;
}

.linkTopBtn,
.linkTopBtnTeach,
.linkTopBtnClasses{
    padding: 14px 10px;
    background: #fff;
    color: #3e85b7;
    /* margin-left: 5px; */
    border: 1px #fff solid;
    /* margin-top: 16px; */
    border-radius: 0;
    font-weight: bold;
}

.linkTopBtn:hover,
.linkTopBtn:focus,
.linkTopBtnTeach:hover,
.linkTopBtnTeach:focus,
.linkTopBtnClasses:hover,
.linkTopBtnClasses:focus,
.linkTopBtnClasses:hover>a,
.linkTopBtnClasses:focus>a {
    color: #0c7bd4;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    text-decoration: none;
}

.linkTopBtnClasses:active:hover>a,
.linkTopBtnClasses:active>a {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.linkTopBtn:nth-child(3) {
    margin-left: 40px;
}

.nav>li>a.btn-primary {
    color: #eee;
}

.nav>li>a.btn-primary:focus,
.nav>li>a.btn-primary:hover {
    background-color: #286090;
    color: #fff;
}

#user-nav .nav>li.item {
    /*margin: 20px 5px 5px;*/
    margin: 5px 0 0 0;
}

#user-nav .nav>li.item.dropdown {
    /*margin-top: 28px;*/
    margin: 10px 0 0 0;
}

#user-nav .nav li.item .dropdown-menu>li {
    margin: 5px;
}

ul.bxslider li a {
    position: absolute;
    top: 280px;
    cursor: pointer;
    height: 45px; 
    width: 145px; 
    display: inline-block;
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

/*Header trang chủ và trang trong thống nhất*/

#btn-account .account {
    background: url(/common/v1/img/user_icon.png) no-repeat left center;
    display: inline-block;
    line-height: 34px;
    text-indent: -9999px;
    width: 36px;
}

.how-it-works .heading {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.how-it-works .step .step-header {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 17px;
}

.how-it-works .step .caption {
    font-size: 13pt;
    min-height: 0;
    margin: 10px 0;
}

#plans th,
#plans td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#plans thead th {
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0;
    padding: 9px 5px;
    text-align: center;
}

#plans .ec-player-icon.watch {
    background-position: -35px -365px;
}

#plans .ec-player-icon.speak {
    background-position: -321px -365px;
}

#plans .ec-player-icon.learn {
    background-position: -178px -365px;
}

#plans .ec-player-icon.golive {
    background-position: -464px -365px;
}

#plans .ec-player-icon {
    background-image: url(../img/activity-control-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 65px;
    width: 70px;
    vertical-align: middle;
    padding-left: 80px;
    line-height: 65px;
    white-space: nowrap;
}

#plans .ec-player-icon.price {
    background-image: url(../img/icon-price.jpg) !important;
    background-repeat: no-repeat;
    display: inline-block;
    height: 65px;
    vertical-align: middle;
    margin-left: 5px;
}

#plans .ec-player-icon.time {
    background-image: url(../img/icon-time.png) !important;
    background-repeat: no-repeat;
    display: inline-block;
    height: 65px;
    vertical-align: middle;
    margin-left: 5px;
}

#plans td strong {
    font-weight: 700;
    line-height: 15px;
    padding: 5px;
}

#plans tbody th,
#plans tbody td:first-child {
    text-align: left;
}

#plans td:first-child .product-helper {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

#plans td:first-child .product-helper-container .product-title {
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 0;
    vertical-align: middle;
}

img.savingIcon {
    vertical-align: middle;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
th.topRow {
    position: relative;
}

#faq blockquote {
    margin: 10px 0;
    font-size: 12pt;
}

#news .media small {
    color: #777;
}

#news .media .media-left .thumbnail img {
    max-width: 180px;
}

#btn-group-content-type.btn-group {}

#pagination {
    padding: 0 10px 5px 0;
}

#courses .tab-content {}

.course-list .course-avatar {
    width: 95px;
    height: 95px;
    max-width: initial;
}

.course-list .thumbnail {
    margin-bottom: 5px;
}

.course-list .media {
    margin-top: 0;
    margin-bottom: 15px;
}

p.course-desc {
    font-size: 13.5px
}

.video-list .video-avatar {
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 4px;
}

.video-list .video-avatar:hover .play-button {
    visibility: visible;
}

.video-list .video-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 180px 90px;
    position: relative;
}

.video-list .video-image img {
    height: 90px;
}

.video-list .duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #666;
    color: #eee;
    font-size: .75em;
    line-height: .75em;
    padding: 3px;
    border-radius: 3px;
}

.course-list .course-details .level span,
.video-list .video-details .level span {
    vertical-align: middle;
}

.video-list .video {
    margin-bottom: 20px;
}

.video-list .video-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 22.6px;
}

.video-list .video-details {
    margin: 0;
}

.video-list .play-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAnFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYMDAwREREXFxccHBwiIiIsLCw1NTU/Pz9NTU1ZWVllZWVwcHB+fn6FhYWLi4uXl5ejo6OxsbG2tra6urq/v7/ExMTNzc3V1dXh4eHm5ubs7Ozv7+/y8vL29vb5+fn6+vr8/Pz9/f3///8PYru4AAAAM3RSTlMAAyMkMDIzWVpcbm9xfX6AgYOEhoeJjI+SlpufpKqtsLa8w8bJzM/V2+Tp7fDz9vn7/P6SVZHeAAAA7UlEQVRIx7XW2VLCQBCF4TMMgZCEjIiiuCFugAsu5/3fjQv1Ri3Jn6qcy1R9FzPp6W5JUugPi7Q3xbAf9JVYpoYp46fI6tQ4dSZJPSBSqntSKBNKETRIMAPllIxUUVJpTMlYv79Njv83f5Cjp1NMvD3HxO8LTOzbA0y8nmLixxNM/HKGid8uMbGXnHh1iIk3M0z8PMfErxeY+OMaE/t+gskDJsvuj88vmf9KXjA3uPivun9i/CHzdnFHm9LP4u2iwfI2vndYtBhJLQbfiI/XFkOcrgplkCJbSGK7tUeKjW+tit8LWcjyBqrKsyBJO3XAtmsmt1NVAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.video-list .views {}

.list-group-item {
    padding: 7px 10px;
    cursor: pointer;
}

.list-group-item .dropdown-menu li,
.list-group-item .dropdown-menu li > a {
    font-size: 13px !important;
}


.k12-menu {
    padding: 7px 10px !important;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.k12-menu:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.k12-menu:hover > ul.dropdown-menu {
    display: block;
    top: 80%;
}

.k12-menu > ul.dropdown-menu > li.dropdown {
    
} 
.k12-menu > ul.dropdown-menu > li {
    padding: 5px 20px;
}
.k12-menu > ul.dropdown-menu li:hover > span{
    opacity: 0.7
}
.k12-menu > ul.dropdown-menu > li.dropdown > ul.dropdown-menu {
    top: 0%;
    left: 95%;
}
.k12-menu > ul.dropdown-menu > li.dropdown > ul.dropdown-menu > li {
    padding: 5px 20px;
}
.k12-menu > ul.dropdown-menu > li.dropdown span.dropdown-toggle{} 
.k12-menu > ul.dropdown-menu > li.dropdown span.dropdown-toggle{} 
.k12-menu > ul.dropdown-menu > li.dropdown span.dropdown-toggle span{} 
.k12-menu > ul.dropdown-menu > li.dropdown span.dropdown-toggle .dropdown-menu{} 
.k12-menu > ul.dropdown-menu > li.dropdown span.dropdown-toggle .dropdown-menu li{} 

.k12-menu > ul.dropdown-menu > li.dropdown:hover .dropdown-menu {
    display: block;
}

.k12-menu.active, .k12-menu ul li.active {
    z-index: 2;    
    background-color: #337ab7;
    border-color: #337ab7;
}

.k12-menu.active > span, .k12-menu ul li.active > span {
    color: #fff;
}

.k12-video > span {
    display: block;
}


#leftMenu .list-group li,
#leftMenu .list-group a {
    font-size: 95%;
}

.carousel-controls a {
    margin-top: 13px;
    display: inline-block;
    padding: 5px 14px 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.carousel-controls {
    height: 56px;
}

#landing-cover {}

#landing-cover h1.heading {
    color: #3ef7e7;
}

#landing-cover small {
    color: white;
}

footer {
    padding-bottom: 30px;
}

.copyright {}

.copyright-content {}

.copyright .logo {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 45px;
}

.copyright .logo-me {
    width: 185px;
    background-size: 157px 48px;
    background-image: url(../img/me_icon.png);
}

.copyright .logo-mh {
    width: 150px;
    background-size: 95px 48px;
    background-image: url(../img/mh_icon.png);
}

.copyright .logo-vnedu {
    width: 150px;
    background-size: 120px 47px;
    background-image: url(../img/vnedu_icon.png);
}

.copyright .logo-vnpt {
    width: 311px;
    background-size: 311px 43px;
    background-image: url(../img/vnpt-logo.png);
}
.copyright .logo-englishcentral {
    background-repeat: no-repeat;
    background-image: url(../img/power_by_ec.png);
    background-size: 218px 39px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 15px;
    width: 218px;
    height: 30px; 
}

.copyright .logo-vnpt.mobile-logo {
    /*width: 250px;
    background-size: 250px;*/
}
.copyright .logo-englishcentral.mobile-logo {
    /*background-size: 200px;
    width: 200px;
    margin-bottom: 20px;*/
}

/*.copyright .logo-vnpt {
    width: 150px;
    background-size: 143px 48px;
    background-image: url(../img/vnpt_icon.png);
}*/

.boCongThuongLogo {
    width: 152px;
    float: right;
    background-image: url(../img/bocongthuong_logo.png);
    background-repeat: no-repeat;
    height: 53px;
    position: absolute;
    top: 65px;
    right: 20px;
}
.boCongThuongLogo a {
    width: 100%;
    height: 100%;
    display: block;
}

.store-logo {
    margin-top: 15px;
}    
.store-logo a {
    display: inline-block;
    height: 52px;
    width: 162px;
}
.store-logo a.app-store {
    background-image: url(../img/app-store-logo.jpg);
    background-repeat: no-repeat;  
}
.store-logo a.google-play {
    background-image: url(../img/gg-play-logo.jpg);
    background-repeat: no-repeat;
    margin-left: 8px;
}
.store-logo-mobile {
    margin-top: 15px;
}    
.store-logo-mobile a {
    display: inline-block;
    height: 36px;
    width: 115px;
    background-size: 115px;
}
.store-logo-mobile a.app-store {
    background-image: url(../img/app-store-logo-mobile.jpg);
    background-repeat: no-repeat;  
}
.store-logo-mobile a.google-play {
    background-image: url(../img/gg-play-logo-mobile.jpg);
    background-repeat: no-repeat;
    margin-left: 5px;
}

.guarantee-section {
    background: #555;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    padding: 15px 0 20px 0;
}

.guarantee-section .description .small-heading {
    color: #09f;
}

.form-group .name .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
}

.sharebox {
    border-width: 1px 0 1px 0;
    border-color: #eee;
    border-style: solid;
    padding: 15px 0 12px;
    margin: 15px 0;
}

.read-more {
    padding-left: 0;
    margin: 10px 0;
}

.read-more a {
    color: #333;
}

#form-consult .checkbox {
    color: #eee;
}

#btn-logout {
    cursor: pointer;
}

/*login with email*/
#age-range input{
    width: 16px;
    height: 16px;
    margin: 8px 0px 0px 12px;
    
}

/*login button google - facebook*/
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    /*width: 125px;*/
    display: inline-block;
    cursor: pointer;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    /*background-image: linear-gradient(#4C69BA, #3B55A0);*/
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    /*background-image: linear-gradient(#5B7BD5, #4864B1);*/
}


/* Google */

.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

.loginBtn--vnedu {
    background: #1667b1;
}


.disabledButton,
.disabledButton:hover,
.disabledButton:focus,
.disabledButton:active,
.disabledButton:active:focus {
    color: #ddd;
    background-color: #777;
    border-color: #555;
    cursor: default;
}

.guarantee-section {
    background: #555;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.testimonial-section {
    background: #3e85b7;
    background: -webkit-linear-gradient(#245081, #6db7c7, #5a6e7e);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#245081, #6db7c7, #5a6e7e);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#245081, #6db7c7, #5a6e7e);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#245081, #6db7c7, #5a6e7e);
    /* Standard syntax */
}

.testimonial-section .row {
    padding: 0 100px;
}

.testimonial-section .topTitle {
    font-size: 19px;
    color: #eee;
    margin-bottom: 25px;
    margin: 24px;
    line-height: 25px;
}

.testimonial-section .opinion {
    padding: 0 25px;
    margin: 10px 0;
}

.guarantee-section .description .small-heading {
    color: #09f;
}

.testimonial-section h4.media-heading {
    color: #4f4f4f;
    /* text-align: center; */
    font-size: 18px;
}
.testimonial-section h4.media-heading span {
    font-size: 14px;
}
.testimonial-section h5.media-heading {
    color: #f65831;
    font-size: 18px;
}
.testimonial-section {
    padding: 15px 0;
}
.testimonial-section .media-object {
    width: 128px;
    border-radius: 6px;
}
.testimonial-section .media-content {
    color: #fff;
    font-size: 81%;
    margin-left: 125px;
    margin-top: 13px;
}
.testimonial-section .media-image {
    float: left;
    /*text-align: center;*/
}
.testimonial-section .media-image img {
    /*border-radius: 50%;*/
    /*box-shadow: -1px 1px 14px #333;*/
    /*margin-bottom: 35px;*/
}
.testimonial-section .media-content p {
    text-align: justify;
}
.testimonial-section .viewmore {
    color: #999;
    text-align: right;
    cursor: pointer;
}

.registerNow, .learningGuideBtn {
    border-radius: 5px;
    padding: 0px 30px;
    margin: 16px 0 12px;
    display: inline-block;
    text-decoration: none;
}
.registerNow:hover, .learningGuideBtn:hover {
    text-decoration: none;
}
.testimonial-section .registerNow, .learningGuideBtn {
    color: white;
    background-color: #f65831;
    border: 1px #555 solid;
}
.testimonial-section .registerNow h4, .testimonial-section .registerNow h5,
.headIntroduce .registerNow h4, .headIntroduce .registerNow h5,
.learningGuideBtn h4, .learningGuideBtn h5 {
    line-height: 12px;
}
.testimonial-section .registerNow h4,
.headIntroduce .registerNow h4,
.learningGuideBtn h4 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.testimonial-section .registerNow h5, 
.headIntroduce .registerNow h5, 
.learningGuideBtn h5 {
    font-size: 15px;
}
.headIntroduce .registerNow {   
    background-color: #fff;
    border: 1px #5e5e5e solid;
}
.headIntroduce .registerNow h4, .headIntroduce .registerNow h5 {
	color: #005ba1;
}
.headIntroduce {
    border: 2px solid #f17456;
    position: relative;
    border-radius: 8px;
    background-color: #f27557;
}
.headIntroduce:before {
    position: absolute;
    display: block;
    content: '';
    border: 2px solid #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
}
.headIntroduce .innerIntroduce {
	padding: 10px 15px 0 15px;
	position: relative;
    z-index: 1;
}
.headIntroduce div h4, .headIntroduce div p {
    color: white;
}
.headIntroduce div p {
	font-size: 18px;
	line-height: 16px;
}

.dangKyTuVanBox {
    margin-top: 10px;
    position: relative;
    right: 30px;
}

/*.left-banner, .right-banner {
    margin-top: 100px;
}
#panel-simple .left-banner {
    left: 20px;
}
#panel-simple .right-banner {
    right: 20px;
}*/

/*horizontal scrolling bar*/
.hoz-scr-bar {
    background-color: #404040;
    height: 55px;
    overflow: hidden;
    position: relative;
    border-top: 1px #202020 solid;
    border-bottom: 1px #202020 solid;
}

.hoz-scr-bar ul {
    padding: 3px;
    list-style-type: none;
    width: 14700px;
    position: absolute;
    animation: animatedImage 60s linear infinite;
}

.hoz-scr-bar ul:hover {
    -webkit-animation-play-state: paused;
    /* Chrome, Safari, Opera */
    animation-play-state: paused;
}

.hoz-scr-bar ul li {
    float: left;
    margin-right: 25px;
    padding: 6px;
}

.hoz-scr-bar ul li img {
    height: 50px;
    height: 35px;
}

.trustedBy {
    height: 53px;
    position: absolute;
    opacity: 0.8;
    background-color: #151515;
    margin-left: -15px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 16px 25px 14px 18px;
    z-index: 1;
}

@keyframes animatedImage {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -4000px;
    }
}

@-moz-keyframes animatedImage {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -4000px;
    }
}

@-ms-keyframes animatedImage {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -4000px;
    }
}

@-webkit-keyframes animatedImage {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -4000px;
    }
}

/* end of horizontal scrolling bar*/

/*Trang thông tin tài khoản*/
.generalInformation {
    color: #2ca442;
    font-size: 15px;
    margin: 20px 0 0;
    /*height: 120px;*/
}

footer .navbar-text {
    margin-top: 0;
    margin-bottom: 0;
}

/*set level cho user*/
/*#modal-level * {
    padding: 0;
    margin: 0;
}*/
#modal-level .modal-body {
    background-color: #474747 !important;
}
.levelTitle {
    padding-top: 6px;
    margin: 0px 0 15px;
   /* position: relative;
    left: 35%;*/
}
.levelTitle span {
    font-size: 14px;
}
.levelTitle span.beginner {
    color: #339945;
}
.levelTitle span.intermediate {
    color: #1470aa;
}
.levelTitle span.advanced {
    color: black;
}
.equivalentScore {
    font-size: 15px;
    margin: 6px 0;
    margin-top: 15px;
}
.levelContent {
    font-size: 13.5px;
    line-height: 22px;
    margin-left: -30px;
    margin-right: 20px;
}
.levelContent ul {
    list-style: none;
}
.levelContent li {
    text-align: left;
    padding-left: 85px;
    width: 375px;
}
.levelContent li span {
    width: 12px; 
    height: 12px; 
    background-color: #ffa000; 
    display: inline-block; 
    border-radius: 6px;
}
.levelBar {
    margin: 42px 0 24px 0;
    position: relative;
}
.levelNumbers {
    position: relative;
    margin-bottom: -30px;
    top: -6px;
    z-index: 2;
}
.levelNumber {
    position: relative;
    font-size: 20px;
    margin: 0px 25px;
    padding: 5px 13px;
    border: 2px solid;
}
.levelNumber .arrow {
    position: absolute;
    color: white;
    display: none;
}
.levelNumber.active .arrow, .levelNumber:hover .arrow {
    display: inline;
}
.levelNumber.beginner {
    border-radius: 20px;
    padding: 6px 14px;
    border-color: #339945
}
.levelNumber.intermediate {
    border-radius: 4px;
    border-color: #1470aa
}
.levelNumber.advanced {
    position: relative;
    top: 6px;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.levelNumber.beginner:hover, .levelNumber.beginner.active {
    background-color: #339945;
    color: white;
    border-color: #f8f49e;
}
.levelNumber.intermediate:hover, .levelNumber.intermediate.active {
    background-color: #1470aa;
    color: white;
    border-color: #f8f49e;
}
.levelNumber.advanced:hover, .levelNumber.advanced.active {
    background-color: black;
    color: white;
    border-color: #f8f49e;
}
.levelNumber:focus {
    outline: none;
}

.levelNumber.advanced span {
    position: absolute;
    top: 4px; 
    left: 13px;

    top: 4px;
    left: 13px;
    right: 9px;
    bottom: 1px;

    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.levelNumber.levelNumber-sm {
    position: relative;
    margin: 0 8px;
    padding: 0px 0px;    
    border: none;
    width: 30px;
    height: 30px;    
}
.levelNumber.levelNumber-sm span {
    position: absolute;
    top: 5px;
    left: 11px;
    color: white;
    font-size: 15px;
}
.levelNumber.levelNumber-sm.beginner {
    background-color: #339945;
    border-radius: 30px;
    top: 8px;
}
.levelNumber.levelNumber-sm.intermediate {
    background-color: #0378c1;
    top: 8px;
}
.levelNumber.levelNumber-sm.advanced {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background-color: black;
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.levelNumber.levelNumber-sm.advanced span {
    top: 3px;
    left: 10px;    
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.levelTrack {
    z-index: 1;
    position: absolute;
    width: 600px;
    height: 20px;
    background-color: #282a31;
    border-top: 1px #3b3b3c solid;
    border-bottom: 1px #565656 solid;
    left: 88px;
    top: 7px;
}
.levelInfo {
    background-color: white;
    border-radius: 6px;
    width: 700px;
    height: 180px;
    margin: 0 0 16px 0;
}
.levelConfirm {
    color: white;
    background-color: #9ccb53;
    border: 1px #2c332b solid;
    border-radius: 4px;
    padding: 8px 21px;
    font-size: 15px;
}
.levelConfirm.disabled {
    background-color: #666;
}

.changeselectedLevel {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #005d8b;
    color: white;
    border: none;
    font-size: 12px;
    margin-left: 10px;
}
.changeselectedLevel:focus {
    outline: none;
}

/*end of set level cho user*/

/*video ec styles*/
.modal-header h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-body {
    overflow: hidden;
}

#modal-show .modal-dialog {
    width: 1200px;
}

#player-container {
    position: relative;
    z-index: 110;
    height: 400px;
    /* height: 700px; */
    margin: -5px -10px 0 -10px;
    /*width: 1025px;*/
}

#player-container iframe {
    width: 1025px;
    height: 420px;
    border: none;
}

/*#player-container iframe div.activity-list.d-flex.flex-column {
    background-color: white !important;
}*/

/* css loading */

#cssload-pgloading {}

#cssload-pgloading:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#cssload-pgloading .cssload-loadingwrap {
    position: absolute;
    top: 45%;
    bottom: 45%;
    left: 25%;
    right: 25%;
}

#cssload-pgloading .cssload-bokeh {
    font-size: 113px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: rgb(0, 193, 118);
    transform-origin: 50% 250%;
    -o-transform-origin: 50% 250%;
    -ms-transform-origin: 50% 250%;
    -webkit-transform-origin: 50% 250%;
    -moz-transform-origin: 50% 250%;
    animation: cssload-rota 1.0165s linear infinite,
    cssload-opa 3.3035s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.0165s linear infinite,
    cssload-opa 3.3035s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.0165s linear infinite,
    cssload-opa 3.3035s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.0165s linear infinite,
    cssload-opa 3.3035s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.0165s linear infinite,
    cssload-opa 3.3035s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: rgb(255, 0, 60);
    transform-origin: -150% 50%;
    -o-transform-origin: -150% 50%;
    -ms-transform-origin: -150% 50%;
    -webkit-transform-origin: -150% 50%;
    -moz-transform-origin: -150% 50%;
    animation: cssload-rota 1.673s linear infinite,
    cssload-opa 3.8645s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.673s linear infinite,
    cssload-opa 3.8645s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.673s linear infinite,
    cssload-opa 3.8645s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.673s linear infinite,
    cssload-opa 3.8645s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.673s linear infinite,
    cssload-opa 3.8645s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: rgb(250, 190, 40);
    transform-origin: 50% -150%;
    -o-transform-origin: 50% -150%;
    -ms-transform-origin: 50% -150%;
    -webkit-transform-origin: 50% -150%;
    -moz-transform-origin: 50% -150%;
    animation: cssload-rota 1.3025s linear infinite,
    cssload-opa 4.606s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.3025s linear infinite,
    cssload-opa 4.606s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.3025s linear infinite,
    cssload-opa 4.606s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.3025s linear infinite,
    cssload-opa 4.606s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.3025s linear infinite,
    cssload-opa 4.606s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: rgb(136, 193, 0);
    transform-origin: 250% 50%;
    -o-transform-origin: 250% 50%;
    -ms-transform-origin: 250% 50%;
    -webkit-transform-origin: 250% 50%;
    -moz-transform-origin: 250% 50%;
    animation: cssload-rota 1.546s linear infinite,
    cssload-opa 4.7225s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.546s linear infinite,
    cssload-opa 4.7225s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.546s linear infinite,
    cssload-opa 4.7225s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.546s linear infinite,
    cssload-opa 4.7225s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.546s linear infinite,
    cssload-opa 4.7225s ease-in-out infinite alternate;
}

@keyframes cssload-rota {
    from {}
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rota {
    from {}
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rota {
    from {}
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rota {
    from {}
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rota {
    from {}
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes cssload-opa {
    0% {}
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-o-keyframes cssload-opa {
    0% {}
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-ms-keyframes cssload-opa {
    0% {}
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-webkit-keyframes cssload-opa {
    0% {}
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-moz-keyframes cssload-opa {
    0% {}
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

/*end of css loading*/

.nomargin {
    margin: 0;
}

.box_top {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.box_top #landing-cover {
    position: absolute;
    right: 60px;
    top: 60px;
    background: rgba(0, 0, 0, 0);
    width: 510px;
    padding: 0;
    /*-moz-box-shadow: -5px 3px 15px 1px #999;
    -webkit-box-shadow: -5px 3px 15px 1px #999;
    box-shadow: -5px 3px 15px 1px #999;*/
}

.box_top #landing-cover h3.heading {
    color: #3ee8e1;
    text-transform: uppercase;
}

#landing-cover .reg_button {
    color: #ff7200;
    display: block;
    height: 51px;
    left: 184px;
    padding: 4px 35px 9px;
    position: absolute;
    text-decoration: none;
    top: 194px;
    width: 181px;
}

.reg_button:hover {
    color: #ff7200;
    text-decoration: none;
}

.reg_button .title1 {
    font-size: 19px;
    font-weight: bold;
    display: block;
    margin-bottom: -6px;
}

.reg_button .title2 {
    font-size: 15px;
    font-weight: 500;
}

.box_top p.sub-heading {
    color: #fff;
    font-size: 17px;
}

#form-consult button.reg_button {
    border: none;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 30px 10px 30px;
    color: #1986d0;
}

.box_top .box_border {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4%;
    margin-bottom: 20px;
}

.box_top .box_border .button_style {
    padding: 6px 5px;
    width: 100%;
    border: 1px solid #6ea4c9;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 13px;
}

.box_top .box_border .button_style:last-child {
    margin-bottom: 0;
}

.box_top hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box_top .box_border .fullname {
    background: #fff url(../img/name-icon.gif) no-repeat 10px center;
    padding-left: 28px;
}

.box_top .box_border .email {
    background: #fff url(../img/email-icon.gif) no-repeat 10px center;
    padding-left: 28px;
}

.box_top .box_border .mobile {
    background: #fff url(../img/mobile-icon.gif) no-repeat 10px center;
    padding-left: 28px;
}

#user-nav {
    /*width: 1280px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

#user-nav .nav li.item>a {
    /*display: inline-block;*/
    text-transform: uppercase;
    /*padding: 0 7px;*/
    /*margin-top: 7px;*/
}

#user-nav .nav li.dropdown.item>a {
    padding: 0 7px;
    margin-top: -2px;
}

#user-nav .nav li.item>a#btn-register, #user-nav .nav li.item>a#btn-signin, #user-nav .nav li.item>a#btn-active {
	padding: 4px 7px;
	margin-top: 7px;
}

#user-nav .btn-register {
    color: #1986d0;
    font-weight: 700;
}

#btn-signin, #btn-register{
    background: #1986d0;
    font-weight: 300;
    color: #fff;
}

.call_us {
    color: #15a452;
    font-weight: 700;
    font-size: 28px;
}

.video-image>img {
    width: 100%;
}

#leftMenu h2.heading {
    text-transform: uppercase;
}

.video-list .carousel-controls h3.heading {
    color: #1986d0;
    margin-bottom: 16px;
}

footer .footerLinks {
    background-color: #404040;
}

footer .nav li {
    margin: 2px 0;
}

footer .nav li a {
    color: white !important;
    font-size: 85%;
    /*background: url(../img/bd_footer.gif) no-repeat left center;*/
    /*padding: 9px;*/
    padding: 0px 9px;
    border-right: 1px white solid;
}

footer .nav li:hover a {
    color: yellow !important;
    background: none;
}

footer .nav {
    padding: 8px 0;
}

footer .nav li.first a {
    background: none;
    padding-left: 0;
}

footer .nav li.last a {
    border-right: none;
}

.copyright-content {
    /*margin-top: 6px;*/
    margin-top: 16px;
}

.copyright-content p.title {
    font-size: 20px;
    color: #1986d0;
}

.copyright-content p {
    margin-bottom: 3px;
    color: #000;
    font-size: 14px;
}

.copyright-content a {
    /*margin-bottom: 3px;*/
    color: black !important;
    font-size: 14px;
}

.copyright-content a:hover {
    text-decoration: none;
    color: #337ab7 !important;
    ;
}

.copyright p {
    color: #000;
}

footer {
    border-top: 1px solid #6d6c6c;
}

.landing-cate {
    background: #0066b4;
}

.landing-cate img {
    margin: 0 auto;
    max-width: 100%;
}

.landing-cate .text-content h1.heading {
    margin: 0 0 10px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.landing-cate .text-content p.sub-heading {
    color: #fff;
}

.landing-cate img {
    max-width: 100%;
}

.small,
small {
    font-size: 90%;
}

#news h1.heading {
    text-transform: uppercase;
    color: #0066b4;
    margin: 25px 0 30px;
}

#news h4.heading a {
    font-size: 23px;
    color: #000;
}

#news .item .description {
    border: 1px solid #999;
    padding: 20px 10px;
    border-radius: 4px;
    min-height: 125px;
}

#news .item .description .itemContent {
    margin-left: 185px;
}

#news .item .description .itemAvatar img {
    width: 165px;
    height: 105px;
    /*border: 1px red solid;*/
}

.read-more li {
    list-style: none;
    margin-bottom: 5px;
}

#news .item {
    margin-bottom: 45px;
}

#news .item .media-heading {
    margin-bottom: 10px;
}

#news .viewmore a {
    color: #06a456;
    font-size: 90%;
}

.pager li {
    margin-right: 10px;
}

#news p span {
    font-family: opensans, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

#plans tfoot td {
    border: 0 !important;
}

/*Trang chọn gói thanh toán*/
.old-price {
    text-decoration: line-through;
}
.current-price {
    font-size: 20px;
    color: #ca312c;
}

/*Responsive*/

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    #user-nav .nav li {
        line-height: 26px !important;
    }
    .video-list .video-image img {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

@media (max-width: 1200px) {
    header .box_top #landing-cover {
        position: initial;
        right: 80px;
        top: 20px;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        /*padding: 2px 10px 30px 10px;*/
        /*box-shadow: -5px 3px 15px 1px #999;
        -moz-box-shadow-bottom: -5px 3px 15px 1px #999;
        -webkit-box-shadow-bottom: -5px 3px 15px 1px #999;*/
    }
}

@media (min-width: 1200px) {

    .col-lg-2 {
        width: 15.666667%;
    }

    header .box_top #landing-cover {
        top: 25px;
    }

    #video-list .carousel-inner {
        width: 856px;
    }
}

.search-form {
    margin-top: 6px;
}

#btn-activecode {
	background-color: #3399FF;
    color: #FFFFFF;
	font-family: -webkit-body;
    width: 135px;
    font-size: 18px;
}

.header-btn, .header-btn:hover {
    padding: 4px 7px !important;
    margin-top: 7px;
    background-color: #1986d0 !important;
    font-weight: 300;
    color: #fff !important;    
    margin-right: 10px;
    text-transform: uppercase;
}

.header-btn.plan-buy-btn {
    /*display: none;*/
}

#toast-container .toast-warning {
    background-color: #FF4040;
}

.tab-pane .item {
    height: 650px;
    margin-bottom: 35px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
}
#tab-course-list .item {
    margin-top: 8px;
}
#tab-video-list .item {
    margin-top: 2px;
}
.heading.all.active, .heading.recommendation.active, p.active {
    color: #1986d0;
    text-decoration: underline;
    cursor: pointer;
}

/*UNIVERSITY*/
.university {
    height: 100vh;
    background: url(/common/v1/img/login-reg-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.university #panel-simple {
    padding: 10px 25px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.90);
    transform: translateY(-50%);
}
.university .page-header {
    border: none;
    margin: 0;
}
.university .page-header h1 {
    color: #003299;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.university .page-header img {
    width: 190px;
}
.university .nav.nav-pills>li>a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.university .nav.nav-pills li.active a {
    color: #003299;
    background: none;
    font-weight: bold;
}  
.university form.uniForm {
    margin-top: 35px;
}  
.university form.uniForm .form-group {
    margin-bottom: 8px;
}
.university form.uniForm label {
    font-size: 14px;
}
.university form.uniForm input {
    width: 352px;
    height: 30px;
    padding-bottom: 2px;
    border: 1px rgba(255, 255, 255, 0) solid;
    border-bottom: 1px #003299 solid;
    background: none;
    box-shadow: none;
}
.university form.uniForm input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.university form.uniForm button[type="submit"] {
    background-color: #003299;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}
.university form.uniForm a.alternateLink {
    color: #003299;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.university form.uniForm a.forget-password {
    color: #003299;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin-left: 15px;
}

.university form.uniForm a.forget-password:hover {
    text-decoration: none;
}
