.full-row.full-header_main {
    position: sticky;
    top: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* ////// */

.full-header-top_center {
    background: #000;
    color: #fff;
    text-align: center;
}

/* //// */


.full-header_search {
    background: #f89a20;
    /* padding: 7px 0; */
}

.center_header_top img {
    margin: 0 5px;
}

/* ///////////// */

.right_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    color: #fff;
}

.list_drop_tk {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
    background: #ffff;
    padding: 7px 15px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.drop_tk {
    position: relative;
}

span.text_tk {
    cursor: pointer;
    font-size: 18px;
}

.list_drop_tk a {
    color: #333e48;
    display: inline-block;
}

.list_drop_tk a:hover {
    color: #000;
}


.list_drop_tk a:first-child {
    margin-bottom: 10px;
}

a.link_cart {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

span.count-cart {
    position: absolute;
    right: -5px;
    top: 15px;
    font-size: 10px;
    background: #333e48;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
}

.box_cart {
    float: right;
}

.box_cart strong {
    display: none;
}

.box_cart span.woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 18px;
}

/* /// */


/***** Menu *****/
.full-menubar {
    /* background: #0c8537; */
    float: left;
    width: 100%;
}

.menu-shrink {
    position: fixed;
    top: 0px;
    z-index: 99999999;
}

#menubar {
    height: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
}

#menubar .navbar-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: auto;
    padding: 0;
    float: left;
    width: 100%;
}

.container {
    float: left;
    width: 100%;
}

#menubar .navbar {
    float: left;
    margin: 0;
    width: 100%;
}

#menubar .menu-collapse {
    display: none;
}

#menubar #menu-primary {
    float: left;
    text-align: center;
    width: 50%;
    display: block;
}

.nav-collapse {
    float: left;
    width: 100%;
}

.clickmenu {
    background: #0c853700 none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 21px;
    margin: 0;
    padding: 0;
    width: 21px;
}

.clickmenu:hover {
    cursor: pointer;
    background: #f89a20;
}

.clickmenu,
.title-menu-mobile,
.menu-mobie,
.clickmenu-hien {
    display: none;
}

.clickmenu span {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    height: 3px;
    margin-bottom: 4px;
    width: 100%;
}

#menu-primary li {
    display: inline-block;
    float: left;
    position: unset;
    white-space: nowrap;
}

#menubar #menu-primary>li.current-menu-item a,
#menubar #menu-primary>li>a:hover {
    color: yellow;
}

#menu-primary li:first-child {
    border-left: none;
}

#menubar #menu-primary>.menu-item-has-children {
    background: rgba(0, 0, 0, 0) url("images/icon-xuong.png") no-repeat scroll right center;
}

#menu-primary ul,
.menu-mobie ul {
    display: none;
}

#menu-primary li ul,
.menu-mobie ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    float: left;
    left: 0;
    min-width: 180px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
}

#menubar #menu-primary li a,
.menu-mobie li a {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: none;
}

#menubar #menu-primary>li>a {
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    width: 100%;
    display: block;
}


#menubar #menu-primary ul>li {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    float: left;
    padding-left: 19px;
    width: 25%;
}


#menubar #menu-primary li ul ul {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    position: unset;
    top: 44px;
    width: 100%;
}

#menubar #menu-primary li ul ul li {
    width: 100%;
    padding-left: 0px;
}

#menubar #menu-primary ul li a {
    color: #878686;
    padding: 0;
    text-indent: 11px;
    text-transform: none;
    width: 100%;
    font-size: 14px;
}

#menubar #menu-primary>li>ul>li>a {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-indent: 11px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

#menubar #menu-primary ul li:hover>a {
    color: #292826;
    transition: 0.5s;
}

.mxh-menu {
    float: left;
    width: 27%;
    text-align: right;
}

.icon-mxh-menu {
    display: inline-block;
    border-left: 0.5px solid rgba(255, 255, 255, 0.15);
}

.icon-mxh-menu>a {
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    padding: 0 13px;
    box-sizing: border-box;
}

.icon-mxh-menu>a:hover {
    color: #fff;
    cursor: pointer;
}

/*****menu left****/
.menu-sub {
    float: left;
    width: 100%;
}

.menu-sub h2 {
    /* background: #0c8537 none repeat scroll 0 0; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menu-sub h2:hover {
    cursor: pointer;
}

.menu-sub h2 .fa.fa-bars {
    font-size: 18px;
    line-height: 25px;
    margin-right: 5px;
}

.home .primary-left {
    display: block;
}

.primary-left {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #eaeaea currentcolor #eaeaea #eaeaea;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: none;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border: 2px solid #f89a20;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.primary-left>ul {
    width: 100%;
    float: left;
}

.primary-left>li {
    box-sizing: border-box;
    float: left;
    padding: 0 20px !important;
    width: 100%;
    position: relative;
}

.primary-left .menu-item-has-children>a:hover {
    background: rgba(0, 0, 0, 0) url("http://dienmaytrungthuc.com/userdata/8672/wp-content/themes/keyweb/css/images/list_style.png") no-repeat scroll right center;
}

.primary-left>.menu-item-has-children>a {
    background: rgba(0, 0, 0, 0) url("http://dienmaytrungthuc.com/userdata/8672/wp-content/themes/keyweb/css/images/list_style.png") no-repeat scroll right center;
}

.primary-left>li:hover>a {
    color: #f89a20;
    text-decoration: none;
}

ul.sub-menu>li:hover a {
    color: #f89a20;
}

.primary-left>li>a {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    float: left;
    padding: 9.4px 5px 10px 0;
    width: 100%;
}

._mi._before._image {
    position: absolute;
}

.primary-left>li>a>span {
    margin-left: 30px;
}

.primary-left>li>ul {
    background: #fff none repeat scroll 0 0;
    left: 150%;
    position: absolute;
    width: 285px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.primary-left>li:hover>ul {
    visibility: unset;
    opacity: 1;
    left: 100%;
    transition: 0.5s;
    border-top: 1px solid #f89a20;
}

.primary-left>li>ul>li {
    box-sizing: border-box;
    float: left;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #f89a20;
    border-right: 1px solid #f89a20;
}

.primary-left>li>ul>li>ul li {
    box-sizing: border-box;
    float: left;
    font-weight: normal;
    padding: 4px 0;
    width: 100%;
    padding-left: 10px;
}

.primary-left>li>ul>li>ul li:hover a {
    color: #f89a20 !important;
}

.full-menubar ul,
.full-menubar li,
.full-menubar ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.full-menubar a {
    color: #000;
}

/**** Responsive settings ******/
@media only screen and (max-width: 1112px) {

    #menubar #menu-primary>li.current-menu-item a,
    #menubar #menu-primary>li>a:hover {
        color: #f89a20;
    }

    .menu-sub,
    .mxh-menu {
        display: none;
    }

    #menubar {
        width: 300px;
        left: 0;
        top: 0;
        background: #f7f8f9 no-repeat fixed 0 0;
        height: 100%;
        position: fixed;
        z-index: 1000;
        float: left;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        opacity: 0;
        visibility: hidden;
    }

    #menubar.menubar.on {
        visibility: visible;
        opacity: 1;
    }

    #menubar .navbar {
        max-height: 100%;
        overflow: scroll;
    }

    .title-menu-mobile {
        padding: 10px;
        background: #f89a20;
        margin: 0px;
        text-align: center;
    }

    .title-menu-mobile>a,
    .title-menu-mobile>a:hover {
        cursor: pointer;
        font-size: 14px;
        color: #ffffff;
        line-height: 1.5;
    }

    .menu-mobie,
    .title-menu-mobile,
    .clickmenu-hien {
        display: block;
    }

    .nav-collapse {
        position: relative;
    }

    .clickmenu-hien,
    .clickmenu-hien:hover {
        float: left;
        position: absolute;
        top: 0px;
        left: 100%;
        padding: 15px;
        background: #ffffff;
        cursor: pointer;
        color: #f89a20;
        font-size: 26px;
    }

    .clickmenu-hien .fa {
        font-size: 30px;
        color: #f89a20;
    }

    ._mi._before._image {
        position: absolute;
        display: none;
    }

    .submenu-button::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 2px;
    }

    .submenu-button::after {
        background: #000 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 12px;
        top: 13px;
        width: 8px;
    }

    .submenu-button.submenu-opened:before {
        content: none;
    }

    .submenu-button {
        cursor: pointer;
        display: block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
        z-index: 99;
    }

    #menubar .menu-collapse {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .clickmenu {
        display: block;
        margin: 27px 0px;
    }

    #menubar #menu-primary,
    .menu-mobie {
        background: #fff none repeat scroll 0 0;
        float: left;
        width: 100%;
    }

    #menubar #menu-primary ul>li,
    .menu-mobie ul>li {
        box-sizing: border-box;
        float: left;
        padding-left: 10px;
        width: 100%;
        /* position: unset; */
        position: relative;
    }

    #menubar #menu-primary li,
    .menu-mobie li {
        margin: 0;
        width: 100%;
        position: relative;
        float: left;
    }

    #menubar #menu-primary li a,
    .menu-mobie li a {
        color: #000;
        padding: 5px 10px !important;
        text-align: left;
        width: auto;
        border-bottom: 1px solid #ddd !important;
    }

    #menubar #menu-primary li a:hover,
    .menu-mobie li a:hover {
        background: #fff;
        color: #08762f;
    }

    #menu-primary li ul {
        position: unset;
    }

    #menubar #menu-primary ul,
    .menu-mobie ul {
        top: 40px;
        width: 100%;
        z-index: 99999;
        position: unset;
    }

    #menubar #menu-primary>li>ul>li>a,
    .menu-mobie>li>ul>li>a {
        font-size: 14px;
        font-weight: normal;
        margin-top: 0px;
        text-indent: 0;
        text-transform: unset;
        width: 100%;
        color: #464646;
        display: block;
        line-height: 25px;
    }

    #menubar #menu-primary>li>a,
    .menu-mobie>li>a {
        line-height: 30px;
        font-size: 14px;
        box-sizing: border-box;
        border: none;
        display: block;
        width: 100%;
    }

    #overlay_background {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    #overlay_background.on {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {}

@media only screen and (min-width:480px) and (max-width: 599px) {}

@media only screen and (min-width:320px) and (max-width: 479px) {}

@media only screen and (max-width:320px) {}


/* ///////////////// */
ul#menu_top {
    width: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.full_menu_top {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.full-header_main {
    background: #fff;
    z-index: 999;
    padding: 10px 0px;
}

ul#menu_top li {
    display: inline-block;
    float: left;
    position: unset;
    white-space: nowrap;
}

ul#menu_top li a {
    color: #000;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

ul#menu_top li:first-child {
    border-left: none;
}

ul#menu_top li.current-menu-item a,
ul#menu_top li a:hover {
    color: #f89a20;
}

/* //// */

.content_lh_header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.content_lh_header img {
    height: 100% !important;
    width: 100%;
    float: left;
    margin-right: 5px;
    max-width: 50px !important;
    max-height: 50px;
}

.list_lh_header {
    float: left;
}
.list_lh_header a {
    color: #666666;
}

.list_lh_header a:hover {
    color: #000;
}

/* /////////////// */


@media only screen and (min-width: 1112px) {}


/* ////////////////////////////////////// */

.full-header-top {
    /* padding: 3px 0; */
}

.center_header_top {
    padding: 5px 0;
}

.left_top_header {
    width: 100%;
    padding: 10px 0;
    color: #333e48;
    font-size: 13.5px;
}

.right_top_header {
    width: 100%;
    padding: 10px 0;
    color: #333e48;
}

.list_item_header {
    width: 100%;
    text-align: right;
}

a.item_header {
    display: inline-block;
    padding: 0 7px;
    border-right: 1px solid #ddd;
    color: #333e48;
    font-size: 13.5px;
}

a.item_header:hover {
    color: #000;
}

a.item_header:last-child {
    border: none;
    padding-right: 0;
}

a.item_header i {
    margin-right: 5px;
}

a.item_header img {
    height: 13.5px;
    width: auto;
    margin-right: 5px;
}

.left-header-top {
    color: #fff;
    float: left;
    width: 50%;
    line-height: 35px;
    text-align: left;
}

.right-header-top {
    color: #fff;
    float: right;
    width: 50%;
    line-height: 35px;
    text-align: right;
}

.full-header {
    padding-top: 5px;
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
    margin-top: 5px;
}

.header-logo {
    float: left;
    max-width: 185px;
    overflow: hidden;
    max-height: 100px;
    transition: all 0.3s;
}

.header-logo a {
    float: left;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 100px;
}

/* menu */

.main-menu {
    float: left;
    margin-top: 18px;
    margin-left: 40px;
    transition: margin-top 0.3s;
}

/* Search */

.header-search {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

form.searchform {
    display: flex;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}

select.app_search.search-field {
    max-width: 180px;
    font-size: 15px;
    color: #333e48;
    outline: none;
    border: none;
    padding: 10px;
    width: 100%;
    height: 40px;
}

#search-form {
    width: 150px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    border: 1px solid #ddd;
    float: left;
    height: 26px;
    padding: 0px 5px;
    border-radius: 5px 0 0 5px;
}

input.app_search.search-field {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: #333e48;
    outline: none;
    border: none;
    height: 40px;
    padding-left: 20px;
}

.search-submit {
    width: 100%;
    max-width: 45px;
    margin: 0;
    background-color: #333e48;
    height: 40px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
}

.search-submit i {
    color: #fff;
    font-size: 14px;
}

/* /// icon header*/

.icon_header_mobile {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.text_hot_mobi {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.box_serch {
    position: relative;
}

.icon_search {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.header-search_mobile {
    width: 100%;
    padding: 10px 0;
}

form.searchform_mobile {
    display: flex;
}

button.search-submit_mobile {
    width: 40px;
    font-size: 16px;
    border: none;
    background: none;
}

.icon_search .fa-xmark {
    display: none;
    font-size: 25px;
}

.box_log {
    position: relative;
}

a.link_my {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.box_cart_mb {
    position: relative;
}

a.link_cart_mobile {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}


/* //// */

@media only screen and (min-width: 1100px) {

    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 1200px) {

    .main-menu {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .header-search {
        margin-top: 0;
    }

}

@media only screen and (max-width: 1112px) {
    .text_hot_mobi {
        color: #fff;
    }

    .text_hot_mobi:hover {
        opacity: 0.8;
    }
    .header-logo {
        max-width: 70px;
    }

    .left_top_header {
        text-align: center;
    }

    .full-content_archive_bt {
        margin: 20px 0;
    }

    .menu_mobile {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .full-header_main {
        background: #f89a20;
        padding: 5px 0;
    }

    .full_menu_top {
        display: none;
    }

    .full-header_search {
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    a.link_cart_mobile {
        width: inherit;
        gap: 10px;
    }
    
    a.link_cart_mobile span {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1113px) {
    .menu_mobile {
        display: none;
    }

    #menubar #menu-primary {
        display: none;
    }

    .icon_header_mobile {
        display: none;
    }
}



@media only screen and (max-width: 900px) {

    .left-header-top,
    .right-header-top {
        width: 100%;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
    }

    .main-menu {
        width: 90px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .full-content_banner,
    .full-content_sp,
    .full-content_grid,
    .full-content_cate {
        padding: 15px 0 15px !important;
    }

}