/*
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.   ***************/

.archive .ez-toc-sticky {
	opacity:0;
	transition: opacity 0.3s 
}

#ez-toc-sticky-container a{
	color: #000 !important
}
li {
	    margin-left: 1.4em;
}
.header-vertical-menu__title {
    font-weight:400;
}
.last-reset > p:has( + style ) {
    margin-bottom:0;
}
.fw-700 {
    font-weight:700;
}

.border-left-none.row-solid .col:before {
    border-left-style: none;
}
.taxonomy-description{
    margin:30px 0;
    overflow:hidden;
    position:relative;
    text-align: justify;
}



.taxonomy-description.collapsed {
    height:400px;
}

.taxonomy-description.collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    width: 100%;
}



.taxonomy-description img,
.taxonomy-description img.alignleft,
.taxonomy-description img.alignright,
.taxonomy-description img.alignnone,
.taxonomy-description img.aligncenter{
	display: block;
    float: none;
    margin: 0 auto;
	margin-bottom: 1em;
}

.taxonomy-description a > img {
	    display: inline-block;
    margin: 0 !important;
}

.tax-more-btn{
        display: block;
    width: auto;
    margin: 0 auto 30px;
}

.tax-more-btn:after {
    content: '\f322';
    font-family: 'Font Awesome 7 Pro';
    font-weight: 400;
    font-size: 12px;
    margin-left: 6px;
    top: -2px;
    position: relative;
}

.tax-more-btn.open:after {
    content: '\f325';
}


.box-blog-post .is-divider {
    display:none;
}

.box-text {
    font-size: 1em;
    padding-bottom: 10px;
    padding-top: 10px;

}

.box-shadow-1, .box-shadow-1-hover:hover, 
.row-box-shadow-1 .col-inner, 
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 0px 1px 0px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
}


.row-box-shadow-1 > .col.post-item > .col-inner,
.row-box-shadow-1 > .flickity-viewport > .flickity-slider > .col.post-item > .col-inner {
    border-radius: 5px;
    padding: 10px 5px 10px;
    border: 2px solid transparent;
}



.row-box-shadow-1 > .col.post-item:hover > .col-inner,
.row-box-shadow-1 > .flickity-viewport > .flickity-slider > .col.post-item:hover > .col-inner{
    border-color: var(--fs-color-primary);
}

.row-box-shadow-1 > .col.post-item > .col-inner .box-text {
        padding-left: 0;
    padding-right: 0;
}

.entry-content {
    padding-top:0;
        text-align: justify;
}


.extra-product-info .product-info {
  text-align: justify;  
}

.extra-product-info .product-gallery-slider  {
    border: 1px solid #ccc;
    padding:10px;
}

.extra-product-info .product-gallery-slider .gallery-item img,
.extra-product-info .product-thumbnail-slider .gallery-item img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

.extra-product-info .product-thumbnail-slider .gallery-item > .col-inner  {
    border: 1px solid #ccc;
}

.extra-product-info .product-thumbnail-slider .gallery-item.is-selected > .col-inner  {
    border-color: var(--fs-color-primary);
}

.logo-left .logo {
    margin-right: 0px;
}

.header-inner .flex-left {
    width: 50%;
}
.header-vertical-menu__opener{
    padding: 11px 0px;
}
.header-vertical-menu__opener .icon-menu {
    background-color: #fdb92e;
    padding: 3px 7px 3px 7px;
		    margin-right: 15px;
    border-radius: 5px;
color: #171300;
}
.header-bottom .flex-left, .header-bottom .flex-right{
width: 25%
}
.header-bottom .flex-center{
width:50%
}

[data-icon-label]:after{
   opacity: 1;
}
select.resize-select {
    border-radius: 5px 0 0 5px;
    height: 40px;
    min-width: 150px !important;
}
.button.secondary:not(.is-outline){
    border-radius: 5px;
    height: 40px;
}
.searchform .button.icon i {
    color: #555555;
}
input[type=search], select{
   box-shadow: none;
   height: 40px;
}

.flex-right {
    width: 20%;
}
.shost-khuyen-mai{
   background: transparent url(/wp-content/uploads/2022/01/offer.png) no-repeat scroll center;
    background-color: #2e8cfa;
    height: 40px;
    width: 44px;
    border-right: 1px dashed #fff;
    float: left;
border-radius: 5px 0px 0px 5px;
}
.header-right-service-cms .shost-text.text {
   -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
   border-radius: 5px 0 0 5px;
   color: #000000;
   font-size: 16px;
   line-height: 14px;
   padding: 13px 15px;
   font-weight: 600;
   border-top-right-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -khtml-border-top-right-radius: 4px;
   -moz-border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -khtml-border-bottom-right-radius: 4px;
   -moz-border-bottom-right-radius: 4px;
}
.label-hot.menu-item>a:after {
    background-color: #ffd200;
}
.label-hot.menu-item>a:after{
    color: #000;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
   padding: 15px;
}
.shost-product .product-small .col-inner, .shop-container .product-small .col-inner {
    border-radius: 5px;
    padding: 10px 5px 10px;
}

.shost-product .product-small .col-inner:hover, .shop-container .product-small .col-inner:hover {
    border: 2px solid #2457aa;
}
.shost-product .box-text{
   padding-left: 25px;
}
.shost-product-img h3::after{
    content: "";
    position: absolute;
    width: 60px;
    background: #ffd200;
    bottom: auto;
    top: 35px;
    height: 2px;
    left: 0;
    right: auto;
    margin: auto;
}
.shost-footer .contact_wrapper {
    line-height: 26px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.contact_wrapper .contact_address::before, .contact_wrapper .phone::before, .contact_wrapper .email::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 35px;
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact_wrapper .contact_address::before {
    background-image: url(/wp-content/uploads/2022/01/map.svg);
}
.contact_wrapper .phone::before {
    background-image: url(/wp-content/uploads/2022/01/headphones.svg);
}
.contact_wrapper .email::before {
    background-image: url(/wp-content/uploads/2022/01/message.svg);
}

.description_tab a, .additional_information_tab a{
    font-size: 1em !important;
    font-weight: 700 !important;
}
.shost-content {
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.shost-content.sidebar-banner {
    padding: 20px 0px;
    background-color: #FFD200;
    box-sizing: border-box;
    width: 271px;
    float: right;
}
.sidebar-banner .service-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    color: #000;
}
.sidebar-banner .text1 {
    padding: 2px 42px 3px;
    border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    margin: 2px 0px 5px;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar-banner .text2 {
    margin: 0;
    line-height: 37px;
    color: #000;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.container-width{
   max-width: 1300px;
}
.nav-pills>li>a {
    border-radius: 5px;
}

.shost-product .nav-tabs+.tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    border-radius: 0px 5px 5px 5px;
}

.shost-product .has-icon-bg .icon .icon-inner{
   background-color:#fdb92e;
}
.shost-product .nav-tabs>li>a {
    border-radius: 5px 5px 0px 0px;
   padding: 5px 10px;
}
.product-title{
   font-weight: 600;
}
.header-vertical-menu__title{
    color: #fff;
}
.header-vertical-menu__tagline {
    color: #fff;
}
.pull-left {
    margin-top: 15px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .price_slider_amount .button, .searchform .button.icon {
    background-color: #fdb92e;
}
del span.amount {
    font-size: 1rem;
}
.back-to-top.active {
    background-color: #fdb92e;
    border: 2px solid #fdb92e;
}
#shop-sidebar .widget {
    border: 3px solid #f0f0f0;
    border-radius: 5px;
    padding: 15px;
}
.woocommerce .row.row-large, .woocommerce .woocommerce-form-coupon-toggle{
   margin-top: 20px;
}
.section-title-normal span{
    border-bottom: none;
}
.shost-icon-wrap {
    background-color: #007de6;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 96px;
    display: block;
    -webkit-mask-image: url(/wp-content/uploads/2022/01/bg-icon-box.svg);
    mask-image: url(/wp-content/uploads/2022/01/bg-icon-box.svg);
    margin: 0 auto;
}
.shost-icon-wrap .dashicons{
    font-size: 40px;
    line-height: 100px;
    color:#fff;
margin-right: 20px;
}
.count-up {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: -3px;
}
ul li.bullet-checkmark{
border-bottom: none;
}
ul li.bullet-checkmark:before{
color: #2e8cfa;
}


#requestPrice .maintitle {
    padding: 16px;
    background-color: #f8f9fa;
    margin-bottom: 20px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none !important;
    font-size: 1em;
    height: 40px;
        border-radius: 4px;
}

#requestPrice  .note {
    font-style:italic;
}

.post-sidebar .widget-title {
    font-size: 20px;
    color: #ed3237;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 0 0 10px;
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.post-sidebar .widget-title:before {
    content: '';
    background: #ed3237;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.post-sidebar #ez-toc-container {
    background: transparent;
        margin-top: -50px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
    display: table;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    width: 100%;
}

.post-sidebar #ez-toc-container  .ez-toc-title-container {
    margin-bottom:30px;
}

.post-sidebar #ez-toc-container .ez-toc-title {
    opacity:0;
}
#ez-toc-container nav {
    overflow-y: scroll;
    max-height: 280px;
}

a.button.primary.btn-contact {
    border-radius: 8px;
    background: #e21515;
    color: #fff;
    font-size: 18px;
    width: 100%;
    max-width: 347px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: relative;
    border: none;
    margin: 20px auto
}

a.button.primary.btn-contact:after {
    content: "";
    width: 32px;
    height: 32px;
    mask-image: url(/wp-content/uploads/2025/11/icon-info-img.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(/wp-content/uploads/2025/11/icon-info-img.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-color: #fff;
    transition: .3s;
}

@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media only screen and (max-width:549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.logo-left .logo {
    margin-right: 0px;
}

}