/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 0px;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 24px;
}
.logo {
	margin-top: 6px;
	margin-right: 15px;
	float: left;
}
.lang_bg {
	margin-left: 20px;
	padding-left: 15px;
	background: url(../../v9/img/hk.png) no-repeat left center;
}
h1 {
	margin-top: 10px;
	font-size: 40px;
	font-weight: 100;
	line-height: 50px;
	text-transform: uppercase;
}
h2 {
	margin-top: 10px;
	font-size: 36px;
	font-weight: 100;
	line-height: 45px;
	text-transform: uppercase;
}
h3 {
	font-size: 26px;
	font-weight: 300;
	line-height: 30px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar {
	margin-bottom: 0;
	background: #444;
	border: 1px;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}
.navbar.navbar-no-bg {
	background: none;
}
.navbar.navbar-bk-bg {
	background: #000;
}
ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}
.navbar-inverse ul.navbar-nav li a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	opacity: 1;
}
.navbar-inverse ul.navbar-nav li a:hover {
	color: #fff;
	opacity: 1;
	background: #25a0fb;
}
.navbar-inverse ul.navbar-nav li a:focus {
	color: #fff;
	outline: hidden;
	opacity: 1;
	background: #25a0fb;
}
.navbar-brand {
	width: 115px;
	height: 60px;
}
.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}
/* Carousel base class */
.carousel {
	height: 600px;
	margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 0;
	padding-bottom: 240px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 600px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 600px;
}
.box {
	-moz-box-shadow: 0 0 10px 5px #565656;
	-webkit-box-shadow: 0 0 10px 5px #565656;
	box-shadow: 0 0 10px 5px #ccc;
	background: #fff;
	padding: 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width:992px) {
.mid-header h1, .mid-header p {
	margin-right: 380px;
}
}

@media (min-width:992px) {

.main-comtent {
	margin-top: 50px;
	padding-top: 190px;
	height: 500px;
	position: relative;
	color: #fff;
	background: url(../img/index/mainbg.png) center bottom no-repeat;
	background-size: cover;
}
	.main-caption {
	pading-top: 50px;
}
}
@media (min-width:768px) {

.main-comtent {
	margin-top: 50px;
	padding-top: 150px;
	height: 500px;
	position: relative;
	color: #fff;
	background: url(../img/index/mainbg.png) center bottom no-repeat;
	background-size: cover;
}
.main-caption {
	pading-top: 50px;
}
}

@media (max-width:414px) {
.main-comtent {
	margin-top: 50px;
	padding-top: 10px;
	height: 500px;
	position: relative;
	color: #fff;
	background: url(../img/index/mainbg.png) center bottom no-repeat;
	background-size: cover;
}
.main-caption {
	pading-top: 20px;
}
}

@media (min-width: 768px) {
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
}
.navbar-wrapper .container {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 4px;
}
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}
.featurette-heading {
	font-size: 40px;
}
}
/* mid-header */
.mid-header, .mid-masthead {
	position: relative;
	color: #fff;
	background: url(../img/index/mainbg.png) center bottom no-repeat;
	background-size: cover;
}
.mid-header {
	margin-top: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mid-header h1 {
	margin-top: 0;
	color: #fff
}
.mid-header p {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4
}
.mid-header .container {
	position: relative
}
.mid-header-right {
	float: right;
}













.bg_white {
	padding-top: 60px;
	background: #fff;
	color: #020202;
}
.bg_white h2 {
	color: #020202;
	text-align: center;
}
.bg_white p {
	color: #020202;
}
.center {
	text-align: center;
}
.bg_gray {
	padding-top: 60px;
	background: #f1f1f1;
}
.bg_gray h2 {
	color: #020202;
	text-align: center;
}
.bg_blue {
	padding-top: 60px;
	background: #005490;
}
.bg_blue h2 {
	text-align: center;
	color: #fff;
}
.white {
	color: #fff;
}
.port-img {
	position: relative;
	margin-bottom: 30px;
}
.port-img img {
	display: block;
	width: 100%;
	position: relative;
}
.flag-img {
	position: relative;
	margin-bottom: 30px;
}
.flag-img img {
	display: block;
	width: 60%;
	position: relative;
	top: 20%;
	left: 20%;
}
.flag-img p {
	display: block;
	width: 60%;
	position: relative;
	left: 20%;
}
/***** content *****/
.section-container {
	padding-top: 60px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
.subtitle {
	margin: 18px auto 38px auto;
	
	width: 60%;
	text-align: center;
}
.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3 {
	color: #fff;
}
.section-container-image-bg .divider-1 span {
	border-color: #fff;
}
.section-description {
	padding-bottom: 10px;
}
.section-description p {
	margin-top: 20px;
	text-align: center;
}
.section-description h2 {
	text-align: center;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}
.section-bottom-button {
	padding-top: 60px;
}
.shadow {
	-moz-box-shadow: 0 8px 6px -6px #565656;
	-webkit-box-shadow: 0 8px 6px -6px #565656;
	box-shadow: 0 4px 6px -6px #565656;
}
a.button {
	font-size: 1em;
	background: #2DA9E1;
	padding: 1em 2em;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a.button:hover {
	background: #FAA43D;
	margin-bottom: 10px;
}
.table.table.table-striped, .table-bordered, .bs-docs-example {
	display: none;
}
.about-box {
	height: 80px;
	font-size: 22px;
	color: #fff;
	background-color: #2DA9E1;
	padding: 10px;
}
.service-box {
	height: 80px;
	font-size: 22px;
	color: #fff;
	background-color: #09abf5;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 60px;
}
.solution-box {
	height: 120px;
	font-size: 26px;
	color: #fff;
	background-color: #09abf5;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 90px;
	text-align: center;
}
.Customer-box {
	height: 120px;
	font-size: 26px;
	color: #fff;
	background-color: #50318E;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 90px;
	text-align: center;
}
.caption2 {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #fff;
	border-left: #ebebeb 1px solid;
	border-right: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
}
/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
	background: #f8f8f8;
	border-top: 1px dotted #ddd;
}
