/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (min-width: 48em) {
/*************** ADD DES ONLY CSS HERE  ***************/
	.box-2-home .box-text{
	    float: right;
    	height: 100%;
	}
	.box-2-home .box-image{
	    width: 57%!important;
		position: relative;
		top: -65px;
		z-index: 1;
	}
	.box-1-home .box-image{
	    width: 57%!important;
	    z-index: 2;
		
	}
	.box-1-home .box-text{
	    font-size: 1.1em;
	    position: relative;
	    left: -75px;
	    z-index: 9;
	}
	.box-1-home .box-text h5{
	    font-size: 1.8em!important;
	}
	.box-2-home .box-text h5{
	    font-size: 1.8em!important;
	}
	.box-2-home .box-text{
	    font-size: 1.1em;
        position: relative;
	    top: 25px;
	    left: 110px;
	    z-index: 2;
	}
	.blog_home .col{
		    padding-bottom: 0;
	}
	#menu-main-1{
	    position: absolute;
	    right: 0;
	    top: 25px;
	}
	#text-2{
	    margin-top: 5%;
	    margin-left: 10%;
	    max-width: 40%;
	    flex-basis: 40%;
	}
}
b, strong {
    font-weight: bold!important;
}
.nav-spacing-large>li{
        margin: 0 9px!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#menu-main-1 li{
		display: block;
		font-weight: 600;
		text-align: center;
		padding-bottom: 10px;
		margin: 0;
	}

}