﻿@import url(http://fonts.googleapis.com/css?family=Roboto);
html,
body,
div,
span,
embed,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
output,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
main,
section,
article,
aside,
canvas,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-block-start: 0em;
	margin-block-end: 0em
}

html {
	box-sizing: border-box;
	text-size-adjust: 100%;
	-ms-overflow-style: scrollbar
}

* {
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body {
	background-color: #FFF;
	color: #000;	
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal
}

html,
body {
	height: 100%;
	font-size: 14px
}

fieldset,
img {
	border: 0 none
}

img {
	max-width: 100%
}

a img {
	display: block
}

dl,
ul,
ol,
menu,
li {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after {
	content: '';
	content: none
}

q:before,
q:after {
	content: '';
	content: none
}

button,
input,
textarea,
select,
optgroup {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: middle
}

label {
	cursor: default
}

input:focus,
button:focus,
textarea:focus {
	outline: none
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	outline-style: none
}

button:hover,
button:active,
button:focus {
	outline-style: none
}

a {
	color: #333;
	text-decoration: none;
	outline: none
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal
}

figure {
	line-height: 0
}

[data-link-href] {
	cursor: pointer
}

input:hover,
input:active,
input:focus {
	outline-style: none
}

noscript {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: white;
	background: gray
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}

h1 {
	font-size: 60px;
	font-size: 4.285714285714286rem
}

h2 {
	font-size: 40px;
	font-size: 2.857142857142857rem
}

h3 {
	font-size: 30px;
	font-size: 2.142857142857143rem
}

h4 {
	font-size: 24px;
	font-size: 1.7142857142857142rem
}

h5 {
	font-size: 18px;
	font-size: 1.2857142857142858rem
}

h6 {
	font-size: 14px;
	font-size: 1rem
}

.clear {
	clear: both
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px
}

*+html .clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2
}

.bg-white {
	background-color: #FFF
}

.bg-gray {
	background-color: #f3f4f5
}

.rounded {
	border-radius: 5px
}

.thin.rounded {
	border-radius: 3px
}

.thick.rounded {
	border-radius: 8px
}

.border_none {
	border: 0 none
}

.block {
	display: block
}

.text_left {
	text-align: left
}

.text-right {
	text-align: right !important
}

.text-justify {
	text-align: justify
}

.text_bold {
	font-weight: bold
}

.inline_block {
	display: inline-block !important
}

.bold {
	font-weight: bold
}

.text_italic {
	font-style: italic
}

.underline {
	text-decoration: underline
}

.vmiddle {
	vertical-align: middle
}

.show {
	display: block
}

.hide {
	display: none
}

.pointer {
	cursor: pointer
}

.brw {
	word-break: break-word;
	word-wrap: break-word
}

.ecl {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media all and (max-width: 767px) {
	.hidden-xs.inline_block {
		display: none !important
	}
}

.w70 {
	width: 70px
}

.w160 {
	width: 160px
}

.w15p {
	width: 15%
}

.w20p {
	width: 20%
}

.w50p {
	width: 50%
}

.expand {
	width: 100%
}

@media all and (max-width: 767px) {
	.expand-xs {
		width: 100%
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.expand-sm {
		width: 100%
	}
}

.padding_l3 {
	padding-left: 3px
}

.padding_r3 {
	padding-right: 3px
}

.padding_b10 {
	padding-bottom: 10px
}

.margin_t10 {
	margin-top: 10px
}

.margin_t20 {
	margin-top: 20px
}

.margin_t30 {
	margin-top: 30px
}

.margin_t35 {
	margin-top: 35px
}

.margin_t60 {
	margin-top: 60px
}

.margin_t40 {
	margin-top: 40px
}

.margin_t50 {
	margin-top: 50px
}

.margin_b10 {
	margin-bottom: 10px
}

.margin_b20 {
	margin-bottom: 20px
}

.margin_b30 {
	margin-bottom: 30px
}

.margin_b40 {
	margin-bottom: 40px
}

.margin_b60 {
	margin-bottom: 60px
}

.margin_r10 {
	margin-right: 10px
}

.margin_v30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.txt_primary {
	color: #005CFF
}

.link-blue {
	color: #7b91ff
}

.text-placeholder {
	color: #9c9f9f
}

.txt-center {
	text-align: center !important
}

.txt-normal {
	font-weight: normal !important
}

.txt-bold {
	font-weight: bold !important
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.radius_10 {
	border-radius: 10px
}

.container {
	text-align: left;
	margin: 0 auto;
	*zoom: 1;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	*zoom: 1
}

.container.fullsize {
	max-width: 100%
}

.container:before,
.container:after {
	content: " ";
	display: table;
	line-height: 0
}

.container:after {
	clear: both
}

@media (min-width: 992px) {
	.container {
		max-width: 750px
	}
}

@media (min-width: 1184px) {
	.container {
		max-width: 1300px
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 1300px
	}
}

.row {
	margin-left: -7px;
	margin-right: -8px;
	*zoom: 1
}

.row:before,
.row:after {
	content: " ";
	display: table;
	line-height: 0
}

.row:after {
	clear: both
}

[class*="col-"] {
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

.scol {
	width: 100%;
	float: left
}

.col-xs-0 {
	width: auto
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

@media (min-width: 480px) {
	.col-sm-1 {
		width: 8.3333333333%
	}
	.col-sm-2 {
		width: 16.6666666667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.3333333333%
	}
	.col-sm-5 {
		width: 41.6666666667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.3333333333%
	}
	.col-sm-8 {
		width: 66.6666666667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.3333333333%
	}
	.col-sm-11 {
		width: 91.6666666667%
	}
	.col-sm-12 {
		width: 100%
	}
}

@media (min-width: 992px) {
	.col-md-1 {
		width: 8.3333333333%
	}
	.col-md-2 {
		width: 16.6666666667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.3333333333%
	}
	.col-md-5 {
		width: 41.6666666667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.3333333333%
	}
	.col-md-8 {
		width: 66.6666666667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.3333333333%
	}
	.col-md-11 {
		width: 91.6666666667%
	}
	.col-md-12 {
		width: 100%
	}
}

@media (min-width: 1184px) {
	.col-lg-1 {
		width: 8.3333333333%
	}
	.col-lg-2 {
		width: 16.6666666667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.3333333333%
	}
	.col-lg-5 {
		width: 41.6666666667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.3333333333%
	}
	.col-lg-8 {
		width: 66.6666666667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.3333333333%
	}
	.col-lg-11 {
		width: 91.6666666667%
	}
	.col-lg-12 {
		width: 100%
	}
}

@media (min-width: 1920px) {
	.col-xl-1 {
		width: 8.3333333333%
	}
	.col-xl-2 {
		width: 16.6666666667%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-4 {
		width: 33.3333333333%
	}
	.col-xl-5 {
		width: 41.6666666667%
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.3333333333%
	}
	.col-xl-8 {
		width: 66.6666666667%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-10 {
		width: 83.3333333333%
	}
	.col-xl-11 {
		width: 91.6666666667%
	}
	.col-xl-12 {
		width: 100%
	}
}

.row.row-flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row-flex .column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.row.row-flex .column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

.row.row-flex .column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.visible-xs {
	display: none !important
}

@media (max-width: 480px) {
	.hidden-xs {
		display: none !important
	}
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table !important
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

.visible-sm {
	display: none !important
}

@media (max-width: 992px) {
	.hidden-sm {
		display: none !important
	}
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table !important
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

.visible-md {
	display: none !important
}

@media (max-width: 1184px) {
	.hidden-md {
		display: none !important
	}
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

.visible-lg {
	display: none !important
}

@media (max-width: 1920px) {
	.hidden-lg {
		display: none !important
	}
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

.visible-xl {
	display: none !important
}

@media (max-width: 1920px) {
	.hidden-xl {
		display: none !important
	}
	.visible-xl {
		display: block !important
	}
	table.visible-xl {
		display: table !important
	}
	tr.visible-xl {
		display: table-row !important
	}
	th.visible-xl,
	td.visible-xl {
		display: table-cell !important
	}
}

@media (min-width: 992px) {
	.hidden-only-xs.hidden-only-md {
		display: none !important
	}
	.hidden-only-xs.hidden-only-lg {
		display: none !important
	}
	.hidden-only-sm.hidden-only-md {
		display: none !important
	}
	.hidden-only-sm.hidden-only-lg {
		display: none !important
	}
	.hidden-only-md {
		display: none !important
	}
	.hidden-only-md.hidden-only-lg {
		display: none !important
	}
	.hidden-only-lg.hidden-only-md {
		display: none !important
	}
	.hidden-only-lg {
		display: none !important
	}
	.hidden-only-xs {
		display: block !important
	}
	.hidden-only-xs.hidden-only-sm {
		display: block !important
	}
	.hidden-only-sm.hidden-only-xs {
		display: block !important
	}
	.hidden-only-sm {
		display: block !important
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	.hidden-only-xs {
		display: block !important
	}
	.hidden-only-xs.hidden-only-md {
		display: block !important
	}
	.hidden-only-xs.hidden-only-lg {
		display: block !important
	}
	.hidden-only-md.hidden-only-xs {
		display: block !important
	}
	.hidden-only-md {
		display: block !important
	}
	.hidden-only-md.hidden-only-lg {
		display: block !important
	}
	.hidden-only-lg.hidden-only-xs {
		display: block !important
	}
	.hidden-only-lg.hidden-only-md {
		display: block !important
	}
	.hidden-only-lg {
		display: block !important
	}
	.hidden-only-lg.hidden-only-sm {
		display: none !important
	}
	.hidden-only-md.hidden-only-sm {
		display: none !important
	}
	.hidden-only-sm {
		display: none !important
	}
	.hidden-only-xs.hidden-only-sm {
		display: none !important
	}
	.visible-only-lg.visible-only-sm {
		display: block !important
	}
	.visible-only-md.visible-only-sm {
		display: block !important
	}
	.visible-only-sm {
		display: block !important
	}
	.visible-only-xs.visible-only-sm {
		display: block !important
	}
}

@media (max-width: 479px) {
	.hidden-only-sm {
		display: block !important
	}
	.hidden-only-sm.hidden-only-md {
		display: block !important
	}
	.hidden-only-sm.hidden-only-lg {
		display: block !important
	}
	.hidden-only-md.hidden-only-sm {
		display: block !important
	}
	.hidden-only-md {
		display: block !important
	}
	.hidden-only-md.hidden-only-lg {
		display: block !important
	}
	.hidden-only-lg.hidden-only-sm {
		display: block !important
	}
	.hidden-only-lg.hidden-only-md {
		display: block !important
	}
	.hidden-only-lg {
		display: block !important
	}
	.hidden-only-xs {
		display: none !important
	}
	.hidden-only-sm.hidden-only-xs {
		display: none !important
	}
	.hidden-only-md.hidden-only-xs {
		display: none !important
	}
	.hidden-only-lg.hidden-only-xs {
		display: none !important
	}
	.visible-only-xs {
		display: block !important
	}
	.visible-only-sm.visible-only-xs {
		display: block !important
	}
	.visible-only-md.visible-only-xs {
		display: block !important
	}
	.visible-only-lg.visible-only-xs {
		display: block !important
	}
}

@media print {
	.visible-print {
		display: inherit !important
	}
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family: "kaiisoft";
	src: url("../fonts/kaiisoft.eot?dk4jxy");
	src: url("../fonts/kaiisoft.eot?dk4jxy#iefix") format("embedded-opentype"), url("../fonts/kaiisoft.ttf?dk4jxy") format("truetype"), url("../fonts/kaiisoft.woff?dk4jxy") format("woff"), url("../fonts/kaiisoft.svg?dk4jxy#kaiisoft") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "kaiisoft" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-next-slide:before {
	content: "\e91d";
	color: #b4c4e0
}

.icon-prev-slide:before {
	content: "\e91e";
	color: #b4c4e0
}

.icon-next:before {
	content: "\e91b"
}

.icon-prev:before {
	content: "\e91c"
}

.icon-odc-9:before {
	content: "\e912";
	color: #fff
}

.icon-odc-8:before {
	content: "\e913";
	color: #fff
}

.icon-odc-7:before {
	content: "\e914";
	color: #fff
}

.icon-odc-6:before {
	content: "\e915";
	color: #fff
}

.icon-odc-5:before {
	content: "\e916";
	color: #fff
}

.icon-odc-4:before {
	content: "\e917";
	color: #fff
}

.icon-odc-3:before {
	content: "\e918";
	color: #fff
}

.icon-odc-2:before {
	content: "\e919";
	color: #fff
}

.icon-odc-1:before {
	content: "\e91a";
	color: #fff
}

.icon-automation:before {
	content: "\e90e";
	color: #005cff
}

.icon-manual:before {
	content: "\e90f";
	color: #005cff
}

.icon-consultancy:before {
	content: "\e910";
	color: #005cff
}

.icon-check:before {
	content: "\e907"
}

.icon-testing:before {
	content: "\e906";
	color: #005cff
}

.icon-bigdata:before {
	content: "\e908";
	color: #005cff
}

.icon-aisensor:before {
	content: "\e909";
	color: #005cff
}

.icon-data_annotation:before {
	content: "\e90a";
	color: #005cff
}

.icon-outsourcing:before {
	content: "\e90d";
	color: #005cff
}

.icon-question:before {
	content: "\e90c";
	color: #005cff
}

.icon-data_labeling:before {
	content: "\e90b";
	color: #005cff
}

.icon-fb:before {
	content: "\e903";
	color: #1c4ca3
}

.icon-googleplus:before {
	content: "\e904";
	color: #1c4ca3
}

.icon-twitter:before {
	content: "\e905";
	color: #1c4ca3
}

.icon-email:before {
	content: "\e900";
	color: #1c4ca3
}

.icon-location:before {
	content: "\e901";
	color: #1c4ca3
}

.icon-phone:before {
	content: "\e902";
	color: #1c4ca3
}

.icon-arrow_up:before {
	content: "\e911";
	color: #fff
}

.btn {
	background: #fff;
	display: inline-block;
	font-size: 14px;
	color: #fff
}

.btn.btn_primary {
	background: #005CFF;
	color: #fff;
	border: 1px solid #fff;
	font-weight: bold
}

.btn.btn_primary:hover,
.btn.btn_primary:focus {
	background-color: #1C6EFF;
	color: #fff
}

.btn.btn_default {
	background: #005CFF;
	padding: 5px 15px;
	color: #fff
}

.btn.btn_default:hover,
.btn.btn_default:focus {
	color: #000;
	background-color: #fff
}

.btn.btn_line {
	border: 1px solid #005CFF;
	padding: 3px 33px;
	color: #005CFF
}

.btn.btn_line:hover,
.btn.btn_line:focus {
	color: #fff;
	background-color: #005CFF
}

.btn:hover,
.btn:focus {
	color: #005CFF;
	box-shadow: none
}

.btn-underline {
	color: #797687;
	font-size: 15px;
	position: relative;
	padding-bottom: 3px;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 15px;
	max-width: 140px;
	margin: 0 auto
}

.btn-underline:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #797687;
	transition: all 0.3s ease-in-out
}

.btn-underline i {
	display: inline-block;
	margin-left: 10px
}

.btn-underline:hover {
	color: #fff
}

.btn-underline:hover:before {
	background: #fff
}

.play-btn {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-weight: 600
}

.play-btn i {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 30px;
	box-shadow: 0px 10px 10px 0px rgba(176, 70, 70, 0.4)
}

.play-btn:hover {
	color: #fff
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 30px;
	height: 30px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.gallery-inner {
	box-sizing: border-box;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	-webkit-box-pack: center;
	-webkit-justify-content: center
}

.gallery-box {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1)
}

.gallery-box:hover {
	background: #FFFFFF;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1)
}

.gallery-box:hover .btn_default {
	background: #fff;
	color: #000
}

.gallery-box:hover p {
	color: #fff
}

.gallery-box.gbox-1 {
	padding: 0;
	min-height: auto
}

.gbox-title {
	color: #000;
	padding: 20px 0 20px 0
}

.gallery-box-icon {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: left
}

.grey-color-icon {
	text-align: center
}

.grey-color-icon img {
	vertical-align: middle
}

.btn_viewmore {
	text-decoration: underline;
	color: #005CFF;
	font-weight: bold
}

.btn_viewmore:hover {
	color: #005CFF !important
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	align-items: center;
	width: 100%;
	transition: transform 0.6s ease;
	backface-visibility: hidden;
	perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0)
	}
}

.carousel-item-next,
.active.carousel-item-right {
	transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next,
	.active.carousel-item-right {
		transform: translate3d(100%, 0, 0)
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
	.carousel-item-prev,
	.active.carousel-item-left {
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	color: #FFCCD4;
	text-align: center;
	opacity: #FFCCD4
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #FFCCD4;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#FFCCD4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23")
}

.carousel-control-next-icon {
	background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#FFCCD4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 20%;
	margin-left: 20%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 14px;
	height: 14px;
	margin-right: 14px;
	margin-left: 14px;
	text-indent: -999px;
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
}

.carousel-indicators li::before {
	position: absolute;
	top: 2px;
	left: 2px;
	display: flex;
	width: 8px;
	align-items: center;
	height: 8px;
	content: "";
	border-radius: 100%;
	background-color: #FFCCD4
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	border: 1px solid #F9556D
}

.carousel-indicators .active::before {
	background-color: #F9556D
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link.disabled {
	color: gray
}

.nav-tabs {
	border-bottom: 1 solid gray
}

.nav-tabs .nav-item {
	margin-bottom: -1
}

.nav-tabs .nav-link {
	border: 1 solid transparent
}

.nav-tabs .nav-link.disabled {
	color: gray;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: pink;
	background-color: #fff;
	border-color: gray green #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #005CFF;
	background-color: #005CFF
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.main p {
	line-height: 24px
}

.icon-check {
	color: #54BA24
}

.icon-question {
	color: #005CFF
}

.icon-googleplus {
	font-size: 33px !important;
	margin-left: 10px
}

.section {
	padding-top: 44px;
	padding-bottom: 50px
}

.section .section-title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	font-weight: normal
}

.section .section-title:after {
	content: " ";
	width: 45px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 45px;
	height: 3px;
	background: #005CFF
}

.section .section-title h2 {
	line-height: 50px;
	font-weight: normal;
	color: #222222
}

.section .section-title h2 span {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}

.section .section-title p {
	font-size: 24px;
    font-weight: 340;	
	line-height: 1.5;
}

.section .section-title.left_align {
	text-align: left
}

.section .section-title.left_align:after {
	left: 0;
	margin-left: 0
}

.section .section-title.right_align {
	text-align: right
}

.section .section-title.right_align:after {
	left: auto;
	right: 0
}

.sectionbg_dark {
	background-color: #35363a
}

.sectionbg_gray {
	background-color: #F8F9FF
}

.sectionbg_darkgray {
	background-color: #fcfbf9
}

.bg_lightpink {
	background-color: #FAECEC
}

.bg_lightyellow {
	background-color: #FFF1D7
}

.bg_lightgreen {
	background-color: #E6FAF2
}

.bg_lightorange {
	background-color: #FDF4EC
}

.bg_lightblue {
	background-color: #E6F8FA
}

.bg_lightviolet {
	background-color: #FFD7EF
}

.bg_lightlime {
	background-color: #EDFFD7
}

.content_title {
	color: #E6F8FA
}

.product_item {
	margin-bottom: 30px;
	position: relative
}

.viewmore {
	color: #fff;
	margin: 0px 40px
}

.viewmore i {
	font-size: 20px
}

.scrollup {
	display: none;
	position: fixed;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	padding-top: 16px;
	bottom: 10px;
	right: 150px;
	text-align: center;
	background-color: #005CFF;
	cursor: pointer;
	z-index: 1050;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	box-shadow: 1px 1px 20px rgba(2, 71, 192, 0.8)
}

.scrollup .icon-arrow_up {
	font-size: 15px;
	padding-top: 8px;
	vertical-align: middle;
	display: inline-block
}

.scrollup:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

@media (max-width: 991px) {
	.scrollup {
		bottom: 10px;
		right: 10px
	}
}

.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.3s ease-in-out
}

.site-header .header-inner {
	position: relative
}

.site-header .header-inner .site-nav {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between
}

.site-header .header-inner .site-nav .menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.site-header .header-inner .site-nav .menu-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out
}

.site-header .header-inner .site-nav .nav-right {
	margin-left: 50px
}

.site-header .header-inner .site-nav .nav-right .nav-btn {
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
	color: #fff;
	display: inline-block;
	padding: 7px 37px;
	font-weight: bold;
	border-radius: 30px;
	font-size: 14px;
	border: 2px solid transparent
}

.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fff;
	color: #fff
}

.site-header .site-mobile-logo {
	display: none
}

.site-header .site-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex
}

.site-header .site-main-menu li {
	margin: 0 10px;
	position: relative;
	padding: 36px 0;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase
}

.site-header .site-main-menu li:last-child {
	margin-right: 0
}

.site-header .site-main-menu li>a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	position: relative
}

.site-header .site-main-menu li>a.active {
	color: #005CFF
}

.site-header .site-main-menu li>a:hover,
.site-header .site-main-menu li>a.current_page {
	color: #005CFF
}

.site-header .site-main-menu li>a:hover:after,
.site-header .site-main-menu li>a.current_page:after {
	color: #005CFF
}

.site-header .nav-dark .site-main-menu li a {
	color: #2b2350
}

.site-header .nav-dark .site-main-menu li a:after {
	display: none
}

.site-header .nav-dark .site-main-menu li a:hover,
.site-header .nav-dark .site-main-menu li a.current_page {
	color: #005CFF
}

.logo-sticky {
	display: none
}

.pix-header-fixed {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 999999;
	box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
	animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
	background: #fff
}

.pix-header-fixed .header-inner .site-logo {
	padding: 0
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
	display: block
}

.pix-header-fixed .header-inner .site-logo .logo-main {
	display: none
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
	background: transparent;
	color: #fff;
	box-shadow: none;
	border-color: #fff
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
	background: #fff;
	color: #fff
}

.pix-header-fixed .site-main-menu li {
	padding: 36px 0;
	text-transform: uppercase
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
	color: #000
}

.pix-header-fixed .site-main-menu li a {
	color: #000
}

.pix-header-fixed .site-main-menu li a:after {
	display: none
}

.pix-header-fixed .site-main-menu li a:hover,
.pix-header-fixed .site-main-menu li a.current_page {
	color: #005CFF
}

.pix-header-fixed .site-main-menu li a:hover:before,
.pix-header-fixed .site-main-menu li a:hover:after,
.pix-header-fixed .site-main-menu li a.current_page:before,
.pix-header-fixed .site-main-menu li a.current_page:after {
	background: #005CFF
}

.pix-header-fixed .site-logo .main-logo {
	display: none
}

.pix-header-fixed .site-logo .sticky-logo {
	display: block
}

.return-to-top {
	position: fixed;
	bottom: -30px;
	right: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	z-index: 998;
	border-radius: 50%;
	opacity: 0;
	transition: bottom .5s ease, opacity .5s ease
}

.return-to-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	opacity: 1;
	display: block;
	transform: scale(1);
	transition: all .3s ease;
	border-radius: inherit;
	transition: transform .5s ease, opacity .6s ease
}

.return-to-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: inherit
}

.return-to-top>i {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: block;
	color: transparent;
	text-shadow: 0px 0px #fff, 0px 50px #fff;
	-webkit-transition: text-shadow .2s ease;
	-moz-transition: text-shadow .2s ease;
	transition: text-shadow .2s ease;
	z-index: 1
}

.return-to-top:hover:after {
	transform: scale(1.07);
	background: #fff;
	box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15)
}

.return-to-top:hover>i {
	text-shadow: 0px -50px #fff, 0px 0px #fff
}

.return-to-top.back-top {
	bottom: 20px;
	opacity: 1
}

.mask-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3333;
	top: 0;
	left: 0
}

.close-menu {
	display: none
}

@media (max-width: 1184px) {
	.site-header .header-inner {
		text-align: center;
		padding: 15px 0
	}
	.site-header .header-inner .site-nav {
		overflow: hidden
	}
	.site-header .header-inner .site-nav .nav-right {
		margin-left: 20px
	}
	.site-header .header-inner .site-nav .nav-right .nav-btn {
		padding: 8px 22px
	}
	.site-header .site-mobile-logo {
		display: block
	}
	.site-header .site-main-menu li {
		margin: 0 15px
	}
	.site-header .site-logo {
		display: none
	}
	.site-header .site-nav {
		position: fixed;
		width: 320px !important;
		height: 100vh;
		background: #fff;
		top: 0;
		left: -100%;
		display: block !important;
		transition: all 0.5s ease-in-out;
		overflow: scroll;
		box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1)
	}
	.site-header .site-nav .site-main-menu {
		display: block;
		width: 100%;
		padding-bottom: 50px;
		text-align: left
	}
	.site-header .site-nav .site-main-menu li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #f1f2f3
	}
	.site-header .site-nav .site-main-menu li:first-child {
		border-top: 1px solid #f1f2f3
	}
	.site-header .site-nav .site-main-menu li a {
		display: block;
		color: #888888;
		padding: 10px 35px;
		font-weight: bold
	}
	.site-header .site-nav .site-main-menu li a:after {
		display: none
	}
	.site-header .site-nav .nav-right {
		display: none
	}
	.site-header.header-two .toggle-menu .bar {
		background: #000
	}
	.header-inner .site-mobile-logo div,
	.header-inner .site-mobile-logo img {
		max-height: 60px;
		margin: auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}
	.pix-header-fixed .toggle-menu {
		top: 39px
	}
	.pix-header-fixed .toggle-menu .bar {
		background: #333
	}
	.pix-header-fixed .site-main-menu li a {
		color: #fff
	}
	.pix-header-fixed .header-inner .site-logo {
		padding: 12px 0
	}
	.sidebar-open .site-header .site-nav {
		left: 0
	}
	.sidebar-open .menu-wrapper:before {
		opacity: 1;
		visibility: visible
	}
	.close-menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		top: 0;
		text-align: right;
		width: 100%;
		left: 0;
		padding: 2px;
		padding: 30px 20px
	}
	.close-menu svg {
		width: 25px
	}
	.close-menu i {
		font-size: 36px;
		color: #000
	}
	.toggle-menu {
		position: absolute;
		left: 0;
		width: 36px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		height: 24px
	}
	.toggle-menu .bar {
		width: 30px;
		height: 2px;
		display: block;
		float: left;
		margin: 3px auto;
		transition: all 0.3s ease-in-out;
		background: #333
	}
	.header-dark .toggle-menu .bar {
		background: #000
	}
}

@media (max-width: 576px) {
	.site-header .site-nav {
		width: 100%
	}
}

.main-logo {
	width: 159px;
	height: 48px
}

.sticky-logo {
	width: 159px;
	height: 48px
}

.mainpage .main-logo {
	background-image: url(../images/main/main_logo.png);
	background-image: -webkit-image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x);
	background-image: image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x)
}

.mainpage .sticky-logo {
	background-image: url(../images/main/main_logo.png);
	background-image: -webkit-image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x);
	background-image: image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x)
}

.subpage .main-logo {
	background-image: url(../images/main/sub_logo.png);
	background-image: -webkit-image-set(url(../images/main/sub_logo.png) 1x, url(../images/main/m_sub_logo.png) 2x);
	background-image: image-set(url(../images/main/sub_logo.png) 1x, url(../images/main/m_sub_logo.png) 2x)
}

.subpage .sticky-logo {
	background-image: url(../images/main/main_logo.png);
	background-image: -webkit-image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x);
	background-image: image-set(url(../images/main/main_logo.png) 1x, url(../images/main/m_main_logo.png) 2x)
}

.footer {
	width: 100%;
	color: #fff;
	padding: 45px 0 23px;
	background: rgba(2, 8, 36, 0.95)
}

.footer .footer_title {
	text-decoration: underline
}

.footer .footer_content a {
	color: #fff;
	font-size: 14px
}

.footer .footer_content a:hover {
	color: #fff
}

.footer .footer_content p {
	font-size: 14px;
	line-height: 30px
}

.footer ul li {
	line-height: 25px
}

.footer ul li:nth-child(odd) {
	width: 50%;
	float: left
}

.footer ul li:nth-child(even) {
	width: 50%;
	float: left
}

.footer ul li a {
	color: #fff
}

.footer ul li a:hover {
	color: #005CFF !important
}

.footer .ks-icon {
	font-size: 23px;
	color: #fff;
	width: 31px;
	display: inline-block;
	vertical-align: middle
}

.footer .ks-icon:before {
	color: #fff
}

.footer dl {
	font-size: 14px;
	line-height: 27px
}

.footer dl dt {
	font-weight: bold
}

.footer dl dd {
	font-style: italic
}

.footer .footer_logo {
	margin-top: 8px;
	margin-bottom: 21px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle
}

/*.footer .footer_logo .f_logo {
	margin-left: 30px
}
*/
.footer .copyright span {
	color: #005CFF
}

.footer .sub_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1px
}

.footer .left .footer_content {
	margin-bottom: 20px
}

.footer .right .footer_social {
	margin-top: 20px;
	margin-bottom: 20px
}

.footer .center {
	text-align: left !important;
	margin-bottom: 15px
}

.footer .center .footer_title,
.footer .center .footer_content {
	margin-left: 20px
}

.footer .center .footer_content ul {
	margin-left: -15px
}

.footer .center .footer_title {
	margin-top: 7px;
	margin-bottom: 10px
}

@media (min-width: 992px) {
	.footer .right {
		text-align: left
	}
}

@media (max-width: 992px) {
	.footer [class*="col-"] {
		margin-bottom: 40px
	}
	.footer [class*="col-"]:last-child {
		margin-bottom: 0
	}
	.footer .center .footer_title,
	.footer .center .footer_content {
		margin-left: 0px
	}
	.footer .follow {
		text-align: left !important
	}
}

.barcode {
	width: 86px; 
	height: 86px
}
/*# sourceMappingURL=libs.css.map */