body{
	background-color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h1{
	color: #ff0000!important;
	font-weight: bold!important;
}

hr{
	display: none;
}

p{
	margin: 0;
	padding: 0;
	color: #000000;
}

span{
	font-size: 12px;
	color: #000000;
}

#headbar{
	background-color: #2c5a7b;
}

#menu-icon{
	display: none;
	background-color: #2c5a7b;
	width: 100%;
	position: fixed;
	z-index: 1;
}

#menu-icon a{
	color: #ffffff;
	padding: 12px;
}

#offcanvas-slide div{
	background-color: #2c5a7b;
}

#offcanvas-slide li>ul{
	padding: 0 20px;
}

#offcanvas-slide a{
	color: #ffffff;
    padding-left: 0;
}

#headcontact{
	margin: 0 auto;
	padding: 10px 0px;
}

#headcontact h5{
	color: #ff0000;
}

#headcontact i{
	margin-right: 5px;
	color: #ff0000;
}

#headcontact span{
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#headcontact-mobile{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	text-align: right;
}

#headcontact-mobile h5{
	font-weight: bold;
	font-size: 10px;
	color: #ff0000;
}

#headcontact-mobile span{
	font-size: 10px;
	color: #ffffff;
}

#headcontact-mobile i{
	margin-right: 5px;
	color: #ff0000;
}

.langauge{
	float: right;
	margin-right: auto;
	height: 45px;
}

.langauge img{
	height: 25px;
	margin: 10px 3px;
	display: none;
}

.wrap{
	background-color: #ffffff;
}

#header{
	border-bottom: 1px solid #e6e6e6;
	margin: 0px;
}

#logo img{
	
}

#menubar div{
	background-color: #ffffff; 
}

#menubar ul{

}

#menubar li{
	
}

#menubar li:hover #sublist{
	display: block; 
}

#menubar a{
	color: #356d96;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	min-height: 50px;
	padding: auto 20px;
	text-align: center;
}

#menubar a:hover{
	border-bottom: 3px solid #ba0d00;
}

#menubar a.active{
	border-bottom: 3px solid #ba0d00;
}

#sublist{
	display: none;
	position: absolute;
	z-index: 1;
	background-color: rgba(240, 240, 240, .5);
}

#sublist li{
	min-width: 160px;
}

#sublist a{
	display: block;
	color: #356d96;
	text-decoration: none;
	padding: 10px;
	min-height: 20px;
	text-align: left;
}

#sublist a:hover>li{
	border-bottom: 3px solid transparent;
	color: #ba0d00
}

#banner{
	background: url("../../image/tooplate_slider.png") center bottom no-repeat;
	padding: 10px 20px 45px;
}

#content{
	margin-top: 20px;
	padding-bottom: 20px;
}

#content p{
	margin: 10px 0px;
}

#article{
	margin-right: 40px;
}

#footer{
	background-color: #356d96;
	padding: 0;
}

#footer h4, #footer h5{
	color: #ffffff;
}

#footerbody{
	background: url("../../image/footerbackground_full.png") no-repeat center;
}

#footerbody p{
	font-size: 14px;
	color: #ffffff;
}

#footerbody a{
	padding: 0;
	color: #ffffff;
}

#footerbody a:hover{
	color: #000000;
}

#footerbody span{
	color: #ffffff;
	margin-right: 10px;
}

#scrolltop{
	width: 50px;
	height: 50px;
	background: #ffffff;
	color: #356d96;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 100;
	font-size: 14px;
	border: 1px solid #356d96;
	outline: none;
	cursor: pointer;
	border-radius: 6px;
}

#setting{
	width: 40px;
	height: 40px;
	background: #356d96;
	color: #ffffff;
	display: block;
	position: fixed;
	top: 170px;
	left: 0px;
	z-index: 100;
	font-size: 14px;
	border: 1px solid #356d96;
	outline: none;
	cursor: pointer;
}

#settingbody{
	width: 300px;
	height: 345px;
	color: #ffffff;
	display: none;
	position: fixed;
	top: 212px;
	left: 0px;
	z-index: 100;
	font-size: 14px;
	padding: 20px 20px 0;
}

#settingbody div{
	background: #356d96;
}

#smalldevice{
	display: none;
}

#largedevice{
	display: block;
}

#copyright{
	background-color: #2c5a7b;
	padding: 20px;
}

#copyright p{
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}

#readmore{
	font-size: 10px;
}

/*index.php*/
#indexpic{
	height: 122px;
	width: 216px;
}

#article p{
	color: #999999;
}

#subcontent{
	background: #ffffff;
}

#subcontent h3{
	color: #333333;
}

#subcontent p{
	color: #999999;
}

#subcontent .uk-label{
	background: #1e87f0;
	color: #ffffff;
}
/*index.php*/

#title h3{
	color: #333333;
}

/*breadcrumb & leftmenu*/
#breadcrumb{
	border-top: 1px solid #e6e6e6;
	box-shadow: 0 1px 2px #e6e6e6;
}

#breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
	content: ">"!important;
}

#breadcrumb .active{
	color: #999999;
}

#breadcrumb .active:hover{
	color: #666666;
}

.uk-breadcrumb>:last-child>*{
	color: #666666!important;
}

#leftmenu div{
	margin: 20px 5px;
}

#leftmenu ul{
	margin-left: 10px;
	margin-right: 10px;
}

#leftmenu li{
	background-color: #eeeeee;
	color: #ffffff;
	margin-bottom: 5px;
	font-weight: bold;
}

#leftmenu a{
	padding: 20px;
	color: #999999;
}

#leftmenu a:hover{
	color: #666666;
}

#leftmenu a.active{
	background-color: #356d96;
	color: #ffffff;
}
/*breadcrumb & leftmenu*/

/*contact.php*/
#rightcontent hr{
	display: block;
}

#contactinfo{
	padding-left: 50px;
	padding-right: 10px;
}

#contactinfo h3{
	font-weight: bold;
	text-decoration-line: underline;
	color: #ff0000;
}

#contactinfo span{
	color: #2c5a7b;
	margin-right: 10px;
}

#contactinfo p{
	color: #000000;
}

#contactinfo ul{
	margin-top: 0;
	color: #000000;
}

#fb-smallpage{
	display: none;
}


#map{
	padding-left: 50px;
	padding-right: 10px;
}
/*contact.php*/

/*news&events.php*/
#news h4{
	border-bottom: 3px solid transparent;
	font-weight: bold;
	color: #356d96;
}

#news p{
	text-transform: none;
	font-size: 14px;
	color: #999999;
}

#news span{
	font-size: 12px;
	color: #999999;
}

#news a:hover{
	text-decoration: none;
}

#news a:hover h4{
	border-bottom: 3px solid #ff0000;
}

#news a:hover img{
	opacity: 0.6;
}
/*news&events.php*/

/*ex-rate*/
.rate-from{
	font-size: 16px;
}

.ex-rate{
	width: 100%;
	font-size: 12px;
}

.ex-rate th, td{
	padding: 9px;
}
	
.ex-rate th{
	background: #356d96;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.ex-rate td{
	color: #000000;
}

.ex-date{
	font-size: 17px;
	color: #ff0000!important;
}

.ex-date span{
	font-size: 16px;
	color: #356d96;
	font-weight: bold;
}

.ex-rate tr:nth-child(odd){background-color: #eeeeee;}
.ex-rate tr:nth-child(even){background-color: #ffffff;}

.ex-canadia td{text-align: center}

.ex-customs	td:nth-child(2),.ex-customs	td:nth-child(4){text-align: center;}
.ex-customs	td:nth-child(3),.ex-customs	td:nth-child(5){text-align: right;}

#ex-customs, #ex-canadiabank{
	color: #356d96;!important;
}
/*ex-rate*/

/*cargo-tracking*/
.frame{
	width: 100%;
	height: 1000px;
	border: none;
	margin-left: 20px!important;
}

.uk-nav-sub{
	border: 1px solid #eeeeee;
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.uk-parent a{
	font-size: 18px;
	background: #356d96;
	color: #ffffff!important;
	padding-left: 10px!important;
}

.uk-nav-sub a{
	font-size: 14px;
	background: none;
	color: #000000!important;
	padding-left: 0;
}

li>a>img{
	margin-right: 20px!important;
}

#goback{
	display: none;
	text-decoration: none!important;
}

#goback a:hover{
	text-decoration: none;
	color: #ff0000;
}
/*cargo-tracking*/

/*ais-vessel*/
#ais-veseel{
	width: 100%;
	height: 800px;
	border: none;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*ais-vessel*/

/*
@media screen and (max-width: 1024px){
	#subcontent div{
		box-shadow: none;
	}
}
*/
@media screen and (max-width: 768px){
	#headbar{
		display: none;
	}

	#menu-icon{
    	display: block;
    }

	#language ul{
		margin: 0 5px 0 0;
	}

	#header hr{
		display: block;
		width: 100%;
		margin: 10px 0 10px 0;
	}

	#headcontact{
		margin-top: 35%!important;
		margin-left: 30px;
		padding: 0;
	}

	#headcontact-mobile{
		display: block;
	}

	#logo{
		top: 54px;	
		box-sizing: initial;
		background: #ffffff;
		position: fixed;
		z-index: 1;
		right: 0;
		padding-bottom: 10px;
		box-shadow: 1px 3px 3px #eeeeee;
	}

	#logo img{
		display: block;
		margin: auto;
		width: 65%;
	}

	#banner{
		margin-top: 31%!important;
		background: none;
		padding: 0px;
	}

    #menubar{
        display: none;
    }

	#content hr{
		display: block;
		width: 100%;
	}

	#article{
		margin: 0 20px 0 20px!important;
	}

    #subcontent{
    	padding-top: 10px; 
		box-shadow: none;
		height: 250px;
	}

	#subcontent p{
		margin-top: 5px;
	}

	#footerbody{
		padding: 30px 10px 0 10px;
		margin-bottom: 55px;
		background: url("../../image/footerbackground_small.png") no-repeat center;
	}

	#footerbody div div div{
		border-bottom: 1px solid #aaaaaa;
		padding-bottom: 10px;
		padding-left: 0;
		margin-left: 30px;
	}

	#smalldevice{
		display: block;
	}

	#largedevice{
		display: none;
	}

	#copyright{
		width: 100%;
		font-size: 9px;
		position: fixed;
		bottom: 0;
		z-index: 99;
		padding-right: 20px; 
	}

	#copyright p{
		font-size: 9px;
	}

	#fb-page, 
	#fb-page span, 
	#fb-page span iframe[style] { 
    	margin-left: auto;
    	margin-right: auto;
	}

	#map iframe{
		width: 98%;
	}

	#newstext{
		padding: 0 10px 0 40px;
	}

	#postdate span{
		padding-right: 10px;
	}

	.rate-from{
		font-size: 11px;
	}

	.ex-rate{
		width: 100%;
		font-size: 8px;
	}

	.ex-rate th, td{
		padding: 6px;
	}

	iframe{
		margin-left: 0px!important;
	}

	#trackinglink ul>li{
		padding-left: 0;
		padding-right: 10px;
	}

	#setting, #settingbody{
		display: none!important;
	}
}

@media screen and (max-width: 320px){
	#headcontact{
		margin-top: 40%!important;
	}

	#copyright p{
		font-size: 7px;
	}

	.rate-from{
		font-size: 9px;
	}

	.ex-rate{
		width: 100%;
		font-size: 6px;
	}

	.ex-rate th, td{
		padding: 4px;
	}
}