@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

* {

	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Noto Sans TC', "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
	overflow-x: hidden !important;
}

body {
	padding: 67px 0 0;
}

a {
	text-decoration: none;
}

/* *::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
} */

/* 選單 */
nav {
	border-bottom: solid 1px #efefef;
	min-height: 60px;
	background: #fff;
}

nav .wrap-core-nav-list,
nav .nav-header {
	background: #fff;
}

nav .brand {
	display: block;
	position: relative;
	/* width: 170px; */
	max-width: 100%;
	top: 15px;
}

nav .brand img {
	width: 100%;
}

nav .menu li a {
	display: block;
	padding: 20px 15px;
	text-decoration: none;
	color: #756F77;
	position: relative;
}

nav .menu li a:hover {
	color: #DF4994;
}

.a_border {
	border: 1px solid #756F77;
	border-radius: 100px;
	padding: 0 10px;
}

nav .menu li a .a_border:hover {
	border: 1px solid #DF4994;
}

.hover_border::after {
	content: ' ';
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;


}

nav .menu li .hover_border:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	height: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
	background: rgb(223, 73, 148);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
	/* IE6-9 */
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*
DROPDOWN STYLE
=========================== */
nav .menu>li.dropdown li.dropdown>a::before {
	margin-left: 10px;
	content: '';
	border-top: solid 5px #6a6a6a;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	float: right;
	position: relative;
	top: 8px;
}

nav .menu li.dropdown.open>a {
	color: #df4994;
}

.sample-text {
	padding: 30px;
}

/* =========================== */

@media (max-width: 992px) {

	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 17px;
		left: 15px;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}
}

@media (max-width: 992px) {

	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
		font-size: 24px;
		position: absolute;
		top: 12px;
		left: 15px;
		color: #d21577;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}
}

/*  */




/* banner */
header {
	width: 100%;
	position: relative;

}

.video_index {
	position: relative;
	background-color: black;
	height: 500px;
	overflow: hidden;
	width: 100%;
}

.video_index video {
	width: 100%;
	/* height: auto; */
	min-height: 850px;
	position: relative;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	object-fit: fill;
}

.slogan {
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.slogan_text {
	color: #fff;
	max-width: 1280px;
	margin: 0 auto;
	padding: 90px 0 0;
	position: relative;

}

.slogan_reset {
	width: 100%;
	padding-left: 10%;
}

.slogan_word {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 3px;
	width: 100%;
	padding-left: 40%;
	line-height: 1.2;
}

.path {
	stroke-dasharray: 300, 600, 300;
	stroke-dashoffset: 300;
	animation: ani 10s ease-in infinite;
}

.slogan_point {
	display: inline-block;
}

.slogan_point div::after {
	content: ' ';
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 100%;
	display: block;
}

@keyframes ani {
	100% {
		stroke-dasharray: 2000;
		stroke-dashoffset: 0;
	}

}

.header_data {
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 210px;

}

.header_data_row {
	box-shadow: 0px 0px 18px 0px rgba(92, 92, 92, 0.3);

	z-index: 2;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
	background: rgb(223, 73, 148);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
	/* IE6-9 */
	border-radius: 15px;
	padding: 20px 20px 10px;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	top: 25%;
	left: 50%;
}

.header_data_row ul {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0; */
}

.header_data_row ul li {
	flex: 0 0 20%;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	/* line-height: 1; */
	border-left: 1px solid #fff;
}

.header_data_row ul li:nth-child(1) {
	border-left: 0;
}

.header_data_title {
	display: block;
	font-size: 18px;
}

.header_data_num {
	display: block;
	line-height: 1;
	padding-bottom: 15px;
}

.header_data_num span {
	font-size: 28px;
	vertical-align: super;
	padding: 0 5px;
}

/*  */
.header_carousel {
	max-height: 530px;
	overflow-y: hidden;
}

.header_title {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3cac+0,562b7c+49,2b86c5+100 */
	background: rgb(255, 60, 172);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cac', endColorstr='#2b86c5', GradientType=1);
	/* IE6-9 */
	padding: 35px 0;

}

.header_title h2 {
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	margin: 0;

}

.bg_color {
	/* background-color: #F9F9F9; */
	background-color: #F0F2F7;
	min-height: 650px;
}

/*  */
/*  */

/*  */
/*  */
.bg_1 {
	background-image: url(../img/bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 60px 0 60px;
}

.title {
	width: 100%;
	position: relative;
}

.title h2 {
	font-size: 50px;
	color: #DF4994;
	/* margin: 0; */
	padding: 0;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0px 0;
}

.title::after {
	content: ' ';
	height: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
	background: rgb(223, 73, 148);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
	/* IE6-9 */
	display: inline-block;
	width: 60px;
	vertical-align: text-top;
	padding-right: 5px;
}

.title small {
	font-size: 20px;
	color: #756F77;
	margin: 0;
	padding: 0;
	display: block;
	padding: 10px 0 0;
}

.title_w {
	width: 100%;
}

.title_w h2 {
	font-size: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0px 0;
}

.title_w::after {
	content: ' ';
	height: 3px;
	background-color: #fff;
	display: inline-block;
	width: 60px;
	vertical-align: text-top;
	padding-right: 5px;
}

.title_w small {
	font-size: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
	padding: 10px 0 0;
}

.title_service {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 45px 0;
}

.title_service h2 {
	font-size: 50px;
	color: #DF4994;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0px 0;
}

.title_service h2::after {
	margin: 0 auto;

	content: ' ';
	height: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
	background: rgb(223, 73, 148);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
	/* IE6-9 */
	display: block;
	width: 60px;
	vertical-align: text-top;
	padding-right: 5px;
}

.title_service small {
	font-size: 20px;
	color: #756F77;
	margin: 0;
	display: block;
	padding: 10px 0 0;
}

/*  */

/*  */
.focus_row {
	padding: 20px 0;
}

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

.focus_pd:nth-child(1) {
	padding: 0;
	padding-right: 1px;
}

.focus_pd:nth-child(2) {
	padding: 0;
	padding-left: 1px;
}

.focus_container {
	flex: 0 0 50%;
	justify-content: center;
	align-items: center;
}

.focus_img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.focus_img img {
	width: 100%;
}

.focus_po {
	position: relative;
}

.focus_1 {
	padding-right: 2px;
	height: 100%;
}

.focus_2 {
	padding-bottom: 2px;
}

.focus_4 {

	padding-bottom: 2px;
}

.focus_5 {}

.focus_6 {
	font-size: 0;
	padding-left: 2px;

	padding-bottom: 2px;
}

.focus_6_l {
	display: inline-block;
	width: 50%;
}

.focus_6_l:nth-child(1) {
	padding-right: 1px;
}

.focus_6_l:nth-child(2) {
	padding-left: 1px;
}

.focus_7 {
	font-size: 0;
	padding-left: 2px;

	padding-bottom: 2px;
}

.focus_7_l {
	display: inline-block;
	width: 64%;
}

.focus_7_r {
	display: inline-block;
	width: 35.5%;
}

.focus_7_l {
	padding-right: 1px;
}

.focus_7_r {
	padding-left: 1px;
}

.focus_text {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 18px;
	z-index: 10;
}

.focus_text span {
	font-size: 14px;
}

.focus_round {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 100%;
}

.photo {
	position: absolute;
	animation-iteration-count: infinite;
	animation-duration: 24s;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}

.photo:nth-child(1) {
	animation-name: slider;
	animation-delay: -3s;
}

.photo:nth-child(2) {
	animation-name: slider;
	animation-delay: 5s;
	opacity: 0;
}

.photo:nth-child(3) {
	animation-name: slider;
	animation-delay: 13s;
	opacity: 0;
}

@keyframes slider {
	0% {
		opacity: 0;
	}

	20.83% {
		opacity: 1;
	}

	33.33% {
		opacity: 1;
	}

	45.83% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*  */
/*  */
.networks {
	background-image: url(../img/networks_bg.png);
	padding: 150px 0 150px 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.networks_row {
	overflow-y: hidden;
	width: auto;
	padding: 100px 0px 0px 100px;
}

.networks_icon {
	width: 2200px;
	padding: 0 10px;
}

.networks_icon_img {

	float: left;
	max-width: 160px;
	margin-right: 15px;
}

.networks_icon_img div:nth-child(1) {
	margin: 0 0 15px;
}

.networks_icon_img img {
	max-width: 100%;
	border-radius: 10px;

}

.networks_bg {
	background-color: #F0F2F7;
}

/*  */

/*  */
.service_bg {
	background-image: url(../img/service_bg.png);
	/* background-position: top center; */
	background-repeat: no-repeat;
	background-position:center;
	padding: 40px 0 ;

}

.service_img {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 18px 0px rgba(92, 92, 92, 0.3);

}

.service_img img {
	max-width: 100%;

}

.hotel {
	/* padding: 60px 0 0px; */
}

.hotel_img {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 18px 0px rgba(92, 92, 92, 0.3);
}

.hotel_img img {
	/* max-width: 100%; */
	width: 100%;
}

/*  */
/*  */
.parallax {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
	background: rgb(223, 73, 148);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
	/* IE6-9 */
	/* 設定區塊高度 */


	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
}

.parallax_bg {
	background-image: url(../img/element_11.png),
		url(../img/element_12.png),
		linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-repeat: no-repeat,
		no-repeat,
		no-repeat;

	background-position: bottom right,
		left,
		right;

	background-attachment: fixed;
	/* background-size: contain; */

	padding: 60px 0;

}

.new_project {
	width: 100%;
	display: grid;
}

.new_project_img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.new_project_img img {
	width: 100%;
}

.new_project_text {
	width: 100%;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	border-left: 4px solid #fff;
	padding-left: 5px;
	margin: 10px 0 0;
	line-height: 1;
}

/*  */





/*  */
.product {
	padding: 30px 0;
}

.product_img {
	width: 100%;

}

/* .product_img::after {
  background-image: url(/img/shadow.png);
  background-position: center;
  padding: 15% 35%;
  position: absolute;
  content: "";
  transform: translate(-50%, 0%);
  display: inline-block;
  bottom: 45px;
  left: 50%;
  z-index: 1;
} */

.product_text {
	text-align: center;
	padding: 10px 0 20px;
	color: #171717;
}

.product_img img {
	width: 100%;
	/* position: relative;
  z-index: 2; */

}

.product_link {
	display: block;
	margin: 0 0 15px;
}

/*  */







/*  */
.contact {
	width: 600px;
	position: relative;
	margin: 0 auto 30px;
}

.contact_main {
	background-color: #fff;
	padding: 60px;
	position: relative;
	border-radius: 10px;

	z-index: 2;
	width: 100%;
}

.contact:after {
	background-image: url(/img/shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 15% 35%;
	position: absolute;
	content: "";
	transform: translate(-50%, 0%);
	display: inline-block;
	bottom: -85px;
	left: 50%;
	z-index: 1;
}

.contact .form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .form-group {
	margin-bottom: 20px;
}

.contact textarea {
	min-height: 300px;

}

.contact_send {
	box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	width: 100%;
	min-width: 140px;
	margin-right: 0px;
	border-radius: 0;
	padding: 16px 18px;
	background: 0;
	border-width: 0;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	transition: all 0.2s ease-in-out 0s;
	outline: none;
	display: block;
	text-align: center;
	background-color: #E3007F;
}

.contact .form-group .form-text {
	color: red;

}

.loading_box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 90;
	display: none;
	top: 0;
	left: 0;
}

.loading-pulse {
	left: 50%;
	top: 50%;
	position: absolute;
	width: 6px;
	height: 24px;
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
	-webkit-animation: pulse 750ms infinite;
	animation: pulse 750ms infinite;
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;


}

.loading-pulse:before,
.loading-pulse:after {
	content: '';
	position: absolute;
	display: block;
	height: 16px;
	width: 6px;
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: pulse 750ms infinite;
	animation: pulse 750ms infinite;
}

.loading-pulse:before {
	left: -12px;
}

.loading-pulse:after {
	left: 12px;
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.email_status {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	text-align: center;
	background-color: #fff;
	background-color: rgb(245, 247, 249);
	display: none;
}

.email_status_text {
	padding: 60px 20px;
	width: 100%;
	text-align: center;
}

.email_status .email_status_text .material-icons {
	text-align: center;
	font-size: 100px;
	width: 100%;
	display: block;
	color: #24c4b5;
}

.email_status .email_status_text p {
	font-size: 20px;
	padding: 10px 0;

}

.email_status_clear {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	width: 200px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 9px 18px 12px;
	background: 0;
	transition: all 0.2s ease-in-out 0s;
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
	display: block;
	text-align: center;
}

@-webkit-keyframes pulse {
	50% {
		background: white;
	}
}

@keyframes pulse {
	50% {
		background: white;
	}
}

/*  */


/*  */
.member_left {
	background-color: #fff;
}

.member_img {
	max-width: 130px;
	margin: 0 auto 15px;
	padding: 30px 0 0;
}

.member_img img {
	width: 100%;
	border-radius: 100px;
}

.member_mail {

	color: #262626;
	padding: 5px 0 5px;
	font-weight: bold;
}

.member_mail h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}


.member_pt {

	color: #E3007F;
	padding: 5px 0 5px;
	font-size: 21px;
	font-weight: bold;
}

.member_id h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.member_pt h5 {
	color: #262626;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.member_id {
	color: #262626;
	padding: 5px 0 5px;
	font-weight: bold;
}

.member_date {
	padding: 10px 20px;
}

.member_list .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #E3007F;
	border-color: #E3007F;
}

.member_list .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.member_list .list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 0;
	cursor: pointer;
}

.member_list .list-group-item:hover {
	background-color: #f3bddc;
	color: #fff;
}

.member_right {
	background-color: #fff;
	padding: 10px;
}

.member_table {
	width: 100%;
}

.member_table th {
	text-align: left;
	font-size: 15px;
	color: #E3007F;
	padding: 5px 2px;
	font-weight: bold
}

.member_table td {
	text-align: left;
	font-size: 12px;
	color: #262626;
	padding: 5px 2px;
	max-width: 200px;
	word-break: break-all;
}

.member_bill {
	color: #007bff;
	text-decoration: underline;
}

.cancel {
	display: block;
	background-color: #E3007F;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
	max-width: 120px;
}

.member_list_m {
	position: relative;
	display: none;
}

.member_list_m .btn {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	color: #e3007f;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top: 2px solid #F0F2F7;
	border-bottom: 2px solid #F0F2F7;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	font-weight: bold;
	padding: 10px 0;
}

.member_list_m .btn-secondary {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
}

.member_list_m .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	/* display: none; */
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	width: 100%;

	-moz-box-shadow: 1px 1px 5px #d8d8d8;
	-webkit-box-shadow: 1px 1px 5px #d8d8d8;
	box-shadow: 1px 1px 5px #d8d8d8;

}

.member_list_m .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.member_table_m {
	width: 100%;
	margin: 0 0 15px;
	border-bottom: 2px solid #e3007f;
	display: none;

}

.member_table_m th {
	text-align: left;
	font-size: 13px;
	color: #E3007F;
	padding: 10px;
	font-weight: bold;
}

.member_table_m td {
	text-align: left;
	font-size: 13px;
	color: #262626;
	padding: 10px;
}

/*  */


/*  */
.footer_bg {
	background-color: #2E2C2E;
}

.footer_logo {
	padding: 30px 0;
}

.footer_logo img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	text-align: center;

}

.footer_right {
	background-color: #171717;
	padding: 40px 0px 60px 40px;
	height: 100%;
}

.footer_top {
	border-bottom: 1px solid #3A3A3A;
}

.footer_right_logo {
    padding-bottom: 10px;
    max-width: 300px;
}

.footer_copyright {
	color: #756F77;
	font-size: 14px;
	padding: 30px 20px 0 0;
}

.footer_bottom {
	padding: 20px 0 0;

}

.footer_title {
	padding: 0 0 15px;
}

.footer_title h3 {
	color: #fff;
	font-size: 36px;
	margin: 0;
}

.footer_title small {
	color: #756F77;
	font-size: 15px;
}

.footer_bottom_text {
	color: #756F77;
	font-size: 14px;
	text-align: justify;
}

.footer_mail {
	color: #756F77;
	font-size: 14px;
}

.footer_icon {
	cursor: pointer;
}

/*  */
.dk_f {
	display: flex;
}

.mo {
	display: none;
}

.nav-header-text {
	display: none;
}

/*  */


/*  */
.download_list {
	padding: 25px;
	background-color: #fff;
	width: 100%;
	position: relative;
	margin: 20px 0 0;
}

.download_title_icon {
    display: block;
    width: 100%;
    vertical-align: middle;
}

.download_title_icon img {
	width: 100%;
}

.download_title_text {
   display: inline-block;
    color: #393939;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    height: 67px;
    overflow: hidden;
}

.download_title_link {
width: 100%;
}

.download_title_link a {
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	background-color: #E3007F;

}

.download_title_link span {
	vertical-align: middle;
	font-size: 20px;
}

.download_title {
	border-bottom: 1px solid #E4E4E4;
	padding: 15px 0;
}

.download_container {
	padding: 10px 0;
    font-size: 14px;
    color: #8F8F8F;
    height: 70px;
    overflow: hidden;
}

.download_faq {
	padding: 15px 0;
}

.download_faq p {
	margin: 0;
}

.download_faq h3 {
	font-size: 19px;
}

.download_faq p a {
		font-size: 14px;
	color: #E3007F;
	/* text-decoration: underline; */
	cursor: pointer;
}

/*  */
/*  */
.qa_container {
	min-height: 500px;
}

.qa_container .list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #F0F2F7;
}

.qa_container .list-group-item.active {
	z-index: 2;
	color: #E3007F;
	/* background-color: #007bff;
  border-color: #007bff; */
}

.qa_title {
	color: #E3007F;
	font-size: 25px;
	font-weight: bold;
}

.qa_list {
	padding: 0;
	margin: 0;
}

.qa_list li {
	width: 100%;


	margin: 0 0 5px;
}

.qa_list_content {
	display: none;
	background-color: #fff;
	padding: 15px;
}

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

.qa_list_content ul {

	padding: 0 0 0 20px;
}

.qa_list_btn {
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	position: relative;
}

.qa_list_btn .material-icons {
	position: absolute;

	right: 10px;
	/* transform: translate(0%, -50%); */
	z-index: 1;

}

.chevron {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.qa_tab .material-icons {
	position: absolute;
	top: 15px;
	right: 10px;
	display: none;
}

.qa_tab .qa_select_container {
	display: block;
	padding: 45px 0 0;

}

.qa_select {
	background-color: #fff;
	padding: 15px;
	margin: 0 0 25px;
	font-weight: bold;
	border: 1px solid #e1e1e1;
	display: none;
}

.qa_tab {
	position: relative;
}

/*  */
.product_content_header {
	background-color: #000000;
	padding: 5px 0;

}

.product_content_title {
	display: inline-block;
	vertical-align: text-top;
}

.product_content_title h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 27px;
	color: #fff;
	line-height: 1.5;
}

.product_content_price {
	color: #fff;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 27px;
	padding: 0 20px;
	vertical-align: text-top;
}

.product_content_btn {
	background-color: #E3007F;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 10px 25px;
	margin: 0 auto;
	vertical-align: top;
}

/*  */
/*  */
.vip_tab {
	width: 900px;
	font-size: 0;
	margin: 0 auto 40px;
	padding: 0;
	/* text-align: center; */
	min-height: 400px;
}

.vip_tab li {

	width: 50%;
	display: inline-block;
	padding: 10px;

}

.vip_tab li a {
	display: block;
	font-size: 19px;
	color: #4E4E4E;
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.vip_tab li a .chevron_right {
	position: absolute;
	right: 5px;
	top: 20px;

}

.vip_tab li a:hover {
	text-decoration: none;

}

.vip_tab li a .vip_tab_text {
	margin: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
}

.vip_tab_icon {
	margin: 0 5px 0 0;
	display: inline-block;
}



.vip_container {
	width: 700px;
	margin: 0 auto;
}

.vip_list {
	position: relative;
	padding: 40px 0 0;
	margin: 0 0 60px;
}

.vip_text {
	/* min-height: 150px; */
	background-color: #fff;
	padding: 50px 15px 40px;
}

.vip_list_title {

	padding: 15px;
	color: #fff;
	border-radius: 10px;
	font-size: 23px;
	font-weight: bold;
	position: absolute;
	width: 95%;
	top: 5px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.vip_list_title span {
	float: right;
}

.vip_btn {
	background-color: #E3007F;
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0%);
	position: absolute;
	cursor: pointer;

}

.vip_btn_vip {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3cac+0,562b7c+49,2b86c5+100 */
	background: rgb(255, 60, 172);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cac', endColorstr='#2b86c5', GradientType=1);
	/* IE6-9 */
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0%);
	position: absolute;
	cursor: pointer;

}

.vip_list_color {
	background-color: #E3007F;
}

.vip_vip_color {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3cac+0,562b7c+49,2b86c5+100 */
	background: rgb(255, 60, 172);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cac', endColorstr='#2b86c5', GradientType=1);
	/* IE6-9 */
}

.vip_note {
	padding: 20px 0;
}

.vip_note li {
	list-style: 1.5;
}

/*  */
/*  */
.vip_dropdown {
	width: 100%;
	padding: 15px 0;
}

.vip_dropdown .dropdown {
	width: 450px;
}

.vip_dropdown .dropdown-toggle {
	width: 100%;
	background-color: #fff;
	padding: 0.75rem;
}

.vip_dropdown_btn {
	text-align: left;
}

.vip_dropdown_btn .vip_tab_icon {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 40px;
}

.vip_dropdown_btn .vip_tab_icon img {
	width: 100%;
}

.vip_dropdown_btn p {
	display: inline-block;
	margin: 0;

}

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

.vip_dropdown .dropdown-menu {
	width: 100%;
}

/*  */


/*  */
.pay_container {
	padding: 35px 25px;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}

.pay_date {
	padding: 20px 0;
	border-bottom: 1px solid #E4E4E4;
}

.pay_date h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 21px;
	color: #4E4E4E;
	font-weight: bold;

	min-width: 110px;

}

.pay_date_text {
	display: inline-block;
	padding-left: 40px;
}

.pay_date_text img {
	display: inline-block;
	padding-right: 10px;
}

.pay_date_p {
	font-size: 14px;
	color: #8F8F8F;
	padding: 10px 0;
}

.pay_container .form-check-label {
	color: #E3007F;
}

.pay_btn {
	background-color: #E3007F;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 10px;
}

.pay_container h4 {
	font-size: 17px;
	font-weight: bold;
	color: #E3007F;
	padding: 10px 0 0;
}

.pay_container ul {
	color: #8F8F8F;
	line-height: 1.5;
}

.card_nb .form-control {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 300px;
}
.enabler_code_row{
	max-width: 500px;
	margin: 0 auto;
}
.enabler_code_row h3 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    color: #4E4E4E;
    font-weight: bold;
    min-width: 110px;
}
.enabler_code{
	margin: 15px 0 25px;
}
.enabler_code .form-control {
	text-align: center;
	font-size: 31px;
	font-weight: bold;
	display: block;
	height: 70px;
	padding: 0.375rem 0.75rem;
	color: #E3007F;
	font-weight: bold;
	line-height: 1.5;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}

.card_check .form-control {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 150px;
}

.card_maturity {
	display: inline-block;
}

.card_maturity select {
	display: block;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #F0F2F7;
	background-clip: padding-box;
	border: 1px solid #F0F2F7;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 150px;
}

/*  */
/*  */
.pay_title {
	text-align: center;

}

.pay_ststus {
	text-align: center;
	padding: 20px 0 0;
}

.pay_ststus .pay_btn {
	display: inline-block;
	margin: 10px 0;
	cursor: pointer;
}

.pay_ststus .pay_ststus_btn {
	border: 1px #E3007F solid;
	color: #E3007F;
	background-color: #fff;
	cursor: pointer;
}

/*  */

.age_row {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 20, 20, .9);
	z-index: 99999999;
}


.declare_row {
	width: 620px;
	margin: 80px auto 0;
	/* background-color: #141414; */
	padding: 20px
}

.declare_icon {
	text-align: center;
	font-size: 180px;
	color: #fff;
	letter-spacing: -5px
}

.declare_row h3 {
	text-align: center;
	line-height: 1.5;
	font-size: 21px;
	font-weight: 700;
	color: #fff
}

.declare_text {
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
	padding: 5px 0;
	color: #fff
}

.declare_btn {
	font-size: 0;
	text-align: center;
	margin: 20px 0;
	padding: 0
}

.declare_btn li {
	font-size: initial;
	display: inline-block;
	width: 200px;
	margin: 0 auto
}

.declare_link_a {
	color: #e1137f;
	text-decoration: underline;
	text-align: center;
	display: block
}

.declare_link_a a {
	color: #fff;
	text-decoration: underline;
	text-align: center;
	display: block
}

.declare_btn li .declare_btn_a {
	display: block;
	padding: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #e1137f;
	cursor: pointer;
	border: #e1137f solid 1px
}

.fix_br {
	position: fixed;
	z-index: 999;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
}

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

.fix_br_img {
	display: block;
}

.fix_dk_img {
	display: none;
}

.fix_btn {
	position: fixed;
	z-index: 999;
	bottom: 5%;
	right: 1%;
	/* width: 200px;
  height: 200px; */
	display: block;
	color: #fff;
	background-color: #E3007F;
	font-size: 18px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	font-weight: bold;
	cursor: pointer;
}

.fix_btn:hover {
	text-decoration: none;
	box-shadow: 0px 0px 12px 0px rgba(117, 117, 117, 1);
}

.ticket {
	padding: 25px 0;
	/* background-color: #fff; */
	width: 100%;
}

.ticket_success {
	background-color: #1ae300;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
	max-width: 120px;
}

.ticket_default {
	background-color: #858585;
	display: block;
	color: rgb(212, 212, 212);
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
	max-width: 120px;
}

.ticket_link {
	color: #E3007F;
	text-decoration: underline;
}

/*  */
.ticket_row {
	position: relative;
	max-width: 340px;
	margin: 0 auto;
	box-shadow: 0 3.2px 2.2px rgba(0, 0, 0, 0.02),
		0 7px 5.4px rgba(0, 0, 0, 0.028), 0 12.1px 10.1px rgba(0, 0, 0, 0.035),
		0 19.8px 18.1px rgba(0, 0, 0, 0.042), 0 34.7px 33.8px rgba(0, 0, 0, 0.05),
		0 81px 81px rgba(0, 0, 0, 0.07);
	border-radius: 30px;
	overflow-y: hidden;
	background-color: #fff;
	padding: 0 28px 30px;
}

.ticket_row:before {
	content: "";
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background-color: #E3007F;
	top: -20%;
	left: -50%;
	z-index: 0;
}

.ticket_logo {
	position: relative;
	width: 80px;
	padding: 12px 0;
}

.ticket_logo img {
	width: 100%;
}

.ticket_title {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	position: relative;
	text-align: center;
}
.ticket_item{
  position: relative;
  background-color: rgb(225, 231, 237);
  border-radius: 30px;
  overflow: hidden;
  padding: 15px;
}
.ticket_code{
  width: 95%;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  padding:10px 5px;
  line-height: 1;
  margin: 25px 0 15px;
  text-align: center;
  color: #E3007F;
}
.ticket_btn_success{
  width: 100%;
  margin: 20px auto 0;

  border-radius: 50px;
  padding: 15px 0;
  position: relative;
  display: block;
  color: #fff;
  /* border: 1px solid  #fff; */
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 1s ease;
	transition: all 1s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3cac+0,562b7c+49,2b86c5+100 */
	background: rgb(255, 60, 172);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 60, 172, 1) 0%, rgba(86, 43, 124, 1) 49%, rgba(43, 134, 197, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cac', endColorstr='#2b86c5', GradientType=1);
	/* IE6-9 */
}
.ticket_btn_success:hover{
  color: #fff;

}
.ticket_btn_success:active{
  color: #fff;
  background: none;
	filter:none;
  background-color:#E3007F;
}
.ticket_btn_default{
  width: 100%;
  margin: 20px auto 0;
  background-color:#cacaca;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
  display: block;
  color: #fff;
  /* border: 1px solid  #fff; */
  text-align: center;
  cursor: no-drop;

}
.sweet_success{
  display: inline-block;
  color: #fff;
  background-color:#E3007F;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #E3007F;
  margin: 0 5px;
  border-radius: 5px;
  outline: none !important;
}
.sweet_danger{
  display: inline-block;
  color: #E3007F;
  background-color:#fff;
  border: 1px solid #E3007F;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  outline: none !important;
  margin: 0 5px;
  border-radius: 5px;
}

/*  */
.member_right_pg{
	padding: 15px;
}
.active_title{
	color: #2b2b2b;
	font-size: 26px;
	text-align: center;
}
.active_code{
	color: #E3007F;
	padding: 15px 0;
	text-align: center;
	max-width: 300px;
	padding: 5px 0;
	background-color: #d6d6d6;
	margin: 15px auto 0;
	font-weight: bold;
	font-size: 17px;
}
.member_right_edit{
	padding: 15px 0;
}
.member_right_edit h3{
	color: #2b2b2b;
	font-size: 19px;
	padding: 15px 0;
	margin: 0;
}
.member_right_edit p{
	color: #414040;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.member_ticket_btn{
	max-width: 200px;
	margin: 0 auto;
}
.ticket_data{
	position: absolute;
	right: 20px;
	top: 15px;
	color: #E3007F;
	text-decoration: underline;
	cursor: pointer;
	
}
.member_right_back{
	color: #E3007F;
	font-size: 19px;
	margin: 0 0 15px;
}
.member_right_back i{
	margin-right: 5px;
}
/*  */
.pay_w_content{
	background-color: #fff;
	width: 100%;
	padding: 15px;
	width: 880px;
	margin: 0 auto 25px;
}
.unlink_state{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 120px 0 0;

}
.unlink_state i{
  font-size: 90px;
  color:#c0c0c0;
  margin: 0 0 15px;
}
.unlink_state p{
	font-size: 25px;
	color:#c0c0c0;
	margin: 0 0 15px;
  }
  .video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;
    height: 0;
    overflow: hidden;

}



.video-container iframe,

.video-container object,

.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}
.twitter_x{
	display: inline-block;
	width:30px;
	vertical-align: sub;
}
.tv_kv{
	background-image:url(../img/tv/tv_kv.png) ;
	padding: 105px 0;
}
.tv_kv_title{
	font-weight: bold;
	font-size: 61px;
	color: #fff;
}
.tv_kv_sub{
	padding: 15px 0;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
}
.tv_item{
	padding-top: 130px;
	text-align: center;
}
.tv_item_img{
	width: 100%;
}
.tv_item_img img{
	width: 100%;
}
.tv_item h3{
	display: inline-block;
	background-color: #d21577;
	border-radius: 50px;
	padding: 10px 25px;
	font-size: 31px;
	margin: 0 0 25px;
	color: #fff;
}
.tv_item p{
    font-size: 23px;
	color: #3A3A3A;
}
.tv_authorize{
	background-image:url(../img/tv/tv2.png) ;
	padding: 45px 0;
	text-align: center;
}
.tv_authorize h3{
	font-size: 35px;
	color: #fff;
}
.tv_authorize p{
	padding: 15px 0 0;
	font-size: 23px;
	color: #fff;
}
.tv_footer{
	padding: 35px 0;
	background-color: rgb(106 57 6 / 60%);
	text-align: center;
}
.tv_footer_title{
	color: #fff;
	padding: 10px 25px;
	/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#de9b00+0,deba66+100 */
    background: linear-gradient(to right,  rgba(222,155,0,1) 0%,rgba(222,186,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     display: inline-block;
	 margin: 0 0 15px;
	 border-radius: 5px;
}
.tv_footer_text{
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}
.tv_footer_text p{
	color: #fff;
	font-size: 19px;
	margin: 0;
}
.enabler_code_sw{
	font-size: 21px;
    color: #4E4E4E;
    font-weight: bold;
}
.enabler_code_sw span{
	color: #d21577;
	font-weight: bold;
}
.enabler_code_sw_row{
	padding: 20px 0;
}
@media (min-width: 576px) {
	.container_df {
		max-width: 540px;
	}
}

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

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

@media (min-width: 1200px) {
	.container_df {
		max-width: 1140px;
	}
}

@media (min-width: 1300px) {
	.container_df {
		max-width: 1280px;
	}
}

@media (max-width: 1280px) {


	.header_data_row {
		box-shadow: 0px 0px 18px 0px rgba(92, 92, 92, 0.3);

		z-index: 2;
		width: 90%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#df4994+0,473692+100 */
		background: rgb(223, 73, 148);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(223, 73, 148, 1) 0%, rgba(71, 54, 146, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4994', endColorstr='#473692', GradientType=1);
		/* IE6-9 */
		border-radius: 15px;
		padding: 20px 20px 10px;
		position: absolute;
		transform: translateY(-50%) translateX(-50%);
		top: 25%;
		left: 50%;
	}
}

@media (max-width: 576px) {
	.tv_footer_text p {
		color: #fff;
		font-size: 17px;
		margin: 0;
	}
	.tv_footer_text {
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 15px;
	}
	.tv_footer_title {
		color: #fff;
		padding: 10px 25px;
		background: linear-gradient(to right, rgba(222, 155, 0, 1) 0%, rgba(222, 186, 102, 1) 100%);
		display: inline-block;
		margin: 0 0 15px;
		border-radius: 5px;
		font-size: 25px;
	}
	.tv_authorize p {
		padding: 15px 0 0;
		font-size: 17px;
		color: #fff;
	}
	.tv_authorize h3 {
		font-size: 25px;
		color: #fff;
		margin: 0 0 15px;
	}
	.tv_item h3 {
		display: inline-block;
		background-color: #d21577;
		border-radius: 50px;
		padding: 10px 25px;
		font-size: 25px;
		margin: 0 0 25px;
		color: #fff;
	}
	.tv_item p {
		font-size: 17px;
		color: #3A3A3A;
	}
	.tv_item {
		padding: 35px 0;
		text-align: center;
	}
	.tv_kv {
		background-image: url(../img/tv/tv_kv.png);
		padding: 65px 0;
		background-position: center;
	}
	.tv_kv_sub {
		padding: 15px 0;
		font-weight: bold;
		font-size: 15px;
		color: #fff;
	}
	.tv_kv_title{
		font-weight: bold;
		font-size: 31px;
		color: #fff;
	}
	.member_right_pg {
		padding: 15px 0;
	}
	.member_right_edit p{
		color: #414040;
		font-size: 15px;
		line-height: 1.5;
		margin: 0 0 10px;
		text-align: justify;
	}
	body {
		padding: 61px 0 0;
	}

	.vip_tab {
		width: 100%;
		font-size: 0;
		margin: 0 auto 40px;
		padding: 0;
		/* text-align: center; */
		min-height: 400px;
	}

	.vip_tab li {
		width: 100%;
		display: block;
		padding: 10px;
	}

	.vip_dropdown .dropdown {
		width: 100%;
	}

	.vip_dropdown {
		width: 100%;
		padding: 15px;
	}

	.pay_container h4 {
		font-size: 17px;
		font-weight: bold;
		color: #E3007F;
		padding: 25px 0 0;
	}

	.vip_dropdown_btn .vip_tab_icon {
		display: inline-block;
		margin: 0 10px 0 0;
		width: 35px;
	}

	.vip_dropdown_btn p {
		display: inline-block;
		margin: 0;
		font-size: 14px;
	}

	.pay_date_text {
		display: inline-block;
		padding: 10px 0;
		width: 100%;
	}

	.news_more {
		padding: 10px;
		display: block;
		border: 1px solid #8F8F8F;
		color: #8F8F8F;
		font-size: 21px;
		margin: 10px 0 30px;
	}

	.member_table_m {
		width: 100%;
		margin: 0 0 15px;
		border-bottom: 2px solid #e3007f;
		display: block;

	}

	.member_table {
		display: none;
	}

	.member_list_m {
		position: relative;
		display: block;
		background-color: #fff;
	}

	.member_date {
		margin: 0 0 30px;
	}

	.member_right {
		/* margin-top: 30px; */
	}

	.member_list {
		display: none;
	}

	.tab-content {
		min-height: 500px;
	}

	.qa_select {
		background-color: #fff;
		padding: 15px;
		margin: 0 0 25px;
		font-weight: bold;
		border: 1px solid #e1e1e1;
		display: block;
	}

	.qa_tab .qa_select_container {
		display: none;
		position: absolute;
		top: 55px;
		width: 100%;
		z-index: 10;
		-moz-box-shadow: 1px 1px 5px #d8d8d8;
		-webkit-box-shadow: 1px 1px 5px #d8d8d8;
		box-shadow: 1px 1px 5px #d8d8d8;
	}

	.qa_list {
		padding: 0;
		margin: 10px 0 40px;
	}

	.qa_tab .material-icons {
		position: absolute;
		top: 15px;
		right: 10px;
		display: block;
	}

	.download_title_link a {
		color: #fff;
		cursor: pointer;
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin: 10px 0;
		background-color: #E3007F
	}

	.download_title_link {
		position: relative;
		top: inherit;
		right: inherit;
	}

	.download_title_text {
		display: inline-block;
		color: #393939;
		font-size: 16px;
		vertical-align: middle;
		padding: 10px;
		font-weight: bold;
	}

	.nav-header-text {
		display: inline-block;
		padding: 0 0px 0 5px;
	}

	.a_border {
		border: 0;
		border-radius: 100px;
		padding: 0;
		color: #d21577;
	}

	.footer_bottom_text {
		color: #756F77;
		font-size: 14px;
		text-align: justify;
		padding: 0 15px 15px 0;
	}

	.footer_logo {
		padding: 30px 0;
		display: none;
	}

	.parallax_bg {
		background-image: url(../img/element_11.png), url(../img/element_12.png), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: bottom right, top, right;
		background-size: 100px, 250px;
		background-attachment: fixed;
		/* background-size: contain; */
		padding: 60px 0;
	}

	.new_project {
		width: 100%;
		display: grid;
		padding: 15px;
	}

	header {
		width: 100%;
		position: relative;
	}

	.title h2 {
		font-size: 36px;
		color: #DF4994;
		/* margin: 0; */
		padding: 0;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 0px 0;
	}

	.title_service h2 {
		font-size: 36px;
		color: #DF4994;
		margin: 0;
		padding: 0;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 0px 0;
	}

	.service_bg {
		background-image: url(../img/service_bg.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}

	.hotel {
		padding: 30px 0;
	}

	.service_img {
		overflow: hidden;
		border-radius: 10px;
		box-shadow: inherit;
		margin: 0 10px 10px 0;
	}

	.service_mo {
		padding: 30px;
	}

	.service_mo li {
		float: left;

	}

	.dk_f {
		display: none;
	}

	.mo {
		display: block;

	}

	.networks_row {
		overflow-y: hidden;
		width: auto;
		padding: 50px 30px 50px;
	}

	.title_w h2 {
		font-size: 36px;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 0px 0;
	}

	.networks {
		background-image: url(../img/networks_bg.png);
		padding: 100px 30px 100px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.focus_5 {
		margin: 0 0 2px;
	}

	.focus_row {
		padding: 0 0 2px;
	}

	.focus_round {
		/* width: 100%;
    overflow: hidden; */
		border-radius: 10px;
		position: relative;
		height: calc(100vw - 70px);
		margin-bottom: 2px;
	}

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

	.focus_1 {
		padding-right: inherit;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	.focus_pd:nth-child(2) {
		padding-right: inherit;
		padding: 0 15px;
	}

	.focus_pd:nth-child(1) {
		padding-right: inherit;
		padding: 0 15px;
	}

	.header_data {
		max-width: 1280px;
		position: relative;
		margin: 0 auto;
		padding-bottom: 280px;
	}

	.video_index {
		position: relative;
		background-color: black;
		height: 500px;
		overflow: hidden;
		width: 100%;
	}

	nav .brand {
		display: block;
        position: relative;
        width: 210px;
        max-width: 100%;
        top: 10px;
	}

	.slogan_reset {
		width: 100%;
		padding: 0 30px 30px;

	}

	.slogan_reset img {
		width: 100%;
	}

	.slogan_word {
		font-size: 45px;
		font-weight: bold;
		letter-spacing: 0px;
		width: 100%;
		padding: 0 30px;
		line-height: 1.2;
	}

	.header_data_row ul li {
		flex: 50% 1 0;
		justify-content: center;
		align-items: center;
		color: white;
		font-size: 45px;
		font-weight: bold;
		text-align: center;
		/* line-height: 1; */
		border-left: 0;
		padding: 0 0 15px;
	}

	.header_data_num span {
		font-size: 28px;
		vertical-align: middle;
		padding: 0 5px;
	}

	.declare_btn li .declare_btn_a {
		display: block;
		padding: 15px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		background: #e1137f;
		cursor: pointer;
		border: #e1137f solid 1px
	}

	.fix_br {
		width: 100%;
		position: fixed;
		z-index: 999;
		bottom: 0%;
		left: 0%;
		transform: inherit;
	}

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

	.fix_br_img {
		display: none;
	}

	.fix_dk_img {
		display: block;
		width: 100%;
		text-align: center;
	}

	.fix_dk_img img {
		max-width: 100%;
		margin: 0 auto;
	}

	.fix_btn {
		position: fixed;
		z-index: 999;
		bottom: 0%;
		right: 0%;
		/* width: 200px;
    height: 200px; */
		display: block;
		color: #fff;
		background-color: #E3007F;
		font-size: 18px;
		width: 100%;
		height: auto;
		text-align: center;
		line-height: 1.5;
		border-radius: 0;
		font-weight: bold;
		cursor: pointer;
		padding: 15px 0;
	}

	.fix_btn:hover {
		text-decoration: none;
		box-shadow: 0px 0px 12px 0px rgba(117, 117, 117, 1);
	}
	.enabler_code .form-control {
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		display: block;
		height: 70px;
		padding: 0.375rem 0.75rem;
		color: #E3007F;
		font-weight: bold;
		line-height: 1.5;
		background-color: #F0F2F7;
		background-clip: padding-box;
		border: 1px solid #F0F2F7;
		border-radius: 0;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		width: 100%;
	}
}
