/* header-top */
.header-top{
    background: #e5e5e5;
    font-size: 13px;
    line-height: 40px;
    position: relative;
    z-index: 5;
}

.header-top .col-12{
    display: flex;
    justify-content: space-between;
}
.header-top .col-12 ul {
    display: flex;
}
.header-top .col-12 ul li{
    font-size: 13px; 
    line-height: 40px;
    font-weight: 400;
    color: #646464;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.header-top .col-12 ul li i{
    margin-right: 5px;
}
.header-top-right ul li a i{
    font-size: 20px;
}
.header-top-right{
    display: flex;
}
.header-top-right ul li{
    margin-left: 6px;
    margin-right: 0px !important;
}
/* end header-top */

/* header-between */
.header-between{
    z-index: 10000;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
}
.header-between .col-12{
    display: flex;
    justify-content: center;
}

.logo img{
    width: 125px;
    padding: 10px 0px;
    object-fit: contain;
}

.search-header{
    display: flex;
    align-items: center;
}
.item-search{
    display: flex;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.search{
    width: 400px;
}
.search form input{
    display: block;
    height: 40px;
    border-radius: 20px;
    width: calc(100% - 60px);
    text-indent: 10px;
    outline: none;
    float: left;
    border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    color: #000;
    background: #fff;
}
.flex-grow{
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
}
.search form button{
    background-color: #fff0;
    border: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50px;
    justify-content: center;
    font-size: 18px;
}

.cart-information{
    display: flex;
    align-items: center;
}
.item-cart-information{
    display: flex;
}
.cart-header{
    position: relative;
}
.show-cart-header{
    position: absolute;
    top: 75%;
    left: 0;
    z-index: 999;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    display: none;
    z-index: 99999;
    padding-top: 24px;
    width: 200px;

}
.box-cart-header{
    border: solid 1px #ccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,.25);
    background: #fff;
}
.cart-header a{
    position: relative;
    float: right;
    font-size: 17px;
    font-weight: 500;
    border-right: 1px solid #dee2e6 !important;
    text-transform: uppercase;
    padding-right: 15px;
}
.cart-header:hover  .show-cart-header{
    display: block;
}
.cart-header a span{
    display: block;
    font-weight: normal;
    text-transform: lowercase;
}
.cart-header a span i{
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
}
.title-cart{
    background: #eee;
    padding: 4px 10px;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.icon-inf-h{
    margin-right: 10px;
   display: flex;
   align-items: center;
}
.icon-inf-h img{
    height: 40px;
}
.information-header{
    display: flex;
    padding-left: 15px;
}
.title-inf{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.number-inf{
    font-weight: 900;
    color: #ea0000;
    font-size: 20px;
    line-height: 25px;
}



.header{
    position: relative;
}
.header{
    width: 100%;
    /* position: fixed; */
    top: 0;
    z-index: 9999;
    background: #000;

}
header{
}
.nav-list-top{
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}


.header-dektop .col-lg-1{
    padding: 0;

}
.nav{


}
.nav-list{
    display: flex;
    gap: 25px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
}
.nav-list >li{
    transition: all .2s;
    position: relative;
    display: flex;
    align-items: center;
}

.nav-list >li:hover .nav-con {
display: block;
}
.nav-list >li:hover> a{
    color: #d1a579;
}
.menu_icon_mobi ,.seach_mobi{
    display: none;
}
.nav-list-top li {
    
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 10px 0;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-transform: initial;
    font-weight: bold;
    
}
.nav-list-top li span{
     text-transform: uppercase;
     
}
.nav-list li a{
    font-weight: 400;
    display: flex;
    line-height:30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #444444;
    padding: 10px 0;
    /* letter-spacing: .02em; */
    text-align: left;
}


.nav-list li:first-child a::before{

    height: 0px;
    
}
.nav-list li:first-child a::after{

    height: 0px;
    
}
.nav-list >li a>i{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-mobi{
display: none;
}
.header-mobi >a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header-mobi a span{
    color: #fff;
 
    line-height: 70px;
    font-size: 20px;
    font-weight: 400;
}
.header-mobi a img{
    margin-right: 10px;
    width: 250px;
    height: auto;
}

.suv-nav-mobi {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #00000087;
    transform: scale(0);
}
.display {
    transform: scale(1);

}
.header_moble{
    transform: translateX(-100%);
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: 0;
    background:#fff;
    transition: all .3s ease;
}
.suv-nav-mobi a{
    margin: 0;
    line-height: 45px;
    text-align: center;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
}

.header-mobi{
  
}
.display .header_moble{
    transform: translateX(0%);
}
.header-dektop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-dektop .col-lg-11{
    position: static;
}
.nav-con{
    display: none;
    position: absolute;
    left: 0;
    width: 250px;
    top: 100%;
    z-index: 99;
}
.nav-con ul{
    background-color: rgb(255, 255, 255);
}
.nav-con ul li a::after{
    height: 0;
}
.nav-con ul li a::before{
    height: 0;
}
.sub-list img{
    width: 220px;
    height: 120px;
}
.sub-list li{
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.sub-list-2 {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    /* padding: 0px 10px 10px; */
    transform: translateX(100%);
    display: none;
}
.bg-cart>.row{
    margin: 0;
}
.bg-before-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000075;
}
.sub-list li a span:nth-child(2){
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 1.4;
}
.sub-list li a span:nth-child(3){
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
}
.sub-list li {
    /* border-bottom: 1px solid #cdcdcd; */
    width: 100%;
    padding:  0px;
    cursor: pointer;
}
.sub-list li a{
    font-size: 12px;
    color: #30373e;
    padding: 5px 9px;
    margin: 0;
    text-transform: uppercase;
    line-height: 27px;
    position: relative;
    display: flex ;
    justify-content: space-between;
    align-items: center;
}
ul.sub-list li a svg {
    transform: rotate(270deg);
}

.sub-list li a i{
    position: absolute;
    right: 0;
    top: 30%;
    transform: rotate(-90deg);
}



.sub-list > li:hover .sub-list-2{
    display: block;
}

.text-mota{

}
h3.title-mota{
    border-bottom: 2px solid #e3342f;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 15px;
}
h3.title-mota span{
    text-transform: uppercase;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    background-color: #ff0700;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;

}
.text-mota p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.item-sub-nav-mb{

    position: relative;
}
.item-sub-nav-mb >a{
    padding: 0 10px;
    color: #fff !important;
    font-size: .8em;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.sub-nav-mb{
    width: 100%;
    transition: all 0.5s linear;
    display: none;

}

.sub-nav-mb a{
    display: block;
    text-align: left;
    padding: 8px 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.item-sub-nav-mb a{
    position: relative;

}
.item-sub-nav-mb a >i{
    color: #000;
    font-size: 12px;
    flex: 0 0 30px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 13px 10px;
}
.sub-nav-mb-act{
    display: block;
}
.sub-nav-mb-c2{
    padding-left: 15px;
    display: none;
}
.sub-nav-mb-c1>a{
    padding-right: 30px;
    width: calc(100% - 30px);
    color: #fff !important;
}
.sub-nav-mb-c1 a> i{
    right: -30px;
}
.wappa{
    color: #fff !important;
    position: relative;
}
.sub-nav-mb-c1 a{
    padding-left: 15px;
    color: #ffffffb8;
}
.btn-us{
    color: #fff;
    font-size: 12px;
    
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 13px 10px;
}
.sub-nav-mb-c2 >a{
    padding-top: 0;
}
.wappa a{
   
    position: static;
}
.display{
transform: translateX(0);
}

.nav-list >li > i{
    font-size: 14px;
    color: #30373e  ;
}
.header_z_fix {
    position: fixed !important;
}
@keyframes an3{
    0%{
        opacity: 0;
        transform: translateX(0);
    }

    100%{
        opacity: 1;
        transform: translateX(100%);
    }
}

.close-mb{
    color: #000;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 26px;
    cursor: pointer;
}

.suv-nav-mobi span{
    display: none;
}


.bgr-menu-mobile{
    /* right: 0;
    height: 100vh;
    margin: 0;
    margin-right: 0px;
    margin-right: 0px;
    margin-right: 0px;
    margin-right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    align-items: center; */

   
}
.suv-nav-mobi .logo{
    width: 100%;
    padding: 10px;
    background-color: white;
}
.sub-list li:hover{
}
.sub-list li a:hover {
    color: #d1a579;
}




















.tat-city {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 370px;
}

.tat-city a {
    font-size: 20px;
    display: block;
    color: #e8c29b !important;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid;
}

.tat-city p {
    color: #e8c29b !important;
    display: inline-block;
    font-size: 35px;
}





























.name-city {
    /* text-align: center; */
    /* padding-right: 40px; */
    /* display: flex; */
    /* align-items: center; */
}

.name-city span {
    color: #eff0f2;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    /* background: #333333; */
    padding: 5px 10px;
}

.box-right-host {
    display: flex;
    justify-content: end;
    align-items: center;
}

.box-phone-city a {
    color: #b0b6bc;
    font-size: 14px;
}

.box-phone-city i {
    padding-right: 5px;
    font-size: 18px;
}

.box-phone-city a {
    display: inline-flex;
    align-items: center;
}

.box-dky-tuvan a {
    background: #d1a579;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    height: 100%;
    align-items: center;
    color: #fff !important;
}
.box-dky-tuvan a svg {
    height: 32px;
    width: 30px;
    margin-left: 10px;
}
.box-phone-city {
    padding-right: 20px;
}
.header-bottom .nav {
    width: 100%;
}


li.search-deskop a svg {
    width: 30px;
    height: 30px;
}














.site-search-popup {
    display: none;
    position: relative;
}

.site-search-popup-wrap {background: #fff;width: 100%;position: fixed;right: 0;left: 0;top: 0;z-index: 99;}

.container.box-section-contaien {
    height: 174px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    width: 55%;
}

.box-section-contaien > a {
    position: absolute;
    right: 0;
    top: 25px;
}

.site-search-tipe form {
    position: relative;
}

.site-search-tipe form input {
    width: 100%;
    height: 49px;
    border: 1px solid #dfe2e2;
    padding-left: 23px;
    border-radius: 5px;
}

.site-search-tipe {
    width: 100%;
}

.site-search-tipe form button {
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.site-search-tipe form button i {
    color: #5e5a5a;
}

.container.box-section-contaien a i {
    font-size: 18px;
}
.box-header-top-ss {
    display: flex;
    justify-content: space-between;
}
.box-header-top-parter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
}
.box-header-top-parter {
    position: relative;
    background: #30373e;
}
.logo {
    /* background: #30373e; */
    padding-bottom: 0;
}
.header_all {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

li.search-deskop svg {
    cursor: pointer;
    width: 25px;
    height: 25px;
}

span.active-slose {
    color: #333;
}
span.close-mb.btnshownavmobi i {
    color: #fff;
}
span.active-slose.active ~ .seach {
    display: block;
    transform: translateY(10px);
}

ul.nav-list li {
    position: relative;
}

ul.nav-list > li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: auto;
    bottom: 1px;
    right: 0;
    background-color: #d1a579;
    transition: all .4s ease;
}
.site-search-popup.show-more {
    display: block;
    z-index: 99999;
}
ul.nav-list li:hover:before {
    width: 100%;
}
span.menu.btnshownavmobi svg {
    width: 30px;
    height: 30px;
}
















.form-active-cretax .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 70%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  
  .form-active-cretax .title {
    font-size: 21px;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-family: "Montserrat";
  }
  
  .form-active-cretax .title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #2a1961;
  }
  
  .form-active-cretax .title::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #2a1961;
  }
  
  .form-active-cretax .title::before {
    width: 18px;
    height: 18px;
    background-color: #30373e;
  }
  
  .form-active-cretax .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  
  .form-active-cretax .message,
  .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
    font-family: "Montserrat";
  }
  
  .form-active-cretax .signin {
    text-align: center;
  }
  
  .form-active-cretax .signin a {
    color: #2a1961;
  }
  
  .form-active-cretax .signin a:hover {
    text-decoration: underline #2a1961;
  }
  
  .form-active-cretax .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .form-active-cretax .form label {
    width: 100%;
    position: relative;
  }
  
  .form-active-cretax .form label .input {
    outline: 0;
    font-family: "Montserrat";
    display: block;
    width: 100%;
    height: 42px;
    background: #efe9e3;
    border-radius: 0.375rem;
    padding: 0 0.625rem;
    font-size: 14px;
    color: #000;
    border: 0;
  }
  
  .form-active-cretax .form label .input+span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .item-datlich.myBtn_tuvan img {
    width: 30px;
  }
  
  .box-right-mobile-flow {
    display: flex;
    animation: none;
  }
  
  .item-datlich.myBtn_tuvan {
    cursor: pointer;
    display: none;
  }
  
  .item-datlich.myBtn_tuvan span {
    display: block;
    font-size: 12px;
  }
  
  .item-datlich.myBtn_tuvan {
    text-align: center;
  }
  
  .form-active-cretax .form label .input:placeholder-shown+span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form-active-cretax .form label .input:focus+span,
  .form label .input:valid+span {
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form-active-cretax .form label .input:valid+span {
    color: green;
  }
  
  .form-active-cretax .submit {
    width: 190px;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    background: #30373e;
  }
  
  .form-active-cretax .submit:hover {
    background-color: rgb(56, 90, 194);
    cursor: pointer;
  }
  
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
  
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  
  .item-cretax-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
  }
  
  .form-active-cretax {
    position: relative;
    display: none;
  }
  
  .form-active-cretax.active {
    display: block;
  }
  
  .form-active-cretax:before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
  }
  
  .form-bg-pupop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    z-index: 99;
  }
  
  .close-form-active {
    position: absolute;
    right: 20px;
    top: 9px;
    z-index: 9999;
    cursor: pointer;
  }
  
  .MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-vubbuv {
    width: 17px;
    height: 17px;
}
.wappa.your-new-class ~ .sub-nav-mb-c2 {
    display: block;
}
a.icon-home i {
    font-size: 20px !important;
}

.box-active-header2 {
    padding: 0px 10px;
}
.box-phone-city a svg {
    fill: #d1a579;
    padding-right: 6px;
    height: 16px;
    width: 25px;
}
.box-active-header2 {
    display: flex;
    align-items: center;
}
.sub-nav-mb-c2.display {
    display: block;
}

.box-header-top-parter {
    BACKGROUND: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 165px; */
    /* padding-top: 25px; */
    background-position: center center;
}
.header-between.header_z_fix .box-header-top-parter {
    display: none;
}
.name-city {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.box-text-header span {
    font-size: 41px;
    /* background: #b0a997; */
    color: #f7d5b2;
    margin: 0;
    margin-top: 0px;
    /* padding-top: 45px; */
    padding-bottom: 0px;
    line-height: 26px;
    font-family: serif;
}
span.box-text-bottom {
    padding: 5px 50px;
    font-family: serif;
    font-weight: 500;
    color: #f7d5b2;
    padding-bottom: 0px;
}
.box-text-header {
    /* background: #333333; */
    display: inline-block;
}
.logo2-mobile {
    display: none;
}
@media(max-width:1200px){
    .search{
        width: 360px;
    }
      .nav-list li a{
        font-size: 14px;
        padding: 0px 16px;
      }
}
@media(max-width:991px){
    .box-header-top-ss {
        padding-bottom: 0px;
    }
    .logo2-mobile {
        display: block;
    }
    .name-city {
        position: unset;
        transform: unset;
        margin: 0 auto;
        padding: 10px 50px;
        text-align: center;
    }
    
    span.box-text-bottom {
        padding: 0px;
        display: block;
        width: max-content;
        margin: 0 auto;
    }

    .box-header-top-ss .logo {
        display: none;
    }
    .box-text-header span {
        font-size: 40px;
    padding-top: 20px;
    }
    
    .logo2-mobile a img {
        height: 95px;
        width: 95px;
        background: #333333;
    }
    
    .box-header-bial {
        justify-content: space-between !important;
    }
    
    .box-header-bial nav {
        display: none;
    }
    
  
    .seach_mobi {
        /* order: 1; */
    }
    
    .menu_icon_mobi {
        /* order: 2; */
    }
    
    .slide {background: none;}

.box-text-slider-content {
    position: unset;
}

.box-img-right-slider {
    width: 100%;
}

.box-text {
    display: block;
}

.box-text-content-slider {
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 9999999;
    text-align: center;
}



.box-text-content-slider p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}



    .box-header-bial {
        display: flex;
        justify-content: right;
        align-items: center;
    }
    
    .logo {
        position: unset;
        padding-bottom: 0px;
    }
    
    .seach_mobi {
        padding-left: 20px;
    }
    .display span{
        display: block;
    }
    .seach_mobi .seach form{
        position: relative;
    }
    .seach_mobi:hover{
        color: rgb(2 2 2);
    }

    .seach_mobi .seach input{
        border: 1px solid #ddd;
        padding: 0 0.75em;
        height: 2.507em;
        font-size: .97em;
        border-radius: 0;
        max-width: 100%;
        width: calc(100% - 20px);
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    }
    .seach_mobi .seach button{
        border: none;
    outline: none;
    background-color: #222;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    }
    .menu_icon_mobi i{
        font-size: 16px;
        min-width: 1em;
        color: #333
    }
    .seach_mobi .seach{
        box-shadow: 1px 1px 15px rgba(0,0,0,.15);
        position: absolute;
        top: 150%;
        transition: all .3s ease;
        z-index: 9;
        color: #777;
        background-color: #fff;
        min-width: 290px;
        right: -15px;
        display: none;
        padding: 10px;
        transform: translateX(100%);
    }
    .seach_mobi{
        position: relative;
    }
    .seach_mobi > i{
        font-size: 1.2em;
        min-width: 1em;
        color: #333;
    }
    .header-bottom{
        display: none;
    }
    .menu_icon_mobi ,.seach_mobi{
        display: block;
    }

    .search{width: 400px;}
    .suv-nav-mobi{
            z-index: -1;
    }
    .display{
        z-index: 10000;
    }
    .item-sub-nav-mb a{
        border-top: 1px solid rgba(255,255,255,.2);
        color: #333 !important;
        height: auto;
    }
    .header-dektop{
        display: none;
    }
    .header-mobi{
        display: block;
        height: 100%;
    }
    header{
       min-height: 65px;
    }
    .baner .container{
        padding: 0;
    }
}
@media(max-width: 850px){
   
    
}
@media(max-width:767px){
    .contact-form{
        padding: 100px 15px 20px 15px;
    }
    .content-introduce .title-introduce h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .content-introduce{
        padding: 20px 0;
    }
    .item_sl_les .box-slide{
    height: 250px;
  }
  h3.title-mota span{
    font-size: 20px;
	}
	.header-between .col-12
	{
		padding: 5px 10px;
	}
	.search-header {
		margin: 5px 0;
	}
	.logo {
		padding: 5px 0 0 0;
		height: 85px;
	}
	.logo img {
		width: 150px;
	}
}


@media (max-width: 991px){
    .cart-information{
        display: none;
    }
    .header-top-left{
        display: none;
    }
    .header-top-right{
        display: flex;
        justify-content: right;
        width: 100%;
        padding: 5px 0px;
    }
}

@media (max-width: 550px){
    .logo2-mobile a img {
        height: 70px;
        width: 70px;
        background: #333333;
    }
    span.active-slose i {
        color: #fff;
    }
    span.menu.btnshownavmobi svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    .menu_icon_mobi i{
        font-size: 13px;
    }
    .logo img {
        height: 70px;
    }
    .header-between {
        background: #333333;
    }
    .menu_icon_mobi i{
        color: #333;
    }
    .seach_mobi > i {
        color: #fff;
        font-size: 17px;
    }
    .logo {
        height: 80px;
    }
    .col-lg-10.box-header-top-ss {
        background-color: #fff;
    }
    .name-city span {
        padding: 5px 10px;
        font-size: 20px;
    }
    .box-text-header span {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 0px;
        line-height: 17px;
    }

    .box-img-right-slider img {
        height: 50vh;
    }
    .box-text-content-slider {
        width: 80%;
        transform: translate(-50%, -45%);
        left: 53%;
        z-index: 9999999;
        text-align: center;
    }

    .box-text-content-slider h3 {
        font-size: 33px;
    }

    .box-right-host {
        display: none;
    }
    
    .col-lg-10.box-header-top-ss {
        justify-content: center;
    }

}