.list-bar {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 25px;
    left: 0;
    text-align: right;
    transform: translate(0, -50%);
}

body {
    color: #222;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.icon_account {
    display: none;
}
.box-hotro-head ul{
    display: flex;
}
.box-hotro-head ul li {
    margin-right: 10px;
}
.box-hotro-head ul li a{
    float: left;
    padding: 0px 15px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0c3175;
    color: #fff;
    border-radius: 16px;
    font-size: 15px;
    
    
}
.box-hotro-head ul li .list-khachhang{
    background: repeating-linear-gradient(to right, #fd9a02 0, #a72347 25%, #0d3175 50%, #a72347 75%, #fd9a02 100%);
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    -webkit-animation: gradient 2s infinite;
    animation: gradient 2s infinite;
    animation-timing-function: ease;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 100%;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-size: 15px;
}

@-webkit-keyframes gradient{
    0%{
        background-position:0 0;
    }
    100%{
        background-position:-200% 0;
    }
}
@keyframes gradient{
    0%{
        background-position:0 0;
    }
    100%{
        background-position:-200% 0;
    }
}
.box-hotro-head ul li a i{
    margin-right: 5px;
}
.box-hotro-head ul li .list-khachhang i{
    margin-right: 5px;
}


.header {
    position: relative;
    width: 100%;
    z-index: 97;
    background-color: #fff;
    color: #fff;
}

.header.fixed {
    position: fixed;
}

.header.fixed .header-top {
    display: none;
}

.form_account {}

.form_account.navbar-nav .nav-link {
    background-color: #0d6b41;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

.card-body {}

.dh {
    padding: 7px 0;
    background: #00a551;
    background-image: linear-gradient(#0a7bf7, #3695fe, #0a7bf7);
}

.dh ul {
    font-size: 13px;
}

.header_top {
    position: relative;
}

.dh .a {
    position: absolute;
    z-index: 1;
    width: 480px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/l.gif) no-repeat left top, #9dc240 url(../images/r.gif) no-repeat right top;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.dh .b,
.dh .c {
    float: right;
    line-height: 29px;
}

.dh .d,
.dh .e {
    float: left;
    line-height: 30px;
}

/* .zalo_header{
    width: 46px;
    background-position: -10px -6px;
    background-image: url(/frontend/images/icon.png);
    background-repeat: no-repeat;
    height: 25px;
} */
.dh a {
    color: #000000;
    text-decoration: none;
}

.dh .r {
    float: right;
}

.dh .g {
    background-color: #1b1b1b;
    width: 1px;
    border-right: solid 1px #c2c2c2;
    height: 11px;
    overflow: hidden;
    margin: 9px;
}

.dh .l {
    float: left;
}

.category_menu {
    width: 100%;
    float: left;
    position: relative;
}

.category_menu:hover .home-top-left {
    display: block;
}

.danh-muc-btn {
    width: 100%;
    padding: 10px 40px 10px 60px;
    background: url(../images/icon-danh-muc.png) no-repeat left 10px center #0a7bf7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.danh-muc-btn_new i{
    position: absolute;
    top: 10px;
    right: 10px;  
}
.home-top-left {
    width:100%;
    float: left;
}

.danh-muc-menu {
    background: #fff;
    position: relative;
}

.danh-muc-menu ul {
    margin: 0;
    list-style: none;
    font-size: 14px;
    /* padding: 8px 5px; */
    border: solid 1px #d00;
}

.danh-muc-menu>ul>li {
    border-bottom: solid 1px #eee;
    position: unset;
}

.danh-muc-menu>ul>li>a:hover::after {
    display: none;
}


.danh-muc-menu>ul>li>a {
    display: block;
    padding: 7px 5px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    overflow: hidden;
}


.danh-muc-menu li a:hover img {
    /* filter: invert(1); */
}

.danh-muc-menu>ul>li .text {
    /* text-transform: uppercase; */
}

.danh-muc-menu>ul>li>a span img {
    width: 25px;
    margin-right: 10px;
}

.danh-muc-menu>ul>li>a:hover {
    background-color: #f3f3f3;
    color: #000;
}

.danh-muc-menu>ul>li>a::before {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    background: #9c9c9c;
    position: absolute;
    top: 50%;
    right: 5px;
}

.danh-muc-menu>ul>li>a::after {
    content: "";
    width: 7px;
    height: 1px;
    display: inline-block;
    background: #9c9c9c;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.danh-muc-menu>ul>li>ul {
    padding: 10px;
    width: calc(1200px - 190px);
    display: none;
    background: white;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 100;
    min-height: 530px;
    margin-left: -1px;
}
.danh-muc-menu>ul>li:hover>ul {
    display: flex;
    flex-wrap: wrap;
}

.danh-muc-menu>ul>li>ul>li {
    width: calc(100% / 4);
    float: left;
    display: block;
    text-align: left;
}

.danh-muc-menu>ul>li>ul>li:nth-child(6n+1) {
    clear: both;
}



.danh-muc-menu>ul>li>ul>li>a {
    display: block;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
}
.danh-muc-menu .list_subnav li a:hover{
    color:  #f6944d;
}
.danh-muc-menu .list_subnav li a{
    font-size: 13px;
    font-family: 'Mulish', sans-serif;
    color: #333;
    font-weight: 500;
}

.danh-muc-menu>ul>li>ul>li>a>span {
    color: #0a7bf7;
    display: block;
    padding: 0 9px;
    width: 100%;
    float: left;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e80104;
    font-weight: 700;
}

.list_subnav li {
    padding: 0 9px;
    font-size: 13px;
}

.danh-muc-menu>ul>li>ul>li>a>span.img {
    height: 110px;
    position: relative;
}

.danh-muc-menu>ul>li>ul>li>a>span.img img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.danh-muc-menu>ul>li>ul>li>a>span.text {
    margin-bottom: 5px;
    padding: 0px 10px;
    line-height: 30px;
    color: #00a551;
    text-align: left;
    position: relative;
    font-weight: 600;
}


.search-box {
    width: 40%;
    position: relative;
}

.search-box .tag_search {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.fixedsss {
    background-color: #fff;
    position: fixed !important;
    animation: stuckMoveDown .6s;
    z-index: 1000;
    top: 0;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.header_mobi .fixedsss{
    padding: 10px 15px;
    left: 0;
    right: 0;
}

@keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fixedsss .search-box .tag_search {
    display: none;
}

.fixedsss .logo-head .image img {
    /* height: 60px; */
}

.phone_header .b {
    font-weight: 500;
}

.phone_header {
    width: 110px;
    font-size: 14px;
    display: none;
}

.fixedsss .phone_header,
.sale_header {
    display: block;
}

.fixedsss .sale_header {
}
.sale_header, .pc_header, .cart{
    display: flex;
    justify-content: center;
}
.sale_header a, .pc_header a, .cart a{
    text-align: center;
}
.sale_header p, .pc_header p, .cart p{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-top: 10px !important;
}
.sale_header img, .pc_header img, .cart img{
    height: 38px;
    width: auto;
}
.phone_header>a {
    font-size: 16px;
    color: #da3f3f;
    font-weight: bold;
}
.item-header-bottom {
    flex: 0 0 21%;
    position: relative;
}

.phone_header .phone i {
    width: 40px;
    height: 40px;
    background-position: -135px -38px;
    float: left;
    transition: .25s all;
    position: relative;
    bottom: 0;
    background-image: url(/public/frontend/images/icon.png);
    color: transparent;
    animation: phonering 1.8s infinite ease-in-out;
}

@keyframes phonering {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.phone_header:hover .phone i {
    bottom: 6px;
}

.phone_header .phone a:hover {
    color: red;
    transition: .25s all;
}

.pc_header a i {
    /* background-image: url(/public/frontend/images/icon.png);
    background-repeat: no-repeat;
    width: 50px;
    transition: .25s all;
    position: relative;
    bottom: 0;
    background-position: -8px -37px;
    height: 40px;
    display: block;
    margin: auto; */
    padding-right: 7px;
    color: #000000;
}

.search-box .tag_search a {
    margin: 6px 0 0 3px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: 26px;
    font-weight: 300;
    color: #555555;
    background: #ebebeb;
}

.search-box .tag_search a:hover {
    color: #f6944d;
}

.txt-search {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-weight: 400;
    border-radius: 4px;
}

.search-box form {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: white;
    width: 75%;
}

.btn-search {
    background: #ec3237 !important;
    color: #fff;
    font-size: 18px;
    border: 0;
    width: 52px;
    border-radius: 4px;
}

.header-ky-thuat {
    margin: 11px 0 0 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    float: left;
}

.header-sale {
    width: 180px;
    height: 45px;
    background: url(../images/img-sale.png) no-repeat;
    float: right;
}

.search_kh {
    display: inline-block;
    margin-top: 5px;
}

.search_kh input {
    border: 0;
    line-height: 25px;
    padding: 3px 10px;
    width: calc(100% - 46px);
    font-size: 13px;
    float: left;
    background: none;
    color: #fff;
    margin-top: 0px;
}

.search_kh .box_search_kh {
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    overflow: hidden;
    width: 155px
}

.search_kh button {
    float: left;
    line-height: 20px;
    padding: 0px 15px;
    border: 0;
    width: 46px;
    background-color: transparent;
}

.search_kh button i {
    color: #fff;
    line-height: 28px;
}

.search_kh input::placeholder {
    color: #fff;
}

.search_kh input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.search_kh input:-ms-input-placeholder {
    /* Internet Explorer */
    color: #fff;
}

.header-top {
    position: relative;
    background: #5e605f;
    color: #fff;
    /* padding: 0 15px; */
    font-size: 15px;
    z-index: 1;
    border-bottom: 1px solid #2f2f3b;
}

.box-header-top {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    color: #6c757d;
}

.box-menu-header-top {}

.box-menu-header-top ul {
    /* display: block; */
}

.menu-item {}

.menu-item:hover>ul {
    display: block;
    width: auto;
    height: auto;
}

.menu-item a {
    color: #222;
}

.menu-item>a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
}

.menu-item ul li {}

.menu-item ul li.active a {
    background-color: #ff2d55;
    color: #fff;
}

.menu-item ul li a {
    font-weight: 400;
    display: block;
    padding: 4px 20px;
    font-size: 12px;
}

.dropdown-menu-list>li>a:focus,
.dropdown-menu-list>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu-list {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    left: 0;
}

.menu-c2 {
    /* width: 0px; */
    /* height: 0px; */
    transition: all 0.5s;
    /* overflow: hidden; */
}

.menu-item-c2 {}

.menu-item-c2 .menu>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    background-color: #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 250px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-item-c2 .menu>ul>li>ul>li>ul>li {
    border-bottom: solid 1px #f5f5f5;
}

.menu-item-c2 .menu>ul>li>ul>li>ul>li>a {
    color: #555;
    font-size: 13px;
    padding: 10px 20px;
    display: block;
    text-transform: inherit;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none !important;
}

.menu-item-c2 .menu>ul>li>ul>li>ul>li:hover>a {
    background: #129049;
    color: #fff;
}

.box-social-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
}

.box-social-header-top .box-info {}

.box-social-header-top .box-info ul {
    display: flex;
    flex-wrap: wrap;
}

.box-social-header-top .box-info ul li {
    margin-right: 50px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.box-social-header-top .box-info ul li a {
    font-size: 14px;
    white-space: nowrap;
}

.box-social-header-top .box-info ul li a i {
    margin-right: 5px;
    color: #fff;
}

.box-social-header-top .box-info ul li a.address {}

.group-social {
    margin-left: 40px;
}

.group-social ul {
    display: flex;
}

.group-social ul li {
    position: relative;
    margin-left: 1px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all .3s linear;
}

.group-social ul li:hover {
    opacity: 0.8;
}

.group-social ul>li:hover a {
    transform: translateY(-3px);
}

.group-social ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    transition: all .3s linear;
}

.header-main {
    color: #222;
    position: relative;
    background-color: #fff;
    padding: 20px 0 10px 0;
}

.sale_header a i {
    text-align: center;
    color: #000000;
    display: block !important;
    position: relative;
    top: 0;
    padding-right: 7px;
    transition: .25s all;
}

.cart a i {
    background-image: url(/public/frontend/images/icon.png);
    background-repeat: no-repeat;
    background-position: -184px -38px;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    transition: .25s all;
    position: relative;
    bottom: 0;
}

.cart a span {
    width: 22px;
    height: 22px;
    line-height: 23px;
    border-radius: 50%;
    font-weight: 500;
    color: #fff;
    background: #ff3000;
    position: absolute;
    text-align: center;
    top: -5px;
    font-size: 14px;
    left: 25px;
}

.pc_header a:hover i,
.cart a:hover i {
    bottom: 3px;

}

.sale_header a:hover i {
    top: -3px;
    position: relative;
}

.pc_header a:hover p,
.sale_header a:hover p,
.cart a:hover p {
    color: #000;
}

.box-header-main {
    display: flex;
    font-weight: 300;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pc_header p,
.sale_header a p,
.cart a p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.logo-head {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: left;
    padding: 0px 0;
    flex: 0 0 20%;
}

.logo-head .image {
    /* text-align: center; */
}

.logo-head .image img {
    width: 200px;
}

.hotline_kh {
    position: absolute;
    z-index: 1;
    right: 65px;
    line-height: 39px;
    border-radius: 21px;
    border: solid 1px #d4d4d4;
    background: url(../images/bi.png) no-repeat 10px center;
    padding-left: 44px;
    padding-right: 10px;
    background-size: auto 26px;
    color: #fff;
}

#search {
    display: none;
}

.wrap-search-header-main.search-mobile {
    right: 0;
    height: 100vh;
    margin: 0;
    /* display: none; */
    margin-right: 0;
    /* width: calc(100% - 30px); */
    border: none;
    /* padding: 10px 15px; */
    /* background: #44973c; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 102;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* height: auto; */
    z-index: 100;
    display: flex;
    align-items: center;
}

.close-search {
    /* margin-left: 5px; */
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 35px;
    padding: 0;
    height: auto;
    background: unset;
    background-color: #fff;
}

.wrap-search-header-main.search-mobile .container {
    max-width: 800px;
}

.wrap-search-header-main {
    width: 55%;
}

.box-search-header-main {
    display: flex;
    /* flex-wrap:wrap; */
    border: 1px solid #222;
    border-radius: 4px;
    background-color: #007fc0;
    padding: 7px 10px 7px 10px;
}

.box-search-header-main .dropdown {
    flex: 0 0 auto;
}

.box-search-header-main .dropdown .dropdown-menu {
    width: 100%;
}

.box-search-header-main select {
    width: 150px;
    border: unset;
    padding: 8px 10px;
    height: 38px;
}

.search-header {
    /* width: 60%; */
    flex: 1 1 auto;
    /* margin: 0 25px; */
}

.search-header form {
    /* max-width: 500px; */
    /* margin: 0 auto; */
}

.search-header .input-group-btn {
    padding: 0;
}

.search-header .input-group-btn>.btn {
    height: 40px;
    background: #00527c;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 105px;
    font-size: 14px;
}

.search-header .input-group .form-control {
    height: 40px;
    border-right: unset;
    border-top: unset;
    border-bottom: unset;
}

.phone-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    flex: 0 0 auto;
    margin: 0 25px;
    color: #fff;
}

.phone-header .phone-icon {
    width: 40px;
    padding-right: 10px;
    display: flex;
}

.phone-header .phone-icon i {
    color: inherit;
    font-size: 30px;
    line-height: 1;
}

.phone-header .phone-content {
    /* line-height: 20px; */
}

.phone-header .phone-content span {
    display: block;
    line-height: 20px;
    color: inherit;
    font-size: 15px;
}

.phone-header .phone-content a {
    color: inherit;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}

.menu-desktop {
    /* display: flex; */
    justify-content: left;
    /* margin-left: 0px; */
    /* padding-right: 20px; */
    width: 77%;
    float: left;
}

.menu-desktop .nav-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu-desktop .nav-main>li:first-child {
    margin-right: 0px;
    padding: 0 10px;
    color: #fff;
}

.menu-desktop .nav-main>li:first-child1:before {
    color: #fff;
    content: "\f0c9";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 14px;
    font-size: 20px;
}

.nav-main>li a:first-child {
    /* padding: 0 24px; */
    /* padding-left: 20px; */
    /* margin-left: 20px !important; */
}

.menu-desktop .nav-main>li.active>a {
    background-color: #fff;
    /* color: #fff;
    background-color: #343a40;
    border-color: #343a40;*/
    color: #000 !important;
}

.nav-main li {
    display: inline-block;
    float: left;
    position: relative;
    /* width: 100%; */
}

.nav-main li.active {
    /* background: #fff; */
}

.nav-main li.lang {
    position: relative;
}

.nav-main li.lang a {
    padding: 0px 5px 0 10px;
    line-height: 26px;
    margin: 32px 0;
    font-size: 15px;
    border-radius: 15px;
    border: 1px solid #e23b41;
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-transform: none;
    min-width: 128px;
    position: relative;
}
.home-top-left{
    display: none;
}
.home_all .home-top-left{
    display: block;
}
.nav-main li.lang a:hover {
    color: #e23b41;
    background-color: #fff;
}

.nav-main li.lang a img {
    width: 16px;
    margin: 5px 0;
    margin-right: 8px;
    float: left;
}

.menu-desktop .nav-main li.lang a i.fa-angle-down {
    position: absolute;
    right: 12px;
    font-size: 18px;
}

.nav-main li.lang .language_change {
    position: absolute;
    top: 61px;
    left: 0;
    display: none;
}

.nav-main li.lang .language_change a {
    color: #e23b41;
    margin: 0;
    background-color: #fff;
}

.nav-main li.lang .language_change a:hover {
    color: #e23b41;
    background-color: #fff;
}

.language_mobile {
    position: relative;
    display: inline-block;
    float: right;
    display: none;
}

.language_mobile a {
    padding: 0px 5px 0 10px;
    line-height: 26px;
    margin: 6px 0;
    font-size: 15px;
    border-radius: 15px;
    border: 1px solid #e23b41;
    display: block;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-transform: none;
    min-width: 128px;
    position: relative;
    box-sizing: border-box;
    color: #e23b41;
}

.language_mobile a img {
    width: 16px;
    margin: 5px 0;
    margin-right: 8px;
    float: left;
}

.language_mobile a i.fa-angle-down {
    position: absolute;
    right: 12px;
    font-size: 18px;
    top: 0;
    float: right;
    margin-left: 6px;
}

.language_mobile .language_change_mb {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.language_mobile .language_change_mb a {
    color: #e23b41;
    margin: 0;
    background-color: #fff;
}

.language_mobile a:hover {
    color: #e23b41;
    background-color: #fff;
}

.menu-desktop .nav-main>li:hover>a>span {
    /* border-bottom: 5px solid #ff2d55; */
}

.nav-main li .nav-sub li {
    width: 100%;
}

.nav-main li .nav-sub li a {
    color: #0d6b41;
    font-weight: 600;
    border-bottom: solid 1px #e1e2e4;
}

.menu-desktop .nav-sub li:hover>ul {
    display: block;
}

.nav-main li .nav-sub li>a:hover {
    color: #9dc240;
}

.nav-main li>a {
    font-size: 15px;
    display: block;
    line-height: 20px;
    text-align: left;
    /* text-transform: uppercase; */
    padding: 8px 15px;
    /* color: #fff; */
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
}

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

.nav-main>li:hover>a {
    /* color: #282e88; */
}

.nav-main>li>a {
    color: #000;
    text-transform: none;
    line-height: 45px;
    padding: 0 6px;
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
}

.menu-desktop .nav-main>li>a {
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    padding: 0 16px;
    margin: 0 0 0 0px;
}

.nav-main>li>a:hover {
    color: #dc0021;
}

.menu-desktop .nav-main>li>a:hover {
    color: #dc0021;
}

.nav-main li .nav-sub li .pt_icon_right {
    position: absolute;
    right: 5px;
    top: 12px;
}

.menu-desktop .nav-main>li>a i.fa-angle-down {
    margin-left: 6px;
    font-size: 13px;
    position: relative;
    top: 0;
    float: right;
}

.nav-main li .nav-sub {
    /* background-color: #626262; */
}

.menu-desktop .nav-main li.active a span {
    /* border-bottom: 5px solid #ff2d55; */
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    z-index: 5;
    background-color: #f7f8fa;
    padding: 10px 0;
}

.nav-sub li>ul {
    position: absolute;
    top: 0;
    min-width: 250px;
    z-index: 5;
    background-color: #f7f8fa;
    left: 90%;
    background-color: #f7f8fa;
}

.compare {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 10px;
    color: #333;
    line-height: 45px;
    border-radius: 4px;
}

.countCompare {
    color: #333;
}

.compare ul {}

.compare ul li {}

.compare ul li a {
    display: flex;
    color: #333;
}

.compare ul li a svg {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.compare ul li a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 7px 10px;
    color: #333;
}

.phone {
    font-size: 12px;
}

.menu-top {
    margin-left: 20px;
}

.box-header-main-right {
    width: 133px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 auto;
    border-radius: 4px;
    line-height: 40px;
}

.box-header-main-right .hotline {
    text-align: center;
    color: #fe5250;
    font-size: 22px;
    margin-top: 5px;
    font-style: italic;
}

.hotline-mobile {
    text-align: center;
    color: #fe5250;
    font-size: 22px;
    margin-top: 5px;
    font-style: italic;
    margin-right: 50px;
    display: none;
}

.box-header-main-right>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 31px; */
    width: auto;
    margin-top: 5px;
    background: none;
}

.box-header-main-right>ul>li {
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0;
    height: 40px;
    margin-right: 8px;
    position: relative;
}

.box-header-main-right>ul>li span {
    text-transform: uppercase;
}

.box-header-main-right>ul>li.icon-search {
    display: none;
}

.box-header-main-right>ul>li.cart {
    padding-right: 0;
    /* background-color: #ffe300; */
    /* border: solid 1px #fff; */
    width: 18px;
    text-align: center;
    border-radius: 0px;
}

.box-header-main-right>ul>li:after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #484848;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    display: none;
}

.d-none {
    line-height: 25px;
}

.box-header-main-right>ul>li+li {
    /* border-left: 1px solid #3f3f3f; */
    /* margin-left: 30px; */
}

.box-header-main-right>ul>li:hover>.hover-right {
    /* display: block; */
}

.box-header-main-right>ul>li>a {
    line-height: 16px;
    font-size: 35px;
    font-weight: 400;
}

.box-header-main-right>ul>li>a>i {
    font-size: 16px;
}

.header-bottom {
    background-color: #ffffff;
    color: #222;
    border-radius: 10px;
}
.header-bottomtr{
    height: 100%;
}

.header_destop {
    display: block;
}

.dh ul {
    /* height: 32px; */
}

.logo-head .image {
    margin: 0;
    width: 240px;
}

.language_mobile {
    display: block;
}

.box-header-main-right {
    /* width: 80px; */
    /* display: none; */
    margin-right: 56px;
}



.compare {
    margin-right: 10px;
    margin-left: 10px;
}


.header-main {
    padding-top: 0;
    padding-bottom: 5px;
}

.logo-head {}

.box-header-main-right>ul>li.cart svg {
    width: 18px;
}

.box-header-main {
    padding: 12px 0;
    /* height: 60px; */
    position: relative;
}

.megamenu-container {
    position: unset;
    display: none;
    /* padding: 20px 15px; */
    box-shadow: none;
}

.compare ul li span {
    display: none;
}

.hotline_kh {
    right: 104px;
}

.dh .b,
.dh .c {
    display: none;
}

.dh .d,
.dh .e {
    display: none;
}

.dh .g,
.dh .l {
    display: none;
}

.header-bottom .list_header-bottom a:nth-child(1) {
    margin-left: 0;
}

.header-bottom .list_header-bottom a {
    display: block;
    margin-left: 12px;
    border: 1px solid #0a7bf7;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: calc(100% / 4 - 10px);
    padding: 9px 5px;
    transition: .1s all;
    color: #0a7bf7;
    font-size: 12px;
}

.header-bottom .list_header-bottom a:hover {
    color: #fff;
    background: #0a7bf7;
    border-color: #0a7bf7;
    transition: .1s all;
}
.header-bottom .list_header-bottom a:hover img{
    filter: brightness(0) invert(1);
}

.header-bottom .list_header-bottom a:hover::before {
    filter: invert(1);
}

.header-bottom .list_header-bottom a img {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 8px 1px 0;
    object-fit: cover;
    padding: 0;
}

.header-bottom .list_header-bottom a:nth-child(2)::before {
    width: 31px;
    background-position: -57px -88px;
}

.header-bottom .list_header-bottom a:nth-child(3)::before {
    width: 48px;
    background-position: -108px -88px;
}

.header-bottom .list_header-bottom a:nth-child(4)::before {
    width: 30px;
    background-position: -179px -88px;
}

.clearfix {
    clear: both;
}

.list_header-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.box-header-bottom {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    align-items: center;
}

.box-header-bottom .dropdown {
    min-width: 260px;
}

.box-header-bottom .dropdown .dropdown-menu {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.box-header-bottom .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
}
.select.no-border:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 35px;
    background: none;
    z-index: 99;
}
.box-header-bottom .dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}

.box-header-bottom .dropdown .btn {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    border: unset;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-header-bottom .dropdown .btn:after {
    display: none;
}

.dropdown-menu {}

.box-login {
    min-width: 250px;
    border-radius: 0;
    padding: 20px;
    margin-top: 10px;
    z-index: 1001;
    right: -10px;
    left: auto;
    /* display: block !important; */
}

.box-login:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 10px;
    bottom: 100%;
    right: 0;
    position: absolute;
}

.hover-right {}

.box-form-quick-login {}

.box-form-quick-login>ul {}

.box-form-quick-login>ul>li {}

.box-form-quick-login>ul>li button {
    width: 100%;
    background: #ff2d55;
    border-color: #ff2d55;
}

.box-form-quick-login input {}

.box-form-quick-login input button {}

.box-form-quick-login>ul>li:last-child:last-child {
    text-align: center;
}

.box-form-quick-login>ul>li:last-child:last-child a {
    display: block;
    line-height: 1.55;
}

.box-form-quick-login>ul>li:last-child a:first-child {
    margin-bottom: 4px;
}

.box-header-main-right>ul>li.cart>a>img {
    width: 25px;
}

.box-header-main-right>ul>li.cart>a>span {
    position: absolute;
    top: -10px;
    right: -17px;
    font-size: 12px;
    background: #ffe300;
    border-radius: 50%;
    color: #333;
    height: 22px;
    line-height: 22px;
    width: 22px;
    text-align: center;
}

.box-header-main-right>ul>li.cart svg {
    width: 18px;
    fill: #fff;
}

.nav-main li.nav-megamenu {
    position: unset;
}

.menu-desktop .nav-main li.nav-megamenu:hover .megamenu-container {
    display: block;
    visibility: inherit;
}

.megamenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 5px 30px;
    width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    max-height: 480px;
    overflow-y: auto;
}

.col-md-1-5 {
    min-width: 20%;
}

.list-megamenu {}

.megamenu-item {}

.megamenu-item>.image-main {
    margin-bottom: 20px;
}

.megamenu-item>.image-main:hover img {
    opacity: 0.8;
}

.megamenu-item>.image-main>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.megamenu-title {
    display: block;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    letter-spacing: 0.05rem;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}

.megamenu-title:before {
    position: absolute;
    z-index: 0;
    bottom: -3px;
    width: 83px;
    content: "";
    left: 0;
    height: 3px;
    background: #fd9d00;
}

.list-megamenu-sub {}

.list-megamenu-sub li {
    margin-bottom: 0;
    display: block;
    float: unset;
}

.list-megamenu-sub li>a {
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    padding: 0;
    line-height: 18px;
    background: url(../images/ig.png) no-repeat left 6px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 0;
    font-size: 14px;
}

.list-megamenu-sub li>a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.megamenu-item-sub .openc {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
    color: black;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

.megamenu-item-sub .openc:before {
    content: '+';
    font-size: 20px;
    color: black;
    line-height: 20px;
    text-align: center;
}

.megamenu-item-sub.active .openc:before {
    content: '-';
}

.submenu-right3 {
    margin: 0 0 0 15px;
    display: none;
}

.submenu-right3 li {
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0;
}

.submenu-right3 li a {
    padding: 5px 0;
    display: block;
    color: #707070;
    font-size: 13px;
    line-height: 18px;
}

.submenu-right3 li:last-child {
    border: none;
}

.megamenu-item-sub {}

.megamenu-item-sub a {}

.list-product-slider {}

.product-slider-item {
    padding: 0 10px;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.product-slider-item:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-slider-item .box {
    margin-top: 5px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.product-slider-item .box .image {}

.product-slider-item .box .content {
    padding: 0 15px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.product-slider-item .box .name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.product-slider-item .box-price {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.product-slider-item .price-new {
    font-size: 18px;
    color: #ff2d55;
    font-weight: 600;
}

.product-slider-item .price-old {
    color: #8d8d8d;
    margin-left: 8px;
    font-weight: 600;
}

.megamenu-item .slick-next,
.megamenu-item .slick-prev {
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    height: auto;
}

.megamenu-item .slick-next {
    top: -30px;
    left: unset;
    right: 0px;
}

.megamenu-item .slick-prev {
    top: -30px;
    right: 25px;
    left: unset;
    z-index: 10;
}

.megamenu-item .slick-prev i,
.megamenu-item .slick-next i {
    font-size: 15px;
    color: #1b520f;
}

.search {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    display: none;
    margin-right: 0;
    /* width: calc(100% - 30px); */
    border: none;
    left: 0;
    /* padding: 10px 15px; */
    /* background: #44973c; */
}

.form_search {
    /* background-color: #000; */
    width: 100%;
    z-index: 5;
    overflow: hidden;
    padding: 1px 1px;
    /* background: #ff9a00; */
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 40px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.form_search input {
    width: calc(100% - 60px);
    float: left;
}

.form_search button {
    width: 60px;
    float: left;
    background-color: #4B4E51;
    border-color: #4B4E51;
}

.form_search button i {
    font-size: 16px;
    color: #fff;
}

.form_search .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border: 1px solid #666;
    outline: none;
}

.form_search .form-control {
    height: 40px;
}

.form_search .form-control.close-search {
    /* margin-left: 5px; */
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 35px;
    padding: 0;
    height: auto;
}

.form_search .form-control.close-search i {
    font-size: 23px;
    line-height: 1;
}

.menu-desktop .nav-main li.nav-megamenu:hover .megamenu-container {
    display: block;
    visibility: inherit;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);




}

.megamenu-container {

    position: absolute;
    top: calc(100%);
    left: 0;
    z-index: 10;
    /* padding: 35px 30px; */
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    max-height: 480px;
    overflow-y: auto;
    background-color: #fff;
    background-position: center;
}

.col-md-1-5 {
    min-width: 20%;
}

.list-megamenu {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-item {
    width: 25%;
    padding: 20px 15px;
}

.megamenu-item:first-child {}

.megamenu-item:first-child li {
    border-bottom: unset;
}

.megamenu-item>.image-main {
    margin-bottom: 20px;
}

.megamenu-item>.image-main:hover img {
    opacity: 0.8;
}

.megamenu-item>.image-main>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.megamenu-title {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.05rem;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0px;
    font-weight: 600;
}

.megamenu-title a {
    color: #05090a;
}

.megamenu-title a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.megamenu-title:before {
    position: absolute;
    z-index: 0;
    bottom: -3px;
    width: 83px;
    content: "";
    left: 0;
    height: 3px;
    background: #febd17;
    display: none;
}

.list-megamenu-sub {}

.list-megamenu-sub li {
    margin-bottom: 0;
    display: block;
    float: unset;
}

/*css menu mobile*/


/* css menu mobile*/

.main-menu-show {
    transform: translateX(0) !important;
    transition: all 200ms linear 0s;
}

.menu_fix_mobile {
    position: fixed;
    z-index: 200;
    height: 100%;
    width: 300px;
    top: 0;
    left: 0;
    background: #333;
    transition: all 200ms linear 0s;
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.menu_fix_mobile .close-menu {
    /* overflow: hidden; */
    height: 30px;
    position: relative;
    top: 0;
    z-index: 1;
    right: 0;
}

.menu_fix_mobile .close-menu .logo_menu {
    display: inline-block;
    padding: 15px 10px 15px 25px;
}

.menu_fix_mobile .close-menu>a {
    /* float: right; */
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* background-color: #ccc; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu img {
    width: auto;
    max-width: unset;
    height: 60px;
}

.menu_fix_mobile .megamenu-container {
    padding: 0;
    margin-bottom: 20px;
}

.menu_fix_mobile .nav-main {
    overflow-y: auto;
    width: 100%;
}

.menu_fix_mobile .megamenu-title {
    padding-left: 0;
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.menu_fix_mobile .megamenu-title:before {
    left: 20px;
}

.menu_fix_mobile .megamenu-title a {
    border: unset;
    font-size: 16px;
}

.menu_fix_mobile .megamenu-item-sub>a {
    border-bottom: none;
    padding: 8px 20px;
}

.menu_fix_mobile ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;
    border-right: none !important;
}

.menu_fix_mobile ul li img {
    width: auto;
}

.menu_fix_mobile .megamenu-item {
    padding: 10px 0px;
    padding-left: 15px;
}

.menu_fix_mobile .list-megamenu-sub {
    display: block;
}

.menu_fix_mobile .nav-main li.nav-megamenu {
    position: relative;
}

.menu_fix_mobile ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 0px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    white-space: normal;
}

.menu_fix_mobile .nav-main>li>a {
    font-weight: 400;
}

.menu_fix_mobile ul li i.fa-chevron-down.mega-mn2 {
    bottom: 0px;
    top: unset;
}

.menu_fix_mobile ul li i.fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    /* border-left: 1px solid #fff; */
    cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    box-shadow: unset;
    border: unset;
}

.menu_fix_mobile li ul.nav-sub li {
    width: 100%;
    padding: 0;
}

.menu_fix_mobile li ul.nav-sub li a {
    padding: 8px 25px 8px 25px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
}

.menu_fix_mobile li ul.nav-sub li a:hover {
    color: #fff
}

.menu_fix_mobile .nav-main>li>.nav-sub ul {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 15px;
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes slidelf {
    100% {
        position: fixed;
        left: 35px;
        bottom: 25px;
    }
}

.group-social-full {}

.header_top,
.header_top .title_header,
.header_top .group-social-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zalo_header>ul>li a {
    padding-left: 46px;
    position: relative;
}

.zalo_header>ul>li a::before {
    width: 46px;
    background-position: -10px -10px;
    content: '';
    background-image: url(/public/frontend/images/icon.png);
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transition: .25s all;
}

.zalo_header>ul>li {
    background: #f00;
    border-radius: 20px;
    padding: 0 15px;
    line-height: 29px;
}

.title_header .advise a,
.news a,
.ues .item_ueas {

    margin-left: 20px;
}

.advise a {
    background: repeating-linear-gradient(to right, #f7d05d 0, #f2c74f 25%, #e3af28 50%, #f2c74f 75%, #f7d05d 100%);
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    padding: 2px 5px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
}

.zalo_header>ul>li:hover a::before {
    top: -3px;
}

.group-social-full .advise:nth-child(1) a {
    margin-left: 0px;

}

.news a {
    font-size: 13px;
    padding-left: 28px;
    position: relative;
    line-height: 25px;
}

.news a::before {
    content: '';
    top: -3px;
    background-image: url(/public/frontend/images/icon.png);
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -3px;
    transition: .25s all;
    width: 22px;
    background-position: -151px -10px;
}

.ues .item_ueas {
    font-size: 15px;
    padding-left: 28px;
    position: relative;
    line-height: 25px;
    display: flex;
}

.ues .item_ueas::before {
    width: 19px;
    background-position: -227px -7px;
    background-image: url(/public/frontend/images/icon.png);
    content: '';
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transition: .25s all;
}

.zalo_header .list_lienhe {
    gap: 10px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    padding: 0;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    z-index: 6;
    transition: all .3s;
    height: 0;
    overflow: hidden;
}

.zalo_header>ul:hover .list_lienhe {
    padding: 23px 23px 0 23px;
    height: auto;
}

.zalo_header>ul::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 100%;
    padding: 17px 0;
}

.item_list .header_item {
    display: flex;
    background: #0d699e;
    color: #fff;
    font-weight: bold;
    border-radius: 0 30px 30px 0;
    height: 29px;
    line-height: 29px;
    white-space: nowrap;
    margin-bottom: 1rem;
    font-size: 12px;
}

.item_list ul li {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    margin-left: 20px;
}

.item_list ul li a {
    font-weight: 600;
}

.name_zalo {
    margin-left: 5px;
    font-weight: 300;

}

.colo_blu {
    font-weight: 300;
    color: #31c6fe;
    margin-right: 5px;
}

.item_list ul li p {
    display: inline-block;
}

.item_list .header_item p:nth-child(1) {
    background: #eb1f27;
    text-align: center;
    display: inline-block;
    width: 29px;
    height: 100%;
}

.list_lienhe .item_list {
    width: calc(98%/3);
}

.header_top a {
    color: #fff;
}

.item_list a {
    color: #222;
}

.ues .item_ueas:hover::before {
    top: -3px;

}

.news:hover a::before {
    top: -6px;

}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.group-social-full ul {
    display: flex;
    align-items: center;
}

.group-social-full ul li {
    margin-left: 20px;
}

.group-social-full ul li:not(:last-child) {}

.group-social-full ul li a {
    display: inline-flex;
    align-items: center;
    line-height: 30px;
}

.group-social-full ul li a img {
    height: 18px;
    width: auto;
    margin-right: 3px;
}

.group-social-full ul li a i {
    font-size: 16px;
    color: #fff;
}

.group-social-full ul li a span {
    font-size: 12px;
    margin-left: 4px;
}

.desc-title {
    max-width: 800px;
    text-align: center;
    font-weight: 300;
    padding: 20px 0;
    margin: auto;
    font-size: 14px;
}

.desc-title2 {
    max-width: 800px;
    text-align: center;
    font-weight: 300;
    padding: 20px 0;
    margin: auto;
    font-size: 15px;
}

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

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

.info-header-item img {
    width: 30px;
}

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

.info-header-item .content h3 {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.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: #ff0;
    font-size: 15px;
}

.select-search {
    color: #333;
    font-weight: 400;
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    overflow: hidden;
    width: 150px;
    margin-right: 10px;
}

.title_header {
    font-size: 13px;
}

.group-button {
    display: flex;
}

.group-button .btn-list {
    width: 155px;
    align-items: center;
}

.group-button .btn-list>li {
    display: flex;
    align-items: center;
}

.group-button .btn-list>li>.media-middle {
    font-size: 30px;
    margin-right: 10px;
    transform: rotate(-28deg);
    color: #fff;
}

.group-button .btn-list>li>.media-body {
    width: calc(100% - 45px);
    flex: unset;
    color: #fff;
}

.group-button .btn-list>li>.media-body a:hover {
    color: #fff;
}


.media-body a p:nth-child(1) {
    font-weight: 700;
    font-size: 19px;
    color: #ff0;
    line-height: 20px;
}

.feature-title {
    white-space: nowrap;
    font-size: 15px;
}

.container {
    max-width: 1220px;
    min-width: 1220px;
}

.header_mobi {
    display: none;
}

.model-login{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}
.model-register{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}
.overlay_model-login{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000a8;
}
.box_model-login {
    position: absolute;
    width: 25%;
    /* padding: 20px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.user-form-card{
    position: relative;
}
.btn-close-modal{
    position: absolute;
    top: -13px;
    right: -25px;
    color: white;
    font-size: 28px;
    cursor: pointer;
}
.btnshownav-2, .btnshownav-3{
    cursor: pointer;
	padding: 0 5px;
}
.home-social{
    display: none;
}
/* .list_pro_tin .item_ten {
    margin-right: 15px !important;
  }
  .list_pro_tin .item_ten:nth-child(4) {
    margin-right: 0px !important;
  } */
.danh-muc-menu .btnshownav{
    position: absolute;
    top: 1px;
    right: 6px;
    z-index: 999;
    cursor: pointer;
    font-size: 22px;
}


.login-mobile{
    position: absolute;
    z-index: 99;
    background: white;
    top: 35px;
    padding: 5px 10px;
    box-shadow: 1px 2px 6px 1px gray;
    border-radius: 5px;
    width: 115px;
    left: 0;
}
.login-mobile li, .user li{
    list-style: none;
}
.login-mobile li a {
    color: black;
}
.login-mobile li a i{
    margin-right: 10px;
}
.user li i{
    /* display: none; */
}
.login-mobile{
    display: none;
}

.bopup-if-khachhang{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: fixed;
    display: none;
}
.bgr_bopup-if-khachhang{
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
}
.form_bopup-if-khachhang{
    width: 100%;
    max-width: 640px;
    position: absolute;
    z-index: 6666;
    top: 60%;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .25s ease;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.15);
    position: relative;
}
 .show-if-khachhang{
    z-index: 99;
    display: block;
}
.show-if-khachhang .form_bopup-if-khachhang{
    transform: translate(-50%, -50%) scale(1);
}
.close-if-khachhang{
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    z-index: 99;
}
.btn-if-khachhang-1{
    cursor: pointer;
}
.item-if-khachhang .title h2{
    width: 100%;
    float: left;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
    font-size: 16px;
}
.item-if-khachhang ul li a{
    font-weight: 700;
    margin-right: 10px;
    color: #FFB233;
}
.sub-menu-c3{
    display: none;
}
.box-sub-menu-c3:hover .sub-menu-c3{
    display: block;
}

.danhmuc i.ti-menu {
    font-size: 20px;
}
.danhmuc {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    background: #ec3237;
    color: #fff;
    padding: 9px 12px;
    text-align: center;
    font-weight: bold;
    justify-content: flex-start;
    text-transform: uppercase;
}
.item-huongdan {
    flex: 0 0 78%;
    display: flex;
    align-items: center;
}
.cart a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    position: relative;
}
.hotro {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.search-box{
    width: 48%;
    display: flex;
    border: solid 1px #ddd;
    justify-content: space-between;
    padding: 3px 3px;
    align-items: center;
    border-radius: 4px;
}
.search-box form{
}
.txt-search{
    height: 28px;
}
.sale_header p, .pc_header p, .cart p{
    margin-top: 0 !important;
}
.huongdan {
    color: #505050 !important;
    margin-left: 5px;
    font-size: 11px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 5px 7px;
    flex: 1;
    border: 1px solid #505050;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.huongdan img{
    width: 30px;
    padding: 5px;
}
.box-tr1 {
    flex: 0 0 80%;
}
.hotro-we {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-lien-he ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.list-lien-he ul li a {
position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
    color: #f3894d;
}
.list-lien-he ul li a i {
    position: absolute;
    top: 0px;
    left: 3px;
}
.list-lien-he {
    padding-top: 10px;
}

.list-lien-he ul li {
    position: relative;
    padding: 0 6px;
}
.list-lien-he ul li::before{
    content: "";
    position: absolute;
    height: 90%;
    width: 2px;
    background: #f3894d;
    left: -5px;
    top: 0;
}
.list-lien-he ul li:first-child::before{
    display: none;
}
.fixedsss .danhmuc:hover ~ .home-top-left {
    display: block !important;
}
.sale_header a, .pc_header a{
    display: flex;
    align-items: center;

}

.danhmuc:hover ~ .home-top-left {
    display: block !important;
}
.uihjkc {
    display: none!important;
}
/* .sale_header a i{
    font-size: 25px;
} */
























.header-tops {
    height: 33px;
    background: #f6f6f6;
    line-height: 33px;
}

.services-top {
    display: flex;
}

.other {
    display: flex;
}
.support-top-content {
    position: absolute;
    width: 1050px;
    background: #fff7f7;
    border: solid 1px #989898;
    z-index: 99999;
    display: none;
    top: 25px;
}

.services-top a {
    color: #000;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}
.services-top a i {
    color: #e00;
}

.header-tops .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other a {
    color: #000;
    background: #ddd;
    display: block;
    border-radius: 12px;
    padding: 0 15px;
    margin-right: 10px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}




.item.support-top:hover .support-top-content {
    display: block;
}

.item.support-top {
    position: relative;
}

.support-top-content .hotline-title {
    background: #c8191f;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 0;
}
.hotline-col-3 {
    width: 25%;
    float: left;
    padding: 15px 10px;
}
.hotline-title-2 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color:#000;
}
.services-top a {
    display: block;
    float: left;
    margin-right: 14px;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
}
.support-top-content ul {
    padding: 0;
    list-style: none;
}

ul.hotline-info li {
    color: #000;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.box-signup-keys {
    display: flex;
}

.sale_header {
    padding-right: 10px;
}








.select.no-border .title {
    position: relative;
    width: 150px;
    font-size: 13px;
}

.select.no-border .content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99999;
    left: 0;
    border: solid 1px #ddd;
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
    top: 27px;
}

.select.no-border {
    position: relative;
    width: 25%;
    padding-left: 15px;
}

.select no-border .content .item {
    display: block;
    padding: 3px 15px;
    white-space: nowrap;
    font-size: 13px;
}

.select.no-border .content .item {
    display: block;
    padding: 3px 15px;
    white-space: nowrap;
    font-size: 13px;
}

.btn-search i {
    font-size: 14px;
}


.select.no-border:hover .content {
    display: block !important;
}


















.item.product-viewed.js-product-viewed-header.loaded {
    /* margin-top: 29px; */
    float: right;
    /* margin-right: 30px; */
    text-align: center;
    position: relative;
}

.item.product-viewed.js-product-viewed-header.loaded .title {
    background: #ec3237;
    color: #fff;
    height: 35px;
    padding: 0 10px;
    line-height: 33px;
    border-radius: 4px;
    font-size: 13px;
    border: solid 1px #dc2328;
}

.item.product-viewed.js-product-viewed-header.loaded .content {
    position: absolute;
    display: none;
    left: 50%;
    width: 800px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
    background: #fff;
    border-top: solid 2px #ec3237;
    -webkit-box-shadow: 0 2px 3px 0 #ccc;
    box-shadow: 0 2px 3px 0 #ccc;
    padding: 0 10px;
}

div#pro-viewed {
    max-height: 350px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.product-list .p-item {
    width: 16.666%;
}
.p-container {
    padding: 10px;
}

.product-list .p-name {
    color: #333;
    display: block;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    margin: 8px 0;
    font-size: 12px;
    margin-bottom: 0px;
}
.product-list .p-price {
   font-weight: 700;
   color: #ec3237;
   display: inline-block;
   line-height: 16px;
   font-size: 14px;
}
    

.item.product-viewed.js-product-viewed-header.loaded:hover .content {
    display: block !important;
}






















div#header-right .item a img {
    width: 37px;
    height: 37px;
}

div#header-right {
    display: flex;
    align-items: center;
}

.sub-content-header-right {
    position: absolute;
    -webkit-box-shadow: 0 4px 6px 0 #ccc;
    box-shadow: 0 4px 6px 0 #ccc;
    right: 0;
    z-index: 99;
    top: 76px;
    display: none;
    background: #fff;
    border-top: solid 2px #ec3237;
}

div#header-right .item a span {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    position: unset;
    width: unset;
    height: unset;
    background: none;
}

#header-right .item {
    display: block;
    width: 81px;
    text-align: center;
    padding: 0 0;
    position: relative;
}
#header-right .fa {
    color: #ec3237;
    font-size: 28px;
    height: 37px;
    line-height: 37px;
}
#header-right .item.cart a>b {
    position: absolute;
    background: #ec3237;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: block;
    top: -6px;
    right: 7px;
    font-size: 12px;
    border: solid 1px #fff;
}
#header-right .item>a>span {
    display: block;
    font-weight: 700;
    font-size: 12px;
}

.item.cart a {
    display: block;
    width: 60px;
    /* text-align: left; */
}

.sub-content-header-right .clearfix {
    border-bottom: solid 1px #ddd;
    font-size: 12px;
    padding: 5px;
}


.sub-content-header-right {
    width: 300px;
    text-align: left;
}

div#js-product .clearfix {
    display: flex;
}

.menu-kper-header {
    width: calc(100% - 60px);
    padding-left: 8px;
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.menu-kper-header .name {
    width: unset !important;
}

b.red.js-hoverPrice {
    color: #ec3237;
    font-size: 13px !important;
}

.js-showCart-hover {}

.fs-14.btn-tongprice {
    padding: 0 5px;
    border-top: solid 1px #ddd;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.fs-14.btn-tongprice .red {
    color: #ec3237;
    font-size: 15px;
}

a.btn-thanhtoan {
    display: block;
    background: #e00;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    width: unset !important;
    text-align: center;
    font-size: 14px;
    display: flex !important;
    justify-content: center;
}

.js-showCart-hover .clearfix a img {
    width: 60px !important;
    height: 60px !important;
}
.sub-content-header-right.category-news {
    width: 200px;
    margin-right: -74px;
}
.sub-content-header-right.category-news a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    font-size:14px;
}

.item:hover .sub-content-header-right {
    display: block !important;
}
#header-right .item.cart svg {
    width: 35px;
    height: 35px;
}

#header-right .item.cart svg path {
    stroke: #f00;
}

.sub-content-header-right.category-news:before {
    content: '';
display: block;
width: 0;
border: solid 10px transparent;
border-bottom-color: #ec3237;
position: absolute;
top: -20px;
left: 50%;
margin-left: -20px;
}
.box-header-contai-top {
    background: #efefef;
    -webkit-box-shadow: 0 2px 5px 0 #cecece;
    box-shadow: 0 2px 5px 0 #cecece;
}










ul.list_subnav {
    border: none;
}
.box-main-kelerper {
    border-bottom: solid 2px #ec3237;
}


.icon-gift img {
    width: 35px;
}

.icon-gift {
    padding-left: 30px;
}
li.li-parent.showList {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

#header-right .item:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 24px;
    background: none;
    left: 19px;
    top: 100%;
}
.icon-gift {
    display: none;
}
.item.cart .sub-content-header-right:before {
    content: '';
    display: block;
    width: 0;
    border: solid 10px transparent;
    border-bottom-color: #ec3237;
    position: absolute;
    top: -20px;
    right: 28px;
    margin-left: -20px;
}
.man-pc-2.man-lap-3 {
    padding: unset;
    padding-left: 5px;
}
@media (min-width: 1199px) {
    .item-header-bottom {
    flex: 0 0 22%;
    position: relative;
    }
}

@media (min-width: 1600px) {
    .slider_homeall {
    }
    .logo-head .image img{
        /* width: 250px; */
        height: auto;
        max-height: 70px;
    }
    .box-tr1{
        flex: 0 0 84%;
    }
    .item-header-bottom {
        max-width: 100%;
    }
    .item-huongdan {
        flex: 0 0 78%;
    }
    .fixedsss .dsdsn {
        width: 280px;
    }

    .search-box {
        width: 50%;
    }
    .home-top-left {
        width: 113%;
    }

    .danh-muc-menu>ul>li>ul {
        width: calc(1600px - 260px);
    }

    .danh-muc-menu>ul>li>a span img {
        margin-right: 5px;
    }

    .menu-desktop {
        width: calc(100% - 272px);
    }

    .container {
        max-width: 1600px;
        min-width: 1600px;
    }
    
}

@media (max-width: 1550px) {
    .box_model-login {
        position: absolute;
        width: 26%;
    }
}
@media(max-width: 1230px) {
    .container {
        width: 100%;
        max-width: 1200px;
        min-width: auto;
        padding: 0px 10px;
    }
}

@media (max-width: 1280px) {
    .nav-main>li:not(:last-child) {
        margin-right: 0px;
    }
    
}

@media(max-width: 1230px) {
    .danh-muc-menu>ul>li>a {
        padding: 5px 10px 5px 15px;
    }

    .danh-muc-menu>ul>li>ul {
        width: 913px;
    }
}

@media (min-width:1200px) {
    .list-bar {
        display: none;
    }

    .nav-main li>a {
        /* font-size: 15px; */
        /* line-height: 40px; */
    }

    .menu-desktop .nav-main>li:first-child>.nav-sub li:before {
        content: "\f0da";
        top: 10px;
        left: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        color: #0d6b41;
    }

    .menu-desktop .nav-main>li:first-child>.nav-sub li a {
        padding-left: 24px;
    }
}

@media (max-width:1199px) {
    .txt-search{
        width: calc(100% - 60px);
        height: 40px;
    }
    .showNav {
        display: block !important;
    }
    .search-box {
        margin: 10px 0;
        width: 100%;
    }
    .home-top-left{
        transform: scale(0);
    }
    .home {
        overflow: hidden;
    }
    .danh-muc-menu>ul>li>ul {
        width: 100%;
        display: block;
        box-shadow: none;
        position: relative;
        top: 0;
        left: 0;
        min-height: 0;
        height: 0;
        overflow: hidden;
    }

    .bg_li .sub-menu {
        transition: all .3s ease;
        height: auto;
    }

    .danh-muc-menu ul li:nth-child(1) a {
        width: 100%;
    }

    .haeder_top_mobi {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        position: relative;
        padding-top: 20px;;

    }

    .haeder_top_mobi .logo-head .image img {
        height: 70px;
    }
    .fixedsss .logo-head .image img {
        height: 60px !important;
    }
    .fixedsss .danh-muc-btn {
        font-size: 30px;
    }
    .fixedsss  .cart_mobi i {
        font-size: 30px;
    }
    .cart_mobi {
        position: relative;
    }

    .cart_mobi i {
        font-size: 30px;
        color: #ec3237;
    }

    .cart_mobi span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        font-weight: 500;
        color: #fff;
        background: #ec3237;
        position: absolute;
        text-align: center;
        top: -6px;
        right: -10px;
        font-size: 14px;
    }

    .suppost_mobi a p {
        font-weight: bold;
        color: #0a7bf7;
        text-transform: uppercase;
        text-align: center;
    }

    .suppost_mobi a p:nth-child(2) {
        font-size: 22px;
    }

    .suppost_mobi {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .danh-muc-btn {
        background: none;
        color: #ec3237;
        font-size: 30px;
        padding: 0;
        height: auto;
        display:  block !important;
    }
    .bg_slide2 .danh-muc-btn{
        display: none !important;
    }

    .danh-muc-menu>ul>li>a {
        width: 85%;
    }

    .gioithiumobi,
    .lienhemobi,
    .tintucmobi,
    .w_100p {
        width: 100% !important;
    }

    .danh-muc-menu>ul>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #f0f0f0;
    }

    .icon_nav {
        width: 15%;
        text-align: center;
        height: 100%;
        border-left: 1px solid #f0f0f0;
        padding: 9px 0;
    }

    .header_mobi {
        display: block;
    }

    .header_destop {
        display: none;
    }

    .category_menu {
        width: auto;

    }

    .danh-muc-menu>ul>li>a::before {
        display: none;
    }

    .danh-muc-menu>ul>li>a::after {
        display: none;
    }

    .header_destop {
        display: none;
    }

    .danh-muc-menu {
        position: absolute;
        width: 80%;
        bottom: 0;
        left: 0;
        top: 0;
        overflow: auto;
        transition: all 1s ease;
        transform: translateX(-103%);
    }

    .show_header_con .danh-muc-menu {
        transform: translateX(0%);
    }

    .show_header_con {
        transform: scale(1);
        display: block;
    }

    .bg_header_m {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #000000a8;
        display: none;
    }

    .show_header_con .bg_header_m {
        display: block;
    }

    .danh-muc-menu>ul>li>ul {
        padding: 0 10px;
        margin-left: 0;
    }
    .danh-muc-menu>ul>li>ul>li>a#tets2 {
        font-weight: bold;
        font-size: 14px;
        color: #000;
        padding-left: 15px;
    }

    .danh-muc-menu>ul>li>ul>li>a>span,
    .list_subnav li {
        color: #222;
        display: block;
        padding: 5px 9px;
        font-weight: 300;
        font-size: 12px;
    }
    .danh-muc-menu .sub-menu >li>a>span {
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    .list_subnav >li{
        color: #000;
        font-size: 13px;
        font-weight: bold;
    }

    .home-top-left {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000000;
    }

    .danh-muc-menu>ul>li>ul>li {
        width: 100%;
    }

    .bg_li .icon_nav {
        transform: rotate(180deg);
        transition: all .3s ease;
    }

    .bg_li .danh-muc-menu>ul>li>ul {
        min-height: auto;
        transition: all .3s ease;
    }
    .danh-muc-menu>ul>li>a>i {
        margin-right: 10px;
    }
}



@media (min-width: 992px) {
    
    .header.fixed {
        position: fixed;
    }

    .header.fixed .header-main {
        display: none;
    }

    .menu-desktop .nav-main>li:hover .nav-sub {
        display: block;
        left: 0;
        visibility: inherit;
        top: calc(100% - 0px);
        /* border-top: 10px solid #282e88; */
    }

    .nav-sub>li:hover>a {
        color: #c28449;
    }

    .nav-sub>li:hover>ul {
        /* display: block; */
        visibility: inherit;
        left: 100%;
    }

    .nav-sub>li>ul {
        transition: left 0.5s;
        /* border-top: 10px solid #282e88; */
        padding: 10px 0;
        display: none;
    }

    .menu-desktop .nav-main>li>.nav-sub {
        visibility: hidden;
        top: calc(100% + 20px);
        transition: top 0.5s;
    }

    .menu-desktop .nav-main>li>.nav-sub i {
        position: absolute;
        right: 5px;
    }

    .megamenu-container {
        visibility: hidden;
    }
    .danh-muc-menu>ul>li>a>i {
        margin-right: 10px;
    }
}


@media(max-width: 991px) {
    .logo-head .image{
        text-align:center;
    }
    .search-box form{
        width: 100%;
        justify-content: space-between;
    }
    .box_model-login {
        position: absolute;
        width: 30%;
    }
    .box_model-login {
        position: absolute;
        width: 80%;
    }
    .search_kh {
        display: none;
    }

    .form_account {
        position: absolute;
        right: 208px;
    }

    .group-list-header-info {
        display: none;
    }

    .header.fixed {
        position: relative;
    }

    .logo-head {}

    .hotline_kh {
        display: none;
    }

    .box-header-main {
        justify-content: center;
    }

    .box-header-main-right>ul>li.icon-search {
        display: none;
        color: #0d6b41;
    }

    .box-header-main-right>ul>li.icon-search i {
        line-height: 30px;
    }

    .box-header-main-right>ul>li.icon-search a {
        display: block;
    }
}

@media(max-width:767px) {
    .haeder_top_mobi .logo-head .image img{
        height: 64px !important;
    }
    .txt-search {
        padding-right: 0%;
        height: 25px;
    }
    .danh-muc-btn {
        font-size: 30px;
    }
    .logo-head {
        width: auto;
        flex:  0 0 201px;
    }
    .cart_mobi i {
        font-size: 30px;
    }
    .form_account {
        right: 130px;
    }

    .box-header-main-right>ul>li.cart {
        width: 46px;
    }

    .form_account.navbar-nav .nav-link {
        font-size: 14px;
    }

    .box-header-main-right>ul>li.cart>span {
        display: none;
    }

    .box-header-main-right>ul>li>a>i {
        color: #333;
    }

    .list-bar {}

    .box-header-main-right {
        position: absolute;
        right: 0;
        top: 8px;
    }

    .menu-top {
        display: none;
    }

   

    .txt-search {
        width: 80%;
        height: 35px;
    }

    .box-header-main-right>ul {
        background: none;
    }
    .suppost_mobi a p{
        font-size: 12px;
    }
    .suppost_mobi a p:nth-child(2) {
        font-size:20px;
    }
    .danh-muc-menu>ul>li>a>i {
        margin-right: 10px;
    }
}

@media (max-width:550px) {
    .danh-muc-btn {
        font-size: 25px;
      }
      .cart_mobi i {
        font-size: 25px;
      }
    .btn-search {
        font-size: 12px;
        
    }
    .haeder_top_mobi .logo-head .image img {
        width: auto;
        height: auto;
    }
    .logo-head{
        flex: 0 0 170px;
    }
    .txt-search {
        width: 76%;
        height: 30px;
    }
    .suppost_mobi a p:nth-child(2) {
        font-size: 16px;
      }
    .title_header {
        display: none;
    }

    .dh .a {
        width: 100%;
    }

    .icon_account {
        display: inline-block;
    }

    .name_account {
        display: none;
    }

    .logo-head .image {
        /* max-width: 150px; */
    }

    .box-header-main-right {
        margin-right: 0px;
        width: 55px;
    }

    .header-main {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .language_mobile a {
        font-size: 13px;
    }

    .form_account {
        right: 118px;
    }

    .box-header-main-right>ul>li>a>i {
        font-size: 15px;
    }

    .box-social-header-top .box-info ul li a {
        font-size: 15px;
    }

    .box-header-main-right>ul>li {
        margin: 0 2px;
        padding: 5px 7px;
    }

    .box-header-main-right>ul>li:last-child {
        display: none;
    }

    .box-header-main-right>ul>li.cart {
        padding: 0;
    }

    .box-header-main-right>ul>li>a {}

    .box-header-main-right>ul>li.cart>a>span {
        right: -8px;
    }

    .group-social {
        margin-left: 10px;
    }

    .box-social-header-top .box-info ul li {
        margin-right: 10px;
    }
    .danh-muc-menu>ul>li>a>i{
        margin-right: 10px;
    }
}       