.sticky2 {
    position: fixed;
    left: 0;
    right:0;
    z-index: 10000;
    top:0;
}


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

}
.title-rpmenu {
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    width: 45px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
 .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: #fff;
     border-radius: 50%;
     width: 15px;
     height: 15px;
     color: #333;
     font-size: 10px;
     line-height: 15px;
}
 .title-rpmenu:before {
  position: absolute;
    top: 9px;
    left: 8px;
    display: block;
    height: 4px;
    width: 30px;
    background: #fff;
    content: '';
    transition: 0.3s all ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .title-rpmenu:after {
       position: absolute;
    top: 18px;
    left: 8px;
    display: block;
    height: 5px;
    width: 30px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    content: ' ';
    transition: 0.5s all ease;

}
 .title-rpmenu.active:before {
     top: 6px;
     background: #fff;
     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);
}
 .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: 45px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 43px;
    position: relative;
    font-weight: bold;
}
 #responsive-menu .thanh_left span {
     position: absolute;
     width: 47px;
     box-shadow: 0 0 0 45px rgba(0,0,0,.35) inset;
     right: 0px;
     top: 0px;
     display: none;
     cursor: pointer;
}
 #responsive-menu .thanh_left.active span {
     display: block;
}
.thanh_left a {
    color: #fff;
    text-transform: uppercase;
}
 /*#responsive-menu .thanh_left:before {
     position: absolute;
     top: 12px;
     left: 15px;
     display: block;
     height: 2px;
     width: 30px;
     background: #fff;
     content: '';
     transition: 0.3s all ease;
}
 #responsive-menu .thanh_left:after {
     position: absolute;
     top: 22px;
     left: 15px;
     display: block;
     height: 12px;
     width: 30px;
     border-top: 2px solid #fff;
     border-bottom: 2px solid #fff;
     content: ' ';
     transition: 0.3s all ease;
}*/
 #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:#399222;
     background: -moz-linear-gradient(top,  #399222 0%,white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62278d), color-stop(100%,#2cc09b));
      background: -webkit-linear-gradient(top,  #399222 0%,white 100%);
      background: -o-linear-gradient(top,  #399222 0%,white 100%);
      background: -ms-linear-gradient(top,  #399222 0%,white 100%);
      background: linear-gradient(to bottom,  #399222 0%,white 100%);
     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%;
}
 #responsive-menu .content ul {
     list-style: none;
     padding: 10px 0px 10px 0px;
     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: 17px;
    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 .toggle-menu.active{
}
 #responsive-menu .content ul li a{
     color: #FFFFFF;
     font-size: 15px;
     padding-left: 15px;
     font-family: 'RobotoRegular';
     display: block;
}
 #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;
    cursor: pointer;
    float: none;
}
 #responsive-menu .content ul li:hover{
     background: rgba(0,0,0,.2);
}
 #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: rgba(0,0,0,.2);
}
 #responsive-menu .content > ul li ul li{
     padding-left: 15px;
     */
     text-indent: 10px;
}
 #responsive-menu .content > ul li ul li ul li{
    text-indent:20px
}
 #responsive-menu .content > ul > li > ul > li > ul{
}
/* MENU RESPONE */
 #responsive-menu .content > ul > li > a > span {
    display: inline-block;
    margin-right: 6px;
    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;
 }