body {
    font-family: arial !important;
    color: #565759;
    background-color: #fff;
}
a {
    outline: none;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
}
.carousel-caption{
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
}
.carousel-indicators{
    bottom: -10px;
}
/************************/
.top {
    position: relative;
    z-index: 9999;
}
.top-inner {
    color: #663300;
}
.top-inner .logo {
    float: left;
    padding: 20px 50px 20px 0;
}
.top-inner .logo img {
    
}
.top-inner .logo-1 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #8a4600;
    padding-top: 20px;
    padding-bottom: 5px;
}
.top-inner .logo-2 {
    font-weight: bold;
    float: left;
}
.top-inner .logo-2 > div {
    float: left;
}
.top-inner .logo-2 .logo-2-2 {
    padding-left: 30px;
    padding-right: 30px;
}
/************************/
.header-1 {
    box-shadow: 0 5px 10px #333;
    -webkit-box-shadow: 0 5px 10px #333;
    position: relative;
    z-index: 100;
    background-color: #663300;
}
.menu-top {
    
}
.menu-top ul {
    
}
.menu-top li {
    float: left;
    padding-left: 65px;
    position: relative;
    z-index: 200;
}
.menu-top li:last-child {
    
}
.menu-top h2 {
}
.menu-top h2 a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-top h2 a:hover {
    color: #cc6633 !important;
}
.menu-top li.active h2 a {
    color: #fbec02;
}
.menu-top li:hover > .submenu {
    display: block;
}
.menu-top li .submenu {
    background-color: rgba(102, 51, 0, 0.5);
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
}
.menu-top li .submenu li {
    padding-right: 65px;
}
.menu-top li .submenu li a {
    white-space: nowrap;
    color: #fff;
}
.menu-top li .submenu li a:hover {
    color: #cc6633;
}
.menu-top .navbar-toggle {
    border: 1px solid #fff;
}
.menu-top .navbar-toggle .icon-bar {
    background-color: #fff;
}
.menu-top ul.display {
    background: #663300;
    display: block;
    left: 0;
    position: absolute;
    top: 50px;
    transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
    z-index: 1000;
}
.menu-top ul.display li {
    float: none;
    padding-right: 65px;
}
.menu-top ul.display h2 a {
    white-space: nowrap;
}
.menu-top ul.display li .submenu {
    position: relative;
    top: 0;
}
/************************/
.banner-midle {
    
}
/************************/
.main-containers {
    background-color: #fff;
}
.main-containers > .container {
    padding-top: 5px;
}
.main-containers > .row {
    
}
/************************/
.titlecategoryhome {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.titlecategoryhome > span {
    color: #fff;
    background: #663300 url("../img/icon-home.jpg") no-repeat right 0;
    line-height: 34px;
    width: 300px;
    display: inline-block;
    padding-left: 65px;
    text-transform: uppercase;
    text-align: left;
}
.titlecategoryhome > h2{
    color: #111;
    line-height: 34px;
    width: 300px;
    display: inline-block;
    padding-left: 65px;
    text-transform: uppercase;
    font-size: large;
    font-weight:bold;
    text-align: left;
}
.titlecategoryhome2 {
    text-align: center;
}
/************************/
.product-home {
    
}
.product-home-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}
.product-home-title .background {
    height: 100%;
    left: 0;
    padding: 7px 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 94;
}
.product-home-title .background .background-inner {
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
}
.product-img {
    position: relative;
    z-index: 90;
    height: 178px;
}
.product-img img {
    width: 100%;
    height: 100%;
}
.product-title {
    position: absolute;
    z-index: 95;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    width: 100%;
    text-align: center;
}
.product-title a {
    color: #fff;
    display: block;
    padding: 15px 25px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-title a:hover {
    color: #cc6633;
}
.product-ul {
    height: 310px;
    margin-top: 20px;
    position: relative;
    z-index: 90;
}
.product-ul .background {
    opacity: 0.2;
    filter: alpha(opacity=20);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 90;
    background-size: cover !important;
}
.product-ul .product-ul-inner {
    padding: 10px 20px;
    position: relative;
    z-index: 100;
}
.product-ul a {
    color: #000;
    display: block;
    padding: 5px 0;
}
.product-ul a:hover {
    color: #cc6633;
}
/************************/
.product-item-detail .product-detail-img {
    border: 1px solid #6d6e70;
    padding: 10px;
    text-align: center;
    height: 250px;
    line-height: 250px;
}
.product-item-detail .product-code {
    padding: 15px;
    font-weight: bold;
    text-transform: none;
}
.product-item-detail .product-cart {
    text-align: left;
}
.product-item-detail .product-content {
    border-bottom: 1px solid #565759;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-item-detail .product-detail-img img {
    max-width: 100%;
    max-height: 100%
}
.product-item-detail .heading {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-item-detail .price {
    font-weight: bold;
    color: #993333;
}
.product-other .product-home-item {
    margin-top: 20px;
}
.product-other-name {
    text-align: center;
    margin-bottom: 15px;
}
.product-other-name span {
    color: #ff0404;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff0404;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.product-other-name span:before {
    background: url("../img/icon-product-other.png") no-repeat 0 0;
    position: absolute;
    content: " ";
    left: -50px;
    top: 0;
    width: 37px;
    height: 37px;
}
/************************/
.news-list img {
    width: 100%;
    height: 130px;
}
.news-list .heading, .news-list .heading a {
    color: #663300;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list .heading2 {
    font-size: 130%;
    background: url("../img/img-news-detail-other.png") no-repeat;
    line-height: 39px;
    padding-left: 45px;
}
.news-list .heading a span {
    color: #000;
    font-weight: normal;
}
.news-list .news_info {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
}
.news-list .view-detail {
    text-align: right;
    font-size: 85%;
    font-weight: bold;
}
.news-list .view-detail a {
    color: #cc6633;
}
.news-list-2 .img {
    height: 200px;
    text-align: center;
}
.news-list-2 .img img {
    max-width: 100%;
    max-height: 100%;
}
.news-list-2 .heading a {
    color: #000;
    display: block;
    height: 55px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.news-list-other a, .news-list-other a span {
    color: #565759 !important;
}
.news-list-other a i {
    
}
/************************/
.col-side-inner {
    
}
.col-side-header:first-child {
    margin-top: 0;
}
.col-side-header {
    background: #663300 url("../img/icon-home.jpg") no-repeat right 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px 0;
}
.col-side-header h5 {
    
}
.col-side-main {
    
}
.col-side-main img{
    width: 100%;
    border: 1px solid #565759;
}
.col-side-media {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #565759;
}
.col-side-media:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.col-side-media a {
    color: #565759;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-side-header-2 {
    background: #993333;
}
.col-side-header-2 h5 {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.col-side-header-3 h5 {
    color: #993333;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.col-side-media-2-first img {
    width: 100%;
}
.col-side-media-2-first h6 a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
}
.col-side-media-2-first .xemthem {
    font-size: 85%;
    text-align: right;
}
.col-side-media-2-item a {
    color: inherit;
    line-height: 25px;
    font-weight: bold;
}
.col-side-media-2-item a:hover {
    color: #337ab7;
    text-decoration: underline;
}
.col-side-media.open .submenu {
    display: block;
}
.col-side-media ul.submenu {
    display: none;
    margin-left: 10px;
    padding-left: 10px;
    transition: all ease 0.3s;
}
.col-side-media ul.submenu a {
    line-height: 25px;
}
.col-side .hotline {
    
}
.col-side .hotline-title {
    
}
.col-side .hotline-content {
    padding-bottom: 20px;
    color: #663300;
    font-size: 25px;
    font-weight: bold;
}
.col-side .hotline-content span {
    background: url("../img/icon-phone-2.png") no-repeat 0 center;
    padding-left: 75px;
    min-height: 60px;
    display: inline-block;
    white-space: nowrap;
}
/************************/
.pagecontent {
    color: #663300;
}
.pagecontent .title {
    border-bottom: 2px solid #663300;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pagecontent .title .icon-noname {
    background: url("../img/icon-noname.png") no-repeat 0 center;
    display: inline-block;
    line-height: 25px;
    padding-left: 25px;
}
.pagecontent .slogan {
    text-align: center;
}
.pagecontent .form-control, .pagecontent .form-control:focus, .pagecontent .form-control:hover {
    border-color: #663300;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.pagecontent .btn-baogia {
    background: linear-gradient(#663300, #402000) !important;
    background: -o-linear-gradient(#663300, #402000) !important;
    background: -webkit-linear-gradient(#663300, #402000) !important;
    background: -moz-linear-gradient(#663300, #402000) !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
}
/************************/
.footer-1 {
    background-color: #663300;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.footer-1 .footer-inner {
    
}
.footer-1 .footer-info {
    
}
.footer-1 .footer-title {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}
/************************/
.copyright {
    text-align: right;
    background-color: #dbdcdc;
}
.copyright a {
    
}
/************************/
.social {
    position: absolute;
    right: 0;
    top: 10px;
}
.social li, .social img {
    float: left;
    margin-right: 10px;
}
.social li a {
    font-size: 20px;
    color: #663300;
}
.social img {
    height: 30px;
}
.btn-red {
    background: url("../img/bg-contact-btn.png") !important;
    border: none !important;
}
.error {
    color: #993333;
    font-weight: bold;
}
.tabbable {
    background: url("../img/icon-product-content.png") no-repeat 0 0;
    padding-top: 12px;
}
.nav-tabs {
    margin-left: 46px;
    background-color: #993333;
    height: 28px;
    margin-bottom: 20px !important;
    border: none #993333;
}
.nav-tabs > li {
    padding-left: 30px;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
    background-color: #993333;
    border: none;
    color: #fff;
    padding: 5px 10px 0;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    background-color: #993333;
    border: none;
    color: #fdec01;
    margin: -10px 0 0;
    padding: 15px 10px;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.nav-search {
    position: relative;
    right: auto;
}
.nav-search .nav-search-input {
    width: 200px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    height: 33px;
}
.tab-content {
    border: none;
    padding: 0;
}
.input-icon > input {
    padding-left: 6px;
    padding-right: 24px;
}
.input-icon > .ace-icon {
    right: 3px;
    left: auto;
    top: 5px;
}
.box-shadow-right-bottom {
    box-shadow: 3px 3px 10px #555;
}
.triangle-bottom-left:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #007bff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #007bff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.bx-wrapper img {
    width: 100%;
    height: 350px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.contact .form-control {
    border-color: #565759;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.contact .form-control:hover, .contact .form-control:focus {
    border-color: #565759;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.contact .btn {
    border: 1px solid #565759 !important;
    color: #0174bf !important;
    background: linear-gradient(#dbdbdc, #b9bcbd) !important;
    background: -o-linear-gradient(#dbdbdc, #b9bcbd) !important;
    background: -webkit-linear-gradient(#dbdbdc, #b9bcbd) !important;
    background: -moz-linear-gradient(#dbdbdc, #b9bcbd) !important;
    font-style: italic;
}
.googlemap {
    margin: 10px 0;
}
.fa-zalo {
    background: url("../img/icon-zalo.png") no-repeat;
    width: 15px;
}
.inputfile {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
    filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    padding-left: 163px;
    background: url("../img/bg-baogia-file.png") no-repeat;
    line-height: 31px;
    color: #f90202;
}
.inputfile + label span {
    
}
.inputfile:focus + label, .inputfile + label:hover {
    
}
.media {
    border: 1px solid #ccbbaa;
}
.media .media-body {
    display: block;
    padding-right: 10px;
    padding-top: 10px;
}
.media .media-body .media-heading a {
    color: #663300;
}
.media .media-body .media-heading a:hover {
    color: #cc6633;
}
.media .xemtiep a {
    color: inherit
}
.media .xemtiep a:hover {
    color: #cc6633;
}
.news-list .media {
    padding: 5px;
    margin-bottom: 15px;
}
#frmLogin{ margin: 20px auto; }
#frmLogin input{width:180px; padding:2px}
#frmLogin input.button {
	margin-bottom: 4px;
}
#frmLogin .error{ color:red; margin-left:120px}
#fldLogin{ overflow:hidden; width:400px; margin:auto; border: 1px solid #CCC; padding:10px}
#fldLogin p{ overflow:hidden; margin:10px 0 10px 0}
#fldLogin p label{ float:left;width:120px}
input.button{ width:auto !important; padding:4px 15px 4px 15px !important; background:#3cb44b; color:white; font-weight:bold; cursor:pointer; border:none}
/************************/
@media only screen and (min-width : 1025px) {
    .gioi-thieu > div:first-child {
		width: 50%;
	}
	.gioi-thieu > div:first-child .product-img {
		height: 376px;
	}
	.gioi-thieu > div:first-child .product-title {
		text-align: left;
	}
	.gioi-thieu > div:first-child .product-title a {
		font-size: 22px;
	}
}
/************************/
@media screen and (max-width: 1024px){
    .top-inner .logo-1 {
        font-size: inherit;
        float: left;
    }
    .menu-top ul {
        display: none;
    }
    .bx-wrapper img {
        height: auto;
    }
    .product-img {
        height: auto;
    }
}



    .dropdown-menu {
        display: none;
    }
    /* -- Constructor style ------------------------------- */
    .constructor {
        position: relative;
        margin: 0;
        padding: 0 50px;
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .sidebar,
    .wrapper {
        display: table-cell;
        vertical-align: top;
    }
    .sidebar-stacked.open + .wrapper .constructor {
        margin-left: 280px;
    }
    @media (max-width: 768px) {
        .sidebar-stacked.open + .wrapper .constructor {
            margin-left: 240px;
        }
    }
    /* -- Sidebar style ------------------------------- */
    .sidebar {
        position: relative;
        display: block;
        min-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        border: none;
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .sidebar:before,
    .sidebar:after {
        content: " ";
        display: table;
    }
    .sidebar:after {
        clear: both;
    }
    .sidebar::-webkit-scrollbar-track {
        border-radius: 2px;
    }
    .sidebar::-webkit-scrollbar {
        width: 5px;
        background-color: #F7F7F7;
    }
    .sidebar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #BFBFBF;
    }
    .sidebar .sidebar-header {
        position: relative;
        height: 157.5px;
        margin-bottom: 8px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-header.header-cover {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sidebar .sidebar-header:hover .sidebar-toggle {
        opacity: 1;
    }
    .sidebar .sidebar-toggle {
        position: relative;
        float: right;
        margin: 16px;
        padding: 0;
        background-image: none;
        border: none;
        height: 40px;
        width: 40px;
        font-size: 20px;
        opacity: 0.7;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-toggle:before,
    .sidebar .sidebar-toggle:after {
        content: " ";
        display: table;
    }
    .sidebar .sidebar-toggle:after {
        clear: both;
    }
    .sidebar .icon-material-sidebar-arrow:before {
        content: "\e610";
    }
    .sidebar .sidebar-image img {
        width: 54px;
        height: 54px;
        margin: 16px;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-brand {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 48px;
        line-height: 48px;
        padding: 0;
        padding-left: 16px;
        padding-right: 56px;
        text-decoration: none;
        clear: both;
        font-weight: 500;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-brand:hover,
    .sidebar .sidebar-brand:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }
    .sidebar .sidebar-brand .caret {
        position: absolute;
        right: 24px;
        top: 24px;
    }
    .sidebar .sidebar-brand .sidebar-badge {
        position: absolute;
        right: 16px;
        top: 12px;
    }
    .sidebar .sidebar-brand:hover,
    .sidebar .sidebar-brand:focus {
        text-decoration: none;
    }
    .sidebar .sidebar-badge {
        display: inline-block;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0 3px;
        font-size: 10px;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }
    .sidebar .sidebar-badge.badge-circle {
        border-radius: 50%;
    }
    .sidebar .sidebar-divider,
    .sidebar .sidebar-nav .divider {
        position: relative;
        display: block;
        height: 1px;
        margin: 8px 0;
        padding: 0;
        overflow: hidden;
    }
    .sidebar .sidebar-text {
        display: block;
        height: 48px;
        line-height: 48px;
        padding: 0;
        padding-left: 16px;
        padding-right: 56px;
        text-decoration: none;
        clear: both;
        font-weight: 500;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-text:hover,
    .sidebar .sidebar-text:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }
    .sidebar .sidebar-text .caret {
        position: absolute;
        right: 24px;
        top: 24px;
    }
    .sidebar .sidebar-text .sidebar-badge {
        position: absolute;
        right: 16px;
        top: 12px;
    }
    .sidebar .sidebar-icon {
        display: inline-block;
        margin-right: 16px;
        min-width: 40px;
        width: 40px;
        text-align: left;
        font-size: 20px;
    }
    .sidebar .sidebar-icon:before,
    .sidebar .sidebar-icon:after {
        vertical-align: middle;
    }
    .sidebar .sidebar-nav {
        margin: 0;
        padding: 0;
    }
    .sidebar .sidebar-nav li {
        position: relative;
        list-style-type: none;
    }
    .sidebar .sidebar-nav li a {
        position: relative;
        cursor: pointer;
        user-select: none;
        display: block;
        height: 48px;
        line-height: 48px;
        padding: 0;
        padding-left: 16px;
        padding-right: 56px;
        text-decoration: none;
        clear: both;
        font-weight: 500;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sidebar .sidebar-nav li a:hover,
    .sidebar .sidebar-nav li a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }
    .sidebar .sidebar-nav li a .caret {
        position: absolute;
        right: 24px;
        top: 24px;
    }
    .sidebar .sidebar-nav li a .sidebar-badge {
        position: absolute;
        right: 16px;
        top: 12px;
    }
    .sidebar .sidebar-nav li a:hover {
        background: transparent;
    }
    .sidebar .sidebar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .sidebar-default {
        background-color: #fff;
    }
    .sidebar-default .sidebar-header {
        background-color: #eceff1;
    }
    .sidebar-default .sidebar-toggle {
        color: #212121;
        background-color: transparent;
    }
    .sidebar-default .sidebar-brand {
        color: #757575;
        background-color: transparent;
    }
    .sidebar-default .sidebar-brand:hover,
    .sidebar-default .sidebar-brand:focus {
        color: #212121;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-default .sidebar-badge {
        color: #fff;
        background-color: #bdbdbd;
    }
    .sidebar-default .sidebar-divider,
    .sidebar-default .sidebar-nav .divider {
        background-color: #bdbdbd;
    }
    .sidebar-default .sidebar-text {
        color: #212121;
    }
    .sidebar-default .sidebar-nav li > a {
        color: #fff;
        background-color: #663300;
    }
    .sidebar-default .sidebar-nav li > a i {
        color: #757575;
    }
    .sidebar-default .sidebar-nav li:hover > a,
    .sidebar-default .sidebar-nav li > a:hover {
         color: #fff;
        background-color: #663300;
    }
    .sidebar-default .sidebar-nav li:hover > a i,
    .sidebar-default .sidebar-nav li > a:hover i {
        color: #757575;
    }
    .sidebar-default .sidebar-nav li:focus > a,
    .sidebar-default .sidebar-nav li > a:focus {
         color: #fff;
        background-color: #663300;
    }
    .sidebar-default .sidebar-nav li:focus > a i,
    .sidebar-default .sidebar-nav li > a:focus i {
        color: #757575;
    }
    .sidebar-default .sidebar-nav > .open > a,
    .sidebar-default .sidebar-nav > .open > a:hover,
    .sidebar-default .sidebar-nav > .open > a:focus {
         color: #fff;
        background-color: #663300;
    }
    .sidebar-default .sidebar-nav > .active > a,
    .sidebar-default .sidebar-nav > .active > a:hover,
    .sidebar-default .sidebar-nav > .active > a:focus {
        color: #212121;
        background-color: #e0e0e0;
    }
    .sidebar-default .sidebar-nav > .disabled > a,
    .sidebar-default .sidebar-nav > .disabled > a:hover,
    .sidebar-default .sidebar-nav > .disabled > a:focus {
        color: #e0e0e0;
        background-color: transparent;
    }
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu {
        background-color: #e0e0e0;
    }
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
        background-color: #e0e0e0;
        color: #212121;
    }
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
        background-color: #cecece;
        color: #212121;
    }
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
    .sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
        color: #212121;
        background-color: #e0e0e0;
    }
    .sidebar-inverse {
        background-color: #212121;
    }
    .sidebar-inverse .sidebar-header {
        background-color: #eceff1;
    }
    .sidebar-inverse .sidebar-toggle {
        color: #212121;
        background-color: transparent;
    }
    .sidebar-inverse .sidebar-brand {
        color: #757575;
        background-color: transparent;
    }
    .sidebar-inverse .sidebar-brand:hover,
    .sidebar-inverse .sidebar-brand:focus {
        color: #212121;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-inverse .sidebar-badge {
        color: #212121;
        background-color: #e0e0e0;
    }
    .sidebar-inverse .sidebar-divider,
    .sidebar-inverse .sidebar-nav .divider {
        background-color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-text {
        color: #f5f5f5;
    }
    .sidebar-inverse .sidebar-nav li > a {
        color: #f5f5f5;
        background-color: transparent;
    }
    .sidebar-inverse .sidebar-nav li > a i {
        color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-nav li:hover > a,
    .sidebar-inverse .sidebar-nav li > a:hover {
        color: #bdbdbd;
        background-color: #000;
    }
    .sidebar-inverse .sidebar-nav li:hover > a i,
    .sidebar-inverse .sidebar-nav li > a:hover i {
        color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-nav li:focus > a,
    .sidebar-inverse .sidebar-nav li > a:focus {
        color: #f5f5f5;
        background-color: transparent;
    }
    .sidebar-inverse .sidebar-nav li:focus > a i,
    .sidebar-inverse .sidebar-nav li > a:focus i {
        color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-nav > .open > a,
    .sidebar-inverse .sidebar-nav > .open > a:hover,
    .sidebar-inverse .sidebar-nav > .open > a:focus {
        color: #bdbdbd;
        background-color: #000;
    }
    .sidebar-inverse .sidebar-nav > .active > a,
    .sidebar-inverse .sidebar-nav > .active > a:hover,
    .sidebar-inverse .sidebar-nav > .active > a:focus {
        color: #f5f5f5;
        background-color: #000;
    }
    .sidebar-inverse .sidebar-nav > .disabled > a,
    .sidebar-inverse .sidebar-nav > .disabled > a:hover,
    .sidebar-inverse .sidebar-nav > .disabled > a:focus {
        color: #757575;
        background-color: transparent;
    }
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu {
        background-color: #000;
    }
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
        background-color: #000;
        color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
        background-color: #000000;
        color: #bdbdbd;
    }
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
    .sidebar-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
        color: #f5f5f5;
        background-color: #000;
    }
    .sidebar-colored {
        background-color: #fff;
    }
    .sidebar-colored .sidebar-header {
        background-color: #e91e63;
    }
    .sidebar-colored .sidebar-toggle {
        color: #f5f5f5;
        background-color: transparent;
    }
    .sidebar-colored .sidebar-brand {
        color: #e0e0e0;
        background-color: transparent;
    }
    .sidebar-colored .sidebar-brand:hover,
    .sidebar-colored .sidebar-brand:focus {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-colored .sidebar-badge {
        color: #fff;
        background-color: #ec407a;
    }
    .sidebar-colored .sidebar-divider,
    .sidebar-colored .sidebar-nav .divider {
        background-color: #bdbdbd;
    }
    .sidebar-colored .sidebar-text {
        color: #212121;
    }
    .sidebar-colored .sidebar-nav li > a {
        color: #212121;
        background-color: transparent;
    }
    .sidebar-colored .sidebar-nav li > a i {
        color: #757575;
    }
    .sidebar-colored .sidebar-nav li:hover > a,
    .sidebar-colored .sidebar-nav li > a:hover {
        color: #e91e63;
        background-color: #e0e0e0;
    }
    .sidebar-colored .sidebar-nav li:hover > a i,
    .sidebar-colored .sidebar-nav li > a:hover i {
        color: #f06292;
    }
    .sidebar-colored .sidebar-nav li:focus > a,
    .sidebar-colored .sidebar-nav li > a:focus {
        color: #212121;
        background-color: transparent;
    }
    .sidebar-colored .sidebar-nav li:focus > a i,
    .sidebar-colored .sidebar-nav li > a:focus i {
        color: #f06292;
    }
    .sidebar-colored .sidebar-nav > .open > a,
    .sidebar-colored .sidebar-nav > .open > a:hover,
    .sidebar-colored .sidebar-nav > .open > a:focus {
        color: #e91e63;
        background-color: #e0e0e0;
    }
    .sidebar-colored .sidebar-nav > .active > a,
    .sidebar-colored .sidebar-nav > .active > a:hover,
    .sidebar-colored .sidebar-nav > .active > a:focus {
        color: #212121;
        background-color: #f5f5f5;
    }
    .sidebar-colored .sidebar-nav > .disabled > a,
    .sidebar-colored .sidebar-nav > .disabled > a:hover,
    .sidebar-colored .sidebar-nav > .disabled > a:focus {
        color: #e0e0e0;
        background-color: transparent;
    }
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu {
        background-color: #e0e0e0;
    }
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
        background-color: #e0e0e0;
        color: #e91e63;
    }
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
        background-color: #cecece;
        color: #e91e63;
    }
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
    .sidebar-colored .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
        color: #212121;
        background-color: #f5f5f5;
    }
    .sidebar-colored-inverse {
        background-color: #e91e63;
    }
    .sidebar-colored-inverse .sidebar-header {
        background-color: #eceff1;
    }
    .sidebar-colored-inverse .sidebar-toggle {
        color: #212121;
        background-color: transparent;
    }
    .sidebar-colored-inverse .sidebar-brand {
        color: #757575;
        background-color: transparent;
    }
    .sidebar-colored-inverse .sidebar-brand:hover,
    .sidebar-colored-inverse .sidebar-brand:focus {
        color: #212121;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-colored-inverse .sidebar-badge {
        color: #212121;
        background-color: #e0e0e0;
    }
    .sidebar-colored-inverse .sidebar-divider,
    .sidebar-colored-inverse .sidebar-nav .divider {
        background-color: #bdbdbd;
    }
    .sidebar-colored-inverse .sidebar-text {
        color: #e0e0e0;
    }
    .sidebar-colored-inverse .sidebar-nav li > a {
        color: #f5f5f5;
        background-color: transparent;
    }
    .sidebar-colored-inverse .sidebar-nav li > a i {
        color: #e0e0e0;
    }
    .sidebar-colored-inverse .sidebar-nav li:hover > a,
    .sidebar-colored-inverse .sidebar-nav li > a:hover {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-colored-inverse .sidebar-nav li:hover > a i,
    .sidebar-colored-inverse .sidebar-nav li > a:hover i {
        color: #f5f5f5;
    }
    .sidebar-colored-inverse .sidebar-nav li:focus > a,
    .sidebar-colored-inverse .sidebar-nav li > a:focus {
        color: #f5f5f5;
        background-color: transparent;
    }
    .sidebar-colored-inverse .sidebar-nav li:focus > a i,
    .sidebar-colored-inverse .sidebar-nav li > a:focus i {
        color: #f5f5f5;
    }
    .sidebar-colored-inverse .sidebar-nav > .open > a,
    .sidebar-colored-inverse .sidebar-nav > .open > a:hover,
    .sidebar-colored-inverse .sidebar-nav > .open > a:focus {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-colored-inverse .sidebar-nav > .active > a,
    .sidebar-colored-inverse .sidebar-nav > .active > a:hover,
    .sidebar-colored-inverse .sidebar-nav > .active > a:focus {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .sidebar-colored-inverse .sidebar-nav > .disabled > a,
    .sidebar-colored-inverse .sidebar-nav > .disabled > a:hover,
    .sidebar-colored-inverse .sidebar-nav > .disabled > a:focus {
        color: #bdbdbd;
        background-color: transparent;
    }
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
        background-color: rgba(0, 0, 0, 0.1);
        color: #f5f5f5;
    }
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #f5f5f5;
    }
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
    .sidebar-colored-inverse .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
        color: #f5f5f5;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .sidebar {
        width: 0;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }
    .sidebar.open {
        min-width: 280px;
        width: 280px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .sidebar-fixed-left,
    .sidebar-fixed-right,
    .sidebar-stacked {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1035;
    }
    .sidebar-stacked {
        left: 0;
    }
    .sidebar-fixed-left {
        left: 0;
        box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
    }
    .sidebar-fixed-right {
        right: 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
        -webkit-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0);
    }
    .sidebar-fixed-right.open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .sidebar-fixed-right .icon-material-sidebar-arrow:before {
        content: "\e614";
    }
    @media (max-width: 768px) {
        .sidebar.open {
            min-width: 240px;
            width: 240px;
        }
        .sidebar .sidebar-header {
            height: 135px;
        }
        .sidebar .sidebar-image img {
            width: 44px;
            height: 44px;
        }
    }