/* --** Reset CSS **-- */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html, body, button, input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul { margin-bottom: 0; }
li {
	font-size: 13px;
	margin: 5px 0px 10px 0px;
}
pre { overflow: auto; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
a img { border: 0; }
a, input { outline: none; }
a { color: #F06;  }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 5px 0px 15px 0px; clear: both; font-weight: lighter; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p {font-size: 13px; margin: 5px 0px 15px 0px; }

img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; display: block;  }
figure { margin: 0; }
::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.7); }
:-moz-placeholder { color: rgba(51, 51, 51, 0.7); }
::-moz-placeholder { color: rgba(51, 51, 51, 0.7); opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: rgba(51, 51, 51, 0.7); }
input:focus, textarea:focus { background-color: #fff; border: 1px solid #c1c1c1; border: 1px solid rgba(51, 51, 51, 0.3); color: #333; }
input:focus, select:focus { outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3); }
.hide { display: none;}

.clear { clear: both; height: 0px; overflow: hidden; }

/* <<< Design Holder >>> */
.DesignHolder { position: relative; display: block; width: 100%; min-height: 100%; }

/* <<< Layout Frame >>> */
.LayoutFrame { margin: 0 auto; width: 100%; display: block; }

/* <<< Body >>> */
body { background: #fff; }

/* <<< Header >>> */
header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 105px;
	background: rgba(555, 555, 555, 0.5);
	z-index: 9;
}
header .Center { max-width: 1100px; margin: auto; }
header .site-logo { padding: 30px 0px 0px 0px; width: 220px; float: left; transition: all 0.3s;  }
header .site-logo h1 { margin: 0px; }
header .site-logo h1 a { font-size: 36px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 800; text-decoration: none; text-transform: uppercase; text-shadow: rgb(3, 3, 3) 0px 2px 5px; transition: all 0.7s ease;  }
header .site-logo h1 a span { color: #70b4e4; }
header.smaller { padding: 0px 0px 0px 0px; height: 60px; transition: all 0.3s; background: rgba(555, 555, 555, 0.95); }
header.smaller .site-logo {padding: 13px 0px 0px 0px; }
header.smaller .site-logo h1 { line-height: 30px; }
header.smaller .site-logo h1 a { font-size: 30px;  }

/* <<< Navigation >>> */
.Navigation { float: right; width: 72%; margin-right: 11px; }
.Navigation ul { list-style: none; margin: 0px; float: right; }
.Navigation li { float: left; padding: 0px;  margin: 0px; height: 105px; position: relative; transition: all 0.3s ease; }
.Navigation li a { padding: 40px 40px; font-size: 16px; color: #000; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; display: block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.Navigation li span {
	border-bottom: solid 5px #24618c;
	background: rgba(112,180,228,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,180,228,1)), color-stop(0%, rgba(112,180,228,1)), color-stop(0%, rgba(112,180,228,1)), color-stop(100%, rgba(112,180,228,1)));
	background: linear-gradient(to bottom, rgba(112,180,228,1) 0%, rgba(112,180,228,1) 0%, rgba(112,180,228,1) 0%, rgba(112,180,228,1) 100%);



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.5s ease;
}
.Navigation li:hover span, .Navigation li.active span {
	opacity: 1;
}

header.smaller .Navigation li a { padding: 16px 36px; }
header.smaller .Navigation li { height: 60px; }

.mobile { display: none;  }
.mobile .fa { padding: 12px 14px; font-size: 31px; width: 55px; height: 55px; color: #fff; cursor: pointer; background: #70b4e4; }
.mobile .fa:hover { background: #24618c; }
.mobile.closed .fa-bars { display: none; }
.mobile .fa-times { padding: 11px 15px; width: 55px; height: 55px; display: none; font-size: 31px; }
.mobile.closed .fa-times { display: block; }

/* <<< Banner Section >>>> */
.Banner_sec { width: 100%; background: url(../img/Banner-bg.jpg) top center no-repeat; height: 687px; position: relative; background-size: cover; }
.Banner_sec .bannerside { width: 100%; position: absolute; top: 160px; left: 0px; }
.Banner_sec .Center { max-width: 1100px; margin: auto; }
.Banner_sec .leftside { padding: 92px 0px 0px 0px; width: 28.90%; float: left; }
.Banner_sec .leftside h3 { font-size: 22px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 500; text-transform: uppercase; margin: 0px; line-height: 34px;}
.Banner_sec .leftside h3 span {
	font-size: 36px;
	color: #70b4e4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	display: block;
}
.Banner_sec .leftside p { padding: 16px 0px 26px 0px; font-size: 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; font-style: italic; margin: 0px; word-spacing: 2px; line-height: 22px; }
.Banner_sec .leftside a { padding: 11px 16px; font-size: 14px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none; display: inline-block; border: solid 1px #b0bdc8; background: rgba(64, 93, 118, 0.8); transition: all 0.3s ease; }
.Banner_sec .leftside a:hover { background: #70b4e4; color: #fff; border: solid 1px #24618c; }
.Banner_sec .rightside { width: 68.36%; float: right; position: relative; }
.Banner_sec .rightside .bx-wrapper { position: relative; z-index: 1; }
.Banner_sec .rightside ul { list-style: none; margin: 0px; }
.Banner_sec .rightside li { padding: 0px; margin: 0; float: none!important; }
.Banner_sec .rightside #slider { width: 100%; float: right;  position: relative; z-index: 1; }
.Banner_sec .rightside .Slider .text {
	padding: 25px 47px 21px 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.Banner_sec .rightside .Slider .text .Icon { width: 38%; float: left; }
.Banner_sec .rightside .Slider .text ul { list-style: none; margin: 0px; }
.Banner_sec .rightside .Slider .text li { float: left!important; padding: 0px 30px 0px 10px; margin: 0px; }
.Banner_sec .rightside .Slider .text li a { display: block; font-size: 14px; color: #fff; text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.3s ease;}
.Banner_sec .rightside .Slider .text li:last-child { padding: 0px; }
.Banner_sec .rightside .Slider .text li:hover a { color: #ff9000!important;}
.Banner_sec .rightside .Slider .text li a .fa { padding: 13px; margin-right: 10px; color: #fff; border-radius: 50px; border: solid 2px #fff; transition: all 0.3s ease; }
.Banner_sec .rightside .Slider .text li:hover a .fa { background: #70b4e4; color: #fff; border: solid 2px #ff9000; }
.Banner_sec .rightside .Slider .text li:last-child { padding-right: 0px; padding-left: 0px;}
.Banner_sec .rightside .Slider .text .description { float: right; width: 75%; }
.Banner_sec .rightside .Slider .text .description p {
	padding-top: 5px;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	line-height: 19px;
}
.Banner_sec .rightside .Slider .text .description p a { color: #fff; }
.Banner_sec .rightside .Slider .text .description p span { font-size: 14px; text-align: right; color: #70b4e4; display: block; text-transform: capitalize;}
.Banner_sec .rightside .prevBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/prev-arrow.png) no-repeat; position: absolute; top: 213px; left: 49px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .prevBtn:hover {  opacity: 1; }	
.Banner_sec .rightside .nextBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/next-arrow.png) no-repeat; position: absolute; top: 213px; right: 47px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .nextBtn:hover { opacity: 1; }	
.Banner_sec .rightside .Shadow { position: absolute; bottom: -3px; left: -25px; max-width: none; }

/* <<< bg color>>> */
.bgcolor {  height: 74px; width: 100%; background: rgba(249,250,251,1); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,250,251,1)), color-stop(0%, rgba(249,250,251,1)), color-stop(100%, rgba(225,228,231,1)));
	background: linear-gradient(to bottom, rgba(249,250,251,1) 0%, rgba(249,250,251,1) 0%, rgba(225,228,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e1e4e7', GradientType=0 ); }
	
	
	/* <<< Container >>> */
	#Container { overflow: hidden; width: 100%; }
	
	/* <<< Login Section >>> */
	.Login_sec { padding: 15px 0px 15px 0px ; width: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(249,250,251,1) 0%, rgba(249,250,251,1) 0%, rgba(225,228,231,1) 100%);}
	.Login_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Login_sec h3 { font-size: 22px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; line-height: 30px; letter-spacing: -0.4px; }
	.Login_sec .bosland-admin a { font-size: 18px; color: #d9a500; font-family: 'Oswalk', sans-serif; font-weight: 400; margin: 0px; text-transform: capitalize; line-height: 5px; letter-spacing: -0.4px; }
	.Login_sec .bosland-admin a:hover { font-size: 18px; color: #70b4e4; }
	.Login_sec .fortune a { font-size: 18px; color: #f500f5; font-family: 'Oswalk', sans-serif; font-weight: 400; margin: 0px; text-transform: capitalize; line-height: 5px; letter-spacing: -0.4px; }
	.Login_sec .fortune a:hover { font-size: 18px; color: #70b4e4; }
	.Login_sec .online-store a { color: #24618c; font-family: 'Oswalk', sans-serif; font-weight: 400; margin: 0px; text-transform: capitalize; line-height: 5px; letter-spacing: -0.4px; }
	.Login_sec .online-store a:hover { color: #70b4e4; }
	.Login_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Login_sec ul { list-style: none; margin: 0px; }
	.Login_sec li { float: left; padding: 0px 15px 0px 15px; }
	.Login_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; } 

	/* <<< About Section >>> */
	.About_sec { padding: 115px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.About_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.About_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.About_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.About_sec a { color: #08c2ff; }
	.About_sec a:hover { color: #24618c; }
	.About_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	.About_sec .Tabside a { color: #08c2ff; }
	.About_sec .Tabside a:hover { color: #24618c; }
	.About_sec .Tabside { padding: 90px 0px 0px 0px; width: 100%;}
	.About_sec .Tabside ul { list-style: none; margin: 0px; padding-bottom: 59px; }
	.About_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.About_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.About_sec .Tabside li a:hover, .About_sec .Tabside li a.activeLink { border: solid 1px #24618c; background: #70b4e4; color: #fff;}
	.About_sec .Tabside .TabImage { width: 43.63%; float: left; position: relative; }
	.About_sec .Tabside .TabImage .img1 { position: absolute; top: 0px; left: 0px; }
	.About_sec .Tabside .TabImage .img2 { position: absolute; top: 40px; left: 2px; height: 260px; background: url(../img/about-shadow.png) no-repeat; background-position: 25px 223px;  }
	.About_sec .Tabside .TabImage .img2 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.About_sec .Tabside .Description { width: 54.3%; float: right; text-align: left; margin-top: -6px;}
	.About_sec .Tabside .Description b { font-size: 16px; color: #24618c; }
	.About_sec .Tabside .Description h3 { font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; font-family:'Open Sans'; font-weight: 600; line-height: 29px; }
	.About_sec .Tabside .Description h3 span {
	padding-left: 3px;
	font-size: 14px;
	color: #24618c;
	font-weight: 400;
	display: block;
	line-height: 1;
}
	.About_sec .Tabside .Description h4 { font-size: 20px; color: #000; margin: 0px; font-family:'Open Sans'; font-weight: 600; line-height: 29px; }
	.About_sec .Tabside .Description h4 span {
	padding-left: 3px;
	font-size: 14px;
	color: #24618c;
	font-weight: 400;
	display: block;
	line-height: 1;
}
	.About_sec .Tabside .Description p { padding: 21px 0px 4px 0px; font-size: 14px; color: #979797; margin: 0px; font-family:'Open Sans'; line-height: 25px; }
	.About_sec .Tabside .Description p .cyan { font-size: 16px; color: #08c2ff; }
	.About_sec .Tabside .Description .Logo { width: 300px; float: left; margin-right: 14px; }
	.About_sec .Tabside .Description .ecommerce { width:100%; padding: 0px 0px 75px 0px; }
	.About_sec .Tabside .Description .Logo_lazada {
	width: 25%;
	float: left;
	margin: 0px 5px 0px 0px;
}
	.About_sec .Tabside .Description .Logo_logon { width:20.83%; float: left; }
	.About_sec .Tabside .Description .Logo_shopee {
	width: 25%;
	float: left;
	margin: 0px 5px 0px 0px;
}
	.About_sec .Tabside .Description .Logo_11street { width:23.66%; float: left; }
	


	/* <<< products Section >>> */
	.products_sec{ padding: 114px 0px 90px 0px ; width: 100%; overflow: hidden; background: url(../img/products-bg.jpg) top center no-repeat; background-size: cover; }
	.products_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.products_sec h2 { font-size: 56px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; }
	.products_sec h2 a { font-size: 36px; color: #fff; }
	.products_sec h2 a:hover { font-size: 36px; color: #70b4e4; }
	.products_sec p { padding: 25px 0px 35px 0px; font-size: 14px; color: #d8dfe5; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.products_sec h4 a { font-size: 18px; color: #fff; }
	.products_sec h4 a:hover { font-size: 18px; color: #70b4e4; }
	.products_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	#products .section-content{ padding-top: 50px; }
	#products .products-thumb { overflow: hidden; position: relative; margin: 40px 0px 0px 0px; }
	#products .products-thumb img { width: 100%; height: auto; }
	#products .products-thumb .overlay { opacity: 0; visibility: visible; background: rgba(112, 180, 228, 0.9); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
	#products .products-thumb .overlay .inner { position: absolute; padding: 20px; width: 100%; bottom: 0; left: 0; text-align: center; }
	#products .products-thumb .overlay .inner h4 { font-size: 18px; margin-bottom: 10px; }
	#products .products-thumb .overlay .inner h4 a { color: white; }
	#products .products-thumb .overlay .inner span {
	font-weight: 300;
	color: #24618c;
}
	#products .products-thumb .overlay .inner span a { font-size: 18px; color: #24618c; }
	#products .products-thumb .overlay .inner span a:Hover { font-size: 18px; color: #fff; }
	#products .products-thumb:hover .overlay { opacity: 1; visibility: visible; }
	
	/* <<< bosfortune Section >>> */
	.bosfortune_sec { padding: 112px 0px 108px 0px ; width: 100%; overflow: hidden; background: #ececec; }
	.bosfortune_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.bosfortune_sec h2 { font-size: 57px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 44px; }
	.bosfortune_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 44px; }
	.bosfortune_sec p { padding: 20px 0px 32px 0px; font-size: 14px; color: #6f6f6f; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.bosfortune_sec a { color: #08c2ff; }
	.bosfortune_sec a:hover { color: #24618c; }
	.bosfortune_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	.bosfortune_sec .highlight { color: #24618c; font-weight: 600; }
	.bosfortune_sec .red { color: #d10000; font-weight: 600; }
	.bosfortune_sec .blue { color: #2c93db; font-weight: 600; }
	.bosfortune_sec .purple { color: #ad4aa2; font-weight: 600; }

	.bosfortune_sec .product-img { width: 40%; float: left; }
	.bosfortune_sec .rb-buynow { height: 27px; padding: 0px 50px 0px 25px; display: inline; }
	.bosfortune_sec .bosfortuneMain { width: 800px; margin: auto; text-align: left; padding: 30px 0px 0px 0px; }
	.bosfortune_sec .bosfortuneMain p { padding-top: 10px; }
	.bosfortune_sec .product-details { width: 60%; float: right; }
	.bosfortune_sec .rb-code { padding: 0px; }
	.bosfortune_sec .rb-code h5 {
	font-size: 20px;
	font-family: 'Open Sans';
	color: #000; 
	font-weight: 600;
	display: inline;
	line-height: 1.5; }
	.bosfortune_sec .rb-package { width: 100%; float: left; text-align: right; padding: 0px; }
	.bosfortune_sec .rb-package h5 {
	font-size: 20px;
	font-family: 'Open Sans';
	color: #000; 
	font-weight: 600;
	display: inline;
	line-height: 1.5; }
	
	.bosfortune_sec .bos-tabcontent { text-align: left; }

	.bosfortune_sec .Tabside { padding: 30px 0px 0px 0px; width: 100%;}
	.bosfortune_sec .Tabside ul { list-style: none; margin: 0px; }
	.bosfortune_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.bosfortune_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.bosfortune_sec .Tabside li a:hover, .bosfortune_sec .Tabside li a.activeLink { border: solid 1px #24618c; background: #70b4e4; color: #fff;}
	.bosfortune_sec .Tabside .TabImage { width: 43.63%; float: left; position: relative; }
	.bosfortune_sec .Tabside .TabImage .img1 { position: absolute; top: 0px; left: 0px; }
	.bosfortune_sec .Tabside .TabImage .img2 { position: absolute; top: 40px; left: 2px; height: 260px; background: url(../img/about-shadow.png) no-repeat; background-position: 25px 223px;  }
	.bosfortune_sec .Tabside .TabImage .img2 img { padding: 5px; border: solid 1px #ececec; background: #fff;  }
	.bosfortune_sec .Tabside .Description { width: 54.3%; float: right; text-align: left; margin-top: -6px;}
	.bosfortune_sec .Tabside .Description b { font-size: 16px; color: #24618c; }
	.bosfortune_sec .Tabside .Description h3 { font-size: 24px; color: #000; margin: 0px; text-transform: uppercase; font-family:'Open Sans'; font-weight: 600; line-height: 29px; }
	.bosfortune_sec .Tabside .Description h3 span {
	padding-left: 3px;
	font-size: 14px;
	color: #24618c;
	font-weight: 400;
	display: block;
	line-height: 1;
}
	.bosfortune_sec .Tabside .Description h4 { font-size: 20px; color: #000; margin: 0px; font-family:'Open Sans'; font-weight: 600; line-height: 29px; }
	.bosfortune_sec .Tabside .Description h4 span {
	padding-left: 3px;
	font-size: 14px;
	color: #24618c;
	font-weight: 400;
	display: block;
	line-height: 1;
}
	.bosfortune_sec .Tabside .Description p { padding: 21px 0px 4px 0px; font-size: 14px; color: #979797; margin: 0px; font-family:'Open Sans'; line-height: 25px; }
	.bosfortune_sec .Tabside .Description p .cyan { font-size: 16px; color: #08c2ff; }
	.bosfortune_sec .Tabside .Description .Logo { width: 300px; float: left; }
	.bosfortune_sec .Tabside .Description .ecommerce { width:100%; padding: 0px 0px 75px 0px; }
	.bosfortune_sec .Tabside .Description .Logo_lazada { width:28.83%; float: left; }
	.bosfortune_sec .Tabside .Description .Logo_logon { width:20.83%; float: left; }
	.bosfortune_sec .Tabside .Description .Logo_shopee { width:26.67%; float: left; }
	.bosfortune_sec .Tabside .Description .Logo_11street { width:23.66%; float: left; }

	.bosfortune_top_sec {
		width: 100%;
		border: 0px;
		background-image: url(../img/bosfortune-bg.jpg);
		background-repeat: no-repeat;
    	background-attachment: scroll;
    	background-position: top -400px center; 
		padding: 100px 0px 48px 0px ;
		overflow: hidden; }
	.bosfortune_top_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.bosfortune_top_sec h2 { font-size: 56px; color: #fff; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);  font-family: 'Oswald', sans-serif; font-weight: 400; margin: 150px 0px 150px 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	
	.bosfortune_info .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.bosfortune_info h2 { font-size: 57px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 5px 0px; text-transform: uppercase; line-height: 44px; }
	.bosfortune_info h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin-bottom: 20px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.bosfortune_info h5 { font-size: 16px; color: #000; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 10px 0px 5px 0px; line-height: 20px; letter-spacing: -0.4px; }
	.bosfortune_info p { padding: 3px 0px 8px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.bosfortune_info a { color: #24618c; }
	.bosfortune_info a:hover { color: #08c2ff; }
	.bosfortune_info ul li { padding: 12px 0px; font-size: 14px; color: #000; margin: 0px font-family: 'Open Sans', sans-serif; line-height: 20px; font-weight: 400; }
	.bosfortune_info .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	
	.bosfortune_event { background-color: #ececec; }
	.bosfortune_event .Center { max-width: 800px; text-align: center; overflow: hidden; margin: auto; }
	.bosfortune_event h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.bosfortune_event .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	.bosfortune_event .event_photos { padding-bottom: 60px; }
	
	.bosfortune_testimonies { background-color: #fff; }
	.bosfortune_testimonies .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.bosfortune_testimonies h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.bosfortune_testimonies h4 { font-size: 20px; color: #000; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 10px 0px 5px 0px; line-height: 22px; letter-spacing: -0.4px; }
	.bosfortune_testimonies h5 { font-size: 16px; color: #000; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 10px 0px 5px 0px; line-height: 20px; letter-spacing: -0.4px; }
	.bosfortune_testimonies a { color: #24618c; }
	.bosfortune_testimonies a:hover { color: #08c2ff; }
	.bosfortune_testimonies p { padding: 3px 0px 8px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.bosfortune_testimonies span { color: #24618c; font-weight: 800;}
	.bosfortune_testimonies .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	.bosfortune_testimonies ul { list-style: none; padding: 20px 0px; }
	.bosfortune_testimonies li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.bosfortune_testimonies li a { padding: 14px 40px 13px 40px; font-size: 18px; color: #989898; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 1px #d5d5d5; display: block; transition: all 0.3s ease; }
	.bosfortune_testimonies li a:hover, .bosfortune_testimonies li a.activeLink { border: solid 1px #24618c; background: #70b4e4; color: #fff;}
	.bosfortune_testimonies .testimony_videos { width: 100%; }
	.bosfortune_testimonies .testimony_left { width: 45%; float: left; text-align: left; }
	.bosfortune_testimonies .testimony_right { width: 45%; float: right; text-align: left; }
	.bosfortune_testimonies .testimony_video { width: 100%; height: 202px; }
	.bosfortune_testimonies .watch_more { margin: 30px 0px 60px 0px; }
	
	.bosfortune_spec { background-color: #fff; }
	.bosfortune_spec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.bosfortune_spec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.bosfortune_spec h5 { font-size: 16px; color: #000; font-family: 'Open Sans', sans-serif; font-weight: 600; margin: 0px 0px 2px 0px; line-height: 20px; letter-spacing: -0.4px; }
	.bosfortune_spec p { padding: 3px 0px 8px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.bosfortune_spec .oem_logo { max-width: 100%; margin: auto; padding: 30px 0px 60px 0px; }
	.bosfortune_spec .spec_icon { width: 36px; padding-top: 20px; display: inline; }
	.bosfortune_spec .leftside { width: 45%; float: left; }
	.bosfortune_spec .rightside { width: 45%; float: right; }

	/* <<< Contact Section >>> */
	.Contact_sec { width: 100%; overflow: hidden; }
	.Contact_sec .Contactside { }
	.Contact_sec .Center { padding: 115px 0px 77px 0px;  max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Contact_sec h2 { font-size: 57px; color: #24618c; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px;}
	.Contact_sec p {
	padding: 24px 0px 35px 0px;
	font-size: 14px;
	color: #24618c;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-weight: 400;
}
	.Contact_sec .Line { border: solid 1px #24618c; height: 2px; width: 252px; margin: auto; }
	.Contact_sec .bosfortuneside { padding: 70px 0px 10px 0px; width: 100%; overflow: hidden; text-align: initial; }
	
	/* <<< Map >>> */
	.Map { text-align: center; }
	.map_hint { display: none; font-size: 10px; }

		/* <<< Get Section >>> */
		.Get_sec { width: 100%; overflow: hidden; background: url(../img/Get-bg.jpg) top center no-repeat; background-size: cover; }
		.Get_sec .Mid { padding: 76px 0px 95px 0px; max-width: 1100px; margin: auto; overflow: hidden; }
		.Get_sec .Leftside { padding-top: 12px; width: 48.2%; float: left; }
		.Get_sec .Leftside .map_img { width: 100%; }
		.Get_sec .Leftside fieldset { padding: 0px; margin: 0px; }
		.Get_sec .Leftside p { padding: 0px; margin: 0px 0px 25px 0px;  }
		.Get_sec .Leftside input.field { padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Open Sans', sans-serif; font-weight: 400; border: 0px; width: 100%; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424;
		-o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
		.Get_sec .Leftside input:focus { outline: none;}
		.Get_sec .Leftside textarea { padding: 18px 20px 17px 20px; font-size: 14px; color: #979797; font-family: 'Open Sans', sans-serif; font-weight: 400; border: 0px; width: 100%; height: 156px; resize:none; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; }
		.Get_sec .Leftside textarea:focus { outline: none;}
		.Get_sec .Leftside .button { padding: 16px 0px 17px 0px; margin-top: -3px; font-size: 14px; color: #e9ecee; font-family: 'Open Sans', sans-serif; font-weight: 700; text-align: center; background: #70b4e4; border: 0px; text-transform:uppercase; width: 100%; cursor: pointer; box-shadow: 0px 2px 6px 0px #242424; -webkit-box-shadow: 0px 2px 6px 0px #242424; -moz-box-shadow: 0px 2px 6px 0px #242424; -o-box-shadow: 0px 2px 6px 0px #242424; border-radius: 0px; transition: all 0.3s ease;}
		.Get_sec .Leftside .button:hover { background: #24618c; color: #fff;}
		.Get_sec .Rightside { padding-top: 10px; width: 48.18%; float: right;}
		.Get_sec .Rightside h3 {
	padding-bottom: 44px;
	font-size: 46px;
	color: #70b4e4;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0px;
	text-transform: uppercase;
	line-height: 46px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
		.Get_sec .Rightside address { padding: 0px 0px 27px 45px; margin-left: 3px; font-size: 14px; color: #ebedf1; font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; background: url(../img/location-icn.png) left 4px no-repeat; line-height: 20px;  }
		.Get_sec .Rightside address a {text-decoration: none; color: #70b4e4; }
		.Get_sec .Rightside address a:hover { color: #24618c; }
		.Get_sec .Rightside address.Number { background: url(../img/phone-icn.png) left 5px no-repeat; }
		.Get_sec .Rightside address.Number a { text-decoration: none; color: #70b4e4; }
		.Get_sec .Rightside address.Number a:hover { color: #24618c; }
		.Get_sec .Rightside address.Email { margin-left: 4px; background: url(../img/mail-icn.png) left 0px no-repeat; }
		.Get_sec .Rightside address.Email a { text-decoration: none; color: #70b4e4; }
		.Get_sec .Rightside address.Email a:Hover { color: #24618c; }
		.Get_sec .Rightside ul { list-style: none; margin: 0px; padding: 27px 0px 0px 3px; }
		.Get_sec .Rightside li { float: left; padding: 0px; margin: 0px  22px 0px 0px; }
		.Get_sec .Rightside li a { text-decoration: none; }

		/* <<< footer >>> */
		footer { overflow: hidden; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); }
		footer .Cntr { padding:  28px 0px; max-width: 1100px; margin: auto;}
		footer .Cntr p { padding: 0px; font-size: 13px; color: #a9abad; font-family:'Open Sans'; margin: 0px; }
		footer .Cntr a { color: #70b4e4; text-decoration: none; }
		footer .Cntr a:hover { color: #24618c; }

	/* <<< Terms of Use >>>*/
	.Notice_sec { padding: 115px 0px 36px 0px ; width: 100%; overflow: hidden; }
	.Notice_sec .Center { max-width: 800px; background-color: #f00; margin: auto; overflow: hidden; text-align: center; }
	.Notice_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 20px 0px 10px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.Notice_sec p { padding: 10px 20px 20px 20px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	
	.Terms_sec { padding: 36px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.Terms_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.Terms_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.Terms_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.Terms_sec p { padding: 3px 0px 8px 0px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Terms_sec ul li { padding: 12px 0px; font-size: 14px; color: #000; margin: 0px font-family: 'Open Sans', sans-serif; line-height: 20px; font-weight: 400; }
	.Terms_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }

	/* <<< Privacy Policy >>>*/
	.Privacy_sec { padding: 155px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.Privacy_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.Privacy_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.Privacy_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.Privacy_sec p { padding: 3px 0px 8px 0px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Privacy_sec ul li { padding: 12px 0px; font-size: 14px; color: #000; margin: 0px font-family: 'Open Sans', sans-serif; line-height: 20px; font-weight: 400; }
	.Privacy_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }

	/* <<< Shipping Policy >>>*/
	.Shipping_sec { padding: 155px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.Shipping_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.Shipping_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.Shipping_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.Shipping_sec p { padding: 12px 0px 25px 0px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Shipping_sec ul li { padding: 12px 0px; font-size: 14px; color: #000; margin: 0px font-family: 'Open Sans', sans-serif; line-height: 20px; font-weight: 400; }
	.Shipping_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	.Shipping_sec .platforms { text-align: center; width: 100%; padding: 2px; margin-bottom: 24px; }
	.Shipping_sec .platform { max-width: 220px; width: 47%; margin: 2px; display: inline; }
	.Shipping_sec #courier-rate { width: 100%; color: #000000; border: 1px; border-color: #000000; margin-bottom: 30px; }
	.Shipping_sec #courier-rate td { border: 1px; border-color: #000000; padding: 6px; }
	.Shipping_sec .courier-header { background-color: #70b4e4; }
	.Shipping_sec .courier-odd { background-color: #e5f9ff; }

	/* <<< About Us Full >>>*/
	.About_Us_Top_sec {
	width: 100%;
	border: 0px;
	background-image: url(../img/about-us-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom -250px left -500px;
	background-size: auto;
}
	.About_Us_Top_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.About_Us_Top_sec h2 { font-size: 56px; color: #fff; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);  font-family: 'Oswald', sans-serif; font-weight: 400; margin: 300px 0px 300px 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }

	.About_Us_sec { padding: 60px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.About_Us_sec .Center { max-width: 800px; margin: auto; overflow: hidden; text-align: center; }
	.About_Us_sec img { margin: 15px 0px 15px 0px; }
	.About_Us_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.About_Us_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 60px 0px 20px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.About_Us_sec p { padding: 3px 0px 8px 0px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.About_Us_sec ul li { padding: 12px 0px; font-size: 14px; color: #000; margin: 0px font-family: 'Open Sans', sans-serif; line-height: 20px; font-weight: 400; }
	.About_Us_sec .Line { border: solid 1px #70b4e4; height: 2px; width: 252px; margin: auto; }
	
	
	.About_Us_sec .About_Founder { text-align: justify; }
	.About_Us_sec .About_Founder img { margin: 0px 20px 15px 0px; float: left; }
	.About_Us_sec .About_Founder span { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; letter-spacing: -0.4px; }
	.About_Us_sec .About_Founder p { padding: 20px 0px 8px 0px; font-size: 14px; color: #000; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	
	/* <<< WeChat >>>*/
	.WeChat_sec { padding: 155px 0px 88px 0px ; width: 100%; overflow: hidden; }
	.WeChat_sec .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.WeChat_sec h2 { font-size: 56px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; letter-spacing: -0.4px; }
	.WeChat_sec h3 { font-size: 24px; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 40px 0px 0px 0px; text-transform: uppercase; line-height: 30px; letter-spacing: -0.4px; }
	.WeChat_sec p { padding: 0px 0px 50px 0px; font-size: 14px; color: #979797; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.WeChat_sec a { font-size: 18px; color: #24618c; font-family: 'Oswal', sans-serif; font-weight: 400; margin: 0px; line-height: 30px; letter-spacing: -0.4px; }
	.WeChat_sec a:hover { color: #70b4e4 }
	.WeChat_sec img { text-align: center; display:inline; }
