/*
Theme Name: Transport
Theme URI: https://theemon.com/t/transport-wp/LivePreview
Author: Theemon WordPress Team
Author URI: https://theemon.com/
Description: Transport, a customized and responsive WordPress Theme for Architects, Engineers and various Builders to design Transport websites
Version: 1.4.0
License:
License URI:
Text Domain: transport
Tags: custom-colors,custom-header,full-width-template,post-formats,sticky-post,theme-options
*/ 
.blog-text ul.post-meta,.post-date{
	display:none;
}
.main-header{
	position:relative;
}
.main-header:after{
	position:absolute;
	content:'';
	display:block;
	height:3px;
	width:100%;
	top:100%;
	left:0;
	background-image: linear-gradient(to right, #858585,#ffffff,#858585,#ffffff,#858585);
	
}
.p-0 > .vc_column-inner{
	padding:0 !important;
}
.testimonial-section{
	display:none;
}
.about-us{
	padding:80px;
}
#custom-layout-1 .about .figure {
    /*background-image: url(https://gstrans.com.vn/wp-content/uploads/2021/10/final_GS_nen.jpg) !IMPORTANT;*/
	background-attachment: unset !important;
    background-position: center center !important;
    background-size: 100%;
}
.social li:first-child{
	background:#028FE3;
	
}
.social li:first-child img{width:19px}
.social li .fa{
	color:#fff !important;
}
.social li:nth-child(2){
	background:#3EDF5B;
	
}
.social li:nth-child(3){
	background:#774E97;/*#F57222*/
}
.about-txt .wpb_wrapper p{
	margin-bottom: 2rem;
}
.query .button.contact-us{
	background-color: #013678 !important;
}

.query .button.contact-us:hover{
	background-color: #F57222 !important;
}
@media(max-width:768px){
	.p-xs-0 > .vc_column-inner{
		padding:0 !important;
	}
}