:root {
    --highlight-color: #ff9800;
    --width-view: 1200px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media screen and (max-width: 1200px) {
    body {
        overflow-x: auto !important;
    }

    .logo {
        left: 10px !important;
    }
}

body{
    margin: 0;
    padding: 0 !important;
    border: 0;
    background: #eee;
    overflow-x: hidden;
    min-width: var(--width-view);
}

html {
    box-sizing: border-box;
}

.account-mobile {
    display: none;
}

.hidden {
    display: none;
}

.div-header-master-mobile {
    display: none;
    background: #2196f3;
}

.sidenav {
    display: none;
}

.content-view {
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    height: calc(100% - 87px);
}

.logo{
    height: 60px;
    width: 60px;
    position: fixed;
    z-index: 999;
    top: 15px;
    left: calc((100% - var(--width-view))/4);
    background: white;
    border-radius: 5px;
}

.logo-menu {
    padding: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo a:hover {
    background: transparent;
}
.img-avatar {
    width: 30px;
    border-radius: 15px;
}

#dropdow-avatar {
}
#dropdow-avatar:focus {
    box-shadow: none;
}
button {
    border: none;
}
.right-menu {
    float: right;
}
.left-menu {
    float: left;
}
#menu {
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    z-index: 9999;
    /*background-color: #dddddd;*/
    /*border-radius: 50px;*/
    /*box-shadow: 0 2px 1px #9c9c9c;*/
}

#menu li {
    float: left;
    padding: 0 0 5px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: white;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover > a {
    color: #cc5500;
    background: transparent;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background-color: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;

}

#menu ul li:last-child {
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid white;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /*border-bottom: 8px solid #444;*/
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}
.header {
    background: #eee;
    position: fixed;
    top: 0;
    left:0;
    z-index: 999;
    width: 100%;
}
.header-menu {
    padding-left: calc((100% - 1075px) / 2);
    width: 100%;
    background: #2196f3;
    display: inline-block;
    position: relative;
}
.header-menu .patten-menu-view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}
.header-search {
    padding: 0 calc((100% - 1025px) / 2);
    width: 100%;
    background: var(--highlight-color);
    display: inline-block;
    height: 52px;
    position: relative;
}
.header-search .patten-search-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
}
.div-search-menu {
    padding: 6px;
}
.input-search {
    background-color: #dddddd;
}
.mdl-shadow--2dp{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
}
.mdl-shadow--2dp:hover {
    box-shadow:0 2px 2px 0 rgba(0,0,0,.3),0 3px 1px -2px rgba(0,0,0,.3),0 1px 5px 0 rgba(0,0,0,.3);
}
/*css banner*/
.nav-banner {
    border: 1px solid #dddddd;
    height: 100%;
    background: lightgoldenrodyellow;
}
.nav-div {
    padding: 0 2px;
}
.hot-new {
    margin-bottom: 10px;
}

.list-sp {
    /*padding: 0;*/
    margin: 5px 5px 5px 2.5px;
    cursor: pointer;
    /*max-width: 300px;*/
    /*height: 100%;*/
    /*border: 1px solid #dddddd;*/
}
/*.list-item-hot-new,.title-how-new {*/
/*margin-left:30px;*/
/*}*/

.li-img-hot-new {
    width: 100%;
    height: 185px;
    display: block;
    object-fit: cover;
    /*object-position: center; !* Center the image within the element *!*/
}
.sale-hot-new {
    display: flex;
    margin-bottom: 10px;
    margin-left: 5px;
}
.name-hot-new {
    /*margin: 5px;*/
    padding: 10px;
}
.icon-sale {
    /*transform: rotate(-0deg);*/
    font-size: 16px;
    color: red;
}
.list-group-horizontal-sm {
    width: 1135px;
    margin: 3px;
}
.list-group-item{
    border: none;
    padding: 0;
}
.title-hot-new {
    width: 100%;
    height: 60px;
    background: white;
    padding-left: 20px;
}
.title-hot-new h6 {
    margin-top: 20px;
}
ul{
    list-style: none;
}

.active{
    color: #3f51b5 !important;
}
.row{
    margin: 0;
}
.div-logo {
    width: calc((100% / 12) * 2);
    float: left;
}
.content-favorite-garage {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mdl-tabs__panel .slick-prev,
.mdl-tabs__panel .slick-next
{
    opacity: .5;
}

.mdl-tabs__panel .slick-prev:hover,
.mdl-tabs__panel .slick-next:hover
{
    opacity: 1.0;
}

.required-field {
    color: red;
}

.required-field:before {
    content: ' *';
}

.modal {
    z-index: 1041 !important;
}
.container-body-more-filter .choices__list--dropdown .choices__list {
    max-height: 158px !important;
}
