@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

.container.reward .row {
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.reward .card-detail {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	position: relative;
	border-top: 4px solid transparent;
}

.card-hk .card-detail {
	border-top: 4px solid #f9d400;
}

.card-travel .card-detail {
	border-top: 4px solid #fca883;
}

.card-food .card-detail {
	border-top: 4px solid #ec9729;
}

.card-beauty .card-detail {
	border-top: 4px solid #59c9bd;
}

.card-blog .card-detail {
	border-top: 4px solid #e2b486;
}

.wide-ratio {
	position: relative;
	overflow: hidden;
}

.wide-ratio:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.card img {
	border-radius: 4px 4px 0 0;
}

.card-img-top {
	width: 100%;
}

.card-ufun {
	display: inline-block;
	width: 100%;
}

.reward .card-detail .card-tag a {
	color: #197cbc;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.card-ufun .points {
	float: right;
	line-height: 1.3;
}

.card-ufun .points img {
	width: 20px;
	padding-bottom: 2px;
	display: inline-block;
}

.card-ufun .points span {
	padding-left: 3px;
	color: #f54c53;
}

.card-detail .card-title {
	margin: 0;
	height: 47px;
	min-height: 47px;
	overflow: hidden;
	line-height: 24px;
	font-size: 20px;
	width: 100%;
}

.reward .card-detail .card-title {
	margin-bottom: 8px;
}

.card-detail .card-tag {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 19.2px;
}

.card-detail .card-tag a {
	color: #197cbc;
	font-size: 16px;
}

.card-hk .card-detail .card-tag a {
	color: #197cbc;
}

.card-travel .card-detail .card-tag a {
	color: #65b145;
}

.card-food .card-detail .card-tag a {
	color: #28a745;
}

.card-beauty .card-detail .card-tag a {
	color: #ea5c81;
}

.card-blog .card-detail .card-tag a {
	color: #0c70a2;
}

.card-detail .card-title a {
	font-size: 17px;
	color: #505050;
	padding: 4px 0 4px 0;
}

.card-detail .card-tag a:hover,
.card-detail .card-title a:hover {
	text-decoration: none;
}

.card-detail .card-info {
	display: inline-block;
	width: 100%;
	height: 24px;
}

.card-detail .card-info .time {
	float: right;
	color: #757575;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}

.card.card-reward .card-detail:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: linear-gradient(to left, #ff8a01, #ff3383);
	top: -4px;
	left: 0;
}

.card.card-reward .card-ufun .card-tag {
	float: left;
	line-height: 1.3;
	margin-bottom: 4px;
	margin-top: 0;
	font-size: 16px;
	width: 73%;
	overflow: hidden;
	height: 42px;
	min-height: 42px;
}

.card.card-reward .card-detail .card-tag a {
	color: #555;
	font-weight: 400;
}

.card.card-reward .card-detail .card-title a {
	color: #353535;
}

.card-detail.no-information {
	padding-bottom: 10px;
}

.out-of-stock {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	color: #fff;
	background-color: rgba(136, 136, 136, .8);
}

.out-of-stock span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navbar-blue {
	padding: 23px 0;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
	position: relative;
	z-index: 20;
}

.navbar-nav li {
	width: 85px;
}

.navbar-default {
	background-color: #e8e8e8;
}

.navbar-brand {
	float: left;
	padding: 0;
	height: 36px;
	margin-top: 3px;
}

.navbar-brand {
	display: block;
}

.navbar-brand img {
	display: inline-block;
	width: 128px;
	max-width: 100%;
}

#icon2.ULappdownload a,
.merchant_bk a {
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	padding-top: 3px;
	vertical-align: top;
}

#icon2.ULappdownload {
	float: right;
	background-color: #757575;
	border-radius: 15px;
	padding: 1px 10px;
	line-height: 24px;
	margin-right: 20px;
	margin-top: 7px;
}

.merchant_bk {
	float: right;
	background-color: #4e45a3;
	border-radius: 15px;
	padding: 1px 10px;
	line-height: 24px;
	margin-right: 20px;
	margin-top: 7px;
}

#icon2.ULappdownload i {
	vertical-align: top;
	display: inline-block;
	background: url(../images/appdownload-icon.svg) no-repeat center top;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

.user-info-panel {
	float: right;
	margin-top: 0;
	margin-right: 10px;
}

.section-header.member-carousel {
	height: 60px;
	float: inherit;
}

.section-header.member-carousel + .member-section {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
	width: 100%;
}

.member-carousel {
	border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 425px) {
	.section-header {
		height: 122px;
	}
}

.member-select {
	padding: 0;
	min-height: 60px;
}

.member-select .owl-carousel .owl-stage-outer {
	padding-left: .8rem;
	padding-right: .8rem;
}

.member-select .owl-carousel .owl-stage {
	margin: auto;
	max-width: max-content;
}

.member-select .owl-carousel .owl-nav .disabled {
	display: none;
}

.member-select .owl-carousel .owl-item > div {
	cursor: pointer;
	margin: 6% 8%;
	-webkit-transition: margin 0.4s ease;
	-o-transition: margin 0.4s ease;
	transition: margin 0.4s ease;
}

.member-select .owl-carousel .owl-item.center > div {
	cursor: auto;
	margin: 0;
}

.member-select .owl-carousel .owl-item:not(.center) > div:hover {
	opacity: .75;
}

ul.member-select-carousel.owl-carousel {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

ul.member-select-carousel li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

ul.member-select-carousel li.item {
	width: 198px;
	text-align: center;
}

ul.member-select-carousel li .item-tag {
	display: block;
	color: #5d5d5d;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 16px 16.46px;
	border-bottom: 2px solid transparent;
}

ul.member-select-carousel li a {
	color: #383212;
	font-size: 16px;
	padding: 7px 18px 8px;
	line-height: 25px;
}

ul.member-select-carousel li a.active {
	border-bottom: 2px solid transparent;
}

a.ujetso.active {
	color: #f54c53 !important;
	font-weight: 500 !important;
	border-bottom: 2px solid #f54c53 !important;
}

a.ujetso.active div:before,
.member-select li.item a.ujetso:hover div:before {
	background-image: url(../images/ufun.png) !important;
}

a.campaign.active {
	color: #c069d8 !important;
	font-weight: 500 !important;
	border-bottom: 2px solid #c069d8 !important;
}

a.campaign.active div:before,
.member-select li.item a.campaign:hover div:before {
	background-image: url(../images/campaign.png) !important;
}

a.newsletter.active {
	color: #5bcbce !important;
	font-weight: 500 !important;
	border-bottom: 2px solid #5bcbce !important;
}

a.newsletter.active div:before,
.member-select li.item a.newsletter:hover div:before {
	background-image: url(../images/newsletter.png) !important;
}

ul.member-select-carousel li a:hover {
	color: #fff !important;
	text-decoration: none;
}

ul.member-select-carousel li a.ujetso:hover {
	color: #f54c53 !important;
	font-weight: 500;
}

ul.member-select-carousel li a.campaign:hover {
	color: #c069d8 !important;
	font-weight: 500;
}

ul.member-select-carousel li a.newsletter:hover {
	color: #5bcbce !important;
	font-weight: 500;
}

ul.member-select-carousel li.item img {
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-top: 2px;
}

ul.member-select-carousel li.item div {
	position: relative;
}

.member-select li.item a div:before {
	content: "";
	background-image: url(../images/ufun_inact.png);
	position: absolute;
	width: 28px;
	height: 28px;
	background-size: 28px;
	background-repeat: no-repeat;
	top: 0;
	left: 28px;
	margin-top: 2px;
}

a.ujetso div:before {
	background-image: url(../images/ufun_inact.png) !important;
}

a.campaign div:before {
	background-image: url(../images/campaign_inact.png) !important;
}

a.newsletter div:before {
	background-image: url(../images/newsletter_inact.png) !important;
}

ul.member-select-carousel li.item span {
	padding-left: 37px;
	vertical-align: middle;
}

@media (max-width: 425px) {
	ul.member-select-carousel li a {
		font-size: 15px;
		padding: 7px 14px 7px;
		line-height: 22px;
	}
}

ul.member-select-carousel .owl-item:first-child > li > a {
	border-left-width: 0;
}

/* SHIFT effect */

.shift ul li a {
	position: relative;
	z-index: 1;
	-webkit-transition: transform 200ms ease-in-out;
	-o-transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}

.shift ul li a:hover {
	color: #fff;
}

.shift ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '';
	color: transparent;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 0% 50%;
}

.shift ul li a.active:after {
	display: none;
}

.shift ul li a:hover:after,
.shift ul li a:focus:after {
	height: 100%;
	transform: scaleX(1);
}

.shift ul li a.ujetso:hover:after {
	border-bottom: 2px solid #f54c53 !important;
}

.shift ul li a.campaign:hover:after {
	border-bottom: 2px solid #c069d8 !important;
}

.shift ul li a.newsletter:hover:after {
	border-bottom: 2px solid #5bcbce !important;
}

@media (max-width: 832px) {
	#icon2.ULappdownload .rwd,
	.merchant_bk {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.merchant_bk {
		display: none !important;
	}
}

@media (max-width: 424px) {
	#icon2.ULappdownload .app_text {
		display: none !important;
	}
	#icon2.ULappdownload .app_text_m {
		display: inline-block;
	}
	nav.menu #icon2.ULappdownload .app_text {
		display: inline-block !important;
	}
}

@media (max-width: 359px) {
	nav.menu #icon2.ULappdownload {
		display: none !important;
	}
}

@media (max-width: 1119px) and (min-width: 425px) {
	#icon2.ULappdownload .app_text_m {
		display: none !important;
	}
	#icon2.ULappdownload .app_text {
		display: inline-block;
	}
}

@media (max-width: 1169px) and (min-width: 1120px) {
	#icon2.ULappdownload .app_text {
		display: none !important;
	}
	#icon2.ULappdownload .app_text_m {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.navbar-nav li {
		width: 75px;
		text-align: center;
		border-left: 1px solid #cfcfcf;
	}
}

@media (min-width: 1170px) {
	#icon2.ULappdownload .app_text_m {
		display: none !important;
	}
	#icon2.ULappdownload .app_text {
		display: inline-block;
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-wrapper,
.dropdown {
	padding: 1.28rem;
}

.site-container,
.site-pusher {
	height: 100%;
	background: #fff;
}
.site-container {
	overflow: hidden;
}
.site-pusher {
	position: relative;
	left: 0;
	transition: left 0.2s ease-in-out;
}
.with--sidebar {
	overflow: hidden;
}
.with--sidebar .site-pusher {
	left: 100%;
}
.with--sidebar .site-cache {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 90;
	height: 100%;
}
.with--sidebar .menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999999;
	transition: left 0.2s ease-in-out;
	background-color: #bababa;
}
.menu {
	position: fixed;
	left: -550px;
	transition: left 0.2s ease-in-out;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.menu ul {
	margin: 0;
	padding: 10px 14px;
}
.menu li {
	list-style: none;
}
.menu a {
	display: block;
	height: 56px;
	text-align: left;
	line-height: 56px;
	text-decoration: none;
}
.menu .inner {
	width: 100%;
	background-color: #e8e8e8;
	overflow-y: auto;
}

.menu .ul-branding {
	background-color: #e8e8e8;
	display: table;
	width: 100%;
}

.menu .ul-branding .left {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 50px;
}

.menu .ul-branding .ul-logo {
	display: table-cell;
	vertical-align: middle;
}
.menu .ul-branding .ul-logo a {
	display: block;
	float: left;
	height: 86px;
	line-height: 82px;
}

.menu .ul-branding .ul-logo img {
	display: inline-block;
	width: 128px;
	height: auto;
}

.menu .ul-branding .right {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.menu .ul-branding .right .user-info-panel {
	margin-right: 15px;
}

.menu .ul-branding .right #icon2.ULappdownload {
	margin-right: 10px;
}

.menu .ul-branding .right #icon2.ULappdownload a {
	padding-top: 1px;
	height: 24px;
	line-height: 22px;
}

.menu .channel-indicator {
	padding: 20px 0;
	border-bottom: 1px solid #9c9c9c;
	background-color: #e8e8e8;
}

.menu .channel-indicator a {
	padding-left: 14px;
	font-size: 32px;
	font-weight: 600;
}

.menu .channel-indicator [title~=HK] {
	color: #197cbc;
}

.menu .channel-indicator [title~=Travel] {
	color: #65b145;
}

.menu .channel-indicator [title~=Food] {
	color: #ec9729;
}

.menu .channel-indicator [title~=Beauty] {
	color: #df1b80;
}

.menu .channel-indicator [title~=Blog] {
	color: #bfa780;
}

.menu .channel-indicator [title~=Sky] {
	color: #fcc800;
}

.menu .channel-indicator [title~=e-zone] {
	color: #f39801;
}

.menu ul.content-section {
	border-bottom: 1px solid #9c9c9c;
}

.menu ul.other-section {
	padding-bottom: 12px;
}

.menu .content-section li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

.menu .content-section li i,
.menu .other-section li i {
	display: none;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
}

.menu .content-section a {
	font-size: 16px;
	font-weight: 600;
	color: #353b41;
	height: 49px;
	line-height: 49px;
}

.menu .other-section a {
	font-size: 16px;
	font-weight: 400;
	color: #4e45a3;
	height: 30px;
	line-height: 30px;
}

.menu .mobile-menu-bottom {
	background-color: #bababa;
	padding: 20px 14px;
}

.menu .mobile-menu-bottom .row {
	margin: 0;
}

.menu .mobile-menu-bottom .row:after,
.menu .mobile-menu-bottom .row:before {
	display: table;
	content: " ";
}

.menu .mobile-menu-bottom .button {
	display: inline-block;
	text-align: left;
	padding: 10px 10px 10px 0;
}

.menu .mobile-menu-bottom span {
	color: #353b41;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}

.menu .mobile-menu-bottom a {
	height: auto;
	display: inline-block;
	line-height: inherit;
}

.menu .mobile-menu-bottom .button i {
	font-size: 24px;
	color: #212529;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 50%;
	padding: 8px;
	text-align: center;
}

.menu .mobile-menu-bottom img {
	width: 50%;
}

.menu .mobile-menu-bottom img.apps {
	height: 50%;
	width: auto;
}

.menu .mobile-menu-bottom .apps-download a {
	padding: 10px 10px 10px 0;
}

.menu .mobile-menu-bottom .apps-download img {
	width: auto;
	max-height: 30px;
	padding: 0 1px;
}

@media (min-width: 576px) {
	.with--sidebar .site-pusher {
		left: 420px;
	}
	.menu {
		width: 420px;
	}
}

.navbar-nav {
	margin-top: 2px;
}

@media (min-width: 768px) {
	.navbar-brand {
		float: left;
		display: block;
	}
	.navbar-nav > li > a {
		padding: 4px 10px;
	}
}

.navbar-l-left {
	display: block;
	width: 50px;
	float: left;
}

.navbar-toggler {
	padding: .95rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: .25rem;
}

#navbarSideButton i {
	color: #fff;
	font-size: 1.7rem;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.member-wrapper-bg {
	background: linear-gradient(#f8f9fa 88%, transparent 12%);
}

.member-header {
	text-align: center;
	padding-top: 20px;
}

.member-header.container {
	padding-left: 10px;
	padding-right: 10px;
}

.member-header .user-pic {
	padding: 10px;
	width: 84px;
	margin: 0 auto;
}

.member-header .user-pic img {
	width: 64px;
	margin: auto;
}

.member-header .user-name {
	line-height: 32px;
	font-size: 20px;
	color: #212529;
	font-weight: 600;
	text-align: left;
	margin-left: -30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.member-header .user-login {
	text-align: right;
	font-size: 0;
}

.member-header .user-login button {
	border-radius: 32px;
	font-size: 15px;
	color: #212529;
	line-height: 28px;
	border: 1px solid #9c9c9c;
	background-color: #f8f9fa;
	padding-left: 10px;
	padding-right: 10px;
}

.member-header .afterlogin .user-login {
	display: none;
}

.member-header .afterlogin .login-setting .row {
	margin: 0 0 10px 0;
}

.member-header .afterlogin .login-setting button {
	width: 100%;
	border-radius: 3px;
	font-size: 15px;
	color: #212529;
	line-height: 28px;
	border: 1px solid transparent;
	background-color: #d8d8d8;
	padding: 5px;
	opacity: 1;
	transition: all .4s ease-out;
}

.member-header .afterlogin .login-setting button:hover {
	opacity: .8;
}

.login-setting button i {
	font-size: 16px;
}

.login-setting button span {
	padding-left: 5px;
}

.member-header .row,
.sub-section .row {
	align-items: center;
	justify-content: center;
}

.member-header .afterlogin .row {
	align-items: flex-start;
	justify-content: flex-start;
}

.member-header .afterlogin .user-name {
	margin-left: -15px;
}

.member-wrapper .sub-section {
	max-width: 574px;
	padding: 20px 10px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.sub-section .afterlogin {
	margin-right: -10px;
	margin-left: -10px;
}

.speaker {
	padding-right: 5px;
}

.icon-speaker {
	width: 50px;
	height: 50px;
	margin: auto;
	padding: 3px;
}

.notice-text {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	padding-left: 5px;
}

.sub-section .afterlogin p {
	margin-bottom: 0;
}

.member-text a {
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 0;
	padding: 5px 5px 0;
	border-radius: 10px;
	color: #fff;
}

.afterlogin a img {
	display: inline-block;
	width: 24px;
	height: auto;
}

.container:after,
.container:before,
.navbar-header:after,
.navbar-header:before {
	display: inherit;
	content: none;
}

.container.reward {
	width: 100%;
	padding-top: 5px;
}

.channel-wrapper {
	margin: 5px auto;
	padding: 0 5px 25px;
}

.channel-wrapper .nav-tabs {
	border-bottom: none;
	margin-left: -10px;
	margin-right: -10px;
}

ul.member-select-carousel.owl-carousel.owl-loaded,
.channel-nav-carousel.owl-carousel.owl-loaded {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
}

.channel-wrapper .owl-stage {
	margin: 15px auto;
	max-width: 517px;
	padding-left: 10px;
	padding-right: 10px;
}

.channel-wrapper .owl-theme .owl-nav,
.channel-wrapper .owl-theme .owl-dots {
	display: none;
}

.channel-wrapper .owl-carousel.owl-drag .owl-item:last-child {
	margin-right: 0 !important;
}

.channel-wrapper .item li {
	background-color: #e0e0e0;
	border-radius: 14px;
	text-align: center;
	padding: 4px 21px;
}

.channel-wrapper .item li.hk.active {
	background-color: #197cbc;
}

.channel-wrapper .item li.travel.active {
	background-color: #65b145;
}

.channel-wrapper .item li.food.active {
	background-color: #ec9729;
}

.channel-wrapper .item li.beauty.active {
	background-color: #ea5c81;
}

.channel-wrapper .item li.blog.active {
	background-color: #e2b486;
}

.channel-wrapper .item li a {
	height: 28px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	color: #212529;
}

.channel-wrapper .item li.active a {
	font-weight: 500;
	color: #fff;
}

.filter-wrapper {
	margin-top: 5px;
}

.filter-wrapper .dropdown.discount {
	padding-right: 6px;
	padding-left: 18px;
}

.filter-wrapper .dropdown.gift {
	padding-left: 6px;
	padding-right: 18px;
}

.filter-wrapper .btn {
	font-size: 13px;
	text-align: left;
	padding: 6px 15px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	color: #212529;
	position: relative;
	padding-right: 33px;
	width: 100%;
}

.filter-wrapper .fa-angle-down {
	font-size: 16px;
	line-height: 19px;
	position: absolute;
	right: 15px;
}

.filter-wrapper .btn-primary:active,
.filter-wrapper .btn-primary.active,
.filter-wrapper .open > .dropdown-toggle.btn-primary {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	color: #212529;
}

.filter-wrapper .btn-primary:active:hover,
.filter-wrapper .btn-primary.active:hover,
.filter-wrapper .open > .dropdown-toggle.btn-primary:hover,
.filter-wrapper .btn-primary:active:focus,
.filter-wrapper .btn-primary.active:focus,
.filter-wrapper .open > .dropdown-toggle.btn-primary:focus,
.filter-wrapper .btn-primary:active.focus,
.filter-wrapper .btn-primary.active.focus,
.filter-wrapper .open > .dropdown-toggle.btn-primary.focus {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	color: #212529;
}

.filter-wrapper .btn-primary:focus-visible,
.filter-wrapper .open > .dropdown-toggle.btn-primary:focus-visible {
	outline: none;
}
.filter-wrapper .btn:focus,
.filter-wrapper .btn:active:focus,
.filter-wrapper .btn.active:focus,
.filter-wrapper .btn.focus,
.filter-wrapper .btn:active.focus,
.filter-wrapper .btn.active.focus {
	outline: none;
	outline-offset: 0;
}

.filter-wrapper .btn:active,
.filter-wrapper .btn.active {
	box-shadow: none;
}

.filter-wrapper .dropdown .dropdown-menu {
	margin: -1.28rem 6px 0;
	min-width: 128px;
	font-size: 13px;
}

.filter-wrapper .dropdown.discount .dropdown-menu {
	right: 0;
	left: inherit;
}

.filter-wrapper .dropdown.gift .dropdown-menu {
	left: 0;
}

.filter-wrapper .dropdown-menu > li > a {
	text-align: left;
	padding: 3px 15px;
	color: #212529;
}

.filter-inner {
	padding-right: 6px;
}

.container.reward-details {
	width: 100%;
}

.container.reward-details .container {
	width: 100%;
}

@media (min-width: 576px) {
	.navbar-default .container {
		max-width: 100%;
		display: inline-block;
	}

	.container.reward {
		max-width: 100%;
	}

	.container.reward-details {
		max-width: 100%;
	}

	.container.reward-details .container {
		max-width: 100%;
	}
}

@media (min-width: 595px) {
	.member-select .owl-carousel .owl-stage {
		max-width: 594px;
	}
	.member-select .owl-carousel .owl-item {
		width: 198px !important;
	}
}

@media (min-width: 640px) {
	/*
  ==============================================
  nav bar
  ==============================================
	*/
	.navbar-blue {
		border: none;
	}
	.navbar-brand img {
		height: auto;
	}
}

@media (min-width: 768px) {
	.navbar-nav li {
		width: 75px;
		text-align: center;
		border-left: 1px solid #cfcfcf;
	}

	.navbar-default .container {
		max-width: 100%;
	}

	.member-header .user-pic {
		width: 120px;
	}

	.member-header .user-pic img {
		width: 100px;
	}

	.member-header .user-login {
		text-align: center;
		font-size: 0;
		padding-bottom: 20px;
	}

	.member-header .user-name {
		text-align: center;
		margin-left: 0;
		padding-bottom: 15px;
	}

	.member-header .user-login button {
		line-height: 36px;
		padding-left: 45px;
		padding-right: 45px;
		font-size: 17px;
	}

	.member-header .afterlogin .row {
		justify-content: center;
	}

	.member-header .afterlogin .user-name {
		margin-left: 0;
	}

	.member-header .afterlogin .login-setting {
		max-width: 346px;
	}

	.member-header .afterlogin .login-setting button {
		padding-left: 30px;
		padding-right: 30px;
	}

	.container.reward {
		max-width: 100%;
	}

	.channel-wrapper .container {
		max-width: 100%;
		width: 100%;
	}

	.container.filter {
		max-width: 100%;
		width: 100%;
	}

	.container.reward-details {
		max-width: 100%;
		width: 100%;
	}

	.container.reward-details .container {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 800px) {
	.navbar-default .container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	a {
		transition: all .1s ease-out;
	}

	.card .card-img-top,
	.card-img-top {
		transition: all .15s ease-out;
	}

	.wide-ratio > img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.card:hover > a div .card-img-top {
		width: 104%;
		transition: all .15s ease-in;
		opacity: .9;
	}

	.container.reward {
		max-width: 960px;
	}

	.channel-wrapper .container {
		width: 960px;
	}

	.container.filter {
		max-width: 960px;
	}

	.container.reward-details {
		max-width: 960px;
	}

	.container.reward-details .container {
		max-width: 960px;
	}

	.card-hk .card-detail .card-tag a:hover {
		color: #f9d400 !important;
		text-decoration: none;
	}

	.card.card-hk:hover > div .card-title a {
		color: #f9d400 !important;
		text-decoration: none;
	}

	.card-travel .card-detail .card-tag a:hover {
		color: #65b145 !important;
		text-decoration: none;
	}

	.card.card-travel:hover > div .card-title a {
		color: #65b145 !important;
		text-decoration: none;
	}

	.card-food .card-detail .card-tag a:hover {
		color: #ec9729 !important;
		text-decoration: none;
	}

	.card.card-food:hover > div .card-title a {
		color: #ec9729 !important;
		text-decoration: none;
	}

	.card-beauty .card-detail .card-tag a:hover {
		color: #59c9bd !important;
		text-decoration: none;
	}

	.card.card-beauty:hover > div .card-title a {
		color: #59c9bd !important;
		text-decoration: none;
	}

	.card-blog .card-detail .card-tag a:hover {
		color: #606060 !important;
		text-decoration: none;
	}

	.card.card-blog:hover > div .card-title a {
		color: #606060 !important;
		text-decoration: none;
	}
}

@media (min-width: 1024px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (min-width: 1170px) {
	.navbar-default .container {
		max-width: 1150px;
	}

	.container.reward {
		max-width: 1170px;
	}

	.channel-wrapper .container {
		width: 100%;
		max-width: 1170px;
	}

	.container.filter {
		width: 100%;
		max-width: 1170px;
	}

	.container.reward-details {
		max-width: 1170px;
	}

	.container.reward-details .container {
		max-width: 1170px;
	}
}

.navbar-default .container {
	display: table;
	padding: 0;
	width: 100%;
}

@media (max-width: 1169px) {
	.navbar-blue .container .merchant_bk {
		margin-right: 10px;
	}
	.navbar-blue #icon2.ULappdownload {
		margin-right: 10px;
	}

	.filter-wrapper .dropdown .dropdown-menu {
		min-width: 220.5px;
	}
}

@media (max-width: 1119px) {
	.navbar-blue .container .merchant_bk {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.navbar-blue {
		padding: 16px 0;
	}

	.filter-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.filter-wrapper .dropdown.discount,
	.filter-wrapper .dropdown.gift {
		padding: 1.28rem;
	}

	.filter-wrapper .dropdown.dropdown.discount .dropdown-menu {
		left: 7px;
		right: 7px;
		width: calc(100% - 25px);
		min-width: unset;
	}

	.filter-wrapper .dropdown.gift .dropdown-menu {
		left: 6px;
		width: calc(100% - 25px);
		min-width: unset;
	}

	.card img {
		position: absolute;
		top: 0;
	}

	.card-ufun .points img {
		position: inherit;
		top: unset;
	}

	.card:hover > a img.card-img-top {
		-webkit-transform: scale(1.045);
		-ms-transform: scale(1.045);
		transform: scale(1.045);
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	#icon2,
	.merchant_bk {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.member-wrapper-bg {
		background-image: none;
		background-color: #f8f9fa;
		padding-bottom: 20px;
	}

	.member-wrapper .sub-section {
		max-width: inherit;
		margin: 5px 15px 0;
		padding: 15px 6px;

		box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
	}

	.icon-speaker {
		padding: 5px 10px 5px 0;
	}

	.user-info-panel {
		display: block;
	}

	.member-carousel .container {
		padding-right: 0;
		padding-left: 0;
		margin-top: 15px;
	}

	.member-select .owl-carousel .owl-stage-outer {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 576px) {
	.navbar-blue {
		padding: 10px 0;
	}
	.container > .navbar-header,
	.container > .navbar-l-left,
	.container > .user-info-panel,
	.container > .ULappdownload {
		display: inline-block;
		vertical-align: middle;
		margin-right: 0;
		margin-left: 0;
	}

	.container #icon2.ULappdownload {
		margin-top: 7px;
	}

	.container > .user-info-panel {
		margin: 4px 10px 4px 0;
	}

	.container > .user-info-panel img {
		width: 32px;
	}

	.icon-speaker {
		padding: 5px;
	}
}
@media (max-width: 575px) {
	.member-carousel .container {
		padding-right: 0;
		padding-left: 0;
	}

	.member-select .owl-carousel .owl-stage-outer {
		padding-right: 0;
		padding-left: 0;
	}

	ul.member-select-carousel li.item {
		width: 100%;
		min-width: 125px;
	}

	ul.member-select-carousel li.item div {
		width: 100%;
		height: 28px;
		margin-bottom: 5px;
	}

	.member-select li.item a div:before {
		width: 100%;
		margin-top: 0;
		left: 0;
		background-position-x: center;
	}

	ul.member-select-carousel li.item span {
		padding-left: 0;
	}

	ul.member-select-carousel li .item-tag {
		padding-top: 5px;
		padding-bottom: 2.46px;
		padding-left: 20%;
		padding-right: 20%;
	}

	.section-header.member-carousel {
		height: 70px;
	}

	.card.card-reward .card-ufun .card-tag {
		width: 83%;
	}
}

@media (max-width: 524px) {
	.channel-wrapper .nav-tabs {
		margin-left: -20px;
		margin-right: -20px;
	}

	.channel-nav-carousel.owl-carousel.owl-loaded:before {
		content: "";
		position: absolute;
		right: 0;
		width: 5%;
		height: 58px;
		background: linear-gradient(to right, transparent, white 50%);
		z-index: 2;
	}
}

@media (max-width: 425px) {
	.member-header .user-pic {
		padding: 0 5px;
		width: auto;
	}

	.member-header .user-name {
		padding-right: 0;
	}

	.member-header .user-login {
		padding-right: 0;
	}

	.notice-text {
		font-size: 14px;
	}

	.member-wrapper .sub-section {
		margin: 5px 10px 0;
	}

	ul.member-select-carousel li.item {
		padding-left: 0;
		padding-right: 0;
	}

	ul.member-select-carousel li .item-tag {
		font-size: 15px;
		padding: 5px 26px 1.14px;
	}

	ul.member-select-carousel li.item div {
		margin-bottom: 0;
	}

	.section-header.member-carousel {
		height: 60px;
	}

	.card.card-reward .card-ufun .card-tag {
		width: 78%;
	}
}

@media (max-width: 350px) {
	.container #icon2.ULappdownload {
		display: none !important;
	}

	.member-header .user-pic img {
		width: 48px;
	}

	.member-header .user-name {
		font-size: 18px;
	}

	.member-header .user-login button {
		font-size: 13px;
	}
}
