/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#header .header-vertical-menu__opener {
    padding: 10px !important;
    color: #fff !important;
    background: #f15933 !important;
}
#header .header-vertical-menu__title{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center; 
    align-items: center;
    font-weight: 700;
}
#header .header-vertical-menu__fly-out .sub-menu{
    padding: 30px;
    border-left: 3px solid #f15933;
    position: relative;
    top: -50px !important;
}
#header .header-vertical-menu__fly-out .menu-item.menu-item-type-custom{
    height: 50px;
}
#header .header-vertical-menu__fly-out .menu-item:hover .nav-top-link,
#header .header-vertical-menu__fly-out .sub-menu .ux-menu-link:hover .ux-menu-link__text{
    color: #f15933;
}
#header .header-vertical-menu__fly-out .nav-top-link,
#header .header-vertical-menu__fly-out .ux-menu-link__link{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
#header .header-vertical-menu__fly-out .nav-top-link .ux-menu-icon{
    width: 20px !important;
    height: 20px;
}
#header .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
    align-items: center;
    padding: 12px 15px;
}
#header .header-vertical-menu__fly-out .sub-menu .ux-menu-link__link{
    border: none;
    padding: 0 ;
}
#header .header-vertical-menu__fly-out .sub-menu .ux-menu-link:first-child .ux-menu-link__text{
    font-weight: 700;
}

#header .header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown{
    min-height: auto !important;
}
#header .icon-angle-down{
    font-size: 19px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    width: 20px;
    height: 20px;
}
#header .icon-angle-down:before {
    content: "";
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header .header-bottom .flex-right{
    display: none;
}
#header .header-bottom .flex-left{
    flex: 1 1 15%;
}
#header .header-bottom .flex-center{
    flex: 1 1 80%;
}
#header .col_service{
    flex-basis: 20%;
    max-width: 20%;
    align-content: center;
    padding-bottom: 0;
    padding: 0;
}
#header .col_service .icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#header .col_service .icon-box .icon-box-img{
    margin-bottom: 0;
}
#header .col_service .icon-box p{
    line-height: 24px;
}
.section_content_page .col{
    padding-bottom: 0 !important;
}
.section_content_page .col p{
    font-size: 14px !important;
}


/*                  page liên hệ                     */
.section_contact .col-inner{
    padding-top: 0;
    padding-bottom: 0 !important;
}
.section_contact .col_left p{
    font-weight: 400;
    color: #333;
    margin: 0 0 10px;
    line-height: 24px;
}
.section_contact .col_right .form_contact label,
.section_contact .col_right .form_contact input,
.section_contact .col_right .form_contact input::placeholder,
.section_contact .col_right .form_contact textarea{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.section_contact .col_right .form_contact input{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    box-shadow: unset;
    min-height: 40px;
}
.section_contact .col_right .form_contact input::placeholder{
    font-style: 16px;
    color: #666;
    padding-left: 5px;
}
.section_contact .col_right .form_contact input[type="submit"]{
    text-transform: none;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
}
/*                      page bài viết                    */
#ez-toc-container{
    background: #fcfcfc;
    border: 1px dashed #ccc;
    margin-bottom: 2em;
    padding: 10px;
}
#ez-toc-container.ez-toc-light-blue {
    background: #fcfcfc;
}
.ez-toc-title-container{
    display: block;
    text-align: center !important;
    background: #dedede;
    cursor: pointer;
    margin-bottom: 15px !important;
    position: relative;
}
#ez-toc-container .ez-toc-title-container p.ez-toc-title{
    font-size: 1rem;
    line-height: 30px;
    font-weight: 700;
}
#ez-toc-container  .ez-toc-title-toggle .ez-toc-pull-right{
    position: relative;
}
#ez-toc-container  .ez-toc-title-toggle .ez-toc-pull-right::after{
    position: absolute;
    content: ""; 
    display: flex;
    font-size: 16px;
    margin-right: 10px;
    right: 20px;
    top: 12px;
    line-height: 25px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    height: 12px;
    width: 12px;
    transform: rotate(-135deg);
}
#ez-toc-container.toc_close .ez-toc-title-toggle .ez-toc-pull-right::after{
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
}
#ez-toc-container  .ez-toc-title-toggle .ez-toc-js-icon-con{
    display: none;
}
#ez-toc-container  ul > li {
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    list-style: none;
}
#ez-toc-container  ul > li > a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1f7ecb;
    border-bottom: 1px dashed;
}
#ez-toc-container  ul > li > a:hover,
#ez-toc-container a:visited {
    color: #1f7ecb;
    text-decoration: none;
}
#ez-toc-container .ez-toc-list-level-3 .ez-toc-link {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.ez-toc-link::before{
    display: none !important;
}

/*              blog singer                  */
.blog-single .entry-header-text{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
}
.blog-single .post-sidebar{
    padding: 15px 0 !important;
    border-left: none !important;
}
.blog-single .post-sidebar  .is-divider{
    height: 1px;
    max-width: 100% ;
}
.blog-single .post-sidebar .widget-title span{
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-single .post-sidebar .post_sales .is-divider,
.blog-single .post-sidebar .post_news .is-divider{
    display: none;
}
.blog-single .post-sidebar .post_sales .post-item{
    padding-bottom: 0;
}
.blog-single .post-sidebar .post-item .plain{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}
.blog-single .post-sidebar .btn-viewmore{
    background-color: #FFF;
    border: 1px solid #F15933;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #F15933 !important;
    text-transform: none;
    display: block;
    line-height: 33px;
    border-radius: 10px;
    margin-right: 0;
}
.blog-single .post-sidebar .post_news{
    padding: 0 15px !important;
}
.blog-single .post-sidebar .post_news .box-image{
    display: none;
}
.blog-single .post-sidebar .post_news .post-item:not(:last-child) .box-text{
    border-bottom: 1px solid #ddd;
}
.blog-single .post-sidebar .post_news .post-item .box-text{
    padding: 0;
}
.blog-single .post-sidebar .post_news .post-item .box-text .from_the_blog_excerpt,
.blog-single .post-sidebar .post_news .post-item {
    padding: 10px 0;
}

.category_lists_render .subcat-tabs .tab{
    display: inline-block;
    background: #e36d29;
    background: linear-gradient(90deg, rgb(255 96 56) 0, rgb(189 38 0) 100%);
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
    margin-right: 6px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 13px;
    transition: .25s all;
    -webkit-transition: .25s all;
}

/*              page danh mục                */
.category-page-row,
.shop-page-title .page-title-inner{
    background-color: rgb(248, 248, 248);
    /* border-radius: 5px; */
}

.shop-page-title .archive_title{
    padding: 5px 0;
    text-transform: uppercase;
}
.product-page-title {
    display: none;
}
.breadcrumb_container {
    background-color: #f8f8f8;
}
 .breadcrumb_container .woocommerce-breadcrumb{
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    padding: 10px;
}
.woocommerce-breadcrumb .divider{
    display: none;
}
 .woocommerce-breadcrumb a{
    display: inline-flex;
    line-height: 24px;
    align-items: center;
    text-transform: none;
}
.woocommerce-breadcrumb a:not(:last-child)::after{
    position: relative;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.65;
    display: block;
    width: 16px; 
    height: 16px;
    background-image: url(./assets/images/arrow_right_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left:6px;
}
.shop-page-title .archive_title .term_count{
    color: #999 ;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400
}

.shop-page-title .price-filter-buttons span,
.shop-page-title .sort-buttons span{
    font-weight: 700;
    align-content: center;
    font-size: 14px;
    color: #333;
}
.shop-page-title .price-filter-buttons a{
    padding: 7px 10px;
    line-height: 20px;
    color: #626162;
    font-size: 14px;
    font-weight: 400;
}
.shop-page-title .price-filter-buttons a.active,
.shop-page-title .price-filter-buttons a:hover{
    background: #333;
    color: #fff;
    border-radius: 5px;
}
.shop-page-title .price-filter-buttons a.active, 
.shop-page-title .sort-buttons a.active{
    pointer-events: none;
}
.shop-page-title .sort-buttons a{
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    padding: 0 10px;
    /* margin-right: 10px; */
    height: 30px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}
.shop-page-title .sort-buttons a.active,
.shop-page-title .sort-buttons a:hover{
    color: #fff;
    background: #f0542d;
    border-color: #f0542d;
}
.shop-page-title .widget_layered_nav {
    display: flex;
    padding: 7px 0;
    align-items: center;
    border-top: 1px solid #f1f0f1;
    border-bottom: 1px solid #f1f0f1;
    margin-bottom: 15px;
}
.shop-page-title .widget-title{
    text-transform: none;
    padding-left: 0;
    color: #333;
    margin-right: 15px;
}
.shop-page-title .woocommerce-widget-layered-nav-list__item{
    display: inline-flex;
    background: #fae7be;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 5px;
}
.shop-page-title .woocommerce-widget-layered-nav-list__item .woocommerce-widget-layered-nav-list__item__remove{
    order: 2;
    width: 24px;
    height: 30px;
    background: #f15933;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    border-width: 0px;
    margin-left: 10px;
}
.shop-page-title .woocommerce-widget-layered-nav-list__item span{
    font-size: 14px;
    order: 1;
}