/*Reponsive Monitor*/
.header-mobi
{
    position: fixed;
    display: flex;
    width: 100%;
    height: 65px;
    background: #f3f3f3;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: .5s ease;
    z-index: 5;
}
.header-mobi .logo{height: 45px;}
.side-bar .logo{height: 100px;padding: 25px;border-bottom: 1px solid #f1f1f1;}
.header-mobi .logo img,.side-bar .logo img{height: 100%;}
body.animate .header-mobi{
    opacity: 1;
    transform: translateY(0%);
    transition: .5s;
    transition-delay: calc(60ms * var(--i));   
}
.shopping-cart{
    position: relative;
}
.shopping-cart a{
    display: flex;
    align-items: center;
    align-content: center;
}
.shopping-cart a.shopping-bag{
    position: fixed;
    right: 15px;
    top: 14px;
    color: #000;
    text-decoration: none;
}
.shopping-cart a i{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #005f38;
}
.shopping-cart small {
    transform: scale(0.8);
    position: absolute;
    background: #005f38;
    color: #fff;
    border-radius: 50%;
    top: -6px;
    left: 9px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.btn-search{width: 50px;height: 50px;line-height: 50px;position: relative;left: 30px;top: 5px;font-size: 30px;text-align: center;}
.btn-search a{
    cursor: pointer;
 color: #005f38; 
 transform: .3s ease;  
}
.btn-search a i{
    height: 30px;
    line-height: 30px;
}
.btn-search a i.cls{
    font-size: 36px;
}
.bg_nav_l{
    background: #d5d5d5;
    z-index: 14;
    position: fixed;
    height: 100%;
    width: 250px;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: .3s ease;
}
body.open .bg_nav_l
{
        opacity: 1;
    transform: translateX(0%);
    transition: .3s ease;
}
.wrapper-menu{
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 18;
}
.side-bar{
    background: #d5d5d5;
    backdrop-filter: blur(15px);
    width: 250px;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 18;
    transition: .3s ease;
}
.side-bar .menu{
    width: 100%;
    display: block;
    margin-top: 10px;
}
.side-bar .menu .item{
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #c7c7c7;
    transform: translateX(-100%);
}
.side-bar .menu .item.user{display: flex;}
.side-bar .logo .user i{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
body.open .side-bar{
 transform: translateX(0px);transition: .3s ease;    
}
body.open .wrapper-menu .side-bar .menu .item{
    transform: translateX(0%);
    transition: .5s;
    transition-delay: calc(60ms * var(--i));
}
.side-bar .menu .item a{
    color: #373737;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 50px;
    font-family: 'Roboto';
}
.side-bar .menu .item a:hover{
    background: #0e6541;
    color: #fff;
    transition: 0.3s ease;
}
.side-bar .menu .item i{margin-right: 15px;}
.side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin:20px;transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu
{
    background: rgba(255, 255,255, 0.1);
    display: none;
}
.rotate{
    transform: rotate(90deg);
    transition: .3s ease;
}
.side-bar .menu .item .sub-menu a{padding-left: 40px;}
.menu-btn{position: fixed;padding: 10px;color: #005f38;font-size: 36px;line-height: 36px;left: 245px;transform: translateX(-245px);margin: 0px;cursor: pointer;z-index: 58;transition: .3s ease;}
.menu-btn i.bx-menu
{
    transition: .5s ease;
    opacity: 0;
    transform: scale(0);
}
.search-mobi{
    position: fixed;
    display: flex;
    padding: 0px;
    top: 0px;
    z-index: 4;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    opacity: 0;
    background: #e2fdf2;
    left: 0;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
    transition: .3s ease;
}
.search-mobi.open{
    opacity: 1;
    transform: translateY(0%);
   transition: .3s ease; 
}
.search-mobi .search-input{width: 50%;padding: 0px 25px;border-radius: 30px;position: relative;display: block;border: 1px solid #616161;/* box-shadow: inset 1px 1px 3px 1px #adadad; */background: #fff;}
.search-mobi .search-input input[type=text]{outline: none;width: 80%;border: transparent;background: transparent;color: #005f38;padding: 15px 3px 15px 5px;border-radius: 30px;}
.search-input .search-btn
{
    position: absolute;
    text-decoration: none;
    font-size: 16px;
    font-family: 'roboto';
    display: flex;
    height: 40px;
    width: 140px;
    top: 70px;
    text-align: center;
    left: calc(50% - 70px);
    line-height: 46px;
    background: #005f38;
    color: #fff;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.search-input .search-btn i{font-size: 25px;height: 20px;line-height: 20px;padding-left: 5px;}
.logo-search{
    height: 60px;
    position: absolute;
    top: -90px;
    left: calc(50% - 128px);
}
.logo-search img{height: 100%}
body.animate .wrapper-menu .menu-btn i.bx-menu
{
    opacity: 1;
    transform: scale(1);
    transition: .5s; 
}

body.open .wrapper-menu .menu-btn{
    color: #fff;
    transform: translateX(0px);
    transition: .3s ease;
}
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(28 28 28 / 89%);
    opacity: 0;
    width: 0%;
    height: 100%;
    min-height: 100%;
    z-index: 3;
    transition: .3s;
}
body.open .wrapper-menu .overlay-body{
    width: 100%;
    opacity: 1;
}
body.reponsive .header-mobi,body.reponsive .menu-btn,body.reponsive .side-bar,body.reponsive .overlay-body,body.reponsive .search-mobi,body.reponsive .bg_nav_l{display: none;}
.side-bar .menu .item a.logout{
    position: absolute;
    display: flex;
    padding: 17px 16px !important;
    text-align: center !important;
    right: 0;
    background: #005f38;
    color: #fff !important;
    top: 0;
    align-items: center;
    }
.side-bar .menu .item a.logout i{
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    margin-right: auto;
}
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {position: fixed;right: 0;visibility: visible;background-color: transparent;width: 110px;height: 110px;cursor: pointer;z-index: 11;-webkit-backface-visibility: hidden;-webkit-transform: translateZ(0);transition: visibility .5s;/* left: 0; */bottom: 15%;display: block;}
.hotline-phone-ring-circle {
width: 85px;
height: 85px;
top: 10px;
left: 10px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #e60808;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 55px;
height: 55px;
top: 25px;
left: 25px;
position: absolute;
background-color: rgba(230, 8, 8, 0.7);
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #e60808;
width: 33px;
height: 33px;
top: 37px;
left: 37px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;text-decoration: none;color: var(--color0);}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}

    
@media only screen and (min-width : 1200px) {

}
@media only screen and (max-width: 1180px) {

}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 912px) {
body.reponsive .header-mobi,body.reponsive .search-mobi{display: flex;z-index: 13;}
body.reponsive .menu-btn,body.reponsive .side-bar,body.reponsive .overlay-body,body.reponsive .bg_nav_l{display: block;}
body.reponsive .search-mobi .search-input{width: 70%;}  
body.reponsive .top-header,body.reponsive .header,body.reponsive .deskop{display: none;}

}
@media only screen and (max-width: 844px) {

}
@media only screen and (max-width: 820px) {


}
@media only screen and (max-width: 812px) {


}
@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 767px) {


}

@media only screen and (max-width: 670px) {


}

@media only screen and (max-width : 667px) {
   

}

@media only screen and (max-width: 500px) {
   
}
@media only screen and (max-width : 479px) {


}
@media only screen and (max-width : 390px) {
   
}
@media only screen and (max-width : 370px) {
    
}