.hidden-menu-mobile {
    margin-top: -15px;
    margin-bottom: 10px;
}

.thanh_left a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.search-form-wrapper-mb #searchauto_mb .input-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-form-wrapper-mb #searchauto_mb .input-group input#searchtext_mb {
    height: 45px;
    padding: 2px 10px;
    border: solid 1px transparent;
    border-radius: 3px 0px 0px 3px;
    width: calc(100% - 45px);
    outline: 0;
    box-sizing: border-box;
}

input#searchtext_mb::placeholder {
    font-style: italic;
    color: #333;
    opacity: 0.7;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}

.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn button {
    color: var(--html-cl-website);
    background: none;
    border: none;
}

.search-form-wrapper-mb #searchauto_mb .input-group span.input-group-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.logo-mmobile img {
    height: 35px;
    margin-top: -5px;
}

.title-rpmenu {
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 27px;
    z-index: 999;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    border-radius: 3px;
}

.title-rpmenu span {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 35px;
    height: 25px;
    z-index: 99;
}

.title-rpmenu>a {
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
}

.title-rpmenu .icon-search-mobile {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
}

.title-rpmenu .link_title {
    text-shadow: -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
    top: 0;
    right: 0;
    font-size: 21px;
    color: #73d3ee;
    line-height: 40px;
    padding: 0 15px;
}

.title-rpmenu .wrap {
    text-align: left;
    font-size: 20px;
    padding-left: 45px;
    padding-top: 2px;
}

.title-rpmenu .fa span {
    position: absolute;
    left: 25px !important;
    top: 0px !important;
    background: var(--html-bg-website);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #333;
    font-size: 10px;
    line-height: 15px;
}

.title-rpmenu:before {
    position: absolute;
    top: 4px;
    left: 2px;
    display: block;
    height: 3px;
    width: 30px;
    background: var(--html-bg-website);
    content: '';
    transition: 0.3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-rpmenu:after {
    position: absolute;
    top: 12px;
    left: 2px;
    display: block;
    height: 5px;
    width: 30px;
    border-top: 3px solid var(--html-bg-website);
    border-bottom: 3px solid var(--html-bg-website);
    content: ' ';
    transition: 0.3s all ease;
    box-sizing: initial;
}

.title-rpmenu.active:before {
    top: 6px;
    background: var(--html-cl-website);
    width: 30px;
    left: 7px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: initial;
}

.title-rpmenu.active:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 30px;
    left: 7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*.title-rpmenu .icon-bar {
     width: 30px;
     height: 4px;
     background: #fff;
     float: left;
     clear: both;
     margin-bottom: 3px;
     border-radius: 2px;
     overflow: hidden;
}
*/

.cart-epx {
    display: none
}

#responsive-menu .thanh_left {
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    color: #fff;
    line-height: 43px;
    position: relative;
    font-weight: bold;
}

#responsive-menu .thanh_left span {
    position: absolute;
    width: 47px;
    height: 45px;
    right: 0px;
    top: 0px;
    display: none;
    cursor: pointer;
}

#responsive-menu .thanh_left.active span {
    display: block;
}

button#searchsubmit_mb {
    font-family: 'Arial';
    font-size: initial;
}

#responsive-menu .thanh_left.active span:before {
    content: "";
    position: absolute;
    top: 21px;
    background: #fff;
    width: 30px;
    left: 8px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#responsive-menu .thanh_left.active span:after {
    content: "";
    position: absolute;
    top: 21px;
    border: 0;
    height: 2px;
    width: 30px;
    left: 9px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#responsive-menu .close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 21px;
    z-index: 123;
    opacity: 1;
}

#responsive-menu .close span {
    color: #fff;
    display: none;
}

#responsive-menu {
    position: fixed;
    z-index: 1;
    background: var(--html-bg-website);
    width: auto;
    max-height: 100%;
    z-index: 10000000;
    top: 0px;
    max-height: 420px;
    left: -280px;
    height: 100%;
    width: 280px;
    min-height: 100%;
    box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
    text-align: left;
}

#responsive-menu .content {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    height: 500px;
}

#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}

#responsive-menu .content>ul {
    padding: 0;
    margin: 0;
}

#responsive-menu .content .toggle-menu {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}

#responsive-menu .content>ul>li>ul>li .toggle-menu .fa {
    position: absolute;
    left: -6px;
    top: 5px;
}

#responsive-menu .content ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
    font-family: 'Arial';
    display: block;
}

#responsive-menu .content ul li a.active {
    color: #fff;
}

#responsive-menu .content ul li a b {
    font-weight: normal;
}

#responsive-menu .content ul li ul li a {
    font-size: 14px;
}

#responsive-menu .content ul li {
    text-align: left;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 9px 0px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    cursor: pointer;
    float: none;
}

#responsive-menu .content ul li ul {
    display: none
}

#responsive-menu .content li li:first-child {
    border-top: 1px solid rgba(247, 246, 246, 0.25);
}

#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
    background: var(--html-bg-website);
}

#responsive-menu .content>ul li ul li {
    text-indent: 10px;
}

#responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}


/* MENU RESPONE */

#responsive-menu .content>ul>li>a>span {
    display: inline-block;
    position: relative;
}

#responsive-menu .content ul li a span.icon_trangchu:before {
    background-image: url(../images/icon/icon_trangchu.png);
}

#responsive-menu .content ul li a span.icon_gioithieu:before {
    background-image: url(../images/icon/icon_gioithieu.png);
}

#responsive-menu .content ul li a span.icon_sanpham:before {
    background-image: url(../images/icon/icon_sanpham.png);
}

#responsive-menu .content ul li a span.icon_dichvu:before {
    background-image: url(../images/icon/icon_dichvu.png);
}

#responsive-menu .content ul li a span.icon_congtrinh:before {
    background-image: url(../images/icon/icon_congtrinh.png);
}

#responsive-menu .content ul li a span.icon_tintuc:before {
    background-image: url(../images/icon/icon_tintuc.png);
}

#responsive-menu .content ul li a span.icon_lienhe:before {
    background-image: url(../images/icon/icon_lienhe.png);
}

#responsive-menu .content>ul>li>a>span:before {
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -1px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}