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

/*************** ADD CUSTOM CSS HERE.   ***************/
	 ul.suite-features li{list-style: none;margin-left: 0;border-bottom: 1px #E2E2E2 solid;display: flex;justify-content: space-between;}
		 ul.suite-features li:last-child{border-bottom: none;}
		 ul.suite-features li > span{color: #999;}


 .form-lien-he {
                background: white;
                border-bottom-left-radius: 16px;
                border-bottom-right-radius: 16px;
                box-shadow: 0 3px 6px 0 #2e36521a;
                padding: 15px;
                margin-bottom: 20px;
            }

 .contact {
                background: #fdfcf7;
                border-radius: 16px;
                box-shadow: 0 3px 6px 0 #2e36521a;
                padding: 15px;
                margin: 0 0 20px 0;
            }

            .div-right {
                display: block;
                font-size: 14px;
                color: #5f5f5f;
                margin-top: 0;
                margin-bottom: 15px;
            }
            .avatar-sale{
                max-width:115px !important;
                width: 115px !important;
                float:left;
                padding-bottom:15px;
            }
            .avatar-sale img {
                                max-width:115px !important;
                width: 110px !important;
                display: inline-block;
                width: 110px;
                object-position: center;
                object-fit: cover;
                border-radius: 99%;
                border: 1px solid #ececec;
                padding: 5px;
            }
          

            .thong-tin-nguoi-ban {
                display: inline-block;
                vertical-align: middle;
                width:210px;
                text-align:center;
            }

            .thong-tin-nguoi-ban .ho-ten {
                line-height: 30px;
                color: #3d4d65;
                font-size: 25px;
                margin-bottom: 5px;
                display: block;
            }

            .thong-tin-nguoi-ban .so-dien-thoai {
                text-align: center;
                padding: 6px 0;
                background: #eb5155;
                border-radius: 15px;
                width: 90%;
                margin: 0 auto;
            }

            .thong-tin-nguoi-ban .so-dien-thoai a {
                color: #fff;
                font-weight: 700;
                padding-left: 25px;
                background-position-y: -5px;
                display:block;
            }

            .thong-tin-nguoi-ban .ghi-chu {
                margin-bottom: 0;
                font-style: italic;
                font-size: 12px;
                text-align: center;
                margin-top: 5px;
            }

  .phone-lac{
                width:25px;
                height:25px;
                float:left;
                margin: -2px 0 0px 5px;
                padding:0;
                border:unset;
            }

*{scroll-behavior:smooth;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale}

.hoangnt-search ul li{
    padding-right:1.3%;
    float:left;
    list-style:none;
    max-width:20%;
    width:20%;
}

.hoangnt-search ul li:first-child{
    max-width:unset;
    width:100%;
}.hoangnt-search ul li input{
    margin-bottom:unset;
}



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


}