.home {}
.home .h-aboutus {}
	.home .h-aboutus .bg-orange {
		background-color: #f1ae39;
		border-bottom: 5px solid #e7b150;
		color: #fff;
		margin: 0px 0px 0px 0px;
		padding: 25px 0px;
		position: relative;
	}
		.home .h-aboutus .main-title {
			margin-top: 35px;
		}
		.home .h-aboutus .bg-orange::before {
			content: '';
			width: 0; 
		  height: 0; 
		  border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #f1ae39;
	    position: absolute;
	    top: -10px;
		}
		.home .h-aboutus .bg-orange::after {
			content: '';
			width: 0; 
		  height: 0; 
		  border-left: 10px solid transparent;
		  border-right: 10px solid transparent;
		  
		  border-top: 10px solid #e7b150;
		  position: absolute;
		  bottom: -15px;
		}
		.home .h-aboutus .bg-orange p {
			margin-bottom: 25px;
		}

.home .banner-middle-home {}

.home .container-blog {
	padding: 25px 0px 50px 0px;
}
	.home .container-blog .main-title {
		color: #f18636;
	}
	.home .container-blog .main-title {
		margin-bottom: 35px;
	}
	.home .container-blog .block {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		width: 100%;
	}
	.home .container-blog .block h3 {
		color: #0075bd;
	  font-size: 20px;
	  font-weight: 800;
	  text-transform: uppercase;
	}
	.home .container-blog .cover {
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		width: 100%;
	}
	.home .container-blog .container-text {
		color: #444444;
		min-height: 125px;
    margin-bottom: 25px;
	}
	.home .container-blog .button-see-all-blue {
		margin-top: 50px;
	}

@media only screen and (max-width: 767px) {
	.home .container-blog .block {
		margin-bottom: 35px;
	}
}
