/*
Theme Name: Bs House
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{
	max-width: 1300px !important;
	flex-basis: 1300px !important;
}

:root{
	--color-main: #00506b;
	--font-main : "Montserrat", sans-serif;
	--color-text: #4b5563;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2{
	font-family: var(--font-main) !important;
}
body{
	font-family: var(--font-main) !important;
	color: #000 !important;
}
.nav > li > a {
    font-family: var(--font-main) !important;
    font-size: 16px;
    text-transform: math-auto;
    font-weight: 600 !important;
}
.header_title h2{
	font-size: 36px;
	color: var(--color-main);
	font-weight: 700;
}
.home_ss1 .img img{
	border-radius: 10px;
}
.home_ss1 .text p{
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
}
.home_ss1 .col-text .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home_ss1 .col-text a.button {
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    text-transform: math-auto;
    background-color: var(--color-main);
    padding: 5px;
	margin: 0px;
}
.home_ss2 .nav>li>a{
	color: var(--color-main) !important;
}
.nav-outline>li.active>a {
    border-color: var(--color-main) !important;
    color: #fff !important;
	background-color: var(--color-main) !important;
}

.home_ss2 .nav-outline>li>a{
	border-radius: 5px !important;
}
.product-small , .post-item .col-inner{
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 8px;
    overflow: hidden;
}
.product-small .box-text,.post-item .box-text{
	padding: 16px;
}
.products .product-small.col{
	padding: 0px;
}
.products .product-small.box .box-image{
	max-height: 250px;
	overflow:n hidden;
}
.products .product-small.box .box-image img{
	max-width: 250px;
	overflow:n hidden;
}
.product-small .box-text .product-title a,.post-item .box-text .post-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-main);
}
.post-item .box-text .post-title:hover{
	color: #0697c8 !important;
}
.post-item .is-divider{
	display: none;
}
.post-item .from_the_blog_excerpt {
	font-size: 14px;
	color: #000;
	margin-top: 12px;
}
.product-small .add-to-cart-button{
	margin-top: 16px;
}
.product-small .add-to-cart-button a {
    margin: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    text-transform: math-auto;
    font-size: 13px;
    font-weight: 500;
}
.home_dk .title{
	padding-right: 50px;
}
.home_dk .title h3{
	font-size: 36px;
	text-align: left;
	text-transform: uppercase;
}
.home_dk .title h3 span{
	display: block;
}
.home_dk .title h3 p{
	margin-bottom: 0px;
}
.home_dk .title-form h3{
	font-size: 18px;
	margin-bottom: 30px;
}
.home_dk .form_dk input {
    background-color: #ffffff00;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.home_dk .form_dk input::placeholder{
	color: #fff;
}
.home_dk .form_dk input[type="submit"]{
	border: 1px solid #fff;
	margin: 20px 0px 0px;
}
.lienhe_form .form_dk input {
    background-color: #c6000000;
    border: 0px solid #fff;
    border-bottom: 1px solid var(--color-main);
    color: var(--color-main);
    box-shadow: none;
}
.lienhe_form .form_dk input::placeholder{
	color: var(--color-main);
}
.lienhe_form .form_dk input[type="submit"]{
	border: 1px solid var(--color-main);
	margin: 20px 0px 0px;
}
.footer_ss .row .col{
	max-width: 20%;
	flex-basis: 20%;
}
.footer_ss .menu-item a{
	color: #fff;
}
.footer_ss .ux-menu-title,.footer_ss .footer-title h3{
	font-size: 18px;
	color: #fff;
}
.copyright-footer{
	color: #000;
}
.box_btn_lh {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.box_btn_lh a.btn-lienhe {
    background-color: var(--color-main);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
	flex: 1;
	text-align: center;
	font-size: 16px;
    font-weight: 600;
}
.box_btn_lh a.btn-lienhe.zalo{
	background-color: #2478ba;
}
.box_btn_lh a.btn-lienhe.call:hover{
	background-color: #2478ba;
}
.box_btn_lh a.btn-lienhe.zalo:hover{
	background-color:  var(--color-main);
}
.widget-title {
	font-size: 18px;
	color: var(--color-main);
}
.blog-wrapper .col{
	padding: 0px 16px;
}
.lienhe_info .col-inner{
	background-color: var(--color-main);
	padding: 30px;
	border-radius: 12px;
}
.lienhe_info .header_title h2{
	color: #fff;
}
.lienhe_form .col-inner {
    padding: 30px;
}
.product-main .product_title {
    font-size: 24px;
    color: var(--color-main);
}
.product-main .breadcrumbs a {
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7c7c;
    font-weight: 500;
}










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


}