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

/*************** ADD CUSTOM CSS HERE.   ***************/
.giat-ngay{
    position: fixed;
    right: 43px;
    bottom: 178px;
    z-index: 3;
}
.giat-ngay a{
	color:white;
}
.giat-ngay p{
    background: #419A00;
    color: white;
    padding: 4px 40px 4px 20px;

    border-radius:99px;
}
.header-button a.button{
	    line-height: 35px;
}
.row-form .wpcf7-textarea{
	    min-height: 95px;
}
.row-form .wpcf7-submit{
	background:#419A00;
}
.wpcf7-spinner{
	display:none;
}
.row-form .large-6{
	padding-bottom:4px;
}
.row-form{
	margin-left:0px !important;
	margin-right:0px !important;
}
.header-bottom-nav li i.fa{
	padding-right: 4px;
}
@media(min-width:1023px){
	.row-form .div-right{
		padding-right: 0px;
		margin-right:0px;
	}
}
@media(max-width:855px){
	.form-noi-dung{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}