.btn-show-menu.active {
    background: hsl(205deg 86% 39% / 90%);
}
.btn-show-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 10px;
}
.btn-in {
    position: absolute;
    height: 26px;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.btn-out {
    position: absolute;
    height: 26px;
    width: 30px;
    right: -100px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.7s ease-in-out 0s;
}
.btn-show-menu.active .btn-out {
    right: 0;
}
.btn-in span,
.btn-out span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    top: 0;
    left: 0;
}
.btn-out span {
    background: #fff;
}
.btn-in span:nth-child(2),
.btn-out span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-in span:nth-child(3),
.btn-out span:nth-child(3) {
    bottom: 0;
    top: initial;
}
.title-rpmenu {
    color: #fff;
    position: relative;
    z-index: 12345;
    min-height: 42px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bgmain);
    padding: 0 10px;
}
.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background: #E25922;
    float: left;
    clear: both;
    margin-bottom: 3px;
    border-radius: 5px;
    overflow: hidden;
}
.cart-epx {
    display: none
}
#responsive-menu .close {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 26px;
    z-index: 123;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background: var(--bgmain);
    width: auto;
    z-index: 99999999999;
    left: -300px;
    width: 300px;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
#responsive-menu .content {
    max-width: 300px;
    width: 100%;
    padding: 10px;
}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
#responsive-menu .content>ul {
    padding: 0px 0px;
    margin: 0;
}
#responsive-menu .content .toggle-menu {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 18px;
    background-color: #444;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    cursor: pointer;
}
#responsive-menu .content .toggle-menu i {
    transition: 0.3s all;
}
#responsive-menu .content ul li a {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--fontSB);
    font-size: 16px;
}
#responsive-menu .content ul li ul li a {
    font-size: 14px;
    text-transform: capitalize;
}
#responsive-menu .content ul li ul li {
    padding: 5px 0;
}
#responsive-menu .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 0px;
    position: relative;
    cursor: pointer;
    float: none;
}
#responsive-menu .content ul li:hover {
    /* background: #224182; */
}
#responsive-menu .content ul li ul {
    display: none
}
#responsive-menu .content li li:first-child {}
#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
    border-left: 1px solid #fff;
}
#responsive-menu .content>ul li ul li {
    padding-left: 10px;
}
#responsive-menu .content>ul li ul li ul li {
    /* text-indent: 20px */
}
.btn-showmenu {
    width: 30px;
    height: 16px;
    position: relative;
    z-index: 80;
    cursor: pointer;
    margin-left: 7px;
}
.btn-showmenu:before,
.btn-showmenu:after,
.btn-showmenu span {
    background: #fff;
}
.btn-showmenu:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0px;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu-wrap {
    width: 80px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    font-size: 17px;
}
.timkiem {
    float: right;
    width: 91%;
}
input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
    outline: none;
}
.btn-showmenu.active span {
    opacity: 0;
}
.btn-showmenu.active:before {
    -webkit-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -khtml-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -moz-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -ms-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -o-transform: translate(-2.5px, -50%) rotateZ(45deg);
    transform: translate(0.5px, -50%) rotateZ(45deg);
    top: 50%;
}
.btn-showmenu.active:after {
    -webkit-transform: translate(3px, 50%) rotateZ(-45deg);
    -khtml-transform: translate(3px, 50%) rotateZ(-45deg);
    -moz-transform: translate(3px, 50%) rotateZ(-45deg);
    -ms-transform: translate(3px, 50%) rotateZ(-45deg);
    -o-transform: translate(3px, 50%) rotateZ(-45deg);
    transform: translate(1px, 50%) rotateZ(-45deg);
    bottom: 50%;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}
.ctop {
    /* top: 40px; */
    /* position: fixed !important; */
}
.selectpicker1 {
    padding: 5px 3px;
    padding-bottom: 5px;
    margin-right: -5px;
    border: 1px solid #E6E6E6;
    border-right: 0px;
    width: 27%;
    height: 35px;
    font-size: 10pt;
    color: #9e9e9e;
}
header #form-xsearch1 input {
    padding: 5px 3px;
    background-color: white;
    outline: none;
    border: 1px solid #E6E6E6;
    border-left: 1px solid #EFEFEF;
    padding-left: 6px;
    width: 85%;
    text-indent: 15px;
    margin: 0 -3px;
    font-size: 10pt;
    color: #9e9e9e;
    height: 35px;
}
header #form-xsearch1 button {
    width: 15%;
    font-size: 10pt;
    background-color: #ED1C24;
    border: 0;
    color: white;
    margin-left: 0px;
    padding: 7px 7px;
    height: 35px;
}
.menurepon {
    position: relative;
}
#responsive-menu::-webkit-scrollbar {
    width: 3px;
    background: #C1C1C1;
}
.item-srrp {
    width: 25px;
    float: right;
    height: 0px;
}
a.searchrp {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 100;
    background: url(../images/timkiem.png) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 9px;
}
.search-formrp {
    margin-top: 4px;
    background-color: #fff;
    width: 0px;
    height: 34px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 0px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 1);
    opacity: 0;
    right: 32px;
    z-index: 23;
}
.form-row-searchrp {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_searchrp {
    position: absolute;
    font-family: 'fontB';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    bottom: 66px;
    right: 163px;
}
#search_frm_virp {
    position: absolute;
    right: 10px;
    top: 12px;
}
.form-row-searchrp input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
    font-size: 13px;
}
.title-responsive-menu.flex_row {
    padding: 20px 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    height: 80px;
}
.title-responsive-menu p {
    font-size: 22px;
    font-family: var(--font);
    margin: 0;
    padding: 0;
}
.title-responsive-menu p i {
    font-size: 16px;
    font-size: 22px;
}
.title-responsive-menu span {
    font-size: 18px;
    background-color: #444;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    cursor: pointer;
}
.title-responsive-menu span i {}
.login-responsive-menu {
    padding: 20px 12px;
    border-top: 1px solid #fff;
    text-align: center;
}
.login-responsive-menu a {
    display: block;
    padding: 10px 0;
    color: #fff;
}
.login-responsive-menu a i {
    padding: 0 5px 0 0;
}
.login-responsive-menu a.btn-login-responsive {
    background-color: #515151;
    border-color: #515151;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
.login-responsive-menu a.btn-login-responsive i {}
.hotline-email-responsive {
    padding: 20px 12px;
    border-top: 1px solid #fff;
}
.hotline-email-responsive span,
.hotline-email-responsive a {
    display: block;
    padding: 5px 0;
    color: #fff;
}
.hotline-email-responsive span i,
.hotline-email-responsive a i {
    padding: 0 5px 0 0;
}
.drawer-left__inner {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    flex-grow: 1;
    /* height: 900px; */
}
.overlay-backdrop {
    background-color: #ffffffa6;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999996;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.showmnrp .overlay-backdrop.active {
    display: block;
}
#responsive-menu .content ul li a i.fa-home {
    padding: 0 5px 0 0;
}
#responsive-menu .content ul li ul li .toggle-menu {
    width: 28px;
    height: 28px;
    top: 3px;
    font-size: 15px;
    line-height: 30px;
}