/* 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: #5e322e;
    background: url(../images/bg_menu.jpg);
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}

.header-between .col-12 {
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 235px;
}

.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 {}

/* end header-bottom */



.header_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 91px;
}



.header {
    position: relative;
	background: #54241e
}

.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;
    column-gap: 25px;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-list>li {
    transition: all .2s;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav-list>li:hover >.nav-con {
    display: block;
}
.sub-list >li:hover .nav-con2{
    display: block;
    height: 100%;
}

.nav-list>li:hover>a {
    color: #fff;
}

.menu_icon_mobi,
.seach_mobi {
    display: none;
}
.seach_mobi{
    transform: scale(0);
}

.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 {
    display: flex;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 15px;
    color: #5e322e;
    padding: 18px 10px;
    letter-spacing: .02em;
    text-align: left;
    font-weight: 500;
}
.nav-list li a:hover {
	color: #594c20
}

.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;
    padding: 20px 5px;
    left: 0;
    background: #5e322e;
    transition: all .3s ease;
}
.header_moble>div{
    height: 100vh;
    overflow-y: scroll;
}
.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;
}

.header-dektop .col-lg-11 {
    position: static;
}

.nav-con {
    display: none;
    position: absolute;
    left: 0;
    /* width: 300px; */
    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 >li{
    position: static;
}

.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 #ffffff;
    width: 100%;
    padding: 0px;

    cursor: pointer;
}

.sub-list li a {
    font-size: 12px;
    color: #333;
    padding: 5px 9px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    line-height: 27px;
    background: #ddd;
    position: relative;
}

.sub-list li a i {
    position: absolute;
    right: 0;
    top: 0;
    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: 1em;
    text-transform: uppercase;
    display: block;
    text-align: left;
}

.sub-nav-mb {
    width: 100%;
    transition: all 0.5s linear;

}

.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-c2.show{
    display: block;
}

.sub-nav-mb-c1>a {
    padding-right: 30px;
    width: calc(100% - 30px);
    color: #fff !important;
}

.sub-nav-mb-c1 a>i {
    right: -30px;
}
.sub-nav-mb-c1 .wappa>a{
    width: 85%;
}
.sub-nav-mb-c1 .wappa>span{
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-nav-mb-c1 .wappa>span i{
    font-size: 15px;
}

.wappa {
    color: #fff !important;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.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: #5e322e;
}

.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 {
    background-color: #350303;
}

.sub-list li a:hover {
    background: #ccc;
}

.dh {
    height: auto;
    padding: 0px 0;
    overflow: hidden;
    border-bottom: solid 1px #5e322e;
    color: #333;
    background: #5e322e;
}

.group-social-full ul{
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.title_header {
    display: inline-block;
    float: left;
    line-height: 30px;
    font-size: 13px;
}
.group-social-full ul a{
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.group-social-full ul li a i {
    font-size: 16px;
    color: #fff;
}
.group-social-full ul li a span{
    font-size: 12px;
    color: #fff;
}
.group-social-full ul li {
    margin-left: 20px;
}

.group-social-full {
    margin-left: 14px;
    width: auto;
    float: right;
}

.group-list-header-info {
    display: flex;
    align-items: center;
}

.info-header-item {
    display: flex;
    color: #fff;
    align-items: center;
    margin: 0 20px 0 0;
}

.info-header-item .content {
    padding-left: 10px;
}

.info-header-item .content h4 {
    margin: 0;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 600;
    color: #fff;
}

.info-header-item .content h4 span {
    color: #fff;
    font-size: 15px;
}
.nav-con.nav-con2 {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
}

@media(max-width:1200px) {
    .search {
        width: 360px;
    }

    .nav-list li a {
        font-size: 14px;
        padding: 0px 16px;
    }
}

@media(max-width:991px) {
    .header_all{
        height: unset;
    }
    .seach_mobi:hover .seach {
        transform: translateX(0);
        display: block;
    }
    .header-between{
        padding: 5px 0;
    }
    .display span {
        display: block;
    }

    .seach_mobi .seach form {
        position: relative;
    }

    .seach_mobi:hover {
        color: rgb(2 2 2);
    }

    .seach_mobi:hover .seach {
        transform: translateX(0);
        display: block;
    }

    .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: 25px;
        min-width: 1em;
        color: #5e322e;
    }

    .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: rgba(255, 255, 255, 0.85);
    }

    .header-bottom {
        display: none;
    }

    .menu_icon_mobi,
    .seach_mobi {
        display: block;
        top: 4px;
    }

    .search {
        width: 400px;
    }

    .suv-nav-mobi {
        z-index: -1;
    }

    .display {
        z-index: 10000;
    }

    .item-sub-nav-mb a {
        height: auto;
    }

    .header-dektop {
        display: none;
    }

    .header-mobi {
        display: block;
        height: 100%;
    }

    header {
        min-height: 65px;
    }

    .baner .container {
        padding: 0;
    }
}

@media(max-width: 850px) {
    .header-between {
        padding-bottom: 5px;
    }

}

@media(max-width:767px) {
	.group-social-full {
		display: none;
	}

    .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 img {
        width: 255px;
    }
}


@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: 400px){
    .title_header{
        display: block;
        text-align: center;
        float: unset;
        
    }
    .info-header-item{
        margin: 0;
    }
    .group-list-header-info{
        justify-content: center;
    }
    .group-social-full{
        float: unset;
        display: block;
        margin: 0;
    }
    .group-social-full ul{
        margin-top: 0;
        justify-content: center;
    }
    .dh{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header_moble{
        max-width: calc(100% - 35px );
    }
    

}