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

/*************** ADD CUSTOM CSS HERE.   ***************/
.related-post h5.post-title{
	    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
#shop-sidebar .is-divider,.post-sidebar .is-divider{
	display: none;
}
.category-page-row .widget-title,.post-sidebar .widget-title{
    margin: 0;
    text-transform: uppercase !important;
    color: #000;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-left: solid #fdc236 4px;
    background-color: #f7f7f7;
    display: block;
}
.entry-content {
	padding-top: 0px !important;
}
.section-gallery .gallery-col{
	padding-bottom: 0px;
}
.section-slide .banner h2{
	color:var(--primary-color); 
}
.header-bottom .nav-top-link {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    letter-spacing: 0.03em;
    color: #fff !important;
}
footer .widget_nav_menu{
	padding-left: 0px;
	padding-right: 0px;
}

.menu-item.active {
    background-color: #fdc236;
}
.absolute-footer:before {
	    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: #fdc236;
    background-image: url(images/footer-strip.webp);
    background-repeat: repeat-x;
    background-position: center top;
}
.absolute-footer {
    padding: 20px;
    position: relative;
    background-color: #0e0e0e;
    color: #787878;
    font-size: 13px;
}
.section-tai-sao .icon .icon-inner{
	display: inline-block;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.du-an-section .nav-simple li a{
	font-size: 18px;
	padding: 0px 20px;
}
.du-an-section .nav-simple li.active a{
	color: var(--primary-color);
}
.section-icon h3{
	margin-bottom: 0px;
font-size: 40px;
}
.gioi-thieu-section:before {
    background-image: url(images/scale-top-1.webp);
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}
.gioi-thieu-section{
	padding-top: 80px !important;
}
.section-icon .icon-box {
	    align-items: center;
}
.wt-icon-box-wraper {
    text-align: right;
    position: relative;
    color: #000;
    padding: 10px;
}
 .wt-icon-box-wraper .icon-md {
    float: right;
    margin-left: 10px;
    width: 60px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
}
.wt-icon-box-wraper .icon-md i {
    font-size: 45px;
}
 .wt-icon-box-wraper .icon-content .text-black .count-up {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.wt-icon-box-wraper .icon-content .text-black b {
    display: inline-block;
    line-height: 35px;
    font-size: 30px;
}
 .wt-icon-box-wraper .icon-content .static-title {
    text-transform: uppercase;
    font-size: 14px;
}
.icon-content p {
    margin: 0px;
}
.div-gioi-thieu .col-inner{
	    background: white;
    padding: 15px;
}
.div-tieu-de h2,.div-tieu-de h3{
	margin-bottom: 0px;
	text-transform: uppercase;
}
.wt-separator-outer .wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239 !important;
    display: inline-block;
    position: relative;
    text-align: center;
}
.wt-separator-outer{
	margin-left: auto;
	margin-right: auto;
}
.wt-separator-outer .wt-separator .separator-right {
    right: -80px;
}
.wt-separator-outer .wt-separator .separator-left {
    left: -80px;
}
.wt-separator-outer .wt-separator .separator-left, .wt-separator-outer .wt-separator .separator-right {
    height: 3px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    background-color: #fdc236;
}

@media(max-width: 855px){
	.section-slide .banner h2{
		    font-size: 20px !important;
	}
	.du-an-section .nav-simple li a {
    font-size: 14px;
    padding: 0px 7px;
}
	.section-icon h3 {
    margin-bottom: 0px;
    font-size: 20px;
}
.section-icon .icon-box p{
	font-size: 13px;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}