﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700";
.bg-img {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: 100% 100%;
	background-clip: content-box;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transform: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
html {
	font-size: 10px
}
body {
	font-weight: 400;
	font-family: "Noto Sans TC", sans-serif;
	color: #000
}
.font-all {
	font-family: "Noto Sans TC", sans-serif
}
.font-en {
	font-family: "Noto Sans TC", sans-serif
}
.font-ch {
	font-family: "Noto Sans TC", sans-serif
}
h1, .h1 {
	font-size: 3.2rem;
	line-height: 48px;
	letter-spacing: .05em
}
h2, .h2 {
	font-size: 2.8rem;
	line-height: 36px;
	letter-spacing: .05em
}
h3, .h3 {
	font-size: 2.4rem;
	line-height: 35px;
	letter-spacing: .05em
}
h4, .h4 {
	font-size: 2rem;
	line-height: 30px;
	letter-spacing: .05em
}
h5, .h5 {
	font-size: 1.8rem;
	line-height: 30px;
	letter-spacing: .05em
}
h6, .h6 {
	font-size: 1.6rem;
	line-height: 30px;
	letter-spacing: .05em
}
p, .p, .p-sm {
	font-size: 1.4rem;
	line-height: 30px;
	letter-spacing: .05em
}
.note {
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: .05em
}
@media(max-width: 767px) {
	.p-sm {
		font-size: 1.2rem
	}
}
.line-hight-fit {
	line-height: 1 !important
}
.fw-300 {
	font-weight: 300
}
.fw-400 {
	font-weight: 400
}
.fw-500 {
	font-weight: 500
}
.fw-600 {
	font-weight: 600
}
.fw-700 {
	font-weight: 700
}
@media(min-width: 1200px) {
	.border-xl {
		border: 1px solid #dee2e6 !important
	}
	.border-xl-left {
		border-left: 1px solid #dee2e6 !important
	}
	.border-xl-right {
		border-right: 1px solid #dee2e6 !important
	}
	.border-xl-bottom {
		border-bottom: 1px solid #dee2e6 !important
	}
	.border-xl-0 {
		border: none !important
	}
}
@media(min-width: 992px) {
	.border-lg {
		border: 1px solid #dee2e6 !important
	}
	.border-lg-0 {
		border: none !important
	}
	.border-lg-bottom-0 {
		border-bottom: none !important
	}
	.border-lg-left {
		border-left: 1px solid #dee2e6 !important
	}
	.border-lg-right {
		border-right: 1px solid #dee2e6 !important
	}
	.border-lg-bottom {
		border-bottom: 1px solid #dee2e6 !important
	}
}
@media(max-width: 992px) {
	.border-md {
		border: 1px solid #dee2e6 !important
	}
	.border-md-left {
		border-left: 1px solid #dee2e6 !important
	}
	.border-md-bottom {
		border-bottom: 1px solid #dee2e6 !important
	}
	.border-md-0 {
		border: none !important
	}
}
@media(max-width: 575px) {
	.border-sm {
		border: 1px solid #dee2e6 !important
	}
	.border-sm-left {
		border-left: 1px solid #dee2e6 !important
	}
	.border-sm-bottom {
		border-bottom: 1px solid #dee2e6 !important
	}
	.border-sm-0 {
		border: none !important
	}
}
.border-gray {
	border-color: #757575 !important
}
.rounded-10 {
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
.rounded-15 {
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px
}
.shadow-0 {
	box-shadow: none !important
}
.shadow-1 {
	box-shadow: 0 1px 1px 0 rgba(113, 130, 255, .14), 0 2px 1px -1px rgba(113, 130, 255, .12), 0 1px 3px 0 rgba(113, 130, 255, .2) !important
}
.shadow-2 {
	box-shadow: 0 2px 2px 0 rgba(113, 130, 255, .14), 0 3px 1px -2px rgba(113, 130, 255, .12), 0 1px 5px 0 rgba(113, 130, 255, .2) !important
}
.shadow-3 {
	box-shadow: 0 3px 4px 0 rgba(113, 130, 255, .14), 0 3px 3px -2px rgba(113, 130, 255, .12), 0 1px 8px 0 rgba(113, 130, 255, .2) !important
}
.shadow-4 {
	box-shadow: 0 4px 5px 0 rgba(113, 130, 255, .14), 0 1px 10px 0 rgba(113, 130, 255, .12), 0 2px 4px -1px rgba(113, 130, 255, .2) !important
}
.shadow-6 {
	box-shadow: 0 6px 10px 0 rgba(113, 130, 255, .14), 0 1px 18px 0 rgba(113, 130, 255, .12), 0 3px 5px -1px rgba(113, 130, 255, .2) !important
}
.shadow-8 {
	box-shadow: 0 8px 10px 1px rgba(113, 130, 255, .14), 0 3px 14px 2px rgba(113, 130, 255, .12), 0 5px 5px -3px rgba(113, 130, 255, .2) !important
}
.shadow-9 {
	box-shadow: 0 9px 12px 1px rgba(113, 130, 255, .14), 0 3px 16px 2px rgba(113, 130, 255, .12), 0 5px 6px -3px rgba(113, 130, 255, .2) !important
}
.shadow-12 {
	box-shadow: 0 12px 17px 2px rgba(113, 130, 255, .14), 0 5px 22px 4px rgba(113, 130, 255, .12), 0 7px 8px -4px rgba(113, 130, 255, .2) !important
}
.shadow-16 {
	box-shadow: 0 16px 24px 2px rgba(113, 130, 255, .14), 0 6px 30px 5px rgba(113, 130, 255, .12), 0 8px 10px -5px rgba(113, 130, 255, .2) !important
}
.shadow-24 {
	box-shadow: 0 24px 38px 3px rgba(113, 130, 255, .14), 0 9px 46px 8px rgba(113, 130, 255, .12), 0 11px 15px -7px rgba(113, 130, 255, .2) !important
}
.shadow-hover-effect-1 {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0)
}
.shadow-hover-effect-1:hover {
	box-shadow: 0 3px 6px rgba(113, 130, 255, .04), 0 3px 6px rgba(113, 130, 255, .04)
}
.shadow-hover-effect-2 {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 6px rgba(113, 130, 255, 0), 0 3px 6px rgba(113, 130, 255, 0)
}
.shadow-hover-effect-2:hover {
	box-shadow: 0 3px 6px rgba(113, 130, 255, .04), 0 3px 6px rgba(113, 130, 255, .04)
}
@media(min-width: 991px) {
	.shadow-lg-0 {
		box-shadow: none !important
	}
	.shadow-lg-block {
		box-shadow: 0 .125rem .25rem rgba(113, 130, 255, .075) !important
	}
}
img {
	display: block;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}
.img-cover {
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 100%
}
.img-contain {
	object-fit: contain;
	width: 100%;
	max-width: 100%;
	height: 100%
}
.img-user-word {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #fff;
	line-height: 1
}
img.lazy-image {
	opacity: .1;
	will-change: opacity;
	transition: all .3s;
	background-color: #333
}
img.lazy-image.loaded {
	opacity: 1
}
.img-6-5, .img-4-3, .img-3-2, .img-3-1, .img-1-1, .img-1-2, .img-2-1, .img-16-9 {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: cover;
	background-clip: content-box;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transform: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.img-6-5:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 80%
}
.img-4-3:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 70%
}
.img-3-2:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 66.6666667%
}
.img-3-1:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 33.3333333%
}
.img-1-2:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 120%
}
.img-2-3:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 150%
}
.img-1-1:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 100%
}
.img-2-1:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 50%
}
.img-16-9:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 56.25%
}
#preview {
	position: absolute;
	border: 1px solid #979797;
	background: #979797;
	padding: 1px;
	display: none;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
	max-width: 350px
}
#preview img {
	width: 100%
}
@media(min-width: 768px) {
	.bg-md-white {
		background-color: #fff !important
	}
}
@media(min-width: 992px) {
	.bg-lg-light {
		background-color: #f7f7f7 !important
	}
	.bg-lg-white {
		background-color: #fff !important
	}
	.bg-lg-transparent {
		background-color: rgba(0, 0, 0, 0) !important
	}
	.bg-lg-misty-grey {
		background-color: #e6e6e6 !important
	}
}
@media(min-width: 1200px) {
	.bg-xl-light {
		background-color: #f7f7f7 !important
	}
	.bg-xl-transparent {
		background-color: rgba(0, 0, 0, 0) !important
	}
}
@media(max-width: 992px) {
	.alert-xs-transparent {
		background-color: rgba(0, 0, 0, 0) !important
	}
}
.bg-none {
	background: none
}
.bg-FB {
	background-color: #3b5998
}
.bg-line {
	background-color: #00c200
}
.bg-twitter {
	background-color: #76a9ea
}
.bg-gray {
	background-color: #f2f2f2
}
.bg-lt-blue {
	background-color: #eef7ff
}
.bg-lt-sea {
	background-color: #ecf6f6
}
.bg-silver {
	background-color: #d4dfe6
}
.bg-lt-brown2 {
	background-color: #f1f0ec
}
.scrollBar-theme {
	overflow-y: auto
}
.scrollBar-theme::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0)
}
.scrollBar-theme::-webkit-scrollbar-track {
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.scrollBar-theme::-webkit-scrollbar-thumb {
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(85, 85, 85, .6)
}
.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(85, 85, 85, .6)
}
@media(max-width: 992px) {
	.overflow-xs-hidden {
		overflow: hidden
	}
}
.mt-20 {
	margin-top: 2rem
}
.mb-20 {
	margin-bottom: 2rem
}
.mb-30 {
	margin-bottom: 3rem
}
.top-bar {
	position: fixed;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff
}
.top-bar .header-container {
	width: 100%;
	height: 72px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 0 2rem
}
.top-bar .header-container .logo-brand {
	width: 200px;
	flex: 0 0 auto;
	margin: 0
}
.top-bar .header-container .logo-brand a {
	display: block
}
.top-bar .header-container .input-search-group {
	width: 500px
}
.top-bar .header-container .input-search-group .input-group {
	background-color: #f2f2f2;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.top-bar .header-container .input-search-group .input-group .form-control {
	height: 40px;
	background-color: rgba(0, 0, 0, 0);
	border: none
}
.top-bar .header-container .input-search-group .input-group .input-group-append .btn-search {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 1.8rem;
	color: #000
}
.top-bar .header-container .input-search-group .close {
	display: none
}
.top-bar .header-container .input-tools {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-flex-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.top-bar .header-container .input-tools>*+* {
	margin-left: 2rem
}
.top-bar .header-container .input-tools .btn-search {
	display: none
}
.top-bar .header-container .input-tools .btn-search, .top-bar .header-container .input-tools .btn-cart {
	font-size: 2rem;
	color: #7c7c7c
}
.top-bar .header-container .input-tools .btn-search:hover, .top-bar .header-container .input-tools .btn-cart:hover {
	color: #000
}
.top-bar .header-container .input-tools .hambuger-wrap {
	display: none
}
.top-bar .header-container .input-tools .menu-tools {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}
.top-bar .header-container .input-tools .menu-tools>li>a {
	font-size: 1.6rem;
	display: block;
	position: relative;
	color: #707070;
	padding: .5rem 2rem;
	font-weight: 300;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.top-bar .header-container .input-tools .menu-tools>li>a:hover {
	color: #000;
	text-decoration: none;
	background-color: #f2f2f2
}
@media(max-width: 1024px) {
	.top-bar .header-container .logo-brand {
		width: 150px
	}
}
@media(max-width: 992px) {
	.top-bar .header-container .input-tools .hambuger-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
	.top-bar .header-container .input-search-group {
		width: 50%
	}
}
@media(max-width: 992px) {
	.top-bar .header-container {
		padding: 0 1.5rem;
		height: 60px;
		box-shadow: 4px 4px 25px rgba(0, 0, 0, .16), -4px -4px 10px #fff, -4px -4px 16px #fff;
		border-bottom: 1px solid #eee
	}
	.top-bar .header-container .input-search-group {
		position: fixed;
		width: 100%;
		height: 60px;
		left: 0;
		right: 0;
		top: 0;
		background-color: #fff;
		z-index: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		padding: 0 1.5rem;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transform: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		pointer-events: none
	}
	.top-bar .header-container .input-search-group.show {
		opacity: 1;
		pointer-events: auto
	}
	.top-bar .header-container .input-search-group .close {
		display: inline-block;
		padding: .5rem 1.5rem;
		padding-right: 0;
		font-size: 1.4rem;
		font-weight: 300;
		color: #000;
		white-space: nowrap;
		line-height: 1;
		opacity: 1;
		text-shadow: none
	}
	.top-bar .header-container .logo-brand {
		width: 120px
	}
	.top-bar .header-container .input-tools {
		width: auto
	}
	.top-bar .header-container .input-tools .btn-search {
		display: block
	}
}
@media(max-width: 767px) {
	.top-bar .header-container .input-tools .menu-tools {
		display: none
	}
}
.channel-container {
	border-bottom: 1px solid #fff
}
.channel-container>nav {
	display: block;
	padding: 0
}
.channel-container .logo-brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 250px;
	flex: 0 0 auto;
	padding: 0 30px
}
.channel-container .logo-brand img {
	object-fit: contain;
	width: 100%
}
.channel-container .input-group-right {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-flex-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.channel-container .menu-list {
	position: relative;
	background-color: #fff
}
.channel-container .menu-list .list-row {
	list-style: none;
	padding: 0;
	margin: 0
}
.channel-container .menu-list .list-row>.nav-item>.nav-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 400
}
.channel-container .menu-list .list-row ol.list-sub {
	list-style: none;
	padding: 0;
	margin: 0
}
.channel-container .menu-list .list-row .list-sub-row {
	opacity: 0
}
@media(min-width: 993px) {
	.channel-container .hambuger-wrap {
		display: none
	}
	.channel-container .menu-list {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		width: 100%;
		padding: 0 2rem
	}
	.channel-container .menu-list .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
	.channel-container .menu-list .list-row {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		order: 1
	}
	.channel-container .menu-list .list-row * {
		-ms-flex: 0 1 auto
	}
	.channel-container .menu-list .list-row>.nav-item {
		position: relative
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item {
		position: relative
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item>.nav-link-unit {
		position: relative
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link, .channel-container .menu-list .list-row>.nav-item>.nav-link-unit {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 0;
		height: 72px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transform: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		white-space: nowrap
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link *, .channel-container .menu-list .list-row>.nav-item>.nav-link-unit * {
		-ms-flex: 0 1 auto
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link>.unit-link, .channel-container .menu-list .list-row>.nav-item>.nav-link-unit>.unit-link {
		display: block;
		position: relative;
		color: #707070;
		padding: .5rem 2rem;
		font-weight: 300;
		-ms-border-radius: 50rem;
		-moz-border-radius: 50rem;
		-webkit-border-radius: 50rem;
		border-radius: 50rem
	}
	.channel-container .menu-list .list-row>.nav-item:hover>.nav-link, .channel-container .menu-list .list-row>.nav-item.active>.nav-link {
		color: #000;
		font-weight: 700
	}
	.channel-container .menu-list .list-row>.nav-item:hover>.nav-link>.unit-link, .channel-container .menu-list .list-row>.nav-item.active>.nav-link>.unit-link {
		color: #000;
		text-decoration: none;
		background-color: #f2f2f2
	}
	.channel-container .menu-list .list-row>.nav-item:hover.drop-item>.nav-link-unit:before {
		opacity: 1
	}
	.channel-container .menu-list .list-row>.nav-item:hover.drop-item>.nav-link-unit:after {
		opacity: 1
	}
	.channel-container .menu-list .list-row>.nav-item:hover>.list-sub-row {
		opacity: 1;
		pointer-events: auto
	}
	.channel-container .menu-list .list-row .list-sub-row {
		position: absolute;
		width: 200px;
		top: 40px;
		left: 0;
		z-index: 5;
		opacity: 0;
		pointer-events: none
	}
	.channel-container .menu-list .list-row .list-sub-row .list-sub-container {
		background-color: #fff;
		padding: 5px;
		box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .08), 0 1px 4px 0 rgba(0, 0, 0, .04);
		-ms-border-radius: 1.5rem;
		-moz-border-radius: 1.5rem;
		-webkit-border-radius: 1.5rem;
		border-radius: 1.5rem
	}
	.channel-container .menu-list .list-row .list-sub-row .nav-link {
		position: relative;
		padding: 0
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1 * {
		-ms-flex: 0 1 auto
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>a {
		position: relative;
		color: #7c7c7c;
		font-weight: 300;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-o-flex-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>a:after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		content: "";
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		font-size: 1.8rem;
		color: #7c7c7c;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transform: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>a:hover {
		color: #000;
		-ms-border-radius: 1.3rem;
		-moz-border-radius: 1.3rem;
		-webkit-border-radius: 1.3rem;
		border-radius: 1.3rem;
		background-color: #fafafa
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>a:hover:after {
		opacity: 1
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>.nav-link>.unit-link {
		font-size: 1.8rem;
		color: #000;
		font-weight: 700
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>.nav-link>.drop-sub-icon {
		display: none
	}
	.channel-container .menu-list .list-row ol.list-sub li:hover>.nav-link {
		text-decoration: none
	}
	.channel-container .menu-list .list-row ol.list-sub li:hover>.nav-link>.unit-link, .channel-container .menu-list .list-row ol.list-sub li:hover>.nav-link>.drop-sub-icon {
		color: #ff2342
	}
	.channel-container .menu-list .list-row ol.list-sub>li {
		position: relative
	}
	.channel-container .menu-list .list-row ol.list-sub>li:hover>ol.list-sub {
		opacity: 1;
		pointer-events: auto
	}
	.channel-container .menu-list .list-row ol.list-sub a {
		display: block;
		font-size: 1.4rem;
		padding: 1rem 1.5rem
	}
	.channel-container .menu-list .list-row ol.list-sub a:hover {
		text-decoration: none
	}
	.channel-container .menu-list .drop-icon {
		display: none !important
	}
	.channel-container .menu-list .drop-sub-icon {
		position: absolute;
		top: 50%;
		right: 1.2rem;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 !important;
		border: none !important
	}
	.channel-container .menu-list .drop-sub-icon i {
		font-style: normal;
		display: block
	}
	.channel-container .menu-list .drop-sub-icon i:after {
		content: "";
		font-family: bolysys;
		font-size: 1rem;
		opacity: 1
	}
}
@media(min-width: 1025px) {
	.channel-container .menu-list .list-row .list-sub-row {
		top: 65px
	}
}
@media(max-width: 1280px) {
	.channel-container .logo-brand {
		width: 200px
	}
}
@media(max-width: 1024px) {
	.channel-container .menu-list {
		margin-top: 2rem
	}
	.channel-container .menu-list .list-row {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link, .channel-container .menu-list .list-row>.nav-item>.nav-link-unit {
		height: auto
	}
}
@media(max-width: 992px) {
	.channel-container {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 11;
		border: none;
		pointer-events: none
	}
	.channel-container .logo-brand {
		width: 150px;
		padding: 0;
		z-index: 2
	}
	.channel-container .menu-list {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		height: 72px;
		background-color: rgba(0, 0, 0, 0);
		margin-top: 0;
		z-index: 5
	}
	.channel-container .menu-list:before {
		left: -10%
	}
	.channel-container .menu-list>* {
		padding-left: 0;
		padding-right: 0
	}
	.channel-container .menu-list .inner {
		padding: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 61px;
		width: 50%;
		height: calc(var(--vh, 1vh)*100 - 61px);
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		background-color: #fff;
		-moz-transform: translateX(200%);
		-webkit-transform: translateX(200%);
		-o-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transform: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		pointer-events: none;
		overflow-y: auto
	}
	.channel-container .menu-list .inner * {
		-ms-flex: 0 1 auto
	}
	.channel-container .menu-list .list-row {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.channel-container .menu-list .list-row * {
		-ms-flex: 0 1 auto
	}
	.channel-container .menu-list .list-row .nav-link-unit {
		padding: 2rem 3rem
	}
	.channel-container .menu-list .list-row .nav-link-unit>a {
		color: #7c7c7c;
		font-weight: 500
	}
	.channel-container .menu-list .list-row>.nav-item {
		width: 100%
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item .nav-link, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item .nav-link.active .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link.active .drop-sub-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link.active .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link.active .drop-sub-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit.active .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit.active .drop-sub-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit.active .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit.active .drop-sub-icon {
		-moz-transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item .nav-link .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link .drop-sub-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit .drop-sub-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		width: 20px;
		height: 20px;
		text-decoration: none;
		position: absolute;
		right: 3rem;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link {
		color: #fff;
		text-align: center;
		padding: 2rem 3rem;
		border-bottom: 1px solid #fff;
		font-size: 1.8rem
	}
	.channel-container .menu-list .list-row ol.list-sub {
		display: none;
		width: 100%;
		padding: 3rem 0
	}
	.channel-container .menu-list .list-row ol.list-sub .nav-link {
		padding: 1rem 0
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1 {
		position: relative;
		background-color: #f2f2f2;
		text-align: center
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li+li {
		margin-top: 1.5rem
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>a, .channel-container .menu-list .list-row ol.list-sub.sub-lv-1>li>.nav-link {
		padding: 0 2.5rem
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-2 {
		background: rgba(255, 255, 255, .2)
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-2>li>a, .channel-container .menu-list .list-row ol.list-sub.sub-lv-2>li>.nav-link {
		padding-left: 3rem
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-3 {
		background: rgba(0, 0, 0, .3)
	}
	.channel-container .menu-list .list-row ol.list-sub.sub-lv-3>li>a, .channel-container .menu-list .list-row ol.list-sub.sub-lv-3>li>.nav-link {
		padding-left: 4.5rem
	}
	.channel-container .menu-list .list-row ol.list-sub a {
		display: block;
		font-size: 1.8rem;
		color: #999;
		padding: .5rem 0
	}
	.channel-container .menu-list .list-row ol.list-sub a:hover, .channel-container .menu-list .list-row ol.list-sub a:focus {
		text-decoration: none
	}
	.channel-container .menu-list .list-row ol.list-sub .unit-link {
		display: block;
		font-size: 1.8rem;
		padding: 0;
		color: #fff
	}
	.channel-container .menu-list .list-row ol.list-sub.show {
		display: block
	}
	.channel-container .menu-list .list-row .list-sub-row {
		opacity: 1
	}
}
@media(max-width: 767px) {
	.channel-container .menu-list {
		padding-right: 1.5rem;
		height: 60px
	}
	.channel-container .menu-list:before {
		left: -20px
	}
	.channel-container .menu-list .inner {
		top: 60px;
		width: 100%;
		height: calc(var(--vh, 1vh)*100 - 60px - 61px);
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	.channel-container .menu-list .list-row>.nav-item>.nav-link {
		padding: 1rem 1.5rem;
		font-size: 1.4rem;
		text-align: left
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item .nav-link, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start
	}
	.channel-container .menu-list .list-row ol.list-sub {
		padding: 1.5rem
	}
	.channel-container .menu-list .list-row ol.list-sub a {
		text-align: left;
		font-size: 1.4rem;
		font-weight: 300;
		padding: 0 1.5rem
	}
	.channel-container .menu-list .list-row>.nav-item.drop-item .nav-link .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link .drop-sub-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit .drop-icon, .channel-container .menu-list .list-row>.nav-item.drop-item .nav-link-unit .drop-sub-icon {
		right: 1.5rem
	}
	.channel-container .logo-brand {
		width: 120px;
		z-index: 2
	}
}
.side-bar {
	position: fixed;
	top: 0;
	left: inherit;
	width: 250px;
	height: calc(var(--vh, 1vh)*100 - 72px);
	margin-top: 72px;
	padding: 2rem 0;
	padding-left: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 3
}
.side-bar * {
	-ms-flex: 0 1 auto
}
.side-bar .channel-list {
	position: relative
}
.side-bar .channel-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.side-bar .channel-list ul>li {
	margin-bottom: 1rem
}
.side-bar .channel-list ul>li>a:not(.logout) {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 1.5rem 2rem;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	color: #000;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px
}
.side-bar .channel-list ul>li>a:not(.logout)>span {
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	margin-left: 1.5rem
}
.side-bar .channel-list ul>li>a:not(.logout) .num {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 20px;
	height: 20px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff2342;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-style: normal;
	line-height: 1
}
.side-bar .channel-list ul>li>a:not(.logout) .num b {
	position: relative;
	top: 0;
	left: 1px;
	font-size: 1rem;
	line-height: 1
}
.side-bar .channel-list ul>li:hover>a {
	text-decoration: none
}
.side-bar .channel-list ul>li.active>a, .side-bar .channel-list ul>li:hover:not(.login-btn)>a {
	background-color: #f2f2f2
}
.side-bar .channel-list ul>li.login-btn>a {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background-color: #f47889;
	color: #fff;
	font-weight: 600
}
.side-bar .channel-list ul>li.login-btn>a>span {
	margin-left: 0
}
.side-bar .channel-list ul>li.login-btn:hover>a {
	background-color: #cf8c93
}
.side-bar .channel-list ul>li.account-btn {
	position: relative
}
.side-bar .channel-list ul>li.account-btn>a:not(.logout) {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	border: 1px solid #eee;
	font-weight: 600
}
.side-bar .channel-list ul>li.account-btn>a:not(.logout)>span {
	margin-left: 0
}
.side-bar .channel-list ul>li.account-btn>a:not(.logout) .user-avatar {
	display: block;
	width: 24px;
	height: 24px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	overflow: hidden;
	margin-right: 1rem
}
.side-bar .channel-list ul>li.account-btn>a:not(.logout) .user-avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.side-bar .channel-list ul>li.account-btn .logout {
	position: absolute;
	top: 50%;
	right: 2rem;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	border: 1px solid #eee;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 1.4rem;
	color: #393939;
	opacity: 0;
	z-index: 1
}
.side-bar .channel-list ul>li.account-btn:hover>a:not(.logout) {
	background-color: #f2f2f2
}
.side-bar .channel-list ul>li.account-btn:hover .logout {
	opacity: 1;
	background-color: #fff
}
.side-bar .floating-box {
	padding: 1.5rem;
	-ms-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	border: 1px solid #f2f2f2
}
.side-bar .floating-box p {
	font-size: 1.3rem;
	color: #999;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 0
}
.side-bar .more-about {
	position: relative
}
.side-bar .more-about>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 1.5rem 2rem;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	color: #000;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1px
}
.side-bar .more-about>a>span {
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	margin-left: 1.5rem
}
.side-bar .more-about>a:hover {
	text-decoration: none;
	background-color: #f2f2f2
}
.side-bar .more-about .info-pad {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 55px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: none
}
.side-bar .more-about .info-pad.show {
	opacity: 1;
	pointer-events: auto
}
.side-bar .more-about .info-content {
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, .28), 0 1px 4px 0 rgba(0, 0, 0, .04);
	-ms-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	overflow: hidden
}
.side-bar .more-about .info-content ul {
	list-style: none;
	padding: 4px;
	margin: 0
}
.side-bar .more-about .info-content ul+ul {
	border-top: 1px solid #eee
}
.side-bar .more-about .info-content ul>li {
	display: block;
	padding: 4px
}
.side-bar .more-about .info-content ul>li .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 6px 12px;
	font-size: 1.6rem;
	line-height: 1;
	color: #7c7c7c;
	-ms-border-radius: 1.3rem;
	-moz-border-radius: 1.3rem;
	-webkit-border-radius: 1.3rem;
	border-radius: 1.3rem
}
.side-bar .more-about .info-content ul>li .title:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "";
	font-size: 2.4rem;
	display: block;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.side-bar .more-about .info-content ul>li .title:hover {
	text-decoration: none;
	color: #000;
	background-color: #f2f2f2
}
.side-bar .more-about .info-content ul>li .title:hover:after {
	opacity: 1
}
.side-bar .more-about .info-content .sub-list {
	position: absolute;
	top: 0;
	right: 0;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 4px
}
.side-bar .more-about .info-content .sub-list.active {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.side-bar .more-about .info-content .sub-list .sub-title-row {
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 1px solid #eee
}
.side-bar .more-about .info-content .sub-list .sub-title-row .back {
	position: absolute;
	top: calc(50% + 1px);
	left: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.4rem;
	color: #7c7c7c;
	display: block;
	line-height: 1;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.side-bar .more-about .info-content .sub-list .sub-title-row .back:hover {
	background-color: #f2f2f2
}
.side-bar .more-about .info-content .sub-list .sub-title-row h6 {
	color: #000;
	line-height: 1.1;
	margin: 0;
	padding: 16px
}
.side-bar .more-about .info-content .sub-list ol {
	list-style: none;
	padding: 4px
}
.side-bar .more-about .info-content .sub-list ol>li {
	padding: 4px
}
.side-bar .more-about .info-content .sub-list ol .sub-link {
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	color: #7c7c7c;
	-ms-border-radius: 1.3rem;
	-moz-border-radius: 1.3rem;
	-webkit-border-radius: 1.3rem;
	border-radius: 1.3rem;
	padding: 4px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.side-bar .more-about .info-content .sub-list ol .sub-link:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "";
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 1.8rem;
	color: #7c7c7c;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.side-bar .more-about .info-content .sub-list ol .sub-link:hover {
	text-decoration: none;
	color: #000;
	background-color: #f2f2f2
}
.side-bar .more-about .info-content .sub-list ol .sub-link:hover:after {
	opacity: 1
}
.side-bar .more-about .info-content .contact {
	padding: 8px 4px
}
.side-bar .more-about .info-content .contact li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 6px 16px
}
.side-bar .more-about .info-content .contact li .icon {
	width: auto;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 2rem;
	margin-right: 1rem;
	color: #7c7c7c
}
.side-bar .more-about .info-content .contact li .txt {
	text-align: left
}
.side-bar .more-about .info-content .contact li .txt>* {
	display: block
}
.side-bar .more-about .info-content .contact li .txt>strong {
	font-size: 1rem;
	color: #7c7c7c;
	font-weight: 300;
	line-height: 1
}
.side-bar .more-about .info-content .contact li .txt>span {
	font-size: 1.2rem;
	color: #000
}
.side-bar .more-about .info-content .social-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 8px 4px
}
.side-bar .more-about .info-content .social-media li {
	width: 100%
}
.side-bar .more-about .info-content .social-media li a {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-border-radius: 1.3rem;
	-moz-border-radius: 1.3rem;
	-webkit-border-radius: 1.3rem;
	border-radius: 1.3rem;
	font-size: 2rem;
	font-weight: 300;
	color: #7c7c7c;
	background-color: #f2f2f2;
	margin: 0 auto
}
.side-bar .more-about .info-content .social-media li a:hover {
	text-decoration: none;
	background-color: #f47889;
	color: #fff
}
@media(max-width: 1024px) {
	.side-bar {
		width: 200px
	}
}
@media(max-width: 767px) {
	.side-bar {
		pointer-events: none
	}
	.side-bar .channel-list {
		display: none
	}
	.side-bar .more-about {
		pointer-events: auto
	}
	.side-bar .more-about .info-pad {
		position: fixed;
		opacity: 1;
		-moz-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-o-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
	.side-bar .more-about .info-pad.show {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.side-bar .more-about .info-pad+.more-info {
		display: none
	}
	.side-bar .more-about .info-content .social-media {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-o-flex-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start
	}
	.side-bar .more-about .info-content .social-media li {
		padding: 6px 16px;
		width: auto
	}
}
.bottom-menu {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none
}
.bottom-menu .channel-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background-color: #fff;
	border-top: 1px solid #eee;
	box-shadow: -4px 4px 25px rgba(0, 0, 0, .12)
}
.bottom-menu .bottom-channel {
	width: 100%;
	padding: .5rem
}
.bottom-menu .bottom-channel.active>a {
	background-color: #f47889;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff
}
.bottom-menu .bottom-channel.active>a strong {
	font-weight: 600
}
.bottom-menu .bottom-channel>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #7c7c7c;
	height: 50px
}
.bottom-menu .bottom-channel>a * {
	-ms-flex: 0 1 auto
}
.bottom-menu .bottom-channel>a .icon {
	display: inline-block;
	line-height: 1;
	font-size: 2rem;
	margin-bottom: 1px
}
.bottom-menu .bottom-channel>a .user-avatar {
	display: block;
	width: 24px;
	height: 24px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	overflow: hidden
}
.bottom-menu .bottom-channel>a .user-avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.bottom-menu .bottom-channel>a strong {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 1px;
	font-weight: 400
}
@media(max-width: 767px) {
	.bottom-menu {
		display: block
	}
}
.line-hight-fit {
	line-height: 1 !important
}
.limit-line-1 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.limit-line-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.limit-line-3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.limit-line-4 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.limit-line-5 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}
.text-muted {
	color: #a5a5a5 !important
}
.text-warning {
	color: #f90 !important
}
.text-lg-gary {
	color: #ddd !important
}
.text-danger {
	color: #ff2342 !important
}
.text-success {
	color: #187d4f !important
}
.text-blue {
	color: #057bd0 !important
}
.text-red {
	color: #ff2342
}
.text-font {
	color: #7c7c7c !important
}
::selection {
	background: #f47889;
	color: #fff
}
::-moz-selection {
	background: #f47889;
	color: #fff
}
.breadcrumb-title {
	color: #000;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 0
}
.original-price {
	color: #393939;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: 300;
	display: block
}
.line-through {
	text-decoration: line-through
}
.top-sort-content {
	position: relative;
	z-index: 2;
	text-align: center;
	background-color: #005daa;
	margin-bottom: -1px
}
.top-sort-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.top-sort-content ul>li {
	width: 100%
}
.top-sort-content ul>li+li {
	border-left: 1px solid #ddd
}
.top-sort-content ul .nav-link {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	padding: 2.5rem 2rem
}
.top-sort-content ul .nav-link:before {
	content: "";
	width: 100%;
	height: 0;
	background-color: #37c0ff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.top-sort-content ul .nav-link.active, .top-sort-content ul .nav-link:hover {
	background-color: #fff;
	color: #000
}
.top-sort-content ul .nav-link.active:before, .top-sort-content ul .nav-link:hover:before {
	opacity: 1;
	height: 5px
}
@media(max-width: 1440px) {
	.top-sort-content ul .nav-link {
		font-size: 1.4rem
	}
}
.badge {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 300;
	padding: .4rem 1.2rem;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block
}
.badge-yellow {
	background-color: #f90;
	color: #fff
}
.badge-red {
	background-color: #f47889;
	color: #fff
}
.badge-white {
	background-color: #fff;
	border: 1px solid #7c7c7c;
	color: #7c7c7c
}
.badge-pill {
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.brands-tag {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-bottom: 1rem
}
.brands-tag:hover {
	text-decoration: none
}
.brands-tag:hover p {
	color: #000
}
.brands-tag .logo {
	display: block;
	background-color: #f2f2f2;
	width: 30px;
	height: 30px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	overflow: hidden
}
.brands-tag .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.brands-tag p {
	font-size: 1.4rem;
	line-height: 1;
	color: #7c7c7c;
	font-weight: 300;
	margin-left: 5px;
	margin-bottom: 0
}
@media(max-width: 767px) {
	.brands-tag {
		margin-bottom: 0
	}
	.brands-tag .logo {
		width: 20px;
		height: 20px
	}
	.brands-tag p {
		font-size: 1.2rem;
		font-weight: 400
	}
}
.btn {
	font-size: 1.4rem;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.btn[disabled=disabled] {
	background-color: #a5a5a5;
	pointer-events: none
}
.btn:focus {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	outline: none
}
.btn-md, .btn-group-md>.btn {
	padding: .6rem 1rem;
	font-size: 1.6rem;
	line-height: 26px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 40px
}
.btn-lg, .btn-group-lg>.btn {
	padding: .6rem 2rem;
	font-size: 1.6rem;
	line-height: 36px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 50px
}
.btn-disabled {
	opacity: .6;
	cursor: not-allowed
}
.btn-label-span {
	position: relative
}
.btn-label-span:hover>span {
	opacity: 1
}
.btn-label-span>span {
	border: 1px solid #eee;
	background-color: #fff;
	color: #999;
	font-size: 1rem;
	font-weight: 300;
	display: inline-block;
	padding: 6px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	-moz-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	white-space: nowrap;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .04), 0 1px 2px 0 rgba(0, 0, 0, .02);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0
}
.btn-label-span .num {
	position: absolute;
	top: -2px;
	right: -8px;
	width: 16px;
	height: 16px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	background-color: #ff2342;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-style: normal;
	line-height: 1
}
.btn-label-span .num b {
	position: relative;
	top: -1px;
	font-size: 1rem;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	line-height: 1
}
.btn-mt {
	background-color: #f47889;
	color: #fff;
	font-weight: 600
}
.btn-mt:hover {
	color: #fff;
	background-color: #cf8c93
}
.btn-outline-mt {
	border: 1px solid #f47889;
	color: #f47889
}
.btn-outline-mt:hover {
	color: #f47889;
	background-color: rgba(244, 120, 137, .3)
}
.share-group {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.share-group * {
	-ms-flex: 0 1 auto
}
.share-group.share-group-vertical {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.share-group.share-group-vertical * {
	-ms-flex: 0 1 auto
}
.share-group.share-group-vertical>li+li {
	margin-left: 0;
	margin-top: 1.5rem
}
.share-group strong {
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block
}
.share-group>li+li {
	margin-left: 1.5rem
}
.share-group>li.line {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9
}
.share-group a {
	position: relative;
	display: block;
	font-size: 3.5rem;
	color: #bbb;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 35px;
	height: 35px;
	overflow: hidden;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.share-group a i {
	position: relative;
	z-index: 1
}
.share-group a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 0
}
.share-group a.btn-line {
	color: #00c300
}
.share-group a.btn-fb {
	color: #395196
}
.share-group a:hover {
	text-decoration: none
}
html, body {
	-webkit-overflow-scrolling: touch
}
body {
	opacity: 0;
	scroll-behavior: smooth;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-ms-transform: opacity .4s ease;
	transition: opacity .4s ease
}
body.loaded {
	opacity: 1
}
.h1-large {
	font-size: 4.2rem
}
.section {
	padding: 5vw 0
}
@media(max-width: 992px) {
	.section {
		padding: 4rem 0
	}
}
.section-md {
	padding: 3vw 0
}
@media(max-width: 992px) {
	.section-md {
		padding: 4rem 0
	}
}
@media(max-width: 767px) {
	.section-md {
		padding: 2rem 0
	}
}
.min-vh {
	min-height: calc(var(--vh, 1vh)*100)
}
@media(max-width: 1024px) {
	.min-vh {
		min-height: 768px
	}
}
@media(max-width: 767px) {
	.min-vh {
		min-height: 670px
	}
}
@media(min-width: 1400px) {
	.container-wide {
		max-width: 1200px
	}
}
.wrapper {
	overflow: hidden
}
.under-line {
	text-decoration: underline
}
.bg-inpage {
	background-color: #f2f2f2
}
.pointer-events-none {
	pointer-events: none
}
.breadcrumb {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
	background: none
}
.breadcrumb_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 1.4rem
}
.breadcrumb_item:not(:last-child):after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "";
	margin: 0 5px;
	color: #7c7c7c;
	font-size: 1rem
}
.breadcrumb_item:not(:last-child):hover {
	color: #7c7c7c
}
.breadcrumb_link {
	color: #7c7c7c;
	display: inline-block;
	font-size: 1.4rem;
	text-transform: uppercase;
	white-space: nowrap
}
.breadcrumb_link:hover {
	color: #7c7c7c;
	text-decoration: none
}
.breadcrumb_link-current {
	display: inline-block;
	color: #000;
	font-size: 1.4rem;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.breadcrumb_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.pagination {
	margin: 4rem 0
}
.pagination .page-link {
	color: #7c7c7c;
	font-size: 1.4rem;
	line-height: 1;
	width: 30px;
	height: 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none
}
.pagination a.page-link {
	background-color: rgba(0, 0, 0, 0);
	color: #585656
}
.pagination span.page-link {
	background-color: rgba(0, 0, 0, 0);
	color: #585656;
	pointer-events: none;
	position: relative
}
.pagination li.is-active .page-link {
	background-color: #005daa;
	color: #fff !important
}
.pagination .page-link:hover {
	background-color: #005daa;
	color: #fff
}
.pagination .page-link:focus {
	color: #005daa;
	outline: none !important;
	box-shadow: none !important
}
.pagination li {
	color: #005daa;
	margin: 0 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	line-height: 1;
	width: 30px;
	height: 30px
}
.pagination li:last-child .page-link, .pagination li:first-child .page-link {
	font-size: 1.4rem;
	color: #005daa
}
.pagination li:last-child .page-link:hover, .pagination li:first-child .page-link:hover {
	background-color: #005daa;
	color: #fff
}
@media(max-width: 767px) {
	.pagination li {
		margin: 0 2px
	}
}
.floating-btn-sets {
	position: fixed;
	opacity: 1;
	right: 2rem;
	bottom: 4rem;
	z-index: 9
}
.floating-btn-sets.show .back-top {
	opacity: 1
}
.floating-btn-sets a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	flex: 0 0 auto;
	padding: .5rem;
	border: 1px solid #ddd;
	background: #fff;
	color: #000;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	font-size: 1.6rem;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .04), 0 1px 2px 0 rgba(0, 0, 0, .02)
}
.floating-btn-sets a * {
	-ms-flex: 0 1 auto
}
.floating-btn-sets a+a {
	margin-top: 1rem
}
.floating-btn-sets a:hover {
	text-decoration: none;
	background: #fafafa
}
.floating-btn-sets a.more-info {
	display: none
}
@media(max-width: 767px) {
	.floating-btn-sets {
		right: 1rem;
		bottom: 7rem
	}
	.floating-btn-sets a.more-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex
	}
}
.back-top {
	opacity: 0
}
.reload {
	opacity: 1
}
.hamburger {
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	margin: 0;
	overflow: visible
}
.hamburger>span {
	position: relative;
	left: 2px;
	display: block;
	font-size: 1.6rem;
	text-align: center;
	color: #ccc;
	letter-spacing: 6px
}
.hamburger:hover {
	opacity: .7
}
.hamburger-box {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 1px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .15s;
	transition-timing-function: ease
}
.hamburger-inner {
	display: block;
	top: 50%
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block
}
.hamburger-inner::before {
	top: -5px
}
.hamburger-inner::after {
	bottom: -5px
}
.hamburger--slider .hamburger-inner {
	top: 3px
}
.hamburger--slider .hamburger-inner::before {
	top: 8px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: .2s
}
.hamburger--slider .hamburger-inner::after {
	top: 16px
}
.hamburger--slider.is-active .hamburger-inner {
	width: 20px;
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
	transform: translate3d(0, -16px, 0) rotate(-90deg)
}
@keyframes rotate {
	to {
		transform: rotate(360deg)
	}
}
.shining-effect {
	position: relative;
	overflow: hidden
}
.shining-effect:before {
	content: "";
	opacity: .6;
	width: 200%;
	height: 200%;
	background: url(../../assets/img/pattern/shine-light.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: btn_shine 2s infinite;
	animation: btn_shine 2s infinite;
	pointer-events: none;
	opacity: .5
}
@keyframes btn_shine {
	0% {
		left: -100%
	}
	50%, to {
		left: 200%
	}
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #005daa;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-ms-transform: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	pointer-events: none;
	-webkit-animation: loadingWrap .8s ease-in-out both;
	-moz-animation: loadingWrap .8s ease-in-out both;
	-o-animation: loadingWrap .8s ease-in-out both;
	animation: loadingWrap .8s ease-in-out both;
	animation-delay: 1s
}
@-webkit-keyframes loadingWrap {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
@-moz-keyframes loadingWrap {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
@keyframes loadingWrap {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
.loading:before, .loading:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-animation: loading .8s ease-in-out both;
	-moz-animation: loading .8s ease-in-out both;
	-o-animation: loading .8s ease-in-out both;
	animation: loading .8s ease-in-out both
}
@-webkit-keyframes loading {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
@-moz-keyframes loading {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
@keyframes loading {
	0% {
		-moz-transform: translateX(0) skewX(0deg);
		-webkit-transform: translateX(0) skewX(0deg);
		-o-transform: translateX(0) skewX(0deg);
		-ms-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg)
	}
	100% {
		-moz-transform: translateX(110%) skewX(-10deg);
		-webkit-transform: translateX(110%) skewX(-10deg);
		-o-transform: translateX(110%) skewX(-10deg);
		-ms-transform: translateX(110%) skewX(-10deg);
		transform: translateX(110%) skewX(-10deg)
	}
}
.loading:before {
	background-color: #005daa;
	animation-delay: 1.5s;
	z-index: 100
}
.loading:after {
	background-color: #fff;
	animation-delay: 1s;
	z-index: 101
}
.loading .inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	z-index: 110
}
.loading .inner img {
	width: 10vw;
	object-fit: contain;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1
}
@media(max-width: 992px) {
	@-webkit-keyframes loadingWrap {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	@-moz-keyframes loadingWrap {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	@keyframes loadingWrap {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	@-webkit-keyframes loading {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	@-moz-keyframes loading {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	@keyframes loading {
		0% {
			-moz-transform: translateX(0) skewX(0deg);
			-webkit-transform: translateX(0) skewX(0deg);
			-o-transform: translateX(0) skewX(0deg);
			-ms-transform: translateX(0) skewX(0deg);
			transform: translateX(0) skewX(0deg)
		}
		100% {
			-moz-transform: translateX(110%) skewX(-5deg);
			-webkit-transform: translateX(110%) skewX(-5deg);
			-o-transform: translateX(110%) skewX(-5deg);
			-ms-transform: translateX(110%) skewX(-5deg);
			transform: translateX(110%) skewX(-5deg)
		}
	}
	.loading .inner img {
		width: 150px
	}
}
.menu_on {
	overflow: hidden
}
.menu_on .menu-list .inner {
	opacity: 1;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	pointer-events: auto
}
@media(max-width: 767px) {
	.menu_on .menu-list .inner {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.window-open, .modal-open {
	overflow: hidden
}
.window-open header, .modal-open header {
	top: -78px
}
.window-open .nav-fixed-left, .modal-open .nav-fixed-left {
	left: -180px
}
.window-open .share-socialMedia, .modal-open .share-socialMedia {
	right: -180px
}
.anime-skeleton .skeleton-title {
	width: 100%;
	height: 16px;
	margin-top: 1.5rem;
	background: rgba(190, 190, 190, .2);
	border-radius: 4px
}
.anime-skeleton .skeleton-avatar {
	margin-top: 1.5rem;
	display: inline-block;
	background: rgba(190, 190, 190, .2);
	width: 100%;
	line-height: 32px
}
.anime-skeleton .skeleton-avatar:before {
	content: "";
	padding-top: 100%;
	display: block
}
.anime-skeleton .skeleton-avatar.avatar-circle {
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.anime-skeleton .skeleton-bg {
	background-color: #f7f7f7;
	padding: 1.5rem;
	padding-top: 0;
	margin-top: 1.5rem
}
.anime-skeleton .skeleton-content {
	background: rgba(190, 190, 190, .2);
	width: 100%;
	height: 200px;
	margin-top: 1.5rem
}
.anime-skeleton .skeleton-paragraph {
	padding: 0
}
.anime-skeleton .skeleton-paragraph>li {
	width: 100%;
	height: 1.5rem;
	list-style: none;
	background: rgba(190, 190, 190, .2);
	border-radius: 4px
}
.anime-skeleton .skeleton-title, .anime-skeleton .skeleton-avatar, .anime-skeleton .skeleton-content, .anime-skeleton .skeleton-paragraph>li {
	background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
	background-size: 400% 100%;
	-webkit-animation: ant-skeleton-loading 1.4s ease infinite;
	animation: ant-skeleton-loading 1.4s ease infinite
}
@-webkit-keyframes ant-skeleton-loading {
	0% {
		background-position: 100% 50%
	}
	to {
		background-position: 0 50%
	}
}
@keyframes ant-skeleton-loading {
	0% {
		background-position: 100% 50%
	}
	to {
		background-position: 0 50%
	}
}
img.lazyload {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	-ms-transform: opacity .25s ease;
	transition: opacity .25s ease
}
img.lazyload.loaded {
	opacity: 1
}
.media-loader {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	overflow: hidden
}
.media-loader:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	transform-origin: 0 0;
	z-index: 2;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: transform 1s .1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: transform 1s .1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 1s .1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transform: transform 1s .1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s .1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1)
}
.media-loader>img, .media-loader>div, .media-loader>figure {
	opacity: 0;
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	-webkit-transition: opacity .25s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: opacity .25s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: opacity .25s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transform: opacity .25s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity .25s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1)
}
.media-loader.is-active:after {
	background: #916b51;
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0)
}
.media-loader.is-active>img, .media-loader.is-active>div, .media-loader.is-active>figure {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}
.reveal.reveal-up {
	opacity: 0;
	-moz-transform: translate(0, 80px);
	-webkit-transform: translate(0, 80px);
	-o-transform: translate(0, 80px);
	-ms-transform: translate(0, 80px);
	transform: translate(0, 80px);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transform: all .8s ease;
	transition: all .8s ease
}
.reveal.reveal-up.is-animated {
	opacity: 1;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.reveal.split-text .ch {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
}
.reveal.split-text .ch span {
	display: inline-block;
	opacity: 0;
	-moz-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: transform .8s ease-in-out, opacity .9s ease;
	-moz-transition: transform .8s ease-in-out, opacity .9s ease;
	-o-transition: transform .8s ease-in-out, opacity .9s ease;
	-ms-transform: transform .8s ease-in-out, opacity .9s ease;
	transition: transform .8s ease-in-out, opacity .9s ease
}
.reveal.split-text .ch:nth-child(1) span {
	transition-delay: .04s
}
.reveal.split-text .ch:nth-child(2) span {
	transition-delay: .08s
}
.reveal.split-text .ch:nth-child(3) span {
	transition-delay: .12s
}
.reveal.split-text .ch:nth-child(4) span {
	transition-delay: .16s
}
.reveal.split-text .ch:nth-child(5) span {
	transition-delay: .2s
}
.reveal.split-text .ch:nth-child(6) span {
	transition-delay: .24s
}
.reveal.split-text .ch:nth-child(7) span {
	transition-delay: .28s
}
.reveal.split-text .ch:nth-child(8) span {
	transition-delay: .32s
}
.reveal.split-text .ch:nth-child(9) span {
	transition-delay: .36s
}
.reveal.split-text .ch:nth-child(10) span {
	transition-delay: .4s
}
.reveal.split-text .ch:nth-child(11) span {
	transition-delay: .44s
}
.reveal.split-text .ch:nth-child(12) span {
	transition-delay: .48s
}
.reveal.split-text .ch:nth-child(13) span {
	transition-delay: .52s
}
.reveal.split-text .ch:nth-child(14) span {
	transition-delay: .56s
}
.reveal.split-text .ch:nth-child(15) span {
	transition-delay: .6s
}
.reveal.split-text .ch:nth-child(16) span {
	transition-delay: .64s
}
.reveal.split-text .ch:nth-child(17) span {
	transition-delay: .68s
}
.reveal.split-text .ch:nth-child(18) span {
	transition-delay: .72s
}
.reveal.split-text .ch:nth-child(19) span {
	transition-delay: .76s
}
.reveal.split-text .ch:nth-child(20) span {
	transition-delay: .8s
}
.reveal.split-text .ch:nth-child(21) span {
	transition-delay: .84s
}
.reveal.split-text .ch:nth-child(22) span {
	transition-delay: .88s
}
.reveal.split-text .ch:nth-child(23) span {
	transition-delay: .92s
}
.reveal.split-text .ch:nth-child(24) span {
	transition-delay: .96s
}
.reveal.split-text .ch:nth-child(25) span {
	transition-delay: 1s
}
.reveal.split-text .ch:nth-child(26) span {
	transition-delay: 1.04s
}
.reveal.split-text .ch:nth-child(27) span {
	transition-delay: 1.08s
}
.reveal.split-text .ch:nth-child(28) span {
	transition-delay: 1.12s
}
.reveal.split-text .ch:nth-child(29) span {
	transition-delay: 1.16s
}
.reveal.split-text .ch:nth-child(30) span {
	transition-delay: 1.2s
}
.reveal.split-text .ch:nth-child(31) span {
	transition-delay: 1.24s
}
.reveal.split-text .ch:nth-child(32) span {
	transition-delay: 1.28s
}
.reveal.split-text .ch:nth-child(33) span {
	transition-delay: 1.32s
}
.reveal.split-text .ch:nth-child(34) span {
	transition-delay: 1.36s
}
.reveal.split-text .ch:nth-child(35) span {
	transition-delay: 1.4s
}
.reveal.split-text .ch:nth-child(36) span {
	transition-delay: 1.44s
}
.reveal.split-text .ch:nth-child(37) span {
	transition-delay: 1.48s
}
.reveal.split-text .ch:nth-child(38) span {
	transition-delay: 1.52s
}
.reveal.split-text .ch:nth-child(39) span {
	transition-delay: 1.56s
}
.reveal.split-text .ch:nth-child(40) span {
	transition-delay: 1.6s
}
.reveal.split-text .ch:nth-child(41) span {
	transition-delay: 1.64s
}
.reveal.split-text .ch:nth-child(42) span {
	transition-delay: 1.68s
}
.reveal.split-text .ch:nth-child(43) span {
	transition-delay: 1.72s
}
.reveal.split-text .ch:nth-child(44) span {
	transition-delay: 1.76s
}
.reveal.split-text .ch:nth-child(45) span {
	transition-delay: 1.8s
}
.reveal.split-text .ch:nth-child(46) span {
	transition-delay: 1.84s
}
.reveal.split-text .ch:nth-child(47) span {
	transition-delay: 1.88s
}
.reveal.split-text .ch:nth-child(48) span {
	transition-delay: 1.92s
}
.reveal.split-text .ch:nth-child(49) span {
	transition-delay: 1.96s
}
.reveal.split-text.is-animated .ch span {
	opacity: 1;
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.card-item {
	padding: 20px;
	display: block
}
.card-item:hover {
	text-decoration: none
}
.card-item:hover h6 {
	color: #000
}
.card-item:hover .card-img img {
	-moz-transform: scale(1.05) translate(-50%, -50%);
	-webkit-transform: scale(1.05) translate(-50%, -50%);
	-o-transform: scale(1.05) translate(-50%, -50%);
	-ms-transform: scale(1.05) translate(-50%, -50%);
	transform: scale(1.05) translate(-50%, -50%)
}
.card-item h6 {
	color: #393939;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 10px 0 15px;
	font-weight: 600
}
.card-item .card-img {
	position: relative;
	overflow: hidden;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.card-item .card-img:before {
	display: block;
	pointer-events: none;
	content: "";
	padding-top: 66.6666667%
}
.card-item .card-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 0 0;
	-moz-transform: scale(1) translate(-50%, -50%);
	-webkit-transform: scale(1) translate(-50%, -50%);
	-o-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.card-item .price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end
}
.card-item .price>span {
	display: inline-block;
	line-height: 1;
	margin-right: 1rem
}
.card-item .price .special {
	font-size: 2rem;
	color: #ff2342;
	font-weight: 600
}
.card-item .price .special+.original {
	position: relative;
	font-size: 1.4rem;
	color: #999;
	font-weight: 300
}
.card-item .price .special+.original::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #999
}
.card-item .price .original {
	font-size: 2rem;
	color: #000;
	font-weight: 600
}
.card-item .price .inventory {
	font-size: 1.4rem;
	font-weight: 300;
	color: #000;
	margin-left: auto
}
.card-item .price .inventory b {
	color: #999
}
@media(max-width: 1280px) {
	.card-item {
		padding: 15px
	}
}
.icon-md {
	font-size: 4.5rem
}
.icon-lg {
	font-size: 6rem
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0)
}
.swiper-wrapper {
	transition-timing-function: ease-in-out
}
.swiper-button-next, .swiper-button-prev {
	color: #005daa;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 60px;
	height: 60px;
	border: 1px solid #005daa;
	background-color: #fff;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: "";
	font-size: 3rem
}
.swiper-button-next:focus, .swiper-button-prev:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: .8;
	color: #000
}
.swiper-button-next i, .swiper-button-prev i {
	font-size: 6rem;
	color: #916b51
}
.swiper-button-prev {
	left: -3rem;
	right: inherit
}
.swiper-button-prev:after {
	content: "";
	font-family: bolysys
}
.swiper-button-next {
	right: -3rem;
	left: inherit
}
.swiper-button-next:after {
	content: "";
	font-family: bolysys
}
.swiper-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	z-index: 2
}
.swiper-control .swiper-button-prev, .swiper-control .swiper-button-next {
	position: static;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0
}
.swiper-control .swiper-button-prev:after, .swiper-control .swiper-button-next:after {
	content: ""
}
.swiper-control .swiper-button-prev:focus, .swiper-control .swiper-button-next:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important
}
.swiper-control .swiper-button-prev i, .swiper-control .swiper-button-next i {
	font-size: 6rem;
	color: #916b51
}
.swiper-control .swiper-button-next {
	margin-left: 2rem
}
@media(max-width: 767px) {
	.swiper-control .swiper-button-prev i, .swiper-control .swiper-button-next i {
		font-size: 4rem
	}
}
.swiper-basic .swiper-pagination {
	position: static
}
.swiper-basic .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #916b51
}
.input-group-withIcon {
	position: relative
}
.input-group-withIcon .input-group-append {
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	z-index: 2
}
.input-group-withIcon .input-group-text {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 2rem;
	padding: 0;
	color: #a5a5a5;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.input-group-withIcon .input-group-text i {
	font-size: 15px
}
.input-group-withIcon.is-valid .form-control {
	border-color: #ff2342
}
.input-group-withIcon.is-valid+.feadback-txt {
	display: block;
	font-size: 1.2rem;
	color: #ff2342;
	padding: 2px
}
.form-control {
	height: 45px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 16px;
	border: 1px solid #ddd;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.form-control::placeholder {
	color: #a5a5a5;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #a5a5a5
}
.form-control::-ms-input-placeholder {
	color: #a5a5a5
}
.form-control:focus {
	border-color: #a5a5a5;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.toggle_hide_password {
	color: #a5a5a5;
	text-decoration: none !important
}
.toggle_hide_password:hover {
	color: #7c7c7c
}
.feadback-txt {
	display: none
}
.custom_select-wrapper {
	position: relative;
	user-select: none;
	width: 100%
}
.custom_select-wrapper .arrow {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform-origin: 50% 50%;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 1.4rem;
	margin-left: 1rem
}
.custom_select-wrapper .open .arrow {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.custom_select {
	display: flex;
	flex-direction: column
}
.custom_select.open .custom_options {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}
.custom_select__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.5rem;
	font-size: 1.6rem;
	color: #393939;
	height: 45px;
	line-height: 45px;
	background: #fff;
	cursor: pointer;
	word-break: keep-all
}
.custom_options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 0;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 99;
	max-height: 200px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.custom_options::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0)
}
.custom_options::-webkit-scrollbar-track {
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.custom_options::-webkit-scrollbar-thumb {
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.custom_option {
	position: relative;
	display: block;
	padding: .6rem 2.5rem;
	font-size: 1.6rem;
	color: #916b51;
	line-height: 45px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.custom_option:hover {
	cursor: pointer;
	background-color: #eceae4
}
.custom_option.selected {
	background-color: #eceae4
}
.custom_option.disabled_option {
	pointer-events: none;
	color: #ddd !important;
	background-color: #fff !important
}
@media(max-width: 992px) {
	.custom_select .select-fade {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .7);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transform: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		pointer-events: none;
		width: 100%;
		height: calc(var(--vh, 1vh)*100);
		opacity: 0
	}
	.custom_select.open .select-fade {
		opacity: 1;
		pointer-events: auto
	}
	.custom_options {
		position: fixed;
		width: 320px;
		max-height: calc(var(--vh, 1vh)*60);
		z-index: 1000;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: none
	}
}
@media(min-width: 992px) {
	.custom_options {
		border: 1px solid #ccc;
		top: calc(100% - 1px);
		border: 1px solid #d9d9d9;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.custom_options * {
		-ms-flex: 0 1 auto
	}
	.custom_options::-webkit-scrollbar {
		display: none
	}
	.custom_option {
		flex: 0 0 auto
	}
	.custom_option+.custom_option {
		border-top: 1px solid #d9d9d9
	}
}
.radiobox-radio {
	font-size: 1.6rem;
	line-height: 1.1;
	height: 60px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.radiobox-radio input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;
	margin-right: 1rem;
	color: #ccc;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: grid;
	place-content: center
}
.radiobox-radio input[type=radio]::before {
	content: "";
	width: .65em;
	height: .65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: #7c7c7c
}
.radiobox-radio input[type=radio]:checked {
	border-color: #7c7c7c
}
.radiobox-radio input[type=radio]:checked::before {
	transform: scale(1)
}
.btn-group-toggle {
	margin-left: -5px;
	margin-right: -5px
}
.btn-group-toggle .btn {
	padding: .5rem 1.4rem;
	margin: 0 5px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #eee;
	color: #393939
}
.btn-group-toggle .btn input:disabled {
	opacity: .5
}
.btn-group-toggle .btn-outline-secondary:hover {
	background-color: #fff;
	border: 1px solid #000
}
.btn-group-toggle .btn-outline-secondary:focus, .btn-group-toggle .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2);
	-ms-box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2);
	box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2)
}
.btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-group-toggle .show>.btn-outline-secondary.dropdown-toggle {
	border: 1px solid #f47889;
	background-color: rgba(232, 208, 196, .3);
	color: #f47889
}
.btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-group-toggle .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-group-toggle .show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2);
	-ms-box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2);
	box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .2)
}
.custom-control-label::before {
	top: 0
}
.custom-switch .custom-control-label::after {
	top: 2px
}
.custom-switch.custom-switch-sm .custom-control-label {
	padding-left: 1rem;
	padding-bottom: 1rem
}
.custom-switch.custom-switch-sm .custom-control-label::before {
	height: 1rem;
	width: calc(1rem + .75rem);
	border-radius: 2rem
}
.custom-switch.custom-switch-sm .custom-control-label::after {
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	border-radius: calc(1rem - 1rem/2)
}
.custom-switch.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(calc(1rem - 0.25rem))
}
.custom-switch.custom-switch-md .custom-control-label {
	padding-left: 2rem;
	padding-bottom: 1.5rem
}
.custom-switch.custom-switch-md .custom-control-label::before {
	height: 1.5rem;
	width: calc(2rem + .75rem);
	border-radius: 3rem
}
.custom-switch.custom-switch-md .custom-control-label::after {
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	border-radius: calc(2rem - 1.5rem/2)
}
.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(calc(1.5rem - 0.25rem))
}
.custom-switch.custom-switch-lg .custom-control-label {
	padding-left: 3rem;
	padding-bottom: 2rem
}
.custom-switch.custom-switch-lg .custom-control-label::before {
	height: 2rem;
	width: calc(3rem + .75rem);
	border-radius: 4rem
}
.custom-switch.custom-switch-lg .custom-control-label::after {
	width: calc(2rem - 4px);
	height: calc(2rem - 4px);
	border-radius: calc(3rem - 2rem/2)
}
.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(calc(2rem - 0.25rem))
}
.custom-switch.custom-switch-xl .custom-control-label {
	padding-left: 4rem;
	padding-bottom: 2.5rem
}
.custom-switch.custom-switch-xl .custom-control-label::before {
	height: 2.5rem;
	width: calc(4rem + .75rem);
	border-radius: 5rem
}
.custom-switch.custom-switch-xl .custom-control-label::after {
	width: calc(2.5rem - 4px);
	height: calc(2.5rem - 4px);
	border-radius: calc(4rem - 2.5rem/2)
}
.custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(calc(2.5rem - 0.25rem))
}
.checkbox-btn {
	padding: 0;
	margin: 0;
	cursor: pointer
}
.checkbox-btn input[type=checkbox] {
	display: none
}
.checkbox-btn input[type=checkbox]+span {
	position: relative;
	display: inline-block;
	line-height: 24px;
	background-color: #e6e6e6;
	user-select: none
}
.checkbox-btn input[type=checkbox]:checked+span {
	background-color: #37c0ff;
	color: #fff
}
.checkbox-radio {
	padding: 0;
	margin: 0;
	cursor: pointer
}
.checkbox-radio input[type=checkbox] {
	display: none
}
.checkbox-radio input[type=checkbox]+span {
	position: relative;
	display: inline-block;
	line-height: 1.6;
	user-select: none;
	padding-left: 2rem;
	font-size: 1.6rem;
	color: #222
}
.checkbox-radio input[type=checkbox]+span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	border: 1px solid #7c7c7c
}
.checkbox-radio input[type=checkbox]:checked+span:before {
	background-color: #7c7c7c
}
.input-quantity {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}
.input-quantity .btn-minus, .input-quantity .btn-plus {
	padding: .5rem 1.4rem;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #eee;
	color: #393939;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 40px;
	height: 40px;
	font-size: 1.4rem
}
.input-quantity .quantity-value {
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	background-color: #fff;
	width: 60px;
	height: 40px;
	text-align: center;
	font-size: 1.6rem
}
.input-quantity.is-invalid {
	border: 1px solid #ff2342
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, 0);
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	background-color: rgba(0, 0, 0, 0);
	color: #393939
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-button:hover {
	border-color: #eee
}
.ui-widget.ui-widget-content {
	border: none
}
.ui-datepicker {
	width: 350px;
	font-size: 16px;
	background-color: #fff;
	border: none;
	-ms-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
	-ms-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
	padding: 0 2rem
}
.ui-datepicker .ui-datepicker-header {
	padding: 2rem 0;
	border: none;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff
}
.ui-datepicker .ui-datepicker-header .ui-icon {
	background: none
}
.ui-datepicker .ui-datepicker-header .ui-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0;
	font-size: 2rem
}
.ui-datepicker .ui-datepicker-next {
	top: 50%;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.ui-datepicker .ui-datepicker-next span {
	position: relative
}
.ui-datepicker .ui-datepicker-next span:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: ""
}
.ui-datepicker .ui-datepicker-prev {
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.ui-datepicker .ui-datepicker-prev span {
	position: relative
}
.ui-datepicker .ui-datepicker-prev span:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: ""
}
.ui-datepicker table {
	font-size: 16px;
	margin-bottom: 2rem
}
.ui-datepicker th {
	padding: 1rem .5rem;
	text-align: center;
	font-weight: 300
}
.ui-datepicker td {
	padding: 1rem .5rem;
	text-align: center
}
.ui-datepicker td.is-booked .ui-state-default, .ui-datepicker td.is-booked .ui-widget-content .ui-state-default, .ui-datepicker td.is-booked .ui-widget-header .ui-state-default, .ui-datepicker td.is-booked .ui-button, .ui-datepicker td.is-booked html .ui-button.ui-state-disabled:hover, .ui-datepicker td.is-booked html .ui-button.ui-state-disabled:active {
	border: 1px solid #f47889
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #000;
	position: relative
}
.ui-state-highlight:before, .ui-widget-content .ui-state-highlight:before, .ui-widget-header .ui-state-highlight:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 4px;
	height: 4px;
	background-color: #f47889;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	color: #fff;
	background-color: #f47889
}
.datepicker-group {
	position: relative;
	display: inline-block
}
.datepicker-group .form-control {
	position: absolute;
	width: 100%;
	min-width: 70px;
	height: 36px;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}
.datepicker-group .btn-datepicker {
	width: 100%;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-o-flex-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background-color: #f47889;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 12px;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer
}
.datepicker-group .btn-datepicker b {
	font-weight: 400;
	margin-left: 10px;
	letter-spacing: 1px;
	line-height: 1
}
.datepicker-group .btn-datepicker>* {
	position: relative;
	top: -1px
}
.form label.title {
	font-size: 1.6rem;
	color: #000;
	margin-bottom: .8rem;
	padding: 0 15px;
	padding-top: 5px
}
.form .custom-checkbox, .form .custom-radio {
	padding-left: 2.5rem
}
.form .custom-control-label {
	font-size: 1.4rem;
	line-height: 18px;
	color: #393939
}
.form .custom-control-label::after, .form .custom-control-label::before {
	width: 18px;
	height: 18px;
	left: -2.5rem;
	border: 1px solid #f2f2f2;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.form .custom-control-label::after {
	top: 0
}
.form .custom-control-input:checked~.custom-control-label::before {
	border-color: #f47889;
	background-color: #f47889
}
.form .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #f47889
}
.form .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(244, 120, 137, .25)
}
.form .form-control {
	border: 1px solid #eee;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.form .form-control::placeholder {
	color: #ddd;
	font-weight: 300;
	opacity: 1
}
.form .form-control:-ms-input-placeholder {
	color: #ddd
}
.form .form-control::-ms-input-placeholder {
	color: #ddd
}
.form .form-control:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.form .form-control.is-invalid {
	border-color: #ff2342
}
.form .form-control+.invalid-feedback {
	font-size: 1rem;
	padding: 0 2rem
}
.form .form-control:disabled, .form .form-control[readonly] {
	background-color: #f2f2f2;
	color: #999
}
input {
	border: none;
	background: rgba(0, 0, 0, 0)
}
.border-input {
	border: 1px solid #f2f2f2;
	padding: 0 10px;
	height: 50px;
	vertical-align: middle;
	background: #fff
}
.border-input input {
	width: 94%;
	height: 100%;
	line-height: 50px
}
.search {
	width: 100%
}
.search .input-box {
	width: 100%;
	background: #fff
}
.search .input-box .border-input {
	height: 40px
}
.search .input-box input {
	width: 90%;
	height: 100%;
	vertical-align: middle
}
.search .icon-search {
	font-size: 20px;
	color: #888;
	display: inline-block
}
.dash-line {
	border-style: dashed;
	margin: 3rem 0 2rem
}
input:read-only {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #888
}
.input-style {
	width: 100%;
	border: 1px solid #f2f2f2
}
.input-style.h40 {
	height: 40px
}
.input-style.h50 {
	height: 50px
}
.input-style.h60 {
	height: 60px
}
.input-style.border-red {
	border: 1px solid #f47889
}
.input-style.input-info {
	height: 50px
}
.input-info {
	height: 50px;
	padding: 0 10px;
	font-size: 16px
}
.w200 {
	width: 200px
}
.w310 {
	width: 310px
}
.w423 {
	width: 423px
}
.w640 {
	width: 640px
}
.w453 {
	width: 453px
}
@media(max-width: 992px) {
	.w200, .w310, .w640, .w453, .w423 {
		width: 100%
	}
}
.w80 {
	width: 80px
}
label {
	cursor: pointer
}
label input[type=checkbox], label input.ask[type=checkbox], label input.card[type=radio] {
	width: 30px;
	height: 0px;
	flex: 0 0 auto;
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	background: none
}
label input[type=checkbox]::before, label input.ask[type=checkbox]::before, label input.card[type=radio]::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #f2f2f2;
	background: #fff;
	user-select: none;
	text-align: center;
	border-radius: 50px;
	opacity: 1
}
label input[type=checkbox]:checked::before, label input.ask[type=checkbox]:checked::before, label input.card[type=radio]:checked::before {
	content: "";
	font-family: "icomoon";
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 18px;
	border: 2px solid #f47889;
	background: #f47889;
	user-select: none;
	color: #fff;
	border-radius: 50px;
	opacity: 1
}
label input[type=checkbox]:read-only, label input.ask[type=checkbox]:read-only, label input.card[type=radio]:read-only {
	border: none
}
label input.ask[type=checkbox] {
	height: 30px
}
label input.ask[type=checkbox]::before {
	content: "";
	border-radius: 0px
}
label input.ask[type=checkbox]:checked::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "";
	border-radius: 0px
}
label input.card[type=radio] {
	height: 30px
}
label input.card[type=radio]:checked::before {
	content: "";
	font-family: unset;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 18px;
	border: 2px solid #f2f2f2;
	background: #fff;
	user-select: none;
	text-align: center;
	border-radius: 50px;
	opacity: 1
}
label input.card[type=radio]:checked::after {
	content: "";
	width: 26px;
	height: 26px;
	background: #f47889;
	position: absolute;
	border-radius: 50px;
	top: 2px;
	left: 2px;
	border: 2px solid #fff
}
.invoice {
	margin-bottom: 20px
}
.invoice .dropdown-toggle {
	border: 1px solid #f2f2f2;
	background-color: #fff;
	width: 100%;
	height: 45px;
	font-size: 16px;
	padding: 0 15px;
	text-align: left
}
.invoice .dropdown-toggle::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "";
	font-size: 2rem;
	position: absolute;
	right: 20px;
	top: 9px;
	border: none
}
.invoice .dropdown-toggle:focus {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.invoice .dropdown-menu {
	width: 100%
}
.invoice .dropdown-menu .dropdown-item {
	font-size: 16px;
	text-align: left
}
.invoice .dropdown-menu .dropdown-item.active, .invoice .dropdown-menu .dropdown-item:active {
	background-color: #f47889
}
.carrier-box {
	display: flex;
	line-height: 50px
}
.address-box .city {
	width: 100%;
	display: flex;
	justify-content: flex-start
}
.address-box .city div {
	margin-right: 1rem
}
.address-box .city div select, .address-box .city div input {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	border: 1px solid #f2f2f2;
	padding-right: 1rem;
	font-size: 16px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem
}
.address-box .city input.address {
	width: 100%
}
.address-box .city.disabled div, .BD_calendar .content.disabled div {
	position: relative
}
.address-box .city.disabled div::before, .BD_calendar .content.disabled div::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.address-select-box {
	border: 1px solid #bbb
}
.address-select-box .address-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #bbb
}
.pagebox {
	justify-content: center
}
.pagebox .page-link {
	color: #f47889
}
.pagebox .page-link.active {
	background-color: #f47889 !important;
	color: #fff !important;
	border: 1px solid #f47889
}
.pagebox .page-link:hover {
	background-color: #f47889 !important;
	color: #fff !important;
	border: 1px solid #f47889
}
.tooltip-box.tooltip-box-md {
	width: auto;
	max-width: 300px
}
.tooltip-inner {
	max-width: inherit;
	padding: 1rem;
	color: #fff;
	text-align: center;
	background-color: #916b51;
	border-radius: 10px
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
	border-top-color: #916b51
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
	border-right-color: #916b51
}
.modal-backdrop {
	background: #000
}
.modal-backdrop.show {
	opacity: .5
}
.modal-window .close {
	color: #222;
	opacity: 1;
	font-size: 2rem;
	text-shadow: none;
	position: absolute;
	top: 1.5rem;
	right: 2rem
}
.modal-header {
	padding: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start
}
.modal-header h5 {
	margin-bottom: 0
}
.modal-body {
	padding: 2.5rem
}
.modal-content {
	-ms-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
	border-radius: 2rem
}
.login-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}
.login-container .left, .login-container .right {
	width: 50%;
	padding: 4rem
}
.login-container .left {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-flex-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.login-container .left * {
	-ms-flex: 0 1 auto
}
.login-container .left .logo {
	width: 50%;
	object-fit: contain;
	margin: 0 auto 3rem
}
.login-container .left .gifts {
	width: 70%;
	margin: 0 auto;
	-ms-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	border: 1px solid #f2f2f2;
	padding: 2rem 3rem
}
.login-container .left .gifts .icon-gift {
	display: block;
	text-align: center;
	margin-bottom: 1.5rem
}
.login-container .left .gifts .icon-gift img {
	width: 80%;
	margin: 0 auto;
	object-fit: contain
}
.login-container .left .gifts .tip {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #393939;
	margin-bottom: 0
}
.login-container .left .gifts .tip strong {
	color: #f47889
}
.login-container .left .note {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #858585;
	margin-top: 2rem
}
.login-container .left .note:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "";
	font-size: 1.6rem;
	margin-right: 5px
}
.login-container .right {
	border-left: 1px solid #eee
}
.login-container .right h5 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #393939;
	margin-bottom: 2rem
}
.login-container .right h5 small {
	color: #858585;
	font-weight: 300;
	display: block
}
.login-container .right h5 strong {
	color: #f47889
}
.login-container .right .oauth-tip {
	margin: 1.5rem 0
}
.login-container .right .oauth-tip .oauth-tip-line {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-flex-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	color: #bbb;
	white-space: nowrap
}
.login-container .right .oauth-tip .oauth-tip-line:after, .login-container .right .oauth-tip .oauth-tip-line:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee
}
.login-container .right .oauth-tip .oauth-tip-line:after {
	margin-left: 2rem
}
.login-container .right .oauth-tip .oauth-tip-line:before {
	margin-right: 2rem
}
.login-container .right .btn-forgetPW {
	font-size: 1.4rem;
	color: #999
}
.login-container .right .btn-forgetPW:hover {
	color: #f47889
}
.login-container .login-page, .login-container .register-page, .login-container .forgetPW-page {
	display: none
}
.login-container .login-page.active, .login-container .register-page.active, .login-container .forgetPW-page.active {
	display: block
}
@media(max-width: 992px) {
	.login-container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.login-container * {
		-ms-flex: 0 1 auto
	}
	.login-container .left, .login-container .right {
		width: 100%
	}
	.login-container .left .gifts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-o-flex-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center
	}
	.login-container .left .gifts .icon-gift {
		width: 100px;
		flex: 0 1 auto;
		margin-bottom: 0;
		margin-right: 1rem
	}
	.login-container .left .gifts .tip {
		width: 100%
	}
	.login-container .right {
		border-left: none;
		border-top: 1px solid #eee
	}
}
@media(max-width: 767px) {
	.login-container .left, .login-container .right {
		padding: 2rem 3rem
	}
	.login-container .left .gifts {
		width: 100%
	}
}
.swal2-popup {
	padding: 1.5rem 2.5rem;
	-ms-border-radius: 2rem !important;
	-moz-border-radius: 2rem !important;
	-webkit-border-radius: 2rem !important;
	border-radius: 2rem !important
}
.bg-img {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: 100% 100%;
	background-clip: content-box;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transform: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.editor-content {
	position: relative;
	z-index: 1
}
.editor-content a {
	color: #f47889;
	text-decoration: underline;
	cursor: pointer
}
.editor-content h1 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #f47889;
	margin: .5rem 0 1rem
}
.editor-content h2 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #f47889;
	margin: .5rem 0 1rem
}
.editor-content h3 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #000;
	margin: .5rem 0 1rem
}
.editor-content h4 {
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	margin: .5rem 0 1rem
}
.editor-content h5 {
	font-size: 1.8rem;
	font-weight: 400;
	margin: .5rem 0 1rem
}
.editor-content h6 {
	font-size: 1.6rem;
	font-weight: 400;
	margin: .5rem 0 1rem
}
.editor-content p {
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 400;
	margin: .5rem 0 2rem
}
@media(max-width: 767px) {
	.editor-content p {
		font-size: 1.4rem
	}
}
.editor-content img {
	object-fit: contain;
	width: 100% !important;
	max-width: 800px;
	height: auto !important;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: inline-block
}
.editor-content table {
	width: 100%;
	margin-bottom: 1.5rem;
	border: 1px solid #000
}
.editor-content table th {
	background-color: #f47889;
	color: #fff
}
.editor-content table th+th {
	border-left: 1px solid #000
}
.editor-content table td {
	background-color: #fff;
	color: #f47889
}
.editor-content table td+td {
	border-left: 1px solid #000
}
.editor-content table th, .editor-content table td {
	text-align: center;
	font-size: 1.4rem;
	padding: 1rem;
	vertical-align: top;
	word-break: break-all
}
.editor-content table p, .editor-content table h1, .editor-content table h2, .editor-content table h3, .editor-content table h4, .editor-content table h5, .editor-content table h6 {
	margin-bottom: 0
}
.editor-content ul:not(.share-group), .editor-content ol:not(.share-group) {
	margin: .5rem 0 2.5rem !important;
	padding-left: .5rem
}
.editor-content ul:not(.share-group)>li, .editor-content ol:not(.share-group)>li {
	list-style: none;
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: .05em;
	font-weight: 400;
	margin-bottom: 1.5rem
}
.editor-content ul:not(.share-group)>li {
	padding-left: 2rem
}
.editor-content ul:not(.share-group)>li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	-ms-border-radius: 50rem;
	-moz-border-radius: 50rem;
	-webkit-border-radius: 50rem;
	border-radius: 50rem;
	display: block;
	background-color: #f47889
}
.editor-content ol:not(.share-group) li {
	counter-increment: li;
	padding-left: 0
}
.editor-content ol:not(.share-group) li:before {
	content: counter(li);
	color: #f47889;
	display: inline-block;
	width: 10px;
	margin-right: 1rem;
	text-align: right;
	direction: rtl;
	font-weight: 500
}
*, *:active, *:focus, *:hover, *:link, *:visited {
	-o-transition: background-color .2s linear, border-color .1s linear;
	-webkit-transition: background-color .2s linear, border-color .1s linear;
	-moz-transition: background-color .2s linear, border-color .1s linear;
	transition: background-color .2s linear, border-color .1s linear
}
@-moz-document url-prefix() {}
@media not all and (min-resolution: 0.001dpcm) {
	@supports(-webkit-appearance: none) {
		.search-site-container .input-group .autocomplete-out>ul::-webkit-scrollbar, .custom_options::-webkit-scrollbar {
			width:auto
		}
		.search-site-container .input-group .autocomplete-out>ul::-webkit-scrollbar-track, .custom_options::-webkit-scrollbar-track {
			-webkit-box-shadow: auto;
			-webkit-border-radius: auto;
			border-radius: auto;
			background: auto
		}
		.search-site-container .input-group .autocomplete-out>ul::-webkit-scrollbar-thumb, .custom_options::-webkit-scrollbar-thumb {
			-webkit-border-radius: auto;
			border-radius: auto;
			background: auto;
			-webkit-box-shadow: auto
		}
		.search-site-container .input-group .autocomplete-out>ul::-webkit-scrollbar-thumb:window-inactive, .custom_options::-webkit-scrollbar-thumb:window-inactive {
			background: auto
		}
	}
}

.pb-1 { padding-bottom: 1rem !important;}
.pb-3 { padding-bottom: 3rem !important;}
/*# sourceMappingURL=main.css.map */