﻿/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
fieldset, img {
    border: none;
}
li {
    list-style-position: inside;
}
body {
    font-size: 14px;
    line-height: 1.4;
	font-family: 'Roboto', Arial, sans-serif;
	position:relative;
	background: url(../images/bgbody.png) no-repeat top center;
	color: #666666;
}
* {
    padding: 0;
    margin: 0;
}
.container img {
	max-width: 100%;
}
.container {
	position:relative;
}
/*------------------------------------------------------------------------*/
.contentbody {
	padding-top: 20px;
}
.language {
    text-align: right;
	padding-right: 20px;
}
.language li {
	display: inline-block;
	margin: 0 3px;
}
.logo {
    text-align: center;
	margin-bottom: 40px;
}
.sidebar {
    width: 270px;
    float: left;
	margin-bottom: 40px;
}
.component {
    width: 700px;
    float: right;
}
/*-----------------------------------navigation----------------------------*/
.mainmenu {
    position: relative;
	clear:both;
	text-align: right;
	margin: 60px 0 10px;
}
.mainmenu ul {
	margin-bottom: 0; 
	padding: 0;
}
.mainmenu ul li {
	display: inline-block;
	position:relative;
	list-style: none;
	padding: 0 5px;
}
.mainmenu ul li:last-child, .mainmenu ul li.parent li {
	background: none;
}
.mainmenu ul li.parent li {
	width: 100%;
	padding: 0;
}
.mainmenu ul li.parent li a {
	border: none;
	background: url(../images/bgli.png) no-repeat 20px center;
	color:#fff;
    line-height: normal;
	text-align:left;
	border-bottom:1px dotted #d1d1d1;
}
.mainmenu ul li > a:hover, .mainmenu ul li.active > a, .mainmenu ul li:hover > a {
	background: #00af58;
	color:#fff;
}
.mainmenu ul li.parent ul a:hover {
	color:#fff;
	background: #ef7126;
}
.mainmenu ul li a {
	display: block;
	color:#6e6e6e;
	white-space:nowrap;
	font-size:15px;
	position:relative;
	padding: 7px 15px;
}

.mainmenu ul li.parent li:last-child a {
	border-bottom: none;
}
.mainmenu ul li.parent > ul {
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    background: #00af58;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
}
.mainmenu ul li.parent:hover > ul {
	visibility:visible;
	opacity: 1;
	top: 45px;
}
.mainmenu ul.menu > li.parent:before {
    content: '';
    position: absolute;
    left: 49%;
    top: 30px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00af58;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.mainmenu ul.menu > li.parent:hover:before {
	opacity: 1;
	top: 40px;
}
/*----------------------------Slideshow----------------------------------*/
.slideshow .bx-wrapper .bx-controls-direction a {
  height: 81px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 42px;
  z-index: 9999;
  top: 40%;
}
.slideshow .bx-wrapper .bx-pager {
    bottom: 10px;
    float: right;
    width: initial!important;
    right: 13px;
}
.slideshow .bx-wrapper .bx-controls-auto {
	display:none;
}
.slideshow {
	-webkit-box-shadow: 0px 8px 11px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 8px 11px 5px rgba(0,0,0,0.25);
box-shadow: 0px 8px 11px 5px rgba(0,0,0,0.25);
}
.services {
	background: url(../images/bgser.png) no-repeat top left;
	padding: 123px 0 15px;
}
.services li {
    background: rgba(0,0,0,0.5);
    list-style: none;
    padding: 0 25px;
}
.services li a {
	color: #fff;
	font-size: 13px;
	border-bottom: 1px dotted #fff;
	display: block;
	padding: 8px 0;
}
.services li a:hover {
	text-decoration: underline;
}
.services li:last-child a {
	border-bottom: 0;
}
.services h3 {
    font-size: 30px;
    margin-top: 0;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 15px;
}
.primary h3 {
    margin: 0;
    background: #00af58;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
}
.main-content {
    padding: 20px 0 0 30px;
}
.main-content p, .main-content ul {
    margin-bottom: 20px;
	text-align: justify;
}
.main-content li {
	line-height: 24px;
}
.sidemod {
    background: #00af58;
    color: #fff;
    font-size: 13px;
    padding: 30px;
}
div#SkypeButton_Call_thinhanlogistics_1 img, div#SkypeButton_Call_thinhanlogistics_2 img {
    margin: 0!important;
    height: 32px;
}
.sidecont table {
    width: 100%;
    max-width: 210px;
}
.sidemod h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
}
.sideitem {
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sideitem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
	margin-bottom: 0;
}
.sidecont strong {
    text-decoration: underline;
}
.sidecont span {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
	max-width: 210px;
}
.primary {
    margin-bottom: 40px;
}
.partner h3 {
    background: #00af58;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 30px;
}
.partner {
    clear: both;
	margin-bottom: 30px;
}
.part-item {
    float: left;
    padding: 0 15px;
	margin-bottom: 10px;
	width: 200px;
	overflow: hidden;
}
.part-item > div {
    background: #eee;
    padding: 15px;
}
.part-item > div img {
	transition: all 0.5s ease 0s;
	width: 100%;
}
.part-item > div:hover img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
	transition: all 0.7s ease 0s;
	opacity: 0.5;
}
.copyright {
    font-size: 12px;
    background: #e7e7e7;
    text-align: center;
    padding: 10px 0;
}
.copyright p {
	line-height: normal;
}
.new-img {
    float: left;
    margin-right: 15px;
}
.new-title a {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.new-intro {
    font-size: 13px;
    margin: 5px 0;
}
.read-more a {
    font-size: 13px;
    color: #00af58;
	background: url(../images/arrow-2.png) no-repeat right center;
	padding-right: 15px;
}
.new-item {
	clear: both;
	margin-bottom: 30px;
}
.pagination li {
    display: inline-block;
    color: #6d6d6d;
    margin: 0 0 2px;
    border: 1px solid #e8e8e8;
    padding: 5px;
    text-align: center;
	width: auto!important;
	font-size: 13px;
	line-height: normal;
}
.pagination li a, .pagination li span {
  padding: 5px;
  color: #6d6d6d;
}
.pagination {
  margin-bottom: 30px;
}
.pagination li.active span, .pagination li:hover a, .pagination li span:hover {
  color:#fff;
}
.pagination li.active, .pagination li:hover {
  border: 1px solid #00af58;
  background:#00af58;
}
li.start {
	background:url(../images/first.png) no-repeat 10px center;
	padding-left:20px;
}
li.start:hover {
	background:url(../images/first-hv.png) no-repeat 10px center #00af58;
}
li.end {
	background:url(../images/last.png) no-repeat 90% center;
	padding-right:20px;
}
li.end:hover {
	background:url(../images/last-hv.png) no-repeat 90% center #00af58;
	padding-right:20px;
}
.related {
    clear: both;
	margin-top: 30px;
	padding-left: 30px;
}
.related h3 {
    color: #666;
    background: #eee;
    padding: 10px 20px;
	margin-bottom: 10px;
}
.related li {
    padding: 5px 0;
    font-size: 13px;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
	.container { max-width: 970px; }
}
@media (min-width:992px) {
	.mainmenu .collapse { display: block; height:auto!important; }
	.navbar-toggle, .headmobile, .logo.mobile { display: none; }
}
@media (max-width:1200px) {
	
}
@media (max-width:991px) {
	.bx-wrapper img {
                                height: auto;
	}

	.container img {
		height: auto;
	}
	.bx-wrapper img {
		height: auto;
	}
	.container {
		padding: 0 15px;
	}
	.contentbody {
		padding-top: 0;
	}
	.headmobile {
		background: #00af58;
		padding: 5px 0;
	}
	.component .mainmenu {
		display:none;
	}
	.language.des {
		display: none;
	}
	.sidebar {
		width: 100%;
		margin-bottom: 40px;
		clear: both;
	}
	.component {
		width: 100%;
		clear: both;
	}
	.main-content {
		padding: 20px 0 0;
	}
	.sidebar .logo {
		display: none;
	}
	.logo.mobile {
		margin: 20px 0;
	}
	.logo.mobile img {
		max-width: 40%;
	}
	.headmobile .language {
		padding-right: 0;
	}
	.mainmenu ul li { 
		display: block;
		margin:0;
		float:none;
		padding: 0;
	}
	.mainmenu > ul {
		z-index:99999;
		position:absolute;
		text-align:left;
		background:#01addf;
		width:96%;
		margin-top:6px;
		left:2%;
		min-height:36px;
	}
	.mainmenu .navbar-toggle {
		text-transform:uppercase;
		margin-bottom: 0;
		background:#ef7026;
	}
	.mainmenu ul li a {
		background: #00af58;
		color:#fff;
		border:none;
		border-bottom:1px dotted rgba(232,232,232,0.5);
		text-align:left;
		line-height: normal;
		padding: 10px 20px;
	}
	.mainmenu ul li:hover a {
		color:#fff;
	}
	.mainmenu ul li.parent ul a {
		color: #fff;
		background: url(../images/arrow-1.png) no-repeat 20px center #00af58;
		padding-left: 35px;
		border-bottom:1px dotted rgba(232,232,232,0.5);
	}
	.mainmenu ul li.parent ul li:last-child a {
		border-bottom:1px dotted rgba(232,232,232,0.5);
	}
	.mainmenu ul li a:hover, .mainmenu ul li.active a {
		color:#fff;
		background:#009149;
	}
	.mainmenu ul li.parent ul a:hover {
		background: url(../images/arrow-1.png) no-repeat 20px center #009149;
		color:#fff;
	}
	.mainmenu {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0;
		position:static;
	}
	.mainmenu ul.menu > li:before, .mainmenu ul.menu > li:after {
		display:none;
	}
	.mainmenu ul li.parent ul {
		visibility:visible;
		position:static;
		opacity: 1;
		background:#00af58;
		padding:0;
		margin:0;
		border: none;
	}
	.part-item {
		width: 20%;
	}
	.related {
		padding-left: 0;
	}
}
@media (max-width:768px) {
}
@media (max-width:720px) {
	.part-item {
		width: 33.3%;
	}
}
@media (max-width:640px) {
}
@media (max-width:600px) {
}
@media (max-width:480px) {
	.part-item {
		width: 50%;
	}
	.new-img {
		float: none;
		margin-bottom: 5px;
	}
}
@media (max-width:430px) {

}
@media (max-width:360px) {

}