/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, h2, h3, h4, h5, h6, p, strong, b, nav, ul, li, a{
	font-family: "Montserrat", sans-serif!important;
}
.header-main {
	display: none;
}
.text-bn h3 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}
.text-bn h2{
    font-size: 33px;
    font-weight: 700;
}
@media screen and (min-width: 850px) {
    .form-bn .form-lh .large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.form-lh .col{
	    padding: 0 15px 0px;
}
.wpcf7-spinner {
    display: none;
}
.form-lh input{
	height: 43px;
	border-radius: 2px;
	box-shadow: none;
}
.form-lh input[type=submit]{
	width: 100%;
	background-color: #cab475;
}
.absolute-footer {
    color: #fff !important;
    font-size: .9em;
    padding: 15px 0;
}
#fbarm {
     padding: 5px .5%;
     font-size: 18px;
     position: fixed;
     bottom: 20px;
     right: 20px;
     display: grid;
     z-index: 99999;
}
#fbarm a {
      padding: 12px 8px 8px;
      background: #0367a6;
      border-radius: 5px;
      flex: 0 0 32.33%;
      margin: 5px 0;
      text-align: center;
       color: #fff;
}
#fbarm img {
     width: 25px;
     margin-right: 5px;
}
#fbarm .zalo img {
     width: 25px;
     margin-right: 8px;
     float: left;
}
#fbarm a.zalo {
    background: #0573ff;
    text-align: left;
}

#fbarm a.hl {
     background: #f20544;
}
.text-cs p>strong{
	color: #cab475;
	font-size: 40px;
}
.box-lh .box-text{
	background: #fff;
}
.popup-now input[type="email"]{
	display: none;
}
.popup-now h4{
	color: #f9e800;
	font-size: 23px;
}
.popup-now h5{
	color: #fff;
	font-size: 19px;
}


@media only screen and (min-width: 320px) and (max-width: 860px){
	.text-bn h3 {
    font-size: 15px;
}
	.text-bn h2{
    font-size: 27px;
}
	    #fbarm {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        background: #fff;
        padding: 5px .5%;
        box-shadow: 0 0 20px #d0d0d0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
	#fbarm a {
         width: 33%;
         padding: 10px 8px 8px;
         background: #0367a6;
         border-radius: 5px;
         flex: 0 0 33%;
         margin: 0 .3%;
         text-align: center;
         font-size: 1em;
         color: #fff;
         font-family: Quicksand-Bold;
		font-size: 0.7em;
}
}