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

.container, .container-width, .full-width .ubermenu-nav, .row, .row.row-small {
    max-width: 1440px;
}
body, textarea ,h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
       font-family: "Be Vietnam Pro", serif !important;
	  font-weight: <weight>;
	color: #000;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
   font-family: "Be Vietnam Pro", serif !important;
}
:root{
	--color-text: #333333;
	--color-main: #000;
}
header#header .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
.logo-center .flex-left {
    flex: 0;
}
.nav>li>a>i.icon-menu {
    font-size: 35px;
}
div#logo {
    margin-left: 100px;
}
.home_ss1 .btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 0px;
}
.home_ss2 .title h3{
	font-size: 26px;
	color: #000;
	margin-bottom: 0px;
}
.home_ss2 .title p{
	color: var(--color-text);
	font-size: 16px;
}
.home_ss2 .box_text.left{
   	left: 0;
}
.home_ss2 .box_text {
    background-color: #ececec;
    min-width: 400px;
    z-index: 99;
    padding: 50px 20px;
	position: relative;
	margin-bottom: 56px;
}
.home_ss2 .box_text p{
	margin-bottom: 0px;
	color: #000;
	font-size: 16px;
}
.home_ss2 .box_text h4{
	font-weight: 400;
	color: #000;
	font-size: 28px;
}
.home_ss2 .btn {
    color: #121212;
    font-weight: 400;
    /* border: 1px solid; */
    font-size: 16px;
}
.home_ss2 .box_text span{
	color: #666;
	margin-bottom: 0px;
	font-size: 16px;
}
.home_ss2 .box_text.left{
	left: -21.176%;
}
.home_ss3 .duan_box{
	cursor: pointer;
}
.home_ss3 .custom_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0000003b;
	padding: 10px 10px 20px 10px;
	display: none;
	z-index:99;
}
.home_ss3 .custom_text p{
	margin-bottom: 0px;
	font-size: 16px;
	color: #fff;
}
.home_ss3 .duan_box:hover .custom_text{
	display: block;
}
.home_ss3 .duan_box:hover:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.home_ss3 .custom_col {
   padding: 5px;
}
.home_ss3 .duan_box .icon-box-img{
	margin-bottom: 0px;
}
.home_ss4 .box_col{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 0px;
}
.home_ss4 .box_col h3{
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.home_ss4 .box_col p{
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: left;
}
.home_ss4 .box_col .col {
    border-right: 1px solid #3333334d !important;
}
.home_ss4 .custom_text {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 50px;
}
.home_ss4 .custom_text h5{
	font-size: 20px;
	text-transform: uppercase;
}
.home_ss4 .box_btn .col-inner {
    display: flex;
    justify-content: space-around;
}
.home_ss4 .box_btn .col-inner .button {
    background-color: #EE7B30;
	margin: 0px;
}
.dichvu_ss2 .list_item .col-inner {
    padding: 16px !important;
}
.dichvu_ss2 .icon-box-img img{
	border-radius: 10px;
}
.form_lh .box_text h3 {
    position: relative;
}
.form_lh .box_text h3:before{
	content: "";
    height: 81%;
    width: 2px;
    background-color: #fa8106;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
}
.form_lh .box_text{
	margin-bottom: 50px;
}
.form_lh .box_text h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 0px;
}
.form_lh .box_text h3 span{
	color: red;
}
.form_lh {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.form_lh .name{
	max-width: 100%;
	flex-basis: 100%;
}
.form_lh .email, .form_lh .phone, .form_lh .addres, .form_lh .city{
	max-width: 48%;
	flex-basis: 48%;
} 
.form_lh input {
    height: 46px;
    color: #000 !important;
	box-shadow: none;
}
.form_lh p{
	width: 100%;
}
.form_lh label{
	display: flex;
	align-items:center;
}
.form_lh label input{
	margin-bottom: 0px;
	margin-top: 0px;
}
.form_lh .col-file {
    width: 100%;
	
}
.form_lh .col-file .soluong,.form_lh .col-file .upload {
	max-width: 100%;
	flex-basis: 100%;
}
.form_lh .btn_submit {
    text-align: center;
    width: 100%;
}
.form_lh .btn_submit input {
    background-color: #fa8106;
    padding: 5px 46px;
    margin: 0px;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 700;
}
.lienhe_ss3{
	margin-top: 50px;
}
.lienhe_ss3 .box_item h3 {
    font-size: 23px;
}
.lienhe_ss3 .box_item p{
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 16px;
}
.lienhe_ss3 .box_item span{
	color: #666;
}
.lienhe_ss3 .button.btn{
	color: #fa8106;
}
.lienhe_ss3 .box_item h3{
	position: relative;
}
.lienhe_ss3 .box_item h3:before{
	content: "";
    height: 81%;
    width: 2px;
    background-color: #fa8106;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
}
.lienhe_ss4 .box_title h3:before{
	content: "";
    height: 81%;
    width: 2px;
    background-color: #fa8106;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
}
.lienhe_ss4 .bg_w {
    background-color: #fff;
    padding: 30px;
}
.lienhe_ss4 .bg_w .icon-box p{
	margin-bottom: 0px;
}
.lienhe_ss4 .bg_w .icon-box a {
    text-decoration: underline !important;
}
.form_product .form_lh .list_sp input[type="checkbox"] {
    height: 12px;
    margin-left: 0px;
    margin-right: 3px;
}
.form_product .form_lh .list_sp span{
	font-size: 12px;
}
.form_product textarea {
    min-height: 100px;
}
.form_product .form_lh input {
    height: 40px;
    margin-bottom: 10px;
}
.form_product .form_lh .col-file .file {
    font-size: 13px;
}
.form_product .form_lh .btn_submit input {
    height: initial !important;
}
.product_detail_right{
	padding-bottom: 0px;
}
.product_detail_right .col-inner{
	background-color: #f5f5f5;
	padding: 20px 30px;
}
.form_lh .btn_submit span.wpcf7-spinner {
    display: none;
}
.sp_detai_ss2{
	border-bottom: 1px solid #ccc;
}
.sp_detai_ss2 .product-tabs a {
    font-size: 20px;
    font-weight: 700;
    font-family: "Cormorant", serif !important;
    color: #000;
}
.sp_detai_ss2 .product-tabs li{
	margin-left: 20px;
	margin-right: 20px;
}
.sp_detai_ss2 .product-tabs li.active a, .sp_detai_ss2 .product-tabs li:hover a{
	color:#fa8106;
}
.sp_detai_ss2 .product-tabs li:hover a:before{
	background-color:#fa8106;
}
.sp_detai_ss2 .product-tabs li.active a:before{
	background-color:#fa8106;
	bottom:0;
	top: auto;
}
.sp_detai_ss3 .icon-box-img .icon-inner {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_detai_ss3 .icon-box-img{
	margin-bottom: 5px;
}
.sp_detai_ss3 .icon-box-img img{
	padding-top: 0pxl
}
.sp_detai_ss3 .icon-box-text h3{
	font-weight: 400;
	font-size: 16px;
}
.sp_detai_ss3 .list_quytrinh .col{
	padding-bottom: 0px;
}
.sp_detai_ss3 .list_quytrinh .col:before{
	content: '';
    position: absolute;
    top: 35px;
    margin-top: -7px;
    right: -7px;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/02/arrx27.png);
    background-size: 14px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.sp_detai_ss3 .list_quytrinh .col:last-child::before{
	display: none;
}
.footer_top{
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.footer_top .follow-icons span{
	color: #000;
}
.footer_top .follow-icons i {
    color: #000;
}
.footer_top .list_lh .col-inner {
    display: flex;
    align-items: center;
}
.footer_top .list_lh .costum_text p{
	margin-bottom: 0px;
	margin-right: 30px;
}
.footer_top .list_lh .plain .icon-box-text{
	padding-left: 5px;
}
.footer_top .list_lh .icon-box-img img{
	padding-top: 0px;
}
.footer_top .list_lh .icon-box{
	padding-right: 30px;
}
.ft_contact h3{
	border-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
.ft_contact .menu_title{
	margin-bottom: 0px;
}
.ft_contact h3 span{
	border-bottom: 0px;
}
.ft_contact .menu_lh a{
	border-bottom: 0px;
	min-height: 20px;
	padding: 0px;
}
.absolute-footer{
	display: none;
}
.duan_ss1 .banner_text h3{
	font-size: 38px;
	line-height: 2;
}
.duan_ss1 .banner_text p{
	font-size: 24px;
}
.duan_ss1 .btn {
    font-size: 20px;
    padding: 5px 50px;
}
.duan_ss1 .btn_w {
    background-color: #fff;
    color: #333333;
}
.duan_ss1 .btn_get{
	border-color: #fff;
	color: #fff;
}
.duan_ss2 .ss2_top-text h3 {
    font-size: 33px;
}
.duan_ss2 .ss2_top-text p {
    font-size: 20px;
	text-align: center;
}
.duan_ss2 .duan_item h5 a {
    font-size: 30px;
}

.duan_ss2 .duan_item .box-text {
    background-color: #0000005c;
	display: none;
}
.duan_ss2 .duan_item .post-item:hover .box-text{
	display: block;
}
.duan_ss2 .duan_item .post-item .is-divider{
	display: none;
}
.duan_ss2 .duan_list .btn_more {
    background-color: #fff;
    border: 2px solid #343434;
    border-right-color: #fa8106;
    border-right-width: 3px;
    color: #000;
    padding: 5px 40px;
    font-size: 20px;
}
.duan_ss3 .col {
    padding-bottom: 0px;
}
.duan_ss3 .col p {
    margin-bottom: 0px;
    font-size: 33px;
}
.duan_ss3 .btn_cg {
    margin: 0px;
    border-color: #fff;
    color: #fff;
    padding: 7px 30px;
    border-right-color: #fa8106;
}
.duan_ss3 .row{
	align-items: center;
}
.duan_ss4 .top_text h3 {
    font-size: 35px;
}
.duan_ss4 .top_text p {
    font-size: 20px;
}
.duan_ss4 .text.item .number {
    font-size: 20px;
	margin-bottom: 0px;
}
.text.item .number span{
    font-size: 22px;
	font-weight: 600;
}
.box_list_category {
    background-color: #f8f8f8;
}
.box_list_category .category-cat{
	display: flex;
	overflow-x: scroll;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box_list_category .category-cat::-webkit-scrollbar {
  	width: 2px;
	height: 2px;
	border-radius: 5px;
}
/*
.box_list_category .category-cat::-webkit-scrollbar-track {
    background-color: darkgrey;
}
.box_list_category .category-cat::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.box_list_category .category-cat::-webkit-scrollbar-thumb {
    background-color: #000000;
	
}
*/
.box_list_category .category-cat li {
    min-width: fit-content;
    list-style: none;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 0px;
    height: 42px;
    display: flex;
    align-items: center;
    float: left;
	position: relative;
}
.box_list_category .category-cat li:first-child{
	padding-left: 0px;
}
.box_list_category .category-cat li a{
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
.box_list_category .category-cat li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #ccc;
}
.box_list_category .category-cat li a span{
	font-size: 18px;
	padding-left: 5px;
}
.box_list_category .category-cat li:hover a{
	color: #fa8106;
}
.box_list_category .link_bread nav {
    font-size: 17px;
    padding-top: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}
.custom_category_product .product-title a{
	font-size: 18px;
}
.custom_category_product .product-title a {
    font-size: 20px;
    padding-top: 10px;
}
.custom_category_product .product-title a:hover {
    color: #fa8106;
}
.custom_category_product .category {
    font-size: 14px;
    text-transform: math-auto;
    padding-top: 10px;
}
.custom_view {
    font-size: 18px;
    font-weight: 500;
}
.custom_view img {
    width: 20px;
    margin-right: 5px;
}
.banner_category{
	    background-image: url(https://www.oppeinhome.com/upload/image/ggthumb/ggthumb/20230705/WHOLE-HOUSE-DESIGN-230705.webp);
    background-size: cover;
    background-position: center;
	height: 300px;
	display: flex; 
	align-items: center;
}
span.woo-category-title {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.custom_category_product .box-image img {
    height: 275px;
	object-fit: cover;
}
.box_btn a {
    background-color: rgb(0 0 0 / 46%);
    padding: 10px 20px;
    color: #ffffff;
}
.box_btn .get_aquote{
	margin-left: 10px;
	background-color: #fa8106;
}
.contact_icon {
    position: fixed;
    right: 10px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
	z-index: 99999999999999;
}
.contact_icon a  {
    display: block;
	margin: 8px 0px;
	position: relative;
}
.contact_icon a:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    transform: scale(0);
    transition: .3s;
    z-index: 1;
}
.contact_icon .email:after{
	 background: rgba(255, 72, 95, .12);
}
.contact_icon .call:after{
	 background: rgba(255, 72, 95, .12);
}
.contact_icon .whatapp:after{
	 background: rgba(0, 170, 47, .12);
}
.contact_icon a:hover:after {
    transform: scale(1);
}
.contact_icon a img {
    width: 60px;
}






@media only screen and (max-width: 1440px) {
	.container, .container-width, .full-width .ubermenu-nav, .row {
		max-width: 1150px;
	}
		.home_ss2 .box_text.left{
		left: -55.176%;
	}
}

@media (max-width: 500px){
	.sp_detai_ss3 .list_quytrinh {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.sp_detai_ss3 .list_quytrinh .col {
		padding-bottom: 0px;
		min-width: fit-content;
	}
	.home_ss2 .box_text {
		min-width: auto;
	}
	.col_flex {
		flex-direction: column-reverse;
	}
	.home_ss2 .btn {
		margin: auto;
		display: block;
	}
	.home_ss2 .box_text.left {
        left: 0;
    }
	.home_ss4 {
		padding: 10px;
	}
	.home_ss4 .icon-box-text p{
		display: none;
	}
	.home_ss4 .icon-box{
		display: flex;
		align-items: center;
	}
	.home_ss4 .icon-box .icon-box-img,.home_ss4 .icon-box .icon-box-text{
		margin: 0px !important;
	}
	.home_ss4 .icon-box .icon-box-img{
		width: 30px !important;
	}
	.home_ss4 .box_col h3 {
		margin-left: 10px;
		margin-bottom: 0px;
	}
	.home_ss4 .box_btn .col-inner {
		flex-wrap: wrap;
	}
	.home_ss4 .box_btn .col-inner .button {
		background-color: #EE7B30;
		margin: 10px;
		width: 100%;
	}
	.footer_top .list_lh .col-inner {
		flex-wrap: wrap;
	}
	.footer_top .list_lh .costum_text{
		display: block;
		width: 100%;
	}
	.box_list_category .category-cat {
		padding: 20px;
	}
	.box_list_category .link_bread nav {
		padding-left: 20px;
	}
}