.sticky-header {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 1008;
    overflow: hidden;
    border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.show_menu {
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    /*height: 55px;*/
    border-bottom: 2px solid rgba(187, 187, 187, 1);
}

#header_left {
    width: 65%; 
    float: left; 
    margin-left: 3%;
    /*height: 55px;*/
    /*overflow: hidden;*/
}

#header_right {
    width: 29%; 
    float: right; 
    text-align: right; 
    margin-right: 3%;
    /*height: 55px;*/
    /*overflow: hidden;*/
}

.show_menu .left {
    width: 65%; 
    float: left; 
    margin-left: 3%;
}

.show_menu .right {
    width: 29%; 
    float: right; 
    text-align: right; 
    margin-right: 3%;
}

#header_right img {
    vertical-align: middle; 
    cursor: pointer; 
    /*width: 50px;*/
    padding-left: 20px;
}

.show_menu .right img {
    /*width: 28px;*/
    vertical-align: middle; 
    cursor: pointer; 
    padding-left: 20px;
    /*padding: 15px 20px 15px 0;*/
    /*border-bottom: 2px solid rgba(1, 102, 177, 0);*/
}

#header_line {
    width: 90%; 
    float: left; 
    margin: 0 5%;
    /*display: block;*/
}

#menu_button {
    /*border-bottom: 2px solid #ccc;*/
    display: block;
}

#menu_icon {
    display: none;
}

/*#menu_icon img {
    width: 25px;
    margin-top: 15px;
    cursor: pointer;
}*/

#menu-icon {
    /*display: none;*/
    font-size: 30px;
    margin-top: 3px;
    cursor: pointer;
    color: #fff;
}

/*#menu-icon2 {
    display: block;
    font-size: 35px;
    margin-top: 5px;
    cursor: pointer;
    color: #fff;
}*/

.menu_btn {
    border: none;
    background: none;
    margin: 0;
    cursor: pointer;
    padding: 15px 20px 15px 0;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    border-bottom: 2px solid rgba(1, 102, 177, 0);
}

.menu_btn:hover, .menu_btn.active {
    border-bottom: 2px solid #0166b1;
}

.logo {
    width: 40px;
}

.menu_show_btn {
    border: none;
    background: none;
    margin: 0;
    padding: 15px 16px 15px 0;
    font-weight: bold;
    color: #666;
    font-size: 15px;
    line-height: 17px;
    cursor: pointer;
    border-bottom: 2px solid rgba(1, 102, 177, 0);
}

.menu_show_btn:hover, .menu_show_btn.active {
    color: #333; 
    border-bottom: 2px solid #0166b1;
}

/*#logo-grey {
    display: none;
    width: 100px;
}*/

/*#logo-white {
    display: inline;
    width: 150px;
}*/

.icon-menu {
    /*padding: 34px 10px;*/
    /*padding: 29px 10px;*/
    padding: 15px 20px 15px 0;
    vertical-align: middle;
    border-bottom: 2px solid rgba(1, 102, 177, 0);
}

.icon-menu img {
    width: 28px;
}

.icon-menu:hover, .icon-menu.active {
    border-bottom: 2px solid #0166b1; 
}

/*#search-grey {
    display: none;
}

#search-white {
    display: inline;
}

#test-drive-grey {
    display: none;
}

#test-drive-white {
    display: inline;
}*/

.sticky-footer {
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    bottom: 0;
    z-index: 1005;
    margin: auto;
    text-align: center;
    border: 1px solid #bbb;
    display: block;
}

.footer_btn {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    margin: 0;
    width: 10%;
    min-width: 70px;
    height: 55px;
}

.footer_btn img {
    width: 25px;
}

.footer_btn:hover {
    background-color: rgba(238, 238, 238, 0.7);
    border-top: 2px solid #0166b1;
}

#dropdown_menu {
    display: none; 
    background: rgba(0, 0, 0, 0.4); 
    position: fixed; 
    z-index: 1008; 
    width: 100%; 
    font-size: 12px;
    /*background-color: #fff;*/
    /*min-width: 320px;*/
    /*height: calc(100% - 50px);*/
    height: 100%;
    top: 0;
}

.head-btn {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    margin: 0;
    width: 10%;
    min-width: 70px;
    /*height: 55px;*/
}

.head-btn img {
    width: 25px;
}

ul.dropdown {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    margin-top: 0;
    background-color: #fff;
    width: 30%;
    transition: width 0.3s;
    height: 100%;
    text-align: left;
    float: left;
}

ul.dropdown.active {
    width: 98.5%;
}

ul.dropdown li {
    padding: 3px 10px;
    margin-left: 2%;
}

ul.dropdown li p {
    font-size: 16px;
    line-height: 1;
    margin-left: 10%;
}

ul.dropdown li a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

/*ul.dropdown li a:hover {
    background-color: #ffcc00;
}*/

ul.dropdown li input[type="text"] {
    width: 95%;
    margin-top: 5%;
    font-size: 14px;
    color: #999;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 3px 5px;
}

#side-menu-title {
    width: 100%; 
    background-color: #fff; 
    padding: 10px 0; 
    border-bottom: 2px solid rgba(187, 187, 187, 0.5);
    font-size: 14px; 
    display: none;
}

ul.dropdown ul.dropdown_submenu {
    display: none;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

ul.dropdown ul.dropdown_submenu li {
    margin-left: 0;
}

ul.dropdown ul.dropdown_submenu li a {
    display: block;
    color: #000;
    font-weight: normal;
    padding: 2px 15px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

ul.dropdown ul.dropdown_submenu li a:hover {
    /*background-color: #ffcc00;*/
    font-weight: bold;
}

ul.submenu {
    list-style-type: none;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 1);
    width: 35%;
    height: auto;
    text-align: left;
    float: left;
    position: fixed;
    color: #000;
    border: 1px solid #eee;
    display: none;
}

ul.submenu li a {
    display: block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

ul.submenu li a:hover {
    /*color: #bbb;*/
    font-weight: bold;
}

ul.search_list {
    list-style-type: none;
    margin-top: 10px;
    font-size: 14px;
    height: 250px;
    width: 90%;
    overflow-y: auto;
}

ul.search_list li a {
    color: #999;
    border: none;
    text-decoration: none;
    font-weight: normal;
    margin-left: -50px;
}

ul#top_search li a {
    line-height: 32px;
}

#submenu_search input[type="text"] {
    width: 95%;
    margin-top: 5%;
    font-size: 14px;
    color: #999;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 3px 5px;
}

.show-menu-detail {
    width: 90%;
    height: 70%;
    margin: auto;
    overflow: hidden;
    display: none;
}

.show-menu-detail .left {
    width: 30%;
    height: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff;
}

.show-menu-detail .right {
    /*width: 70%;*/
    height: 100%;
    float: left;
    overflow: hidden;
    background-color: #eee;
    width: 0%;
    transition: width 0.3s;
    position: relative;
    display: none;
}

.show-menu-detail .right.active {
    width: 70%;
}

ul.show-menu-list {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    margin-top: 50px;
    margin-left: 50px;
    width: calc(100% - 60px);
    transition: width 0.3s;
    height: calc(100% - 100px);
    text-align: left;
    float: left;
}

ul.show-menu-list li {
    margin-left: 2%;
    width: 98%;
    
}

ul.show-menu-list li a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 8px 0px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

ul.show-menu-list li a:hover, ul.show-menu-list li a.active {
    border-bottom: 2px solid #0166b1;
}

.submenu-footer {
    width: calc(100% - 100px); 
    margin-left: 50px; 
    overflow: hidden; 
    position: absolute; 
    bottom: 0;
}

.submenu-footer a {
    font-size: 12px; 
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

.submenu-footer a:hover {
    color: #333;
}

@media (min-width: 781px) and (max-width: 900px) {
/*    .menu_btn {
        padding: 15px 15px 15px 0;
        font-size: 14px;
    }
    
    .menu_show_btn {
        padding: 15px 12px 15px 0;
        font-size: 14px;
    }*/
}

@media (max-width: 780px) {
/*    .menu_btn {
        padding: 15px 13px 15px 0;
        font-size: 14px;
    }
    
    .menu_show_btn {
        padding: 15px 11px 15px 0;
        font-size: 14px;
    }*/
}

@media (max-width: 767px) {
    #menu_button {
        display: none;
    }
    
    #menu_icon {
        display: block;
    }
    
    .right_menu {
        display: none;
    }
    
    #header_line {
        display: none;
    }
    
/*    .sticky-header {
        border-bottom: 1px solid #bbb;
    }*/
}