/* Add here all your CSS customizations */
input[type="submit"],.main-cart ul.links li a{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    -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;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.container input[type=text], .container input[type=tel],.container input[type=email]{
    padding: 12px 0px 10px 12px;
    margin-bottom:10px;
    margin-top:0px;
    display: block;

}

.container textarea,.contact-form textarea{
    padding: 12px 0px 10px 12px;
    margin-bottom:10px;
}

.container select{
    padding: 12px 0px 10px 12px;
    max-width:100%;
    margin-bottom:10px;
}
input[type="text"]{
    /*    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;*/
}
input[type="text"]:focus{
    /*   border-color: #66afe9;
        -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);
        outline: 0;*/
}
input[type="submit"],.main-cart ul.links li a{
    background-color: #2196f3;
}
input[type="submit"]:hover,.main-cart ul.links li a:hover{
    background: #606060;
    color: #fff;
    -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);
}
.pager ul li, ul.tabs  > li{
    display: inline;
}
.pager{
    clear: both;
}
ul.tabs > li{
    padding: 8px;
}
ul.tabs{
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    z-index: 999;
    position: relative;
}
#header nav.contextual-links-region{
    position: initial;
}
.title-left .title-container{
    text-align: left;
}
.title-left .title-wrap .separator.line-separator{
    left: 0px;
    right: auto;
}
.title-left .title-wrap .separator.line-separator:after{
    left: 0;
}
.title-left .description{
    padding-left: 0;
}
.orange-bg .member-detail-wrap{
    background: #FF6634 !important;
}
.yellow-bg .member-detail-wrap{
    background: #E29C04 !important;
}
.pink-bg .member-detail-wrap{
    background: #E91E63 !important;
}
.white-bg .member-detail-wrap{
    background: #fff !important;
    color: #606060;
}
.white-bg .member-detail-wrap .member-name a,.white-bg .member-detail-wrap span,.white-bg .member-detail-wrap p{
    color: #606060; 
}
.color-bg .member-detail-wrap{
    background: #2196f3 !important;

}
.black-bg .member-detail-wrap{
    background: #252525 !important;
}
.clearboth{
    clear: both;
}
@media (min-width: 768px )and (max-width: 991px){
    .clearboth768{
        clear: both;
    }
}


.footer-copyright .sm-menu ul {
    float: right;
    margin-top: 5px;
}

.footer-copyright .sm-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright .sm-menu ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
.footer-copyright .sm-menu ul li a{
    color: #969696;
}
.footer-copyright .sm-menu ul li.first {
    border: medium none;
    padding-left: 0;
}
.footer-copyright .sm-menu ul li a:hover, .footer-copyright .sm-menu ul li a:focus {
    color: #2196f3;
}
footer .subscribe form.simplenews-subscribe >div{
    /*display: table;*/
}
footer .subscribe form .form-item-mail{
    /*display: table-cell;*/
    width: 100%;
}
footer .subscribe form .form-item-mail input[type="text"]{
    outline: 0;
    width: 100%;
    float: left;
    background: #303030;
    color: #fff; 
    border: none;
    height: 60px;
    padding: 6px 12px;
    padding-right: 42.5px;
    -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);
}
footer .subscribe form .form-item-mail input[type="text"]:focus{
    border: none;
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
footer .subscribe form input[type="submit"]{
    /*display: table-cell;*/
    float: left;
    background: #606060;
    color: #fff;
    height: 60px;
    line-height: 44px;
    z-index: 2;
    margin-left: -1px;
    background-color: #2196f3;
    border: none;
    -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);
}
footer .subscribe form label{
    display: none;
}
footer.light .subscribe form .form-item-mail input[type="text"]{
    border: none;
    color: #555;
    background-color: #fff;
    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);
}
@media (min-width: 992px){
    #header nav ul.nav-main .mega-menu-item  ul.dropdown-menu >li > a{
        color: #333333;
        display: block;
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 5px;
        margin-top: 20px;
        padding-left: 0;
    }    
}
#header nav ul.nav-main .mega-menu-item:hover  ul.dropdown-menu >li > a:hover{
    background: transparent !important;
}
@media (min-width: 992px) {
    .image-right .col-md-4 {
        float: right;
    }
    .image-right .col-md-8{
        float: left;
    }
}
.team-list-section.bg-dark .member-name a,.team-list-section.bg-dark p{
    color: #fff;
}
.team-list-section.bg-dark .member-name a:hover{
    color: #2196f3;
}
.widget .accordion .panel-title a.collapsed:before {
    content: '';
}
.widget .search form input[type="text"],section .row .search input[type="text"]{
    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;
}
.widget .search form input[type="text"]:focus,section .row .search input[type="text"]:focus{
    border-color: #66afe9;
    -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);
    outline: 0;
}

.widget .search form input[type="submit"],section .row .search input[type="submit"]{
    display: none;
}
footer .subscribe form input[type="submit"]{
    display: none;
}
#header .search form input[type="text"]{
    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;  
    -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);
}
#header .search form input[type="submit"]{
    display: none;
}
#header .search form input[type="text"]:focus{
    width: 220px;
    border-color: #ccc;
    outline: 0;
}
form.comment-form label{
    display: none;
}
form.comment-form >div >div{
    margin-bottom: 25px;
}
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;
}
.slider-below-wrap{
    z-index: 4;
}

#site-map .site-map-box ul {
    padding-left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#site-map .col-sm-4.masonry >.widget>a{
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 14px 0;
    margin-bottom: 20px;
} 
#site-map .col-sm-4.masonry >.widget>a{    
    margin-bottom: 40px;
}
@media (max-width: 767px){
    #site-map .col-sm-4.masonry {
        width: 100%;
    }
}
.user-info-from-cookie input[type='password'],#user-pass input[type='text'],#user-register-form input[type='password']{
    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;
}
.user-info-from-cookie input[type='password']:focus,#user-pass input[type='text']:focus,#user-register-form input[type='password']:focus{
    border-color: #66afe9;
    -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);
    outline: 0;
}
.user-info-from-cookie  .form-wrapper >div.form-item,#user-pass input[type='text'],
#user-login >div>div,.user-info-from-cookie  .form-wrapper >div.form-item .form-item-pass-pass1{
    margin-bottom: 25px;
}
#user-login label{
    display: none;
}
#user-login div.form-actions {
    display: inline-block;
}
.pager .pager-current{
    background-color: #2196f3;
    color: #fff;
    border: none;
    padding: 11px 17px;
    margin: 0 3px;
    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);
}
.container form.search-form{
    padding: 8px 12px;
}
.container table{
    margin-bottom:20px;
    width:100%;
}

.container thead td , .container thead th, .container tfoot td{
    padding:3px 6px;
}

.container tbody td{
    padding:15px 6px 3px 6px;
}
.page-default .container .commerce-line-item-views-form tbody tr{
    border-bottom: 1px solid #cccccc;
}
.page-default .container .commerce-line-item-views-form .form-actions >input[type="submit"]{
    margin-right: 12px;
}

form#commerce-checkout-form-checkout select{
    padding: 12px 0px 10px 12px;
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
}
form.commerce-add-to-cart .form-item-quantity,form.commerce-add-to-cart input[type="submit"]{
    display: inline-block;
}
form.commerce-add-to-cart input[type="text"]{
    padding: 6px 0 8px 8px;

}
.owl-carousel .img-wrap img{
    height: auto;
}

@media (min-width: 768px)and (max-width: 991px){
    .container .block-system .col-sm-6.grid-4column:nth-of-type(2n+1){
        clear: both;
    }
    .container .block-system .col-sm-6.grid-4column .blog-wrap,.container .block-system .col-sm-6.grid-4column .course-wrapper{
        margin-bottom: 30px;
    }
    
}

@media (min-width: 768px){
    .col-md-12.hidden-xs {
        width: 100%;
        float: left;
    }
}
.isotope-grid .image-wrapper img{
    width: 100%;
    height: 100%;
    /*min-height: 200px;*/
}
.quote-color .quote-wrap{
    color: #fff;
}
.quote-color .quote-wrap > blockquote {
    background-color: #2196f3;
}
.quote-dark .quote-wrap{
    color: #fff;
}
.quote-dark .quote-wrap > blockquote {
    background-color: #252525 none repeat scroll 0 0;
}
.mar-bottom{
    margin-bottom: 26px;
}
.tab-news h6.title,.widget .title-bg-line .title{
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-bottom: 0px;
    background: rgb(241, 241, 241);
    padding: 8px 13px 6px;
    background-color: #2196f3;
}
.margin-bottom-50{
    margin-bottom: 50px;
}

.padding-0{
    padding: 0;
}
.menu-right .cart-contents .main-cart{
    display: none;
}
.menu-right .cart-contents:hover .main-cart{
    display: block;
}
.menu-right .cart-contents .dropdown-menu{
    left: auto;
    border-radius: 0;
    min-width: 350px;
    right: 8px;
    background: #FFF !important;
    border-top: 3px solid #CCC;
    color: #777777;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border-top-color: #2196f3;
    display: block 
}
.menu-right .mega-menu-shop form table tr td a{
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block;
}


#header nav ul.nav-main li.active-trail >a, #header.flat-menu nav ul.nav-main li.active-trail > a{
    background-color: #2196f3;
    color: #fff;

}
@media (min-width: 992px){
    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main > li.active-trail > a {
        color: #fff;
    }
}
.menu-right .cart-contents .mega-menu-content{
    padding: 15px;
}
.menu-right .cart-contents form .line-item-summary{
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    clear: both;
}
.menu-right .cart-contents form  .line-item-summary ul li{
    list-style: none;
    display: inline-block;

}
.maintenance-page #header h1.title{
    margin: 1.0em 0 0.5em;
    font-weight: inherit;
    font-size: 1.357em;
    color: #000;
}
.maintenance-page #header{
    padding: 20px 40px;
}
.cart-empty-block{
    display: none;
}
.menu-right .mobile-redirect{
    color: #000;
    font-size: 12px;
    padding-bottom: 23px;
}
.menu-right .main-cart .dropdown-menu{
    margin-top: -1px;
}
/*huyen*/

@media (min-width: 992px){

    .sticky-menu-deactive #header .navbar-collapse >.container .menu-right{
        float: right;
        padding-bottom: 0px;
        padding-top: 5px;

    }
    .sticky-menu-active #header  .navbar-collapse >.container .menu-right{
        float: right;
        padding-bottom: 0px;
        padding-top: 9px;
    } 
}
#header nav ul.nav-main li.mega-menu-fullwidth:hover ul.dropdown-menu >li > a:hover {
    color: #252525;
    background: #FFF !important
}
@media (max-width: 991px){
    #header nav ul.nav-main li.mega-menu-fullwidth:hover ul.dropdown-menu >li > a:hover {
        color: #fff;
    }
}
@media (max-width: 991px){
    .grid-4column .news-wrap {
        margin: 0 auto 30px;
    }
}