
html,
body,
button {
	font-size: 20px;
  font-family: 'DBHeavent';
}

html[lang='zh'] body {
	/* font-size: 16px; */
	/* line-height: 1.2; */
}

html[lang='en'] body,
html[lang='en'] button {
	font-family: 'DBHeavent';
}

html[lang='th'] body,
html[lang='th'] button {
	font-family: 'DBHeavent';
}

html {
	word-spacing: normal;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
	scroll-behavior: smooth;
}

html.disable-scroll {
	overflow-y: hidden;
}

.html-wrapper p {
	word-break: break-word;
}

.html-wrapper iframe {
	max-width: 100%;
	min-height: 300px;
}

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

body {
	color: #1a1a1a;
	line-height: 1.195;
}

.d1 {
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 2.8rem;
}

.h1,
h1 {
	font-size: 2.4rem;
	font-weight: 700;
}

html[lang='zh'] .h1,
html[lang='zh'] h1 {
	font-size: 2rem;
	font-weight: 700;
}

.h2,
h2 {
	font-size: 1.6rem;
	font-weight: 700;
}

html[lang='zh'] .h2,
html[lang='zh'] h2 {
	font-size: 1.4rem;
}

.h3,
h3 {
	font-size: 1.3rem;
	font-weight: 700;
}

html[lang='zh'] .h3,
html[lang='zh'] h3 {
	font-size: 1rem;
}

html[lang='zh'] .h4,
html[lang='zh'] h4 {
	font-size: 0.8rem;
	font-weight: 600;
}

.h4,
h4 {
	font-size: 1rem;
	font-weight: 600;
}

html[lang='zh'] .h5,
html[lang='zh'] h5 {
	font-size: 0.7rem;
}

.h5,
h5 {
	font-size: 0.9rem;
	font-weight: 500;
}

.h6,
h6 {
	font-size: 0.7rem;
	font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	white-space: break-spaces;
}

html[lang='zh'] p {
	font-size: 0.8rem;
}
@font-face {
    font-family: 'DBHeavent';
    src: url('../fonts/DBHeavent/dbheavent-bold-webfont.woff2') format('woff2'), url('../fonts/DBHeavent/dbheavent-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-display: block;
}
p {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	white-space: break-spaces;
}

a {
	font-size: 1rem;
	cursor: pointer;
	color: inherit;
}

a:hover {
	color: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

html[lang='zh'] a {
	font-size: 0.8rem;
}

img {
	max-width: 100%;
}

.font-weight-semibold {
	font-weight: 500;
}

.text-primary {
	color: #f37021 !important;
}

.bg-primary {
	background-color: #f37021 !important;
}

.rounded {
	border-radius: 8px !important;
}

.form-control {
	border-radius: 8px;
}

.form-control::-webkit-input-placeholder {
	color: #c1bdba;
	opacity: 1;
}

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

.form-control:-ms-input-placeholder {
	color: #c1bdba;
	opacity: 1;
}

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

html[lang='zh'] select.form-control,
html[lang='zh'] input.form-control,
html[lang='zh'] textarea.form-control {
	font-size: 0.8rem;
}

select.form-control,
input.form-control {
	height: calc(1.2em + 0.7rem + 2px);
}

.carousel-indicators {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
}

.carousel-indicators li {
	border: none;
	background: #c1bdba;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}

.carousel-indicators li.active {
	width: 32px;
	height: 8px;
	border-radius: 5px;
	background: #f37021;
}

.pagination {
	margin: 0 -7px;
}

.pagination .page-item {
	margin: 0 7px;
}

.pagination .page-item.active .page-link {
	background: inherit;
	color: #595a5c;
	border-color: #f37021;
}

.page-link {
	font-size: 1.3rem;
	font-weight: 700;
	color: #595a5c;
	padding: 0.25rem 0.65rem;
	line-height: 1;
	border-radius: 5px;
	box-shadow: none !important;
	border-color: #c1bdba;
}

.page-link:hover {
	color: #f37021;
}

.page-link.link-previous,
.page-link.link-next {
	text-indent: -9999px;
	min-width: 38px;
}

.page-link.link-previous {
	background: url('/images/icons/chevron_left.svg') no-repeat center;
}

.page-link.link-next {
	background: url('/images/icons/chevron_right.svg') no-repeat center;
}

select.form-control {
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('/images/icons/chevron_down.svg') no-repeat top 15px right
		10px;
	background-color: #fff;
}

.custom-control-input:checked ~ .custom-control-label:before {
	color: #fff;
	border-color: #f37021;
	background-color: #f37021;
}

.custom-control-input:focus ~ .custom-control-label:before {
	color: #fff;
	box-shadow: 0 0 0 0.2rem #fabe9a;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
	background-color: #fabe9a;
	border-color: #fabe9a;
}

.rabbit-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	color: #fff;
	border-color: #58595b;
	background-color: #58595b;
}

.rabbit-checkbox .custom-control-input:focus ~ .custom-control-label:before {
	color: #fff;
	box-shadow: 0 0 0 0.2rem #98999b;
}

.rabbit-checkbox
	.custom-control-input:not(:disabled):active
	~ .custom-control-label:before {
	background-color: #98999b;
	border-color: #98999b;
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
	padding-top: 0.2rem;
}

.custom-radio.invert
	.custom-control-input:checked
	~ .custom-control-label:before,
.custom-checkbox.invert
	.custom-control-input:checked
	~ .custom-control-label:before {
	background: #fff;
}

.custom-radio.invert
	.custom-control-input:checked
	~ .custom-control-label::after,
.custom-checkbox.invert
	.custom-control-input:checked
	~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23F37024' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.popover {
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	background-color: #f37021;
	border: 0;
	border-radius: 4px;
}

.popover-body {
	color: #fff;
}

.bs-popover-auto[x-placement^='bottom'] > .arrow::after,
.bs-popover-bottom > .arrow::after {
	border: none;
}

.bs-popover-auto[x-placement^='bottom'] > .arrow,
.bs-popover-bottom > .arrow {
	top: calc(-0.5rem);
}

.bs-popover-auto[x-placement^='bottom'] > .arrow::before,
.bs-popover-bottom > .arrow::before {
	border-bottom-color: #f37021;
	border-radius: 1px;
}

.popover-outline .popover {
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(190, 190, 190, 0.5);
}

.popover-outline .popover-body {
	color: #333;
}

.popover-outline .bs-popover-auto[x-placement^='bottom'] > .arrow::after,
.popover-outline .bs-popover-bottom > .arrow::after {
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-color: transparent;
	border-bottom-color: #fff;
	border-style: solid;
}

.popover-outline .bs-popover-auto[x-placement^='bottom'] > .arrow::before,
.popover-outline .bs-popover-bottom > .arrow::before {
	border-bottom-color: #e9e7e8;
}

.mt-6 {
	margin-top: 4rem !important;
}

.mb-6 {
	margin-bottom: 4rem !important;
}

.my-6 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.min-vh-80 {
	min-height: 80vh !important;
}

.alert {
	padding: 0.5rem;
	border: none;
}

.alert.alert-danger {
	color: #dc3545;
	background-color: rgba(220, 53, 69, 0.1);
}

.tooltip-inner {
	font-family: 'DBHeavent';
	font-size: 0.8rem;
	background-color: #595a5c;
}

.tooltip-inner p {
	margin-bottom: 8px;
}

.bs-tooltip-auto[x-placement^='right'] .arrow::before {
	border-right-color: #595a5c;
}

.bs-tooltip-auto[x-placement^='left'] .arrow::before {
	border-left-color: #595a5c;
}

#convolab-preform .convolab-prefill-label {
	width: 0;
	margin-right: 0;
}

#convolab-preform .convolab-preform-dialog {
	width: 400px;
}

#convolab-preform .convolab-preform-dialog .fa-envelope,
#convolab-preform .convolab-preform-dialog .fa-phone {
	width: 100%;
}

#convolab-preform #prefill-submit-icon {
	display: none;
}

#convolab-preform .convolab-prefill-submit #prefill-submit-icon {
	display: block;
}

#convolab-chatbtn {
	max-width: 80pt !important;
	max-height: 35pt !important;
}

#convolab-chatbtn #convolab-chat-icon {
	max-width: 80pt !important;
	max-height: 35pt !important;
	object-fit: contain;
}

.ot-sdk-show-settings {
	color: #f37021 !important;
	border-color: #f37021 !important;
	background-color: #ffffff !important;
}

.ot-sdk-show-settings:hover {
	color: #fff !important;
	background-color: #f37021 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
	background-color: white !important;
	border-color: #7d7d7d !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
	background-color: #f37021 !important;
	border: 1px solid #f37021 !important;
}

.ot-switch-nob {
	border-color: white !important;
	background-color: white !important;
}

.ot-plus-minus span {
	background-color: white !important;
}

.ot-always-active {
	color: white !important;
}

.partners-section .swiper-button-prev,
.partners-section .swiper-button-next {
	text-align: center;
	color: #c1bdba;
	background: #fff;
	border: 0;
	border-radius: 0;
	width: 30px;
	height: 100%;
	top: 22px;
	text-align: center;
	color: #c1bdba;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.partners-section .swiper-button-prev {
	left: 0;
}

.partners-section .swiper-button-next {
	right: 0;
}

.partners-section .swiper-button-prev:after,
.partners-section .swiper-button-next:after {
	font-size: 18px;
	background: #e9e7e8;
	border: 1px solid #e9e7e8;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 6px;
}

.partners-section .swiper-button-prev:hover:after,
.partners-section .swiper-button-next:hover:after {
	color: #fff;
	background: #f37021;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gap-20 {
	gap: 20px;
}

.container-xxl {
	max-width: 1440px !important;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.container-xxl {
		padding: 0 15px;
	}
}

.container-xl {
	max-width: 1200px !important;
	padding: 0;
}

@media (max-width: 768px) {
	.container-xl {
		padding: 0 15px;
	}
}

.dropdown-menu {
	border: none;
	box-shadow:
		0px 3px 6px -4px #0000001f,
		0px 6px 16px 0px #00000014,
		0px 9px 28px 8px #0000000d;
}

.dropdown-arrow {
	position: relative;
	margin: 0;
}

.dropdown-arrow .option {
	display: block;
	padding: 6px 12px;
	cursor: pointer;
}

.dropdown-arrow .option:hover {
	background: #fff7f2;
}

.dropdown-arrow::before {
	content: '';
	position: absolute;
	top: -6px;
	right: 1rem;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	-webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

.custom-text {
	font-size: 1.2rem;
}

html[lang='zh'] .custom-text {
	font-size: 1rem;
}

.wechat-tooltip .tooltip-inner {
	background: #fff;
}

.wechat-tooltip .tooltip {
	opacity: 1;
}

.wechat-tooltip .arrow::before {
	border-bottom-color: #fff !important;
}

.css-14vv3v4 {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

.css-14vv3v4 .logo {
	color: #fff;
}

.css-14vv3v4 .login-btn {
	color: #fff;
	border-color: #fff !important;
}

.css-14vv3v4.navFixed .nav-bar {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	background: linear-gradient(
		180deg,
		#ffe9d9 0%,
		rgba(253, 242, 234, 0.8) 50%,
		rgba(252, 247, 243, 0.4) 75%,
		rgba(251, 251, 251, 0) 100%
	);
	color: #1a1a1a;
}

.css-14vv3v4.navFixed .logo {
	color: #f37021;
}

.css-14vv3v4.navFixed .login-btn {
	border-color: transparent !important;
}

.css-14vv3v4.navFixed .nav-item {
	color: #1a1a1a;
}

.css-14vv3v4.navFixed .nav-item a {
	color: #1a1a1a;
}

.css-14vv3v4.navFixed .nav-item-actived {
	border-color: #f37021;
}

@media (max-width: 1200px) {
	.css-14vv3v4.navFixed .nav-bar {
		position: static;
		background: linear-gradient(0deg, #ff9318 0%, #ff3300 176.97%);
		color: #fff;
	}
}

.css-14vv3v4.navScrolled .nav-bar,
.css-14vv3v4:hover .nav-bar {
	background: linear-gradient(0deg, #ff9318 0%, #ff3300 176.97%);
	color: #fff;
}

.css-14vv3v4.navScrolled .nav-bar .nav-item,
.css-14vv3v4:hover .nav-bar .nav-item {
	color: #fff;
}

.css-14vv3v4.navScrolled .nav-bar .nav-item a,
.css-14vv3v4:hover .nav-bar .nav-item a {
	color: #fff;
}

.css-14vv3v4.navScrolled .nav-bar .nav-item-actived,
.css-14vv3v4:hover .nav-bar .nav-item-actived {
	border-color: #fff;
}

.css-14vv3v4.navScrolled .login-btn,
.css-14vv3v4:hover .login-btn {
	color: #fff;
	border-color: #fff !important;
}

.css-14vv3v4.navScrolled .logo,
.css-14vv3v4:hover .logo {
	color: #fff;
}

.css-14vv3v4 .top-bar {
	background-color: #fff;
}

.css-14vv3v4 .nav-bar {
	background: linear-gradient(0deg, #ff9318 0%, #ff3300 176.97%);
	color: #fff;
}

.css-1jiq1sj {
	color: #1a1a1a;
	height: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.css-1jiq1sj .lang-wrapper {
	height: 2rem;
}

.css-1jiq1sj .icons {
	margin-right: 0.5rem;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.css-1jiq1sj .icons path {
	fill: #fff;
}

.css-1jiq1sj .icons.fill-none path {
	fill: none;
}

.css-1jiq1sj .cursor-pointer {
	cursor: pointer;
}

.css-1jiq1sj .icon-outline {
	margin-right: 0.5rem;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.css-mehosx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.css-mehosx .left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	min-width: 0;
	position: relative;
}

.css-mehosx .left .mock {
	background: linear-gradient(90deg, rgba(186, 79, 2, 0) 0%, #ba4f02 100%);
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.css-mehosx .right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

html[lang='zh'] .css-mehosx .download-btn {
	font-size: 0.8rem;
}

.css-c929hd {
	-webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
}

.css-6yyckj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2rem;
}

.css-6yyckj .tag {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #dc1e32;
	color: #fff;
	border-radius: 9999px;
	padding: 0 6px;
	margin-right: 1rem;
}

.css-6yyckj p {
	margin-bottom: 0;
	white-space: nowrap;
}

.css-6yyckj a {
	color: #f37021;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	-webkit-text-decoration-thickness: 1px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #f37021;
	text-decoration-color: #f37021;
	font-size: 1rem;
	white-space: nowrap;
}

.css-6yyckj .marquee {
	position: relative;
	overflow: hidden;
	min-width: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.css-6yyckj .marquee:hover .marquee-inner.scroll {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.css-6yyckj .marquee-inner {
	display: inline-block;
	white-space: nowrap;
	-webkit-animation: none;
	animation: none;
}

.css-6yyckj .marquee-inner.scroll {
	padding-left: 100%;
	-webkit-animation: marquee 15s linear infinite;
	animation: marquee 15s linear infinite;
}

@media (max-width: 576px) {
	.css-6yyckj {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.css-6yyckj .alert-message {
		width: 85%;
	}

	.css-6yyckj .alert-action {
		width: 15%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@media (max-width: 576px) {
	.css-6yyckj .marquee-inner {
		-webkit-animation-duration: 20s;
		animation-duration: 20s;
	}
}

.css-1llo809 div {
	padding: 6px 12px;
	cursor: pointer;
}

.css-1llo809 div:hover {
	background: #fff7f2;
}

html[lang='zh'] .css-1llo809 div {
	font-size: 0.8rem;
}

.css-16xem6e {
	position: -webkit-sticky;
	position: sticky;
}

.css-16xem6e .navbar-brand .home-btn {
	margin-left: 2rem;
}

.css-16xem6e .logo {
	height: 2rem;
	width: auto;
}

.css-16xem6e .login-btn {
	height: 44px;
	line-height: 44px;
	border-radius: 2px;
	padding: 0 16px;
	white-space: nowrap;
}

.css-16xem6e .login-btn:hover {
	background-color: #fff;
	color: #f37021 !important;
}

html[lang='zh'] .css-16xem6e .login-btn {
	font-size: 0.8rem;
}

.css-16xem6e .link:hover {
	color: #933b08;
}

@media (max-width: 1199.98px) {
	.css-16xem6e {
		color: #fff;
	}

	.css-16xem6e .navbar-toggler-icon {
		height: 24px;
	}

	.css-16xem6e .logo {
		height: 1.6rem;
	}

	.css-16xem6e .logo path {
		fill: #fff;
	}
}

.css-1rzarww {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}

.css-1rzarww .nav-item-wrapper > .submenu-wrapper {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition:
		max-height 0.15s ease-out,
		opacity 0.1s ease-out,
		-webkit-transform 0.15s ease-out;
	-webkit-transition:
		max-height 0.15s ease-out,
		opacity 0.1s ease-out,
		transform 0.15s ease-out;
	transition:
		max-height 0.15s ease-out,
		opacity 0.1s ease-out,
		transform 0.15s ease-out;
}

.css-1rzarww .nav-item-wrapper:hover > .submenu-wrapper {
	max-height: 500px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.css-17vkdtc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	margin: 0 1rem;
	font-size: 1.2rem;
	border-bottom: 1px solid transparent;
	border-color: transparent;
	color: #fff;
}

.css-17vkdtc.nav-item-actived {
	border-color: #fff;
}

.css-17vkdtc a {
	font-size: 1.2rem;
}

.css-17vkdtc a:hover {
	color: #933b08 !important;
}

.css-17vkdtc .icon {
	margin-top: -3px;
}

html[lang='zh'] .css-17vkdtc {
	font-size: 1rem;
}

html[lang='zh'] .css-17vkdtc a {
	font-size: 1rem;
}

.css-aysemf {
	background-color: #fff;
	box-shadow: 0px 44px 44px -7px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

.css-2sz6az {
	color: #1a1a1a;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.css-2sz6az .title {
	font-weight: bold;
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
}

.css-2sz6az .title a {
	font-size: 1.2rem;
	color: #1a1a1a;
}

html[lang='zh'] .css-2sz6az .title {
	font-size: 1rem;
}

html[lang='zh'] .css-2sz6az .title a {
	font-size: 1rem;
}

.css-2sz6az .child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
}

.css-2sz6az .child .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	margin-right: 8px;
}

.css-2sz6az .child .new {
	background-color: #ff4d4f;
	width: 37px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	margin-left: 8px;
	font-size: 0.9rem;
}

html[lang='zh'] .css-2sz6az .child .new {
	font-size: 0.7rem;
}

.css-2sz6az .child:hover .icon,
.css-2sz6az .child.active .icon {
	color: #f37021;
}

.css-2sz6az .active {
	color: #f37021;
}

.css-2sz6az .active a {
	color: #f37021;
}

.css-2sz6az a,
.css-2sz6az .text {
	text-transform: none;
	cursor: pointer;
}

.css-2sz6az a:hover,
.css-2sz6az .text:hover,
.css-2sz6az a.active,
.css-2sz6az .text.active {
	color: #f37021;
}

.css-2c3k3z {
	border-radius: 50px;
	padding: 3px 24px;
	font-weight: 500;
	font-size: 1rem;
}

html[lang='zh'] .css-2c3k3z {
	font-size: 0.8rem;
}

.css-2c3k3z[class$='primary'] {
	border-color: #f37021;
}

.css-2c3k3z.btn-primary {
	background-color: #f37021;
}

.css-2c3k3z.btn-primary:hover,
.css-2c3k3z.btn-primary:active,
.css-2c3k3z.btn-primary:focus {
	background-color: #eb5e0d !important;
	border-color: #ce530b !important;
}

.css-2c3k3z.btn-outline-primary {
	color: #f37021;
	background: #fff;
	border-color: #f37021;
}

.css-2c3k3z.btn-outline-primary:hover,
.css-2c3k3z.btn-outline-primary:active,
.css-2c3k3z.btn-outline-primary:focus {
	color: #fff;
	background-color: #eb5e0d !important;
	border-color: #ce530b !important;
}

.css-2c3k3z.btn-outline-primary:not(:disabled):not(.disabled).active,
.css-2c3k3z.btn-outline-primary:not(:disabled):not(.disabled):active,
.css-2c3k3z.btn-outline-primary .show > .btn-outline-primary.dropdown-toggle {
	background-color: #eb5e0d !important;
	border-color: #ce530b !important;
}

.css-2c3k3z.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.css-2c3k3z.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.css-2c3k3z.btn-outline-primary
	.show
	> .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(235, 94, 13, 0.5);
}

.css-2c3k3z.btn-secondary {
	background-color: #f37021;
	border-color: #f37021;
}

.css-2c3k3z.btn-outline {
	background-color: transparent;
	border-color: #fff;
}

.css-2c3k3z.disabled {
	border-color: #e9e7e8;
	background-color: #e9e7e8;
	color: #c1bdba;
	pointer-events: none;
}

.css-2c3k3z.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #4b4b4b;
}

.css-2c3k3z.btn-white:hover {
	background-color: #f37021;
	border-color: #ff9d55;
	color: #ff9d55;
}

.css-2c3k3z .icon {
	width: 0.5rem;
	margin-left: 0.5rem;
}

.css-2c3k3z.btn-radius-sm {
	border-radius: 2px;
}

.css-185jii2 {
	font-weight: 400;
}

html[lang='zh'] .css-185jii2 {
	font-size: 0.8rem;
	line-height: 1.2 !important;
}

.css-px0ba1 {
	margin-left: 0.9rem;
}

.css-1a5bpe6 {
	background-color: transparent;
}

.css-1kkc8uo {
	color: #fff;
	font-weight: 400;
}

html[lang='zh'] .css-1kkc8uo {
	font-size: 0.8rem;
	line-height: 1.2 !important;
}

.css-16e4d20 {
	line-height: 1 !important;
}

html[lang='zh'] .css-16e4d20 {
	font-size: 1.2rem;
	line-height: 1.2 !important;
}

.css-1u1ibpq {
	position: fixed;
	right: 0;
	bottom: 12px;
	z-index: 1040;
	background-color: transparent;
	width: 60px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.css-1u1ibpq .item {
	padding: 16px 4px;
}

.css-1u1ibpq svg {
	width: auto;
}

.css-k4twln {
	background-color: #fff;
	margin-bottom: 0.4rem;
	border-radius: 24px 0 0 24px;
	box-shadow:
		0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.02),
		0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03),
		0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.04),
		0px 2px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.css-k4twln:last-child {
	margin-bottom: 0;
}

.css-124h8v3 {
	padding: 16px 4px;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	gap: 6px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	color: #f37021;
}

.css-124h8v3.no-gap {
	gap: 0;
}

.css-124h8v3 .title {
	display: none;
}

.css-124h8v3:hover {
	background-color: #f37021;
	color: #fff;
}

.css-124h8v3:active {
	background-color: #ffbc8b;
}

.css-124h8v3:last-child {
	border: none;
}

html[lang='zh'] .css-1cb89xu {
	line-height: 1.2 !important;
}

.css-afy1po svg {
	-webkit-animation: animation-1p7gq0c 2s ease-in-out infinite;
	animation: animation-1p7gq0c 2s ease-in-out infinite;
}

@-webkit-keyframes animation-1p7gq0c {
	0%,
	100% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes animation-1p7gq0c {
	0%,
	100% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
	}
}

.css-usmf10 {
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.css-d9fuef {
	background: #353535 url(/images/footer/bg.png) no-repeat center;
	background-size: 100% auto;
	padding-top: 2rem !important;
}

.css-d9fuef h2 {
	margin-bottom: 1rem;
	white-space: nowrap;
}

.css-1xt5luf {
	border-bottom: 1px solid rgba(197, 197, 197, 0.2);
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
	color: #aaa;
}

.css-1xt5luf .logo {
	height: 2rem;
	color: #f37021;
	margin-bottom: 0.8rem;
}

.css-1xt5luf .address {
	color: #aaa;
}

.css-1xt5luf .about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.css-1xt5luf .about svg {
	margin-left: 0.4rem;
}

.css-1xt5luf a {
	display: inline-block;
}

.css-1xt5luf .open {
	display: inline-block;
	background-color: #24a75f;
	color: #fff;
	padding: 0 6px;
	margin: 0 8px;
	border-radius: 100px;
	line-height: 1;
}

@media (max-width: 576px) {
	.css-1xt5luf .company-name {
		margin-top: 1.2rem;
		margin-bottom: 0.8rem;
	}
}

.css-bi36g6 .swiper-pagination-bullet {
	background: rgba(26, 26, 26, 0.5) !important;
}

.css-bi36g6 .swiper-pagination-bullet-active {
	background: #f37021 !important;
}

.css-bddgxn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.css-bddgxn .content {
	color: #808080;
	margin-bottom: 8px;
}

.css-1a7vxn1 {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 72px;
	margin-right: 0.8rem;
}

.css-bq8137 {
	color: #f37021;
	font-weight: 400;
}

html[lang='zh'] .css-bq8137 {
	font-size: 0.8rem;
	line-height: 1.2 !important;
}

.css-6wf8y9 {
	margin: 0 -6px;
}

.css-6wf8y9 .swiper-pagination-bullet {
	background: #c1bdba;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 8px;
	margin: 0 6px;
}

.css-6wf8y9 .swiper-pagination-bullet-active {
	background: #f37021;
	width: 32px;
}

.css-6wf8y9 button:focus,
.css-6wf8y9 .swiper-pagination-bullet:focus {
	outline: none;
}

.css-6wf8y9 button {
	background: none;
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}

.css-1fm100 {
	color: #fff;
}

html[lang='zh'] .css-1fm100 {
	font-size: 1rem;
	line-height: 1.2 !important;
}

.css-14ytc5 {
	color: #f37021;
}

html[lang='zh'] .css-14ytc5 {
	line-height: 1.2 !important;
}

.css-1f3gn98 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #aaa;
}

.css-1f3gn98 .item {
	margin-left: 1.6rem;
}

.css-1f3gn98 .item svg {
	width: 24px;
}

@media (max-width: 576px) {
	.css-1f3gn98 {
		margin: 1.2rem 0;
	}

	.css-1f3gn98 .label {
		width: 100%;
	}

	.css-1f3gn98 .item {
		margin: 1.6rem 1.6rem 0 0;
	}
}

.css-rele2a {
	color: #fff;
}

html[lang='zh'] .css-rele2a {
	font-size: 0.8rem;
	line-height: 1.2 !important;
}

.css-owxpq2 {
	min-height: 20rem;
	border-bottom: 1px solid rgba(197, 197, 197, 0.2);
	position: relative;
}

.css-owxpq2 .new {
	background-color: #ff4d4f;
	padding: 0 6px;
	border-radius: 100px;
	color: #fff;
}

.css-10nt753 {
	color: #1a1a1a;
	font-weight: 400;
	margin-bottom: 1.6rem;
}

.css-10nt753:last-child {
	margin-bottom: 1.6rem;
}

.css-10nt753 .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: #fff;
}

.css-10nt753 .title a {
	color: #fff;
}

.css-10nt753 .title svg {
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.css-10nt753 .expand svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.css-10nt753 .child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
}

.css-10nt753 .child .icon {
	margin-left: 0.4rem;
}

.css-10nt753 .child .new {
	background-color: #ff4d4f;
	padding: 0 6px;
	color: #fff;
	border-radius: 100px;
	margin-left: 8px;
	font-size: 18px;
}

html[lang='zh'] .css-10nt753 .child .new {
	font-size: 15px;
}

.css-10nt753 .child:hover .icon,
.css-10nt753 .child.active .icon {
	color: #f37021;
}

.css-10nt753 .active {
	color: #f37021;
}

.css-10nt753 .active a {
	color: #f37021;
}

.css-10nt753 a,
.css-10nt753 .text {
	text-transform: none;
	cursor: pointer;
	color: #aaa;
}

.css-10nt753 a:hover,
.css-10nt753 .text:hover,
.css-10nt753 a.active,
.css-10nt753 .text.active {
	color: #f37021;
}

.css-rw3pv7 {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	.css-rw3pv7 {
		position: unset;
	}
}

.css-gsn7w7 {
	max-width: 288px;
}

@media (max-width: 576px) {
	.css-gsn7w7 {
		width: 100%;
		max-width: unset;
	}
}

.css-15b40p8 {
	height: 208px;
	width: 100%;
}

.css-3re3ex {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.css-qom4bo {
	background-image: url(/images/menu-swiper-bg.png);
	background-size: 100%;
	background-color: #f37021;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 16px;
}

.css-syuyjh {
	width: 100%;
}

.css-syuyjh .title {
	font-size: 24px;
	margin-bottom: 16px;
}

.css-syuyjh .content {
	margin-bottom: 16px;
}

.css-syuyjh .btn {
	border-color: #fff !important;
	border-radius: 2px;
}

.css-11k94yj {
	padding: 1.6rem 0 2rem;
}

@media (max-width: 1200px) {
	.css-11k94yj {
		padding: 1.6rem 0.8rem 2rem;
	}
}

@media (max-width: 576px) {
	.css-11k94yj {
		padding: 0.8rem 0;
	}
}

.css-11k94yj .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.css-11k94yj .breadcrumb-item {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.css-11k94yj .breadcrumb-item a {
	color: #fff;
}

.css-11k94yj .breadcrumb-item a:hover {
	color: #f37021;
}

.css-11k94yj .breadcrumb-item svg {
	margin-right: 0.4rem;
}

.css-h449xi {
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #353535;
}

.css-h449xi.showCookie {
	padding-bottom: 70px;
}

.css-hctacp {
	white-space: nowrap;
	padding-top: 0 0.4rem;
}

@media (max-width: 576px) {
	.css-hctacp {
		padding-top: 0 0.8rem;
	}
}

.css-syg2tv {
	padding: 0.4rem 0;
}

@media (max-width: 1200px) {
	.css-syg2tv {
		padding: 0.4rem 0.8rem;
	}
}

@media (max-width: 576px) {
	.css-syg2tv {
		padding: 0.8rem 0;
	}
}

.css-syg2tv .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.css-syg2tv .breadcrumb-item {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.css-syg2tv .breadcrumb-item a {
	color: #aaa;
}

.css-syg2tv .breadcrumb-item a:hover {
	color: #f37021;
}

.css-syg2tv .breadcrumb-item svg {
	margin-right: 0.4rem;
}

.css-ecy72x {
	font-weight: 400;
	color: #aaa;
	padding-top: 0;
	padding-bottom: 0.8rem;
}

html[lang='zh'] .css-ecy72x {
	font-size: 0.8rem;
	line-height: 1.2 !important;
}

@media (min-width: 992px) {
	.css-ecy72x {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
}

.css-1radb15 {
	line-height: 1 !important;
}

html[lang='zh'] .css-1radb15 {
	font-size: 2rem;
	line-height: 1.2 !important;
}

html[lang='zh'] .css-11qyjmb {
	font-size: 1rem;
	line-height: 1.2 !important;
}

.css-q4ifjr {
	color: #f37021;
}

.css-465e3p {
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

.css-1v68ipa {
	width: 85%;
}

.css-1ycdrl {
	border-radius: 8px;
	box-shadow: 0px 2px 24px rgba(192, 187, 187, 0.183047);
	border: 1px solid #e9e7e8;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.css-ux8bnk {
	width: 100%;
	border-radius: 8px;
}

.css-1alfkwd {
	border-radius: 10px;
	border: 1px solid #e9e7e8;
	box-shadow: 0px 2px 24px rgba(192, 187, 187, 0.183047);
	background: #fff;
	height: 100%;
	color: #3a3937;
}

.css-1alfkwd img {
	max-width: 50%;
}

@media (min-width: 768px) {
	.css-1alfkwd img {
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.css-1alfkwd img {
		max-width: none;
	}
}

.css-1o5yfqx {
	background-color: #e9e7e8;
}

.css-olxj2o {
	box-shadow: 0px 2px 24px rgba(192, 187, 187, 0.183047);
	font-size: 1.6em;
	color: black;
}

.css-olxj2o:hover {
	color: #f37021;
}

.css-olxj2o:hover .card-sub-title {
	background: #f37021;
	color: #fff;
}

.css-wyl3b4 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 150px;
	background-color: white;
}

.css-1txutq9 {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	color: #fff;
	background-color: #595a5c;
}
