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

/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}
.tada{animation-name:tada !important}
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 50px;
    left: 25px;
    z-index: 9999;
}
.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li .fa-phone {
    background: #ed1c24 url(https://shomes.vn/wp-content/uploads/2023/03/phone.png) center center no-repeat;
}
.float-icon-hotline ul li .fa {
	animation-name:tada !important;
    background-color: #003462;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    padding: 5px;
}
.ani.infinite {
    animation-iteration-count: infinite !important;
}
.ani {
    animation-duration: 1s !important;
    animation-fill-mode: both !important;
}
.float-icon-hotline ul li a.fhl span {
    background-color: #003462;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #1660ad;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    text-align: center;
    padding-left: 20px;
    font-size: 13.5px;
}
.float-icon-hotline ul li .fa-price {
    background: #50B948 url(https://shomes.vn/wp-content/uploads/2023/03/price.png) center center no-repeat;
}
.float-icon-hotline ul li:hover span {
    width: 176px;
    padding-left: 32px;
    padding-right: 12px;
    opacity: 1;
}
.float-icon-hotline ul li a.ffp span {
    background-color: #146141;
    background-image: linear-gradient(#50B948,#50B948);
}
.lightbox-content .row.row-full-width{
	    margin-left: 0px;
    margin-right: 0px;
    /* border: 1px solid; */
    background: linear-gradient(248deg, #2ab574 10%, #283891 100%);
    padding: 5px;
}
.lightbox-content .form-action{
	    background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 20px;
}
.lightbox-content .form-action .wpcf7-submit{
	    border: 0;

    background-image: linear-gradient(248deg, #2ab574 50%, #283891 100%) !important;
    border-radius: 10px;
    width: 100%;
}
.form-action h3{
	    color: #283891;
}
input[type='email'], input[type='tel'], input[type='text'] {
    border-bottom: 1px solid #000 !important;
    border: none;
    box-shadow: none;
	    border-radius: 0px !important;
}
.mfp-close{
mix-blend-mode: unset !important;
    color: white !important;
    background: black;
    border-radius: 99px;
    border: 3px solid white;
    /* width: 10px; */
    height: 30px;
    width: 30px;
    line-height: -2px;
    font-size: 34px;
    line-height: 30px;
    opacity: 1 !important;
}
.mfp-close svg{
	    width: 17px;
 
    line-height: 9px;
}

@media(min-width:1023px){
		.row-phai .div-anh{
		flex-basis:58% !important;
		max-width:58% !important;
	}
		.row-phai .large-5{
			flex-basis:42% !important;
		max-width:42% !important
	}
	.row-trai .div-anh{
		flex-basis:60% !important;
		max-width:60% !important;
	}
	.row-trai .div-trai-text{
			flex-basis:40% !important;
		max-width:40% !important
	}
	.row-phai .div-anh{
		padding-left:0px !important
	}
		.row-trai .div-anh{
		padding-right:0px !important
	}
}


@media(max-width:855px){
	.row-phai .col,.row-trai .col{
		padding-bottom:10px !important;
	}
	.header-main {
    height: 60px !important;
}
	#logo img {
    max-height: 60px !important;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}