/* Header */
.header_left {
    text-align: right;
    line-height: 1;
}

.header_left .phone_title {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
}

.header_left .phone_number {
    font-size: 20px;
    font-weight: 700;
    color: red;
}
div#masthead .search-field {
    height: 42px;
    border: 1px solid var(--primary-color);
    border-radius: 4px 0 0 4px;
}

div#masthead button.ux-search-submit.submit-button {
    height: 42px;
    width: 42px;
    border-radius: 4px;
}
ul.nav.header-nav.header-bottom-nav > li.menu-item > a {
    padding: 0 14px;
    border-radius: 2px;
    background-color: var(--primary-color);
    height: 42px;
    font-size: 15px;
}
.header-vertical-menu__opener {
    border-radius: 4px 4px 0 0;
}

.header-vertical-menu__fly-out {
    width: 255px !important;
    background-color: var(--primary-color) !important;
    border-radius: 0 0 4px 4px;
}
/* danh mục menu */
.header-vertical-menu__fly-out .ux-nav-vertical-menu li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    border: none !important;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu li a span {
    padding: 0;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu li a:hover {
    color: var(--primary-color);
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu li a:hover img {
    filter: invert(14%) sepia(89%) saturate(4259%) hue-rotate(152deg) brightness(93%) contrast(95%);
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    width: calc(1140px - 100%);
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    background: var(--Neutral-07, #FCFEFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    height: 100%;
    padding: 24px;
    min-height: 100%;
    overflow: hidden;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu>li>ul.sub-menu {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu>li>ul.sub-menu>li {
    width: calc((100% - 16px * 3) / 4);
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 24px;
    text-transform: initial;
    padding: 0;
    margin-bottom: 14px;
    border: none ;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu .sub-menu .sub-menu {
    display: flex;
    gap: 10px;
    flex-flow: column;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu .sub-menu .sub-menu li>a {
    color: #000;
    padding: 0;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu .sub-menu li:hover>a {
    color: var(--primary-color) !important;
    background: none;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu>li.menu-item-has-children.current-dropdown>ul.sub-menu {
    left: calc(100% + 14px) !important;
    opacity: 1;
    visibility: visible;
}
.header-vertical-menu__fly-out .ux-nav-vertical-menu > li {
    border: none;
}

.header-vertical-menu__fly-out .ux-nav-vertical-menu > li > a:hover {
    background-color: #4285de;
    color: #fff !important;
}
/* Home */
.home_about h1 {
    font-size: 46px;
    margin: 0;
}

.home_about .list_icon > .col:not(:last-child) {
    border-right: 2px solid #f0f0f0;
}
.home_about .list_icon .icon-box h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.home_about .list_icon .icon-box p {
    font-size: 14px;
}
.pad_none {
    padding-bottom: 0 !important;
}
h2.section-title {
    border: none;
    margin: 0;
    align-items: center;
    position: relative;
}

h2.section-title span.section-title-main {
    border: none;
    padding: 0;
}

h2.section-title:after {
    content: "";
    display: inline-flex;
    height: 2px;
    width: auto;
    background-color: #ebebeb;
    flex: 1;
}
.home_blog .box {
    border: 1px solid #dadce0;
}

.home_blog .box .box-image {
    min-width: 240px !important;
    width: 240px !important;
}

.home_blog .box h5.post-title a {
    font-size: 16px;
    line-height: 20px;
    -ms-flex-order: -1;
    order: -1;
    height: 40px;
    overflow: hidden;
    color: var(--primary-color);
}

.home_blog .box .post-meta.is-small.op-8 {
    font-size: 14px;
    color: #adadad;
    margin-bottom: 6px;
}

p.from_the_blog_excerpt {
    font-size: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/* Footer */
.ss_footer 
 .footer_title h3 {
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.ss_footer .icon-box {
    margin-bottom: 8px;
}

.ss_footer .icon-box .icon {
    width: 16px;
}


.ss_footer .icon-box p {
    font-size: 15px;
}

.ss_footer .social-icons.follow-icons a {
    border-radius: 4px !important;
}

.ss_footer .ux-menu {
    gap: 8px;
}

.ss_footer .ux-menu a.ux-menu-link__link {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    min-height: 24px;
}
.absolute-footer {
    padding: 15px 0 !important;
    position: relative;
}
.footer-secondary.pull-right {
    padding: 0;
}

.footer-primary.pull-left {
    line-height: 24px;
    color: #fff;
}

.absolute-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1140px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}
div#menu_bar {
    display: none;
}
/* Sản phẩm */
.product-small.box {
    border-radius: 2px;
    border: 1px solid #dadce0;
    overflow: hidden;
}

.product-small.box .box-text {
    padding: 15px 15px 20px;
}

.product-small.box .box-text a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
}
section.ss_bread {
    padding: 16px 0 !important;
}

.ss_bread nav.rank-math-breadcrumb {
    background-color: #e9ecef;
    padding: 12px 16px;
    border-radius: 4px;
}

.ss_bread nav.rank-math-breadcrumb p {
    margin: 0;
}

.ss_bread nav.rank-math-breadcrumb * {
    font-size: 18px;
    color: var(--primary-color);
}
.shop-page-title.category-page-title.page-title {
    display: none;
}
.product-small.box:hover {
    border: 2px solid rgba(255,211,51,.7);
}
.row.category-page-row {
    padding-top: 0;
}

h1.cat_title {
    font-size: 46px;
    color: var(--primary-color);
    text-transform: inherit;
}
.woocommerce-product-gallery__wrapper.product-gallery-slider {
    padding: 2px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #dadce0;
}
.box-selling ul li {
    background-image: url(/wp-content/uploads/2024/05/check.png);
    background-size: 14px 14px;
    background-position: 4px 8px;
    list-style: none !important;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    margin-right: 0 !important;
}

h1.product-title.product_title.entry-title {
    margin-bottom: 15px !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}
ul.tabs.wc-tabs.product-tabs {
    border-bottom: 1px solid #dee2e6;
}

ul.tabs.wc-tabs.product-tabs a:before {
    display: none;
}

ul.tabs.wc-tabs.product-tabs a {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 8px 16px;
    background-color: rgb(240, 240, 240);
}
.list_product .col-inner {
    display: flex;
    gap: 10px;
}

.list_product  .icon-box-text img {
    width: 25px;
}

.list_product .icon-box {
    border: 1px solid #dadce0;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--primary-color);
}

.list_product .icon-box h3 {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-family: "League Gothic", sans-serif !important;
    margin: 0;
    font-weight: 400;
}
.list_product .icon-box .icon img {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 4px;
    border-radius: 50%;
}

.list_product .icon-box p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.list_product .icon-box .icon-box-text .img {
    width: max-content !important;
    display: inline-flex;
}
.list_product .icon-box:nth-child(2){
    background-color: #7600ab;
}
.list_product .icon-box:nth-child(3){
    background-color: #9d000f;
}
.list_product .icon-box:nth-child(4){
    background-color: #006818;
}
/* Blog */
.archive-page-header h1.page-title,.single  h1.entry-title {
    font-size: 46px;
    color: var(--primary-color);
    text-transform: inherit;
}

div#post-list .box {
    border: 1px solid #dee2e6!important;
}

div#post-list .box .box-image {
    min-width: 350px !important;
}

div#post-list .box .box-image .image-cover {
    padding-top: 75% !important;
}

div#post-list .box .box-text {
    vertical-align: top;
}

div#post-list .box .box-text h5.post-title a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.box-blog-post .is-divider,.entry-divider.is-divider.small {
    display: none;
}
div#post-list .box .box-text a.cta_read {
    background: #f0f0f0;
    color: #3d464d;
    padding: 6px 12px;
    border-radius: 2px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.widget .is-divider {
    display: none;
}

span.widget-title {
    display: none;
}

.widget_categories ul {
    border: 1px solid #dee2e6!important;
}

.widget_categories ul li a {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

.widget_categories ul li {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    font-size: 15px;
}
.post-header__meta {
    font-size: 14px;
    letter-spacing: .02em;
    color: #b2b2b2;
}

.single h1.entry-title {
    margin-bottom: 10px;
}
p.price.product-page-price ins span {
    color: red;
    font-size: 24px;
}
/* Contact */
.contact_form  .wpcf7-form-control {
    border-radius: 4px;
}
.woof_list_label .woof_label_term {
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    background: none;
    line-height: inherit;
    height: auto;
    color: var(--primary-color);
}

.footer_fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.footer_fixed .col {
    flex-basis: 20% !important;
    max-width: 20% !important;
}

.footer_fixed .col .item_contact {
    padding: 9px 5px 0;
    text-align: center;
    vertical-align: middle;
}

.footer_fixed .col .item_contact span.nvname {
    color: #fff708;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer_fixed .col .item_contact span.nvname i {
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    margin-left: 5px;
}

.footer_fixed .col .item_contact a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    display: block;
    font-family: Roboto, sans-serif;
    line-height: 30px;
}
.product-small.box ins span {
    color: red;
}
.footer_fixed {
    transform: translateY(100%);
    transition: .5s;
}

.footer_fixed.show {
    transform: translateY(0);
    transition: .5s;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (min-width: 1023px){
    .home_banner .col_slider img {
        height: 390px;
        border-radius: 4px;
        object-fit: cover;
    }
    .home_banner .col_slider {
        flex-basis: calc(100% - 270px) !important;
        max-width: calc(100% - 270px) !important;
    }

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){
    footer#footer {
        margin-bottom: 64px;
    }
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){
    .list_product .icon-box .icon-box-text {
        padding-left: 0;
    }
}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    div#menu_bar {
        position: absolute;
        top: 0;
        background: linear-gradient(135deg, #005a99 0%, #005a99 100%);
        z-index: 99999;
        -webkit-box-shadow: 0 1px 8px #555555;
        -moz-box-shadow: 0 1px 8px #555555;
        -o-box-shadow: 0 1px 8px #555555;
        box-shadow: 0 1px 8px #555555;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-350px);
        transition: .5s;
        display: block;
    }
    
    div#menu_bar.scroll-menu {
        transform: translateX(0);
        transition: .5s;
    }
    
    div#menu_bar .bar_close {
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    div#menu_bar .bar_close i.fa.fa-times {
        font-size: 16px;
        margin-right: 5px;
    }
    
    div#menu_bar ul#header_menu>li {
        border: none;
        position: relative;
        margin: 0
    }
    
    div#menu_bar ul#header_menu>li:not(:last-child) {
        border-bottom: 1px solid #ffffff;
    }
    
    div#menu_bar ul#header_menu>li>a {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 7px 10px;
        text-transform: uppercase;
    }
    
    div#menu_bar ul#header_menu>li button.toggle {
        position: absolute;
        right: 0;
        margin: 0;
        opacity: 1;
        color: #fff;
        top: 3px
    }
    
    div#menu_bar ul.sub-menu {
        border: none;
        padding: 0;
        margin: 0
    }
    
    div#menu_bar ul.sub-menu li a {
        color: #fff;
        font-size: 14px;
        height: 34px;
        display: flex;
        align-items: center;
        position: relative
    }
    
    div#menu_bar ul.sub-menu li a::before {
        content: "\f0da";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
        font-size: 14px;
        color: #fff;
    }
    
    div#menu_bar ul.sub-menu li {
        list-style: none;
        margin: 0;
        position: relative;
    }
    
    div#menu_bar ul#header_menu button.toggle:after {
        content: "\f067";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
        font-size: 12px;
        color: #fff;
        top: 50%;
        position: absolute;
        left: 50%;
        margin: 0;
        width: 13px;
        height: 13px;
        transform: translate(-50%, -50%)
    }
    
    div#menu_bar i.icon-angle-down {
        display: none
    }
    
    div#menu_bar ul#header_menu button.toggle {
        width: 30px;
        min-height: 30px;
        height: 30px;
        -webkit-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        right: 5px
    }
    
    div#menu_bar ul#header_menu .active>.toggle {
        transform: rotate(-180deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    
    div#menu_bar ul#header_menu ul.sub-menu {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow-y: hidden;
        display: block!important;
        padding-left: 15px!important
    }
    
    div#menu_bar ul#header_menu li.active>ul.sub-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh
    }
    
    html.js.active body {
        overflow: hidden;
    }
    li.html.custom.html_topbar_right ,.header-main li.html.custom{
        display: block !important;
    }
    
    .mobile_nav-icon {
        display: block;
        cursor: pointer;
    }
    
    /* .mobile_nav-icon span:nth-child(2) {
        width: 10px;
        margin-left: 7px;
    } */
    
    .mobile_nav-icon span {
        display: block;
        width: 18px;
        height: 2px;
        background: #3d4461;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    
    .mobile_nav-icon span:last-child {
        margin: 0;
    }
    
    .mobile_nav-icon.rotate-mb span:first-child {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    
    .mobile_nav-icon.rotate-mb span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    
    .mobile_nav-icon.rotate-mb span:last-child {
        transform: translate(1px, -6px) rotate(48deg);
    }
    div#menu_bar .searchform-wrapper {
        padding: 10px;
    }
    
    div#menu_bar .searchform-wrapper .search-field {
        border: none;
        box-shadow: none;
        border-radius: 4px 0 0 4px;
        font-size: 14px;
        height: 40px;
    }
    
    div#menu_bar .searchform-wrapper button.ux-search-submit {
        height: 40px;
        border-radius: 0 4px 4px 0;
        font-size: 14px;
        width: 40px;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .ss_footer .ux-menu a.ux-menu-link__link {
        justify-content: center;
    }
    .footer_fixed{
        display: none;
    }
    
    .mb_center {
        text-align: center;
    }
    
    .footer-secondary.pull-right {
        padding-bottom: 15px;
    }
    .archive-page-header h1.page-title,.single  h1.entry-title,h1.cat_title {
        font-size: 32px;
        margin: 0;
    }
    
    div#post-list .box .box-image .image-cover {
        padding-top: 65% !important;
    }
    
    div#post-list .box .box-text {
        padding: 15px !important;
    }
    .home_about h1 {
        font-size: 32px;
    }
    .home_blog .box .box-image {
        width: 100% !important;
    }
    .list_product .col-inner {
        flex-flow: column;
    }
}