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

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

.header2 {
    background: #22924e;
    /*background: url(../images/bg_header.jpg)*/
}

.header_toptop {
    border-bottom: solid 1px #fff5;
}

.header {
    position: relative;
    width: 100%;
    z-index: 99;
    background: #01524c;
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem;
}

.header3 {
    position: relative;
    width: 100%;
    z-index: 2;
    /*background: #fff;
    filter: drop-shadow(0px 1px 4px rgba(10, 10, 10, 0.15));
    box-shadow: 0px 1px 4px rgb(10 10 10 / 15%);*/
}

.ues {
    display: inline-flex;
}

.search_desktop {
    display: inline-block;
    margin-left: 42px;
    width: 100%;
    max-width: 460px;
}

.search_desktop form {
    margin: 15px 0 0;
}

.search_desktop input.form-control {
    border: 0;
    border-radius: .5rem !important;
}

.search_desktop .input-group-append {}

.search_desktop .input-group .input-group-append button {
    background-color: #ffcb05;
    color: #22924e;
    border: 0;
    border-radius: 0 .5rem .5rem 0;
    padding: 6px 20px;
    font-size: 18px;
    position: absolute;
    width: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
    right: -1px;
}

.header_home {
    padding: 10px 0 0;
    justify-content: center;
    position: relative;
}

.header.fixed {
    position: fixed;
    webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    z-index: 2001;
    top: 0;
}


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

.dh {
    border-top: solid 4px #f99f31;
    height: 29px;
    overflow: hidden;
}

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

.dh .a {
    position: absolute;
    z-index: 1;
    width: 480px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 29px;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/l.gif) no-repeat left top, #f99f31 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;
}

.dh a {
    color: #fff;
    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;
}

.search_kh {
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    margin-right: 10px;
}

.search_kh input {
    border: 0;
    line-height: 20px;
    padding: 3px 20px;
    font-size: 14px;
    float: left;
    color: #000;
    width: 102%;
    background-color: #fff;
}

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

.search_kh .box_search_kh {
    border: solid 1px #cbcbcb;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    color: #333;
}

.search_kh button {
    float: left;
    line-height: 20px;
    padding: 3px 5px;
    width: 35px;
    font-size: 15px;
    border: 0;
    background-color: #01524c;
}

.search_kh button i {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.box_search_kh {
    display: flex;
}

.select-search {
    max-width: 27%;
    color: #03a5dc;
    font-weight: 500;
    border: none;
    font-size: 13px;
    padding: 0 5px;
    text-align: left;
}

.flex-form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
}

.btn-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    background: #fbb03b;
    height: 100%;
    color: #fff;
}

.header-top {
    position: relative;
    color: #333;
    font-size: 15px;
    z-index: 1;
    line-height: 40px;
}

.css-pfmvnv svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.header-top-nofication {
    /*background: url('../images/notification-bar.png') no-repeat top center;
    background-size: contain;
    max-width: 1400px;
    margin: auto;*/
}

.box-header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.nofication-text {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.guide-btn {
    color: #333;
    background: #ffcb05;
    outline: none;
    padding: 0 16px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    user-select: none;
    font-family: inherit;
    border-radius: 14px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 8px 13px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 100% !important;
}

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

.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 {
    position: relative;
}

.box_padding {
    padding: 0;
    width: 100%;
    display: flex;
}

.box-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0;
    margin-bottom: 0px;
}

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

.logo-head .image {
    text-align: left;
    margin-right: 20px;
}

.logo-head .image img {
    width: auto;
    height: 80px;
    padding: 10px 0;
}

.hotline_kh {
    /* position: absolute; */
    /* z-index: 1; */
    /* right: 65px; */
    line-height: 20px;
    padding-right: 44px;
    padding-right: 10px;
    /* background-size: auto 26px; */
    color: #333;
    float: right;
}

#search {
    display: none;
}

.wrap-search-header-main.search-mobile {
    right: 0;
    height: 100vh;
    margin: 0;
    margin-right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.close-search {
    /* margin-left: 5px; */
    position: absolute;
    top: -24px;
    right: 0;
    border: none;
    width: 20px;
    padding: 0 5px;
    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: #fff;
    padding: 3px 4px 3px 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: 38px;
    background: #c31f26;
    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 {
    justify-content: left;
    display: flex;
    width: calc(100% - 0px);
    margin-left: 0px;
}

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

.nav-main>li:not(:last-child) {
    margin-right: 0px;
}

.menu-desktop .nav-main>li.active>a {
    background-color: #ffd68c;
    /* 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 ul li {
    list-style: disc !important;
}

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

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

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

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

.nav-main li .nav-sub li {
    width: 100%;
    border-bottom: 0px solid #c7c7c7;
}

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

.nav-main li .nav-sub li>a:hover {
   color: #22924e;
}

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

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

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

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

.menu-desktop .nav-main>li>a {
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    font-weight: 600;
}

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


/*
.menu-desktop .nav-main>li>a:first-child {
    padding: 0px 16px 0 0;
}
.menu-desktop .nav-main>li>a:not(:last-child):not(:first-child) {
    padding: 0 18px;
}
.menu-desktop .nav-main>li>a:last-child {
    padding: 0px 0px 0 16px;
}
*/

.menu-desktop .nav-main>li>a i {
    font-size: 20px;
    padding-right: 0px;
}

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

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

.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: 10px;
    font-size: 13px;
    position: relative;
    top: 2px;
    float: right;
}

.nav-main li .nav-sub {
    background-color: #fff;
}

.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: #838585;
    padding: 0;
}

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

.search_mobile {
    padding: 5px;
    background: #fbb03b;
}

.search_mobile i {
    color: #333;
    font-size: 15px;
}

.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: 15px;
}

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

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

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

.box-header-main-right>ul>li {
    padding-right: 15px;
    color: #333;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    position: relative;
}

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

.box-header-main-right>ul>li.cart {
    padding-right: 0;
    background-color: #eee;
    border: 0px dotted #416290;
    width: 50px;
    text-align: center;
    border-radius: 0%;
}

.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: 50px;
    font-size: 18px;
    font-weight: 400;
    display: inherit;
}

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

.header-bottom {
    background: #01524c;
}

.box-header-bottom {
    display: flex;
    justify-content: space-evenly;
    background: #01524c;
    position: relative;
}

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

.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: 0px;
    right: -6px;
    font-size: 12px;
    background: #838585;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border: solid 1px #838585;
}

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

.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;
    border-right: 1px solid #0085bf;
}

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

.menu_fix_mobile .close-menu {
    background-color: #22924e;
    /*background: rgb(182,17,24);
    background: linear-gradient(90deg, rgba(182,17,24,1) 0%, rgba(199,21,28,1) 35%, rgba(226,27,34,1) 100%);*/
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0 10px;
}

.menu_fix_mobile .close-menu p {
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.menu_fix_mobile .close-menu p img {
    width: 130px;
}

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

.menu_fix_mobile .close-menu>a {
    color: #fff;
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 200;
    position: absolute;
    right: 20px;
    top: 6px;
    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 .nav-main p {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: solid 1px #013b37;
    margin-bottom: 10px;
}

.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: 10px 15px;
}

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

.menu_fix_mobile ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    padding: 12px 0px;
    margin: 0;
    border-radius: 0;
    color: #333 !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: normal;
}

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

.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: #333;
    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%;
    padding: 10px;
    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: 6px 10px 6px 0px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
}

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

.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 {
    margin-left: 14px;
    width: auto;
    float: right;
}

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

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

.navholder {
    float: right;
}

#subnav {
    /* border-bottom: 1px dotted #333333; */
    padding-bottom: 7px;
    padding-top: 19px;
    float: right;
    font-size: 12px;
}

#subnav>ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    /* float: right; */
}

#subnav>ul>li {
    display: inline-block;
    position: relative;
    padding: 0 0px;
}

#subnav>ul>li img {
    width: auto;
    margin-right: 10px;
}

#subnav>ul>li>a {
    font-size: 15px;
    text-transform: none;
    color: #000;
    display: flex;
    font-weight: 300;
}

#subnav>ul>li>a:hover {
    color: #01524c;
}

#subnav>ul>li>a i {
    text-align: left;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #0085bf
}

#subnav>ul>li>a p {
    font-weight: 300;
}

#subnav>ul>li>a strong {
    font-weight: 600;
    font-size: 18px;
    padding-left: 5px;
}

#subnav>ul>li>a p strong {
    font-weight: 600;
    font-size: 18px;
}

#subnav>ul>li:first-child {
    padding-left: 0;
}

#subnav1>ul>li:after {
    border-left: 1px solid #333;
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 5px;
    left: 0;
    height: 8px;
}

#subnav>ul>li:first-child:after {
    border: 0;
}

#subnav>ul>li:last-child {
    padding-right: 0;
}

.header_line {
    font-size: 12px;
    padding-top: 7px;
    clear: left;
    text-align: right;
    color: #333;
}

.header_line p i {
    padding-right: 5px;
    color: #416290
}

.language {
    display: inline-block;
    float: right;
    margin: 0;
}

.language ul {
    display: flex;
    justify-content: space-between;
}

.language li {}

.language li a {
    width: 32px;
    height: 42px;
    display: block;
    overflow: hidden;
}

.language li img {
    height: 20px;
    margin-top: 12px;
    border: 1px solid #fff;
    width: 25px;
    object-fit: cover;
}

.language_mobile {
    position: absolute;
    display: inline-block;
    right: 38px;
    display: none;
}

.language_mobile ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50px;
}

.language_mobile li {
    width: 50%;
}

.language_mobile a {
    display: block;
    overflow: hidden;
}

.language_mobile a img {
    height: 20px;
    border: 1px solid #fff;
    width: 25px;
    object-fit: cover;
}

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

.header-top-right {
    margin-top: 28px;
    padding-left: 55px;
}

.header-top-right1 {
    margin-top: 20px;
}

.header-top-right ul {
    display: flex;
}

.header-top-right ul li {
    display: flex;
    align-items: center;
}

.header-top-right ul li a {
    display: flex;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.header-top-right ul li a .box-image {
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.header-top-right ul li a .box-image img {
    margin-right: 10px;
}

.header-top-right ul li a .box-image span {
    padding: 0 5px;
}

.header-top-right .number-cart {
    padding: 0 10px;
}

.header-top .search_mobile {
    padding: 0;
}

.header-top .search_mobile i {
    color: #fff;
}

.header-top-search {
    border: none;
    border: solid 1px #e3e3e0;
    background-color: #fff;
    color: #333;
    margin: 5px 0;
    font-size: 14px;
    height: 40px;
    padding: 5px 60px 5px 20px;
    border-radius: 2px;
}

.box-header-main-right-mobile {
    display: none;
}

.cart_header {
    display: block;
}

.contact-top {
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: 50px;
    margin-top: 0px;
}

.contact-top .phone {
    font-size: 19px;
    color: #fff;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    padding: 13px 0 13px 25px;
    width: 100%;
    margin: auto;
    max-width: 246px;
    position: relative;
    left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-top .phone a {
    color: #fff;
}

.contact-top .phone a i {
    color: #fff;
}

.contact-top .icon-phone {
    position: absolute;
    width: 38px;
    height: 38px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 50%;
    padding: 7px 13px 6px;
    left: -20px;
    background: #176a38;
    color: white;
    border-radius: 5px;
    transform: translateY(-50%);
}

.contact-top .phone span {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.h-cart {
    display: inline-flex;
    align-items: center;
    position: relative;
    float: right;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: #176a38;
    margin-top: 15px;
}

.h-cart>a>img {
    margin: 7px 0;
    width: 30px;
}

.h-cart>a>span {
    align-self: center;
    font-size: 15px;
    padding-left: 5px;
    color: #fff;
}

.h-cart>a>strong {
    color: #333;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 3px;
    text-align: center;
    padding: 2px 3px;
    background-color: #fff;
    border-radius: 50%;
    right: 60px;
}

.h-cart label {
    position: absolute;
    top: -12px;
    right: -7px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

#desktop-cart {
    left: -35px !important;
    top: 15px !important;
}

#desktop-cart {
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.top-nav>ul>li {
    display: inline-block;
    margin-right: 32px;
    position: relative;
}

.top-nav>ul>li a {
    color: #282828;
    font-size: 15px;
}

.top-nav>ul>li:after {
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    background: #cfcfcf;
    right: -19px;
}

header .top .top-nav-left>ul>li:after {
    display: none;
}

.top-nav-left>ul>li:last-child {
    margin-left: 10px;
}

.top-nav>ul>li:last-child {
    margin-right: 0;
}

.top-nav>ul>li:last-child:after {
    content: none;
}

.top-nav>ul>li a {
    color: #282828;
    font-size: 16px;
}

.top-nav li a i {
    color: #fcbb26;
}

.top-nav li a strong {
    color: #cc5443;
}

.top-nav>ul>li>a:hover {
    color: #c0912a;
}

.top-nav>ul>li:hover .sub_page,
.sub_page.active {
    visibility: visible;
    opacity: 1;
}

.sub_page {
    position: absolute;
    background: white;
    z-index: 999;
    border-radius: 3px;
    overflow: hidden;
    width: 150px;
    right: 0;
    box-shadow: 0 0 3px;
    top: 35px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#sub_page_mobile {
    right: unset;
    top: 45px;
}

.sub_page ul li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    color: #3d3c3c;
}

.sub_page ul li a:hover {
    background-color: #fdb819;
}

.menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    transition: all 0.4s;
    box-shadow: 0px 1px 0px #e4eaf1;
    border-radius: 0px 0px 12px 12px;
    background: #fff;
}

.header3 .box-header-main {
    width: 100%;
}

.header3 .box_padding {
    width: 100%;
}

.header3 .menu-desktop {
    width: 100%;
}

.header3 .nav-main {
    width: 100%;
    position: relative;
}

.header3 .nav-item {
    position: relative;
}

.p-b-16 {
    padding-bottom: 16px !important;
}

.box-r-2,
.sub-nav-left,
.shadow-r-2 {
    box-shadow: inset -1px 0px 0px #d8e0e8;
}

.sub-nav-left {
    height: 100%;
}

.p-y-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.p-l-16 {
    padding-left: 16px !important;
}

.align-items-center {
    align-items: center !important;
}

.u-flex {
    display: flex !important;
}

.nav-sub-picture {
    flex-basis: 40px;
    max-width: 40px;
}

.m-r-8 {
    margin-right: 8px !important;
}

.sub-nav-left {
    height: 100%;
}

.sub-nav-left>li {
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    padding-left: 0px;
    width: 100%;
    background-color: #fff;
}

.sub-nav-left>li>a {
    display: flex;
    align-items: center;
}

.sub-nav-picture {
    flex-basis: 40px;
    width: 40px;
}

.sub-nav-picture picture {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: calc((1 * 100%) + 0px);
    background-color: #fff;
    border-radius: 50%;
    display: block !important;
}

.sub-nav-picture picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 6px;
    vertical-align: middle;
}

.fs-p-14 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0 0 0;
    margin: 0;
}

.column-display li {
    padding-bottom: 10px;
    width: 100%;
}

.column-display li .link {
    color: #f41118;
}

.sub-nav-name {
    flex: 1;
}

.sub-nav-right {
    background-color: #eee
}

.p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.p-b-4 {
    padding-bottom: 4px;
}

.p-t-16 {
    padding-top: 16px;
}

.sub-nav-cate-wrap {
    margin-right: -8px;
    margin-left: -8px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.p-x-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.sub-nav-cate-item {
    margin-bottom: 12px;
}

.u-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.circle {
    border-radius: 50px;
}

.box-full {
    box-shadow: 0 0 0 1px #d8e0e8;
}

.txt-gray-800 {
    color: #1e293b;
}

.sub-nav-cate-picture {
    flex-basis: 40px;
    max-width: 40px;
}

.sub-nav-cate-picture picture {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc((1 * 100%) + 0px);
    background-color: #eee;
    border-radius: 50%;
    display: block;
}

.sub-nav-cate-picture picture> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sub-nav-cate-picture picture img {
    mix-blend-mode: darken;
}

.sub-nav-cate-picture img {
    object-fit: cover;
    padding: 6px;
}

.fs-p-13 {
    font-size: 13px;
    line-height: 18px;
}

.sub-nav-cate-name {
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
}

.sub-nav-cate-name span {
    font-size: 14px;
}

.p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.p-l-4 {
    padding-left: 4px;
}

.p-r-16 {
    padding-right: 16px;
}

.p-t-12 {
    padding-top: 12px !important;
}

.p-b-16 {
    padding-bottom: 16px !important;
}

.box-t-2 {
    box-shadow: inset 0px 1px 0px #d8e0e8;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.justify-between {
    justify-content: space-between;
}

.fs-p-16 {
    font-size: 15px;
    line-height: 24px;
}

.f-w-500 {
    font-weight: 500;
}

.align-items-center {
    align-items: center;
}

.txt-gray-800 {
    color: #1e293b;
}

.sub-nav-title i {
    font-size: 12px;
    color: #fff;
    border-radius: 105px;
    background-color: #ef4444;
    text-align: center;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.p-t-2 {
    padding-top: 2px !important;
}

.link {
    background-image: linear-gradient(transparent calc(100% - 1px), #f41118 1px);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all 0.6s ease, -webkit-transform 0.6s ease;
}

.link {
    color: #f41118;
    position: relative;
    display: inline;
    cursor: pointer;
}

.sub-nav-product {
    background: #f41118;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sub-nav-title .u-flex {
    color: #fff;
    font-size: 18px;
}

.sub-nav-title .u-flex i {
    border-radius: 100%;
    background-color: #f41118;
    text-align: center;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.sub-nav-product .row {
    margin-right: -8px;
    margin-left: -8px;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.sub-nav-product-picture picture {
    box-sizing: border-box;
    border-radius: 14.1538px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: calc((1 * 100%) + 0px);
    background-color: #fff;
    border: 1px solid #d8e0e8;
    height: 100%;
    display: block;
}

.sub-nav-product-picture img {
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.truncate2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    font-size: 14px;
    line-height: 18px;
}

.txt-gray-700 {
    color: #334155 !important;
}

.fs-p-18 {
    font-size: 17px !important;
    line-height: 24px !important;
}

.txt-primary-700 {
    color: #f41118 !important;
}

.nav-main li>a:hover {
    /* color: #fff !important; */
}

.header3 .nav-main>.nav-item:hover .menu-dropdown {
    display: block;
}

.header3 .nav-main .nav-sub-item.active {
    background-color: #eee;
    box-shadow: inset 0px 1px 0px #d8e0e8, inset 0px -1px 0px #d8e0e8;
}

.sub-nav-right {
    display: none;
    transition: all 0.3s;
}

.sub-nav-right.active {
    display: block;
}

.hover-menu-mask {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.hover-menu-mask.block {
    animation: opacity-delay 0s linear forwards 0.2s;
}

.menu-dropdown .row {
    margin-left: 0;
    margin-right: 0;
}


/*
.active_menu {
    background: #ffcb05;
}
*/

.sub-nav-cate-item a:hover,
.sub-nav-cate-item a:active {
    box-shadow: 0 0 0 1px #325dcd;
    transition: all 0.6s ease;
}

.sub-nav-product-item:hover .sub-nav-product-picture picture {
    box-shadow: 0 0 0 1px #325dcd;
    transition: all 0.6s ease;
}


/* HHH */

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

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

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

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

.social-menu-mb {
    margin-top: 15px;
    margin-left: 0px;
    padding: 0 15px;
}

.social-menu-mb .title {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    /* text-align: center; */
}

.social-menu-mb h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    margin: 0;
}

.social-menu-mb p {
    font-size: 13px;
    color: #333;
}

.social-menu-main .social {
    display: flex;
    padding: 0;
}

.social-menu-main .social li a {
    position: relative;
    border: none;
}

.social-menu-main .social li a span {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.social-menu-main .social li a:hover span {
    opacity: 1;
}

.social-menu-mb ul>li {
    width: auto;
    padding-right: 10px !important;
}

.social-menu-mb ul>li img {
    /* height: 35px; */
    width: 40px;
    /* width: 100%; */
}

.search_mb1 {
    display: none;
}

.formFa {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    padding: 0px;
}

.formFa input {
    border-radius: 30px 0 0px 30px;
    height: 55px;
    padding: 0 20px;
}

.formFa button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
    background: #f41118;
    height: 100%;
    color: #fff;
    border: none;
    font-size: 23px;
    outline: none;
    border-radius: 0 30px 30px 0px;
}

.circle-ripple {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    display: inline-block;
    margin-right: 13px;
}

.ues .item_ueas {
    font-size: 12px;
    padding-left: 28px;
    position: relative;
    color: #fff;
    line-height: 25px;
    /* display: flex; */
}

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

.item_ueas-tr a.nav-link {
    display: flex;
    align-items: center;
}

.item_ueas-tr a.nav-link span:nth-child(2) {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-left: 8px;
}

.estore-icon svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    color: #fff;
}

.estore-icon {
    font-size: 30px !important;
    margin-right: 10px;
    position: relative;
    display: none;
}

.estore-icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #fff;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.btnshownav-2,
.btnshownav-3 {
    cursor: pointer;
}

.item_ueas-tr ul {
    display: flex;
    align-items: center;
}

.box-header-top-tr {
    justify-content: space-between;
}

.model-login {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}

.model-login.active {
    display: block;
}

.overlay_model-login {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000a8;
}

.model-register {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
}

.model-register.active {
    display: block;
}

.box_model-login {
    position: absolute;
    width: 25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: var(--white);
    border: 1px solid var(--border);
}

.btn-close-modal {
    position: absolute;
    top: -18px;
    right: -18px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.user-form-title {
    text-align: center;
    margin-bottom: 25px;
}

.user-form {
    width: 100%;
}

.user-form-remind {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border);
}

.user-form-title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    color: #22924e;
    text-transform: uppercase;
    font-weight: 500;
}

.user-form .form-group {
    margin-bottom: 20px;
}

.form-control {
    font-size: 15px;
    padding: 0px 0px 0 15px;
    height: 42px;
}

.form-check {
    display: flex !important;
    align-items: center;
    font-size: 13px;
}

.user-form-remind p {
    font-size: 15px;
    text-transform: capitalize;
}

.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color: #f41118;
}

.form-check .form-check-input {
    margin-top: 0;
}

.form-button {
    text-align: center;
}

.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: #22924e;
    border: solid 1px #22924e;
}

.form-button a {
    font-weight: 400;
    color: #0d6b41;
    font-size: 15px;
    text-decoration: none;
}

.h-cart .list-product {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: -10px;
    right: 0;
    transform: translate(0, 100%);
}

.prices--old {
    color: #657384;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px 0px 8px;
    text-decoration-line: line-through;
}

.info__cart--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 5px;
    padding-inline-end: 10px;
}

.info__quantity {
    color: #657384;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
}

.h-cart:hover .list-product,
.h-cart:focus .list-product {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
    position: absolute;
}

.h-cart .wrapper {
    background: var(--white);
    box-shadow: rgba(0, 39, 102, 0.08) 0px 0px 24px -4px, rgba(0, 39, 102, 0.03) 0px 0px 8px -4px;
    border-radius: 12px;
    padding: 16px;
    width: 383px;
    position: relative;
}



.h-cart .body {
    max-height: 420px;
    overflow-y: auto;
}

.h-cart .card-item {
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.info__cart {
    width: 100%;
    padding-inline: 10px 13px;
}

.prices--new {
    color: #1250dc;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.h-cart .img {
    border: 0.8px solid #e4e8ed;
    border-radius: 12px;
    padding: 6px 5px;
    flex: 0 0 56px;
    height: 56px;
}

.cart__bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 10px;
}
.h-cart .wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-100%);
}
.name-product {
    color: #020b27;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0px 4px;
    margin-bottom: 0;
}

.cart__btn-more {


    color: #ffffff;
    background: #306de4;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 30px;
    border: none;
}

.cart__total-count {
    color: #657384;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.items-center {
    align-items: center;
}

.css-gxcydh {
    font-size: 0.875rem;
    line-height: 1.42857;
    font-weight: 500;
}

.text-text-tertiary {
    color: var(--gray-600);
}

.font-medium {
    font-weight: 500;
}

.text-text-focus {
    color: var(--blue-500);
}

.text-text-tertiary {
    color: var(--gray-600);
}

.css-1le061m {
    display: inline-block;
    vertical-align: -0.125em;
}

.css-1le061m svg {
    fill: var(--gray-600);
    width: 18px;
    height: 18px;
}

.css-be9a3n.estore-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

:where(.css-10ed4xt).ant-btn>span {
    display: inline-block;
}

.search_mobi {
    display: none;
}

.title__cart {
    color: #657384;
    display: inline;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.3), 0 0 0 0.1em rgba(239, 68, 68, 0.3), 0 0 0 0.5em rgba(239, 68, 68, 0.3), 0 0 0 1em rgba(239, 68, 68, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0em rgba(239, 68, 68, 0.3), 0 0 0 0.5em rgba(239, 68, 68, 0.3), 0 0 0 1em rgba(239, 68, 68, 0.3), 0 0 0 1em rgba(239, 68, 68, 0);
    }
}

@media(max-width:1500px) {
    .box_padding {
        padding: 0;
    }
}

@media(min-width:1500px) {
    .box_padding {
        padding: 0;
    }

    .menu-desktop .nav-main>li>a {
        padding: 0 20px;
        font-size: 14px;
    }

    #header .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

    .header-top .container-fluid {
        padding: 0 85px;
    }

    .header_home .container-fluid {
        padding: 0 100px;
    }

    .logo-head .image img {
        width: auto;
        height: 71px;
        padding: 5px 0;
    }

    .header-top-right {
        padding-left: 0px;
    }

    .slide .container-fluid {
        padding: 0 85px;
    }

    .contact-top .phone {
        max-width: 248px;
        right: 0;
        justify-content: right;
    }
}

@media(max-width:1400px) {
    .menu-desktop .nav-main>li>a {
        padding: 0 18px;
    }
}

@media(max-width:1300px) {
    .menu-desktop .nav-main>li>a {
        padding: 0 20px;
    }
}

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

    .group-social-full {
        display: none;
    }
}

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

@media (max-width:1199px) {
    .logo-head .image {
        margin: 0;
    }

    .language_mobile {}

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

    .header3 {
        display: none;
    }

    .menu-desktop {
        display: none;
    }

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

    .header-bottom {
        display: none;
    }

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

    .logo-head {
        display: flex;
        justify-content: center;
        width: 100%;
    }

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

    .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: 128px;
    }

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

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

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

    .language_mobile {
        display: flex;
        float: right;
        margin: 0;
    }

    .h-cart {
        top: 50%;
        margin: 0px;
        position: absolute;
        right: 15px;
        transform: translate(0, -50%);
        background: transparent;
    }

    .h-cart>a>strong {
        right: -5px;
    }

    .contact-top {
        margin-right: 28px;
    }

    .search_desktop {
        display: none;

    }

    .list-bar {
        left: 15px;
        right: inherit;
    }

    .logo-head .image {
        text-align: center;

    }

    .search_desktop {
        margin-left: 50px;
        max-width: 470px;
    }

    .h-cart>a>span,
    .contact-top,
    .ues {
        display: none;
    }

    .search_mobi {
        display: block !important;
        max-width: 100%;
        margin: 0;
        margin-inline: auto;
    }

    .logo-head .image img {
        width: auto;
        height: 65px;
        padding: 5px 0;
    }

    .header_home {
        padding: 10px 0 10px;
        position: relative;
    }

    .search_mobi input {
        background-color: #ffffff;
        border-radius: 4px 0px 0px 4px;
        font-family: Roboto;
        line-height: 24px;
        padding: 6px 12px;
    }

    .search_desktop .input-group .input-group-append button {
        align-items: center;
        background-color: #e4511a;
        border-radius: 0px 4px 4px 0px;
        display: flex;
        font-family: Roboto;
        justify-content: center;
        line-height: 24px;
        text-align: center;
        font-size: 21px;
        color: #fff;
    }

    .search_desktop form {
        margin: 0;
    }
}

@media (min-width: 992px) {

    /* .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: 4px solid #01524c;
    }

    .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: 4px solid #01524c;
        padding: 0;
        visibility: hidden;
    }

    .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;
        font-size: 13px;
        color: #767676;
    }

    .megamenu-container {
        visibility: hidden;
    }
}

@media(max-width: 991px) {
    .container {
        max-width: 768px;
        ;
    }

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

    .list-bar {
        position: absolute;
        left: 15px;
    }

    .search_desktop {
        width: 100%;
        max-width: 100%;
        order: 3;
        margin-left: 0;
        display: none;
    }

    .search_desktop form {
        margin: 0px 0 6px;
    }

    .header_home .col-12 {
        display: flex;
        flex-wrap: wrap;
    }

    .cart_header {
        display: none !important;
    }

    .box-header-main-right-mobile {
        display: block;
    }

    .search_kh {
        display: none;
    }

    .header.fixed {
        position: relative;
    }

    .logo-head {
        margin: auto;
        padding: 0px 0px;
    }




    .contact-top {
        margin-right: 35px;
        display: none;
    }

    .h-cart>a>span {
        display: none;
    }

    .h-cart>a>strong {
        right: -10px;
    }

    .hotline_kh {
        display: none;
    }

    .box-header-main {
        justify-content: space-between;
    }

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

    .logo-head .image img {
        height: 50px;
        padding: 6px 0;
    }

    .header-top {
        display: none;
    }

    .top-nav-left {
        display: block;
    }

    .h-cart label {
        display: none !important;
    }

    .mobile_mb {
        display: none !important;
    }

    .top-nav>ul>li a {
        color: #282828;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .container {
        max-width: 576px;
        ;
    }

    .ues {
        display: none;
    }

    .formFa {
        min-height: 55px;
    }

    .contact-top {
        display: none;
    }

    .header3 {
        display: none;
    }

    .formFa input {
        height: 40px;
    }

    .formFa button {
        padding: 10px 22px;
        font-size: 20px;
    }

    .search_mb1 {
        display: block;
        height: 59px;
    }

    .header-top-search {
        margin: 5px 0 4px 0;
    }

    .search_mobile {
        padding: 0;
    }

    .cart_header {
        display: block !important;
        width: 100%;
    }

    .search_mobile i {
        color: #333;
        font-size: 17px;
    }

    .hotline-top-header {
        font-size: 12px;
    }

    .header-top-right .number-cart {
        padding-right: 0;
    }

    .header-top-right ul li a {
        padding: 5px 10px;
        margin: 0;
    }

    .header-top-right {
        padding-top: 5px;
        margin-top: 0;
        padding-left: 0;
    }

    .logo-head {
        width: auto;
    }

    .list-bar {}

    .box-header-main-right {
        position: absolute;
        right: 0;
        margin-right: 0;
        top: 20px;
        z-index: 2;
    }

    .language_mobile {
        right: 0;
    }

    .menu-top {
        display: none;
    }

    .ss01_about {
        padding: 10px 0;
    }

    .box_about .desc {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }

    .about-us-right {
        margin: 20px 0 0 0;
    }

    .about-us-right-item {
        margin-bottom: 10px;
    }

    .ss03_product {
        padding: 10px 0;
    }

    .about-us-right-item .text .number {
        font-size: 27px;
    }

    .about-us-right-item .text p {
        font-size: 14px;
        line-height: 20px;
    }

    .product-item .box .content .xemthem_home {
        left: 28%;
    }

    .ss02_product {
        padding: 20px 0;
    }

    .col-mtc-new-hot-left {
        width: 100%;
    }
	.box_model-login {
		width: 70%;
	}
}

@media screen and (max-width: 576px) {
	.box_model-login {
		width: 90%;
	}
    .logo-head .image img {
        width: auto;
        height: 50px;
        padding: 0;
    }

    .container {
        max-width: 100%;
    }

    .h-cart {
        padding-right: 0;
    }

    .logo-head {
        padding: 0px 0;
        justify-content: center;
        margin: auto;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .logo-head .image {
        /* max-width: 150px; */
        align-items: center;
        justify-content: center;
    }

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

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

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

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

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

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

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

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

    .box-social-header-top .box-info ul li {
        margin-right: 10px;
    }

    .header-top {
        display: none;
    }

    .header_home .container-fluid .row {
        justify-content: space-between;
        position: relative;
    }

    .list-bar {
        z-index: 2;
        left: 10px;
        top: 26%;
    }

    .search_desktop form {
        margin: 4px 0 2px;
    }



    .smooth {
        /* margin-right: 20px; */
    }

    .h-cart>a>strong {
        right: -10px;
    }

    .h-cart label {
        display: none !important;
    }

    .h-cart>a>span {
        display: none;
    }
}