.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.x3{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
}
#map_canvas{
    width: 100%;
    height: 400px;
}
/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/
@font-face {
    font-family: Avo;
    src: url(../fonts/UTMAvo.ttf);
}
@font-face {
    font-family: AvoB;
    src: url(../fonts/UTMAvoBold.ttf);
}
@font-face {
    font-family: AvoBI;
    src: url(../fonts/UTMAvoBold_Italic.ttf);
}
@font-face {
    font-family: AvoI;
    src: url(../fonts/UTMAvoItalic.ttf);
}
body {
    font-size: 13px;
      background: #fff;
    font-weight: 300;
    color: #333;
     font-family: "Roboto", Georgia, Serif;
}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

p strong {
    font-weight: 600;
}

#header {
    float: left;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #1e2a3a
}
.col-social ul{
    float: left;
    margin:0px;
    padding: 0px;
}
.col-social ul li{
     display:  inline-block;
     float: left;
}
.col-social ul li a{
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    display: block;
    background: #ffffff;
    color: #1e2a3a;
    float: left;
    margin-right: 10px;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
.col-social ul li a:hover{
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    background: #0D67EF;
    color: #fff;

}
.hotline{
    float: left;
}
.lang a img{
    margin-left: 5px;
}
.hotline a{
    color: #fefdfb;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 600;
}
.hotline a span{
    color: #ffef01;
    font-size: 15px;
}

#nav{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo img{
    max-height: 70px;
}
#cssmenu{
    float: right;
}
.menu{
    float: left;
    margin-top: 10px;
}
#slider{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
#about{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    background: url(../images/bgabout.jpg);

}
.about-title{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
  position: relative;
}
.about-title h2{
    background: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto';
    color: #EE1B24;
    font-size: 26px;
    display: -webkit-inline-box;
}
.about-title::after{
    position: absolute;
    content: "";
    left: 45%;
    bottom:-5px;
    width: 5%;
    height: 5px;
    display: block;
    background: #0f67ef;
}
.about-title::before{
    position: absolute;
    content: "";
    right: 45%;
    bottom:-5px;
    width: 5%;
    height: 5px;
    display: block;
    background: #dedede;
}
.about-left{
    float: left;
    width: 50%;
    border-right: 1px solid #B4B4B4;

}
.about-left{
    margin-bottom: 20px;
    padding-left: 15px;

}
.about-right{
    margin-bottom: 20px;
    float: left;
    width: 50%;
    padding-right: 15px;
}
.about-content{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.about-left-title{
    float: left;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    background: url(../images/line-f.png) no-repeat bottom right 2px;
    padding-right: 60px;
}
.about-right-title{
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    background: url(../images/line-r.png) no-repeat bottom left 2px;
    padding-left: 60px;
}
.about-left-title h3{
    color: #000;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.about-right-title h3{
    color: #000;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.about-left-content{
    float: left;
    width: 100%;
    padding-right: 60px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-left-img{
    float: left;
    width: 100%;
    padding-right: 60px;
        margin-top: 15px;
    margin-bottom: 15px;
}

.about-right-img{
    float: left;
    width: 100%;
    padding-left: 60px;
        margin-top: 15px;
    margin-bottom: 15px;
}
.about-right-content{
    float: left;
    width: 100%;
    padding-left: 60px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}
#project{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.project-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
  position: relative;
}
.project-title h2{
    background: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto';
    color: #EE1B24;
    font-size: 26px;
    display: -webkit-inline-box;
}
.project-title::after{
    position: absolute;
    content: "";
    left: 45%;
    bottom:-5px;
    width: 5%;
    height: 5px;
    display: block;
    background: #0f67ef;
}
.project-title::before{
    position: absolute;
    content: "";
    right: 45%;
    bottom:-5px;
    width: 5%;
    height: 5px;
    display: block;
    background: #dedede;
}
.project-content{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}
.project{
    float: left;
    margin-bottom: 25px;
}
.project-box{
    float: left;
    width: 100%;
}
.project-img{
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 4px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;

}
.project-img img{

    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.project-img img:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
 

}
.project-name{
    float: left;
    width: 100%;
    margin-bottom: 5px;

}
.project-name h3{
line-height: 18px;

}
.project-name h3 a{
    color: #0F67EF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
}
.project-name h3 a:hover{
    color: #17476F
}
.project-des p{
    line-height: 18px;
 font-family: 'Roboto';
 text-align: justify;
 color: #333;
 font-weight: 400;

}
#gallery{
    float: left;
    width: 100%;
    clear: both;

}
.run-gallery{
    float: left;
    width: 100%;
    position: relative;
}
.box-img img{
    width: 100%;
    height: 425px;
}

.run-gallery .owl-prev{
    position: absolute;
    left: 10px;
    top: 44%;
    z-index: 10;
    background: none !important
}
.run-gallery .owl-next{
    position: absolute;
    right: 10px;
    top: 44%;
    z-index: 10;
    background: none !important
}
#contact{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;

}
.default-form input{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    outline: none;
    padding: 10px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
}
.default-form textarea{
        float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 90px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    outline: none;
    padding: 10px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    height: 50px;
}
.thm-btn{
    margin-top: 20px;
    padding: 15px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
     font-family: 'Roboto';
     font-size: 18px;
     background: #138FFF;
     border: none;
     border-radius: 30px;
     outline: none;
}
#footer{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 260px;
    margin-top: 20px;
    background: url(../images/bg.jpg) no-repeat top center;
}
.footer{
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 25px;
    padding-bottom: 25px;
}
.col-f{
    float: left;
}
.footer-title{
    float: left;
    width: 100%;
    margin-bottom: 15px;

}
.footer-title h2{
    color: #138FFF;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 24px;
}
.footer-title span{
    color: #dcdcdc;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 20px;
}
.footer-content{
    float: left;
    width: 100%;
}
.iconp{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 24px;
}
.iconp i{
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
   background: rgba(0, 0, 0, 0.4);
   display: block;
   float: left;
   margin-right: 10px

}
.thongke p{
    color: #fff;
    font-size: 13px;
}
.thongke p strong{
    float: right;
}
.col-f-3{
    padding-left: 50px;
}
.lk{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #dcdcdc;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 16px;
}

.social-t{
    float: left;
}
.social-t ul{
    float: left;
    margin:0px;
    padding: 0px;
    margin-top: 5px;
}
.social-t ul li{
    display: inline-block;
}
.social-t ul li i{
    height: 28px;
    width: 28px;
    text-align: center;
    display: block;
    line-height: 28px;
    background: #d3d3d3;
 
    margin-right: 5px;
        -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #333
}

.social-t ul li i:hover{
        -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    background: #000000
}
.breadcrumb-botton-area{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f7f7f7
}
.breadcrumb-botton-area ul{
    float: left;
}
.breadcrumb-botton-area ul li{
    display: inline-block;
    color: #666;
    margin-right: 6px;
}
.breadcrumb-botton-area ul li a{
      color: #666; 
}
.breadcrumb-botton-area ul li.active{
    color: red !important
}
#blog-area{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
}
.block-title{
    text-align: left;
}
.block-title::before{
    right: 90%;
}
.block-title::after{
    left: 0%;
}
.main-l{
    float: left;
    width: 70%;
}
.main-r{
    float: right;
    margin-left: 2%;
    width: 28%;
    background:#f8f8f8;
    padding: 15px;
    border:1px solid #f7f7f7;
}
.box1{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.box1-title{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;

}
.box1-title h2{

    font-size: 20px;
    color: #0F67EF;
    font-weight: 500;
    font-family: 'Roboto';
}
.box1-title::after{
position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    display: block;
    background: #dedede;
}
ul.list li a{
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px; font-family: 'Roboto';
}
ul.list li a:hover{
     color: #0F67EF;
}
.itemsmall{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.itemsmall .box-itemnew-img{
    float: left;
    margin-right: 10px;
}
.itemsmall .box-itemnew-img img{
    width: 80px;
}
.itemsmall .box-itemnew-name h3{
    font-size: 16px;
    line-height: 18px;
}
.itemsmall .box-itemnew-name h3 a{
    color: #333;
    font-size: 13px;
    font-weight: 600
}
.block-title h1{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;

}
.block-title span{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;

}
.tag-social-share-box{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px
}
ul.khac{
    float: left;
    width: 100%;
}
ul.khac li{
    float: left;
    width: 100%;
}
ul.khac li a{
        float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}
.box-hinhanh{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
}
.itempos{
	position:relative;
	overflow:hidden;
}
.itempos .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.itempos:hover .overlay-box {
    top: 0px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.6);
}
.overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.overlay-inner h3 a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto';
}
@media (min-width: 993px) and (max-width: 1200px){
	.col-social{
		width:60%;
	}
	.col-top-right{
		width:40%;
	}
	.logo{
		float:left;
		width:15%;
	}
	.menu {
		width:85%;
	}
	.box-img img{
		height:auto
	}
	.default-form{
		float:left;
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.main-l{
		
	}
	
}
@media (min-width: 768px) and (max-width: 992px){
	.logo{
		float:left;
		width:22%;
	}
	.menu {
		width:78%;
	}
	#cssmenu ul{
		display:block !important;
	}
	
	#cssmenu > ul > li > a{
		font-size:14px;
		    padding: 17px 5px;
	}
	#cssmenu > ul > li.has-sub > a {
    padding-right: 22px;
	}
	.project{
		width:33.33333333333333%;
		float:left
	}
	.x3in{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
	.box-img img{
		height:auto;
	}
	.default-form{
			float:left;
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.default-form .col-md-4{
		width:33.33333333333333%;
		float:left
	}
	.col-f-1{
		width:50%;
		float:left;
	}
		.col-f-2{
		width:25%;
		float:left;
	}
		.col-f-3{
		width:25%;
		float:left;
		padding-left:15px;
	}
	#footer{
		background: url(../images/bg.jpg) no-repeat bottom center;
	}
	.footer-title h2{
		font-size:20px
	}
	.itemsmall .box-itemnew-img img {
    width: 100%;
    margin-bottom: 10px;
	}
	.main-l .project{
	width:50%;
}
.x3{
	display:none;
}
.x2{
	     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
}
.main-l .default-form{
	padding-left:0px;
	padding-right:0px;
}
}

@media (max-width: 767px){
	.main-l .default-form{
	padding-left:0px;
	padding-right:0px;
}
#cssmenu{
	background:#1E2A3A;
	    margin-top: 10px;
}
	#cssmenu #menu-button{
		float:right;
		color:#333;
		    min-width: 100px;
	}
	#cssmenu #menu-button:before{
		background:#333;
	}
	#cssmenu #menu-button:after {
 
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;

	}
	#cssmenu #menu-button.menu-opened:before,#cssmenu #menu-button.menu-opened:after{
		background:#333
	}
	#nav{
		position:relative
	}
	#cssmenu #menu-button{
		position:absolute;
		top:-50px;
		right:-15px;
	}
	#cssmenu > ul > li > a{
		color:#fff
	}
	#cssmenu > ul > li > a{
		font-size:12px;
	}
	.box-img img{
		height:auto;
	}
	.logo{
		float:left;
		width:20%;
	}
	.menu{
		margin-top:0px;
		float:left;
		width:100%;
	}
	#cssmenu{
		display:block;
	}
		.default-form{
			float:left;
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	#footer{
		padding-top:0px;
	}
.main-l{
	float:left;
	width:100%;
}
	.main-r{
		display:none
	}
	.blog-post{
		float:left;
		width:100%;
	}
	.single-blog-post{
		float:left;
		width:100%;
	}
	.main-l .project-content{
		width:auto
	}
}

@media (min-width: 640px) and (max-width: 767px){
	
	.project{
		width:50%;
		float:left
	}
		.x2in{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
	.x3{
		display:none;
	}
		.x2{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
		.default-form .col-md-4{
		width:33.33333333333333%;
		float:left
	}
		#footer{
		background: url(../images/bg.jpg) no-repeat;
		background-size:cover;
	}
	.footer-title h2{
		font-size:20px
	}
	.col-f-1{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-2{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-3{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
	.about-left-content,.about-left-title,.about-left-img{
		padding-right:15px;
	}
	.about-right-content,.about-right-title,.about-right-img{
		padding-left:15px;
	}
}



@media (min-width: 480px) and (max-width: 639px){
	
	.project{
		width:50%;
		float:left
	}
		.x2in{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
	.x3{
		display:none;
	}
		.x2{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
		.default-form .col-md-4{
		width:33.33333333333333%;
		float:left
	}
		#footer{
		background: url(../images/bg.jpg) no-repeat;
		background-size:cover;
	}
	.footer-title h2{
		font-size:20px
	}
	.col-f-1{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-2{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-3{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
	.about-left{
		width:100%;
		border-right:none
	}
	.about-right{
		width:100%;
	}
	.about-left-content,.about-left-title,.about-left-img{
		padding-right:15px;
	}
	.about-right-content,.about-right-title,.about-right-img{
		padding-left:15px;
	}
	.about-left-title{
		text-align:left;
		    background: url(../images/line-r.png) no-repeat bottom left 2px;
	}
	.about-right-title{
		background: url(../images/line-r.png) no-repeat bottom left 17px;
	}
}

@media (min-width: 360px) and (max-width: 479px){
	.col-social{
		display:none
	}
	.logo {
    float: left;
    width: 25%;
}
	.project{
		width:50%;
		float:left
	}
		.x2in{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
	.x3{
		display:none;
	}
		.x2{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
		.default-form .col-md-4{
		width:33.33333333333333%;
		float:left
	}
		#footer{
		background: url(../images/bg.jpg) no-repeat;
		background-size:cover;
	}
	.footer-title h2{
		font-size:20px
	}
	.col-f-1{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-2{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-3{
		width:100%;
		float:left;
		padding-left:15px;
		margin-bottom:20px;
	}
	.about-left{
		width:100%;
		border-right:none
	}
	.about-right{
		width:100%;
	}
	.about-left-content,.about-left-title,.about-left-img{
		padding-right:15px;
	}
	.about-right-content,.about-right-title,.about-right-img{
		padding-left:15px;
	}
	.about-left-title{
		text-align:left;
		    background: url(../images/line-r.png) no-repeat bottom left 2px;
	}
	.about-right-title{
		background: url(../images/line-r.png) no-repeat bottom left 17px;
	}
	.project-title h2{
		font-size:20px;
	}
	
}



@media  (max-width: 359px){
	.col-social{
		display:none
	}
	.logo {
    float: left;
    width: 28%;
}
	.project{
		width:100%;
		float:left
	}
		.x2in{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
	.x3{
		display:none;
	}
		.x2{
     clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; 
	}
		.default-form .col-md-4{
		width:100%;
		float:left
	}
		#footer{
		background: url(../images/bg.jpg) no-repeat;
		background-size:cover;
	}
	.footer-title h2{
		font-size:20px
	}
	.col-f-1{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-2{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
		.col-f-3{
		width:100%;
		float:left;
		padding-left:15px;
		margin-bottom:20px;
	}
	.about-left{
		width:100%;
		border-right:none
	}
	.about-right{
		width:100%;
	}
	.about-left-content,.about-left-title,.about-left-img{
		padding-right:15px;
	}
	.about-right-content,.about-right-title,.about-right-img{
		padding-left:15px;
	}
	.project-title h2{
		font-size:20px;
	}
	.about-left-title{
		text-align:left;
		    background: url(../images/line-r.png) no-repeat bottom left 2px;
	}
	.about-right-title{
		background: url(../images/line-r.png) no-repeat bottom left 17px;
	}
}