@charset "utf-8";

@font-face {
	font-family: 'NotoJP';
	src: url('../fonts/NotoSerifJP-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NotoJP';
	src: url('../fonts/NotoSerifJP-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NotoJP';
	src: url('../fonts/NotoSerifJP-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'NotoJP';
	src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src:url('../fonts/SourceHanSansCN-Regular.ttf');
}

body {
	padding: 0;
	margin: 0;
	font-family: 'NotoJP', helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

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

a:hover,
a:focus {
	text-decoration: none !important;
	color: #222;
}

a,
input,
button {
	outline: none !important;
}

ul {
	list-style-type: none;
}

@media (min-width:1400px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1441px) {
	.container {
		max-width: 1320px;
	}
}

header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0;
	z-index: 999;
	transition: all .8s;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

header.fixed .logo img {
	height: 70px;
}

@media (min-width:992px) {
	header.fixed .logo img {
		height: 80px;
	}
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	padding: 0 15px;
}

@media (min-width:992px) {
	.header-inner {
		padding: 0 30px;
	}
}

@media (min-width:1200px) {
	.header-inner {
		padding: 0 50px;
	}
}

@media (min-width:1600px) {
	.header-inner {
		padding: 0 100px;
	}
}

.logo {
	margin: 5px 0;
}

.logo img {
	width: auto;
	height: 70px;
}

@media (min-width:992px) {
	.logo {
		margin: 9px 0;
	}

	.logo img {
		height: 90px;
	}
}

@media (min-width:1200px) {
	.logo img {
		height: auto;
	}
}

.item-right {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.menu {
	display: none;
}

.mobile-menu {
	display: block;
}

@media (min-width:992px) {
	.mobile-menu {
		display: none;
	}

	.menu {
		display: block;
		margin-right: 10px;
	}
}

@media (min-width:1400px) {
	.menu {
		margin-right: 30px;
	}
}

.navbar-nav .nav-item {
	display: flex;
	flex-direction: column;
}

@media (min-width:992px) {
	.navbar-nav .nav-item {
		flex-direction: row;
		align-items: center;
	}
}

.navbar-nav .nav-item::before {
	display: none;
}

.navbar-nav .nav-link {
	font-size: 18px;
	color: #000;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #730c7f;
}

@media (min-width:992px) {
	.navbar-nav .nav-item::before {
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 100%;
		background-color: #000;
		margin: 0 10px;
	}

	.navbar-nav .nav-item:first-child::before {
		display: none;
	}

	.navbar-nav .nav-link.dropdown-toggle::after {
		display: none !important;
	}

	.navbar-nav .nav-item.dropdown:hover>.dropdown-box {
		display: block;
	}

	.dropdown-box {
		background-color: rgba(255, 255, 255, .9);
		box-shadow: 0 0 2px rgba(115, 12, 127, .5);
		top: 100%;
		left: 5px;
		margin: 0;
		padding: 0;
	}

	.dropdown-box .dropdown-item {
		padding: 8px 0;
		text-align: center;
		color: #222;
		font-size: 16px;
		font-weight: 300;
	}

	.dropdown-box .dropdown-item:hover {
		background-color: #ffbd4b;
		color: #fff;
	}

	.navbar-nav .nav-link {
		font-size: 16px;
	}
}

@media (min-width:1400px) {
	.navbar-nav .nav-item::before {
		margin: 0 20px;
	}

	.navbar-nav .nav-link {
		font-size: 18px;
	}
}

.language-icon {
	position: relative;
	font-size: 17px;
	color: #8c7e89 !important;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.member-box {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	z-index: 1;
}

.member-inner {
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 4px 8px;
	border-radius: 5px;
	z-index: 9;
}

.member-inner::before {
	content: '';
}

.member-inner li {
	display: flex;
	border-bottom: 1px solid #eee;
}

.member-inner li:last-child {
	border: none;
}

.member-inner a {
	color: #333;
	padding: 4px 8px;
	border: 1px solid #fff;
}

.member-inner a:hover {
	color: #730c7f;
}

.mobile-navbar .nav-item {
	margin: 10px 20px;
}

.mobile-navbar .nav-link {
	display: initial;
}

.navbar-brand {
	margin: 0 20px 10px 20px;
	display: flex;
	justify-content: center;
}

.navbar-brand img {
	height: 100px;
}

.offcanvas-header {
	justify-content: flex-end;
}

.mobile-down {
	border-top: 1px solid #eee;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.mobile-down .dropdown-item {
	padding: 10px;
}

.mobile-down .dropdown-item:hover {
	background-color: rgba(115, 12, 127, .8);
	color: #fff;
}

.icon-item {
	display: flex;
	align-items: center;
}

.icon-list {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

@media (min-width:768px) {
	.icon-list {
		margin: 0 10px;
	}
}

.icon-list .fa {
	color: #fff;
}

.shop,
.language {
	background-color: #fff !important;
	position: relative;
}

.shop .fa,
.language .fa {
	color: #000;
	font-size: 24px;
}

.language {
	position: relative;
	display: none !important;
}

.mobile-lang {
	display: block;
}

@media (min-width:425px) {
	.mobile-lang {
		display: none;
	}

	.language {
		display: block !important;
	}
}

.mobile-lang {
	display: flex;
	justify-content: center;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.mobile-lang ul li {
	float: left;
	margin: 0 10px;
}

.language ul li a.active, .mobile-lang ul li a.active {
	color: #730c7f!important;
}

.shop span {
	width: 16px;
	height: 16px;
	background-color: #730c7f;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.shop i {
	font-style: normal;
}

.mobile-menu .container {
	padding: 0;
}


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

.index-next,
.index-prev {
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, .4);
}

@media (min-width:768px) {

	.index-next,
	.index-prev {
		width: 46px;
		height: 46px;
	}
}

.index-next::after,
.index-prev::after {
	color: #fff;
	font-size: 18px;
}

.index-next:hover,
.index-prev:hover {
	background-color: rgba(115, 12, 127, .8);
}

.piece-box {
	padding: 0;
}

@media (min-width:992px) {
	.piece-box {
		padding: 100px 0 !important;
	}
}

.home-about {
	background-image: url(../images/about-bj.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}

.f-list {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: 0px;
	z-index: 9;
}

@media (min-width:768px) {
	.f-list {
		margin-top: -40px;
	}
}

.f-list::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #7c1488;
	z-index: -1;
}

.f-box {
	overflow-x: auto;
}

.f-box::-webkit-scrollbar {
	height: 0px;
	display: block;
}

.f-box::-webkit-scrollbar-track {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.f-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	width: auto;
	height: 0px;
	background-color: #c1c1c1;
}

.f-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.f-col {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.f-col:nth-child(1) {
	background-color: #321556;
}

.f-col:nth-child(2) {
	background-color: #ff4b4b;
}

.f-col:nth-child(3) {
	background-color: #ffbd4b;
}

.f-col:nth-child(4) {
	background-color: #27d143;
}

.f-col::before {
	display: none;
}

@media (min-width:992px) {
	.f-col::before {
		display: block;
		content: '';
		width: 1px;
		height: 20px;
		background-color: #fff;
	}

	.f-col:first-child::before {
		display: none;
	}
}

@media (max-width:991px) {
	.home-about {
		padding-bottom: 0 !important;
	}
}

.card-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	width: 100%;
}

@media (min-width:768px) {
	.card-box {
		padding: 20px 10px;
	}
}

@media (min-width:992px) {
	.card-box {
		padding: 30px 10px;
	}
}

@media (min-width:1200px) {
	.card-box {
		margin: 0 20px;
		padding: 30px;
	}
}

.icon-box {
	margin: 0 10px;
	display: flex;
	align-items: center;
}

.card-box b {
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

@media (min-width:992px) {
	.card-box b {
		font-size: 18px;
	}
}

.card-box span {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.card-box span i {
	color: #fff;
}

.card-box:hover span {
	background-color: #fff;
}

.card-box:hover span i {
	color: #222;
}

.title-box {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.title-box h3 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
}

.title-box span {
	display: block;
	width: 50px;
	height: 4px;
	background-color: #730c7f;
	margin-top: 10px;
}

.text-box {
	font-size: 15px;
	color: #555;
	line-height: 24px;
}

.about-r {
	padding-left: 0;
	margin-top: 30px;
}

@media (min-width:992px) {
	.title-box h3 {
		font-size: 36px;
	}

	.title-box span {
		width: 80px;
	}

	.text-box {
		font-size: 16px;
		line-height: 36px;
	}

	.about-r {
		padding-left: 50px;
		margin-top: 0;
	}
}

.video-box {
	position: relative;
	height: 100%;
}

.video-box video {
	height: 100%;
	background-size: cover;
	object-fit: cover;
}

.video-box::before {
	content: '';
	width: 20px;
	height: 100px;
	background-color: #ffbd4b;
	position: absolute;
	left: -20px;
	bottom: 0;
	top: auto;
}

.video-box::after {
	content: '';
	position: absolute;
	right: -16px;
	top: -34px;
	background: url(../images/about-af.png) no-repeat center;
	width: 84px;
	height: 84px;
	z-index: -1;
}

.btn-box {
	margin-top: 30px;
}

.btn-primary-3 {
	max-width: 100px;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 0;
	overflow: hidden;
	padding: 6px 0;
	background: none !important;
	position: relative;
	transition: all ease .5s;
}

.btn-primary-3::before {
	content: '';
	width: 0%;
	height: 1px;
	background-color: #730c7f;
	position: absolute;
	bottom: 0;
	transition: all ease .5s;
}

.btn-info {
	font-size: 16px;
	color: #444;
	background: none !important;
	margin-left: 0;
	transition: all ease .5s;
}

.btn-info i {
	margin-left: 10px;
	color: #444;
}

.btn-primary-3:hover:before {
	width: 100%;
	transition: all ease .5s;
}

.btn-primary-3:hover .btn-info,
.btn-primary-3:hover .btn-info i {
	color: #730c7f;
	transition: all ease .5s;
}

.about-user {
	display: block;
	float: right;
	margin-top: -80px;
}

.about-user img {
	width: auto;
	height: 122px;
}

@media (min-width:992px) {
	.about-user {
		display: none;
	}
}

.home-product {
	background-image: url(../images/pj-bj.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	object-fit: cover;
	position: relative;
}

@media (min-width:992px) {
	.home-product {
		padding-bottom: 70px !important;
	}
}

.home-product::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 300px;
	background-color: #fff;
	z-index: 0;
}

.home-product::after {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	bottom: 23px;
	top: auto;
	width: 300px;
	height: 300px;
	background-color: #ffbd4b;
	z-index: 0;
}

@media (min-width:992px) {
	.home-product::after {
		width: 400px;
	}
}

.top-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

@media (min-width:992px) {
	.top-box {
		flex-direction: row;
	}
}

.top-box::before {
	display: none;
}

@media (min-width:992px) {
	.top-box::before {
		display: block;
		content: '';
		position: absolute;
		bottom: 100px;
		left: auto;
		right: -25px;
		background: url(../images/icon-user1.png) no-repeat center;
		background-size: 100%;
		object-fit: cover;
		width: 122px;
		height: 202px;
	}
}

@media (min-width:1700px) {
	.top-box::before {
		bottom: 70px;
		left: auto;
		right: -200px;
		width: 202px;
		height: 282px;
	}
}

.title-box-2 h3 {
	color: #fff !important;
}

.title-box-2 span {
	background-color: #ff4b4b;
}

.pills-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 43px;
	margin-top: 30px;
}

@media (min-width:992px) {
	.pills-box {
		margin-top: 0;
	}
}

.pills-box .nav-item {
	display: flex;
	align-items: center;
}

.pills-box .nav-item::after {
	content: '';
	width: 1px;
	height: 16px;
	background-color: #e9dee9;
	margin: 0 10px;
}

.pills-box .nav-item:last-child::after {
	display: none;
}

.nav-pills .nav-link {
	color: #fff;
	font-size: 18px;
	background: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 5px 0;
}

@media (min-width:992px) {
	.pills-box .nav-item::after {
		margin: 0 25px;
	}

	.nav-pills .nav-link {
		padding: 8px 0;
	}
}

.nav-pills .nav-link.active {
	background: none;
	color: #ffbd4b;
	border-color: #ffbd4b;
}

.bottom-box {
	margin-top: 20px;
}

.card-2 {
	padding: 10px;
	border-radius: 0;
	height: 100%;
}

.card-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0 15px;
}

.pills-swiper {
	padding: 20px;
}

.card-img {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-img span {
	position: absolute;
	padding: 5px;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
}

.card-img i {
	display: block;
	font-size: 16px;
	color: #000;
	font-style: normal;
	padding: 10px 16px;
	border: 1px solid #730c7f;
}

.card-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	position: relative;
	padding-bottom: 10px;
}

.card-title::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f7edf7;
	position: absolute;
	bottom: 0;
}

.price-text {
	font-size: 14px;
	color: #000;
}

@media (min-width:992px) {
	.card-2 {
		padding: 15px;
	}

	.card-title {
		font-size: 20px;
	}

	.price-text {
		font-size: 16px;
	}

	.card-bottom {
		padding: 30px 0 15px;
	}
}

.card-2,
.card-title,
.card-title::after,
.price-text,
.card-img img,
.card-img span {
	transition: all .5s;
}

.card-2:hover {
	box-shadow: 0px 2px 16px rgba(115, 12, 127, .3);
	background-color: #730c7f;
}

.card-2:hover .card-img img {
	transform: scale(1.1);
}

.card-2:hover .card-img span {
	opacity: 1;
}

.card-2:hover .card-title,
.card-2:hover .price-text {
	color: #fff;
}

.card-2:hover .card-title::after {
	background-color: #7c1488;
}

.pills-swiper .swiper-button-prev.swiper-button-disabled,
.pills-swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0.2;
}

.pills-swiper .swiper-button-next,
.pills-swiper .swiper-button-prev {
	background-color: #730c7f;
	width: 36px;
	height: 36px;
}

.pills-swiper .swiper-button-prev {
	background-color: #ff4b4b;
}

@media (min-width:768px) {

	.pills-swiper .swiper-button-next,
	.pills-swiper .swiper-button-prev {
		width: 46px;
		height: 46px;
	}
}

.pills-swiper .swiper-button-prev {
	left: -3px;
}

.pills-swiper .swiper-button-next {
	right: -3px;
}

.pills-swiper .swiper-button-next::after,
.pills-swiper .swiper-button-prev::after {
	color: #fff;
	font-size: 16px;
}

.pills-swiper .swiper-button-prev.swiper-button-disabled,
.pills-swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0.2;
}

.home-news {
	padding-top: 0 !important;
	overflow: hidden;
}

.facebook-box {
	margin-top: 30px;
	overflow-x: auto;
}

@media (min-width:992px) {
	.facebook-box {
		margin-top: 0;
		overflow: hidden;
	}
}

.facebook-box .fb-page {
	max-width: 100% !important;
	width: 480px;
}

.news-box {
	position: relative;
	background-color: #730c7f;
	padding-left: 0px;
	padding-bottom: 30px;
}

@media (min-width:426px) {
	.news-box {
		padding-left: 45px;
	}
}

@media (min-width:992px) {
	.news-box {
		padding-left: 80px;
	}
}

@media (min-width:1200px) {
	.news-box {
		padding-left: 100px;
	}
}

.news-box::before {
	display: none;
}

.news-box::after {
	display: none;
}

@media (min-width:426px) {
	.news-box::after {
		display: block;
		content: '';
		position: absolute;
		top: auto;
		bottom: -10px;
		left: -10px;
		width: 81px;
		height: 213px;
		background: url(../images/news.png) no-repeat center;
		background-size: 100%;
		object-fit: cover;
	}
}

@media (min-width:992px) {
	.news-box::after {
		width: 131px;
		height: 263px;
		left: -50px;
	}

	.news-box::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #730c7f;
	}
}

.news-t-bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
}

@media (min-width:992px) {
	.news-t-bj {
		overflow: unset;
	}
}

.news-t-bj::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.news-list {
	position: relative;
	padding-left: 30px;
}

.news-list::before {
	display: none;
}

@media (min-width:992px) {
	.news-list::before {
		display: block;
		content: '';
		position: absolute;
		bottom: -27px;
		left: 0;
		width: 100%;
		height: 273px;
		background: url(../images/news-kk.png) no-repeat center;
		background-size: 100%;
		z-index: -1;
	}
}

@media (min-width:1200px) {
	.news-list::before {
		height: 378px;
	}
}

.news-list::after {
	content: '';
	width: 100%;
	height: 50%;
	background-color: #730c7f;
	position: absolute;
	bottom: 1%;
	left: 10px;
	z-index: -1;
}

.news-img {
	position: relative;
	padding-top: 10px;
}

.news-img::before {
	content: '';
	position: absolute;
	left: -12px;
	top: auto;
	bottom: 10%;
	width: 50px;
	height: 40px;
	background: url(../images/01.png) no-repeat center;
	background-size: cover;
	object-fit: cover;
	z-index: 1;
}

@media (min-width:768px) {
	.news-img::before {
		width: 75px;
		height: 61px;
	}
}

.news-img span {
	position: relative;
	display: initial;
}

.news-title {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}

.news-text {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
    min-height:66px;
}

@media (min-width:992px) {
	.news-title {
		font-size: 24px;
	}

	.news-text {
		font-size: 16px;
        min-height:72px;
	}
}

.news-btn {
	margin-top: 10px;
	padding-bottom: 10px;
}

.btn1 .btn-info,
.btn1 .btn-info i {
	color: #fff !important;
}

.btn1::before {
	content: '';
	background-color: #fff;
}

.btn1:hover::before {
	width: 100%;
}

.news-swiper {
	overflow: hidden;
}

.news-swiper .swiper-pagination {
	text-align: right;
	width: 80%;
	right: 0 !important;
	left: auto;
	padding-right: 20px;
}

@media (min-width:992px) {
	.news-swiper .swiper-pagination {
		padding-right: 0;
	}
}

.news-swiper .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	background-color: #fff;
	border-radius: 5px;
}

.news-swiper .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #ffbd4b;
}

.news-bottom {
	padding-right: 20px;
}

.news-row {
	display: flex;
	flex-direction: column-reverse;
}

.malg {
	width: 5%;
}

@media (min-width:992px) {
	.news-row {
		flex-direction: row;
	}
}

.footer {
    /*background-image: url(../images/footer-bj.png);*/
	background-image: url(../images/footer-banner-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	overflow: hidden;
}

.footer-top {
	background-color: rgba(255, 255, 255, .85);
	padding: 30px;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
}

.footer-h {
	width: 50px;
	height: 2px;
	background-color: #730c7f;
	display: block;
	margin: 10px 0 20px;
}

.footer-item li,
.footer-item a {
	color: #333;
	font-size: 14px;
	line-height: 36px;
}

.footer-item a:hover {
	color: #730c7f;
}

.footer-copy {
	background-color: rgba(115, 12, 127, .8);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
}

@media (min-width:768px) {
	.footer-copy {
		padding: 15px 50px;
	}

	.footer-top {
		padding: 50px;
	}
}


.footer-link {
	display: flex;
	align-items: center;
}

.icon-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #1981e2;
	border-radius: 100%;
	margin: 0 5px;
}

.icon-link .fa {
	color: #fff;
}

.icon-link:nth-child(2) {
	background-color: #22ae1c;
}

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

@media (min-width:768px) {
	.footer-title {
		font-size: 22px;
	}

	.footer-text {
		font-size: 16px;
	}

	.footer-item li,
	.footer-item a {
		font-size: 16px;
	}
}

.footer-title-1 {
	color: #321556;
}

.footer-h1 {
	background-color: #321556;
}

.footer-title-2 {
	color: #ff4b4b;
}

.footer-h2 {
	background-color: #ff4b4b;
}

.footer-title-3 {
	color: #ffbd4b;
}

.footer-h3 {
	background-color: #ffbd4b;
}

.footer-title-4 {
	color: #27d143;
}

.footer-h4 {
	background-color: #27d143;
}

#back-to-top {
	position: fixed;
	right: 3%;
	bottom: 8%;
	z-index: 999;
}

.back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ff4b4b;
	border-radius: 5px;
}

.back-to-top .fa {
	color: #fff;
}

/* ↓↓↓ inner style ↓↓↓ */
.inner-banner {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	position: relative;
}

.about {
	background-image: url(../images/in-about.png);
}

.in-title {
	position: relative;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	z-index: 1;
}

@media (min-width:992px) {
	.in-title {
		font-size: 48px;
	}
}

.in-title::before,
.in-title::after {
	content: '';
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 80px;
	height: 80px;
	background-color: #87189d;
	z-index: -1;
}

@media (min-width:992px) {

	.in-title::before,
	.in-title::after {
		width: 100px;
		height: 100px;
	}
}

.in-title::before {
	opacity: .8;
}

.in-title::after {
	opacity: .3;
	left: -30px;
	bottom: 10px;
}

@media (min-width:992px) {
	.inner-common {
		margin: 40px 0 60px;
	}
}

.tit1,
.tit2 {
	font-size: 26px;
	font-weight: 600;
}

@media (min-width:992px) {
	.tit1 {
		font-size: 30px;
	}

	.tit2 {
		font-size: 40px;
	}
}

.inner-common p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 200;
	color: #333;
	margin-bottom: 25px;
}

@media (min-width:992px) {
	.inner-common p {
		font-size: 18px;
	}
}

.lip-style p {
	margin-bottom: 16px;
}

.lip-style strong {
	font-weight: bold;
}

.sp-sty {
	margin-top: 10px;
	display: block;
	width: 60px;
	height: 3px;
	background-color: #7c1488;
}

.call-sty b {
	font-size: 20px;
	margin-left: 10px;
}

.sty1 {
	color: #730c7f;
}

.sty2 {
	color: #ff4b4b;
}

.sty3 {
	color: #27d143;
}

.sty4 {
	color: #ffbd4b;
}

.map {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width:1200px) {
	.form-box {
		padding: 0 100px;
	}
}

.form-floating>label {
	font-weight: 200;
}

.btn-sub {
	background-color: #ffbd4b !important;
	border-color: #ffbd4b !important;
	color: #fff !important;
	padding: 10px 30px !important;
	font-size: 20px;
}

.btn-sub::before {
	display: none;
}

.btn-sub:hover {
	background-color: #7c1488 !important;
	border-color: #7c1488 !important;
}

.calendar {
	background-image: url(../images/in-calendar.png);
}

.news {
	background-image: url(../images/in-news.png);
	background-position: right center;
}

.news-tityle {
	color: #000;
}

.inner-img {
	display: block;
	position: relative;
	overflow: hidden;
}

.inner-img1 img{
	width: 100%;
}

.news-tityle,
.inner-img img {
	transition: all .5s;
}

.news-con:hover .inner-img img {
	transform: scale(1.05);
}

.news-con:hover .news-tityle {
	color: #87189d;
}

.page-item {
	margin: 0 5px;
}

.page-item .page-link {
	border: none !important;
	border-radius: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	background-color: #f4f4f4;
	color: #000;
}

.page-item.active .page-link {
	background-color: #87189d;
}

.in-title-news::before,
.in-title-news::after {
	background-color: #ff4b4b !important;
}

.in-title-pror::before,
.in-title-pror::after {
	background-color: #ffbd4b !important;
}

.product {
	background-image: url(../images/in-product.png);
}

.in-pills .nav-link {
	color: #000;
	font-size: 24px;
}

.in-pills .nav-item {
	display: flex;
	align-items: center;
}

.in-pills .nav-item::after {
	content: '';
	width: 1px;
	height: 16px;
	background-color: #ddd;
	margin: 0 20px;
}

.in-pills .nav-item:last-child::after {
	display: none;
}

.sm-img {
	width: 80px;
	height: 80px;
}

@media (min-width:768px) {
	.sm-img {
		width: 140px;
		height: 140px;
	}
}

.myswiper .swiper-slide {
	width: auto !important;
	border: 1px solid #ddd;
}

.myswiper .swiper-slide-thumb-active {
	border-color: #87189d;
}

.xt {
	display: block;
	width: 120px;
	height: 3px;
	background-color: #87189d;
}

.left-item,
.right-item {
	color: #333;
	font-size: 1rem;
}

.left-item {
	width: 60px;
}

.right-item {
	width: 100%;
}

.right-item b {
	display: -webkit-box;
	font-size: 20px;
	margin-top: -5px;
}

.btn-outline-secondary {
	border-radius: 0;
	border-color: #ced4da;
}

.btn-add {
	border-radius: 0;
	border: 1px solid #87189d;
	color: #87189d;
	padding: 10px 30px;
}

.btn-add:hover {
	border-color: #ff4b4b;
	color: #ff4b4b;
}

.tit3 {
	display: flex;
	align-items: center;
	color: #ff4b4b;
	position: relative;
	margin-left: 15px;
}

.tit3::before {
	content: '';
	position: absolute;
	left: -15px;
	display: block;
	width: 5px;
	height: 80%;
	background-color: #ff4b4b;
}

.w-style {
	width: 200px;
}

.photos {
	background-image: url(../images/in-photo.png);
	background-position: left;
}

@media (min-width:1400px) {
	.photo-box li {
		width: 33.333%;
	}
}

@media (min-width:1441px) {
	.photo-box li {
		width: auto;
	}
}

.photo-img {
	position: relative;
	overflow: hidden;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.photo-img img {
	opacity: 1;
	object-fit: cover;
	width: 100%;
	height: 270px;
}

@media (min-width:992px) {
	.photo-img img {
		height: 328px;
	}
}

.photo-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.photo-text i,
.photo-text b {
	color: #fff;
	font-size: 18px;
	font-style: normal;
}

.photo-text i {
	font-weight: 200;
}

.photo-text b {
	font-size: 24px;
}

.photo-list:hover .photo-img img {
	opacity: .6;
}

.photo-list:hover .photo-text {
	opacity: 1;
}

.layui-layer-title{
	font-size: 24px !important;
	color: #000 !important;
	font-weight: bold !important;
}

/* .layui-layer {
	max-width: 98% !important;
	max-height: 98% !important;
} */




.common-pad {
    padding: 40px 0;
}

@media (min-width:992px) {
    .common-pad {
        padding: 80px 0 120px;
    }
}






.btn-primary, .btn-primary:hover, .btn-primary:link, .btn-primary:focus, .btn-primary:active {
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    z-index: 0;
    border: none!important;
    box-shadow: none!important;
    padding: 0.6rem 2rem;
    color: #fff;
}

.btn-default, .btn-default:hover, .btn-default:link, .btn-default:focus, .btn-default:active {
    background-color: #DDDDDD;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    z-index: 0;
    border: none!important;
    box-shadow: none!important;
    padding: 0.6rem 2rem;
    color: #000;
}


.card-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.125);
    border-right-color: rgba(0, 0, 0, 0.125);
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-left-color: rgba(0, 0, 0, 0.125);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}


.btn-primary:hover .btn-info, .btn-primary:hover .btn-info i {
    color: #730c7f!important;
    transition: all ease .5s;
}












/* by xhe */
.dropdown-box .dropdown-item.active {
    background-color: #ffbd4b;
    color: #fff;
}

.text-right { text-align:right; }


.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.sp-p p { margin-bottom:0; min-height:22px; }

.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}


img.mfp-img {
    padding: 40px 0 22px!important;
}



.navbar-nav .dropdown-menu.dropdown-box{
    left: 10px!important;
}
.navbar-nav li:nth-child(5) .dropdown-menu.dropdown-box{
    left: 20px!important;
}


video { max-width:100%; height:auto; }

@media(max-width:768px){
    .inner-banner { height:150px; }
    .in-title { font-size:22px; }
    .in-title::before, .in-title::after {
        display:none;
    }
    .mobile-banner { height:260%!important; }
    .mobile-banner-2 { justify-content:flex-end!important; margin-right:20px; }
}