
	.filter{
		margin-bottom: 40px;
	}
	.filter form{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.filter form span.text{
		display: block;
		font-size: 18px;
		line-height: 26px;
		color: #666;
		font-weight: 400;
	}
	.filter form select{
		height: 40px;
		width: 335px;
		border: 1px solid #efefef;
		outline: none;
		padding: 0 14px;
		font-size: 14px;
	}
	.filter .group{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.filter form select.select_1{
		margin-right: 16px;
	}
	.filter form select.select_2{
		margin-right: 12px;
	}
	.filter form button{
		height: 40px;
		width: 147px;
		border: 1px solid transparent;
		outline: none;
		font-size: 14px;
		background: #ef6901;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.filter form button:hover{
		opacity: .7
	}
	.filter form button span{
		display: inline-block;
		position: relative;
		padding-left: 25px;
	}
	.filter form button span:after{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 17px;
		height: 17px;
		background: url('../images/icon-search.png') no-repeat;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	/*************************************************/
	.gird-system{
		margin: 0 -15px;
	}
	.gird-system .item{
		padding: 0 15px;
		float: left;
		width: 33.33%;
		margin-bottom: 30px;
	}
	.gird-system .item .i-image{
		position: relative;
		overflow: hidden;
		padding-top: 66.75%;
		margin-bottom: 10px;
	}
	.gird-system .item .i-image img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .gird-system .item:hover .i-image img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .gird-system .item .i-title{
    	font-size: 18px;
    	line-height: 26px;
    	color: #333;
    	text-transform: uppercase;
    	font-weight: 700;
    	position: relative;
    	padding-bottom: 6px;
    	margin-bottom: 10px;
    }
    .gird-system .item .i-title:after{
    	content: '';
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	background: #ef6901;
    	width: 71px;
    	height: 1px;
    }
    .gird-system .item .i-content{
    	margin-bottom: 10px;
    }
    .gird-system .item .i-content .before{
    	padding-left: 32px;
    	position: relative;
    	color: #666;
    	font-size: 14px;
		line-height: 22px;
    	font-weight: 400;
    	margin-bottom: 5px;
    }
    .gird-system .item .i-content .before.fa-home{
        height: 44px;
    }
    .gird-system .item .i-content .before:before{
    	position: absolute;
    	left: 0;
    	top: 0;
    	color: #333;
    	font-size: 18px;
    	font-family: fontAwesome;
    }
    .gird-system .item .i-contact a{
    	display: block;
    	background: #ef6901;
    	height: 43px;
    	color: #fff;
    	text-align: center;
    	font-size: 14px;
    	font-weight: 500;
    	text-transform: uppercase;
    	line-height: 43px;
    	-webkit-transition: all .4s;
    	-o-transition: all .4s;
    	transition: all .4s;
    }
    .gird-system .item .i-contact a span{
    	display: inline-block;
    	position: relative;
    	padding-left: 20px;
    }
    .gird-system .item .i-contact a span:after{
    	content: '\f041';
    	font-family: fontAwesome;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	font-size: 20px;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .gird-system .item .i-contact a:hover{
    	opacity: .7;
    }

    .fancybox-overlay{
        background: #f9f9f9 !important;
    }
    .fancybox-opened .fancybox-skin{
        box-shadow: none !important;
    }
    .fancybox-inner:after{
        content: '';
        background: url('../images/contact/timduong.jpg') no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 99px;
    }
    .fancybox-close {
        width: 50px;
        height: 50px;
        background: #ef6901;
        border-radius: 100%;
        background-image: none !important;
        font-size: 25px;
        line-height: 33px;
        color: #ffffff;
        top: 0;
        bottom: 100%;
        right: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .fancybox-close:before{
        content: "\f00d";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .fancybox-close:hover{
        opacity: .7;
        color: #fff;
    }

    .system .ct{
        text-align: center;
        margin-top: 8px;
    }
    .system .button{
        font-size: 16px;
        display: inline-block;
        color: #125a86;
        width: 259px;
        line-height: 53px;
        text-align: center;
        background: #fff;
        border: 1px solid #ef6901;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .system .button:hover{
        background: #ef6901;
        color: #fff;
    }
    .gird-system .row-system.less{
        display: none;
    }



    /********************************************/
    @media screen and (max-width: 1180px){
    	.filter form select.select_1 {
		    margin-right: 5px;
		}
		.filter form select {
		   width: 300px;
		}
    }

    @media screen and (max-width: 1110px){
		.filter form select {
		   width: 260px;
		}
    }

    @media screen and (max-width: 1024px){
		.filter form {
		    display: -webkit-block;
		    display: -moz-block;
		    display: -ms-block;
		    display: -o-block;
		    display: block;
		}
		.filter form span.text{
			font-size: 16px;
			line-height: 24px;
			margin-bottom: 5px;
		}
		.filter .group{
			margin: 0 -5px 10px;
			display: -webkit-block;
			display: -moz-block;
			display: -ms-block;
			display: -o-block;
			display: block;
		}
		.filter .group .item{
			width: 50%;
			float: left;
			padding: 0 5px;
		}
		.filter .group .item select{
			width: 100%;
		}
		.filter form button{
			width: 100%;
		}
		.filter{
			margin-bottom: 30px;
		}
    }

    @media screen and (max-width: 991px){
    	.gird-system{
    		margin: 0;
    	}
    	.gird-system .item{
    		width: 100%;
    		float: none;
    		padding: 0;
    		margin-bottom: 20px;
    	}
    }