/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#footer li{
	    list-style-type: none;
    margin-left: 0!important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/


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

	.slider img{
		
	}
}
/*CUSTOM CSS*/
.site-body{
	margin-bottom: 50px;
}
.site-body-h1{
font-weight: 600;
}
.site-body h1{
font-weight: 600;
	margin-bottom: 15px;
}
.home-slider h3{
	color: #fff!important;
	font-weight: 600;
    font-size: 43px;
    text-shadow: 0 0 1px #000;
	line-height: 1.3em;
}
.home-slider span{
	color: #fff!important;
}
.home-intro-original{
	display:none;
}
 .home-intro{
            background-image: url(https://zenis.vn/wp-content/uploads/home-intro-bg.svg);
            background-position: left bottom;
            background-repeat: no-repeat;
            background-size: auto 100%;
            position: relative;
			padding-top: 100px;
}
.home-intro-row{
            display: flex;
            justify-content: center;
}
        .home-intro-card h1{
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 27px;
            color: #f99b1c;
        }
        .home-intro-title{
            text-align: center;
        }
        .home-intro-block{
            position: relative;
        }
        .home-intro-block h2{
            font-size: 20px;
            font-family: cursive!important;
            display: flex;
            align-items: center;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .home-intro-block h2::before{
            content: '';
            width: 30px;
            height: 3px;
            background-color: #f99b1c;
            margin-right: 15px;
            float: left;
        }
        .home-intro-block p{
            color: #717173;
        }
.home-intro-block span{
            position: absolute;
            top: 10px;
            color: #ededed;
            font-size: 80px;
            font-weight: 500;
            font-style: inherit;
            z-index: -1;
            left: 0;
}
.home-service-md8{
	margin-left: auto;
    margin-right: auto;
}
.home-service-md12 h3{
	font-weight: 600;
}
.zalo-container{
	right: 30px!important;
}
.call-now-button{
	bottom: 75px!important;
	z-index: 9999999!important;
}
#callnowbutton{
	z-index: 9999999!important;
}
.home-inox-col12{
	padding-bottom: 0;
}
.home-inox-col12 h2{
	font-weight: 600;
    margin-bottom: 15px;
    font-size: 27px;
    color: #f99b1c;
}
.home-inox-box h3{
	color: #307d9a;
    font-weight: 700;
	padding: 5px;
	font-size: 16px;
}
.home-inox-box h3::before{
	content: "\e00a";
    font-family: fl-icons;
    margin-right: 5px;
    font-size: 12px;
    border: solid 1px;
    padding: 1px 0px 1px 1px;
    border-radius: 3px;
	
}
.home-inox-box img{
	margin-bottom: -50px;
    margin-left: -20px;
}
.home-inox-box:hover img{
	transform: translateY(-40px);
	transition: all .3s;
}
.home-inox-box:hover .box-text-inner{
	background-color: #307d9a;
	transition: all .3s;
}
.home-inox-box:hover h3{
	color: #fff;
	transition: all .3s;
}
.inox-col12{

}
.inox-col12 h2{
	font-weight: 600;
    margin-bottom: 15px;
    font-size: 27px;
    color: #f99b1c;
	border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
}
.inox-col12 h2::before{
	content: "\e004";
    font-family: fl-icons;
    margin-right: 10px;
    font-size: 18px;
	
}
.inox-box{
	padding: 0 120px;
	border: 5px solid #e6ebf1;
}
.inox-box h3{
	color: #307d9a;
	font-size: 15px;
}
.section-content h2{
	position: relative;
    margin-bottom: 50px;
}
.section-content h2::after{
	content: '';
	width: 100px;
    height: 3px;
    background-color: #f99b1c;
    position: absolute;
    bottom: -10px;
    right: 50%;
	
}
@media screen and (max-width: 1199px){
	.inox-box{
		padding: 0 100px;
	}
}
@media screen and (max-width: 768px){
	.inox-box{
		padding: 0 50px;
	}
}
@media screen and (max-width: 575px){
	.home-slider h3{
		font-size: 22px;
	}
	.home-slider .text-box{
		width: 80%!important;
	}
	.inox-box{
		padding: 0;
	}
}
.cabin-gallery{
	column-count: 3;
}