/*
	Theme Name: Express - Transports and Logistics HTML5 Template
	Created : 01 Oct 2015
	Updated : 27 Oct 2015
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Navigation Menu
		- Social Icons

	## Banner Section
	## Call Out
	## Footer
		- Copyright Text
	## Widget

	## Responsive
		-- min-width: 1201 to max-width: 1365
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

/* ## Global */
@font-face{
	font-family: 'Montserrat Light';
	src: url('fonts/Montserrat-Light.ttf');
}
@font-face{
	font-family: 'Montserrat Regular';
	src: url('fonts/Montserrat-Regular.ttf');
}
@font-face{
	font-family: 'Montserrat Medium';
	src: url('fonts/Montserrat-Medium.ttf');
}
@font-face{
	font-family: 'Montserrat SemiBold';
	src: url('fonts/Montserrat-SemiBold_0.ttf');
}
@font-face{
	font-family: 'Montserrat Bold';
	src: url('fonts/Montserrat-Bold.ttf');
}
body {
	font-family: 'Montserrat Light', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}

/*==== THANH CSS=====*/



/*---==BEGIN TRACKING===--*/
.tracking_code
{
	font-family: 'Montserrat Medium';
	margin-bottom: 30px;
}
.tracking_code h1
{
	font-size: 18px;
	color: #008cc8;
	text-transform: uppercase;
	line-height: 28px;
	border-bottom: 2px solid #eeeeee;
	max-width: 100%;
	padding-bottom: 5px;
	margin-top: 60px;
}
.i-service
{
	text-align: center;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.i-service .i-name
 {
	 font-size: 18px;
	 line-height: 28px;
	 color: #333333;
	 font-weight: bold;
	margin-bottom: 10px;
 }
.i-service .code
{
	font-size: 15px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
	/*height:50px;*/
	overflow: hidden;
}
.i-service .bottom
{
	background: #008cc8;
	padding: 8px 0px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.i-service .bottom a
{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}


.i-service .i-desc
{
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 15px;
	min-height: 135px;
}
.i-service .i-desc span
{
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}
.i-service .i-images
{
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: 67px;
}

.begin-date
{
	margin: 30px 0px;
	float: left;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
}
.end-date
{
	margin: 30px 0px;
	float: right;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-right: 30px;
}
.end-date span{
	color:#da262e;
}

.i-house
{
	float: right;
	margin: 60px 0px 20px 0px;
}
.i-house p{
	font-size: 14px;
	color:#111111;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
}
.status {
}

.status ul {
	padding:0;
	list-style:none
}

.status ul li {
	float:left;
	text-align: center;
	width:20%;
	margin-bottom:30px;
}

/*.status ul li.first { text-align: left}
.status ul li.last { text-align: right}*/
.status ul li .wrap {
	position:relative
}

.status ul li .wrap:before {
	content:"";
	position:absolute;
	height:2px;
	background:#008cc8;
	top:20px;
	width:100%;
	z-index:4;
	left:0
}
.status ul li.first .wrap:before{
	width: 50%;
	right: 0;
	left:auto;
}
.status ul li.last .wrap:before{
	width: 50%;
	left: 0;
	right: auto;
}
.status ul li.one .wrap:before{ display: none; }
.status ul li .wrap span {
	display: inline-block;
	margin-top: 60px;
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}

.status ul li .wrap span:first-child {
	position:absolute;
	width:24px;
	height:24px;
	background:#008cc8;
	color:#fff;
	border-radius:50%;
	z-index:10;
	top:10px;
	left: 50%;
	margin-left:-7px;
	line-height:24px;
	font-size:12px;
	margin-top:0;
	text-align: center;
}
.status ul li .wrap.active span:first-child {
	margin-left: -22px;
}
/*.status ul li:first-child .wrap:before {
	width: 100%;
	left: 25%;
}

.status ul li:last-child .wrap:before {
	width: 70%;
}*/

.status ul li .wrap.active span:first-child {
	width:44px;
	height:44px;
	border:3px solid #008cc8;
	background:#fff;
	color:#008cc8;
	line-height:37px;
	font-size:14px;
	top:0;
	left: 50%;
	margin-left:-22px;
}

.status ul li:last-child .wrap span:last-child {
	padding:5px 15px;
	color:#333;
	border-radius:3px;
	margin-top:55px;
	/*text-align: right;
	float: right;*/
	/*margin-right: 20px;*/
}

.list_table_tracking {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 60px;
}

.list_table_tracking th, td {
	padding-left:20px;
	border: 1px solid #eeeeee;
	text-align: center;
	height: 60px;

}
.list_table_tracking td img
{
	float: left;
}
.list_table_tracking td span
{
	display: block;
	margin-right: 100px;
	margin-top: 5px;
}

.list_table_tracking td a {
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding: 8px 18px;
	text-transform: uppercase;
	color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.list_table_tracking td:hover a
{
	background-color: #008cc8;
	text-decoration: none;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.list_table_tracking tr:nth-child(even){background-color: #f8f8f8}

.list_table_tracking th {
	background-color: #c21921;
	color: #fff;
	height: 60px;
	text-transform: uppercase;
}

.list_table_test{width:100%;}
.list_table_test tr.active td {
	text-align: center;
	height: 30px;
	color: #fff;
	font-size: 12px;
	background-color: #da262e;
	border: none;
}
.list_table_test td {
	text-align: center;
	height: 40px;
	font-size: 12px;
	border-left:none;
	color: #333;
	border-bottom: 1px solid #dddddd;
	padding-left: 0px;
	transition: all 0.2s;
}


.menu_category{
	margin-bottom: 20px;
	position: relative;
	margin-top: 50px;
	font-family: 'Montserrat Medium';
}
.menu_category form{
	background: #eeeeee;
	padding: 10px;
}
.menu_category ul {
	padding-left: 0;

}
.menu_category .mc_title{
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	padding: 15px 10px 15px 75px;
	position: relative;
	background: #008cc8;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu_category .mc_title:after{
	position: absolute;
	content: '';
	top: 12px;
	width: 24px;
	height: 27px;
	left: 25px;
	background: url(images/tracuu/icon_clock.png) no-repeat;
}
.menu_category > ul > li{
	display: block;
	background: #fff;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_category > ul > li::after{
	position: absolute;
	content: '';
	top: 14px;
	width: 8px;
	height: 9px;
	right: 10px;
	background: url(images/tracuu/icon_delete.png) no-repeat;
}


.menu_category > ul > li > a{
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 6px 15px 6px 0px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	overflow: hidden;
	color: #666666;
	font-weight: 400;
	border-bottom: 1px solid #dddddd;
}
.menu_category > ul > li > a:hover
{
	color: #c21921;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.i-test
{
	text-align: left;
	background: #c21921;
	width: 100px;
	border-radius: 4px;
	margin: 15px 0px 18px 0px;
}
.i-test button
{
	text-align: center;
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 23px;
	border: none;
	background: none;
	width:100%;
	padding: 4px 0px;
	text-transform: uppercase;
}
.branch-tracking
{
	background: #f6f7f8;
	font-family: 'Montserrat Regular';
	padding: 50px 0px 40px 0px;
}
.branch-tracking .i-phone
{
	margin-top: 22px;
	width: 85px;
	float: left;
}
.branch-tracking .i-phone a
{
	border: 3px solid #cecece;
	padding: 17px 13px;
}

.branch-tracking .i-info
{
	float: left;
}
.branch-tracking .i-info h1
{
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: bold;
	margin-top: 0;
}
.branch-tracking .i-info ul
{
	padding-left: 0;
}
.branch-tracking .i-info ul li a
{
	font-size: 20px;
	line-height: 30px;
	color: #c21921;
	font-weight: bold;
}
.branch-tracking .i-info ul li a span
{
	color: #c21921;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
}
.branch-tracking .i-info ul li
{
	list-style: none;
	margin-bottom: 10px;
}
.menu_category .bootstrap-tagsinput{
	/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	padding: 0;
	width: 100%;*/
	width:100%;
}
.menu_category .bootstrap-tagsinput .tag{
	/*background: #fff none repeat scroll 0 0;*/
	/*border-bottom: 1px solid #ddd;*/
	border-radius: 0;
	/*color: #333;*/
	/*display: block;*/
	font-size: 13px;
	color: #fff;
	display: inline-block;
	background: #ff0000;
	font-weight: normal;
	/*padding: 10px 15px;*/
	/*text-align: left;*/
	text-transform: uppercase;
	/*width: 100%;
	position: relative;*/
}
.menu_category .bootstrap-tagsinput .tag [data-role="remove"] {
  /*cursor: pointer;
  float: right;
  margin-left: 0;
  margin-top: 0px;
  position: absolute;
  right: 10px;
  top: 10px;*/
}
/*---==END TRACKING===--*/

 a:hover {text-decoration: none;
 }
  /*---==BEGIN Recruitment===--*/

  .slider_children
  {
	  position: relative;
  }
  .wrapper_breadcrumb
  {
	  position: absolute;
	  top: 50%;
	  left: 15%;
	  margin-left: -30px;
	  margin-top: -55px;
	  font-family: 'Montserrat Regular';

  }
.wrapper_breadcrumb h1
{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.breadcrumb {
		padding: 8px 15px;
		margin-bottom: 0px;
		background-color:inherit;
		border-radius: 0px;
		padding-left:0px;
	    padding-top: 0;
	}
.breadcrumb>li a
{
    color: #fff;
	font-size: 14px;
	line-height: 24px;

}
.breadcrumb>li:hover a
{
	color: #fff;
}
.breadcrumb>.active{ color: #fff;}

.Recruitment
{
	margin: 60px 0px 30px 0px;
	font-family: 'Montserrat Regular';
}
.Recruitment .row{ margin-left: -7px; margin-right: -7px;}

.Recruitment .col-md-6
{
	padding-left: 7px;
	padding-right: 7px;
}
.Recruitment .col-md-2
{
	padding-left: 7px;
	padding-right: 7px;
}
.Recruitment input{ border-radius: 0; font-style: italic;}
.Recruitment .form-control
{
	border-radius: 0;
	font-size: 13px;
	color: #666666;
	height: 40px;
}
#bnt-recuitment
{
	border-radius: 0;
	background: #c21921;
	font-size: 13px;
	line-height: 26px;
}
.Recruitment #position
{
	-webkit-appearance: none;
	position: relative;
}
.Recruitment #position::after
{
	position: absolute;
	top: 1px;
	right: 8px;
	content: '';
	background: #e1e1e1;
	height: 38px;
	width: 19px;
}

.Recruitment #position::before
{
	position: absolute;
	top: 12px;
	right: 12px;
	content: '\f107';
	font-size: 13px;
	color: #333;
	font-family: 'FontAwesome';
	z-index: 2;

}
.Recruitment #place
{
	-webkit-appearance: none;
	position: relative;
}
.Recruitment #place::after
{
	position: absolute;
	top: 1px;
	right: 8px;
	content: '';
	background: #e1e1e1;
	height: 38px;
	width: 19px;
}

.Recruitment #place::before
{
	position: absolute;
	top: 12px;
	right: 12px;
	content: '\f107';
	font-size: 13px;
	color: #333;
	font-family: FontAwesome;
	z-index: 2;
}

.list_table {
	border-collapse: collapse;
	width: 100%;
}

.list_table th, td {
	padding-left:20px;
	border: 1px solid #eeeeee;
	text-align: center;
	height: 60px;

}
.list_table td a.btnjob {
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding: 8px 18px;
	text-transform: uppercase;
	color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.list_table td:hover a.btnjob
{
	background-color: #008cc8;
	text-decoration: none;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.list_table tr:nth-child(odd){background-color: #f8f8f8}

.list_table th {
	background-color: #c21921;
	color: #fff;
	height: 50px;
}
.list_Recruitment
{
	margin-bottom: 60px;
	font-family: 'Montserrat Regular';
}
.clear{ clear: both}
.branch
{
	background: #f6f7f8;
	font-family: 'Montserrat Regular';
	padding: 50px 0px 40px 0px;
}
.branch .i-phone
{
	margin-top: 35px;
	width: 80px;
	float: left;
	height: 55px;
}
.branch .i-phone a
{
	border: 3px solid #cecece;
	padding: 17px 13px;
}

.branch .i-info
{
	float: left;
}
.branch .i-info h1
{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: bold;
	margin-top:0;
}
.branch .i-info ul
{
	padding-left: 0;
}
.branch .i-info ul li a
{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: bold;
}
.branch .i-info ul li a span
{
	color: #c21921;
}
.branch .i-info ul li
{
	list-style: none;
	margin-bottom: 10px;
}
.right_tab_top{
	position: absolute;
	right:0;
	top:0;
}
.tab-hide{
	display: none;
}
/*---==BEGIN Recruitment===--*/

@media screen and (max-width: 1024px)
{
	.menu_category .mc_title {
		font-size: 13px;
	}
	.list_table_test th{ font-size: 10px;}
}

@media only screen and (max-width: 768px)
{
	.Recruitment .col-md-6{ margin-bottom: 15px;}
	.Recruitment .col-md-2{ margin-bottom: 15px;}
	.list_table th, td{padding-right: 15px;}
	.i-service .i-name{ font-size: 15px;}
	.list_table_test th{ font-size: 10px;}
	.list_table_tracking td span{ margin-right: 20px;}


}

  @media screen and (max-width: 767px)
  {

	  .wrapper_breadcrumb h1 {
		  font-size: 12px;
		  margin: 0;
	  }
	  .wrapper_breadcrumb {
		  margin-top: -22px;
	  }
	  .Recruitment .col-md-6{ margin-bottom: 15px;}
	  .Recruitment .col-md-2{ margin-bottom: 15px;}
	  .list_table th, td{white-space: nowrap; padding-right: 15px;}
	  .overflow-scroll{
		  overflow-y: hidden;
	  }
	  .list_table {
		  width: 100%;
		  overflow-x: auto;
	  }

	  .list_table_tracking th, td{white-space: nowrap; padding-right: 15px;}
	  .overflow-scroll{
		  overflow-y: hidden;
	  }
	  .list_table_tracking {
		  width: 100%;
		  overflow-x: auto;
	  }
	  .list_table_tracking td span
	  {
		  margin-right: 20px;
	  }
	  .branch-tracking .i-phone{ height: 55px;}
	  .i-house p{padding-left: 10px;}


  }
@media screen and (max-width: 320px) {
	.breadcrumb {
		padding: 5px 15px;
	}
	.wrapper_breadcrumb {
		margin-top: -20px;
	}
	.breadcrumb>li a{ font-size: 12px;}
	.i-house p{padding-left: 10px;}
}

	/*==== THANH CSS=====*/



img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
#photo-slider{
	position: relative;
}
#formTracking{
	position: absolute;
	background: rgba(0,0,0,0.5);
	width:100%;
	padding:10px 0;
	bottom:0;
	left: 0;
}
.formTracking{
	background: #fff;
	border-radius: 5px;
	max-width: 780px;
	margin:auto;
	min-height:75px;
	vertical-align: middle;
	overflow: hidden;
}
.formTracking label{
	float: left;
	position: relative;
	height: 100%;
	background: #ffa500;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat Medium';
	width: 15.794%;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 75px;
	padding: 8px 25px;
	font-weight: normal;
	margin: 0;
	line-height: 30px;
}
.formTracking .txtTracking{
	width:67.538%;
	min-height: 75px;
	padding:15px 25px;
	border: none;
	font-size: 16px;
}
.formTracking .btnTracking{
	width:16.668%;
	min-height: 75px;
	padding:15px 10px;
	border: none;
	background: none;
	text-transform: uppercase;
	float: right;
	font-family: 'Montserrat Medium';
	font-size: 15px;
}
/* - Font Settings */

.ow-navigation .nav.navbar-nav li a,
.ow-navigation .navbar-collapse > a.btn,
.call-out .col-md-6 > h3 span,
.widget-title,
.section-header h3,
.features-content .features-box i span,
.features-box-content h4,
.portfolio-section .portfolio-categories li a,
.comment-form .form-group label,
.post-comment .media-body .media-heading,
.contact-form form button {
	font-family: 'Montserrat Medium', sans-serif;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* -- Section Header */
.section-header h3 {
	font-size: 22px !important;
	font-weight: 800;
	color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url("images/icon/section-separator.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 23px;
	margin-bottom: 34px;
}
.section-header p {
	font-size: 16px;
	color: #999;
}
.section-header-1 {
	margin-bottom: 40px;
	text-align: center;
}
.section-header-1 h3 {
	font-size: 30px;
	color: orange;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url("images/icon/section-separator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 23px;
	margin-bottom: 45px;
	font-family: 'Montserrat SemiBold';
}
.offer .section-header-1 h3 {
	background-image: url("images/bg-line-for-dark.png");
	color: #fff;
}
.section-header-1 p {
	font-size: 16px;
	color: #999;
}

/* -- Section Padding */
.section-padding {
	padding: 15px 0;
}

/* ## Header */
.header-main{
	position: absolute;
	right:0;
	width: 100%;
	top:0;
	text-align: right;
	background: none;
}
/*.header-main .container{
	width: auto !important;
}*/
.navbar-header{
	z-index: 99;
	position: relative;
	max-width: 243px;
}
.top-header {
	/* background-color: #c21921; */
	z-index: 12;
	position: relative;
	height:39px;
}
.top-header:before{
	position: absolute;
	z-index: 0;
	background: #fff;
	top:0;
	width:70%;
	left:0;
	height:100%;
	content:"";
}
.top-header:after{
	position: absolute;
	z-index: 0;
	background: #c21921;
	top:0;
	width:30%;
	right:0;
	height:100%;
	content:"";
}
.top-header .container > ul {
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 9;
	background: #c21921;
	display: inline-block;
	height: 39px;
}
.top-header .container > ul:before {
	background: url(images/bg-top.png) no-repeat top left;
	position: absolute;
	width:64px;
	height:39px;
	left:-64px;
	top:0;
	content: "";
	z-index: 9;
}
.top-header .container > ul > li,
.top-header .container > ul li img {
	display: inline-block;
}
.top-header .container > ul li img {
	margin-right: 0px;
}
.top-header .container > ul > li {
	padding: 8px 15px;
	padding-left:20px;
	margin-top:0px;
	vertical-align: middle;
	border-left: 1px solid #ae1920;
}
.top-header .container > ul li:last-child {
	border-right: 1px solid #ae1920;
}
.top-header .container > ul li:first-child {
	border-left: none;
	padding-left:5px;
}
.top-header .container > ul > li,
.top-header .container > ul > li > a {
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.top-header .container > ul li.phone-li{
	font-family: 'Montserrat SemiBold';
	font-size: 15px;
}
.top-header .container > ul li:hover,
.top-header .container > ul > li:hover > a {
	color: #fff;
}
.top-header .language-bar .dropdown {
	z-index: 2;
	padding: 0;
	float: left;
}
.top-header .language-bar .dropdown .btn {
	padding: 0;
	background-color: transparent;
	border: none;
	color: #fff;
}
.top-header .language-bar .btn .caret {
	margin-right: 5px;
}
.top-header .language-bar > a {
	float: left;
	clear: right;
	border-left: 1px solid #0362a4;
	border-right: 1px solid #0362a4;
	padding: 22px 26px;
}

.menu-block{
/*	top: 66px;
	left: 0;
	right: 0;*/
	position: relative;
	z-index: 11;
}
.menu-block.navbar-fixed-top{
	position: unset;
	top: 0;
}
.photo-slider .carousel-caption .btn-default,
.blog-list article > a {
	color: #000;
	font-size: 11px;
	font-family: 'Montserrat Medium', sans-serif;
	font-weight: 700;
	background-color: #fff;
	padding: 15px 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	margin-right: 8px;
	box-shadow: 0px 3px 0px #e8e8e8;
}
.photo-slider .carousel-caption .btn-default.bg,
.blog-list article > a {
	color: #fff;
	background-color: #da262e;
	border: none;
	box-shadow: 0px 3px 0px #c6171e;
}

/* ## Banner Section */
.page-banner{
	position: relative;
	background-image: url("images/banner-image/about-banner.jpg");
	background-size: cover;
	max-height: 250px;
	min-height: 250px;
	text-align: center;
}
.page-banner::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
}
.banner-content {
	padding-top: 50px;
}

.page-banner h3{
	text-align: center;
	top: 50%;
	display: inline-block;
	color: #fff;
	font-family: 'Montserrat Medium', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 25px;
	position: relative;
}
.page-banner h3:after{
	width: 50px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 2px;
	width: 50px;
	display: inline-block;
	background-color: #fff;
}
.page-banner .breadcrumb {
    border-radius: 4px;
    display: block;
    left: 0;
    list-style: outside none none;
    padding: 8px 15px;
    text-align: center;
	background-color: transparent;
	position: relative;
}
.page-banner .breadcrumb a{
    font-family: 'Montserrat Light', sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 0 5px;
}
.page-banner .breadcrumb > li + li::before {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
}
.services-banner {
	background-image: url("images/banner-image/services-banner.jpg");
}
.blog-banner {
	background-image: url("images/banner-image/blog-banner.jpg");
}
.fleet-banner {
	background-image: url("images/banner-image/fleet-banner.jpg");
}
.quotes-banner {
	background-image: url("images/banner-image/estimation-banner.jpg");
}
.faq-banner {
	background-image: url("images/banner-image/faq-banner.jpg");
}
.error-banner {
	background-image: url("images/banner-image/error-banner.jpg");
}
.contact-banner {
	background-image: url("images/banner-image/contact-banner.jpg");
}

/* - Navigation Menu */
/* - Social Icons */

/* ## Call Out */
.call-out {
	background-color: #f6f7f8;
	overflow-x: hidden;
}
.call-out:before {
	content :"";
}
.call-out .col-md-6 {
	padding: 65px 0;
	position: relative;
	z-index: 1;
}
.call-out .col-md-6:last-child {
	padding-left: 70px;
}
.call-out .col-md-6:last-child:before {
	content: "";
	position: absolute;
	left: 0;
	right: -100%;
	background-color: #f6f7f8;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.call-out .col-md-6 > i {
	display: inline-block;
	height: 56px;
	width: 56px;
	text-align: center;
	padding: 0;
	position: absolute;
}
.call-out .col-md-6 > h3,
.call-out .col-md-6 > h3 a {
	margin: 0;
	color: #fff;
	font-size: 26px;
	text-align: left;
}
.call-out .col-md-6 > h3 {
	padding-left: 85px;
	font-size: 26px;
	color: #c21921;
	font-family: 'Montserrat Bold';
}
.call-out .call-out-last > h3 {
	font-size: 20px;
	font-family: 'Montserrat Medium';
}
.call-out .col-md-6 > h3 span {
	display: block;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Montserrat Medium';
}

/* ## Footer */
.footer-main {
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
        background: #0f0f4d;
        /**/
}
.footer-main .detail-box {
	color: #fff;
}
.footer-main .detail-box i {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.footer-main .detail-box p {
	line-height: 25px;
	margin-bottom: 30px;
	margin-top:15px;
	text-align: justify;
	max-width: 90%;
}
.footer-main .detail-box ul {
	padding-left: 0;
}
.footer-main .detail-box ul li,
.footer-main .detail-box ul li a {
	display: inline-block;
}
.footer-main .detail-box ul li {
	margin: 0 5px;
}
.footer-main .detail-box ul li:first-child {
	margin-left: 0px;
}
.footer-main .detail-box ul li:last-child {
	margin-right: 0px;
}
.footer-main .detail-box ul li a {
	height: 32px;
	width: 32px;
	border: 3px solid rgba(204,204,204,0.9);
	text-align: center;
	font-size: 11.31px;
	line-height: 26px;
	color: #ccc;
}
.footer-main .detail-box ul li a:focus,
.footer-main .detail-box ul li a:hover {
	background-color: #eaebec;
	color: #2d3741;
}
/* ## Widget */
.widget-title {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 15px;
	position: relative;
}
.widget-title:before {
	content: "";
	width: 30px;
	height: 3px;
	background-color: #fdc300;
	position: absolute;
	left: 0;
	bottom: 0;
}
.widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widget ul li {
	display: inline-block;
	width: 100%;
	color: #fff;
	position: relative;
}
.footer-main .widget ul li{
	margin-top: 22px;
}
.widget ul li a {
	color: #fff;
	text-decoration: none;
}
	/* -- Widget Contact */
	.widget-contacts li  {
		padding-left: 38px;
		line-height: 24px;
	}
	.widget-contacts li > img {
		position: absolute;
		left: 0;
		top: 5px;
	}

/* - Copyright Text */
.bottom-footer {
	background-color: #333;
	margin-top: 30px;
	text-align: left;
	color: #fff;
}
.bottom-footer p {
	padding: 21px 0;
	margin-bottom: 0;
	font-family: 'Montserrat Regular';
	font-size: 13px;
}
.bottom-footer p span{
	text-transform: uppercase;
}
/* -- Coming Soon */
.coming-soon {
	background-image: url("images/coming-soon/coming-soon.jpg");
	background-size: cover;
	padding-top: 30%;
	position: relative;
	text-align: center;
}
.coming-soon:before {
	content: "";
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
}

.coming-soon .section-header {
	color: #fff;
	padding: 100px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.coming-soon .section-header:before {
	content: "";
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.coming-soon .section-header h3 {
	background-image: url("images/icon/section-separator-3.png");
    background-position: center bottom;
	color: #fff;
	position: relative;
	font-size: 32px;
}
.coming-soon .section-header p {
	color: #999;
	position: relative;
	font-size: 16px;
}
.coming-soon .countdown .countdown-section {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	border-right: 2px dotted #2a2a2a;
	padding: 5% 0;
	position: relative;
}
.coming-soon .countdown .countdown-section:last-child {
	border: none;
}
.coming-soon .countdown .countdown-section span {
	display: block;
	font-family: 'Montserrat Light', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.coming-soon .countdown .countdown-section .countdown-amount {
	font-size: 52px;
	margin-bottom: 20px;
}

.coming-soon .countdown .countdown-section .countdown-period {
	font-size: 22px;
}
.notification {
	padding: 0 27%;
	margin-bottom: 40px;
}
.notification .input-group {
	border: 1px solid #cbcbcb;
	border-radius: 0;
}
.notification .form-control {
	height: 40px;
}
.notification .btn {
	padding: 8px 14px;
	background-color: #2a2a2a;
	width: 50px;
}
.notification .form-control,
.notification .btn {
	border-radius: 0;
}
.coming-soon .container > p {
	color: #2a2a2a;
	position: relative;
	padding: 0 14%;
	font-size: 13px;
	line-height: 24px;
}
.coming-soon .container > ul {
	position: relative;
	padding-left: 0;
	margin-bottom: 32px;
}
.coming-soon .container > ul li {
	display: inline-block;
	margin: 0 5.5px;
}
.coming-soon .container > ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(42,42,42,0.85);
	line-height: 28px;
	color: #3f4346;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.coming-soon .container > ul li a:hover {
	background-color: #fff;
}
.item-service{
	text-align: center;
}
.item-service .img{
	position: relative;
	padding-top:50%;
	max-width: 110px;
	max-height: 110px;
	margin:auto;
}
.item-service .img img{
	position: absolute;
	top:50%;
	left:50%;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	transform: rotateY(0deg);
	transform: translate(-50%,-50%);
	transition: all 0.5s;
}
.item-service .img img.hover-img{
	opacity: 0;
}
.item-service:hover .img img{
	transform: translate(-50%,-50%) rotateY(180deg);
	opacity: 0;
}
.item-service:hover .img img.hover-img{
	opacity: 1;
	transform: translate(-50%,-50%) rotateY(360deg);
}
.item-service .info{
	margin-bottom:30px;
	color: #888;
	line-height: 24px;
}
.item-service .title{
	margin:10px 0;
}
.item-service .title a{
	font-size: 15px;
	font-family: 'Montserrat Medium';
	text-transform: uppercase;
	color: #333333;
	transition: all 0.3s;
}
.item-service:hover .title a{
	color: #ffa500;
}
.maps-vn{
	background: #f9f9f9 url(images/bg-maps.png) no-repeat top center;
}
.map-mobile{
	display: none;
}
.list-map-info .item-maps{
	background: url(images/bg-maps-item.png) no-repeat 67% bottom;
	padding-bottom:50px;
	margin-top:50px;
	text-align: right;
}
.list-map-info .item-maps:last-child{
	background: none;
}
.list-map-info .item-maps .img{
	float: right;
	width:25%;
	margin-left:5%;
}
.mapright .item-maps .img
{
	float: left;
}
.mapright .item-maps .info{
	text-align: left;
	padding-left: 25px;
	margin-top: 0;
}
.mapright .item-maps {
	background: url(images/bg-maps-item.png) no-repeat 42% bottom;
	padding-bottom: 50px;
	margin-top: 50px;
	text-align: right;
}
.map-desktop{
	position: relative;
}
.item-map{
	position: absolute;
	/*display: none;*/
}
.item-map span{
	position: relative;
	color: #333;
	border-bottom:1px solid #333;
	font-family: 'Montserrat SemiBold';
	font-size: 16px;
	padding-bottom:10px;
	display: inline-block;
}

.item-map span:after{
	position: absolute;
	height:1px;
	width:50px;
	background: #333;
	content: "";
	bottom: -15px;
	transform: rotate(-45deg);
}
.item-map.hover span{
	color:#008cc8;
	border-bottom:1px solid #008cc8;
}
.item-map.hover span:after{
	background: #008cc8;
}
.item-map-1{
	top:21%;
	right:16%;
}
.item-map-2{
	left: 13%;
	top: 30%;
}
.item-map-3{
	right: 1%;
	top: 50%;
}
.item-map-4{
	left: 30%;
	top: 50%;
}
.item-map-5{
	bottom:0;
	right:19%;
}
.item-map-6{
	left: 25%;
	top: 67%;
}
.item-map-1 span:after{
	bottom: 16px;
	left: -42px;
	transform: rotate(45deg);
}
.item-map-2 span:after{
	bottom: 17px;
	right: -42px;
	transform: rotate(-45deg);
}
.item-map-3 span:after{
	bottom: -18px;
	left: -42px;
	transform: rotate(-45deg);
}
.item-map-4 span:after{
	bottom: -18px;
	right: -42px;
	transform: rotate(45deg);
}
.item-map-5 span:after{
	bottom: 16px;
	left: -42px;
	transform: rotate(45deg);
}
.item-map-6 span:after{
	bottom: -18px;
	right: -42px;
	transform: rotate(45deg);
}
.list-map-info .item-maps .info{
	float: left;
	font-family: 'Montserrat Medium';
	color: #666;
	width: 70%;
}
.list-map-info .item-maps p{
	font-family: 'Montserrat SemiBold';
	font-size: 35px;
	color: #333;
}
.offer{
	background: url(images/bg-tuyendung.jpg) no-repeat top center;
}
.content-offer{
	text-align: center;
	padding:30px 200px;
	color: #fff;
	font-family: 'Montserrat Regular';
}
.btn-offer{
	display: inline-block;
	margin: 40px 0;
	padding:15px 30px;
	border-radius: 25px;
	background: #da262e;
	color: #fff;
	transition: all 0.5s;
	text-transform: uppercase;
	font-family: 'Montserrat Medium';
}
.btn-offer:hover{
	text-decoration: none;
	color: #fdc300;
}
.bottom-info-footer{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ffa9ad;
}
.formsearch{
	position: absolute;
	right:-4px;
	top:50px;
	width:220px;
	visibility: hidden;
	z-index: 0;
	opacity: 0;
	background: #fff;
	transition: all 0.5s;
}
.formsearch.active{
	top:38px;
	visibility: visible;
	z-index: 99;
	opacity: 1;
}
.formsearch input{
	padding:10px 15px;
	background: #fff;
	border: none;
	width:100%;
	box-shadow: 0px 2px 10px #333;
	color: #333;
}
.overformsearch{
	display: none;
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 1;
}
.maps-content{
	margin-top:30px;
}
img{
	max-width: 100%;
	height: auto !important;
}
iframe{
	max-width: 100%;
	display: block;
	margin: auto;
}
/* ## Responsive */

.carousel-inner > .item{
	text-align: center;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin: auto;
}





/* -- min-width: 1201 to max-width: 1365 */
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
	.page-banner{
		max-height: 350px;
		min-height: 350px;
	}
	.banner-content {
		padding-top: 150px;
	}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.footer-main .detail-box ul li {
		margin: 0 4px;
	}
	/* - Banner Section */
	.page-banner{
		max-height: 300px;
		min-height: 300px;
	}
	.banner-content {
		padding-top: 125px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* ## Header */
	.top-header .container > ul li,
	.top-header .language-bar .dropdown,
	.top-header .language-bar > a {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
	/* ## Header */
	/*.top-header .container > ul li {
		border-left: none;
		display: inline-block;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 100%;
	}*/
	.top-header .container > ul li:last-child {
		border: none;
	}
	.top-header .container > ul,
	.language-bar {
		width: 100%;
		height: auto;
	}
	/* ## Fix Home */
	.top-header .container > ul li {
		width: 49%;
		border: none;
	}
	.top-header .language-bar .dropdown{
		float: none;
	}
	.navbar-header{
		max-width: 100% !important;
	}
	.ow-navigation .nav.navbar-nav li {
		font-size: 15px;
	}
	.dropdown-menu>li>a{
	    white-space: normal;
	}
	.item-service .title a{
	    font-size: 15px;
	}
	.item-service .info{
		height: auto;
    	overflow: visible;
    	margin-bottom: 0;
	}
	.list-map-info .item-maps p{
		font-size: 25px;
	}
	.blog-list:hover .entry-cover{
		background: transparent !important;
	}
	.entry-cover img, .entry-cover{
		width: 100%;
	}
	.item-service .img{
		padding-top: 20%;
	}
	.item-service{
		margin-bottom: 15px;
	}
	.fix{
		margin-left: -15px;
    	margin-right: -15px;
	}
	.dropdown-menu li{
		padding-left: 15px;
	}
	.maps{
		padding-left: 0;
		padding-right: 0;
	}
	.top-header .container > ul li.phone-li{
		font-size: 14px;
	}
	/* ## Footer */
	.call-out .col-md-6{
		padding: 20px 0;
	}
	.call-out .col-md-6:last-child {
		padding-left: 0;
		padding-top: 0;
	}
	.call-out .col-md-6:last-child::before {
		left: -100%;
	}
	.offer {
	    background-size: cover;
	}
	.list-services .col-xs-6{
		width: 100%;
	}
	#formTracking{
		position: unset;
	}
	/* ## Page */
	.store .pannel {
	    padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.block-address{
	    margin-top: 20px;
	}
	.blog-section .enetry-header .entry-title h3{
	    font-size: 15px !important;
	}
	/* -- Coming Soon */
	.coming-soon .countdown .countdown-section .countdown-amount {
		font-size: 22px;
	}

	.coming-soon .countdown .countdown-section .countdown-period {
		font-size: 12px;
	}
	.notification {
		padding: 0 7%;
	}
}

/* -- min-width: 991 */
@media (max-width: 991px) {
	/* Menu Block */
	.menu-block {
		position: relative;
		top: 0;
	}

	/* ## Footer */
	.footer-main .col-md-2 {
		margin-bottom: 50px;
	}
	.footer-main .col-md-3 {
		margin-bottom: 50px;
	}
	.footer-main .col-md-4 {
		margin-bottom: 50px;
	}
	.bottom-footer {
		margin-top: 50px;
	}
	/* -- Banner Section */
	.page-banner{
		max-height: 250px;
		min-height: 250px;
	}
	.banner-content {
		padding-top: 50px;
	}
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

}
.map-desktop{ text-align: center; }
.map-mobile{ text-align: center; }
/** FIX RESPONSIVE **/
@media(max-width: 1199px){
	.navbar-brand img{
    	max-width:180px;
    }
}
@media(max-width: 1024px){
	.item-map-1{
		right: 7%;
		top: 21%;
	}
	.item-map-2 {
	  left: 11%;
	  top: 36%;
	}
	.item-map-3 {
	  right: -10%;
	  top: 54%;
	}
	.item-map-4 {
	  left: 28%;
	  top: 57%;
	}
	.item-map-5{
		right:11%;
	}
	.item-map-6 {
	  left: 18%;
	  top: 68%;
	}
}
@media(max-width: 991px){
	.header-main{ position: unset; }
	.map-desktop{ display: none; }
	.map-mobile{ display: block; }
	.top-info-footer .col-md-3{ min-height:265px; }
	.content-offer{ padding: 30px; }
	.list-map-info .item-maps .img{ width:100%; margin:0; }
	.list-map-info .item-maps .info{ width: 100%;
    margin-top: 15px;
    height: 85px;
    font-size: 12px;
    text-align: center;
    padding: 0;
	}
	.list-map-info .item-maps{ text-align: center; background-position: center bottom}
}
@media(max-width: 768px){
	.top-header{ height: auto; background-color: #c21921;}
	.header-main{ text-align: center; }
	.list-map-info .item-maps{
		width: 33.333%;
		float: left;
		padding:0 15px;
		background: none;
	}
	.list-map-info .item-maps .img{ min-height: 60px; }
	.bottom-footer p{ text-align: center; }
}
@media(max-width: 640px){
	.formTracking label{
		width:23%;
		padding:15px 20px;
		font-size: 15px;
	}
	.formTracking .txtTracking{ width:50%; }
	.formTracking .btnTracking{ width:27%; }
	.navbar-header{ position: unset; }
	.section-padding{ padding:15px ; }
}
@media(max-width: 480px){
	.formTracking{ max-height:55px; }
	.formTracking label{ padding:5px 0; max-height:55px; font-size: 12px;}
	.formTracking .txtTracking{ padding:5px 10px; max-height:55px; }
	.formTracking .btnTracking{ padding: 5px 10px; max-height: 55px;  font-size: 12px;}
}

@keyframes loading {
    0% {top: 45%;}
    50% {top: 50%;}
    100% {top: 45%;}
}
@-webkit-keyframes loading {
    0% {top: 45%;}
    50% {top: 50%;}
    100% {top: 45%;}
}

.loading-bg {
    position: fixed;
    z-index: 9999;
    background-color: white;
    height: 100%;
    width: 100%;
}

.loading-bg .loading-logo {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    animation-name: loading;
    -webkit-animation-name: loading;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.form_submit_fix{
	margin-top:60px;
}
.form_submit_fix .form-group textarea,
.form_submit_fix .form-group input[type="email"],
.form_submit_fix .form-group input[type="text"]{
	padding:6px 15px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.dl-horizontal.job dt{
	width:100px;
}
.dl-horizontal.job dd{
	margin-left:130px;
}
.bootstrap-tagsinput input{
	width:100% !important;
}
.fix_panel_title .panel-default > .panel-heading{
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
}
.fix_panel_title .btn-primary{
	background: #ff0000;
	border-color:#cb0101;
}
.is-sticky{
	z-index: 9999;
}
.is-sticky #sticker{
	z-index: 999 !important;
	width:100%;
	background: #fff;
}
.is-sticky .ow-navigation .navbar-brand{
	padding: 5px 0;
}
.is-sticky .navbar-brand > img{
	max-height: 40px;
}
.is-sticky .ow-navigation .navbar-collapse > .nav.navbar-nav > li > a{
	padding:15px 8px;
}
.sticky-wrapper{
	height: auto !important;
}
@media(max-width: 768px){
	.right_tab_top{
		position: unset;
		margin-bottom:30px;
		padding:0;
	}
	.tracking_code h1{
		margin-top:0;
	}
}

@media(max-width: 480px){
	.status ul li {
		width:33.333%;
	}
	.status ul li .wrap span{
		font-size: 11px;
		line-height: 18px;
		height: 36px;
	}
	.status ul li .wrap{
		font-size: 11px;
	}
	.btn{
		margin:10px 0;
	}
	.form_submit_fix .form-group{
		margin: 0;
	}
	.form_submit_fix .form-group.tinhthanh .col-md-8,
	.form_submit_fix .form-group.quanhuyen .col-md-8{
		padding:0;
	}
	.form_submit_fix div{
		float: none;
	}
	.gioitinh{
		padding-top:15px;
		clear: both;
	}
}
.datepicker{ z-index: 0 !important; }
.service-group .panel-heading{
	background: none;
	padding: 10px 15px;
	border-bottom:1px solid #ddd;
	position: relative;
	padding-right:125px;
	padding-left:0;
}
.service-group .panel-heading .panel-title{
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.service-group .panel-heading .btn-collapse{
	position: absolute;
	top:50%;
	margin-top: -20px;
	right:0px;
	text-transform: none;
}
.des-collapse{
	margin: 7px 0;
	color: #4c4c4c;
}
.panel-body{
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0;
}
.store label{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.store .list h3{
	font-size: 15px;
	color: red;
}
.list_img_data{
	margin: 30px 0;
}
.list_img_data .item_img{
	width:100px;
	height: 100px;
	margin: 10px 0;
	text-align: center;
	display: inline-block;
	position: relative;
}
.list_img_data .item_img img{
	position: absolute;
	top:50%;
	left:50%;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}
@media(max-width: 640px){
	.bottom-footer{ margin-top:0; }
}

.title-list-tracking {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 25px;
}

@media (max-width: 768px)
.list-mailers {
    max-width: 270px !important;
    margin: auto;
    width: auto !important;
}
.list-mailers {
    width: 270px !important;
    margin: auto;
}
.flex-column {
    flex-direction: column !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.list-mailers .nav-pills .nav-link.active, .list-mailers .nav-pills .show > .nav-link, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: orange;
}
.nav.flex-column .nav-link {
    padding-left: 0;
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: orange;
}
.list-mailers a:first-child {
    border-top: none !important;
}
.nav-pills .nav-link {
    border-radius: 0px !important;
    background: #BEBBBB;
    color: #fff;
    border-top: 1px solid #767676;
    height: 45px;
    line-height: 32px;
    padding: 5px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-link {
    display: block;
    padding: 0.25rem 2rem;
}

 .list-mailers .left-m {
    font-size: 12px;
    padding-right: 15px;
}
.list-mailers .left-m {
    padding-left: 16px;
    float: left;
}

.list-mailers .right-m {
    font-size: 12px;
    padding-right: 15px;
}
.list-mailers .right-m {
    padding-right: 18px;
    text-align: right;
}
.mailer-name {
    color: #E61719;
    font-size: 19px;
    font-weight: bold;
}