@media (max-width: 991px) {
    .opacity_menu.current {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9999
    }
}

.header {
    padding: 10px 0;
    background: #fff
}

.header .logo {
    display: flex;
    align-items: center;
    height: 60px;
    overflow: hidden
}

.header .logo img {
    max-width: 237px
}

@media (max-width: 1199px) {
    .header .logo img {
        max-width: 100%
    }
}

.header .group-account {
    padding: 0;
    margin: 0;
    text-align: right
}

.header .group-account li {
    display: inline-block;
    margin-right: 20px
}

@media (max-width: 1199px) {
    .header .group-account li {
        margin-right: 18px
    }
}

.header .group-account li .icon {
    position: relative;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center
}

.header .group-account li .icon span {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 17px;
    top: 13px;
    font-size: 10px
}

.header .group-account li .icon svg {
    width: 25px;
    height: 25px
}

.header .group-account .icon:hover .drop-account {
    opacity: 1;
    visibility: visible
}

.header .group-account .drop-account {
    width: 130px;
    position: absolute;
    top: 55px;
    left: -50px;
    background: #fff;
    text-align: center;
    z-index: 9;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    border-radius: 4px;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.header .group-account .drop-account:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    margin-left: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%)
}

.header .group-account .drop-account a {
    display: block;
    text-decoration: none;
    line-height: 30px
}

.header .group-account .drop-account a:first-child {
    border-bottom: solid 1px #ebebeb
}

@media (max-width: 991px) {
    .header .contact-phone {
        display: none
    }
}

.header .contact-phone.username_bar {
    background-image: none
}

.header .contact-phone.username_bar a {
    font-size: 14px
}

.header .contact-phone.username_bar a:hover {
    opacity: 0.7
}

.header .contact-phone.username_bar:before {
    content: attr(data-name);
    width: 32px;
    height: 32px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 32px;
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 32px;
    font-size: 20px
}

.header .contact-phone.not {
    background-image: url("//bizweb.dktcdn.net/100/433/731/themes/833720/assets/users.svg?1671940154263")
}

.header .contact-phone.not a {
    font-size: 14px
}

.header .contact-phone.not a:hover {
    opacity: 0.7
}

.header .contact-phone {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    top: -5px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    line-height: 20px;
    margin-left: 10px;
    background-image: url("//bizweb.dktcdn.net/100/433/731/themes/833720/assets/call.svg?1671940154263")
}

@media (max-width: 991px) {
    .header .contact-phone {
        display: none
    }
}

.header .contact-phone p {
    font-size: 14px;
    margin-bottom: 0
}

.header .contact-phone a {
    font-size: 18px;
    color: #05133e;
    font-weight: bold;
    text-decoration: none
}

.header .contact-phone a:hover {
    opacity: 0.7
}

.cart-drop:hover .top-cart-content {
    opacity: 1;
    visibility: visible
}

.top-cart-content {
    right: 0px;
    top: 60px;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 10000;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.theme-search-smart {
    width: 340px;
    height: 42px;
    margin-top: 8px;
    display: inline-block
}

@media (max-width: 1199px) and (min-width: 992px) {
    .theme-search-smart {
        max-width: 310px
    }
}

@media (max-width: 991px) {
    .theme-search-smart {
        width: 100%
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .theme-search-smart {
        padding-left: 30px
    }
}

.header_search {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: solid 1px #05133e;
    border-radius: 5px
}

@media (max-width: 767px) {
    .header_search {
        margin-right: 0
    }
}

.header_search form {
    width: 100%
}

.header_search form input {
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    background: transparent;
    outline: none;
    padding: 0 45px 0 10px;
    border: none;
    overflow: hidden;
    background: #fff;
    border-radius: 6px !important;
    font-size: 14px;
    color: #999ea1
}

.header_search form input::-webkit-input-placeholder {
    color: #999ea1
}

.header_search form input::-moz-placeholder {
    color: #999ea1
}

.header_search form input:-ms-input-placeholder {
    color: #999ea1
}

.header_search form .input-group-btn {
    position: absolute;
    white-space: nowrap;
    width: 40px;
    height: 36px;
    line-height: 36px;
    right: 0;
    top: 0px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden
}

.header_search form .input-group-btn button {
    padding: 0 10px;
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #333;
    background-color: transparent;
    border: none
}

.header_search form .input-group-btn button svg {
    width: 23px;
    height: 30px;
    margin-top: 4px
}

.header_search.theme-searchs {
    position: relative
}

@media (max-width: 991px) {
    .header_search.theme-searchs {
        flex: 1
    }
}

.header_search.theme-searchs .results-box {
    color: #555;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33)
}

.header_search.theme-searchs .results-box p {
    margin-bottom: 0;
    text-align: center;
    border-bottom: dashed 1px #ebebeb;
    padding: 5px 0;
    color: #2196f3;
    font-size: 12px;
    cursor: pointer;
    pointer-events: painted
}

.header_search.theme-searchs .results-box p:hover {
    color: #ffb416
}

.header_search.theme-searchs .results-box .history {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column
}

.header_search.theme-searchs .results-box .iser {
    border-bottom: dashed 1px #ebebeb
}

.header_search.theme-searchs .results-box .iser a {
    padding-left: 25px;
    background: url("//bizweb.dktcdn.net/100/433/731/themes/833720/assets/wall-clock.svg?1671940154263") no-repeat center left;
    background-size: 14px;
    background-position-x: 4px;
    line-height: 21px;
    word-break: break-word;
    font-size: 12px;
    cursor: pointer
}

.header_search.theme-searchs .results-box .iser:hover {
    background: #f8f8f8
}

.header_search.theme-searchs .results-box a {
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    display: block
}

.header_search.theme-searchs .results-box a .img {
    text-align: center;
    float: left;
    width: 40px;
    margin-right: 5px
}

.header_search.theme-searchs .results-box a .d-title {
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #303846;
    line-height: 18px
}

.header_search.theme-searchs .results-box a .d-title.d-price {
    color: #d80000 !important;
    font-weight: bold
}

.header_search.theme-searchs .results-box a:hover .d-title,
.header_search.theme-searchs .results-box a:focus .d-title {
    color: red
}

.header_search.theme-searchs .results-box a+a {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.header_search.theme-searchs .results-box a.note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 22px
}

.header_search.theme-searchs .results-box a.note:hover,
.header_search.theme-searchs .results-box a.note:focus {
    color: red
}

.header_search.theme-searchs .results-box .note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 7px 0px
}

.header_search.theme-searchs .results-box .note:hover,
.header_search.theme-searchs .results-box .note:focus {
    color: red
}

.header_search.theme-searchs .results-box .theme-loading {
    display: block;
    padding: 7px;
    text-align: center;
    background-color: #fff
}

.header_nav_main {
    background-color: #05133e;
    height: 42px
}

@media (max-width: 991px) {
    .header_nav_main {
        height: 70px;
        background-color: #fff
    }
}

.header_nav_main .menu_mega {
    width: 280px
}

@media (max-width: 1199px) {
    .header_nav_main .menu_mega {
        width: 225px
    }
}

.header_nav_main .bg-header-nav {
    width: calc(100% - 280px)
}

.bg-header-nav .header-nav>ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
    padding: 0px;
    height: 42px
}

@media (max-width: 1199px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item {
        margin-right: 0px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:first-child>a {
    padding-left: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item.has-mega {
    position: static !important
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    padding: 0px 20px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 500
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
        padding: 0px 15px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    transition: 0.5s
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>a.caret-down:before {
        left: 105%
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
    color: yellow;
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:before {
    transform: rotate(180deg);
    border-color: #ffb416 transparent transparent transparent
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item .fa-caret-down {
    visibility: hidden;
    display: none
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 280px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li {
    float: none;
    padding: 0 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
    border-bottom: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
    display: block;
    position: absolute;
    width: 250px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }

    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
        padding-left: 25px
    }
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 5px 20px 5px 10px;
    color: #000;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    transition: 0.5s;
    transform: rotate(270deg)
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {
    display: none;
    left: 220px;
    top: 0px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li {
    color: #000
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
    color: #17a2b8;
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
    border-color: #ffb416 transparent transparent transparent
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
    color: #ffb416
}

.bg-header-nav .header-nav>ul.item_big>li.active>a {
    color: yellow
}

.bg-header-nav .header-nav>ul.item_big>li.active>a span>i.icon-down {
    border-color: #ffb416 transparent transparent transparent
}

.bg-header-nav .header-nav ul li ul a.text2line:hover {
    color: #ffb416 !important;
    background: transparent !important
}

.bg-header-nav .header-nav li li {
    position: relative
}

.menu_mega {
    position: relative
}

.menu_mega .title_menu {
    padding: 0px;
    position: relative;
    height: 42px;
    line-height: 42px;
    color: #fff;
    cursor: pointer
}

.menu_mega .title_menu:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 20px
}

.menu_mega .title_menu .title_ {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.menu_mega .title_menu .title_:before {
    background: #fff;
    position: absolute;
    left: 0
}

.menu_mega .title_menu .title_:after {
    background: #fff;
    position: absolute;
    left: 0
}

@media (max-width: 1199px) {
    .menu_mega .title_menu .title_ {
        font-size: 12px
    }
}

.menu_mega .title_menu .nav_button {
    position: absolute;
    left: 20px;
    top: -4px
}

.menu_mega .title_menu .nav_button span {
    font-size: 18px;
    float: right
}

.menu_mega:hover .list_menu_header,
.menu_mega.index .list_menu_header {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    padding: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.list_menu_header {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0px;
    background-color: #fff
}

.list_menu_header .hidden-lgg {
    display: none
}

.list_menu_header.menu_all_site {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    padding: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

@media (min-width: 1200px) {
    .list_menu_header {
        width: 273px;
        padding: 0px
    }
}

@media (max-width: 1199px) {
    .list_menu_header {
        overflow: hidden;
        max-height: 0px;
        max-width: 0px;
        opacity: 1;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        position: relative;
        top: 0;
        left: 0px;
        padding: 0;
        z-index: 999
    }
}

.list_menu_header .ul_menu {
    margin-left: 0px;
    padding-left: 0px;
    background: #05133e;
    margin-bottom: 0px;
    border-top: 0px;
    position: relative;
    padding: 0px 0px;
    border-top: 0px
}

.list_menu_header .ul_menu li {
    list-style: none;
    padding: 0px 0px;
    display: none
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu li {
        padding: 0px 0px
    }
}

.list_menu_header .ul_menu li:nth-child(1) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(2) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(3) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(4) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(5) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(6) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(7) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(8) {
    display: block !important
}

.list_menu_header .ul_menu li:nth-child(9) {
    display: block !important
}

.list_menu_header .ul_menu li.xemthem {
    display: block
}

.list_menu_header .ul_menu li.xemthem:hover a,
.list_menu_header .ul_menu li.thugon:hover a {
    filter: invert(1);
    color: #fff !important
}

.list_menu_header .ul_menu li:last-child a {
    border-bottom: none
}

.list_menu_header .ul_menu .nav_item a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
    position: relative;
    text-transform: none;
    border-bottom: solid 1px transparent;
    padding: 5.7px 35px 5.7px 40px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px;
    background-color: transparent
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu .nav_item a {
        padding: 5.7px 30px 5.7px 45px
    }
}

.list_menu_header .ul_menu .nav_item a span {
    display: block;
    font-size: 11px;
    line-height: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 10px;
    white-space: nowrap;
    padding-right: 15px
}

.list_menu_header .ul_menu .nav_item .fa {
    font-size: 16px;
    width: 24px;
    line-height: 45px;
    color: white;
    position: absolute;
    right: 10px;
    top: -4px;
    text-align: center
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu .nav_item .fa {
        line-height: 45px
    }
}

@media (min-width: 992px) {
    .list_menu_header .ul_menu .nav_item .fa-angle-right {
        visibility: visible
    }

    .list_menu_header .ul_menu .nav_item .fa-angle-down {
        visibility: hidden
    }
}

@media (max-width: 991px) {
    .list_menu_header .ul_menu .nav_item .fa-angle-right {
        visibility: hidden
    }

    .list_menu_header .ul_menu .nav_item .fa-angle-down {
        visibility: visible
    }
}

.list_menu_header .ul_menu .nav_item:hover,
.list_menu_header .ul_menu .nav_item:focus {
    background:#17a2b8;
}

.list_menu_header .ul_menu .nav_item:hover.lev-1,
.list_menu_header .ul_menu .nav_item:focus.lev-1 {
    box-shadow: 0px 1px 24.57px 2.43px rgba(0, 0, 0, 0.12)
}

.list_menu_header .ul_menu .nav_item:hover>a,
.list_menu_header .ul_menu .nav_item:focus>a {
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    background-position-x: 8px
}

.list_menu_header .ul_menu .nav_item:hover>a .fa,
.list_menu_header .ul_menu .nav_item:focus>a .fa {
    color: #fff
}

.list_menu_header .ul_menu .nav_item:hover>a:after,
.list_menu_header .ul_menu .nav_item:focus>a:after {
    display: block
}

.list_menu_header .ul_menu .nav_item:hover>.fa,
.list_menu_header .ul_menu .nav_item:focus>.fa {
    color: #ffb416
}

.list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1,
.list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
    display: block
}

.list_menu_header .ul_menu .ul_content_right_1 {
    position: absolute;
    left: 273px;
    width: 907px;
    min-height: 100%;
    top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: #05133e;
    padding: 15px 5px 15px 5px;
    display: none;
    box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1199px) and (min-width: 992px) {
    .list_menu_header .ul_menu .ul_content_right_1 {
        position: absolute;
        left: 225px;
        width: 710px;
        height: 100%
    }
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item {
    padding: 0px 15px;
    display: block;
    float: left;
    background: #05133e
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item.lv2 {
    padding: 0 5px
}

@media (min-width: 1200px) {
    .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992) and (max-width: 1199px) {
    .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
        clear: left
    }
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 3px 0px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px;
    text-transform: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4 a {
    text-transform: uppercase !important;
    text-align: left;
    padding: 0;
    font-weight: bold
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4 a:hover {
    color: #17a2b8
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4.text-normal a {
    text-transform: unset !important;
    background-image: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item h4.text-normal a.hot {
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    padding-right: 22px;
    background-position-y: 0;
    background-size: 18px
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 3px 0px;
    color: #000;
    text-transform: initial;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 0px;
    text-transform: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:before {
    content: none;
    background-image: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:after {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 49px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 0px;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
    background: #05133e;
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
    background: #fff;
    color: #ffb416;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>.fa,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>.fa {
    color: #ffb416
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
    display: block
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 0px;
    margin-left: 0px;
    background: transparent;
    margin-bottom: 10px;
    float: left;
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding: 0px 0px 0px 0px;
    color: #888;
    position: relative;
    text-transform: initial;
    border-bottom: none;
    margin-bottom: 0px;
    margin-bottom: 5px
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
    content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover h4 a,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus h4 a {
    color: #ffb416
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
    background: #fff;
    color: #ffb416;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>.fa,
.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>.fa {
    color: #ffb416
}

@media (min-width: 1200px) {
    .list_menu_header.normal .ul_menu li.li_check {
        display: unset
    }
}

@media (max-width: 991px) {
    .ul_content_right_1 {
        position: relative !important;
        left: unset !important;
        min-height: unset !important;
        width: 100% !important;
        top: unset !important;
        padding: 0 !important;
        margin: 0 !important
    }
}

@media (min-width: 992px) {

    .contactbar,
    .bottom-nav-bar-mobile {
        display: none
    }
}

@media (max-width: 991px) {
    .header .category-action {
        width: 35px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 7px;
        flex-flow: column
    }

    .header .category-action svg {
        height: 40px;
        width: 40px
    }

    .header .category-action svg path {
        fill: red
    }

    .header_nav_main {
        background-color: #fff;
        height: 100vh;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 330px;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation
    }

    .header_nav_main.current {
        visibility: visible;
        transform: translateX(0)
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .header_nav_main {
        width: 100vw
    }
}

@media (max-width: 991px) {
    .header_nav_main .container {
        padding: 0;
        max-width: 100%
    }

    .header_nav_main .heade_menunavs {
        position: relative;
        height: calc(100vh - 60px)
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header_nav_main .heade_menunavs {
        width: 330px
    }
}

@media (max-width: 991px) {
    .header_nav_main .heade_menunavs .wrap_main {
        display: block !important;
        max-height: calc(100vh - 60px);
        height: calc(100vh - 60px);
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        width: 100%;
        padding-bottom: 50px
    }

    .header_nav_main .heade_menunavs .menu_mega {
        width: 100%;
        float: left
    }

    .header_nav_main .heade_menunavs .menu_mega .title_menu {
        width: 100%;
        background: #05133e;
        padding: 0 10px
    }

    .header_nav_main .heade_menunavs .menu_mega .title_menu:before {
        transform: rotate(45deg)
    }

    .header_nav_main .heade_menunavs .menu_mega .title_menu:after {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 12px;
        right: 20px;
        transform: rotate(-45deg)
    }

    .header_nav_main .heade_menunavs .menu_mega .title_menu .title_ {
        font-size: 18px;
        line-height: 41px
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        padding: 0;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li {
        position: relative;
        float: left;
        width: 100%;
        background: #05133e;
        box-shadow: none
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li ul {
        display: none;
        box-shadow: none
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li>a {
        color: #fff
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li.current {
        background: #175fb8;
        box-shadow: none
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li.current>a {
        color: #fff
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li.current>ul {
        display: block;
        height: auto;
        box-shadow: none;
        float: left;
        padding: 5px 5px !important
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li.current>ul li h4 a {
        text-transform: none !important
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li.current>ul li ul {
        display: block;
        margin-bottom: 5px
    }

    .header_nav_main .heade_menunavs .menu_mega .list_menu_header .ul_menu li .current {
        color: #fff !important;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        margin-top: -2px
    }

    .header_nav_main .heade_menunavs .bg-header-nav {
        width: 100%;
        float: left;
        border-top: solid 1px #ebebeb;
        margin-top: -16px;
        padding-top: 15px
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item {
        height: unset;
        width: 100%;
        float: left;
        BACKGROUND-COLOR: #05133e;
        MARGIN-BOTTOM: 0PX;
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item a {
        padding: 0 10px !important;
        color: white;
        height: unset;
        line-height: 35px;
        FONT-WEIGHT: BOLD;
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li a.caret-down:before {
        content: none
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down {
        visibility: visible;
        position: absolute;
        right: 5px;
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        color: WHITE;
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul {
        overflow: visible;
        opacity: 1;
        padding: 0;
        width: 100%;
        max-width: unset;
        max-height: unset;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        box-shadow: none;
        padding-left: 10px;
        display: none
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li a {
        border: none
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li ul {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 10px;
        display: none
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li ul li a {
        color: #d5c816 !important
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current>a {
        color: #ffb416
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current .fa.current {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -os-transform: rotate(180deg);
        transition: all 0.5s;
        margin-top: 0px;
        color: #ffb416
    }

    .header_nav_main .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current>ul {
        display: block;
        position: relative;
        background-color:#273b77f7;
    }

    .contactbar {
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: #fff;
        left: 0;
        top: unset !important;
        z-index: 9999 !important;
        padding-top: 10px;
        border-top: solid 1px #ebebeb;
        padding-bottom: 20px
    }

    .contactbar .incontact {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contactbar .contact-phone.username_bar {
        background-image: none
    }

    .contactbar .contact-phone.username_bar a {
        font-size: 14px
    }

    .contactbar .contact-phone.username_bar:before {
        content: attr(data-name);
        width: 32px;
        height: 32px;
        background: red;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-radius: 32px;
        position: absolute;
        left: 10px;
        top: 5px;
        line-height: 32px;
        font-size: 20px
    }

    .contactbar .contact-phone.not {
        background-image: url("//bizweb.dktcdn.net/100/433/731/themes/833720/assets/users.svg?1671940154263")
    }

    .contactbar .contact-phone.not a {
        font-size: 14px
    }

    .contactbar .contact-phone {
        display: inline-block;
        padding-left: 50px;
        position: relative;
        top: -5px;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 10px 6px;
        line-height: 20px;
        background-image: url("//bizweb.dktcdn.net/100/433/731/themes/833720/assets/call.svg?1671940154263")
    }

    .contactbar .contact-phone:last-child {
        margin-left: 10px
    }

    .contactbar .contact-phone p {
        font-size: 14px;
        margin-bottom: 0
    }

    .contactbar .contact-phone a {
        font-size: 18px;
        color: red;
        font-weight: bold;
        text-decoration: none
    }

    .bottom-nav-bar-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.5);
        -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.5);
        -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.5);
        -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.5);
        z-index: 9;
        height: 60px;
        top: auto !important
    }

    .bottom-nav-bar-mobile .inner-group {
        display: flex
    }

    .bottom-nav-bar-mobile .itembar {
        width: calc(100% / 5);
        display: inline-flex;
        height: 60px;
        margin: 0 5px;
        text-align: center;
        align-items: center;
        justify-content: center
    }

    .bottom-nav-bar-mobile .itembar:first-child {
        margin-left: 0
    }

    .bottom-nav-bar-mobile .itembar:last-child {
        margin-right: 0
    }

    .bottom-nav-bar-mobile .itembar .bar-menu {
        width: 100%
    }

    .bottom-nav-bar-mobile .itembar a,
    .bottom-nav-bar-mobile .itembar span {
        font-size: small;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 11px
    }

    .bottom-nav-bar-mobile .itembar .cartbar-mobile {
        position: relative
    }

    .bottom-nav-bar-mobile .itembar .cartbar-mobile:before {
       
    }

    .bottom-nav-bar-mobile .itembar .icon {
        height: 20px
    }

    .bottom-nav-bar-mobile .itembar .icon svg {
        width: 20px;
        height: 20px
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconhome path {
        fill: red
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconcate path {
        fill: red
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconcart path {
        fill: red
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconwishlist path {
        fill: red
    }

    .bottom-nav-bar-mobile .itembar .icon svg#iconblog path,
    .bottom-nav-bar-mobile .itembar .icon svg#iconblog circle {
        fill: red
    }

    .bottom-nav-bar-mobile .itembar.center .bar-menu {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-top: -20px
    }
}