/* header_new */
.header_new {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 15px 0;
    transition: 0.5s;
}

.item-header_new {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header_new-right-1 {
    display: flex;
    justify-content: right;

}

.language {
    display: flex;
    align-items: center;
}

.language a {
    color: white;
    font-size: 13px;
}

.line-language {
    height: 15px;
    width: 1px;
    background-color: white;
    margin: 0px 3px;
}

.btn-next-page a {
    background-color: #0000005c;
    color: #fff;
    border-radius: 12px;
    padding: 6px 12px;
    font-family: avenirnext;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
}

.btn-next-page a i {
    font-size: 11px;
}

.logo img {
    object-fit: cover;
    object-position: center;
}

.search-header {
    display: flex;
    align-items: right;
}

.item-search {
    display: flex;
    border: 1px solid #31288b;
    border-radius: 20px;
    background: #281f88;
    -webkit-box-shadow: 0 0 6px #b9b9b9;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 6px #b9b9b9;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.search {
    width: 400px;
}

.search form input {
    display: block;
    height: 40px;
    border-radius: 20px;
    width: calc(100% - 60px);
    text-indent: 10px;
    outline: none;
    background: #281f88;
    float: left;
    border: none;
    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: #fff;
}

.search form input::placeholder {
    color: #ccc;
}

.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;
    color: #fff;
    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;
    color: #fff;
    font-weight: 500;
    border-left: 1px solid #dee2e6 !important;
    text-transform: uppercase;
    padding-left: 15px;
    margin-left: 15px;
}

.cart-header:hover .show-cart-header {
    display: block;
}

.cart-header a span {
    display: block;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 15px;
}

.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: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.number-inf {
    font-weight: 700;
    color: #fb7f18;
    font-size: 19px;
    line-height: 25px;
}

/* end header-between */

/* header-bottom */
.header-bottom {
    background: #281f88;
    border-bottom: solid 2px #fb7f18;
}












.header {
    position: relative;
}

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

}

.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 {
    width: 100%;
    text-align: right;
}

.nav-list>li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 0.5rem 1rem;
}

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

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

.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 {
    text-transform: uppercase;
    color: #ffff;
    transition: 0.5s;
    position: relative;
    display: flex;
    font-weight: 500;
    line-height: 50px;
    font-size: 15px;
}

.nav-list li a::before {
    content: "";
    display: block;
    height: 45px;
    width: 0;
    background: rgba(255, 255, 255, .2);
    left: -1px;
    position: absolute;
}

.nav-list li a::after {
    content: "";
    display: block;
    height: 45px;
    width: 0;
    background: rgba(255, 255, 255, .2);
    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: 100px;
    height: auto;
    font-size: 20px;
}

.suv-nav-mobi {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: 0;
    background: #281f88;
    transition: all 200ms linear 0s;
    transform: translateX(-100%);
}

.suv-nav-mobi a {
    margin: 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    /* height: 100%; */
}
.main .slide,.slide .autoplay1 img{

    height: 650px;
}

.menu {
    font-size: 30px;
    display: flex;
    color: rgb(248 128 28);
    border-color: rgba(0, 0, 0, .1);
    align-items: center;

}

.header-mobi {}


.header-dektop .col-lg-11 {
    position: static;
}
.header-dektop .nav-list{
    display: flex;
    justify-content: space-between;
}
.nav-con {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 24px;
    top: 30px;
    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 #ccc;
    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;
    white-space: nowrap;
}
.header_new-right {
    width: 82%;
}
.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;

}

.item-sub-nav-mb .bdj>a {
    width: calc(100% - 32px);
}

.sub-nav-mb {
    width: 100%;
    display: none;
    transition: all 0.5s linear;
    padding-left: 10px;
}

.sub-nav-mb .bdj>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;

}

.bdj {
    position: relative;
}

.item-sub-nav-mb .bdj>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;
}

.display-2 {
    transform: translateX(0);
}

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

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

.home_none {
    overflow: hidden;
}

.close-mb {
    color: #281f88;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.bgr-header {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bgr-header .nav-list li a {
    color: #000;
}


@media(max-width:1200px) {
    .header-mobi {
        display: block;
    }
    .item-header_new {
        align-items: center;
    }

    .header_new-right {
        display: none;
    }

    .search {
        width: 360px;
    }

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

@media(max-width:991px) {
    .menu {}

    .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: 100%;
    }

    .baner .container {
        padding: 0;
    }
}

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

    .menu {

    }
}

@media(max-width:767px) {

    .main .slide, .slide .autoplay1 img {
        height: 450px;
    }
    .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 {

        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: white;
}

.sub-list li:hover {
    background-color: #fb7f18;
    color: #fff;
}

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