



/*=================================================================
  comment
  =================================================================*/
.clearfix,
.row,
.wrapper {
  *zoom: 1;
  position: relative;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.wrapper:before,
.wrapper:after  {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after,
.row:after,
.wrapper:after {
  clear: both;
}

.wrapper {
	position: relative;
	width: 1138px;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.section {
    padding: 50px 0;
}

.bg-grey {
    background: #f4f4f4;
}


/*---------------------------------------------------------------*/
/* Header top
/*---------------------------------------------------------------*/
#header-top {
    position: relative;
    z-index: 25;
    padding: 6px 0;
    height: 24px;
    line-height: 24px;
    background:#4d4896cf;
    color: #fff;
}

.header-top-left {
    float: left
}
.header-top-right {
    float: right;
}

.space {
    display: inline-block;
    width: 1px;
    height: 8px;
    border-left: 1px solid #777;
    margin: 0 20px;
}
.header-top-right .space{
    margin: 0 10px;
}
.latest {
    line-height: 24px;
    margin: 3px 10px 0 0;
    background: #e84c3d;
    padding: 0 5px;
}

.header-top-right a {
    position: relative;
    z-index: 11;

}
.header-top-right a ul {
    position: absolute;
    display: none;
    z-index: 10;
    top: 30px;
    right: 0px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}
.header-top-right a ul:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    top: -20px;
    background: rgba(255,255,255,.0);
}
.header-top-right a:hover ul {
    display: block;
    animation: dropdown .3s;
}
.header-top-right li {
    display: block;
    padding:  0 25px;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

.header-top-right li:hover {
    color: #484848;
    background: #f4f4f4;
}


/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/
#header {
    position: absolute;
    z-index: 15;
    padding: 15px 0;
    width: 100%;
    height: 80px;
    background: url(../images/header-bg.png) center repeat-y;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
}

#nav-icon {
    display: none;
}
#nav {
    position: relative;
    z-index: 12;
    float: right;
    padding: 25px 0;
}
#nav ul {
    float: right;
    margin-right: -12px;
}
#nav li {
    float: left;
    padding:0px 13px;
    background: url(../images/nav-dot.png) left center no-repeat;
    font-weight: bold;
}
#nav li:first-child {
    padding-left: 0;
    background: none;
}

#nav a {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}
#nav.cn li {
    padding: 0 20px;
}
#nav.cn li:first-child {
    padding-left: 0;
}
#nav.cn a {
    font-size: 14px;
}
#nav a:hover,
#nav a.active:hover,
#nav li.current_page_item a,
#nav li.current_page_item a:hover,
#nav li.current-menu-item a:hover,
#nav li.current-post-parent a:hover{
    text-decoration: none;
    color: #d40e00;
}

#nav a.active:hover span,
#nav li.current_page_item a span,
#nav li.current-menu-item a span,
#nav li.current-post-parent a span,
#nav li.current_page_item a:hover span,
#nav li.current-menu-item a:hover span,
#nav li.current-post-parent a:hover span,
#nav li.active a span{
    display: block;
    color: #d40e00;
    border-bottom: 2px solid #d40e00;
}

#nav li ul {
    display: none;
    position: absolute;
    width: auto;
    z-index: 6;
    padding: 0;
    font-size: 12px;
    background: rgba(255,255,255,1);
}
#nav li:hover ul {
    display: block;
    border: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    animation:fadeDown .3s;
}

@keyframes fadeDown {
    0% {opacity: 0; margin-top: -20px;}
    100% {opacity: 1; margin-top: 0px;}
}

#nav.cn li ul li,
#nav li ul li {
    clear: both;
    float: none;
    border-top: 1px solid #f4f4f4;
    padding: 0;
    background-image: none;
    font-weight: normal;
}
#nav.cn li ul li a,
#nav.cn li ul li:last-child a,
#nav li ul li a,
#nav li ul li:last-child a {
    display: block;
    border: none;
    padding: 0 20px;
    min-width: 100px;
    line-height: 34px;
    background-image: none;
    white-space: nowrap;
    text-transform: none;
    color: #333 !important;
    font-size: 12px;
}

#nav li li a,
#nav li li a span,
#nav li.current-menu-parent ul li a,
#nav li.current-menu-item ul li a,
#nav li.current_page_item ul li a {
    color: #333 !important;
}

#nav li.current-menu-parent ul li.current-menu-parent a,
#nav li.current-menu-parent ul li.current-menu-item a,
#nav li.current-menu-parent ul li.current_page_item a {
    color: #333 !important;
}

#nav li ul li a:hover {
    background: #dedede;
    color: #333;
}

#nav li li.current_page_item a span,
#nav li li.current_page_item a:hover span,
#nav li li.current-menu-item a:hover span,
#nav li li.current-post-parent a:hover span,
#nav li li.active a span{
    display: block;
    color: #333;
    border-bottom: none !important;
}
#nav li li a span {
    border: none !important;
}

#lang-nav {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 12px;
    z-index: 15;
}

#lang-nav li {
    display: inline-block;
}

#lang-nav li a {
    display: none;
}
#lang-nav li ul li,
#lang-nav li ul li a{
    padding: 0 0 0 10px;
    display: inline-block;
}

#lang-nav li ul li a{
    color: #333;
}

/*---------------------------------------------------------------*/
/* Banner
/*---------------------------------------------------------------*/
#banner {
    position: relative;
    height: 510px;
    overflow: hidden;
}

#banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
    background: #ddd;
    overflow: hidden;
}

#banner-wrapper li {
    float: left;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat ;
}

#banner .wrapper {
    z-index: 9;
    margin-top: 110px;
    height: 400px;
}
#slogan {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: -100px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.banner-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.banner-in {
    animation: zoomin 14s linear;
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
}

#banner-dot {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 20px;
}
.banner-dot {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px;
    margin-left: 5px;
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.3);
    cursor: pointer;
}

.banner-dot-active {
    background: #fff;
}


/*---------------------------------------------------------------*/
/* Message
/*---------------------------------------------------------------*/
#message {
    padding: 30px 0 30px;
    background: url(../images/message-bg.jpg) center no-repeat;
    background-size: cover;
}

#message .wrapper {
}
#message .wrapper-box {
    position: relative;
    background:#4d4896cf;
    height: 340px; /* 630px; */
}

#message-forms {
    float: left;
    width: 280px;
    padding: 25px;
}

.message-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #37469e;
    box-shadow: 0 1px 0 rgba(255,255,255,.2);
}

#message-box {
    position: relative;
    z-index: 10;
    float:right;
    width: 718px;
    min-height: 630px;
    margin-top: -60px;
    padding: 45px;
    background: #fff;
}
.message-box-title {
    padding-bottom: 15px;
    border-bottom: 2px dashed #e5e5e5;
}
.message-box-title h3 span {
    display: block;
    color: #666;
    font-size: 14px;
}
/*.message-box p {
    padding: 15px 0 0;
}*/

#forms {
    position: absolute;
    bottom: 25px;
    margin-left: -10px;
    width: 100%;
    border-left: 10px solid #00308f;
    padding: 25px 0;
    height: 170px;
    background: #00308f;
    transition: all .3s;
}

#forms.active {
    /*background: #6d0700;
    border-left: 10px solid #6d0700;*/
}

.forms {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    padding: 25px;
}
.form-title {
    border-bottom: 1px dashed #194aab;
    text-transform: uppercase;
}

.form-bar {
    position: absolute;
    right: -127px;
    top: 92px;
    width: 220px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #c91306;
    transform: rotate(90deg);
    cursor: pointer;
    transition: all .3s;
}
.form-bar:hover {
    background: #e51607;
}
.form-bar:before {
    content: '';
    position: absolute;
    z-index: 10;
    display:block;
    top: 100%;
    left: 50%;
    margin: -1px 0 0 -10px;
    width:0;
    height:0;
    border: 8px solid transparent;
    border-top-color:#c91306;
    transition: all .3s;
}
.form-bar:hover:before {
    border-top-color: #e51607;
}

/*.form-bar-verify {
    background: #ac0b00;
}
.form-bar-verify:before {
    border-top-color: #ac0b00;
}

.form-bar-verify:hover {
    background: #bc0c00;
}
.form-bar-verify:hover:before {
    border-top-color: #bc0c00;
}*/


/*---------------------------------------------------------------*/
/* course
/*---------------------------------------------------------------*/
#course {
    background: url(../images/debut_light.png);
}

.space-title {
    position: relative;
    margin: 0 auto 10px;
    max-width: 280px;
    height: 1px;
    border-top: 1px solid #ddd;
}
.space-title span {
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    width: 12px;
    height: 12px;
    background: url(../images/debut_light.png);
    border: 1px solid #ddd;
    border-radius: 8px;
}

.course-item {
    display: block;
    position: relative;
    float: left;
    margin: 20px 0 0 19px;
    width: 270px;
    height: 250px;
    background: #000;
    overflow: hidden;
}
.course-item:first-child {
    margin-left: 0;
}
.course-item img {
    width: 100%;
    opacity: .6;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.course-item:hover img{
    opacity: 0.3;
}
.course-item-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}
.course-item-content-inner {
    position: relative;
    padding: 25px 25px 20px 25px;
    width: 220px;
    height: 205px;
    transition: all .3s;
}

.course-item-content:hover .course-item-content-inner:first-child {
    margin-top: -250px;
}

.course-links {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
    width: 220px;
    height: 200px;
    font-size: 12px;
    text-align: center;
}

.course-links a {
    display: block;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 34px;
    color: rgba(255,255,255,.7);
    margin: 3px 0;
}
.course-links a:hover {
    border-color: #fff;
    background: rgba(255,255,255,.3);
    color: #fff;
}
.course-item-txt {
    position: absolute;
    top: 75px;
    left: 25px;
    right: 40px;
}
.course-item-link {
    position: absolute;
    bottom: 25px;
}

/*---------------------------------------------------------------*/
/* archievement
/*---------------------------------------------------------------*/
#archievement {
    background: url(../images/archive-bg.jpg) center no-repeat;
    background-size: cover;    
}
#archievement .space-title span {
    background: #384088;
}
#archievement-inner {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}
#archievement-container {
    width: 200%;
}
.archievement-item {
    display: block;
    float: left;
    padding: 10px;
    width: 200px;
    margin-right: 9px;
    background: #333;
}
.archievement-item img {
    width: 100%;
    opacity: .7;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.archievement-img {
    width: 200px;
    height: 170px;
    background: url(../images/thumb.jpg) center no-repeat;
}

.archievement-item:hover {
    background: #fff;
    color: #333 !important;
    text-decoration: none;
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
}
.archievement-item:hover img {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    left: -54px;
    margin: -30px 0 0;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    background: rgba(0,0,0,.5);    
}
.arrow:hover {
    background: rgba(0,0,0,.7);
}
.arrow-right {
    left: auto;
    right: -54px;
}
.arrow-icon {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/arrow.png) top no-repeat;
}
.arrow-right .arrow-icon {
    background-position: bottom;
}


/*---------------------------------------------------------------*/
/* profile
/*---------------------------------------------------------------*/
.space-title-white {
    border-color: #ddd;
}
.space-title-white span {
    background: #fff;
    border-color: #ddd;
}
.profile-item {
    float: left;
    position: relative;
    display: block;    
    width: 360px;
    height: 210px;
    margin-left: 29px;
    overflow: hidden;
}
.profile-item:first-child {
    margin: 0;
}
.profile-item img {
    width: 100%;
}
.profile-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: rgba(0,0,0,.3);
    transition: all .3s;
}
.profile-item-link {
    position: absolute;
    bottom: 28px;
}

.profile-item:hover .profile-item-content {
    background: rgba(0,0,0,0);
}


/*---------------------------------------------------------------*/
/* news & contact form
/*---------------------------------------------------------------*/
#news {
    float: left;
    width: 600px;
}
#contact-form {
    float: right;
    width: 435px;
}

.line-title {
    background: url(../images/line-title.png) center right  no-repeat;
}
.line-title span {
    float: left;
    display: block;
    padding-right: 10px;
    background: #f4f4f4;
}

.news-item {
    padding: 20px 0;
    border-top: 1px dotted #ddd;
}
.news-item:first-child {
    border: 0 !important;
}
.news-item:last-child {
    padding-bottom: 0;
}
.news-item-img {
    float: left;
    width: 100px;
    border: 5px solid #fff;
    overflow: hidden;
}
.news-item-img img {
    float: left;
    width: 100px;
}
.news-item-content {
    margin-left: 125px;
}


/*---------------------------------------------------------------*/
/* footer
/*---------------------------------------------------------------*/
#footer {
    padding: 40px 0 50px;
    background:#4d4896cf;
    color: #fff;
}
#footer-logo {
    width: 200px;
    float: left;
}
#footer-right {
    margin-left: 270px;
}
#contact-info {
    float:left;
    width: 30%;
}
#quick-links {
    float:left;
    width: 25%;
    margin-left: 10%;
}

#quick-links a {
    color: #fff;
}
#quick-links a:hover {
    color: #999;
}
#social {
    float: right;
    width: 25%;
}
#social p {
    margin-left: 5px;
}

.space-line {
    width: 22px;
    border-top: 1px solid #999;
    height: 15px;
}
.icon {
    width: 18px;
}

.social {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px 0;
    text-align: center;
    color: #c8c8c8;
    background: #292929;
    border-radius: 3px;
}
.social:hover {
    color: #fff;
    background: #101010;
}


/*---------------------------------------------------------------*/
/* Login
/*---------------------------------------------------------------*/
a.sigin-in {
    position: relative;
    display: inline-block;
}
.login-form {
    display: none;
    position: absolute;
    z-index: 50;
    top: 30px;
    right: 0;
    padding: 15px 20px 20px;
    width: 210px;
    color: #666;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

.login-show {
    display: block;
    animation: dropdown .3s;
}
@keyframes dropdown {
    0% { margin-top: -10px; opacity: 0}
    100% { margin-top: 0px; opacity: 1}
}

.alert {
    padding: 10px;
    text-align: center;
    color: #37af31;
    background: #f3fcf2;
    border: 1px solid #9ff39b;
}
.alert-wrong {
    color: #d44b00;
    background: #fff7f3;
    border-color: #f3ba9b;
}
.loading {
    width: 30px;
    height: 30px;
    background: url(../images/loading.png);
    animation: rotation 3s infinite linear;
}
@keyframes rotation {
    0% {transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.center-loading {
    margin: 0 auto;

}

/*---------------------------------------------------------------*/
/* POPUP */
/*---------------------------------------------------------------*/
#popup {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

#popup-box {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 8px rgba(0,0,0,.2);
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    background: rgba(0,0,0,.7);
}

.close:hover {
    background: #000;
    color: #fff;
    transform: rotate(180deg);
}

#cert-info {
    padding: 25px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #ddaa10 inset, 0 0 0 2px #ddaa10;
}

#cert-info .logo {
    position: absolute;
    top: 50px;
    right: 50px;
}

#cert-info ul {
    padding: 10px 0;
    border-top: 2px dotted #ddd;
}

#cert-info ul:first-child {
    border: none;
    padding-top: 0;
}


.homeworks {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
}

.home-work-head li {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 8px 0;
}

.homeworks li {
    display: block;
    float: left;
    padding: 5px 0;
}
.homeworks li.name {
    width: 20%;
    font-weight: bold;
}
.homeworks li.file {
    width: 55%;
}
.homeworks li.home-work-rate {
    width: 25%;
}

.result-container {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.results-info {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.results-cat {
    border-top: 1px solid #ddd;
}
.results-cell {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

