/*
Theme Name: AZ9s.Com
Description: AZ9s Team
Author: UX Themes
Template: flatsome
Version: 3.15.1
*/
/*-------------CSS by TuanNg07------------------*/
:root{
--main-col:#32c4f3;
--secon-color:#27496e;
--thir-color:#c19977;
}
/*Scroll bar*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--main-col);
    border: 1px solid var(--main-col);
}
b, strong {
    font-weight: 600 !important;
}
ul.icon-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.icon-social li{
    margin: 0 5px;
}
.is-divider,.absolute-footer {
    display: none;
}
.bcr-custom .col-brc{
    padding: 0 15px;
}
.woof_fs_product_cat .woof_block_html_items .chosen-results .active-result:nth-child(2) {
    display: block;
}
.woof_block_html_items .chosen-results .active-result:nth-child(1),.woof_block_html_items .chosen-results .active-result:nth-child(2) {
    display: none;
}
li#tab-title-pwb_tab {
    display: none;
}
.ul-dasher li {
    list-style: square;
    color: #656f75;
    font-size: 14px;
    margin-bottom: 15px;
}
.ul-dasher li a{
    font-size: 16px;
    color: var(--secon-color);
}
.col-inner:hover .image-cover img,.col-inner:hover .image-hover img,.icon-box:hover img{
    transform: scale(1.1);
}
.icon-inner img,.image-cover img{
        transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.title-home h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px !important;
    text-align: center;
    color: var(--secon-color);
    text-transform: uppercase;
}
.text-line h2 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    padding: 0 0 15px;
    border-bottom: 2px solid #eaeaea;
    position: relative;
}
.text-line h2:before {
    position: absolute;
    content: "";
    height: 3px;
    background: var(--main-col);
    width: 80px;
    bottom: -2px;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.post-title  a.plain {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    line-clamp: 2;
    text-decoration: none;
}
.blog-single .entry-content p,.single-product .tab-panels p{
    text-align: justify;
}
.single-product .custom-button-form {
    margin-top: 15px;
}
/*Badge Post*/
.box .badge .badge-inner:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0px;
    border-top: 4px solid #4a4a4a;
    border-left: 7px solid transparent;
}
.box .badge .badge-inner {
    color: #fff;
    background-color: var(--main-col);
    border: 1px solid var(--main-col);
    border-radius: 2px 25px 5px 0;
}
.box .badge.post-date {
    top: 4%;
}

/*Header*/
/*Menu 3 cấp*/
#wide-nav a.nav-top-link {
    color: white;
}
.current_page_item .sub-menu.nav-dropdown {
    left: 0;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .menu-item>a, .nav-dropdown li.menu-item a {
    font-weight: 500 !important;
    text-transform: none !important;
    font-size: 15px;
    color: #000;
}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#e8f2ea}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a,.nav-dropdown li.active>a{color:var(--main-col);}
.nav-dropdown-default>li:hover {
    background: #f5f5f5;
}
.nav-dropdown .menu-item a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
    font-weight: 700;
}
#masthead .nav>li.menu-item {
    margin: 0 10px;
}
.nav-dropdown-has-arrow li.has-dropdown:before,.nav-dropdown-has-arrow li.has-dropdown:after{border-width: 10px;
    margin-left: -10px; opacity: 0 !important;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown>li.nav-dropdown-col.active .sub-menu{display: none !important;}
.nav-dropdown>li.nav-dropdown-col.active:hover .sub-menu{display: block !important;}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:var(--main-col);}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
.stuck .menu-item .nav-top-link{
    padding:0 !important;
}
/*End Menu 3 cấp*/
/*Giỏ hàng*/
.cart-item ul.nav-dropdown.nav-dropdown-default{
    padding: 10px;
}
a.header-cart-link.icon.primary.button.round.is-small {
    background-color: var(--secon-color);
    padding: 6px;
}
/*Text Hotline*/
.header-middle-right-hotline strong {
    font-size: 20px;
    font-weight: 700;
    color: var(--secon-color)
}
.header-middle-right-hotline p {
    color: #454545;
    padding-bottom: 3px;
    font-size: 15px;
    margin-bottom: -10px;
}
.lh_lienhe{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header-middle-right-hotline span {
    font-size: 14px
}
/*Search*/
#masthead input#woocommerce-product-search-field-0,#masthead input#woocommerce-product-search-field-1 {
    height: 3.5em;
    border-radius: 8px 0 0 8px
}
#masthead button.ux-search-submit {
    min-width: 4.5em;
    height: 3.5em;
    border-radius: 0 8px 8px 0
}
.live-search-results  span.search-price {
    display: none;
}
/*WPML*/
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}
.nav>li.menu-item {
    list-style: none;
    margin: 0 15px;
    padding: 0;
    transition: background-color .3s;
}
.st_camon strong {
    font-weight: inherit;
    font-weight: 600;
}
/*Trang chủ*/
.st_aboutus img {
	border-radius: 8px;
}
.st_aboutus .img-inner {
    border-radius: 8px;
    box-shadow: 20px 20px 0px 0px var(--main-col);
}
.st_company .col .col-inner {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 1px 1px 1px 1px #27496e42;
    border: 1px solid #27496e45;
}
.st_company .col:hover .col-inner {
    box-shadow: 1px 1px 1px 1px #27496e99;
    cursor: pointer;
}
.sc-title-home span {
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background: url(/wp-content/uploads/2024/07/giasoc-bgpng.png) right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 50px 0 15px;
    border-bottom: 0;
    margin-bottom: -1px
}

.sc-title-home .section-title-normal {
    border-bottom: 2px solid var(--secon-color)
}
.st_products p.name.product-title.woocommerce-loop-product__title a{
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--secon-color);
    font-style: normal;
}
.st_products p.name.product-title.woocommerce-loop-product__title a:hover{
    color: var(--main-col);
}
.st_products p.category {
    background: #27496e;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
}
.st_products .box-text ul li {
    list-style: none;
}
.st_category_home .col-inner:hover h2 a,.st_footer i{
	color: var(--main-col);
}
.st_footer strong{
	color: var(--secon-color);
}
.st_footer ul li{
	list-style: none;
	margin-left: 0;
}
.st_footer h2 {
    font-size: 20px;
}
.st_footer h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    border-radius: 99px;
    background: var(--secon-color);
    position: relative;
    top: 30px;
}

/*Trang Tin tức*/
.recent-blog-posts a{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    line-clamp: 2;
    text-decoration: none;
} 
.recent-blog-posts span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.blog-archive .post-item img,.blog-archive .post-item .image-cover {
    border-radius: 6px 0 0 6px;
}
.blog-archive .post-item{
    border-radius: 6px;
}
.blog-archive .post-title a.plain {
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: auto;
    line-clamp: 2;
    text-decoration: none;
}
.blog-archive .post-item:first-child .box.box-vertical{
    background: var(--secon-color);
}
.blog-archive .post-item:first-child .box.box-vertical .box-text a,
.blog-archive .post-item:first-child .box.box-vertical .box-text p{
    color: white;
}
.blog-archive .post-item .col-inner,
.blog-archive .post-item .col-inner .box.box-vertical{
    border-radius: 6px;
}
.widget-title span {
    color: var(--secon-color);
}
/*Widget Left*/
#menu-menu-left-support li,#menu-menu-left-support-vn li {
    list-style: none;
    margin-left: 0
}
#menu-menu-left-support li li,#menu-menu-left-support-vn li li {
    list-style: square;
    margin-bottom: 0;
}
ul#menu-menu-left-support ,ul#menu-menu-left-support-vn {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px
}
#menu-menu-left-support .menu-item a,#menu-menu-left-support-vn .menu-item a {
    font-size: 20px;
    display: block;
    background: var(--secon-color);
    color: #fff;
    padding-left: 10px
}
#menu-menu-left-support .menu-item .sub-menu a,#menu-menu-left-support-vn .menu-item .sub-menu a {
    font-size: 14px;
    background: #fff;
    color: #4e657b;
    padding-left: 0
}
#menu-menu-left-support .menu-item.current_page_item a,#menu-menu-left-support-vn .menu-item.current_page_item a {
    color: var(--main-col);
}
#menu-menu-left-support .menu-item .sub-menu,#menu-menu-left-support-vn .menu-item .sub-menu {
    margin: .5em 0 .5em 2em;
}
.category-64 #menu-menu-left-support,.category-17 #menu-menu-left-support-vn {
    display: none;
}
/*Chi tiết bài viết*/
.blog-single .related-post {
    padding: 30px;
    padding-bottom: 0px;
}
.blog-single .related-post h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-single .related-post h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 99px;
    background: var(--secon-color);
    position: relative;
    top: 33px;
}
.blog-single .related-post h5.post-title.is-large {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    line-clamp: 2;
    text-decoration: none;
}
/*Page COA*/
.num-lot {
    margin-bottom: 30px;
}
/*Trang cửa hàng*/
/*.icheckbox_square-blue {
    display: none;
}
.woof_childs_list .icheckbox_square-blue {
    display: inline-block !important;
}*/
.row-form .col,.sc_form .col {
    padding-bottom: 0;
}
.product-small.box-vertical .sku-before-title {
    padding-bottom: 10px;
}
span.amount.text-contact {
    color: red;
}
.product-small.box-vertical .add-to-cart-button a {
    font-size: 16px !important;
}
.product-small.box-vertical .box-text-products a{
    font-size: 20px;
    font-weight: bold;
    color: var(--secon-color);
    margin-bottom: 10px;
}
.product-small.box-vertical .box-text li {
    font-size: 16px;
    list-style: square;
}
.category-page-row .product-small.product {
    border-bottom: 1px solid #e7e7e7;
}
.category-page-row .product-small.product:last-child{
    border-bottom: none;
}
#woof_widget-2 h4{
    font-size: 16px;
}
#woof_widget-2 h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 99px;
    background: var(--secon-color);
    position: relative;
    top: 26px;
}
/*Chi tiết sản phẩm*/
#tab-title-additional_information{
    display: none;
}
.single-product form.cart {
    margin-bottom: 0;
}
.single-product .custom-button-form .col{
    padding-bottom: 0;
}
.single-product .woocommerce-tabs .tab-panels {
    border-radius: 0 0 16px 16px;
}
.single-product .related-products-wrapper .box-image {
    width: 20%;
}
.single-product .tab-panels .entry-content ul li{
    list-style: square;
    color: var(--secon-color);
}
.single-product .tab-panels .entry-content ul li a{
    color: var(--secon-color);
}
.single-product .tab-panels .entry-content ul li a:hover{
    color: var(--main-col);
}
.single-product .pwb-single-product-brands img.attachment-full.size-full {
    height: 60px;
    width: auto;
    background: white;
    padding: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 1px 1px 1px 1px #d0d0d0;
    border-radius: 8px;
    margin-bottom: 15px;
}
button.single_add_to_cart_button.button.alt {
    border-radius: 8px;
}
div#form-consult {
    border-radius: 18px;
}
/*Product Catalog*/
.st_pd_catalog .tables_cart_message_box.tables_cart_message_box_10053,
.st_pd_catalog h3.search_box_label,
.st_pd_catalog .all_check_header_footer.all_check_header.check_header_10053,
.st_pd_catalog .all_check_header_footer.all_check_footer.check_footer_10053 {
    display: none;
}
.st_pd_catalog button.wpt-query-reset-button {
    bottom: 13px;
}
.st_pd_catalog .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px !important;
    padding-left: 10px !important;
}
.st_pd_catalog tr.wpt_table_header_row,
.st_pd_catalog tr.wpt_table_header_row th,
.st_pd_catalog button.wpt-query-reset-button {
    background-color: var(--secon-color) !important;
}
.st_pd_catalog a.wpt_product_title_in_td {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #27496e !important;
    margin: 10px !important;
}
/*FAQ*/
.st_faq .accordion .toggle{
    right: 0;
    left: auto;
}
.st_faq .accordion-title {
    border: 1px solid #e4e4e4ee;
    border-radius: 4px;
    padding-left: 15px;
    color: white !important;
    background: var(--secon-color);
}
.st_faq .accordion-item {
    margin-bottom: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

/*Liên hệ*/
.st_footer  iframe {
    height: 180px;
}
.st_footer{
    padding-bottom: 0 !important;
}
.st_footer .col-border-line .col-inner {
    border-top: 1px solid #bcbcbc;
    padding-top: 15px;
}
.col-pd-bottom {
    padding-bottom: 0;
}
.ft_info .col-inner {
    border-left:1px solid gray;
    padding:0 10px
}
.ft_info .ct-no-line .col-inner {
    border-left:0;
    padding:0 10px
}
.ft_thongtin h4,.ft_thongtin i{
    color: var(--secon-color);
}
.lh_lienhe .wpcf7 label {
    text-align: left;
}
.form_gui_tn .col-inner.text-center {
    border-radius: 8px;
    border: 2px solid #ececec;
    padding: 20px;
}
.ul-footer-ic ul li i{
    color: var(--secon-color) !important;
}
.lh_lienhe li {
    list-style: square;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 4px;
    padding: 0px 40px;
}
.lh_lienhe iframe {
    width: 100%;
    height: 350px;
}
form.wpcf7-form.init {
    margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
    .off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: transparent !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 16px;
        color: var(--secon-color);
    }
    .mfp-content .toggle {
        color: #000;
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
    }
    .icon-menu:after {
         content: "Menu";
         font-weight: bold;
         color: #fff;
         font-family: 'Muli';
    }
    .header-main .nav > li > a > i {
        font-size: 15px;
        color: #fff;
        background: var(--secon-color);
        border-radius: 4px;
        padding: 5px;
    }
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
    .accordion-inner {
    padding: 10px;
    text-align: justify;
}
/*  Trang chủ  */
.st_products ul{
    display: none;
}
.sc-title-home span {
    font-size: 18px;
}
.title-home h2 {
    font-size: 22px;
}
.ft_follow a.icon.primary.button.circle {
    border-radius: 10px !important;
    margin-top: 10px;
}
.blog-archive .post-title a.plain {
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    line-clamp: 2;
    text-decoration: none;
}
.blog-archive .post-item .box.box-vertical .box-text p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
    line-clamp: 2;
    text-decoration: none;
}
.st_pd_catalog img.attachment-80x80.size-80x80 {
    width: 100%;
}
.st_pd_catalog td.wpt-replace-td-in-tr div.td_or_cell {
    order: 1;
}
.term-description li {
    margin-left: 30px;
}
.term-description  .custom-button-form .col-inner.text-left {
    text-align: center;
}
.custom-button-form .col-inner.text-left a{
    margin-right: 0 !important;
    width: 100%;
    padding: 6px;
}
.single-product .product-main {
    padding: 0;
}
div#shop-sidebar {
    background: white;
}
div#shop-sidebar .chosen-container {
    width: 100% !important;
}
.lh_lienhe {
    padding: 0 !important;
}
}