@charset"utf-8";
:root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
	--breakpoint-xxl: 1600px
}

::-moz-selection {
	background: #1eade7;
	color: #fff
}

::selection {
	background: #1eade7;
	color: #fff
}

*,
*::after,
*::before {
	box-sizing: border-box
}

.cf:after,
.cf:before {
	display: table;
	content: " "
}

.cf:after {
	clear: both
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap
}

.flex-between {
	justify-content: space-between;
	align-items: center
}

.flex-inline {
	display: inline-flex
}

.flex-center {
	align-items: center;
	justify-content: center
}

.flex-ai {
	align-items: center
}

.flex-jc {
	justify-content: center
}

.flex-bs {
	justify-content: space-between
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}
body, html {height:inherit !important;}
body {
	margin: 0;
	font-family: 'Montserrat', 'Kumbh Sans', -apple-system, Open Sans, "Segoe UI", roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	font-display: fallback;
	color: #333;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

blockquote {
	margin: 0 0 1rem
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a,
a::after,
a::before {
	transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	a,
	a::after,
	a::before {
		transition: none
	}
}

.transition.linear,
a.linear {
	transition-timing-function: linear
}

.transition.slow,
a.slow {
	transition-duration: 0.4s
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

img {
	vertical-align: middle;
	border-style: none
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: 0.5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	max-width: 100%;
	height: auto
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

ul {
	list-style: none
}

ol {
	list-style: outside decimal;
	margin-left: 18px;
	line-height: 1.6em
}

ol li {
	line-height: 1.8em
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0
}

.lead {
	font-size: 1.75rem;
	font-weight: 300
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

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

@media (min-width: 1280px) {
	.container {
		max-width: 1200px
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1200px
	}
}

@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
		margin: 0 auto
	}
}

@media (min-width: 768px) {
	.container-md {
		max-width: 720px;
		margin: 0 auto
	}
}

@media (min-width: 992px) {
	.container-lg {
		max-width: 960px;
		margin: 0 auto
	}
}

@media (min-width: 1280px) {
	.container-xl {
		max-width: 1230px;
		margin: 0 auto
	}
}

@media (min-width: 1600px) {
	.container-xxl {
		max-width: 1470px;
		margin: 0 auto
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.modal-footer:after,
.modal-header:after,
.row:after {
	clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: inherit
}

.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999999
}

.form-control::-webkit-input-placeholder {
	color: #999999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.form-control-sm {
	height: calc(1.5em + .875rem);
	padding: 0.3125rem 0.9375rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0
}

.form-control-lg {
	height: calc(1.5em + 2.3125rem);
	padding: 1.03125rem 2.0625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: 0.25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 700;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.71875rem 1.4375rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0;
	border-style: solid;
	border-width: 1px
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #000;
	text-decoration: none
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
	box-shadow: none
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-secondary {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45;
	box-shadow: none
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
	color: #000;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-white.disabled,
.btn-white:disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-action {
	color: #fff!important;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none
}

.btn-action.focus,
.btn-action:focus,
.btn-action:hover {
	color: #fff!important;
	background-color: #005dd9;
	border-color: #0057cc
}

.btn-action.disabled,
.btn-action:disabled {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff
}

.btn-outline-secondary {
	color: #e83b45!important;
	border-color: #e83b45
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
	color: #fff!important;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #e83b45;
	background-color: transparent
}

.btn-outline-action {
	color: #006dff!important;
	border-color: #006dff
}

.btn-outline-action.focus,
.btn-outline-action:focus,
.btn-outline-action:hover {
	color: #fff!important;
	background-color: #006dff;
	border-color: #006dff
}

.btn-outline-action.disabled,
.btn-outline-action:disabled {
	color: #006dff;
	background-color: transparent
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 1.03125rem 2.0625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.3125rem 0.9375rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 0.5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.fade {
	transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.fade.in {
	opacity: 1
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="auto"] .sys-linux,
*[data-sys="auto"] .sys-ios,
*[data-sys="auto"] .sys-android,
*[data-sys="auto"] .sys-other,
*[data-sys="win"] .sys-mac,
*[data-sys="win"] .sys-linux,
*[data-sys="win"] .sys-ios,
*[data-sys="win"] .sys-android,
*[data-sys="win"] .sys-other,
*[data-sys="mac"] .sys-win,
*[data-sys="mac"] .sys-linux,
*[data-sys="mac"] .sys-ios,
*[data-sys="mac"] .sys-android,
*[data-sys="mac"] .sys-other,
*[data-sys="linux"] .sys-win,
*[data-sys="linux"] .sys-mac,
*[data-sys="linux"] .sys-ios,
*[data-sys="linux"] .sys-android,
*[data-sys="linux"] .sys-other,
*[data-sys="android"] .sys-ios,
*[data-sys="android"] .sys-win,
*[data-sys="android"] .sys-mac,
*[data-sys="android"] .sys-linux,
*[data-sys="android"] .sys-other,
*[data-sys="ios"] .sys-android,
*[data-sys="ios"] .sys-win,
*[data-sys="ios"] .sys-mac,
*[data-sys="ios"] .sys-linux,
*[data-sys="ios"] .sys-other,
*[data-sys="other"] .sys-win,
*[data-sys="other"] .sys-mac,
*[data-sys="other"] .sys-linux,
*[data-sys="other"] .sys-ios,
*[data-sys="other"] .sys-android,
*[data-tar="auto"] .tar-alt,
*[data-tar="nor"] .tar-alt,
*[data-tar="alt"] .tar-nor,
.parameter {
	display: none !important;
	margin: 0 !important
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.transition,
.transition::after,
.transition::before {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear
}

.transition.slow {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s
}

.transition.fast {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.transition.delay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.transition.delay.fast {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.transition.delay.slow {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s
}

.transition.ease {
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.mobile-headerFix {
	display: none
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}

.bg-white {
	background-color: #fff !important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
	background-color: #e6e6e6 !important
}

.bg-action {
	background-color: #006dff !important
}

a.bg-action:focus,
a.bg-action:hover,
button.bg-action:focus,
button.bg-action:hover {
	background-color: #0057cc !important
}

.bg-support {
	background-color: #e83b45 !important
}

a.bg-support:focus,
a.bg-support:hover,
button.bg-support:focus,
button.bg-support:hover {
	background-color: #d71924 !important
}

.bg-coral {
	background-color: #f37460 !important
}

a.bg-coral:focus,
a.bg-coral:hover,
button.bg-coral:focus,
button.bg-coral:hover {
	background-color: #ef4b31 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-primary {
	border-color: #000 !important
}

.border-secondary {
	border-color: #e83b45 !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.border-black {
	border-color: #000 !important
}

.border-action {
	border-color: #006dff !important
}

.border-support {
	border-color: #e83b45 !important
}

.border-coral {
	border-color: #f37460 !important
}

.border-smoke {
	border-color: #f9f9f9 !important
}

.border-white {
	border-color: #fff !important
}

.text-primary {
	color: #000 !important
}

.text-secondary {
	color: #e83b45 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important
}

.text-white {
	color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
	color: #d9d9d9 !important
}

.text-black {
	color: #000 !important
}

a.text-black:focus,
a.text-black:hover {
	color: #000 !important
}

.text-action {
	color: #006dff !important
}

a.text-action:focus,
a.text-action:hover {
	color: #004cb3 !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

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

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

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

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

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

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

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.icon {
	stroke: currentColor;
	fill: none
}

.clearfix {
	*zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.green {
	color: #00b277
}

.blue {
	color: #00aaff
}

.footer {
	color: rgba(255, 255, 255, .3);
	padding: 30px 0;
	margin: 0
}

footer.custom-footer {
	padding: 0;
	position: relative;
	line-height: 30px;
	background-color: #000
}

.footer.custom-footer li a {
	color: rgba(255, 255, 255, .8)
}

.custom-footer .footer-left {
	width: 20%;
	float: left;
	padding: 30px 20px 30px 0
}

.custom-footer .footer-logo {
	text-align: center
}

.custom-footer .footer-logo .logo img {
	width: 200px;
	height: auto
}

.custom-footer .footer-logo .logo-slogan {
	margin-top: 15px;
	color: #dcd5cf;
	line-height: 1.2;
	font-size: 12px
}

.custom-footer .footer-middle {
	width: 78%;
	float: left;
	color: #dcd5cf;
	position: relative;
	padding: 30px 0 30px 20px
}

.custom-footer .footer-middle:before {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: calc(100% - 15px);
	background-color: rgba(255, 255, 255, .2)
}

.custom-footer .footer-middle-wrap {
	display: flex;
	justify-content: space-between
}

.custom-footer .footer-nav {
	width: 33.33%;
	float: left;
	text-align: left;
	padding: 0 10px
}

.custom-footer .footer-nav li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	color: #fff !important;
	padding: 2px 0
}

.custom-footer h3.footer-nav-title,
.custom-footer li.footer-nav-title {
	font-family: inherit;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0;
	font-weight: 600;
	color: #fff;
	text-align: left
}

.custom-footer .footer-right {
	width: 240px;
	float: left;
	padding: 30px 0
}

.custom-footer .footer-bottom {
	padding: 10px 0;
	border-top: solid 1px rgba(255, 255, 255, .2);
	font-weight: 300;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-align: left
}

.custom-footer .footer-bottom .footer-a a {
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding-right: 20px;
	font-size: 12px
}

@media only screen and (max-width: 900px) {
	.custom-footer .footer-wrapper {
		padding: 0
	}
	.custom-footer .footer-left {
		width: 100%;
		float: none;
		margin: 0 auto
	}
	.custom-footer .footer-middle-wrap {
		display: block
	}
	.custom-footer .footer-middle {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0
	}
	.custom-footer .footer-right {
		width: 100%;
		float: none;
		text-align: left;
		padding: 10px
	}
	.custom-footer .footer-nav {
		width: 100%;
		float: none;
		padding: 20px 10px 10px;
		border-bottom: solid 1px #464041;
		position: relative;
		transition: background 0.3s
	}
	.custom-footer .footer-nav:hover {
		background-color: #424141;
		opacity: 0.8
	}
	.custom-footer .footer-nav:after {
		font-weight: 700;
		position: absolute;
		right: 10px;
		top: 25px;
		transition: all 0.3s;
		content: '';
		background: url("/img/com/img/icons/down.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		width: 14px;
		height: 14px;
		-webkit-filter: grayscale(0) brightness(3);
		filter: grayscale(0) brightness(3);
		-webkit-transform-origin: center;
		transform-origin: center
	}
	.custom-footer .footer-nav.isExpanded:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.custom-footer .footer-social li {
		display: inline-block;
		margin-left: 10px
	}
	.custom-footer .footer-social li:first-child {
		margin-left: 0
	}
	.custom-footer .footer-social li a {
		width: 40px;
		height: 40px;
		display: inline-block
	}
}

@media(min-width:769px) {
	.custom-footer .footer-bottom-wrapper {
		width: 100%
	}
}

@media(max-width:1200px) {
	.custom-footer .footer-wrapper {
		width: 100%
	}
	.custom-footer .footer-bottom-wrapper {
		width: 100%
	}
}

@media (max-width: 769px) {
	.custom-footer .footer-bottom-wrapper {
		width: 100%
	}
}

.right-bar {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 48px;
	z-index: 1000;
	cursor: pointer
}

.right-bar>a,
.right-bar>div {
	float: left;
	height: 36px;
	margin-bottom: 1px;
	border-radius: 20px 0 0 20px;
	color: #fff;
	padding-left: 100%;
	clear: both;
	white-space: nowrap;
	font-size: 13px;
	line-height: 36px;
	font-style: normal;
	background-color: #aaa;
	background-repeat: no-repeat;
	background-position: 12px center;
	display: none;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1);
	transition: transform 0.2s cubic-bezier(.215, .61, .355, 1), padding 0.2s cubic-bezier(.215, .61, .355, 1), margin 0.2s cubic-bezier(.215, .61, .355, 1), background-color 0.2s cubic-bezier(.215, .61, .355, 1)
}

.right-bar>a.active,
.right-bar>a:hover,
.right-bar>div.active,
.right-bar>div:hover {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	padding-left: 45px;
	padding-right: 10px;
	margin-left: 48px;
	background-color: #23a0e1;
	text-decoration: none;
	color: #fff
}

.right-bar a,
.right-bar a:hover {
	color: #fff;
	text-decoration: none
}

.right-bar .bar-side-question {
	background-image: url("../img/right-side-question.png.webp");
	background-position: 4px center;
	background-size: 45px
}

.right-bar .bar-rocket {
	background-image: url("../img/back-to-top.png.webp");
	background-position: 0 center;
	background-size: 50px
}

.right-bar .bar-support {
	background-image: url("../img/FAQ.png.webp");
	background-position: 0 center;
	background-size: 50px
}

.right-bar .bar-backTop {
	background-image: url("../img/back-to-top.png.webp");
	background-position: 0 center;
	background-size: 50px
}

.right-bar .show-pc {
	display: block
}

.right-bar .bar-share {
	background-image: url("../img/share.png")
}

.right-bar .bar-faq {
	background-image: url("../img/faq.svg?01a4");
	background-position: 20px center
}

.right-bar .bar-review {
	background-image: url("../img/review.svg?ef0d");
	background-position: 14px center
}

.right-bar .bar-comment {
	background-image: url("../img/comment.svg?5ee4");
	background-position: 16px center
}

.right-bar .bar-rocket {
	background-image: url("../img/rocket.svg?b678");
	background-position: 19px center
}

.right-bar .bar-download,
.right-bar .bar-download:hover {
	background: url("../img/download_round.svg") #389555 40px 6px no-repeat;
	background-size: 34%;
	padding: 0;
	margin: 0 0 4px 48px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	text-decoration: none;
	color: #fff;
	height: 64px;
	border-radius: 40px 0 0 40px
}

.right-bar .bar-download a {
	display: block;
	padding: 32px 8px 0 30px
}

.right-bar .bar-weixin {
	background-image: url("../img/weixin.svg?31ef")
}

.right-bar .bar-weixin.active,
.right-bar .bar-weixin:hover {
	background-color: #36be4b;
	background-image: url("../img/weixin-hover.svg?639e")
}

@media only screen and (max-width: 768px) {
	.right-bar .bar-comment,
	.right-bar .bar-download,
	.right-bar .bar-review,
	.right-bar .bar-support {
		display: none
	}
	.right-bar .show-pc {
		display: none
	}
}

@media (max-width: 769px) {
	.header {
		border-bottom: solid 1px #d9d9d9
	}
	.mobile-headerFix {
		background-color: #fff;
		border-bottom: solid 1px #d9d9d9;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
		width: 100%;
		display: none
	}
	.mobile-headerFix.fix-show {
		display: block
	}
	.mobile-headerFix>div {
		padding: 10px 10px 0
	}
	.mobile-headerFix .logo img {
		width: 30px
	}
	.mobile-headerFix .title {
		text-align: center
	}
	.mobile-headerFix .appLogo {
		text-align: right
	}
	.mobile-headerFix .appLogo img {
		margin-left: 10px;
		width: 25px
	}
}

.new-subnav .header-menu-subnav-wrapper .pdf-converter-section .img-c,
.new-subnav .header-menu-subnav-wrapper .pdf-editor-section .img-c {
	margin-right: 15px
}

.main.inview {
	z-index: 1
}

.header {
	z-index: 99999
}

.dropdown-sec-heading {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: 700
}

.white.screen {
	background: white
}

@media (max-width: 769px) {
	.subheader {
		display: none !important
	}
}

@media(min-width:769px) {
	.subheader .search-btn {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4xIiBoZWlnaHQ9IjIwLjEiIHZpZXdCb3g9IjAgMCAyMC4xIDIwLjEiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzMzM7c3Ryb2tlLXdpZHRoOjAuOTM3NTtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjgiIGN5PSI4IiByPSI3LjUiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuNyAxNC43bDUgNSIvPjwvc3ZnPg==") 3px center/27px auto no-repeat;
		-webkit-filter: grayscale(1) brightness(5);
		filter: grayscale(1) brightness(5)
	}
}

.ace-mobile {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url("../img/icon/phone-menu.png") no-repeat;
	cursor: pointer;
	background-size: contain
}

.tempBody {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99
}

@media screen and (max-width: 960px) {
	.ace-mobile {
		display: block;
		margin-top: 5px
	}
	.ace-mobile.mobile-nav {
		background-image: url("../img/icon/close-white.png")
	}
}

.rating {
	display: inline-block;
	*display: inline;
	zoom: 1;
	*margin-bottom: 3px;
	color: #333
}

.rating li {
	display: inline-block;
	*display: inline;
	*padding: 0 2px 0 0;
	height: 15px;
	width: 15px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==") no-repeat 0 -3px;
	zoom: 1;
	margin: 0 1.5px
}

.rating li.on {
	background-position: 0 -31px
}

.rating li.half {
	background-position: 0 -58px
}

.bigRating li {
	background-position: -30px 0;
	width: 30px;
	height: 30px
}

.bigRating li.on {
	background-position: -30px -36px
}

.bigRating li.half {
	background-position: -30px -72px
}

.middleRating li {
	background-position: -71px 0;
	width: 20px;
	height: 20px
}

.middleRating li.on {
	background-position: -71px -36px
}

.middleRating li.half {
	background-position: -71px -72px
}

.rating-stars {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	position: relative;
	white-space: nowrap;
	height: 30px
}

.rating-stars i {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 30px;
	text-indent: -999999px;
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojREREREREfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==")
}

.rating-stars i.active {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==")
}

.rating-stars .icon {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 30px
}

.rating-stars+div {
	line-height: 34px
}

.rating.selectable .rating-stars {
	cursor: pointer
}

.rating.selectable .rating-stars:hover .rating-current-stars {
	display: none
}

.rating-background-stars .icon {
	opacity: 0.2
}

.rating-background-stars .icon.active {
	opacity: 1
}

.rating-current-stars {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	pointer-events: none;
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out
}

.rating-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	width: 60px;
	height: 30px;
	text-align: left;
	white-space: nowrap
}

.rating-count {
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	margin-left: 6px;
	margin-right: 6px
}

.rating-sml .rating-stars i {
	width: 22px;
	height: 30px;
	text-indent: -99999px;
	background-size: 16px auto
}

.rating-sml .rating-stars .icon {
	width: 22px;
	height: 30px
}

.language-slectBox {
	position: relative;
	text-align: left
}

.language-slectBox a {
	display: inline-block;
	color: #9b9b9b;
	font-size: 16px;
	padding-left: 32px;
	margin-right: 12px;
	margin-bottom: 5px
}

.language-slectBox a:hover {
	color: #fff;
	text-decoration: none
}

.language-slectBox a.en {
	background: url("../img/lang/svg/us.svg?8fb4") 0 center no-repeat;
	background-size: 28%
}

.language-slectBox a.jp {
	background: url("../img/lang/svg/jp.svg?3730") 0 center no-repeat;
	background-size: 28%
}

.language-slectBox a.br {
	background: url("../img/lang/svg/br.svg?0a45") 0 center no-repeat;
	background-size: 23%
}

.language-slectBox a.fr {
	background: url("../img/lang/svg/fr.svg") 0 center no-repeat;
	background-size: 24%
}

.language-slectBox a.de {
	background: url("../img/lang/svg/de.svg") 0 center no-repeat;
	background-size: 26%
}

@media screen and (max-width: 768px) {
	.custom-footer .footer-social {
		margin-bottom: 18px
	}
}

.subheader {
	position: relative;
	display: none;
	width: 100%;
	top: 80px;
	overflow: visible;
	z-index: 1000;
	color: #fff;
	border-bottom: 0;
	transition: all 0.3s;
	will-change: transform;
	background: #0960b0
}

.subheader .subheader-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	right: 21px
}

.subheader .flex-sub {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0
}

.subheader .sub-logo {
	justify-content: flex-start
}

.subheader .sub-logo a {
	color: #fff
}

.subheader .sub-logo a img {
	vertical-align: middle;
	width: 36px;
	margin-right: 10px
}

.subheader .sub-logo a:hover {
	text-decoration: none
}

.subheader .sub-list {
	justify-content: flex-end;
	text-align: right
}

.subheader .sub-list a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	padding: 0 20px
}

.subheader .sub-list a:hover {
	text-decoration: none;
	opacity: 0.9
}

.subheader-fixed {
	position: fixed;
	display: block;
	top: 0;
	left: 0
}

.subheader a.header-menu-download-btn {
	display: inline-block;
	padding: 7px 15px;
	margin-left: 8px;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #0960b0;
	background: #fff;
	border-radius: 3px
}

.subheader a.header-menu-buy-btn {
	display: inline-block;
	padding: 7px 15px;
	margin-left: 8px;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 3px
}

.subheader a.header-menu-download-btn:after {
	display: none
}

.subheader a.header-menu-download-btn:hover {
	opacity: 0.9;
	background: #fff
}

.number-of-post {
	margin: 20px;
	text-align: center
}

.number-of-post ul {
	display: inline-flex
}

.number-of-post li a {
	margin-right: 12px
}

.number-of-post li a,
.number-of-post li a:hover,
.number-of-post li.active a,
.number-of-post li.disabled {
	text-decoration: none
}

.navigation li {
	margin-right: 10px
}

.navigation li:not(:last-child):not(:first-child) a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	border-radius: 30px;
	text-align: center;
	color: #ccc
}

.navigation li:not(:last-child):not(:first-child) a:hover {
	border-color: #4f79ff;
	color: #4f79ff
}

.navigation li:not(:last-child):not(:first-child).active a {
	border-color: #4f79ff;
	color: #4f79ff
}

.navigation li:first-child,
.navigation li:last-child {
	line-height: 30px
}

.navigation li:first-child a,
.navigation li:last-child a {
	color: #ccc
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #4f79ff
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.banner-404 {
	padding-top: 70px;
	padding-bottom: 74px;
	border-bottom: 1px solid #f0f0f0;
	background: #edf4f9 url("../img/bg-404img.jpg") bottom center;
	background-repeat: no-repeat
}

.banner-404 .img,
.center-404 .img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.banner-404 h1 {
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px
}

.banner-404 p {
	font-size: 18px;
	color: #666666
}

.banner-404 a {
	font-size: 18px;
	color: #0071d1;
	outline: 0;
	text-decoration: underline
}

.banner-404 a.btn {
	border: 2px solid #0071d1;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 15px
}

.banner-404 a.btn:hover {
	background: #0071d1;
	color: #fff
}

.center-404 {
	padding-top: 70px;
	padding-bottom: 20px
}

.center-404 h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}

.center-404 h2 a {
	font-size: 22px;
	color: #337ab7;
	outline: 0
}

.center-404 h2 a:active,
.center-404 h2 a:hover {
	color: #23527c;
	outline: 0
}

.center-404 .col-md-4 {
	padding-left: 22px
}

.center-404 .left {
	background: url("../img/icon-line-404.png") right bottom no-repeat;
	padding-right: 24px
}

.guarantee {
	padding-top: 90px;
	background: #fafafa url("../img/support/world-bg.webp") center bottom no-repeat;
	min-height: 515px
}

.guarantee h2 {
	color: #466061;
	font-weight: 400
}

.guarantee ul {
	margin-top: 45px;
	text-align: center;
	font-size: 0
}

.guarantee li {
	margin-top: 20px;
	text-align: center;
	width: 180px;
	height: 180px;
	border: solid 1px #cfcfcf;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: top
}

.guarantee li:not(:last-child) {
	margin-right: 15px
}

.guarantee h3 {
	color: #eca616;
	font-size: 22px;
	margin-top: 60px;
	font-weight: 400
}

.guarantee h4 {
	color: #59797a;
	font-size: 16px;
	margin-top: 25px;
	line-height: 24px;
	font-weight: 400;
	max-width: 80%;
	margin: auto
}

.blackFriday {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998
}

.blackFriday .blackInfo {
	position: relative
}

.blackFriday .blackInfo .img {
	display: block;
	line-height: 0
}

.blackFriday .blackInfo .img img {
	max-width: 100%
}

.blackFriday .close-friday {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	cursor: pointer;
	display: block
}

.ad-bundles {
	position: relative
}

.ad-bundles .close-ad {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	width: 38px
}

.ad-bundles img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	text-align: center;
	height: 40px
}

.re {
	position: relative
}

.product-recommend {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1)
}

.product-recommend .close-re {
	position: absolute;
	right: 0;
	top: -20px;
	cursor: pointer
}

.product-recommend .close-re img {
	width: auto;
	height: auto
}

.product-recommend .title-re {
	background-image: url("../img/recommend/pro-title-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 38px;
	height: 158px;
	font-weight: 500
}

.product-recommend .title-re .txt {
	text-align: center;
	margin: 0 auto;
	width: 60%;
	line-height: 1
}

.product-recommend .product-main {
	padding: 25px 5%
}

.product-recommend .product-main .img {
	width: 45%;
	text-align: right;
	overflow: hidden
}

.product-recommend .product-main .img img {
	width: 425px;
	height: auto
}

.product-recommend .product-main .message {
	width: 52%;
	font-size: 18px
}

.product-recommend .product-main .name {
	font-size: 26px;
	margin-bottom: 20px
}

.product-recommend .product-main ul li {
	position: relative;
	padding: 8px 0 8px 35px
}

.product-recommend .product-main ul li::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 10px;
	background-image: url("../img/recommend/sure-ic.png");
	background-repeat: no-repeat
}

.product-recommend .product-main .link-web {
	margin-top: 20px
}

.download-free-btn {
	position: relative;
	background-color: #de6718;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	border-radius: 15px;
	padding: 10px 15px
}

.download-free-btn .icon {
	background-image: url("../img/recommend/win-mac-icon.png");
	background-repeat: no-repeat;
	width: 88px;
	height: 40px;
	vertical-align: middle;
	display: inline-block
}

.download-free-btn:hover {
	background-color: #cc5506;
	color: #fff;
	text-decoration: none
}

.product-recommend .product-main .link-web .more-link {
	margin-left: 15px
}

.subheader-art {
	padding:0 0 6px 0;
	width: 100%;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 8px rgb(0 0 0 / 30%);
	box-shadow: 1px 1px 8px rgb(0 0 0 / 30%)
}

.subheader-art.fix-scroll {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none
}

.subheader-art .logo {
	font-size: 18px;
	font-weight: 500
}

.subheader-art .logo img {
	width: 45px;
	height: auto;
	padding-right: 10px;
	display: inline-block
}

.subheader-art .nav-fix {
	width: 55%;
	margin-bottom: 0
}

.subheader-art .nav-fix li {
	width: 20%;
	text-align: center
}

.subheader-art .nav-fix li a {
	font-size: 18px
}

.subheader-art .right-db .down {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s linear;
	background-color: #435bfd;
	border: 2px solid #435bfd;
	margin-right: 5px;
	border-radius: 10px
}

.subheader-art .right-db .buy {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 15px;
	color: #435bfd;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s linear;
	background-color: #fff;
	border: 2px solid #435bfd;
	border-radius: 10px
}

.subheader-art .right-db .buy:hover {
	background-color: #435bfd;
	color: #fff
}

.ad-holiday .bg {
	background-size: cover;
	background-position: center;
	text-align: center;
	display: block;
	height: 100px;
	position: relative
}

.ad-holiday .bg.halloween {
	background: #301209 url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/halloween/ad-holiday-bg.jpg") no-repeat
}

.ad-holiday .bg.christmas {
	background-color: #bc152f;
	background-image: url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/christmas/christmas-bg.jpg");
	background-repeat: no-repeat
}
.ad-holiday .bg.years {
	background-color: #b00925;
	background-image: url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/christmas/new-year-ad-banner.jpg");
	background-repeat: no-repeat
}
.ad-holiday .bg img {
	text-align: left;
	max-width: 100%;
	width: 55%;
	height: auto;
	display: inline-block!important;
	padding-top: 10px
}

.ad-holiday .close-ad {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

.img-max {
	max-width: 100%
}

@media (max-width:1300px) {
	.subheader-art .nav-fix li a {
		font-size: 16px
	}
	.subheader-art .logo {
		font-size: 18px
	}
	.subheader-art .right-db .down {
		padding: 8px
	}
	.ad-holiday .bg img {
		width: 68%
	}
}

@media (max-width: 960px) {
	.ad-bundles img {
		height: 26px
	}
	.product-recommend .product-main {
		padding: 30px 0
	}
	.product-recommend .product-main .img img {
		width: 370px
	}
	.product-recommend .title-re .txt {
		width: 83%
	}
	.subheader-art.fix-scroll {
		display: none !important
	}
}

@media (max-width: 768px) {
	.product-recommend {
		padding-top: 80px
	}
	.product-recommend .title-re {
		font-size: 30px
	}
	.product-recommend .close-re {
		right: 12px
	}
	.product-recommend .close-re img {
		width: 35px
	}
	.product-recommend .product-main .img {
		text-align: center
	}
	.product-recommend .product-main .img,
	.product-recommend .product-main .message {
		width: 100%
	}
	.product-recommend .product-main .img img {
		width: 240px
	}
	.product-recommend .product-main .message {
		padding-top: 30px
	}
	.product-recommend .product-main .name {
		margin-bottom: 5px;
		text-align: center
	}
	.product-recommend .product-main ul li {
		padding: 5px 0 5px 35px
	}
	.product-recommend .product-main .link-web .more-link {
		text-align: center;
		width: 100%;
		margin-top: 10px
	}
	.product-recommend .product-main .link-web .download-free-btn {
		margin: 0 auto
	}
	.ad-holiday {
		display: none
	}
}

.alert-body-wind {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, .5)
}

.alert-body-wind .service-info {
	width: 320px;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -160px;
	top: 30%
}

.alert-body-wind .service-info .title {
	font-size: 20px;
	text-align: center;
	font-weight: 500
}

.alert-body-wind .service-info .des {
	padding: 10px 0
}

.alert-body-wind .service-info .close {
	background-color: #006dff;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 15px;
	border-radius: 4px;
	cursor: pointer
}

.header-toggle-new {
	background-color: #000;
	position: relative;
	z-index: 999
}

.header-toggle-new .logo {
	margin-top: 8px;
	width: 200px
}

.header-toggle-new .logo a {
	color: #fff
}

.header-toggle-new .logo img {
	width: 195px;
	height: auto;
	margin-right: 5px;
	display: inline-block
}

.header-toggle-new .nav ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	writing-mode: horizontal-tb
}

.header-toggle-new .nav ul li {
	padding: 0 35px 0 20px;
	font-size: 16px;
	position: relative;
	height: 44px;
	line-height: 44px
}

.header-toggle-new .nav ul li:first-child {
	margin-left: 0
}

.header-toggle-new .nav ul li .togNav,
.header-toggle-new .nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
	cursor: pointer
}

.header-toggle-new .nav ul li a:hover,
.header-toggle-new .nav ul li:hover .togNav,
.header-toggle-new .nav ul li:hover a {
	color: #041656;
	text-decoration: none
}

.header-toggle-new .nav ul li .ic-jt {
	position: absolute;
	right: 12px;
	line-height: 1;
	top: 15px;
	width: 14px;
	height: 14px;
	background: url("../img/icon/nav-jt-white.png") no-repeat;
	background-size: contain
}

.header-toggle-new .nav ul li:hover {
	background-color: #fff;
	color: #333
}

.header-toggle-new .nav ul li.store img {
	width: 24px;
	height: auto
}

.header-toggle-new .nav ul li.best-sale,
.header-toggle-new .nav ul li.store {
	padding: 0;
	width: 85px;
	text-align: center
}

.header-toggle-new .nav ul li.best-sale:hover,
.header-toggle-new .nav ul li.store:hover {
	background-color: transparent!important
}

.header-toggle-new .nav ul li:hover .ic-jt {
	background-image: url("../img/icon/nav-jt-blue.png")
}

.header-toggle-new .nav ul li.active .togNav {
	color: #041656
}

.header-toggle-new .nav ul li.active .togNav .iconfont {
	transition: all 0.3s ease;
	transform: rotate(180deg)
}

.header-toggle-new .nav ul li .item {
	position: absolute;
	z-index: 999;
	top: 44px;
	left: 0;
	background-color: #fff;
	color: #333;
	padding: 10px 0;
	width: 530px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.header-toggle-new .nav ul li .item.support-item {
	width: 220px
}
.header-toggle-new .nav ul li .item.support-item .link-title{
	border-bottom: 1px solid #ccc;
    color: #333;
    padding: 5px 15px 15px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.header-toggle-new .nav ul li .item dl {
	border-right: 1px solid #ddd;
	width: 49%;
	padding-left: 22px;
	line-height: 1.6;
	margin-bottom: 0;
}

.header-toggle-new .nav ul li .item.support-item dl {
	width: 100%
}

.header-toggle-new .nav ul li .item dl a {
	color: #333;
	font-size: 15px;
}

.header-toggle-new .nav ul li .item dl:last-child {
	border: none
}

.header-toggle-new .nav ul li .item dl dt {
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 14px;
	color: #777;
	padding-top: 8px;
}

.header-toggle-new .nav ul li .item dl dd {
	font-size: 15px;
	padding: 5px 0;
	position: relative
}

.header-toggle-new .nav ul li .item dl dd span {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal
}

.header-toggle-new .nav ul li .item dl dd a:hover {
	color: #041656
}

.header-toggle-new .nav ul li.active .item {
	display: block
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon{
	position: absolute;
	left: -12px;
	top:10px
}
.header-toggle-new .nav ul li .item dl dd .product-img-icon-s{
	position: absolute;
	left: -12px;
	top:5px;
}
.header-toggle-new .nav ul li .item dl dd .product-img-icon img {
	width: 36px;
	height: auto
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon-s img {
	width: 28px;
	height: auto
}

.header-toggle-new .nav ul li .item dl.have-icon dd {
	padding-left: 35px
}
.header-toggle-new .nav ul li .item.support-item dl.have-icon dd {
	padding-left: 25px
}
.header-toggle-new .nav ul li .item dl dd.text-link a {
	font-weight: normal
}

.custom-footer .footer-nav .facebook img,
.custom-footer .footer-nav .twitter img,
.custom-footer .footer-nav .youtube img {
	width: 30px;
	height: auto;
	margin-right: 5px
}

.custom-footer .footer-nav .br img,
.custom-footer .footer-nav .de img,
.custom-footer .footer-nav .fr img,
.custom-footer .footer-nav .jp img {
	width: 24px
}

.title-gift img {
	width: 50px;
	height: auto
}

.header-toggle-new .nav.animate-menu {
	display: block;
	z-index: 999
}

.newly-supported {
	width: 360px;
	margin: 15px auto;
	background-color: #fff;
	padding: 10px 15px 15px;
	border-radius: 5px;
	text-align: left;
	font-size: 14px
}

.newly-supported>div {
	margin-top: 8px
}

.newly-supported span {
	text-transform: uppercase;
	color: #fff;
	padding: 4px 8px;
	border-radius: 2px;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	width: 100px;
	text-align: center
}

.newly-supported .btn-green {
	background-color: #3CB371
}

.newly-supported .btn-lagoon {
	background-color: #00CED1
}

.newly-supported .btn-blue {
	background-color: #005dd9
}

.newly-supported .btn-red {
	background-color: #e21b26
}

.recomend-product.recomend-new .newly-supported {
	background-color: transparent;
	padding: 25px 15px 25px 25px;
	width: 330px;
	margin: 0
}

.recomend-product.recomend-new .newly-supported h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px
}

.recomend-product.recomend-new .newly-supported>div {
	margin-top: 10px
}

.recomend-product.recomend-new .newly-supported span {
	width: 90px;
	font-size: 13px
}

.recomend-product.recomend-new {
	background-image: -webkit-linear-gradient(-10deg, transparent 0%, transparent 62%, rgb(0, 42, 255, 0.15) 62%, rgb(0, 42, 255, 0.15) 100%, transparent 100%, transparent);
	border: 2px solid #d9dfff;
	width: 960px;
	padding: 0;
	background-color: #fff;
	overflow: hidden
}

.recomend-product.recomend-new .img {
	width: 85px;
	overflow: hidden;
	margin: 25px 15px
}

.recomend-product.recomend-new .info {
	width: 50%;
	padding: 25px 15px 25px 0
}

.recomend-product.recomend-new .learn-div .btn {
	width: 300px
}

@media (max-width: 1280px) {
	.header-toggle-new .nav ul li {
		padding: 0 30px 0 20px
	}
}

@media (max-width: 996px) {
	.ace-mobile {
		display: block
	}
	.header-toggle-new .nav {
		display: none
	}
	.header-toggle-new .nav ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		height: auto
	}
	.header-toggle-new .nav.animate-menu {
		width: 100%
	}
	.header-toggle-new .nav ul li .togNav,
	.header-toggle-new .nav ul li a {
		padding-left: 10px
	}
	.header-toggle-new .nav ul li .item {
		width: 100%;
		position: initial;
		box-shadow: none;
		padding: 10px 0
	}
	.recomend-product.recomend-new {
		width: 96%;
		background-image: -webkit-linear-gradient(-90deg, transparent 0%, transparent 55%, rgb(0, 42, 255, 0.15) 55%, rgb(0, 42, 255, 0.15) 100%, transparent 100%, transparent)
	}
	.recomend-product.recomend-new .info {
		width: 78%
	}
	.header-toggle-new .nav ul li .item.support-item{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.header-toggle-new .nav ul li .item dl {
		width: 100%;
		border-right: none
	}
	.header-toggle-new .nav ul li {
		padding: 0
	}
	.header-toggle-new .nav ul li .togNav,
	.header-toggle-new .nav ul li a {
		padding-left: 5px
	}
	.header-toggle-new .nav ul li .item dl dd span {
		display: none
	}
	.header-toggle-new .nav ul li .item {
		padding: 10px 15px
	}
	.header-toggle-new .nav ul li .item dl,
	.header-toggle-new .nav ul li .item dl.have-icon dd {
		padding-left: 0
	}
	.newly-supported {
		width: 96%
	}
	.recomend-product.recomend-new .info {
		width: 72%;
		text-align: left
	}
	.recomend-product.recomend-new {
		background-image: none
	}
	.recomend-product.recomend-new .newly-supported {
		width: 100%;
		background-color: #d9dfff
	}
	.custom-footer .footer-logo .logo img {
		width: 100%
	}
}