/* 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{
    background-color: #000;
    padding: 0;
}
.header-between .col-12{
    display: flex;
    justify-content: left;
}
.logo{
    height: 80px;
    width: 150px;
}
.logo img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    padding: 7px 0;
}

.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;
}
/* end header-between */

/* header-bottom */
.header-bottom{
    background: #333;
}
/* end header-bottom */
.tra__cuu {
	line-height: 80px;
	margin-left: 20px;
}
.tra__cuu a {
	color: #000;
	background: #ffc902;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
}










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

}
header{
    min-height: 85px;
}
.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{justify-content: right;}
.nav-list{
    width: 100%;
    text-align: center;
}
.nav-list >li{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    /* height: 100%; */
    padding: 0;
}

.nav-list >li:hover .nav-con {
display: block;
}
.nav-list >li:hover> a{
    color: yellow;
}

.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{
    line-height: 80px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #ffff;
    padding: 0px 15px;
    /* height: 100%; */
    position: relative;
    display: flex;
}
.nav-list li a::before {
    content: "";
    display: block;
    height: 45px;
    width: 1px;
    background: rgba(0,0,0,.5);
    left: -1px;
    position: absolute;
}
.nav-list li a::after{
    content: "";
    display: block;
    height: 45px;
    width: 1px;
    background: rgba(0,0,0,.5);
    left: 1px;
    position: absolute;
}
.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: 73px;
    height: auto;
}

.suv-nav-mobi {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: 0;
    background:#000;
    transition: all 200ms linear 0s;
    display: none;
}
.suv-nav-mobi a{
    margin: 0;
    line-height: 45px;
    text-align: center;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    height: 100%;
}
.menu{
    font-size: 30px;
    display: flex;
    position: absolute;
    right: 15px;
    top:50%;
    color: #000000;
    transform: translateY(-50%);
    align-items: center;
    height: 100%;
}

.header-mobi{
  
}

.header-dektop{
    display: flex;
    align-items: center;
}
.header-dektop .col-lg-11{
    position: static;
}
.nav-con{
    display: none;
    position: absolute;
    left: 0;
    width: 300px;
	margin-top: 24px;
    top: 57px;
    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;
}

.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 #000;
    width: 100%;
    padding: 5px 0px;
 
    cursor: pointer;
}
.sub-list li a{
        margin: 0;
        color: #000000;
        text-transform: capitalize;
        display: block;
        line-height: 22px;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        position: relative;
        padding-right:20px;
}
.sub-list li a i{
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
}

.nav-list >li::before{
    content: '';
    width: 200px;
    height: 15px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: translateY(100%);
}


.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: 16px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.sub-nav-mb{
    width: 100%;
    display: none;
    transition: all 0.5s linear;
    padding-left: 10px;
}
.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: #fff;
    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{
    padding-right: 30px;
    width: calc(100% - 10px);
    color: #fff !important;
    position: relative;
}
.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{
    display: block;
}


@keyframes an3{
    0%{
        opacity: 0;
        transform: translateX(0);
    }

    100%{
        opacity: 1;
        transform: translateX(100%);
    }
}
.home_none{
    overflow: hidden;
}
.close-mb{
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 26px;
    cursor: pointer;
}


@media(max-width:1200px){
    .search{
        width: 360px;
    }
      .nav-list li a{
        font-size: 14px;
        padding: 0px 16px;
      }
}
@media(max-width:991px)
{  
	.menu {
		color: #fff;
	}
	.tra__cuu {
		display: none;
	}
	.nav {
		display: none
	}
	.menu{
    transform: translateY(-35%);
}
    .search{width: 400px;}
    .suv-nav-mobi{
        overflow-y: auto;
            z-index: 1000000;
    }
    .item-sub-nav-mb a{
        height: auto;
    }
    .header-dektop{
        display: none;
    }
    .header-mobi{
        display: block;
        height: auto;
    }
    header{
       min-height: 70px;
    }
    .baner .container{
        padding: 0;
    }
}
@media(max-width: 850px){
    .header-between{
        padding-bottom: 5px;
    }
    .menu{
        transform: translateY(-50%);
    }
}
@media(max-width:767px){
    .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: 0 10px;
	}
	.search-header {
		margin: 5px 0;
	}
	.logo {
		padding: 10px 0 0 0;
		height: 70px;
	}
}


@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;
    }
}


.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: 000;
    margin-bottom: 25px;
}
.sub-list li:hover{
    background-color:#000;
}
.sub-list li a:hover {
    color: yellow;
}