@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: local('☺'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.eot');
    src: local('☺'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
sup {
  font-size: xx-small;
  vertical-align: super;
}
table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
img {
  vertical-align: top;
}
embed {
  vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  margin: 0;
  padding: 0px;
}
fieldset,
img {
  border: 0;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
.marginBottom20{
	margin-bottom:20px;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'MyriadPro-Light';
  font-size: 14px;
  color: #383838;
  background: #f9f9f9;
  overflow-x: hidden;
}
/*For Link*/
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a:link {
  color: #0066b3;
}
a:visited {
  color: #0066b3;
}
a:hover {
  color: #0066b3;
  text-decoration: none;
}
a:active {
  color: #0066b3;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}
/*End	*/
h1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
}
h2 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  color: #353535;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  color: #944201;
  font-weight: normal;
}
h5 {
  color: #7c0505;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
h6 {
  font-size: 14px;
  color: #fff;
}
/*--------header design--------*/
header {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #dfe0e0;
  padding:10px 0px;
}
.logo {
  display: block;
}
.logo img {
}
.header_right {
  float: right;
}
.header_top {
/*  float: left;
  width: 100%;
  height: auto;*/

}
ul.top_menu {
  float: right;
  font-size: 20px;
  color: #075aa8;
  text-transform: uppercase;
  margin: 28px 0px;
}
.call_num {
  font-family: 'MyriadPro-Regular';
}
ul.top_menu li {
  display: inline;
  margin-left:8px;
  line-height: 1;
}
.h_track{
	background: url(../../media/images/h_track.png) no-repeat top 2px left;
	padding-left: 18px;
}
.h_tel{
	background: url(../../media/images/h_tel.png) no-repeat top 2px left;
	padding-left:25px;
}
ul.top_menu li img{
}
.header_bottom {
  float: left;
  width: 100%;
  height: auto;
}
ul.top_social {
  float: right;
  font-size: 18px;
  color: #333;
}
ul.top_social li {
  display: inline;
  margin-left: 6px;
  line-height: 2.2;
}
ul.top_social li a {
  color: #000;
}
/*--------menu design--------*/
.menu_wrapper {
width: 100%;
height: auto;
}
/*--------banner design--------*/
.banner_wrapper {
  margin-bottom: 30px;
}
.main_content_wrapper {
}
.main_content {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.1);
}
/*--------welcome design--------*/
.welcome {
      padding: 12px 12px 13px 22px;
  border: 2px solid #F2F2F2;
  /*background:url(../../media/images/welcome_bg.png) no-repeat top left;*/
  margin-bottom: 35px;
  width: 659px;
}
.welcome h1 {
  font-size: 32px;
  font-family: 'MyriadPro-Regular';
  color: #0066b3;
  margin: 12px 0px 30px 0px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0px;
}
.welcome p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  font-family: 'MyriadPro-Regular';
  line-height: 24px;
}
.know_More {
  color: #0066b3 !important;
  font-size: 18px;
  font-family: 'MyriadPro-Regular';
  text-transform: uppercase;
}
.know_More:hover {
  color: #dc1820 !important;
}
/*--------tracking design--------*/
.c_tracking {
  padding: 16px 20px;
  background: #ebebeb;
  margin-bottom: 35px;
  width: 425px;
  float:right;
}
.c_tracking h1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #0066b3;
  text-align: center;
  padding: 3px 0px;
}
.c_tracking p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
ul.tracking_form {
  font-size: 16px;
  color: #333;
}
ul.tracking_form li {
  margin-bottom: 6px;
}
.track_title {
  text-transform: uppercase;
}
.tracking_select {
  width: 378px;
  height: auto;
  overflow: hidden;
  background:url(../../media/images/dropdown.png) no-repeat right #ffffff;
  border: 1px solid #b1b1b1;
}
.tracking_select select {
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul.tracking_form input[type="text"] {
	background: #fff;
	padding: 10px;
	width: 376px;
	border: 1px solid #b1b1b1;
	height: 37px;
}
ul.tracking_form input[type="submit"] {
  background: #b1b1b1;
  padding: 5px;
  width: 138px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'MyriadPro-Regular';
  margin-top: 6px;
  cursor: pointer;
}
ul.tracking_form input[type="submit"]:hover {
  background: #0066b3;
}
/*--------services design--------*/
.services_wrapper {
  float: left;
  width: 100%;
  min-height: 275px;
  background:url(../../media/images/services_bg.png) no-repeat top left;
  margin-bottom: 30px;
}
.services_menu {
  float: right;
}
.services_menu li {
  background-image:url(../../media/images/tab_bg.png);
  float: left;
  list-style: none;
  width: 330px;
  padding: 13px 0px;
  text-align: center;
  margin-left: -58px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  color: #0066b3;
}
.services_menu li:last-child {
  background-image:url(../../media/images/tab_bg_last.png);
  width: 300px;
}
ul.responsive_menu {
  display: none;
}
.services_desc {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.services_desc figure {
  float: left;
  width: 495px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.services_desc h2 {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-bottom: 15px;
}
.services_desc p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: 'MyriadPro-Regular';
}
/*--------About Bd design--------*/
.about_bd {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  background: #f5f5f5;
}
.about_bd h1 {
  font-size: 26px;
  font-weight: 300;
  color: #0066b3;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about_bd figure {
  float: left;
  width: 528px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.about_bd figure img {
  border: 5px solid #E9E2E2;
}
.about_bd p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: 'MyriadPro-Regular';
}
/*--------doing business design--------*/
.business_wrapper {
  float: left;
  width: 100%;
  background: #efeeee;
  margin-top: 40px;
  border-top: 1px solid #e7e7e7;
  padding: 40px 0px;
}
.business_wrapper h1 {
  font-size: 35px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.business_wrapper p {
  font-size: 16px;
  color: #333333;
  width: 828px;
  margin-right: 20px;
  float: left;
  line-height: 26px;
  font-family: 'MyriadPro-Regular';
}
.business_btn {
  color: #fff !important;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  background: #0066b3;
  padding: 15px 21px;
  line-height: 2.7;
}
.business_btn:hover {
  background: #dc1820;
}
/*--------about page design--------*/
.page_banner_wrapper {
  float: left;
  width: 100%;
  height: auto;
}
.page_banner_wrapper img {
  width: 100%;
}
.inner_page_wrapper {
  float: left;
  width: 100%;
  height: auto;
  margin: 35px 0px;
  min-height: 400px;
}
.inner_page_section {
	padding: 30px;
	border: 3px solid #F2F2F2;
	margin-bottom: 30px;
	float: left;
}
.inner_page_section_title {
  float: left;
  height: auto;
  margin-bottom: 16px;
}
.inner_page_section_title h1 {
  font-family: "MyriadPro-Regular";
  font-size: 27px;
  color: #FFF;
  background: none repeat scroll 0% 0% #B1B1B1;
  padding: 7px 10px;
  text-align: center;
}
.inner_page_section_desc {
  float: left;
  width: 100%;
  height: auto;
}
.inner_page_section_desc h2 {
  font-family: "MyriadPro-Regular";
  font-size: 30px;
  text-transform: uppercase;
  color: #0066b3;
  margin-bottom: 15px;
}
.inner_page_section_desc p {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.inner_page_hotspot_wrapper{
	float:left;
}
.inner_page_hotspot_wrapper h1 {
  font-family: 'MyriadPro-Semibold';
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.inner_page_hotspot_desc {
	width: 272px;
	height: auto;
	min-height: 104px;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #E9E9E9;
	padding: 20px;
	margin-left: 75px;
	text-align:center;
}
.inner_page_hotspot_desc figure {
  margin-left: -101px;
  width: 96px;
  float: left;
}
.inner_page_hotspot_desc figure img {
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.inner_page_hotspot_desc h3{
	color: #dc1820;
	font-family: 'MyriadPro-Regular';
	font-size:20px;
	margin-bottom:10px;
}
.inner_page_hotspot_desc p{
	color:#333;
	font-family: 'MyriadPro-Regular';
	font-size:16px;
	margin-bottom:15px;
}
.seemore_btn {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  background: #0066b3;
  padding: 5px 20px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}
.seemore_btn:hover {
  background: #dc1820;
}
.chairman_img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.management_photos img{
	border:1px solid #b1b1b1;
	margin-bottom:8px;
	/*max-width: 172px;*/
	min-height: 166px;
    width:100%;
}
ul.box_list{
	font-family: "MyriadPro-Regular";
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin:0px 0px 15px 0px;
	width:50%;
	float:left;
}
ul.box_list li{
	list-style:none;
	background:url(../../media/images/square-list.jpg) no-repeat top 8px left 0px;
	padding-left: 20px;
}
.ship_photo img{
	border:1px solid #b1b1b1;
	width: 100%;
	margin-bottom: 15px;
}
.read_More {
  color: #0066b3 !important;
  font-size: 16px;
  font-family: 'MyriadPro-Regular';
  text-decoration:underline;
  margin-left: 10%;
}
.read_More:hover {
  color: #333 !important;
}
.info_More {
  color: #0066b3 !important;
  font-size: 16px;
  font-family: 'MyriadPro-Regular';
  text-decoration:underline;
}
.info_More:hover {
  color: #333 !important;
}
.cargo_hand_right{
	text-align:right;
}
.click_inquiry{
	color: #fff !important;
	font-size: 24px;
	background: #0066b3;
	padding: 16px 29px;
	font-family: 'MyriadPro-Regular';
	border-bottom: 4px solid #014d87;
}
.click_inquiry:hover{
	background: #065D9E;
}
#InquirySection{
	width:300px;
	display: none;
}
.cargo_hand_right p{
  font-family: 'MyriadPro-Semibold';
  font-size: 16px;
  color: #333333;
  margin-top:45px;
}
.ProjectCargoHandling{
	margin-bottom:20px;
}
.region_area{
	margin-bottom:30px;
}
.region_area_left{
	border-right: 1px dashed #0066b3;
}
.region_area_right{
	padding: 35px 25px;
}
.region_area_right h4{
  font-family: 'MyriadPro-Semibold';
  font-size: 18px;
  text-decoration:underline;
  color:#0066b3;
  margin-bottom:6px;
}
.region_area_right p{
	font-family: 'MyriadPro-Regular';
	font-size:14px;
	color:#333;
}
.contact_tel{
	background: url(../../media/images/contact-tel.png) no-repeat top 3px left;
	padding-left: 25px;
}
.contact_fax{
	background: url(../../media/images/contact-fax.png) no-repeat top 0px left;
	padding-left: 25px;
}
.contact_mail{
	background: url(../../media/images/contact-mail.png) no-repeat top 3px left;
	padding-left: 25px;
}
.contact_Form{
	font-family: 'MyriadPro-Regular';
	font-size:16px;
	color:#333;
}
.form-group {
	margin-bottom: 10px;
}
.form-control{
	border:1px solid #dbdbdb;
	border-radius: 0px;
	height: 48px;
	background-color: transparent;
	box-shadow: none;
}
textarea.form-control {
	height: 114px;
}
.submit_btn{
	width: 100%;
	font-family: 'MyriadPro-Semibold';
  font-size: 18px;
  background:#0066b3;
  border-radius: 0px;
  padding: 10px 12px;
}
.thank_you h1{
	width:100%;
	height:auto;
	margin-bottom:20px;
	font-size:42px;
	text-align:center;
	font-family: 'MyriadPro-Regular';
	color: #0066B3;
}
.thank_you p{
	width:100%;
	height:auto;
	margin-bottom:16px;
	font-size:16px;
	text-align:center;
	font-family: 'MyriadPro-Regular';
}
/*--------footer design--------*/
footer {
  margin: 0px 0px 0px 0px;
  width: 100%;
  float: left;
  color: #fff;
}
.top_footer {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background: #0066b3;
}
.top_footer_left {
  float: left;
  width: 194px;
  height: auto;
}
.top_footer_left h2 {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
.top_footer_left img {
  margin-right: 8px;
  margin-bottom: 8px;
}
.top_footer_right {
  float: left;
  width: 194px;
  height: auto;
  margin-left:40px;
}
.top_footer_right h2 {
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
ul.arrows_list2 {
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
}
.arrows_list2 li {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  background:url(../../media/images/arrow2.png) no-repeat left 5px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.arrows_list2 li a {
  color: #ffffff;
}
.arrows_list2 li a:hover {
	text-decoration:underline;
}
ul.f_social {
  float: left;
}
ul.f_social li {
  display: block;
  margin-bottom: 6px;
}
ul.f_social li img {
  margin-left: 20px;
}
ul.contact_list {
  float: left;
  margin: 0px 0px;
  padding: 0px 0px;
}
.contact_list li {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 10px;
}
.contact_list li a {
  color: #ffffff;
}
.contact_list li a:hover {
  text-decoration:underline;
}
.bottom_footer {
  float: left;
  width: 100%;
  height: auto;
  background: #014d87;
  padding: 18px 0px;
  color: #edebeb;
  font-weight: 300;
  font-size: 18px;
}
.bottom_footer_left {
  float: left;
  width: 50%;
  height: auto;
}
.bottom_footer_right {
  float: left;
  width: 50%;
  height: auto;
  text-align: right;
}
.bottom_footer_right a {
  color: #edebeb;
}
.bottom_footer_right a:hover {
  text-decoration:underline;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background:url(../../media/images/scroll-top-arrow.png) no-repeat left top;
  z-index: 999;
}
