/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;

}
body.home .page-header {
	display: none;
}
.title-with-line h2.elementor-heading-title {
	background: #ffffff;
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
}
.title-with-line .elementor-divider {
	margin-bottom: -65px !important;
	display: inline-block !important;
	width: 100%;
}
.home-contact-form .wpcf7-form-control-wrap {
  position: relative;
  width: 50%;
  display: inline-block;
  padding: 5px;
}
.home-contact-form .wpcf7-form-control-wrap:last-child {
	width: 100%;
	
}
.home-contact-form .wpcf7-form-control-wrap:last-child textarea {
	height: 100px;
}
.home-contact-form .wpcf7-submit {
	background: #1874C1 !important;
	color: #fff !important;
	border-color: #1874C1;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}
.home-contact-form .wpcf7-submit:hover {
	background: #fff !important;
	color: #1874C1 !important;
}
.wpcf7-form {
	text-align: center;
}
.page-content {
	min-height: 500px;
}
.page-header  {
	color: #1E73BE;
	font-family: "Exo 2", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 20px;
}
.page-header h1 {
	font-size: 24px;
}
#submit_wpcargo {
	text-transform: uppercase;
}
.trackform-sample-text {
	font-size: 16px;
}
#shipment-status #result-status-header {
	background-color: #0063DB;
	font-weight: 600;
}
.hfe-nav-menu .current-menu-item {
	border-bottom: 5px solid #FC8B3F;
}

#left-contact-button-ggmap .wpr-stt-btn {
	background: url("image/icon-map.png") no-repeat;
    background-size: auto;
	background-size: contain;
	
}
#left-contact-button-zalo .wpr-stt-btn {
	background: url("image/icon-map.png") no-repeat;
    background-size: auto;
	background-size: contain;
	
}
#left-contact-button-msg .wpr-stt-btn {
	background: url("image/icon-map.png") no-repeat;
    background-size: auto;
	background-size: contain;
	
}
#shipment-history td  {
	min-height: 30px;	
}
#wpcargo-track-table #submit_wpcargo {
	border-color: #FC8B3F !important;
	width: 100%;
	color:#FC8B3F;
	font-weight: 600;
}
#wpcargo-track-table #submit_wpcargo:hover {
	background-color: #FC8B3F !important;
	color:#fff;
}
.shipment-box-header {
		text-transform: uppercase;
  text-align: center;
  background: #ccc !important;
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
}
#wpcargo-result-print {
		margin-bottom: 30px;
		border: 1px solid #ccc;
}
.wpcargo-print-btn {
	display: none;
}
@media (max-width: 767px) {
	.top-box-icon .elementor-icon-box-icon {
		display: none !important;
	}
}