@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.box-menu-header1 svg path {
    /* fill: #003caa; */
    stroke: #1492cc;
}

.header_top {
    background: #de7621;
}

.hotline-top {
    display: flex;
    align-items: center;
}

header.site-header.navbar-sticky {
    background: #26272b;
}

section.header-bottom-main.header-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.hotline-top i {
    width: auto;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #fff;
}

.hotline-top span {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

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

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

.right_top a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
    padding: 7px 5px;
    color: #fff;
}

.right_top span {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.form-search {
    width: auto;
    padding: 0 0 0 15px;
    text-align: right;
}

.form-search form {
    display: inline-block;
}

.form-search .form_search {
    display: inline-flex;
}

.form-search .txt_search {
    width: 300px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    float: left;
    color: #690004;
    border-radius: 5px 0 0 5px;
    border: none;
    font-style: italic;
}

.buttom_go {
    height: 30px;
    margin-left: 1px;
    border: 0;
    background: #f1592a;
    color: #fff;
    font-size: 14px;
    border-radius: 0px 5px 5px 0px;
}

.form-search p {
    background-image: linear-gradient(to right, #f18800, #ffb44a);
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
}

.right_top {
    padding-left: 20px;
}

.logo-head img {
    width: auto;
    height: 85px;
}

.box-group-icon .image {
    width: 31px;
    margin-right: 10px;
}

.clm.width_fix_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-group-icon {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.item-icon {
    width: calc(100% / 2);
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.header_main {
    padding: 10px 0px;
}

section.header-center-main {
    background-image: url(https://kinhmatquanganh.vn/images/bg_header.jpg);
    position: relative;
    z-index: 99;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}

.item-icon .content {
    line-height: normal;
    font-size: 15px;
    color: #333;
    flex: 1;
}

.logo-head {
    width: 20%;
}

.logo-head a img {
    object-fit: contain;
}

.slugun-header {
    width: 35%;
    padding: 10px;
}

.width_fix_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.menu-header-main-list {
    display: flex;
    align-items: center;
    justify-content: left;
}

li.menu-header-main-item {
    /*! padding: 10px 15px !important; */
    text-transform: uppercase;
    /* border-right: 1px solid #f2f2f2; */
    font-size: 16px;
    position: relative;
}

section.header-bottom-main {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 7px;
    position: relative;
    z-index: 999;
    padding: 0px;
}

ul.menu-header-main-list li.menu-header-main-item:last-child {
    border-right: none;
}

ul.menu-header-main-list li.menu-header-main-item:nth-child(1) {
    padding: unset;
    line-height: unset;
}

.header-mobile {
    display: none;
}

















.box-menu-header1 a {
    font-size: 14px;
    font-weight: 600;
}

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

.logo-mobile {
    width: 40%;
}

.box-menu-mobile {
    width: 60%;
    position: relative;
}

.icon-mav-mobile {
    text-align: right;
    width: max-content;
}

.icon-mav-mobile svg {
    width: 45px;
    height: 45px;
}

section.header-mobile {
    padding: 20px 0px;
}

.icon-menu-nav-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #787878;
    z-index: 9999;
    width: 50%;
}

.icon-menu-nav-mobile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
    left: 100%;
    top: 0;
}


.icon-menu-nav-mobile ul {
    position: relative;
    z-index: 999999;
    background: #fff;
    height: 100%;
    padding-top: 130px;
}

.icon-menu-nav-mobile ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-menu-nav-mobile ul li a {
    font-size: 18px;
}

.close-menu-mobile {
    position: absolute;
    z-index: 999999999;
    top: 10px;
    right: 10px;
}

.close-menu-mobile svg {
    width: 40px;
    height: 40px;
}

.search-mobile {
    position: absolute;
    z-index: 9999999;
    top: 66px;
    left: 20px;
    width: 93%;
}

.search-mobile button svg {
    width: 35px;
    height: 35px;
    background: #fff;
}

.close-form-dk i {
    font-size: 18px;
    color: #333;
}

.search-mobile input {
    border: 1px solid #cdcdcd;
    width: 100%;
    position: relative;
    padding: 11px;
    font-size: 18px;
    border-radius: 5px;
}

.search-mobile form {
    position: relative;
    border-radius: 5px;
}

.search-mobile form button {
    position: absolute;
    padding: 0px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-menu-nav-mobile {
    display: none;
}

.icon-menu-nav-mobile.active-nav-mobile {
    display: block;
}

.logo-pta img {
    height: 50px;
    width: auto;
}

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







.box-menu-header1 {
    display: flex;
    align-items: center;
}

.box-menu-header1 svg {
    width: 19px;
    height: 20px;
}

ul.menu-c2-item {
    position: absolute;
    z-index: 99;
    top: 100%;
    background: #fff;
    width: 260px;
    left: 0;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
}

ul.menu-c2-item li {
    /* border-bottom: 1px solid #cdcdcd; */
    padding: 8px 20px;
}

ul.menu-c2-item li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /* font-family: "Oswald", sans-serif; */
    text-transform: math-auto;
    color: #051D3B;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

li.menu-header-main-item:hover .menu-c2-item {
    display: block;
}

li.menu-header-main-item:hover {}

.item-menu-c2-mobile-smoll {
    display: flex;
    justify-content: space-between;
}

.item-menu-c2-mobile-smoll svg {
    width: 25px;
    height: 25px;
}

ul.box-menu-c2-mobiles {
    padding-top: unset !important;
    display: none;
}

li.item-menu-c2--smoll {
    border-bottom: unset !important;
}

li.menu-header-mobile.menu-mobi-active1 ul.box-menu-c2-mobiles {
    display: block;
}

a.menu-header-main-link {
    font-weight: 500;
    display: inline-block;
    color: #000000;
    padding: 29px 15px !important;
}

a.menu-header-main-link:hover {
    color: #1491c9;
}

li.menu-header-main-item.icon-home i {
    font-size: 18px;
    width: 83px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(111deg, #1492cc 0%, #1492cc, 47%, #1492cc 93%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

ul.menu-c2-item li:hover {
    border-left: 4px solid #de741d;
    transition: 0.2s;
}

ul.menu-c2-item li:hover a {
    color: #000;
}



li.menu-header-main-item.lienhe {
    background: #1491C9;
    border-radius: 12px;
}

li.menu-header-main-item.lienhe a {
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 20px !important;
}

.menu-top-area {
    /* background: #fff; */
    border-bottom: solid 1px #363636;
    padding: 5px 0 5px;
}

.track-order-link {
    color: #FFF;
    font-size: 14px;
    padding-top: 2px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 20px;
}

.track-order-link i {
    margin-top: 2px;
    position: relative;
    top: 0px;
    right: 0px;
    margin-right: 4px;
}

.menu-top-area .right-area {
    text-align: right;
}

/* .track-order-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 20px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
} */

.site-header .site-menu>ul>li {
    position: relative;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.site-header .site-menu>ul>li a {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.site-header .site-menu>ul>li a:hover {
    color: #fff;
}

.site-header .site-branding {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 15%;
    padding: 10px 0;
}

.site-header .site-branding .site-logo {
    display: block;
    width: 175px;
    color: #232323 !important;
    text-decoration: none;
    margin-top: 0;
}

.site-header .site-branding .site-logo>img {
    display: block;
    /* width: auto; */
    /* height: 80px; */
}

.site-header .search-box-wrap {
    width: 47%;
    padding: 18px 30px;
    display: flex;
}

.site-header .search-box-wrap .search-box-inner {
    width: 100%;
    align-self: center;
}

.topbar .search-box-inner .search-box select {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 0px 10px;
    width: 120px;
}

.site-header .search-box-wrap .input-group {
    width: 100%;
    position: relative;
    height: 46px;
}

.input-group .input-group-btn button {
    border-radius: 3px;
    transition: color .3s;
    border: 0;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 9;
    right: 3px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.input-group .input-group-btn~.form-control {
    border-radius: 3px !important;
    !i;
    !;
    padding-right: 38px;
    border: solid 1px #BF953F;
    !;
    padding-left: 18px;
    background: no-repeat;
    color: #fff;
}

.input-group>.form-control {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0px !important;
}

.form-control:not(textarea) {
    height: 46px;
}

.form-control {
    padding: 0 18px;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-box {
    display: flex;
}

.input-group .input-group-btn button i {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.site-header .toolbar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*! width: 30%; */
}

.site-header .toolbar .toolbar-item {
    position: relative;
    /* width: 90px; */
    transition: background-color .3s;
    margin-left: 10px;
}

.site-header .toolbar .toolbar-item>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    color: #505050;
    text-align: center;
    text-decoration: none;
    background: border-box;
}

.site-header .toolbar .toolbar-item>a>div {
    width: 100%;
}

.site-header .toolbar .toolbar-item>a>div>.cart-icon,
.site-header .toolbar .toolbar-item>a>div>.compare-icon {
    display: inline-block;
    position: relative;
}

.site-header .toolbar .toolbar-item>a>div i {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 22px;
    color: #BF953F;
}

.site-header .toolbar .toolbar-item>a>div>.cart-icon>.count-label,
.site-header .toolbar .toolbar-item>a>div>.compare-icon>.count-label {
    display: block;
    position: absolute;
    top: 1px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 11px;
    line-height: 18px;
}

.site-header .toolbar .toolbar-item>a>div>.text-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 0;
}

.site-header .toolbar .toolbar-item.active>.toolbar-dropdown,
.site-header .toolbar .toolbar-item:hover>.toolbar-dropdown {
    display: block;
    -webkit-animation: submenu-show .35s;
    animation: submenu-show .35s;
}

.toolbar-dropdown.cart-dropdown {
    right: 0;
    width: 280px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border: 0;
    max-height: 350px;
    overflow-y: auto;
    z-index: 999;
    position: absolute;
    top: 100%;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    display: none;
}

.widget-cart>.entry {
    position: relative;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 12px;
    display: flex;
}

.entry-thumb {
    width: 62px;
    padding-right: 12px;
}

.widget-cart>.entry .entry-delete {
    position: absolute;
    top: -1px;
    right: 0;
    color: #f44336;
    cursor: pointer;
}

.entry-content>h4 {
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #999;
    font-size: 12px;
}

.entry-content>.entry-meta {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #999;
    font-size: 12px;
}

.text-muted {
    color: #fff !important;
    font-size: 15px;
}

.text-gray-dark {
    color: #232323 !important;
}

.toolbar-dropdown.cart-dropdown .entry-content {
    flex: 1;
}

.box-sub-price {
    font-size: 15px;
}

a.btn-carts {
    background: #de2c27;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: unset;
    color: #fff;
}

.checkout-carts a {}

.checkout-carts a {
    background: #de2c27;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: unset;
    color: #fff;
}

.box-padding-cart-broai {
    padding-bottom: 10px;
}

.toolbar-item a:hover~.toolbar-dropdown.cart-dropdown {
    display: block;
}













.site-header .navbar {
    position: relative;
    display: block;
    border-top: 0;
}

.navbar {
    padding: 0 !important;
}

.navbar {}

.left-category-area {
    background: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.left-category-area .category-header h4 {
    background: #f04e25;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
}

.category-header i {
    position: relative;
    =: 2px;

    margin-right: 10px;
}

.site-header .navbar .nav-inner {
    display: flex;
    padding-left: 0;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    background: #0b7740;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to right, #BF953F, #fbf155, #BF953F, #fbf155, #BF953F);
}

.site-header .site-menu {
    display: block;
    position: relative;
    width: 100%;
}

.site-header .site-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.site-header .site-menu>ul {
    display: flex;
    justify-content: space-around;
}

.t-h-dropdown:hover .t-h-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .t-h-dropdown .t-h-dropdown-menu {
    min-width: 280px;
}

.t-h-dropdown .t-h-dropdown-menu {
    border-top: 2px solid #de2c27;
}

.t-h-dropdown .t-h-dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    text-align: left;
    display: block;
    z-index: 999;
    width: 140px;
    padding: 10px 15px 10px;
    border-top: 2px solid #de2c27;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.site-header .site-menu>ul>li:nth-child(1) {
    padding-left: 0px;
}

.navbar .t-h-dropdown .t-h-dropdown-menu>a {
    display: block;
    line-height: 1.4;
    padding-bottom: 15px;
    text-transform: none;
}

.navbar .t-h-dropdown .t-h-dropdown-menu>a:last-child {
    padding-bottom: 0px;
}

.navbar .t-h-dropdown .t-h-dropdown-menu>a>i {
    padding-right: 5px;
}












/* dangky  */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

section.sigin-header {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.container-singin {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 500px;
    max-width: 100%;
    min-height: 420px;
}

section.sigin-header .overlay:after {
    background: none;
    content: "";
    display: none;
}

section.sigin-header .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

section.sigin-header .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

section.sigin-header .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

section.sigin-header form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

section.sigin-header .social-container {
    margin: 20px 0;
}

section.sigin-header .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

section.sigin-header input {
    background-color: #eee;
    border: none;
    padding: 10px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 13px;
}

section.sigin-header button {
    border-radius: 20px;
    border: 0;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

section.sigin-header form a {
    font-size: 14px;
    margin: 15px 0;
}

section.sigin-header form span {
    font-size: 12px;
}

section.sigin-header form h1 {
    font-weight: bold;
    margin: 0;
    font-size: 32px;
}

section.sigin-header .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-right {
    right: 0;
    transform: translateX(0);
}

section.sigin-header .overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #f52f29, #de2c27);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

section.sigin-header .overlay-panel h1 {
    font-size: 32px;
    font-weight: 700;
}

section.sigin-header .overlay-panel p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

section.sigin-header .ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

section.sigin-header:before {
    left: 0;
    right: 0;
    bottom: 0;
}

.signup--header-home {
    position: relative;
    z-index: 999999;
}

.signup--header-home:before {
    content: "";
    position: fixed;
    background: #00000042;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.close-form-dk {
    position: absolute;
    right: 20px;
    z-index: 9999;
    font-size: 24px;
    color: #9e9e9e;
    top: 0px;
}

.right-panel-active .overlay {
    transform: translateX(50%) !important;
}

.right-panel-active .form-container.sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.form-container.sign-in-container {}

.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.right-panel-active .overlay-left {
    transform: translateX(0) !important;
}

.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.right-panel-active .overlay-right {
    transform: translateX(20%);
}

section.sigin-header button:focus {
    outline: none;
}

.signup--header-home.active .sigin-header {
    top: 50%;
    transition: 1s ease;
}

.signup--header-home {
    opacity: 0;
    visibility: hidden;
}

.signup--header-home.active {
    opacity: 1;
    visibility: visible;
    /* transition: 1s ease; */
}

/* end dangky  */

.toolbar-item.dangnhap i {
    font-size: 24px;
    color: #de2c27;
}


























.category-list {
    opacity: 0;
    visibility: hidden;
    padding: 9px 0;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: ;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: ;
    z-index: 99999;
}




.category-list.active {
    padding: 9px 0;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: ;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    visibility: visible;
    box-shadow: ;
    z-index: 99999;
}

.category-list .navi-link {
    padding: 4px 6px;
}

.category-list .navi-link {
    transition: color .3s;
    color: #505050;
    text-decoration: none;
}

.category-list .navi-link img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    display: inline-block;
}

.category-list .navi-link span {
    display: inline-block;
    padding-left: 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.category-list .navi-link i {
    float: right;
    position: relative;
    right: -7px;
    top: 11px;
    font-size: 12px;
}

.category-list .c-item:hover .sub-c-box {
    display: block;
}

.category-list .sub-c-box {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    /* height: 100%; */
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .06);
    border-radius: 5px;
    display: none;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.category-list .sub-c-box .child-c-box:last-child {
    border-bottom: 0;
}

.category-list .sub-c-box .title {
    color: #555;
    display: block;
    line-height: 40px;
    display: block;
    padding: 0 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px;
}

.category-list .sub-c-box .title i {
    float: right;
    position: relative;
    top: 12px;
    font-size: 11px;
}

.category-list .sub-c-box .child-c-box:hover .child-category {
    display: block;
}

.category-list .sub-c-box .child-c-box .child-category {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .06);
    border-radius: 5px;
    display: none;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.category-list .sub-c-box .child-category a:last-child {
    border-bottom: 0;
}

.category-list .sub-c-box .child-category a {
    color: #555;
    display: block;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.category-list .sub-c-box .child-c-box {
    border-bottom: 1px solid #e5e5e5;
}

.category-list .c-item {
    border-bottom: 1px solid #e5e5e5;
}

.category-list .c-item:last-child {
    border: none;
}




























.box-menu-mobile {
    display: flex;
}

.box-menu-mobile .toolbar-item {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    margin-top: 8px;
}

.box-menu-mobile span.cart-icon i {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 20px;
}

.box-menu-mobile span.cart-icon>span {
    display: block;
    position: absolute;
    top: -6px;
    right: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #de2c27;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    display: flex;
    justify-content: center;
}

.box-logo-sign img {
    height: 80px;
    margin-bottom: 20px;
}

.left-category-area:hover .category-list {
    padding: 9px 0;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: ;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    visibility: visible;
    box-shadow: ;
    z-index: 9999999999999;
}

.tg-header__top-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.tg-header__top-right>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

.list-wrap li {
    list-style: none;
}

.tg-header__top-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tg-header__top-social .list-wrap li a i {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tg-header__top-right>li i {
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

span.cart-icon svg path {
    fill: #0b7740;
}

.tg-header__top-right>li:last-child::before {
    content: "";
    display: none;
}

.tg-header__top-right>li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(16deg);
    -moz-transform: translateY(-50%) rotate(16deg);
    -ms-transform: translateY(-50%) rotate(16deg);
    -o-transform: translateY(-50%) rotate(16deg);
    transform: translateY(-50%) rotate(16deg);
    width: 2px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

























.item-avart-login img {
    border-radius: 100px;
}

.item-avart-login {
    position: unset !important;
    transform: unset !important;
}

.item-avart-login img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(1px 1px 3px #999);
}

.toolbar-item {
    display: flex;
    align-items: center;
}

.toolbar-item a {
    position: unset !important;
    height: unset !important;
    display: inline-flex;
    justify-content: space-between;
}

.name-profile-usear p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: unset !important;
    transform: unset !important;
    color: #fff;
}

.name-profile-usear {
    position: unset !important;
    transform: unset !important;
}

span.cart-icon {}

span.cart-icon>i {
    margin-top: 5px;
}

.hoso-user {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #fff;
    width: 180px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    overflow: hidden;
}

.hoso-user ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px 20px;
}

.hoso-user ul li a i {
    font-size: 15px !important;
}

.toolbar-item.dangnhap a {}

.hoso-user a {
    font-size: 15px;
}

.hoso-user ul li {
    border-bottom: 1px solid #eee;
}

.hoso-user ul li:hover {
    background: #0b7740;
}

.hoso-user ul li:hover a {
    color: #fff !important;
}

.hoso-user ul li:hover i {
    color: #fff !important;
}

.hoso-user {
    display: none;
}

.toolbar-item:hover .hoso-user {
    display: block;
}
















.tab-menu-mobile {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    background: #333;
    left: 50%;
    transform: translateX(-50%);
}

.items-tabs-menu-mobile span svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.tab-menu-mobile {
    padding: 0px 5px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.items-tabs-menu-mobile p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
}

.list-item-tab-mennu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-tabs-menu-mobile {
    text-align: center;
    width: 19%;
    padding: 6px 0;
}

.items-tabs-menu-mobile.home {
    width: 15%;
    height: 54px;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    border-radius: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.items-tabs-menu-mobile.home a {
    display: inline-block;
}

.items-tabs-menu-mobile.home span {
    display: inline-block;
}

.items-tabs-menu-mobile.home svg {
    fill: #fff;
    margin-top: 6px;
    width: 25px;
    height: 25px;
}

.tab-menu-mobile {
    display: none;
}

.toolbar {
    display: flex;
    justify-content: right;
    /*! width: 100%; */
    align-items: center;
}

.hotline-img svg {
    width: 25px;
    height: 25px;
    margin-top: 8px;
}

.hotline {
    text-align: center;
    padding: 0 15px;
}

.hotline-text>span {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}

.hotline-img svg path {
    stroke: #BF953F;
}

.hotline-text>small {
    font-size: 15px;
}

.t-h-dropdown-menu a {
    color: #000 !important;
    font-size: 15px;
    padding: 7px 0px !important;
}


@media (max-width: 1110px) {
    .box-menu-header1 a {
        font-size: 16px;
    }

    li.menu-header-main-item {
        padding: 10px 5px;
    }
}

@media (max-width: 992px) {
    section.sigin-header .overlay-container {
        display: none;
        position: unset;
        overflow: visible;
    }

    .container-singin {
        width: 400px;
		max-width: 90%
    }

    section.sigin-header .sign-in-container {
        width: 100%;
    }


    .tab-menu-mobile {
        display: block;
    }

    span.cart-icon>i {
        margin-top: 0px;
    }

    .logo-mobile a img {
        height: 50px;
    }

    section.header-mobile {
        padding: 10px 0px;
        background: #26272b;
    }

    .icon-mav-mobile svg {
        width: 30px;
        height: 35px;
    }

    .icon-mav-mobile path {
        fill: #F9E371;
        stroke: #F9E371;
    }

    .box-menu-mobile span.cart-icon i {
        color: #F9E371;
    }

    .box-menu-mobile {
        width: unset;
    }

    header.site-header.navbar-sticky {
        display: none;
    }

    section.header-bottom-main {
        display: none;
    }

    .header-mobile {
        display: block;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 7px;
    }
}

@media(max-width: 768px) {
    .icon-menu-nav-mobile {
        width: 88%;
    }

    .search-mobile input {
        width: 95%;
        padding: 5px 20px;
        font-size: 15px;
    }

    .search-mobile form button {
        right: 40px;
    }

    .search-mobile button svg {
        width: 25px;
        height: 25px;
    }

    .close-menu-mobile svg {
        width: 30px;
        height: 30px;
    }

    .icon-menu-nav-mobile ul {
        padding-top: 110px;
    }

    .icon-menu-nav-mobile ul li a {
        font-size: 15px;
    }

    .icon-menu-nav-mobile ul li {
        padding: 7px 20px;
    }

    .logo-mobile {
        width: 50%;
    }

    .icon-mav-mobile svg {
        width: 30px;
        height: 30px;
    }

    .box-header-mobile {
        align-items: center;
        justify-content: space-between;
    }

    section.header-mobile {
        padding: 10px 0px;
    }
}