/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 10, 2016, 10:53:09 AM
    Author     : danghuyen
*/
.parallax-bg.bg-cover.image-bg-event:before{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.toolbar .toolbar-bar {
    height: 39px;
}
.pager ul li, #block-versh-local-tasks > ul > li{
    display: inline;
}
.pager {
    padding-bottom: 60px;
}
.paginate{
    padding-bottom: 0px !important ;
}
#block-versh-local-tasks > ul > li{
    padding: 8px;
}
#block-versh-local-tasks > ul{
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.indented{
    padding-left: 60px;
}
div.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.comments .comment-item {
    clear: both;
    padding: 10px 0 0 115px;
}
div.comments .comment-item .comment {
    margin-bottom: 30px;
}
div.comments .comment-item .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
div.comments .comment-item img {
    height: 80px;
    width: 80px;
}

div.comments .comment-block {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

div.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}
div.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}
div.comments .comment-block p {
    margin: 0;
}
div.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}

.col-eq-height .map-canvas{
    height: 100%;
}
#header .social-icons-header3 .social-icons{
    clear: none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 13px;
}
.footer-copyright nav ul{
    float: right;
}

#header nav ul.nav-main .mega-menu-item .dropdown-submenu > a:after {
    content: "";
}
#header nav ul.nav-main .mega-menu-item .dropdown-submenu > a{
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    padding-bottom: 5px;
    margin-top: 0;
}

#header nav ul.nav-main .mega-menu-item .dropdown-submenu > a:hover,#header nav ul.nav-main .mega-menu-item:hover ul.dropdown-menu .dropdown-submenu > a:hover{
    background: none !important;
}
.map-section{
    padding-bottom: 0;
    padding-top: 0;
}
.search-block-form form >div{
    display: inline;
}
.search-block-form form input[type=search],.newsletter input[type=email]{
    /*
        position: relative;
        z-index: 2;
        float: left;
        margin-bottom: 0;
        border: none;
        height: 60px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

/*.search-block-form form input[type=submit],.newsletter input[type=submit]{
    height: 60px;
    line-height: 44px;
    z-index: 2;
    margin-left: -1px;
    border: 1px solid transparent;
    background-color: #2196f3;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-block-form form input[type=submit]:hover,.search-block-form form input[type=submit]:focus,.newsletter input[type=submit]:hover,.newsletter input[type=submit]:focus{
    background: #606060;
    color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}*/

.main .download-widget{
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.download-widget .item-widget {
    margin: 10px 0;
}
.download-widget .item-widget a {
    display: block;
    color: #606060;
}


.download-widget .item-widget a:before {
    margin-right: 10px;
    color: red;
    content: "\f1c1";
    font-family: FontAwesome;
}
.download-widget .item-widget a:hover{
    color: #2196f3;
}
.download-widget .item-widget a {
    margin: 10px 0;
}
/*#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a.is-active{
    background: #f1f1f1 !important;
    text-decoration: none;
}*/

/*slider*/
.title-slider{
    animation-duration: 1000ms;
    font-weight: 300;
    font-family:inherit;
    text-transform:uppercase;
    font-size: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.body-text-slider {
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    line-height: 1.5 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.bnt-slider a{
    color: #fff;
    padding: 9px 22px !important;
    /*font-size: 16px;*/

}
.bnt-slider{
    color: #fff;
    /*font-size: 16px;*/
    background-color: #2196f3;
    /*padding: 12px 22px !important;;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);

    webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.bnt-pink{
    background-color: #E91E63 ;
}
.bnt-slider:hover{
    background-color: #606060;
}
.bnt-slider-2 a{
    padding: 9px 22px !important;
}
@media (max-width: 991px){
    .title-slider{
        font-size: 24px;
    }
}
@media (max-width: 640px){
    .bnt-slider,.body-text-slider,.bnt-slider-2{
        display: none !important;
    }
}
.contact-message-feedback-form form >div{
    margin-bottom: 25px;
}
.text-wight{
    font-weight: 300;
}
.text-wight-100{
    font-weight: 100;
}
/*.rs-container  .md-strips-container{
    position: relative;
    height: 300px;
    text-align: center;
    background: rgba(153, 153, 153, 0.5);
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    height: 500px;
    background-color: transparent;
    background-image: -webkit-radial-gradient(50% 50%, circle, white, #e0e0e0); 
    background-image: radial-gradient(circle at 50% 50%, white, #e0e0e0); 
}*/
.wight-auto nav{
    width: auto !important;;
}
.contact-message-feedback-form h4{
    margin-bottom: 46px;  
}
.container .row .grid-4:nth-of-type(3n+1),.container .row .grid-6:nth-of-type(2n+1){
    clear: both;
}
.col-sm-6 .row.team-container .col-sm-6:nth-of-type(2n+1){
    clear: both;
}
@media screen and (min-width: 992px){
    .container .row .grid-3-6:nth-of-type(4n+1){
        clear: both;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px){
    .container .row .grid-3-6:nth-of-type(2n+1){
        clear: both;
    }
}

.search-block-form.widget form input[type=submit]{
    display: none; 
}
.search-block-form.widget form input[type=search]{
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 6px 12px;
    font-size: 14px;
}
.search-section form input[type=search]{
    width: 60%;
    border: none;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 6px 12px;
    font-size: 14px;

}
.simplenews-subscriber-form input[type=email]{
    width: 100%;
    border: none;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 6px 12px;
    font-size: 14px;
    margin: 14px 0px; 
}
.simplenews-subscriber-form.widget input[type=submit]{
    display: none;
}
footer .widgets-dark.typo-light  input[type=email] {
    background: #303030;
    border: transparent;
}
.simplenews-subscriber-form label,.simplenews-subscriber-form .description{
    display: none;
}
.teacher-list.page-default  .team-list-section:nth-of-type(2n) .col-md-4 {
    float: right;
}
.teacher-list.page-default  .team-list-section:nth-of-type(2n) .col-md-8 {
    float: right;
}
.teacher-list.page-default  .team-list-section{
    background-color: white;
}
.teacher-list.page-default  .team-list-section:nth-of-type(2n+1){
    background-color: #eee;
}
.teacher-list.page-default  .team-list-section:nth-of-type(3n){
    background-color: #252525;
}
.teacher-list.page-default  .team-list-section:nth-of-type(3n) h4 a, .teacher-list.page-default  .team-list-section:nth-of-type(3n) p{
    color: white;
}
.teacher-list.page-default  .team-list-section:nth-of-type(3n) h4 a:hover{
    color: #2196f3;
}
#comment-form .filter-guidelines, #comment-form .filter-help{
    display: none;
}
.user-login-form .description,.user-register-form .description,.user-pass p{
    display: none;
}
.user-login-form >div,.user-register-form >div >div,.user-pass >div{
    margin-bottom: 12px;
}
.user-login-form input[type=text],.user-login-form input[type=password],.user-login-form input[type=email],
.user-register-form input[type=text],.user-register-form input[type=password], .user-register-form input[type=email],
.user-pass input[type=text]{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);

}

form.comment-form textarea{
    width: 100%;
    margin-bottom: 0;

}
form.comment-form .filter-wrapper{
    width: 100%;
    border: none;
}
form.comment-form input[type=email],form.comment-form input[type=text],form.comment-form textarea{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
    height: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
form.comment-form textarea{
    height: auto;
}
form.comment-form >div {
    margin: 15px 0 15px 0;
}
form.comment-form input.form-url{
    padding: 12px 0px 10px 12px;
    margin-bottom: 10px;
    margin-top: 0px;
}
form.comment-form .description{
    font-size: 10px;
}
.accordion .panel-title a:before{
    font-family: 'FontAwesome';
	content: '\f146';
	position: relative;
	left: -10px;
	top: 3px;
}
.isotope-grid img{
    width: 100%;
}
@media (max-width: 767px){
    .col-sm-4.item{
        width: 100%;
    }
}
.course-meta a{
    color: white;
}
.user-login-form label, .user-pass label{
    float : left;
}
.first-margin-0:first-child{
    margin: 0;
}
.widgets-dark.typo-light .form-item-message{
    color: #969696;
}
@media (min-width: 766px){
    hr.hidden-xs.col-md-12 {
        float: left;
        width: 100%;
    }
}
@media (min-width: 766px)and (max-width:991px){
    .blog-grid-4{
    margin:    0 auto 30px  
    }

}
.pager.col-md-12{
    float: left;
    width: 100%;
    padding-bottom: 0;
}
.search-section form{
    text-align: center;
}
.padding-top-0{
    padding-top: 0;
}
.uc-store-address-field .form-item label{
    float: none;
}
.page-default form.search-page-form input[type=search]{
    padding: 8px 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: white;
    border: 1px solid #ccc;

}
#header form input[type=search]{
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 170px;
    font-size: 0.9em;
    padding: 6px 12px;
    height: 34px;
    margin: 0;
    -webkit-transition: all 350ms ease-in 350ms;
    -moz-transition: all 350ms ease-in 350ms;
    transition: all 350ms ease-in 350ms;
}
#header form  input[type=search]:focus {
    width: 220px;
}
#header form  input[type=submit] {
    display: none;
}
section .margin-top-30-1{
    margin-top: -30px;
}

/*////////////////////////*/
body.maintenance-page {
    background-color: #fff;
    color: #000;
}
.maintenance-page #page-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    min-height: 0;
    border: 1px solid #ddd;
    margin-top: 40px;
}
.maintenance-page #page {
    margin: 10px;
}
.maintenance-page #main-wrapper {
    min-height: inherit;
}
.maintenance-page #header {
    width: auto;
}
.maintenance-page #main {
    margin: 0;
}
.maintenance-page .content .section {
    padding: 0 0 0 10px; /* LTR */
}
[dir="rtl"] .maintenance-page .content .section {
    padding-left: 0;
    padding-right: 10px;
}
.maintenance-page #header {
    background-color: #fff;
    background-image: none;
}
.maintenance-page .site-branding-text {
    margin-bottom: 50px;
    margin-left: 0; /* LTR */
    padding-top: 20px;
    font-size: 90%;
}
[dir="rtl"] .maintenance-page .site-branding-text {
    margin-right: 0;
}
.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
    color: #777;
}
.maintenance-page  .page-title {
    line-height: 1em;
    margin-top: 0;
}
@media all and (min-width: 800px) {
    .maintenance-page #page-wrapper {
        width: 800px;
    }
    .maintenance-page #header div.section,
    .maintenance-page #main {
        width: 700px;
    }
}
@media all and (min-width: 600px) { /* @TODO find the proper breakpoint */
    .maintenance-page #page {
        margin: 20px 40px 40px;
    }
}
.title-maintenance{
    margin: 1.0em 0 0.5em;
    font-weight: inherit;
    font-size: 1.357em;
    color: #000;
}
.menu_right_region  ul{
    margin: 0px;
    padding: 0px;
}
.menu_right_region  ul li{
    list-style: none;
}
.menu_right_region  ul li a{
    font-size: 12px;
    font-style: normal;
    /* line-height: 20px; */
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    /* padding: 12px 16px; */

}
.color-black a{
    color: #444;
}
section .container .contact-info form {
    margin-top: 30px;
}
.title-bg-line > .title{
    background: #f1f1f1;
    color: #fff;
    display: inline-block;
    padding: 8px 13px 6px;
    margin-bottom: 0;
    background-color: #2196f3;
}
@media (max-width: 991px){
    .blog-grid-4 img{
        width: 100%;
    }

}
.col-sm-4.widget.item{
    margin-bottom: 2px;
}
#block-versh-content ol li h3 {
    font-size: 25px;
}
#block-versh-content .uc-cart-view-form table td{
    padding: 6px 12px;
}
#block-versh-content .uc-cart-view-form table thead th{
    padding: 9px 12px;
}
#block-versh-content .uc-cart-view-form table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
#block-versh-content .uc-cart-view-form table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
}
section .course-banner-wrap .cat a{
    color:white;
}
.menu_right_region.social-icons{
    margin-top: 0;
}
