.full-width, .fw {
    width: 100%;
    float: left;
}
.header .main-header .header-menu {
    margin: 12px 0 0;
}
.header-menu {
    background: #fff;
    position: relative;
}
.header-menu .nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#nav-hori .container {
    height: auto;
}
.header-menu .nav {
    text-align: left;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-menu .nav-item {
    float: left;
    position: relative;
}
.header-menu .nav-item>a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 8px;
}
.header-menu .nav-item>a {
    background-position: top 3px center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding-top: 30px;
    background-size: 24px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    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);
}
.header-menu .nav-item .dropdown-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 3px 20px 5px #e1e1e1;
    background-color: #fff;
    z-index: 30;
    margin-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    right: 0%;
    left: auto;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega {
    background: #FFF;
    width: 750px;
    height: 500px;
    overflow-y: auto;
    left: 0;
}
.header-menu .nav-item .dropdown-submenu {
    position: relative;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega li {
    border: none !important;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega>li {
    float: left;
    width: 25%;
    padding: 10px;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega>li:nth-child(4n+1) {
    clear: left;
}
.header-menu .nav-item .dropdown-menu>li>a {
    display: block;
    position: relative;
    padding: 2px 20px 2px 12px;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega a {
    padding: 0 !important;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega>li>a {
    color: #e80909;
    font-weight: bold;
    margin-bottom: 5px;
}
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega .dropdown-menu {
    position: initial;
    display: block;
    box-shadow: none;
    border: none;
    width: 100%;
}
.header-menu .nav-item:hover>a, header nav .nav-item.active>a {
    background-color: #007cc2;
    color: #FFF;
}
.header-menu  .nav-item:hover>.dropdown-menu {
    display: block;
    border-top: 0;
    padding-top: 2px;
}
.module-header {
    width: 100%;
    float: left;
    font-weight: 600;
}
.title-head {
    font-size: 1.71429em;
    font-weight: 700;
    color: #464646;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}
.module-header .module-title {
    text-transform: none;
    font-size: 1em;
    padding-bottom: 6px !important;
}
.module-header .sidebar-title-1 {
    color: #464646;
    position: relative;
    text-transform: none;
}
.module-header .border-title {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 5px;
    line-height: normal;
    text-align: center;
}
.module-header .title-head a {
    float: left;
}
.module-header .module-title a {
    color: #464646;
}
.module-header .sidebar-title-1 a {
    color: #464646;
}
/*.module-header .sidebar-title-1 span {*/
/*    border-bottom: #007cc2 3px solid;*/
/*    padding-bottom: 5px;*/
/*}*/
.b_mew_cate {
    padding: 10px 0;
    clear: both;
    background: #fff;
}
.b_mew_cate .mobi_cate {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}
.cate-list-home{
    display: none;
}
@media (min-width: 768px) {
    .b_mew_cate .mobi_cate {
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .b_mew_cate .item_cate {
        flex: 1;
        min-width: 12%;
        max-width: 12%;
    }
}
.modal-open {
    overflow: hidden;
}
.b_mew_cate .b_img {
    width: 80px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.b_mew_cate .b_img span {
    position: relative;
    padding-bottom: 100%;
    display: block;
}
.b_mew_cate .b_img span img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
}
.b_mew_cate .tit {
    margin-top: 5px;
    font-size: 12px;
    color: #464646;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px* 2);
    line-height: 21px;
}
.b_mew_cate .item_cate {
    position: relative;
    align-items: center;
    flex-direction: column;
    padding-top: 0.5rem !important;
    display: flex;
    margin-left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.module_cate {
    margin: 40px 0;
}
@media (max-width: 767px) {
    .b_mew_cate .mobi_cate {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 5px;
        -webkit-overflow-scrolling: touch;
    }
    .b_mew_cate .item_cate {
        max-width: 100px;
        min-width: 100px;
    }
    .module_cate {
        margin: 20px 0;
    }
}
.social{
    display: none !important;
}
.article-home, .hv-content-wrapper {
    display: none !important;
}
#search .ui.search .prompt{
    color: #1e81b0 !important;
}
#search .ui.search i{
    background: #1e81b0 !important;
}
#search .ui.input{
    border: 2px solid #1e81b0 !important;
}
#search .ui.search .prompt::placeholder{
    color: #1e81b0 !important;
}
.sub-cate-list{
    display: none !important;
}
.pay-connect{
    display: none !important;
}
.flow-foo{
    display: none !important;
}
.box-197313{
    width: 100%;
    height: 30px;
    background: #1e81b0 !important;
}
#footer-main{
    padding-top: 0;
}
.category-name{
    display: none !important;
}
.help-desk{
    display: none !important;
}
#col-left{
    display: none !important;
}
#content{
    width: 100%;
}
.product-list:not(.home) li:nth-child(5n+1), .product-list.home li:nth-child(5n+1){
    clear: both;
}
.product-list #height_list{
    display: inline-block;
}
.product-list:not(.home) li:nth-child(4n+1){
    clear: unset;
}
.product-list.page li{
    margin: 0 5.75px 9px;
}
.user_like_content{
    display: none !important;
}
.dt-tools{
    display: none !important;
}
#quantity{
    pointer-events: none;
    text-align: center;
    height: 35px;
}
.wp-qty .form-control{
    border: none;
    box-shadow: none;
}
.wp-qty{
    padding: 20px 0;
}
.wp-qty .btn-cts{
    height: 35px;
    width: 35px;
}
.cart-right{
    display: none !important;
}
.gender{
    display: none !important;
}
.list-payment-method{
    width: 50%;
    padding: 50px 0 50px 50px;
}
.main-info-cart{
    display: flex;
    gap: 30px;
}

input[name="customerEmail"] {
    display: none;
}

.w-100 {
    width: 100% !important;
}

@media (max-width: 767px) {
    .main-info-cart {
        flex-wrap: wrap;
    }

    .list-payment-method {
        width: 100%;
        padding: 0;
    }

    #formCheckOut .title-payment {
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

    .pay_methos .pull-left {
        text-align: left !important;
    }

    .cart-left select {
        margin-top: 15px;
        padding: 10px;
    }
    .menu-foo ul {
        list-style-type: none;
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }
    .menu-foo {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 20px;
        gap: 20px;
    }
    .menu-foo ul li a {
        color: #828282;
        font-size: 14px;
        padding: 3px 0 3px 12px;
        display: block;
        position: relative;
    }
    .menu-foo ul li a:before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 15px;
        color: #828282;
    }
    .footer.tp_footer {
        padding-top: 20px
    }
}
.title-product-list .more, #cart_top #count_shopping_cart_store, .product-tip .act, .p-style-2 li .tip .act,
.header .account .cart-num span, .top-product-home .label, .p_container .option i.percent-2
{
    background: #1e81b0;
}
.p_price, *.text-red.tp_product_detail_price, .prod-price-2 .marketPrice span, .header .menu i, .header .account i,
.header-menu .nav-item .dropdown-menu.dropdown-menu-mega>li>a, .js-quick-button-group .js-quick-product
{
    color: #1e81b0;
}
#cart_top i {
    filter: invert(40%) sepia(67%) saturate(558%) hue-rotate(155deg) brightness(95%) contrast(94%);
}
.module-header .sidebar-title-1 span {
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border: none;
}
.detail-left .col-left, .product-category .list-category {
    display: none;
}
.header .account .cart {
    filter: invert(40%) sepia(67%) saturate(558%) hue-rotate(155deg) brightness(95%) contrast(94%);
}
.js-quick-button-group button, .js-quick-button-group button, .tr-coupon #coupon {
    border: 1px solid #1e81b0;
}

.js-quick-button-group button, .js-quick-button-group .js-quick-product:hover,
.js-quick-button-group .js-quick-product:active, .js-quick-button-group .js-quick-product:focus , .tr-coupon #getCoupon, #submt.btn-green,
.copy-right, #bnt-popup, #copyright, footer
{
    background: #1e81b0;
}
.js-quick-button-group .js-add-to-cart:hover, .js-quick-button-group .js-add-to-cart:active, .js-quick-button-group .js-add-to-cart:focus {
    color: #1e81b0;
}
#quickToCheckout {
    background: #1e81b0 !important;
}
#quickToCart {
    border: 1px solid #1e81b0;
    color: #1e81b0 !important;
}
.tool-bar.fixed{
    display: none !important;
}
.float-right-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.float-right-icon ul {
    margin: 0;
    padding: 0;
}
.float-right-icon ul li {
    list-style: none;
    margin-bottom: 5px;
}
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.float-right-icon ul li > div {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #b1b1b1;
    -webkit-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: background-color 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.float-right-icon ul li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e81b0;
}
.phone-ft i {
    color: #fff;
    font-size: 30px;
}
.float-right-icon ul li>div.zalo-float-right {
    background-color: transparent;
}
.site-scroller__zalo-toggle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-scroller__zalo-toggle img {
    width: 100%;
}
.float-right-icon ul li {
    list-style: none;
    margin-bottom: 5px;
}
.site-scroller__scroll-up {
    position: absolute;
    top: 28px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 18px;
}
#toTop{
    display: none !important;
}
.float-right-icon ul li > div:hover {
    background-color: #3ab54a;
}