span.mega-menu-description {
    display: none !important;
}

/* sửa */

ul#menu_pc {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

ul#menu_pc a {
    line-height: 35px;
    padding: 0 10px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 15px;
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 950px) {
    a.mega-menu-link {
        margin: 0 !important;
    }
    #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0px 10px 0px 10px!important;
    }
    a.menu_blue {
        background: #104c87;
        color: #fff !important;
    }
    #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
        color: #fff !important;
    }
    .mega-menu-open span.mega-toggle-label {
        color: #fff !important;
    }
    .mega-menu-open {
        background: #104c87 !important;
    }
    p.cate_header {
        display: none !important;
    }
    .mega-toggle-blocks-left {
        width: 100%;
        float: left;
        display: block!important;
        padding: 10px;
        height: 50px;
    }
    span.mega-toggle-label {
        color: #000 !important;
    }
    #mega-menu-wrap-max_mega_menu_4 .mega-menu-toggle .mega-toggle-block-1:after {
        color: #000!important;
        font-size: 20px!important;
    }
    
    .mega-menu-toggle {
        height: 50px !important;
        border-radius: inherit !important;
    }
    
    div#mega-toggle-block-1 {
        margin: 0 !important;
        justify-content: space-between;
    }

    .menu_cate {
        display: block;
        position: inherit!important;
        width: 100%;
    }
    .item_cate_menu {
        position: relative;
        display: flex;
        box-sizing: border-box;
    }
    .mega-toggle-blocks-center {
        display: none!important;
    }
    
    .mega-toggle-blocks-right {
        display: none!important;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 1000;
        height: 300px;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        /* padding-top: 60px; */
        height: 100%;
    }

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidepanel a:hover {
        color: #f1f1f1;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

    .openbtn {
        font-size: 14px;
        cursor: pointer;
        background-color: #ffffff00;
        color: white;
        padding: 4px 9px;
        display: flex;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 5px;
        gap: 3px;
        height: 29px;
    }

    .over {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #0000005c;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
    }

    ul#menu_pc {
        display: grid !important;
    }

    ul#menu_pc a {
        color: #000;
        border-left: inherit;
        border-bottom: 1px solid #000;
        padding: 7px 10px;
    }
}

@media only screen and (min-width: 950px) {
    
    .menu_cate ul#mega-menu-max_mega_menu_4 {
        width: 250px !important;
    }
    
    ul#mega-menu-max_mega_menu_4>li>a {
       color: #000!important;
    }
    
    ul#mega-menu-max_mega_menu_4>li>a:hover {
        background: #1e73be !important;
        color: #ffd60d !important;
    }
    .menu_cate {
        display: none;
    }

    a.closebtn,
    .openbtn {
        display: none;
    }
    div#mySidepanel {
        display: flex;
    }
}

@media only screen and (max-width: 850px) {
    button.openbtn>span {
        display: none;
    }
}







/* sửa */



.full-header-top {
    background-color: #018791;
    font-size: 13.6px;
}

.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: 120px;transition: all 0.3s;} */

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

/* menu */

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

/* Search */

/* .header-search {float: right;width: 190px;margin-top: 24px;transition: margin-top 0.3s;} */

/* #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;} */

/* .search-submit {width: 28px;margin: 0;background-color: #01959f;height: 28px;float: left;border-radius: 0 5px 5px 0;border: none;} */

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

/* @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: 1100px) {

    .header-logo {
        max-width: 150px;
    }

}

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

}

@media only screen and (max-width: 950px) {
    /* .box_menu_2{
        display: none!important;
    }
    .main-menu_1{
        display: block!important;
    } */
}

/* header//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

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

    /* ul.mega-sub-menu.list_menu_3 {
        opacity: 1 !important;
        visibility: inherit !important;
        left: 0%!important;
        top: 55px!important;
        width: 250px!important;
        transform: inherit !important;
        transition: inherit !important;
    }

    ul.mega-sub-menu.list_menu_1 {
        opacity: 1!important;
        visibility: inherit!important;
        transform: inherit !important;
        transition: inherit !important;
    }

    ul.mega-sub-menu.list_menu_2 {
        opacity: 1 !important;
        visibility: inherit !important;
        display: flex !important;
        width: 750px !important;
        transform: inherit !important;
        transition: inherit !important;
    }

    ul.mega-sub-menu.list_menu_2>li>a {
        width: 250px !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        padding: 20px 15px 10px !important;
    }

    ul.mega-sub-menu.list_menu_3>li>a {
        width: 250px !important;
        padding: 5px 15px !important;
    }
    ul.mega-sub-menu.list_menu_1>li>a:hover{
        background: #1e73be!important;
        color: #ffd60d!important;
    }
    ul.mega-sub-menu.list_menu_2>li>a>span {
        display: none !important;
    }
    ul.mega-sub-menu.list_menu_1 {
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15) !important;
    }
    ul.mega-sub-menu.list_menu_3>li:last-child>a{
        padding-bottom: 40px!important;

    }
    ul.mega-sub-menu.list_menu_1>li {
        border-bottom: 1px solid #ddd !important;
    } */
}


/* sua menu ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 951px) {
    #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4.mega-menu-vertical>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 700px !important;
        /* opacity: 1 !important;
        visibility: visible !important; */
        border: 2px solid #ddd;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
        padding: 0 0 15px;
    }
}

.main-menu_1 {
    display: none;
}

.box_menu_2 {
    width: 100%;
    float: left;
    display: flex;
}

p.cate_header {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: flex;
    gap: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    margin: 0;
    cursor: pointer;
    align-items: center;
}

.menu_cate {
    position: absolute;
    /* box-shadow: 1px 1px 15px rgba(0, 0, 0, .15); */
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #000;
}


.item_cate_menu:hover .menu_cate {
    display: block;
}

ul#mega-menu-max_mega_menu_4>li>a {
    text-transform: capitalize !important;
    padding: 7px 10px !important;
    border-bottom: 1px solid #ddd !important;
    /* line-height: inherit !important; */
}




ul.mega-sub-menu>li:last-child>a {
    border-bottom: none !important;
}

a.mega-custom-icon.mega-menu-link::before {
    float: inherit !important;
}

.item_pc_menu>.mega-menu-wrap>ul>li>a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 1px !important;
    height: 15px !important;
    background: #ffffff !important;
    top: 50% !important;
    transform: translateY(-50%);
}


/* .menu_cate ul#mega-menu-max_mega_menu_4 {
    display: flex !important;
    flex-direction: column;
} */
/* main//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.box_header {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

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

.box_header_top {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.box_header_bt {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.search-submit {
    width: 40px;
    margin: 0;
    height: 35px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #ffd60d;
}

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

.header-search {
    float: right;
    width: 100%;
    transition: margin-top 0.3s;
    max-width: 550px;
}

.header_login {
    width: 100%;
    max-width: 300px;
    text-align: right;
}

.bor_login_cart {
    width: 100%;
    float: left;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart_header {
    margin: 0;
    padding: 7px;
    border: 1px solid #ddd;
    color: #fff;
    margin-left: 7px;
    border-radius: 5px;
    position: relative;
}

a.link_login {
    color: #fff;
    padding: 0 7px;
    border-right: 1px solid #ddd;
}

.main-menu_1 {
    width: 80%;
}

.header_link_zalo {
    width: 20%;
    text-align: right;
}

a.link_zalo {
    color: #fff;
    padding: 7px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.full-header {
    padding-top: 10px;
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.box_link_car_header a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.box_link_car_header strong {
    display: none;
}

.cart_mini_header {
    position: absolute;
    width: 300px;
    right: -20px;
    color: #000;
    top: 0;
    transform: translateY(27px);
    z-index: 99;
    padding-top: 30px;
}

.widget_shopping_cart_content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    position: relative;
}

.widget_shopping_cart_content::after {
    content: "";
    position: absolute;
    bottom: 91%;
    left: 50%;
    margin-left: 95px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    top: 0;
    transform: translateY(-28px);
}

.cart_mini_header img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 1px solid #ddd !important;
}

.cart_mini_header a.remove.remove_from_cart_button {
    border: 1px solid;
    transform: translateY(-8px) translateX(0px);
    background: #fff;
}

.cart_mini_header a.remove.remove_from_cart_button:hover {
    color: red !important;
    background: #fff;
}

.cart_mini_header ul.woocommerce-mini-cart.cart_list.product_list_widget li a {
    color: #104c87;
}

.cart_mini_header ul.woocommerce-mini-cart.cart_list.product_list_widget {
    width: 100%;
    float: left;
    max-height: 198px;
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart_mini_header p.woocommerce-mini-cart__total.total {
    width: 100%;
    float: left;
}

.cart_mini_header p.woocommerce-mini-cart__buttons.buttons {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.cart_mini_header p.woocommerce-mini-cart__total.total span {
    color: red;
    font-weight: 600;
}

.cart_mini_header ul.woocommerce-mini-cart.cart_list.product_list_widget li {
    border-bottom: inherit;
    margin: 0;
    padding: 0;
}

.cart_mini_header p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background: #104c87;
    color: #fff;
    width: 50%;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    line-height: inherit;
    font-weight: inherit;
}

.cart_mini_header p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background: #f59e0b;
}

.cart_mini_header {
    display: none;
}

.cart_header:hover .cart_mini_header {
    display: block;
}

.item_list_mini_cart {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #104c87;
    flex-wrap: wrap;
}

.img_mini_cart img {
    width: 40px !important;
    height: 40px !important;
}

.img_mini_cart>a {
    display: flex !important;
    font-weight: inherit !important;
}

.text_mini_cart {
    width: 100%;
}

.remove_mini_cart {
    position: absolute;
}

.remove_mini_cart>a {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
}

.img_mini_cart {
    padding-left: 10px;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    display: none;
}

.login_tl {
    display: none;
}

.login_pc {
    display: block;
}

.header-search>form {
    display: flex;
}

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

    #search-form {
        width: 310px;
    }

    .header-search {
        max-width: 350px;
    }

}

@media only screen and (max-width: 950px) {
    ul.mega-sub-menu.list_menu_2>li>a {

        border-bottom: 1px dashed #ddd !important;
    }

    ul.mega-sub-menu.list_menu_1>li>a {
        border-bottom: 2px dashed #ddd !important;
    }

    ul#mega-menu-max_mega_menu_1>li>a {
        height: 50px !important;
        padding: 10px 10px !important;
        border-bottom: 1px solid !important;
    }

    .full-header {
        padding-bottom: 10px;
    }

    .box_link_car_header span {
        display: none;
    }

    .login_tl {
        display: block;
    }

    .login_pc {
        display: none;
    }

    .header_link_zalo {
        display: none;
    }

    .main-menu_1 {
        width: 100%;
    }

    .box_header {
        flex-wrap: inherit
    }

    .header_login {
        max-width: 60px;
    }

    .box_header_bt {
        width: 10%;
    }

    .cart_header:hover .cart_mini_header {
        display: none !important;
    }

    .mega-toggle-blocks-right {
        border: 1px solid #fff;
        border-radius: 5px;
    }

    span.mega-toggle-label {
        display: flex;
        align-items: center;
    }

    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block {
        align-items: center;
    }


}

@media only screen and (max-width: 850px) {
    /* span.mega-toggle-label {
        display: none;
    } */

    /* #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-left: 2px !important;
    }

    .box_header_bt {
        width: 39px;
    }

    .mega-toggle-blocks-left {
        display: none !important;
    }

    .mega-toggle-blocks-center {
        display: none !important;
    }

    .mega-menu-toggle {
        width: 39px !important;
    } */

}

@media only screen and (max-width: 650px) {
    .header-search {
        max-width: 250px;
    }

    #search-form {
        width: 210px;
    }

}

@media only screen and (max-width: 550px) {
    .header-search {
        max-width: 150px;
    }

    #search-form {
        width: 110px;
        height: 30px;
    }

    button.search-submit {
        height: 30px;
        width: 30px;
    }

    .search-submit i {
        font-size: 12px;
    }


}

@media only screen and (max-width: 350px) {
    #search-form {
        width: 110px;
        height: 25px;
    }

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

    #search-form {
        width: 95px;
        height: 25px;
    }

}