/* Base */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;300;400;500;600;700&subset=Thai&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #686868;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
/* html,body {
	height: 100%;
} */
.fancybox-content i {
	font-size: 60px;
	color: #FFF;
	margin: 0 0 30px 0;
}
.en {
	font-family: 'Roboto', sans-serif !important;
}
.th {
	font-family: 'Prompt', sans-serif !important;
}
.none-pd {
	padding: 0 !important;
}
.none-mg {
	margin: 0 !important;
}

::-moz-selection {
 background: #000;
 color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
.word-wrap {
	overflow: hidden;
}
.inline-word-wrap {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	/*  font-family: Prompt, "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 */
	font-family: 'Prompt', sans-serif;
}
a.nav-link {
	font-family: 'Prompt', sans-serif !important;
}
a.nav-link img {
	width: 30px;
	height: auto;
	margin-right: 10px;
}
a.nav-link i {
	font-size: 30px;
	vertical-align: bottom;
	display: inline;
	margin-right: 10px;
}

.text-color-black {
	color: #333 !important;
}
.text-color-gray {
	color: #8d8d8d !important;
}
.text-color-white {
	color: #fff !important;
}
.text-color-red {
	color: #e50000 !important;
}
.text-color-primary {
	color: #0b4da1 !important;
}

/* --- font weight --- */

.font-light {
	font-weight: 300 !important;
}
.font-regular {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semi-bold {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-extra-bold {
	font-weight: 800 !important;
}
.font-black {
	font-weight: 900 !important;
}

.pd-top-0 { padding-top: 0 !important; }
.pd-top-5 { padding-top: 5px !important; }
.pd-top-10 { padding-top: 10px !important; }
.pd-top-15 { padding-top: 15px !important; }
.pd-top-20 { padding-top: 20px !important; }
.pd-top-25 { padding-top: 25px !important; }
.pd-top-30 { padding-top: 30px !important; }
.pd-top-35 { padding-top: 35px !important; }
.pd-top-40 { padding-top: 40px !important; }
.pd-top-45 { padding-top: 45px !important; }
.pd-top-50 { padding-top: 50px !important; }

.pd-bottom-0 { padding-bottom: 0 !important; }
.pd-bottom-5 { padding-bottom: 5px !important; }
.pd-bottom-10 { padding-bottom: 10px !important; }
.pd-bottom-15 { padding-bottom: 15px !important; }
.pd-bottom-20 { padding-bottom: 20px !important; }
.pd-bottom-25 { padding-bottom: 25px !important; }
.pd-bottom-30 { padding-bottom: 30px !important; }
.pd-bottom-35 { padding-bottom: 35px !important; }
.pd-bottom-40 { padding-bottom: 40px !important; }
.pd-bottom-45 { padding-bottom: 45px !important; }
.pd-bottom-50 { padding-bottom: 50px !important; }

.none-pd {
	padding: 0 !important;
}

.mg-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mg-top-auto { margin-top: auto !important; }
.mg-top-0 { margin-top: 0 !important; }
.mg-top-5 { margin-top: 5px !important; }
.mg-top-10 { margin-top: 10px !important; }
.mg-top-15 { margin-top: 15px !important; }
.mg-top-20 { margin-top: 20px !important; }
.mg-top-25 { margin-top: 25px !important; }
.mg-top-30 { margin-top: 30px !important; }
.mg-top-35 { margin-top: 35px !important; }
.mg-top-40 { margin-top: 40px !important; }
.mg-top-45 { margin-top: 45px !important; }
.mg-top-50 { margin-top: 50px !important; }

.mg-bottom-0 { margin-bottom: 0 !important; }
.mg-bottom-5 { margin-bottom: 5px !important; }
.mg-bottom-10 { margin-bottom: 10px !important; }
.mg-bottom-15 { margin-bottom: 15px !important; }
.mg-bottom-20 { margin-bottom: 20px !important; }
.mg-bottom-25 { margin-bottom: 25px !important; }
.mg-bottom-30 { margin-bottom: 30px !important; }
.mg-bottom-35 { margin-bottom: 35px !important; }
.mg-bottom-40 { margin-bottom: 40px !important; }
.mg-bottom-45 { margin-bottom: 45px !important; }
.mg-bottom-50 { margin-bottom: 50px !important; }

.mg-left-0 { margin-left: 0 !important; }
.mg-left-5 { margin-left: 5px !important; }
.mg-left-10 { margin-left: 10px !important; }
.mg-left-15 { margin-left: 15px !important; }
.mg-left-20 { margin-left: 20px !important; }
.mg-left-25 { margin-left: 25px !important; }
.mg-left-30 { margin-left: 30px !important; }
.mg-left-35 { margin-left: 35px !important; }
.mg-left-40 { margin-left: 40px !important; }
.mg-left-45 { margin-left: 45px !important; }
.mg-left-50 { margin-left: 50px !important; }

.mg-right-0 { margin-right: 0 !important; }
.mg-right-5 { margin-right: 5px !important; }
.mg-right-10 { margin-right: 10px !important; }
.mg-right-15 { margin-right: 15px !important; }
.mg-right-20 { margin-right: 20px !important; }
.mg-right-25 { margin-right: 25px !important; }
.mg-right-30 { margin-right: 30px !important; }
.mg-right-35 { margin-right: 35px !important; }
.mg-right-40 { margin-right: 40px !important; }
.mg-right-45 { margin-right: 45px !important; }
.mg-right-50 { margin-right: 50px !important; }

.none-mg {
	margin: 0 !important;
}

/* padding content */
.pd-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd-content-top {
	padding-top: 80px;
}
.pd-content-bottom {
	padding-bottom: 80px;
}

/* min padding */
.site-section.min-pd-content,
.min-pd-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-section.min-pd-content-top,
.min-pd-content-top {
	padding-top: 40px;
}
.site-section.min-pd-content-bottom,
.min-pd-content-bottom {
	padding-bottom: 40px;
}

/* none padding */
.none-pd-content-top,
.none-min-pd-content-top {
	padding-top: 0 !important;
}
.none-pd-content-bottom,
.none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

.border-2 {
	border-width: 2px;
}
.text-black {
	color: #000 !important;
}
.bg-black {
	background: #000 !important;
}
.color-black-opacity-5 {
	color: rgba(0, 0, 0, 0.5);
}
.color-white-opacity-5 {
	color: rgba(255, 255, 255, 0.5);
}
/* .site-wrap,
.site-wrap-container {
	position: relative;
} */
.site-wrap-container {
	height: 100%;
	display: flex;
	/* flex-wrap: wrap !important; */
	flex-direction: column;
  	/* justify-content: space-between; */
}
.site-wrap:before {
	display: none;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}
.graybg {
	background: url('../images/bghero.png') no-repeat bottom center;
	background-size: cover;
}
/* .offcanvas-menu .site-wrap {
	height: 100%;
	width: 100%;
	z-index: 2;
}
.offcanvas-menu .site-wrap:before {
	opacity: 1;
	visibility: visible;
} */
.btn {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	padding: 6px 20px;
}
.btn:hover, .btn:active, .btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn.btn-black {
	border-width: 2px;
	border-color: #000;
	background: #000;
	color: #fff;
}
.btn.btn-black:hover {
	color: #000;
	background-color: transparent;
}
.btn.btn-black.btn-outline-black {
	color: #000;
	background-color: transparent;
}
.btn.btn-black.btn-outline-black:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}
.btn.btn-white {
	border-width: 2px;
	border-color: #fff;
	background: #fff;
	color: #000;
}
.btn.btn-white:hover {
	color: #fff;
	background-color: transparent;
}
.btn.btn-white.btn-outline-white {
	color: #fff;
	background-color: transparent;
}
.btn.btn-white.btn-outline-white:hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}
.line-height-1 {
	line-height: 1 !important;
}
.bg-black {
	background: #000;
}
.form-control {
	height: 43px;
}
.form-control:active, .form-control:focus {
	border-color: #0b4da1;
}
.form-control:hover, .form-control:active, .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* .site-section {
	padding: 2.5em 0;
}
.site-section.site-section-sm {
	padding: 4em 0;
} */
.site-section-heading {
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
	font-size: 2.5rem;
}

#banner-hero-section {
	position: relative;
}

@media (min-width: 768px) {
.site-section-heading {
	font-size: 3rem;
}
}
.border-top {
	border-top: 1px solid #edf0f5 !important;
}
.site-footer {
	padding: 4em 0;
	background: #333333;
}

@media (min-width: 768px) {
.site-footer {
	padding: 8em 0;
}
}
.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
	color: #737373;
}
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
	color: #000;
}
.site-footer a {
	color: #999999;
}
.site-footer a:hover {
	color: black;
}
.site-footer ul li {
	margin-bottom: 10px;
}
.site-footer .footer-heading {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}
.bg-text-line {
	display: inline;
	background: #000;
	-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
	box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}
.text-white-opacity-05 {
	color: rgba(255, 255, 255, 0.5);
}
.text-black-opacity-05 {
	color: rgba(0, 0, 0, 0.5);
}
.hover-bg-enlarge {
	overflow: hidden;
	position: relative;
}

@media (max-width: 991.98px) {
.hover-bg-enlarge {
	height: auto !important;
}
}
.hover-bg-enlarge>div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s all ease-in-out;
	-o-transition: .8s all ease-in-out;
	transition: .8s all ease-in-out;
}
.hover-bg-enlarge:hover>div, .hover-bg-enlarge:focus>div, .hover-bg-enlarge:active>div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 991.98px) {
.hover-bg-enlarge .bg-image-md-height {
	height: 300px !important;
}
}
.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-image.overlay {
	position: relative;
}
.bg-image.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.bg-image>.container {
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
.img-md-fluid {
	max-width: 100%;
}
}

@media (max-width: 991.98px) {
.display-1,  .display-3 {
	font-size: 3rem;
}
}
.play-single-big {
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.play-single-big>span {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}
.play-single-big:hover {
	width: 120px;
	height: 120px;
}
.overlap-to-top {
	margin-top: -150px;
}
.ul-check {
	margin-bottom: 50px;
}
.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.ul-check li:before {
	left: 0;
	font-size: 20px;
	top: -.3rem;
	font-family: "icomoon";
	content: "\e5ca";
	position: absolute;
}
.ul-check.white li:before {
	color: #fff;
}
.ul-check.success li:before {
	color: #8bc34a;
}
.ul-check.primary li:before {
	color: #0b4da1;
}
.select-wrap, .wrap-icon {
	position: relative;
}
.select-wrap .icon, .wrap-icon .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}
.select-wrap select, .wrap-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}
/* Navbar */

.site-logo {
	position: relative;
}
.site-mobile-menu-footer {
	position: relative;
	right: 0;
	top: auto;
	height: 80px;
	background: #d1cdce;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.site-mobile-menu-footer .contact-row {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	line-height: 0;
	margin-top: 5px;
}
.site-mobile-menu-footer .contact-row>.contact-icon {
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #333;
	opacity: 0.5;
}
.site-mobile-menu-footer .contact-row>.contact-icon i {
	display: block !important;
}
.site-mobile-menu-footer .contact-row>.contact-detail {
	width: calc(100% - 40px);
	padding-left: 18px;
}
.site-mobile-menu-footer .contact-row>.contact-detail h2,
.site-mobile-menu-footer .contact-row>.contact-detail h3 {
	margin: 0 !important;
	text-shadow: none !important;
	text-transform: inherit !important;
}
.site-mobile-menu-footer .contact-row>.contact-detail h2 {
	font-size: 13px !important;
	line-height: 15px !important;
	font-weight: 400 !important;
	color: #333 !important;
	margin: 0 !important;
}
.site-mobile-menu-footer .contact-row>.contact-detail h2>span {
	color: red !important;
	margin-left: 10px !important;
	/* font-family: 'Roboto', sans-serif; */
}
.site-mobile-menu-footer .contact-row>.contact-detail h3 {
	font-size: 21px !important;
	line-height: 25px !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	color: #333 !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600 !important;
}


.site-logo img {
	position: relative;
	display: block;
	width: 80px;
	max-width:100%;
	/* width: 100%;
	max-width: 120px;
	min-width: 70px */
}

.site-navbar {
	height: 80px;
	white-space: nowrap;
	/* background-color: rgba(255,0,255,0.1); */
}
.site-navbar>.container {
	position: relative;
	height: 100%;
}
.site-navbar .row {
	align-items: stretch;
	height: 100%;
	margin: 0 auto !important;
}
.site-navbar .row>.col {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex: 1 0 0 !important;
}
.site-navbar .row>.col.col-menu-mobile {
	display: none !important;
}
.site-navbar .row>.col.col-menu-desktop {
	display: flex;
	/* align-items: stretch; */
	justify-content: end;
}
.site-navbar .row>.col.col-menu-desktop .site-navigation  {
	height: auto !important;
}
.site-navbar .row>.col.col-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100px;
	flex: none !important;
}
.site-navbar .row>.col.col-point {
	display: none;
}

.site-navbar {
	position: absolute;
	margin-bottom: 0px;
	z-index: 1999;
	width: 100% !important;
	left: 0;
	right: 0;
	/*  padding: 20px 0 0 0; */
    /*     background: #fff; */
}
.sticky-wrapper .site-navbar {
	position: relative;
}
.site-navbar .site-navigation.border-bottom {
	border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.site-navbar .site-navigation .site-menu .active {
	color: #0b4da1;
	display: inline-block;
	padding: 0;
}
/* .site-navbar .site-navigation .site-menu .active a {
	transition: all ease-in-out .3s;
	padding-bottom: 20px;
	border-bottom: 5px solid #FFF;
} */
.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
}
/* .site-navbar .site-navigation .site-menu>li {
	display: inline-block;
} */
.site-navbar .site-navigation .site-menu>li+li {
	margin-left: 20px;
}
.site-navbar .site-navigation .site-menu>li>a {
	position: relative;
	display: block;
	/* font-size: 15px; */
	font-size: 13px;
	line-height: 25px;
	padding: 5px 5px 27px 5px !important;
	color: #FFF;
	text-decoration: none !important;
	transition: none;
}
.site-navbar .site-navigation .site-menu>li>a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.site-navbar .site-navigation .site-menu>li>a:hover::before,
.site-navbar .site-navigation .site-menu>li.active>a::before {
	opacity: 1;
}

/* .site-navbar .site-navigation .site-menu>li>a:hover {
	padding-bottom: 20px;
	border-bottom: 5px solid #FFF;
	transition: none;
}
.site-navbar .site-navigation .site-menu>li:last-child>a:hover {
	border: 1px solid transparent;
}
.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
} */
.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #0b4da1;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	border-left: 1px solid #edf0f5;
	border-right: 1px solid #edf0f5;
	border-bottom: 1px solid #edf0f5;
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
	color: #0b4da1 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 9px 20px;
	display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #f4f5f9;
	color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
	background: #f4f5f9;
	color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:hover>a, .site-navbar .site-navigation .site-menu .has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children:active>a {
	color: #0b4da1;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown, .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown, .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}
.site-mobile-menu {
	width: 300px;
	position: fixed;
	left: -350px;
	right: auto;
	z-index: 2000;
	background: #f0f0f0;
	height: calc(100vh);
	/* -webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%); */
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s left ease-in-out;
	-o-transition: .3s left ease-in-out;
	transition: .3s left ease-in-out;
	overflow: hidden;
	text-shadow: none !important;
}
.offcanvas-menu .site-mobile-menu {
	left: 0;
	/* -webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%); */
}
.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	height: 150px;
	float: left;
}
.site-mobile-menu .site-mobile-menu-header::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 80px;
	background: #d1cdce;
	z-index: 1;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	opacity: 0.3;
	z-index: 5;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close>span {
	padding: 0 !important;
}
.site-mobile-avata {
	position: relative;
	width: 100%;
	height: 80px;
	z-index:2;
}
.site-mobile-avata>.name {
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	line-height: 30px;
	font-weight: 800;
	color: #333;
	display: block;
	top: 80px;
	padding: 25px 20px 0 20px;
}
.avatabound {
	position: absolute;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #FFF;
	background: url("../images/nav05w.svg") #209d27 no-repeat 50% 50%;
	background-size: 50% auto;
	bottom: -20px;
	left: 50%;
	margin-left: -30px;
}
.avatabound img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#boxoverlay {
	/* background: transparent; */
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	display: none;
}
/* #boxoverlay, */
.fancybox-bg {
	/* background: #1e1e1e; */
	background-color: rgba(0,0,0,0.9);
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.site-menu-toggle {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	/* top: 50%; */
	/* margin: -15px 0 0 0; */
	margin-top: 4px;
	text-align: center;
	background: none !important;
	border: none !important;
	cursor: pointer;
}
.site-menu-toggle,
.site-menu-toggle .icon-menu {
	font-size: 22px;
	line-height: 25px;
}
.site-navbar .site-navigation .site-menu>li>a.site-menu-toggle {
	padding: 0 !important;
}
.site-navbar .site-navigation .site-menu>li>a.site-menu-toggle:before {
	display: none !important;
}
.site-mobile-menu {
/* display: none; */
}
.submenu {
	font-size: 25px;
	margin: 0;
	padding: 0;
	/* top: 2px;
	position: absolute; */
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	width: 100%;
	height: calc( 100% - 230px ) !important;
}
.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
/*     color: #0b4da1; */
}
.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
	color: #0b4da1;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 16px;
}
.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 16px;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 16px;
	padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
	width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
	padding-left: 15px !important;
}
.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.sticky-wrapper+.site-blocks-cover {
/*     margin-top: 96px; */
}
.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	white-space: nowrap
}
.sticky-wrapper.is-sticky .site-navbar,
.site-navbar.bg-color-blue {
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	background: rgba(26, 78, 157, .95);/*#1a4e9d*/
}
.sticky-wrapper .site-navbar .row>[class*="col"] {
	padding: 0 !important;
}
.sticky-wrapper .shrink {
/*     padding-top: 10px !important;
    padding-bottom: 10px !important; */
}
/* Blocks */

.site-blocks-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-position: center center;
}
.site-blocks-cover.overlay {
	position: relative;
}
.site-blocks-cover.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}
.site-blocks-cover .player {
	position: absolute;
	bottom: -250px;
	width: 100%;
}
.site-blocks-cover, .site-blocks-cover>.container>.row {
	min-height: 600px;
	height: calc(100vh);
}
.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover>.container>.row {
	min-height: 400px;
	height: calc(20vh);
}
/*
.site-blocks-cover h1 {
    font-size: 5rem;
    font-weight: 400;
    color: #fff;

}

.site-blocks-cover p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

.site-blocks-cover p.lead {
    font-size: 20px;
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}
 */


/* @media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }

    .site-blocks-cover .display-1 {
        font-size: 3rem;
    }
} */

.site-block-subscribe .btn {
	padding-left: 20px;
	padding-right: 20px;
}
.site-block-subscribe .form-control {
	font-weight: 300;
	border-color: #fff !important;
	height: 80px;
	font-size: 22px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
 .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
 font-weight: 200;
 font-style: italic;
}
 .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
 font-weight: 200;
 font-style: italic;
}
 .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
 font-weight: 200;
 font-style: italic;
}
 .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
 font-weight: 200;
 font-style: italic;
}
.bg-light {
	background: #ccc;
}
.feature-blocks-1 {
	position: relative;
	margin-top: -70px;
	z-index: 2;
	color: #999999;
}
.feature-blocks-1.no-margin-top {
	margin-top: 0px;
}
.feature-blocks-1 .feature-block-1 {
	position: relative;
	top: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	overflow: hidden;
	z-index: 1;
}
.feature-blocks-1 .feature-block-1.bg {
	position: relative;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 .text {
	z-index: 10;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1:before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 p {
	color: #cccccc;
}
.feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
	top: -10px;
	-webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}
.feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
	opacity: 1;
	visibility: visible;
}
.feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
	position: relative;
	background-size: cover;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
}
.feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
	background: rgba(0, 0, 0, 0.9);
}
.site-blocks-vs .bg-image {
	padding-top: 3em;
	padding-bottom: 3em;
}

@media (min-width: 992px) {
.site-blocks-vs .bg-image {
	padding-top: 5em;
	padding-bottom: 5em;
}
}
.site-blocks-vs .image {
	width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

@media (max-width: 991.98px) {
.site-blocks-vs .image {
	margin-left: auto !important;
	margin-right: auto !important;
}
}
.site-blocks-vs .image img {
	border-radius: 50%;
}
.site-blocks-vs .image.image-small {
	width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}
.site-blocks-vs .country {
	color: rgba(255, 255, 255, 0.7);
}
.match-entry {
	position: relative;
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.match-entry .small {
	color: #ccc;
	font-weight: normal;
	letter-spacing: .15em;
}
.match-entry:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 90;
	-webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}
.post-entry {
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.post-entry, .post-entry .text {
	border-radius: 4px;
	border-top: none !important;
}
.post-entry .date {
	color: #ccc;
	font-weight: normal;
	letter-spacing: .1em;
}
.post-entry .image {
	overflow: hidden;
	position: relative;
}
.post-entry .image img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.site-block-tab .nav-item {
	text-transform: uppercase;
	font-size: 0.8rem;
	margin: 0 20px;
}
.site-block-tab .nav-item:first-child {
	margin-left: 0 !important;
}
.site-block-tab .nav-item>a {
	padding-left: 0 !important;
	background: none !important;
	padding-right: 0 !important;
	border-bottom: 2px solid transparent;
	border-radius: 0 !important;
	font-weight: bold;
	color: #cccccc;
}
.site-block-tab .nav-item>a:hover, .site-block-tab .nav-item>a.active {
	border-bottom: 2px solid #0b4da1;
	color: #000;
}
.block-13, .slide-one-item {
	position: relative;
	z-index: 1;
}
.block-13 .owl-nav, .slide-one-item .owl-nav {
	position: relative;
	position: absolute;
	bottom: -90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	padding: 20px;
	font-size: 30px;
	color: #000;
}
.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
	opacity: .2;
}
.slide-one-item.home-slider .owl-nav {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	width: 100%;
}

@media (max-width: 991.98px) {
.slide-one-item.home-slider .owl-nav {
	display: none;
}
}
.slide-one-item.home-slider .owl-prev {
	left: 10px !important;
}
.slide-one-item.home-slider .owl-next {
	right: 10px !important;
}
.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
	color: #fff;
	position: absolute !important;
	top: 50%;
	padding: 0px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	line-height: 0;
	text-align: center;
	font-size: 25px;
}

@media (min-width: 768px) {
.slide-one-item.home-slider .owl-prev,  .slide-one-item.home-slider .owl-next {
	font-size: 25px;
}
}
.slide-one-item.home-slider .owl-prev>span, .slide-one-item.home-slider .owl-next>span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
	background: black;
}
.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
	opacity: 10;
	visibility: visible;
}
.slide-one-item .owl-dots {
	text-align: center;
}
.slide-one-item .owl-dots .owl-dot {
	display: inline-block;
	margin: 4px;
}
.slide-one-item .owl-dots .owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dee2e6;
}
.slide-one-item .owl-dots .owl-dot.active span {
	background: #0b4da1;
}
.block-12 {
	position: relative;
}
.block-12 figure {
	position: relative;
}
.block-12 figure:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.block-12 .text-overlay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
}
.block-12 .text-overlay h2 {
	color: #fff;
}
.block-12 .text {
	position: relative;
	top: -100px;
}
.block-12 .text .meta {
	text-transform: uppercase;
	padding-left: 40px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.block-12 .text .text-inner {
	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 10px;
	margin-right: 30px;
	position: relative;
}

@media (min-width: 576px) {
.block-12 .text .text-inner {
	padding: 20px;
}
}

@media (min-width: 768px) {
.block-12 .text .text-inner {
	padding: 30px 40px;
}
}
.block-12 .text .text-inner:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	margin-top: -4px;
	background: #0b4da1;
	top: 0;
}
.block-12 .text .text-inner .heading {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.block-16 figure {
	position: relative;
}
.block-16 figure .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	width: 70px;
	height: 70px;
	background: #fff;
	display: block;
	border-radius: 50%;
	opacity: 1;
	color: #0b4da1 !important;
}
.block-16 figure .play-button:hover {
	opacity: 1;
}
.block-16 figure .play-button>span {
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%);
}
.block-25 ul, .block-25 ul li {
	padding: 0;
	margin: 0;
}
.block-25 ul li a .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
}
.block-25 ul li a .image img {
	border-radius: 4px;
	max-width: 100%;
	opacity: 1;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.block-25 ul li a .text .heading {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #999999;
}
.block-25 ul li a .meta {
	color: #0b4da1;
}
.block-25 ul li a:hover img {
	opacity: .5;
}
.block-25 ul li a:hover .text .heading {
	color: #fff;
}
#date-countdown .countdown-block {
	color: #b3b3b3;
}
#date-countdown .label {
	font-size: 40px;
	color: #46ddb0;
	display: block;
}
#date-countdown .countdown-block {
	background: #fff;
	padding: 10px 20px;
	margin: 10px;
	display: inline-block;
	border-radius: 7px;
}
.next-match .image {
	width: 50px;
	border-radius: 50%;
}
.player {
	position: relative;
}
.player img {
	max-width: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.player .team-number {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #0b4da1;
	border-radius: 50%;
	color: #fff;
}
.player .team-number>span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
.player h2 {
	font-size: 20px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.player .position {
	font-size: 14px;
	color: #b3b3b3;
	text-transform: uppercase;
}
.site-block-27 ul, .site-block-27 ul li {
	padding: 0;
	margin: 0;
}
.site-block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
}
.site-block-27 ul li a, .site-block-27 ul li span {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.site-block-27 ul li.active a, .site-block-27 ul li.active span {
	background: #0b4da1;
	color: #fff;
	border: 1px solid transparent;
}
.site-block-feature-7 .icon {
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.unit-1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}
.unit-1:after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.unit-1 img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.unit-1 img, .unit-1 .unit-1-text {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.unit-1 .unit-1-text {
	z-index: 2;
	position: absolute;
	bottom: -90px;
	color: #fff;
	display: block;
	width: 100%;
}
.unit-1 .unit-1-text .unit-1-heading {
	font-size: 1.5rem;
	position: relative;
}
.unit-1 p {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: rgba(255, 255, 255, 0.5);
}
.unit-1:hover p {
	opacity: 1;
	visibility: visible;
}
.unit-1:hover .unit-1-text {
	bottom: 30px;
}
.unit-1:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.overlap-section {
	margin-top: -150px;
	position: relative;
	z-index: 9;
}
.unit-4 .unit-4-icon span {
	font-size: 3rem;
}
.unit-4 h3 {
	font-size: 20px;
}
.h-entry img {
	margin-bottom: 30px;
}
.h-entry .meta {
	color: #b3b3b3;
	font-size: 14px;
}
.h-entry h2 {
	font-size: 20px;
}
.overlap-left {
	margin-left: -100px;
}

@media (max-width: 991.98px) {
.overlap-left {
	margin-left: 0px;
}
}
.overlap-section {
	margin-top: -100px;
}
.feature-1, .free-quote, .feature-3 {
	background: #0b4da1;
	padding: 30px 50px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}
.feature-1 .heading, .free-quote .heading, .feature-3 .heading {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.feature-1 .icon, .free-quote .icon, .feature-3 .icon {
	border: 2px solid rgba(255, 255, 255, 0.5);
	width: 80px;
	height: 80px;
	line-height: 80px;
	position: relative;
	border-radius: 50%;
	margin: 0 auto !important;
}
.feature-1 .icon>span, .free-quote .icon>span, .feature-3 .icon>span {
	font-size: 35px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.free-quote {
	background: #ea5a0f;
}
.free-quote .form-control {
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: none;
	color: #fff;
}
.free-quote .form-control:active, .free-quote .form-control:focus {
	border: 2px solid #fff;
}
 .free-quote .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
 font-size: 13px;
 font-style: italic;
}
 .free-quote .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
 font-size: 13px;
 font-style: italic;
}
 .free-quote .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
 font-size: 13px;
 font-style: italic;
}
 .free-quote .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
 font-size: 13px;
 font-style: italic;
}
.feature-3 {
	background: #e0560e;
}
.border-primary {
	position: relative;
}
.border-primary h2 {
	font-weight: 700 !important;
}
.border-primary:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 80px;
	height: 3px;
	background: #0b4da1;
}
.border-primary.text-center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.border-primary.text-left:after {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.testimonial {
	max-width: 800px;
	margin: 0 auto !important;
	text-align: center;
}
.testimonial blockquote {
	font-size: 1.5rem;
	font-style: italic;
}
.testimonial figure img {
	max-width: 200px;
	margin: 0 auto;
	border-radius: 50%;
}
.text-muted {
	color: #ccc !important;
	font-size: 12px;
	text-transform: uppercase;
}
.how-it-work-item .number {
	width: 50px;
	height: 50px;
	background: #0b4da1;
	color: #fff;
	line-height: 55px;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 40px;
}
.how-it-work-item h2 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #fff;
}
.how-it-work-item p {
	color: white;
}
.person h3 {
	font-size: 18px;
}
.ul-social-circle {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ul-social-circle li {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}
.ul-social-circle li:first-child {
	margin-left: 0;
}
.ul-social-circle li span {
	width: 30px;
	height: 30px;
	background: #777;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
}
.ul-social-circle li a span {
	color: #fff;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.ul-social-circle li a:hover span {
	background: #2b2b2b;
	color: #fff;
}
.custom-pagination a, .custom-pagination span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: #0b4da1;
	color: #fff;
}
.custom-pagination span {
	background: #e6e6e6;
	color: #000;
}
.custom-pagination .more-page {
	background: none;
	letter-spacing: .1em;
}
.form-search-wrap {
	background: #fff;
	border-radius: 30px;
}
.form-search-wrap .form-control {
	border: none;
}

@media (max-width: 1199.98px) {
.form-search-wrap .form-control {
	height: 55px;
}
}
.form-search-wrap .btn {
	border-radius: 30px;
	padding: 10px 30px;
}

@media (max-width: 1199.98px) {
.form-search-wrap .btn {
	width: 100% !important;
	display: block;
}
}
.popular-category {
	background: #fff;
	display: block;
	text-align: center;
	padding: 30px 10px;
	border-radius: 7px;
	background: #f8f9fa;
	position: relative;
}
.popular-category .icon {
	display: block;
	-webkit-transition: .1s all ease;
	-o-transition: .1s all ease;
	transition: .1s all ease;
}
.popular-category .icon>span {
	line-height: 0;
	font-size: 40px;
}
.popular-category .caption {
	color: #666666;
	-webkit-transition: .1s all ease;
	-o-transition: .1s all ease;
	transition: .1s all ease;
}
.popular-category .number {
	padding: 2px 20px;
	border-radius: 30px;
	display: inline-block;
	background: #e9ecef;
	color: #000;
	font-size: 14px;
	-webkit-transition: .1s all ease;
	-o-transition: .1s all ease;
	transition: .1s all ease;
}
.popular-category:hover {
	background: #0b4da1;
	-webkit-box-shadow: 0 5px 30px -5px rgba(241, 104, 33, 0.5);
	box-shadow: 0 5px 30px -5px rgba(241, 104, 33, 0.5);
}
.popular-category:hover .caption {
	color: #fff;
}
.popular-category:hover .icon {
	color: #fff;
}
.popular-category:hover .number {
	background: #ea5a0f;
	color: #fff;
}

@media (max-width: 1199.98px) {
.no-sm-border {
	border: none !important;
}
}
.listing-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.listing-item:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}
.listing-item img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.listing-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.listing-item .listing-item-content {
	position: absolute;
	bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
	width: 100%;
}
.listing-item .listing-item-content .category {
	font-size: 12px;
	display: inline-block;
	padding: 5px 30px;
	background: #0b4da1;
	border-radius: 30px;
	color: #fff;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.listing-item .listing-item-content h2 {
	font-size: 22px;
}
.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
	color: #fff;
}
.listing-item .listing-item-content span {
	color: #fff;
}
.listing-item .listing-item-content .address {
	color: rgba(255, 255, 255, 0.8);
}
.listing-item .bookmark {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.listing-item .bookmark span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.listing-item .bookmark:hover {
	background: #f23a2e;
}
.listing-item .bookmark:hover span {
	color: #fff;
}
.accordion-item[aria-expanded="true"] {
	color: #0b4da1;
}
.social-media {
	display: inline-block;
	float: left;
	margin-bottom: 0px;
	padding: 0;
}
.social-media li {
	display: inline-block;
	margin: 0;
}
.social-media li a {
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	position: relative;
}
.social-media li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.social-media li a:hover {
	color: #0b4da1;
}
.ft-feature-1 {
	margin-bottom: 80px;
}
.ft-feature-1 .ft-feature-1-content {
	padding: 30px;
	position: relative;
	z-index: 10;
}
.ft-feature-1 h2, .ft-feature-1 h3 {
	font-size: 20px;
	color: #fff;
}
.ft-feature-1 h3 {
	font-size: 18px;
}
.ft-feature-1 h3 .icon {
	font-size: 30px;
}
.ft-feature-1 a {
	color: #fff;
	text-decoration: underline;
}
.ft-feature-1 a:hover {
	color: #fff;
	text-decoration: none;
}
.ft-feature-1 .play {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #0b4da1;
	margin-right: 1.5rem;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	text-decoration: none !important;
}
.ft-feature-1 .play span {
	color: #fff;
	display: inline;
}
.ft-feature-1 .img-feature {
	position: relative;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
.ft-feature-1 .img-feature {
	margin-bottom: -80px;
}
}
.ft-feature-1 p {
	color: #737373;
}
.box-with-humber {
	position: relative;
}
.box-with-humber .number-behind {
	font-size: 6rem;
	position: absolute;
	z-index: -1;
	top: -3rem;
	left: -3rem;
	font-weight: 900;
	color: #f2f4f5;
}
.box-with-humber h2 {
	font-size: 20px;
}
.media-1 {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.media-1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	content: "";
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
}
.media-1 img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.media-1 .media-1-content {
	z-index: 4;
	top: 50%;
	position: absolute;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.media-1 .media-1-content h2 {
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	-webkit-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
	opacity: 0;
	visibility: hidden;
	bottom: -10px;
	margin-bottom: 0px;
}
.media-1 .media-1-content .category {
	position: relative;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	opacity: 0;
	bottom: -10px;
	visibility: hidden;
	color: #999999;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.media-1:hover:after {
	opacity: 1;
	visibility: visible;
}
.media-1:hover h2 {
	bottom: 0px;
	opacity: 1;
	visibility: visible;
}
.media-1:hover .category {
	opacity: 1;
	visibility: visible;
	bottom: 0px;
	-webkit-transition-delay: 0.09s;
	-o-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.media-1:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.testimonial-wrap .owl-nav {
	display: none;
}
.section-sub-title {
	font-size: 13px;
	color: #adb5bd;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 700;
}
.section-title {
	color: #000;
	/* font-size: 40px; */
	font-weight: 900;
}

@media (max-width: 991.98px) {
.section-title {
/* font-size: 30px; */
}
}
.section-title {
	font-size: min(max(1.75rem, 3vw), 2.1rem);/* font-size: clamp(1.75rem, 3vw, 2.1rem);
    @supports not ( font-size: clamp(1.75rem, 3vw, 2.1rem)){
       font-size: min(max(1.75rem, 3vw),2.1rem);
    } */
}
.position-relative {
	position: relative;
}
.experience {
	position: absolute;
	bottom: -10px;
	right: -10px;
	background: #46ddb0;
	padding: 20px;
}

@media (max-width: 991.98px) {
.experience {
	bottom: 0px;
	right: 0px;
}
}
.experience span {
	display: block;
}
.experience .year {
	font-weight: 900;
	color: #fff;
	font-size: 3rem;
	letter-spacing: normal;
	line-height: 1.2;
}
.experience .caption {
	color: #fff;
	text-transform: uppercase;
}
.footer-subscribe .btn {
	height: 43px;
}
.product-item {
	text-align: center;
}
.product-item figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.product-item figure:before {
	z-index: 2;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	position: absolute;
	content: "";
	border: 4px solid #0b4da1;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
}
.product-item figure img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.product-item h3 {
	font-size: 18px;
}
.product-item h3 a {
	color: #000;
}
.product-item h3 a:hover {
	color: #0b4da1;
}
.product-item p {
	line-height: 1.4;
	font-size: 13px;
}
.product-item .meta-icons {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 13px;
}
.product-item .meta-icons a {
	font-size: 16px;
	position: relative;
	top: 2px;
}
.product-item:hover figure:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.product-item:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.wishlist span {
	color: #e9ecef;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.wishlist.active span, .wishlist:hover span {
	color: #f23a2e;
}
.get-notification {
	text-align: center;
}
.get-notification h2 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
}
.get-notification .form-control {
	background: none;
	border-width: 2px;
	border-color: #fff;
	color: #fff;
}
 .get-notification .form-control::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font-style: italic;
}
 .get-notification .form-control::-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font-style: italic;
}
 .get-notification .form-control:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font-style: italic;
}
 .get-notification .form-control:-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
 font-style: italic;
}
.product-item-2 .price del {
	color: #adb5bd;
}
.product-item-2 .number {
	font-size: 8rem;
	font-weight: 900;
	color: #e9ecef;
	position: absolute;
	line-height: 0;
	top: 40px;
	z-index: -1;
}
.product-item-2 .product-title-wrap {
	position: relative;
	z-index: 2;
}
.product-item-2 .product-title-wrap h2 {
	font-size: 2rem;
	font-weight: 900;
	color: #000;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}
.product-item-2 .product-title-wrap h2 a {
	color: #000;
}
.text-white {
	color: #FFF !important
}
.bannermask {
	mask: url('../images/bannermask.svg') 0 100% no-repeat;
	-webkit-mask: url('../images/bannermask.svg') 0 100% no-repeat;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	position: relative;
	min-height: inherit !important
}

@media(min-width: 1200px) {
.bannermask {
	min-height: 80vh
}
}
.bgBanner {
	width: 100%;
	background: url('../images/bgbanner.jpg') 50% 50% no-repeat;
	background-size: cover;
}
.bannermask img {
	max-width: 100% !important;
	margin: 0 auto 0 auto;
}

@media (max-width: 991.98px) {
.product-item-2 .number {
	left: 0px;
}
.product-item-2 .product-title-wrap h2 {
	font-size: 2rem;
}
}

@media (max-width: 1200px) {
.bannermask>div {
	width: 100%;
	height: auto
}
.bannermask img {
	max-width: 100% !important;
	margin: 0
}
/* .memberbox {
	display: none
} */
.site-blocks-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-position: center center;
}
/* .bannermask {
	mask: none;
	-webkit-mask: none;
	min-height: inherit !important;
} */
/* .sticky-wrapper {
	position: relative;
} */
}

.memberbox-row {
	position: absolute;
	width: 100%;
	height: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
}
.memberbox-row>.container {
	position: relative;
	height: 0 !important;
}
.memberbox {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	left: auto;
	background: transparent;
	/* border-radius: 50px; */
	width: 50%;
	width: 250px;
	height: 250px;
	padding: 0;
	bottom: 140px;
	right:-200px;
	text-align: center;
	z-index: 3;
	/* background-color: rgba(255,255,0,0.2); */
}
.memberbox .title {
	font-family: 'Prompt', sans-serif !important;
	font-size: 23px;
	line-height: 25px;
	color: #FFF;
	text-shadow: 1px 1px 2px #333
}
.memberbox .title span {
	font-size: 14px;
	margin-left: 5px;
}
/* .memberbox h2:after {
	content: 'Point';
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
} */
.greenbox {
	/* top: 350px;
	right: 90px; */
	/* max-width: 350px;*/
	position: relative;
	display: inline-block;
	width: auto !important;
	max-width: 350px;
	min-width: 150px;
	margin: 5px auto 10px auto;
	border-radius: 10px;
	background-color: #45a829;
	padding: 18px 15px 15px 15px;
}
.greenbox h2, .greenbox h3, .numberpoint {
	color: #FFF;
	font-family: 'Prompt', sans-serif;
}
.greenbox h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.greenbox h3 {
	font-size: 18px;
}
.point-box {
	position: relative;
	padding-top: 20px;
}
.numberpoint {
	font-family: 'Roboto', sans-serif !important;
	/* font-size: 45px; */
	font-size: 27px;
	line-height: 30px;
	white-space: nowrap;
}
.numberpoint:after {
	content: 'Points';
	text-transform: uppercase;
	font-family: 'Prompt', sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	white-space: nowrap;
	display: block;
	text-align: center;
	line-height:15px;
	margin-top: 3px;
}
#addlline {
	width: 100%;
	height: auto
}
.btn-member {
	position: relative;
	display: block;
	height: 50px;
	width: 180px;
	background: #d4d1cc;
	color: #FFF;
	padding: 10px 15px 10px 50px;
	border-radius: 50px;
	margin: 0;
	/* margin: 20px 0 0 0; */
	display: block;
	text-align: center;
	transition: all ease-in-out .2s;
	font-family: 'Prompt', sans-serif !important;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.btn-member:hover {
	background: #45a829;
	color: #FFF;
}
.btn-member i {
	width: 40px;
	height: 40px;
	background: #45a829;
	padding: 0;
	white-space: nowrap;
	line-height: 34px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid #FFF;
}
/* */

.iconmenu {
	width: 23px !important;
	height: 23px !important;
	display: inline-block;
	vertical-align: middle;
	/* margin: 0 10px; */
}
.iconmenu+.text {
	margin-left: 10px;
}
.site-mobile-menu-body #lang {
	color: #FFF;
	background-color: #0b4da1;
	padding: 5px;
}
.site-mobile-menu-body .iconmenu {
	width: 30px !important;
	height: 30px !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.noscroll {
	overflow: hidden;
	/* position: fixed; */
}
.pointbox {
	position: relative;
	display: inline-block;
	float: right;
	/* align-items: center;
	justify-content: center; */
	text-align: center;
	background: #209d27;
	padding: 6px 13px 8px 13px;
	overflow: hidden;
	border-radius: 5px;
	width: auto;
	height: 45px;
	min-width: 0;
	/* height: 100%; */
	line-height: 15px;
	overflow: hidden;
	/* top:50%;
	margin: -32.5px 0 auto 0; */
}
.pointbox.disable {
	display: none;
}
.pointbox div {
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.item-container {
	position: relative;
	display: flex;
	align-items: baseline;
}
.item-container>.item {
	position: relative;
}
.item-container>.item.w-flex {
	flex: 1 0 0%;
}

.nav1 {
	background: url('../images/nav01w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.nav2 {
	background: url('../images/nav02w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.nav3 {
	background: url('../images/nav03w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.nav4 {
	background: url('../images/nav04w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.nav5 {
	background: url('../images/nav05w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.nav6 {
	background: url('../images/nav06w.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav1 {
	background: url('../images/nav01.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav2 {
	background: url('../images/nav02.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav3 {
	background: url('../images/nav03.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav4 {
	background: url('../images/nav04.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav5 {
	background: url('../images/nav05.svg') no-repeat 0 0;
	background-size: 100% 100%;
}
.site-mobile-menu-body .nav6 {
	background: url('../images/nav06.svg') no-repeat 0 0;
	background-size: 100% 100%;
}

/* @media (max-width: 1200px) {
#addlline {
	width: 100%;
	max-width: 250px;
}
.site-navbar {
	background: rgba(26, 78, 157, .95);
}
} */

.stephead {
	/*margin: 50px 0 80px 0;*/
	margin: 10px 0 0px 0;
	text-align: center;
}
.stephead img {
	width: 100%;
	max-width: 250px;
}
.stepnum {
	border-radius: 100%;
	background: #0b4da1;
	color: #FFF;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
    left: 20%;
	z-index: 3;
}
.stepnum span {
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.stepline {
	position: relative;
	margin-top: -30px;
	background: url('../images/stepline.png') 50% 50% no-repeat;
	background-position: center 30px;
	width: 100%;
}
.stepbox-group {
	position: relative;
	justify-content: center;
	text-align: center;
}
.stepbox-group [class*="stepbox"] {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.stepbox-group .stepbox2 {
	margin-top: 60px;
}
.top20 {
	margin: 50px 0 0 0;
}
.ciclemask {
	border-radius: 100%;
	overflow: hidden;
	height: 200px;
	width: 200px;
	position: relative;
	margin: 20px auto;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}
.ciclemask img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media(max-width: 1200px) {
.stepline {
	background: none;
}
}

@media(max-width:991px) {
.btnalldreem {
	margin: 0 !important;
}
}

@media(max-width: 480px) {
.stephead {
	margin: 20px auto 0 auto;
}
.nav-link i {
	font-size: 20px !important
}
.nav-pills .nav-link,  .nav-tabs .nav-link {
	font-size: 10px !important
}
.top20 {
	margin: 0;
}
.ciclemask {
/*    margin: 30px auto; */
}
.site-section {
/*  padding: 0 0 20px 0 !important; */
}
.memberbox {
	/* hide member Un Login*/
	display: none
}
.memberbox.greenbox {
	display: none !important;
}
}
.pointbox,
.pointbox h2,
.pointbox h3 {
	text-shadow: none !important;
}
.pointbox h2 {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.pointbox h3 {
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
.pointbox h3:after {
	content: "Points";
	display: block;
	font-family: 'Prompt', sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	margin:0;
	padding: 0;
}
/* Config Dot OWN*/

.owl-dots {
	display: block;
	margin: 10px auto;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
}
.owl-dot {
	width: 13px !important;
	height: 13px !important;
	border-radius: 100% !important;
	/* border: 2px solid rgba(0,0,0,.1); */
	background: #DADADA !important;
	display: inline-block !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
	margin: 0 !important;
}
.owl-dot.active {
	background: #0b4da1 !important;
}
.owl-dot+.owl-dot {
	margin-left: 7px !important;
}
/* Fixed bug */

.owl-carousel {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
footer {
	background: url('../images/footerbg.png') no-repeat 50% -80px #2a42d8;
	background-size: 50% auto;
	/*     min-height: 700px; */
	mask: url('../images/footermask.svg') no-repeat 0 0;
	-webkit-mask: url('../images/footermask.svg') no-repeat 0 0;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footerswap {
	width: 100%;
	padding: 280px 0 0 0;
	overflow: hidden;
}
.mask3 {
	background: url('../images/bgpromo.png') no-repeat #b40006;
	background-size: auto 100%;
	mask: url('../images/mask3.svg') no-repeat 0 0;
	-webkit-mask: url('../images/mask3.svg') no-repeat 0 0;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	padding-bottom: 200px;
	margin-bottom: -280px;
}
.mask3 img {
	max-width: 1200px;
	margin: 0 auto;
	/* border: 1px solid rgba(0,0,0,1); */
}
#promotion {
	position: relative;
	margin-top: -220px;
	z-index: 40;
}
.swoppromo {
	width: 100%;
	margin: 10% auto 0 auto;
}
.swoppromo .promo-item .container {
	position: relative;
	/* background-color: rgba(255,255,255,0.2); */
}
.swoppromo .promo-item a {
	position: relative;
	display: block;
	/* background-color: rgba(255,255,0,0.2); */
}
.swoppromo .promo-item img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.waveline {
	background: url('../images/bghowto.svg') repeat-x 0 100% #FFF;
}
.tagshead {
	position: relative;
	margin: 0 auto 20px auto;
	background: url('../images/tagHead.svg') no-repeat 50% 50%;
	background-size: 100% auto;
	width: 100%;
	height: 160px;
	max-width: 350px;
	overflow: hidden;
}
.centerbox {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) skew(0deg, -8deg);
	-moz-transform: translate(-50%, -50%) skew(0deg, -8deg);
	-ms-transform: translate(-50%, -50%) skew(0deg, -8deg);
	-o-transform: translate(-50%, -50%) skew(0deg, -8deg);
	transform: translate(-50%, -50%) skew(0deg, -8deg);
}
.tagshead h3 {
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
.tagshead h3.th, .tagshead h3.en {
	font-size: 1.5rem;
	white-space: nowrap
}
#mobilenav {
	display: none
}
.btnlogin {
	width: 100%;
	border: none;
	background-color: #333;
	padding: 10px 20px;
	border-radius: 50px;
	white-space: nowrap;
	margin: 0 0 20px 0;
	color: #FFF
}
.btn-light.custom-file-control:before, .btn.btn-light {
	background-color: transparent !important;
}
.dropdown-menu {
	/* Down only */
	top: 100% !important;
}

@media(max-width: 480px) {
.tagshead {
	position: relative;
	margin: 0 auto;
	background-size: 100% auto;
	width: 100%;
	height: 300px;
	max-width: 450px;
	overflow: hidden;
}
#mobilenav {
	background: #FFF;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100vw);
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
	z-index: 99;
	white-space: nowrap;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#mobilenav,
#mobilenav ul,
#mobilenav ul>li,
#mobilenav ul>li>a {
	height: 60px;
}
#mobilenav ul {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	/* white-space: nowrap; */
	text-align: center;
}
#mobilenav li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 25%;
	/* min-width: 80px; */
	overflow: hidden;
	text-align: center;
	/* padding: 10px 0; */
}
#mobilenav li.active {
	background: #0b4da1;
	color: #FFF
}
#mobilenav li.active a {
	color: #FFF
}
#mobilenav li.active img {
	filter: invert(100%) grayscale(100%) brightness(100%)
}
#mobilenav li a {
	position: relative;
	display: block;
	padding: 13px 0 10px 0;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	text-align: center;
	font-family: 'Prompt', sans-serif !important;
}
#mobilenav li a span {
	display: block
}
#mobilenav li a span img {
	width: 20px;
	height: auto;
	margin: 0 auto;
}
.tagshead h3.th,  .tagshead h3.en {
	font-size: 1rem;
}
#mobilenav li .text {
	margin-top: 4px;
}
}

@media(max-width: 766px) {
/*   .dropdown-menu .dropdown-item {
        max-width: 100%
    }


    .redeem-point span,
    .luckydraw-point span {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 25px !important;
        text-align: left !important
    }

    .redeem-point,
    .luckydraw-point {
        width: 100% !important;
    }

    .switchpoint {
        margin: 0 !important;
    }

    .redeem-point span:after .luckydraw-point span:after {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 20px !important;
        text-align: left !important;
        display: block !important;
        font-size: 12px !important;
        margin: 0 0 0 5px !important;
    }

    .redeem-card-text small.th,
    .luckydraw-card-text small.th {
        font-size: 10px !important;
        white-space: normal !important;
        line-height: 1em !important;
    }

    .redeem-card,
    .luckydraw-card {
        border-radius: 0 !important;
    }

    .redeem-card .banavata,
    .luckydraw-card .banavata {

        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
    }

    .redeem-card .card-img-top,
    .luckydraw-card .card-img-top {
        width: 50% !important;
        min-height: 180px !important;
        display: inline-block !important;
        border: none !important;
        float: left !important;
        overflow: hidden;
        position: relative
    }

    .redeem-card .card-img-top img,
    .luckydraw-card .card-img-top img {
        position: absolute;
        left: 50%;
        z-index: 1;
        height: 100% !important;
        width: auto !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);

    }

    .redeem-card .redeem-card-body,
    .luckydraw-card .luckydraw-card-body {
        width: 50% !important;
        display: inline-block !important;
        margin: 0 !important;
        padding: 10px !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        min-height: 100%;
        overflow: hidden;
        z-index: 999
    }

    .redeem-card .redeem-card-text,
    .luckydraw-card .luckydraw-card-text {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 0 !important;
        overflow: hidden
    }

    .redeem-card:hover .redeem-card-body,
    .luckydraw-card:hover .luckydraw-card-body {
        background: transparent;
    }

    .redeem-card:hover,
    .luckydraw-card:hover {
        background: #1159b6;
    }

    .btntoggle {
        margin: 0 !important;
        position: absolute;
        top: 5px;
        right: 0;

    }

    .redeem-point span,
    .luckydraw-point span {
        background: transparent !important;
        margin-left: 50px !important
    } */
}

@media(max-width: 1200px) {
.mask2 {
	background: url('../images/waveline.svg') repeat-x 0 100% #FFF;
}
.mask3 {
	min-height: inherit;
	mask: none;
	-webkit-mask: none;
	/* min-height: 600px; */
}
footer {
	background: url('../images/footerbg.png') no-repeat 50% -200px #2a42d8;
	background-size: 70% auto;
	/* min-height: 400px; */
	mask: none;
	-webkit-mask: none;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footerswap {
	padding: 150px 0 0 0;
}
}

@media(max-width: 991px) {
.swoppromo {
	width: 100%;
}
.swoppromo img {
	/* width: 160% !important;
	margin-left: -30%; */
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}
.mask3 {
	/* min-height: 400px; */
	min-height: auto !important;
	/* padding: 2em 0 1em 0; */
	margin-bottom: 0;
}
.mask5 {
	display: none !important
}
.mark6 .tagshead {
	margin: 0 !important
}
.centerbox {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.tagshead h3,  .tagshead p {
	text-align: left;
}
footer {
	background: url('../images/footerbg.png') no-repeat 50% -200px #2a42d8;
	background-size: 80% auto;
}
}

@media (max-width: 320px) {
.swoppromo img {
	width: 160% !important;
	margin-left: -30%;
}
.mask3 {
	min-height: inherit;
}
}
.footerswap a, .footerswap p, .footerswap h1, .footerswap h2, .footerswap h3, .footerswap li {
	color: #FFF !important;
}
.footerswap p {
	margin: 0;
}
.footerswap,
.footerswap p, .footerswap li {
	font-size: 14px;
	line-height: 30px;
	font-weight: 300 !important;
}
.footerswap h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px !important;
}
.footerlinks {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 0;
	margin: 0;
	margin-top: 40px !important;
}
.footerlinks li {
	font-size: 14px;
	/* padding: 20px 0 0 0; */
	opacity: .9;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.footerlinks li:hover {
	opacity: 1;
	padding-left: 10px
}
.footerlinks li:first-child {
/* margin: 0 0 20px 0; */
}
.logo-on-footer {
	position: relative;
	display: block;
	width: 90px;
	margin-top: 40px !important;
	float: right;
}
.bgcopyright {
	background: #273eca;
	padding: 20px 0;
	display: block;
	position: relative;
	height: 60px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.bgcopyright p {
	color: #FFF;
	font-size: 10px;
	font-weight: 300;
	white-space: nowrap;
	display: inline-block;
	margin: 0;
	padding: 0;
	opacity: 0.5;
}
.socialicon {
	float: right;
	text-align: right
}
.socialicon a {
	position: relative;
	display: inline-block;
	color: #FFF;
	height: auto
}
.socialicon a+a {
	margin-left: 10px;
}
.socialicon i {
	font-size: 22px !important;
	opacity: .5;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.socialicon i:hover {
	opacity: 1
}
.bgwave {
	background: url('../images/waveline.svg') repeat-x 0 0;
	background-size: 100% auto;
}

#redeem-section {
	position: relative;
	margin-top: -30px;
	z-index: 50;
}
#redeem-section>.redeem-container {
	position: relative !important;
	z-index: 2;
}
#redeem-section>.redeem-container>.container {
	position: relative;
	z-index: 2;
}
#redeem-section>.redeem-container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 160px);
	background: rgb(9, 56, 114);
	background: -moz-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
	background: linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#093872", endColorstr="#2380e2", GradientType=1);

}
#redeem-section>.redeem-container:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
	background-color: #fafafa;
	z-index: 1;
}
.mask4 {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	background: url('../images/skewline.svg') no-repeat top right rgb(35, 128, 226);
	background-size: contain;
	mask: url('../images/mask4.svg') no-repeat 0 0;
	-webkit-mask: url('../images/mask4.svg') no-repeat 0 0;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	height: 370px;
	padding: 0 !important;
	margin-bottom: -1px;
	z-index: 1;
}
/* .bg_gradient1 {
	background: rgb(9, 56, 114);
	background: -moz-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
	background: linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#093872", endColorstr="#2380e2", GradientType=1);
} */
.bg_gradient2 {
	background: rgb(9, 56, 114);
}
.mask5 {
	position: relative;
	mask: url('../images/mask5.svg') no-repeat bottom center;
	-webkit-mask: url('../images/mask5.svg') no-repeat bottom center;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	margin-top: -1px;
	overflow: hidden;
	margin-top: -30px;
	z-index: 1;
}
.bg_redeem_point {
	background: rgb(9, 56, 114);
    background: -moz-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
    background: linear-gradient(0deg, rgba(9, 56, 114, 1) 0%, rgba(35, 128, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#093872", endColorstr="#2380e2", GradientType=1);
}
.card {
	background: none;
	box-shadow: none
}
.card .card-header {
	background-color: #FFF;
	padding: 0;
}
.nav-tabs .nav-link {
	color: #333;
	border: none;
	height: 100%;
	white-space: nowrap;
	text-align: center;
}
.nav-item {
	width: 35%;
	min-width: 100px;
}

@media(max-width: 766px) {
.nav-tabs .nav-link {
	min-width: 100px;
}
.btnalldreem {
	font-size: 12px;
}
}
/* .nav-link i {
	font-size: 45px;
	display: block;
} */
.nav-tabs .nav-link,
.nav-tabs .nav-link i,
.nav-tabs .nav-link span {
	line-height: 30px;
}
.nav-tabs .nav-link i {
	font-size: 25px;
}
.nav-tabs .nav-link span {
	font-size: 15px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active:hover {
	background-color: #7f7f7f !important;
	color: #FFF !important;
}
.nav-tabs .nav-link.active {
	background-color: #00864c !important;
	color: #FFF !important;
}
.nav-tabs .nav-link.active i {
	color: #FFF
}
.btnalldreem {
	background-color: #00864c;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 50px;
	white-space: nowrap;
	margin: 10px 0 0 0;
}
.btnalldreem i {
	font-size: 18px;
	display: inline-block;
	color: #FFF
}
.tabbox {
	padding: 1rem 0;
}
.redeem-card-row, .luckydraw-card-row {
	position: relative;
	width: calc( 100% + 20px );
	margin-left: -10px;
	margin-right: -10px;
}
.redeem-card, .luckydraw-card {
	position: relative;
	text-align: left;
	padding: 0 10px;
	margin-right: 0 !important;
	margin-bottom: 20px;
}
.redeem-card>.redeem-card-inside, .luckydraw-card>.luckydraw-card-inside {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden !important;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.redeem-card>.redeem-card-inside>a, .luckydraw-card>.luckydraw-card-inside>a {
	position: relative;
	/* display: block; */
}
.redeem-point, .luckydraw-point {
	width: 100px;
	display: inline-block;
	position: relative;
	height: 100%;
}
/* Logo */

.banavata {
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}
.banavata img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Point */

.redeem-point span, .luckydraw-point span {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -1px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 0;
	color: #333;
	transition: all ease-in-out .3s;
	white-space: nowrap;
	font-weight: 600;
	overflow: hidden;
}
.redeem-point span:after, .luckydraw-point span:after {
	letter-spacing: 0;
	content: " Points";
	display: block;
	color: #333;
	transition: all ease-in-out .3s;
	/*  text-align: center; */
	margin: 0;
	padding: 0;
	text-indent: 5px;
	font-family: 'Prompt', sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.redeem-point span.baht:after, .luckydraw-point span.baht:after {
	content: " บาท";
}
.redeem-point span.points:after, .luckydraw-point span.points:after {
	content: " Points";
}
.redeem-card-text, .luckydraw-card-text {
	width: calc(100% - 100px);
	display: inline-block;
	position: relative;
	float: right;
	color: #333;
	font-family: 'Prompt', sans-serif !important;
	padding: 20px 0 0 20px;
	z-index: 5;
}
.redeem-card-text .title, .luckydraw-card-text .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 0 0;
	color: #333;
	text-transform: uppercase;
	min-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.redeem-card-text .description, .luckydraw-card-text .description {
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	max-height: 44px;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0.8;
}
.redeem-card-text .text, .luckydraw-card-text .text {
	position: absolute;
	display: block;
	width: 100%;
	padding-right: 50px;
	bottom: 20px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	/* height: 15px; */
	/* overflow: hidden; */
	color: #0b4da1;
	overflow-wrap: inherit !important;
	overflow: visible !important;
}

@media(max-width: 992px) {
.redeem-card-text p,  .luckydraw-card-text p {
/*  height: 100px; */
}
}
.redeem-card-text small, .luckydraw-card-text small {
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 100%;
	white-space: nowrap;
	color: #3366cc;/*   font-weight: 600; */
}
.btn-fev {
	border: none;
	background: transparent;
	position: absolute;
	right: 2px;
	bottom: 5px;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.btn-fev i {
	font-size: 20px;
	color: #333
}
.redeem-card-body, .luckydraw-card-body {
	position: relative;
	display: flex;
	align-items: stretch;
	transition: all ease-in-out .3s;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 20px !important;
	background: #fff;
}
.redeem-card-body {
	height: 160px;
}
.redeem-card-body .btn-fev, .luckydraw-card-body .btn-fev {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
.redeem-card>.redeem-card-inside:hover .redeem-card-body, .luckydraw-card>.luckydraw-card-inside:hover .luckydraw-card-body {
	background: #1159b6
}
.redeem-card>.redeem-card-inside:hover .redeem-point,
.redeem-card>.redeem-card-inside:hover .redeem-point span,
.redeem-card>.redeem-card-inside:hover .redeem-point span:after,
.redeem-card>.redeem-card-inside:hover .redeem-card-text .title,
.redeem-card>.redeem-card-inside:hover .redeem-card-text .description,
.redeem-card>.redeem-card-inside:hover .redeem-card-text .text,
.redeem-card>.redeem-card-inside:hover .btn-fev i,
.luckydraw-card>.luckydraw-card-inside:hover .luckydraw-.descriptionoint span,
.luckydraw-card>.luckydraw-card-inside:hover .luckydraw-point span:after,
.luckydraw-card>.luckydraw-card-inside:hover .luckydraw-card-text .title,
.luckydraw-card>.luckydraw-card-inside:hover .luckydraw-card-text .description,
.luckydraw-card>.luckydraw-card-inside:hover .luckydraw-card-text .text,
.luckydraw-card>.luckydraw-card-inside:hover .btn-fev i {
	color: #fff;
}

.card-img-top {
	width: 100%;
	overflow: hidden;
}
.card-img-top img {
	width: 100% !important;
}
.redeem-card .card-img-top img, .luckydraw-card .card-img-top img {
	transition: all ease-in-out .3s;
	width: 100% !important;
}
.redeem-card :hover .card-img-top img, .luckydraw-card :hover .card-img-top img {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.floatright {
	float: right;
}

#news-section {
	position: relative;
	padding: 50px 0 0 0 !important;
	z-index: 60;
}
.news_back, .news_forward {
	width: 30px;
	height: 40px;
	display: inline-block;
	transition: all ease-in-out 0.2s;
}
#newsSlide {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
#newsSlide .owl-prev .news_back, #newsSlide .owl-next .news_forward,
#newsSlide .owl-prev:active .news_back, #newsSlide .owl-next:active .news_forward {
	transform: scale(1);
}
#newsSlide .owl-prev:hover .news_back, #newsSlide .owl-next:hover .news_forward {
	transform: scale(1.2);
}
.news_back {
	background: url('../images/btn_back.png') no-repeat 0 0;
	background-size: 100% 100%;
}
.news_forward {
	position: relative;
	background: url('../images/btn_next.png') no-repeat 0 0;
	background-size: 100% 100%;
	top: 20px;
	margin-left: 15px
}
#newsSlide .owl-nav {
	position: absolute;
	top: -80px;
	left: 15px;
}
.newscard {
	width: 100%;
	/* max-width: 480px; */
	/* min-height: 400px; */
	/* border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px; */
	position: relative;
	margin: 15px 0;
}
.newscard-inside {
	position: relative;
	display: block;
	min-height: 400px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	background: #FFF;
	border-radius: 10px;
	transition: all ease-in-out .3s;
}
.newscard-inside>a {
	position: relative;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.typetag-news {
	background: #009933;
	width: 90px;
	height: 30px;
	position: relative;
	margin-left: -10px;
	margin-top: -15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.newscard .news-card-body {
	position: relative;
	height: 165px;
	padding: 20px 30px 25px 30px;
}
.newscard .card-img-top img {
	transition: all ease-in-out .3s;
}
.newscard :hover .card-img-top img {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.typetag-news h4 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 7px 10px 8px 10px;
}
.typetag-news span {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #006600 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #006600 #000000 #000000;
 _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}
.newscard .news-card-text {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Prompt', sans-serif !important;
	transition: all ease-in-out .3s;
	color: #333;
/* padding: 20px 20px 0 20px; */
}
.newscard .news-card-text .title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 17px;
    line-height: 25px;
	font-weight: 400;
	min-height: 25px;
    max-height: 50px;
    overflow: hidden;
}
.newscard .news-card-text .description {
	font-size: 12px;
    line-height: 20px;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0.8;
}
.newscard .news-card-text .text {
	position: absolute;
    display: block;
    width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
    font-size: 12px;
    line-height: 15px;
	height: 15px;
	opacity: 0.4;
}
.btn-share {
	border: none;
	background: none transparent;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 35px;
}
.viewall {
	font-weight: 600;
	color: #333;
	transition: all ease-in-out .5s;
	border-radius: 20px;
	background: #FFF;
	padding: 10px 30px;
}
.viewall:hover {
	color: #333;
	background: #dadada;
	padding-left: 30px;
}
.nav.nav-tabs {
	white-space: nowrap;
	/* display: block !important; */
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border-radius: 10px;
}
.allbox {
	max-width: 300px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav.nav-tabs li.nav-item {
	display: inline-block
}

@media (min-width:320px) {
.card-columns {
	column-count: 1;
}
}

@media (min-width:768px) {
.card-columns {
	column-count: 2;
}
.card-img-top img {
	width: 100% !important;
	height: auto !important;
}
}

@media (min-width:992px) {
.card-columns {
	column-count: 3;
}
}
small.th {
	font-size: 12px !important;
	line-height: 20px !important;
	/* line-height: .5em !important; */
	display: inline-block;
	margin-bottom: 15px;
}
.shrink {
	width: 100%;
}

@media(max-width: 992px) {
.mark6.site-section {
	padding: 0 0 2.5em 0 !important
}
}

@media(max-width: 320px) {
.floatmenu {
	display: none
}
.bgcopyright {
	display: none
}
.banavata {
	width: 60px;
	height: 60px;
	top: -70px;
}
.stepnum {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 30px !important;
	height: 30px !important;
}
.newscard .news-card-text h5 {
	font-size: 16px !important;
}
.newscard .news-card-text p {
	font-size: 12px !important;
}
.redeem-point span,  .luckydraw-point span {
	font-size: 35px;
	margin: 0 0 0 5px;
}
.redeem-card-text p,  .luckydraw-card-text p {
	font-size: 12px;
}
.redeem-card-text h5,  .luckydraw-card-text h5 {
	margin: 0;
}
.btn-share {
	width: 40px;
	height: 40px
}
.btn-fev {
	left: 10px;
	right: auto
}
.allbox {
	position: relative;
	left: 0;
	top: 0;
}
.btnalldreem {
	position: relative !important;
	display: block !important;
	border-radius: 0 !important;
	margin-top: 50px !important;
}
.ciclemask {
	width: 100px;
	height: 100px;
	max-width: none;
	max-height: none;/*         margin-bottom: 20px */
}
.banavata {
	top: 8px;
	left: 10px;
	width: 40px;
	height: 40px;
}
.redeem-point,  .luckydraw-point {
	width: 100%;
}
.redeem-point span,  .luckydraw-point span {
	padding: 10px;
	font-size: 30px;
	background: #eeeeee;
	margin: 0;
	text-align: right;
	margin: 0 0 10px 0;
}
.redeem-card-text,  .luckydraw-card-text {
	width: max-content;
	float: none;
	margin: 10px 0;
}
.btn-fev {
	bottom: 5px;
	right: 5px;
	left: auto
}
.redeem-card-text h5,  .luckydraw-card-text h5 {
	font-size: 14px
}
.redeem-card-text p,  .luckydraw-card-text p {
	height: auto
}
.redeem-point span:after,  .luckydraw-point span:after {
	text-align: right;
	display: block
}
.card-img-top {
	width: 100%;
	height: auto
}
.redeem-point,  .luckydraw-point {
	top: 0;
	left: 0
}
.newscard .card-img-top {
	min-height: inherit;
}
}

#float-menu-contact-section {
	position: fixed;
	z-index: 999;
	width: 45px;
	bottom: 15px;
	right: 15px;
	transition: all ease-in-out .3s;
}
#float-menu-contact-section.update-bottom {
	bottom: 75px;
}

#float-menu-contact-section .float-menu-group.control {
	position: relative;
	z-index:2;
}
#float-menu-contact-section .float-menu-group.list {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	padding-bottom: 55px;
	z-index: 1;
}
#float-menu-contact-section .float-menu-group.list.open {
	display: block;
}
#float-menu-contact-section .float-menu-group.list.fade {
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
#float-menu-contact-section .float-menu-group.list.fade.in {
	opacity: 1;
}

#float-menu-contact-section .floatmenu-btn {
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	z-index: 999;
	text-align: center;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5);
	cursor: pointer !important;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
#float-menu-contact-section .floatmenu-btn+.floatmenu-btn {
	margin-top: 10px;
}

#float-menu-contact-section .floatmenu-btn.control-btn {
	background: #0b4da1;
}
#float-menu-contact-section .floatmenu-btn.control-btn:hover {
	background: #2986fc;
}
#float-menu-contact-section .floatmenu-btn.control-btn.active {
	background: #7f7f7f;
}
#float-menu-contact-section .floatmenu-btn.control-btn.active:hover {
	background: #686868;
}

#float-menu-contact-section .floatmenu-btn.email-btn {
	background: #ff8d19;
}
#float-menu-contact-section .floatmenu-btn.email-btn:hover {
	background: #f7aa37;
}

#float-menu-contact-section .floatmenu-btn.tel-btn {
	background: #45a829;
}
#float-menu-contact-section .floatmenu-btn.tel-btn:hover {
	background: #63e040;
}

#float-menu-contact-section .floatmenu-btn.messenger-btn {
	background: #007fff;
}
#float-menu-contact-section .floatmenu-btn.messenger-btn:hover {
	background: #53a6fa;
}

#float-menu-contact-section .floatmenu-btn.totop-btn {
	background: #0b4da1;
}
#float-menu-contact-section .floatmenu-btn.totop-btn:hover {
	background: #2986fc;
}
#float-menu-contact-section .floatmenu-btn,
#float-menu-contact-section .floatmenu-btn a {
	position: relative;
	display: block;
	color: #fff !important;
	text-align: center;
}

@media(max-width: 767px) {
.switchpoint {
	/*      margin-left: 20px; */
	padding-bottom: 10px;
	border-bottom: 1px solid #ff8d19
}
/* .floatmenu {
	bottom: 12%;
	right: 10px;
	width: auto;
} */
.cyclebox1 a,  .cyclebox2 a,  .cyclebox3 a,  .cyclebox4 a {
	color: #FFF;
	text-align: center;
	font-size: 25px
}
.cyclebox3 a {
	font-size: 30px;
	line-height: 1.4em
}
.cyclebox1,  .cyclebox2,  .cyclebox3,  .cyclebox4 {
	width: 40px;
	height: 40px;
	top: 130px;
	right: 20px;
	z-index: 99;
	text-align: center;
	line-height: 2.5em;
}
}
.newscard>.newscard-inside:hover {
	background-color: #1159b6;
}
.newscard>.newscard-inside:hover .news-card-text {
	color: #FFF;
}
.newscard>.newscard-inside:hover .btn-share img {
	filter: brightness(0) invert(1);
}
.site-mobile-menu-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-mobile-menu-body li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	display: block;
	border: 1px dashed #dadada;
	border-left: none;
	border-right: none;
	padding: 5px 0;
	transition: all ease-in-out .5s
}
.site-mobile-menu-body li+li {
	border-top: none;
}
.site-mobile-menu-body li:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 100%;
	opacity: 0;
	background: #0b4da1 !important;
}
.site-mobile-menu-body li.active:before {
	opacity: 1;
}
.site-mobile-menu-body li.active {
	background:rgba(11,77,161,0.05);
}
.site-mobile-menu-body li:hover {
	background: #FFF;
}
.site-mobile-menu-body a i {
	font-size: 23px !important;
	line-height: 25px !important;
    vertical-align: bottom!important;
    display: inline !important;
	margin-right: 15px !important;
	width: 25px;
	height: 25px;
}
.site-mobile-menu-body li a {
	color: #333;
	padding: 7px 30px !important
}
.switchpoint {
	padding-bottom: 0;
	border-bottom: none;
}
.btntoggle {
	background: url('../images/down.svg') no-repeat 50% 50% #ff8d19;
	border: none;
	display: block;
	margin: 10px auto;
	text-align: center;
	white-space: nowrap;
	line-height: 1em;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 0 4px #333;
	color: #FFF;
	cursor: pointer;
	display: none
}
.shapecut1 {
	position: absolute;
	top: 60px;
	right: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent
}
.shapecut2 {
	position: absolute;
	bottom: 80px;
	right: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent
}
.sectionstore {
	position: relative;
	padding: 50px 0 40px 0 !important;
	/* background: #FFF; */
}
.sectionstore #FrmCode .cc-selector {
	line-height: 0;
}
.sectionqrcode {
	/* background: url('../images/brsec.png') no-repeat 50% -50px; */
	background-image: url('../images/brsec.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 70px 0 0 0 !important;
}
.sectionstore h2, .sectionqrcode h2 {
	text-transform: uppercase;
	color: #0b4da1;
	font-size: 30px;
	font-weight: 600;
}
.bgcustom {
	background: url('../images/bg_upload.jpg') repeat-y 50% 0;
	background-size: 100% auto
}
.graybackground {
	background: #eeeeee;
}
.sectionstore h3, .sectionqrcode h3 {
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.vp30 {
	padding: 30px 0 !important;
}
.cc-selector input {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.store-cc {
	cursor: pointer;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 110px;
	height: 110px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: grayscale(1) opacity(.7);
	-moz-filter: grayscale(1) opacity(.7);
	filter: grayscale(1) opacity(.7);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}
.cc-selector input:active+.store-cc,
.cc-selector input:checked+.store-cc,
.store-cc:hover {
	border-color: rgba(0,0,0,0.3);
}

@media (max-width: 480px) {
.store-cc {
	width: 100px;
	height: 100px
}
}
.cc-selector input:active+.store-cc {
	opacity: 1;
}
.cc-selector input:checked+.store-cc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;/*   */
}
.store-cc:hover {
	-webkit-filter: grayscale(0) opacity(1);
	-moz-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1);
}
.store_711 {
	background-image: url('../images/store/store_711.jpg');
}
.store_familymart {
	background-image: url('../images/store/store_familymart.jpg');
}
.store_tescolotus {
	background-image: url('../images/store/store_tescolotus.jpg');
}
.store_bigC {
	background-image: url('../images/store/store_bigC.jpg');
}
.store_makro {
	background-image: url('../images/store/store_makro.jpg');
}
.store_themall {
	background-image: url('../images/store/store_themall.jpg');
}
.store_liveandfit {
	background-image: url('../images/store/store_liveandfit.jpg');
}
.store_shopee {
	background-image: url('../images/store/store_shopee.jpg');
}
.store_lazada {
	background-image: url('../images/store/store_lazada.jpg');
}
.btn-light.active.custom-file-control:focus:before, .btn-light.active.custom-file-control:hover:before, .btn-light.active.focus.custom-file-control:before, .btn-light.custom-file-control:active.focus:before, .btn-light.custom-file-control:active:focus:before, .btn-light.custom-file-control:active:hover:before, .btn.btn-light.active.focus, .btn.btn-light.active:focus, .btn.btn-light.active:hover, .btn.btn-light:active.focus, .btn.btn-light:active:focus, .btn.btn-light:active:hover, .open>.btn-light.dropdown-toggle.custom-file-control:focus:before, .open>.btn-light.dropdown-toggle.custom-file-control:hover:before, .open>.btn-light.dropdown-toggle.focus.custom-file-control:before, .open>.btn.btn-light.dropdown-toggle.focus, .open>.btn.btn-light.dropdown-toggle:focus, .open>.btn.btn-light.dropdown-toggle:hover {
	color: #333 !important;
}
.bootstrap-select.btn-group>.dropdown-toggle {
	color: #333 !important;
}
.dropdown-menu .dropdown-item {
	text-transform: uppercase
}
.brsector {
	width: 100%;
	height: 80px;
	display: block;
	background: url('../images/brsec.png') no-repeat 50% 50%;
	background-size: 100% auto;
}
.swapform {
	padding: 20px 0;
}
.codeupload {
	background-color: #004f99;
	padding: 10px;
	border-radius: 50px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100% !important;
}
input[type=file] {
	display: none;
}
.codeupload input {
	background-color: #fff!important;
	outline: 0!important;
	border-radius: 25px!important;
	padding-left: 20px!important;
	height: 40px!important;
	background-image: none!important;
}
.codeupload input,
.codeupload input::placeholder {
	font-size: 14px!important;
	line-height: 40px !important;
}

.all-input-key .bmd-form-group.is-focused .custom-file-control,
.all-input-key .bmd-form-group.is-focused .form-control,
.all-input-key .custom-file-control:focus,
.all-input-key .form-control:focus {
    background-size: cover !important;
	transition-duration: inherit !important;
	width: 100% !important;
	max-width: 100% !important;
	transition: none !important;
}

.file-upload {
	width: 20%;
	height: 40px;
}
.file-upload:after {
	content: ""
}
/* .file-upload span {
	font-family: 'Prompt', sans-serif !important;
	display: inline-block;
	border-radius: 25px;
	background-color: #FFF;
	padding: 14px;
	cursor: pointer;
	width: 90%;
	text-align: left;
	float: left;
	color: #333;
	height: 100%;
	font-size: 14px;
	overflow: hidden;
	margin: 0 !important;
} */

.codeupload input {
	flex: 1 0 0 !important;
	width: auto !important;
	margin-right: 15px !important;
}
.codeupload label {
	display: block;
	width: 30px;
	margin: 0 !important;
}
.codeupload label a {
	display: block;
}
.codeupload  .input-group-append {
	width: 30px;
}
.file-upload i {
	cursor: pointer;
	color: #FFF;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
}
.btn-removed {
	border: none;
	background: transparent none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-removed i {
	color: #FFF
}
.btn_plus {
	background: none transparent;
	border: none;
	color: red;
	font-size: 16px;
	letter-spacing: 0;
}
.btn_plus i {
	font-size: 20px;
	vertical-align: middle;
}
.btn_collect {
	display: block;
	position: relative;
	border: 0;
	font-size: 18px;
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 500px;
	color: #FFF !important;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1;
}
.btn_collect:hover {
	background: #dadada;
	color: #333;
}
.btn_done i, .btn_collect i {
	background: #FFF;
	padding: 2px;
	border-radius: 50%;
	color: #0b4da1;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block
}

@media(max-width: 320px) {
.file-upload span {
	width: 70%
}
}
.btn_done, .btn_cancel {
	position: relative;
	border: none;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	background: #eeeeee;
	border: 5px solid #eeeeee;
	color: #333;
	text-align: center;
	width: 45%;
	margin: 10px 10px 0 auto;
	border-radius: 30px;
	cursor: pointer;
}
.btn_done {
	float: right;
	border: 5px solid #0b4da1;
}
.btn_done:hover, .btn_cancel:hover {
	background: #0b4da1;
	border: 5px solid #0b4da1;
	color: #FFF !important;
	transition: all ease-in-out .5s;
}
.btn_done i {
	background: #0b4da1 !important;
	color: #FFF !important;
}

@media (max-width: 1199px) {
}
.lablefilter {
	display: block !important
}
.cookie-alert {
	position: fixed;
	bottom: 15px;
	left: 15px;
	right: 15px;
	width: auto;
	opacity: 0;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .2);
	transition: all 500ms ease-out;
	background-color: #FFF;
	z-index: 9999;
	display: none
}
.cookie-alert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}
#privacypreference {
	padding: 30px;
	background-color: #FFF;
	max-width: 1200px;
}
#privacypreference .list-group {
	margin-bottom: 20px;
}
#privacypreference .list-group-item h3 {
	font-size: 20px;
	width: 100%;
}
#privacypreference .list-group-item p {
	width: 90%;
	font-weight: 300;
	line-height: 1.5em;
}
.card-body .card-text {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 1.5em;
}
.btn-primary, .btn-primary:hover {
	background-color: #eee !important;
	color: #333 !important;
	padding: 10px 20px;
	border-radius: 20px;
	min-width: 120px;
}
.btn-confirm {
	/*background-color: #1159b6 !important;
    color: #FFF !important;
    padding: 10px 20px;
    border-radius: 20px;
    min-width: 120px;*/
	border: 0;
	font-size: 18px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 500px;
	color: #FFF !important;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1;
}
.btn-confirm:hover {
	background: #dadada;
	color: #333;
}
.btn-cancel, .btn-cancel:hover {
	background-color: red !important;
	color: #FFF !important;
	padding: 10px 20px;
	border-radius: 20px;
	min-width: 120px;
}

@media(max-width: 480px) {
.btn-primary,  .btn-confirm,  .btn-cancel {
	width: 100% !important
}
}
.btn-primary.custom-file-control:before, .btn.btn-primary {
/*     background-color: #eeeeee !important;
    color: #1159b6 !important; */
}
.mr20 {
	margin-right: 20px !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
	min-width: 300px !important;
}
.btn-confirm {
/* float: right;*/
}
.centerbox {
	text-align: center;
	display: block
}
.centerbox a {
	margin: 0 5px 0 5px;
}

@media(max-width: 480px) {
.mr20 {
	margin-right: 0 !important;
}
.btn-confirm {
	float: none;
}
}
.mb50 {
	margin-bottom: 50px !important
}
.accept-cookies {
	background-color: #1159b6 !important;
	color: #FFF !important;
}
.list-group-item {
	padding: 20px;
	border: 1px solid #eeeeee;
	border-collapse: inherit
}
.list-group-item h3 {
	display: block;
	width: 100%;
}
.list-group-item :first-child {
	margin-right: 0 !important
}
.list-group-item h3 span {
	color: red;
	float: right;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
/* Hide default HTML checkbox */

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
	display: block
}
/* The slider */

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked+.slider {
	background-color: #2196F3;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.fancybox-content {
	width: 550px !important;
	max-width: 90% !important;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: visible;
	background-color: #00864c !important;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.3px;
	font-weight: 300;
	padding: 60px 50px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.fancybox-content h1, .fancybox-content h2, .fancybox-content h3, .fancybox-content h4, .fancybox-content p {
	color: #FFF !important;
	text-shadow: none !important;
	margin: 0;
}
.fancybox-content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.fancybox-content h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.fancybox-content h3 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.fancybox-content p {
	margin: 0;
}
.fancybox-content p a {
	color: #FFF !important;
	border-bottom: 1px solid #FFF
}
.fancybox-button svg {
	border-color: #FFF !important;
	color: #FFF !important;
}
.fancybox-content:before {
	/* content: url('../images/ncp_logo.svg'); */
	content: '';
	width: 80px;
	height: 50px;
	position: absolute;
	top: -60px;
	left: 0;
	background-image: url('../images/ncp_logo.svg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.etcbox {
	width: 160px;
	height: 160px;
	display: block;
}

@media (max-width: 480px) {
.fancybox-content .btn,  .btn-toolbar a {
	margin-bottom: 20px !important;
}
.etcbox {
	width: 100%;
	display: block;
	height: auto;
}
}
.bigicon i {
	font-size: 60px !important;
	color: #FFF !important;
	margin: 0 0 20px 0;
}
/* isotope */

.categoryblock {
	display: block;
	width: 100%;
	height: 110px;
	overflow-y: hidden;
	overflow-x: auto;
	background: #FFF;
	padding: 0;
	margin: 0 0 20px 0;
	white-space: nowrap;
	border-radius:10px;
	overflow: hidden;
}
.categoryblock ul {
	margin: 0;
	padding: 0;
	display: flex
}
.categoryblock li {
	display: inline-block;
	float: left;
	margin: 0;
	padding:0;
	width: 20%;
	min-width: 130px;
	height: 110px;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-size: 12px;
	font-weight: 500;
	transition: all ease-in-out .3s;
	outline: none;
	/* NO Text hilight  */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.categoryblock li+li {
	border-left: 1px solid rgba(0,0,0,0.05);
}
.categoryblock li.active {
	background: #00864c;
}
.categoryblock li a {
	position: relative;
	display: block;
	height: 100%;
	cursor: pointer;
	padding-top: 25px;
	color: #333;
}
.categoryblock li:hover {
	background-color: #00864c;
}
.categoryblock li:hover a {
	color: #FFF!important;
}
.categoryblock li.active a {
	color: #FFF;
}
.categoryblock li i {
	font-size: 40px;
	display: block;
}

@media (max-width: 480px) {
}
.bgGraden {
	background: none #FFF !important;
}

@media (max-width: 766px) {
/* .bgGraden {
	padding-top: 50px;
} */
}
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* #btnconfirm {
	background-color: #1159b6;
	color: #FFF;
	border: none;
	display: block;
	padding: 10px 20px;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 20px auto;
	border-radius: 50px;
	font-family: 'Prompt', sans-serif !important;
	cursor: pointer
} */
/* renew */

.z-index-on-top {
	position: relative;
	z-index: 2;
}
.z-index-on-bottom {
	position: relative;
	z-index: 1;
}
#footer-section {
	position: relative;
	margin-top: auto !important;
}
#footer-section.animate-footer {
	opacity: 0;
	transition: opacity ease-in-out 0.2s;
}
#footer-section.animate-footer.show {
	opacity: 1;
}
footer {
	position: relative;
	background: url('../images/footerbg.png') no-repeat 50% -200px #2a42d8;
	background-size: 70% auto;
	mask: url('../images/footermask2.svg') no-repeat 0 0;
	-webkit-mask: url('../images/footermask2.svg') no-repeat 0 0;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	/* min-height: inherit; */
	overflow: hidden;
	/*  height: 300px; */
	padding: 0;
	z-index: 1;
}
#footer-section footer,
#footer-section.footer-default footer {
	margin: -50px 0 0 0;
}
#footer-section.footer-content footer {
	margin: -200px 0 0 0;
}
#footer-section.footer-account footer {
	margin: -180px 0 0 0;
}
.footerswap {
	position: relative;
	width: 100%;
	padding: 20% 0 40px 0;
	overflow: hidden;
}
.mask5 {
	mask: url('../images/mask5-2.svg') no-repeat bottom left;
	-webkit-mask: url('../images/mask5-2.svg') no-repeat bottom left;
	mask-size: calc(100vw) auto;
	-webkit-mask-size: calc(100vw) auto;
	min-height: inherit;
	overflow: hidden;
	height: 160px;
}
.btnsubmit:disabled, .btnsubmit:disabled:hover {
	background-color: #dadada !important;
}

.visible_item {
	display: none !important;
}
.las.la-heart {
	color: #0C7D51;
}
/* .fClose {
	background-color: #1159b6;
	color: #FFF;
	border: none;
	display: block;
	padding: 10px 20px;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 20px auto;
	border-radius: 50px;
	font-family: 'Prompt', sans-serif !important;
	cursor: pointer
} */
.bb-none {
	border-bottom: none!important;
}
.b-spacer {
	border: none !important;
	height: 15px;
	background-color: #d1cdce !important;
	opacity: 0.3;
	/* border-top: 10px solid #ccc!important; */
	/* margin-bottom: 1rem!important;
	margin-top: 1rem!important; */
}
.password-info {
	font-size: 10px;
	line-height: 18px;
	font-family: 'Prompt', sans-serif !important;
	color: #999;
	text-align: left;
	padding: 10px 0;
	max-width: 100%;
	width: 100%;
	margin: auto;
}
/* .redeem-address .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-image: none;
}
.redeem-address .form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
 background-image: url(data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.redeem-address .form-label {
	margin-bottom: .5rem;
} */
/*edit 18012022*/

#howto-section {
	position: relative;
	padding: 60px 0 80px 0 !important;
	z-index: 30;
}
#howto-slide {
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
/* #howto-section>.container {
	position: relative;
	top: 30px;
} */
.mt-100-0 {
	margin-top: -100px;
}
#bannerhero .owl-item .container {
	padding-top: 100px;
}
#bannerhero .owl-dots {
	position: absolute;
	/* margin-top: -50px; */
	margin: 0 auto 0 -17% !important;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 999;
}
#bannerhero .container {
	/* background-color: rgba(0,0,0,0.5); */
}
.btn-view-more {
	border: 0;
	font-size: 18px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 500px;
	color: #FFF !important;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1;
}
.btn-view-more:hover {
	background: #dadada;
	color: #333;
}
#newsSlide .owl-dots {
	display: block;
	margin: 10px auto 0 0 !important;
	line-height: 0;
}

@media(max-width: 1200px) {
.mt-100-0 {
	margin-top: 0px;
}
/* #bannerhero .owl-dots {
	position: absolute;
	margin-top: -30px;
	left: 0;
	right: 0;
	margin-left: 0;
} */
}

/* ----- topic section ----- */
#topic-section {
	position: relative;
	padding-top: 100px;
}

#topic-section .topic-container {
	position: relative;
	padding: 30px 15px;
}
#topic-section .topic-container.bg-color-white {
	background-color: #fff;
}
#topic-section .title-row {
	position: relative;
	display: block;
	background-image: url(../images/bgNext.png);
	background-repeat: no-repeat;
    /* background: url(../images/bgNext.png) no-repeat 2% 50%; */
    background-size: 50px 50px;
    height: 50px;
    width: 100%;
}
#topic-section .title-row .title {
	position: relative;
	text-shadow: none !important;
	color: #333;
	font-family: 'Prompt', sans-serif !important;
	padding-top: 10px !important;
	margin: 0 0 0 60px !important;
	line-height: 30px;
}
#topic-section .breadcrumb-row+.title-row {
	margin-top: 30px !important;
}

.bgpage #topic-section {
	padding: 0;
	margin: 0;
}
.bgpage #topic-section .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100% !important;
}
.bgpage #topic-section .topic-container {
	padding: 50px 0 50px 0 !important;
}

/* breadcrumb */
.breadcrumb-row {
	position: relative;
}
.breadcrumb-row,
.breadcrumb-row p,
.breadcrumb-row li {
	font-size: 13px !important;
	line-height: 20px !important;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 400 !important;
}
.breadcrumb-row i.la-home {
	font-size: 18px !important;
}
.breadcrumb-custom {
	font-size: 1rem !important;
}
.breadcrumb {
	background-color: transparent;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 10px 0;
	margin: 0;
}
.breadcrumb.inline-word-wrap {
	/* display: block; */
}
.breadcrumb.inline-word-wrap>li.breadcrumb-item {
    display: inline;
    float: none;
}
.breadcrumb-item+.breadcrumb-item {
	padding: 0 !important;
	margin: 0 !important;
}
.breadcrumb-item+.breadcrumb-item:before {
	position: relative;
	content: "|";
	color: #eaeaea;
	padding: 0 10px;
}

.breadcrumb-row .breadcrumb.none-border-bottom {
	border-bottom: none !important;
}
.breadcrumb-row.text-color-white,
.breadcrumb-row.text-color-white a,
.breadcrumb-row.text-color-white .breadcrumb-item,
.breadcrumb-row.text-color-white .breadcrumb-item.active {
	color: #fff !important;
}
.breadcrumb-row.text-color-white .breadcrumb-item+.breadcrumb-item:before {
	opacity: 0.4;
}

/* <div id="topic-section">
<div class="container">
  <div class="topic-container bg-color-white">
	<nav aria-label="breadcrumb">
	  <ol class="breadcrumb">
		<li class="breadcrumb-item"><a href="<?php echo $_Config_live_site;?>" title="Home"><i class="las la-home"></i></a></li>
		<li class="breadcrumb-item active" aria-current="page">โปรไฟล์</li>
	  </ol>
	</nav>
	<div class="title-row"><h2 class="title">โปรไฟล์</h2>
  </div>
</div>
</div> */

/* ----- banner headerbox ----- */
.headerbox {
	position: relative;
    width: 100%;
	height: 450px;
	color: #FFF;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    padding: 80px;
	display: block;
	overflow: hidden;
}
.headerbox h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.headerbox h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
}

/* ordered-list */

.ordered-list-group {
	position: relative;
}
.ordered-list-group>.ordered-list-content {
	position: relative;
	padding-left: 50px;
}
.ordered-list-group>.ordered-list-content.none-pd-left {
	padding-left: 0 !important;
}
.ordered-list-group>.ordered-list-content.none-pd-left {
	padding-top: 10px;
}
.ordered-list-num,
.ordered-list-num>.num,
.ordered-list-num>.title  {
	position: relative;
}
.ordered-list-num {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.ordered-list-num>.num {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.ordered-list-num>.num.color-back {
	background-color: #000;
	color: #fff;
}
.ordered-list-num>.title {
	padding-left: 20px;
	width: calc(100% - 30px);
}

/* ----- form ----- */

form {
	margin: 0;
}
.form-row {
	margin-left: -15px;
	margin-right: -15px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.input-form-group .form-label,
.select-form-group .form-label {
	margin: 0 0 10px 0;
	font-weight: 400;
	color: #000 !important;
}

/* input */
.input-form-group {
	position: relative;
}
.input-form-group .form-control,
.select-form-group .select-selected {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px !important;
	box-shadow: none !important;

	background:none !important;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: none !important;
	/* transition: border-color .15s ease-in-out; */

}
.input-form-group .form-control,
.select-form-group .select-selected,
.input-form-group .form-control::placeholder {
	font-size: 16px !important;
	line-height: 40px !important;
	font-weight: 300 !important;
}
.input-form-group .form-control,
.select-form-group .select-selected {
	padding: 5px 15px !important;
}
.input-form-group .form-control:focus,
.select-form-group .select-selected.select-arrow-active {
	border-color: #7f7f7f;
}
.input-form-group .form-control,
.input-form-group .form-control:focus,
.select-form-group .select-selected {
	color: rgba(0,0,0,1) !important;
}
.input-form-group .form-control::placeholder,
.input-form-group .form-control::-webkit-input-placeholder,
.input-form-group .form-control::-moz-placeholder,
.input-form-group .form-control:-ms-input-placeholder,
.input-form-group .form-control:-moz-placeholder {
	color: rgba(0,0,0,0.5) !important;
}

/* select */
.select-form-group {
	position: relative;
}
.select-form-group .select-selected {
	padding-right: 40px !important;
}
.select-form-group .select-selected:after {
	border: none !important;
	position: absolute;
	right: 15px !important;
	top: 50% !important;
	margin-top: -10px !important;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	content: "\f107";
}
.select-form-group .select-selected.select-arrow-active:after {
	content: "\f106";
}
.select-form-group .select-selected.select-arrow-active {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;

}
.select-form-group .select-items {
	background-color: #fff !important;
	border-radius: 0;
	border: 1px solid #7f7f7f !important;
}
.select-form-group .select-items div {
	color: rgba(0,0,0,0.5) !important;
	padding: 5px 15px;
    border: 1px solid transparent;
	border-color: transparent transparent rgba(240,240,240,1) transparent;
	background-color: rgba(0,0,0,0) !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}
.select-form-group .select-items div:hover {
	background-color: rgba(0,0,0,0.05) !important;
}
.select-form-group .select-items div.same-as-selected.click-success {
	color: rgba(255,255,255,1) !important;
	background-color: rgba(11,77,161,1) !important;
}

/* ----- share ----- */
#sharebox {
	position: relative;
	text-align: center;
	display: none;
	padding: 40px 30px;
	width: 400px !important;
}
.iconshare {
	list-style: none;
	display: block;
	margin: 15px auto;
	padding: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.iconshare li {
	list-style: none;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	padding: 0 !important;
}
/* .iconshare li :hover img {
	opacity: 1;
} */
.iconshare img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.btnshare {
	background: none transparent;
	border: none;
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 10px;
	overflow: hidden !important;
	background-color: rgba(0,0,0,0.1);
	transform: scale(1);
	transition: all ease-in-out .3s;
}
.btnshare:hover {
	transform: scale(1.1);
}

/* xl - more 1 */
@media (min-width: 1549px) and (max-width: 1740px) {

/* ----- banner hero----- */
#banner-hero-section .container {
	width: 1100px;
	max-width: 1100px;
}
.memberbox {
	right: -200px;
	bottom:140px;
}
.point-box {
	padding-top: 30px;
}

/* ----- promotion----- */
#promotion {
	margin-top: -210px;
}
.mask3 {
	margin-bottom: -260px;
}

/* ----- redeem----- */
.mask4 {
	height: 350px;
}

/* ----- footer----- */
#footer-section footer,
#footer-section.footer-default footer {
	margin-top:-30px;
}
#footer-section.footer-content footer {
	margin-top:-150px;
}
#footer-section.footer-account footer {
	margin-top:-180px;
}
.footerswap {
    padding: 18% 0 40px 0;
}

}

/* xl - more 2 */
@media (min-width: 1299px) and (max-width: 1550px) {

/* ----- banner hero----- */
#banner-hero-section .container {
	width: 900px;
	max-width: 900px;
}
.memberbox {
	width: 200px;
	height: 200px;
	right: -160px;
	bottom: 110px;
}
.point-box {
	padding-top: 0;
}
.numberpoint::after {
	margin: 0;
    font-size: 12px;
}


/* ----- promotion----- */
#promotion {
	margin-top: -195px;
}
.mask3 {
	margin-bottom: -240px;
}
/* ----- redeem----- */
.mask4 {
	height: 340px;
}
.banavata {
    top: -35px;
    width: 70px;
	height: 70px;
}
.redeem-point, .luckydraw-point {
	width: 80px;
}
.redeem-card-text, .luckydraw-card-text {
    width: calc(100% - 80px);
}
.redeem-point span, .luckydraw-point span {
    font-size: 30px;
	line-height: 30px;
}

/* ----- footer----- */
#footer-section footer,
#footer-section.footer-default footer {
	margin-top:-20px;
}
#footer-section.footer-content footer {
	margin-top:-150px;
}
#footer-section.footer-account footer {
	margin-top:-180px;
}
.footerswap {
    padding: 15% 0 40px 0;
}

}

/* xl - more 3 */
@media (min-width: 1200px) and (max-width: 1300px) {

.container {
	max-width: 1000px;
}

/* ----- banner headerbox ----- */
.headerbox {
	height: 400px;
}
.headerbox h1 {
	font-size: 35px;
	line-height: 40px;
}
.headerbox h2 {
	font-size: 20px;
	line-height: 25px;
}

/* ----- banner hero----- */
#banner-hero-section .container {
	width: 850px;
	max-width: 850px;
}
.memberbox {
	width: 180px;
	height: 180px;
	right: -140px;
	bottom:110px;
}
.greenbox {
    padding: 15px 10px 12px 10px;
}
.numberpoint {
    font-size: 23px;
}
.numberpoint::after {
	margin: 0;
    font-size: 12px;
}
.point-box {
	padding-top: 0;
}


/* ----- promotion----- */
#promotion {
	margin-top: -170px;
}
.mask3 {
	margin-bottom: -240px;
}
/* ----- redeem----- */
.mask4 {
	height: 300px;
}
.banavata {
    top: -35px;
    width: 70px;
	height: 70px;
}
.redeem-point, .luckydraw-point {
	width: 80px;
}
.redeem-card-text, .luckydraw-card-text {
    width: calc(100% - 80px);
}
.redeem-point span, .luckydraw-point span {
    font-size: 30px;
	line-height: 30px;
}

/* ----- collectpoint ----- */

.store-cc {
    width: 100px;
	height: 100px;

}

/* ----- footer----- */
#footer-section footer,
#footer-section.footer-default footer {
	margin-top:0;
}
#footer-section.footer-content footer {
	margin-top:-150px;
}
#footer-section.footer-account footer {
	margin-top:-180px;
}
.footerswap {
    padding: 13% 0 40px 0;
}

}

/* xl */
@media (min-width: 1200px) {

.xl-pd-content-top {
	padding-top: 80px !important;
}
.xl-pd-content-bottom {
	padding-bottom: 80px!important;
}
.xl-min-pd-content-top {
	padding-top: 40px!important;
}
.xl-min-pd-content-bottom {
	padding-bottom: 40px !important;
}
.xl-none-pd-content-top,
.xl-none-min-pd-content-top {
	padding-top: 0 !important;
}
.xl-none-pd-content-bottom,
.xl-none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

}


/* lg - xs */
@media (max-width: 1199.98px) {

/* .headerbox {
	display: none !important;
} */

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

body {
	font-size: 16px;
	line-height: 30px;
}

.container {
	width:850px;
	max-width:850px;
}

/* ----- padding ----- */

/* padding content */
.pd-content {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pd-content-top {
	padding-top: 70px;
}
.pd-content-bottom {
	padding-bottom: 70px;
}

/* min padding */
.site-section.min-pd-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.min-pd-content-top {
	padding-top: 30px;
}
.min-pd-content-bottom {
	padding-bottom: 30px;
}

/* lg padding */
.lg-pd-content-top {
	padding-top: 70px!important;
}
.lg-pd-content-bottom {
	padding-bottom: 70px!important;
}
.lg-min-pd-content-top {
	padding-top: 35px!important;
}
.lg-min-pd-content-bottom {
	padding-bottom: 35px!important;
}
.lg-none-pd-content-top,
.lg-none-min-pd-content-top {
	padding-top: 0 !important;
}
.lg-none-pd-content-bottom,
.lg-none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

/* ----- slide ----- */
.owl-dot {
    width: 10px !important;
	height: 10px !important;
}

/* ----- banner hero----- */
#banner-hero-section .container {
	width: 700px;
	max-width: 700px;
}
#bannerhero .owl-item .container {
    padding-top: 90px;
}
#bannerhero .owl-dots {
	/* margin: 0 auto !important; */
	bottom: 20px;
}
/* .memberbox-row {
	display: none !important;
} */
.memberbox {
	width: 160px;
	height: 160px;
	right: -120px;
	bottom:85px;
}
.greenbox {
    padding: 15px 10px 12px 10px;
}
.numberpoint {
    font-size: 23px;
}
.numberpoint::after {
	margin: 0;
    font-size: 12px;
}
.point-box {
	padding-top: 0;
}

/* ----- how to ----- */
#howto-section {
    padding: 60px 0 40px 0 !important;
}
#howto-slide {
    width: 700px;
}
.stepnum {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 0;
    left: 15%;
}

/* ----- promotion ----- */
#promotion {
    margin-top: 0;
}
.swoppromo {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
.mask3 {
	padding-top: 40px;
	padding-bottom: 100px;
    margin-bottom: -110px;
}

/* ----- redeem----- */
.mask4 {
    height: 310px;
}
.mask5 {
	margin-top: -50px;
}

.redeem-card {
	width: calc( 100% / 2 ) !important;
}
.redeem-point,  .luckydraw-point {
	width: 80px;
}
.redeem-card-text,  .luckydraw-card-text {
	width: calc(100% - 80px);
	padding-left: 15px;
}
.redeem-point span, .luckydraw-point span {
    font-size: 30px;
	line-height: 30px;
	margin: 55px 0 0 0;
}
.banavata {
	width: 60px;
	height: 60px;
	top: -30px;
}

/* ----- collect point----- */

/* ----- footer----- */
#footer-section footer,
#footer-section.footer-default footer {
	margin-top:10px;
}
#footer-section.footer-content footer {
	margin-top:-150px;
}
#footer-section.footer-account footer {
	margin-top:-180px;
}
.footerswap {
    padding: 15% 0 50px 0;
}
.logo-on-footer {
    width: 80px;
}

}

/* md - sm - xs */
@media (max-width: 991.98px) {

/* ----- header ----- */
/* .sticky-wrapper {
	position: relative;
} */
.site-navbar {
	height: 70px;
	background: rgba(26, 78, 157, .95);
}
.site-navbar .row>.col.col-menu-desktop {
	display: none !important;
}
.site-navbar .row>.col.col-point {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-navbar .row>.col.col-menu-mobile {
	display: flex !important;
	align-items: center;
}
.site-navbar .row>.col.col-menu-mobile,
.site-navbar .row>.col.col-point {
	width: calc(50% - 50px);
}
.site-navbar .row>.col.col-menu-mobile .site-menu-toggle {
	margin: 0 !important;
}
.site-navbar .row>.col.col-logo {
	justify-content: center !important;
}
.site-logo {
	margin: 0 auto;
}
.site-logo img {
    width: 70px;
}

.site-mobile-menu .site-mobile-menu-header {
    height: 140px;
}
.site-mobile-menu .site-mobile-menu-body {
    height: calc( 100% - 210px ) !important;
}
.site-mobile-menu-footer,
.site-mobile-avata,
.site-mobile-menu .site-mobile-menu-header::before {
    height: 70px;
}
.site-mobile-avata>.name {
	top: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	top: 20px;
}

.site-mobile-menu-footer .contact-row>.contact-icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
}
.site-mobile-menu-footer .contact-row>.contact-detail {
	width: calc(100% - 35px);
}
.site-mobile-menu-footer .contact-row>.contact-detail h2 {
    font-size: 12px !important;
}
.site-mobile-menu-footer .contact-row>.contact-detail h3 {
    font-size: 19px !important;
    line-height: 25px !important;
}

.headerbox {
	display: none !important;
}

/* ----- banner hero----- */
#bannerhero .owl-item .container {
    padding-top: 80px;
}

}


/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

body {
	font-size: 16px;
	line-height: 30px;
}

/* ----- padding ----- */

/* padding content */
.pd-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd-content-top {
	padding-top: 50px;
}
.pd-content-bottom {
	padding-bottom: 50px;
}

/* min padding */
.site-section.min-pd-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.min-pd-content-top {
	padding-top: 30px;
}
.min-pd-content-bottom {
	padding-bottom: 30px;
}

/* md padding */
.md-pd-content-top {
	padding-top: 50px !important;
}
.md-pd-content-bottom {
	padding-bottom: 50px!important;
}
.md-min-pd-content-top {
	padding-top: 30px !important;
}
.md-min-pd-content-bottom {
	padding-bottom: 30px !important;
}
.md-none-pd-content-top,
.md-none-min-pd-content-top {
	padding-top: 0 !important;
}
.md-none-pd-content-bottom,
.md-none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

/* ----- slide----- */
.owl-dot {
	width: 10px !important;
	height: 10px !important;
}
.owl-dot+.owl-dot {
	margin-left: 5px !important;
}

/* ----- banner hero----- */
.memberbox-row {
	display: none !important;
}
#bannerhero .owl-dots {
	/* margin: 0 auto !important; */
	bottom: 20px;
}
/* #bannerhero .owl-item .container {
    padding-top: 30px;
} */
/* .bannermask {
    mask: none;
    -webkit-mask: none;
    min-height: inherit !important;
} */

/* ----- how to ----- */
#howto-section {
    padding: 60px 0 40px 0 !important;
}
#howto-slide {
    width: 650px;
}
.stepnum {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 0;
    left: 15%;
}
.stephead {
    margin:0 auto 15px auto;
}
.stepbox-group .stepbox2 {
    margin-top: 0;
}
.stepline {
	margin-top: 0 !important;
}

/* ----- promotion ----- */
#promotion {
    margin-top: 0;
}
.swoppromo {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
.mask3 {
	padding-top: 40px;
	padding-bottom: 40px;
    margin-bottom: 0;
}

/* ----- redeem ----- */
#redeem-section {
    margin-top: 0;
}
#redeem-section>.redeem-container {
	padding: 50px 0 !important;
}
#redeem-section>.redeem-container:after {
	height: 100% !important;
}
#redeem-section>.redeem-container:before {
	display: none !important;
}
.mask4 {
	mask: none !important;
	-webkit-mask: none !important;
	height: auto !important;
	padding-top: 0 !important;
}
.tagshead h3.th {
	font-size: 20px;
	line-height: 30px;
}
.tagshead h3.en {
	font-size: 15px;
	line-height: 20px;
}
.tagshead {
	height: auto !important;
	background: #0c4da2 !important;
	padding: 20px 0 25px 0 !important;
	max-width: none !important;
	width: 100% !important;
	margin:0 !important;
}
.tagshead>.centerbox {
	position: relative;
	width: 690px;
	max-width: 100%;
	/* width: auto !important; */
	margin: 0 auto;
	padding: 0 0 0 60px !important;
}

.categoryblock,
.categoryblock li {
	height: 90px;
}
.categoryblock li a {
	padding-top: 15px;
}

/* .redeem-point span, .luckydraw-point span {
    font-size: 35px;
} */

.redeem-point,  .luckydraw-point {
	width: 80px;
}
.redeem-card-text,  .luckydraw-card-text {
	width: calc(100% - 80px);
	padding-left: 15px;
}
.redeem-point span, .luckydraw-point span {
    font-size: 30px;
	line-height: 30px;
	margin: 55px 0 0 0;
}
.banavata {
	width: 60px;
	height: 60px;
	top: -30px;
}

/* ----- news----- */
#news-section {
    padding: 0 !important;
}
#newsSlide .owl-nav {
	display: none !important;
}
#news-section .tagshead {
	margin-bottom: 40px !important;
}

/* ----- footer----- */
#footer-section footer,
#footer-section.footer-default footer {
	margin-top:10px;
}
#footer-section.footer-content footer {
	margin-top:-150px;
}
#footer-section.footer-account footer {
	margin-top:-180px;
}
.footerswap {
    padding: 13% 0 40px 0;
}
.footerswap, .footerswap p, .footerswap li {
    font-size: 11px;
    line-height: 25px;
}
.logo-on-footer {
    width: 80px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

/* ----- header ----- */
.site-navbar>.container {
	max-width: 100%;
	width: 100%;
}
.site-navbar .row>.col.col-point .pointbox {
	right: 0 !important;
}


/* ----- banner hero----- */
#banner-hero-section .container {
	width: 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#bannerhero .owl-item .container {
    padding-top: 70px;
}
.memberbox-row {
	display: none !important;
}
.bannermask {
    mask: none;
    -webkit-mask: none;
    min-height: inherit !important;
}

/* ----- redeem ----- */
#redeem-section {
    margin-top: 0;
}
#redeem-section>.redeem-container:after {
	height: 100% !important;
}
#redeem-section>.redeem-container:before {
	display: none !important;
}
.mask4 {
	mask: none !important;
	-webkit-mask: none !important;
	height: auto !important;
	padding-top: 0 !important;
}
.tagshead h3.th {
	font-size: 20px;
	line-height: 30px;
}
.tagshead h3.en {
	font-size: 15px;
	line-height: 20px;
	opacity: 0.5;
}
.tagshead {
	height: auto !important;
	background: #0c4da2 !important;
	padding: 20px 0 25px 0 !important;
	max-width: none !important;
	width: 100% !important;
	margin:0 !important;
}
.tagshead>.centerbox {
	position: relative;
	width: 510px;
	max-width: 100%;
	/* width: auto !important; */
	margin: 0 auto;
	padding: 0 0 0 60px !important;
}

.categoryblock,
.categoryblock li {
	height: 90px;
}
.categoryblock li a {
	padding-top: 15px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

body {
	font-size: 16px;
	line-height: 30px;
}

/* ----- padding ----- */

/* padding content */
.pd-content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd-content-top {
	padding-top: 50px;
}
.pd-content-bottom {
	padding-bottom: 50px;
}

/* min padding */
.site-section.min-pd-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.min-pd-content-top {
	padding-top: 30px;
}
.min-pd-content-bottom {
	padding-bottom: 30px;
}

/* sm padding */
.sm-pd-content-top {
	padding-top: 50px !important;
}
.sm-pd-content-bottom {
	padding-bottom: 50px !important;
}
.sm-min-pd-content-top {
	padding-top: 30px !important;
}
.sm-min-pd-content-bottom {
	padding-bottom: 30px !important;
}
.sm-none-pd-content-top,
.sm-none-min-pd-content-top {
	padding-top: 0 !important;
}
.sm-none-pd-content-bottom,
.sm-none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

/* ----- fancybox ----- */
.fancybox-content {
	padding: 50px 40px;
	width: 450px !important;
}
.fancybox-content h1 {
    font-size: 25px;
    line-height: 30px;
}
.fancybox-content h2 {
    font-size: 20px;
    line-height: 25px;
}
.fancybox-content h3 {
	font-size: 17px;
    line-height: 25px;
}
.fancybox-content:before {
    width: 60px;
    height: 40px;
	top: -50px;
}

/* ----- topic section ----- */
#topic-section .topic-container {
	padding-left: 50px;
	padding-right: 50px;
}
#topic-section .breadcrumb-row+.title-row {
    margin-top: 20px !important;
}
.bgpage #topic-section .topic-container {
    padding: 30px 0 30px 0 !important;
}

/* ----- float menu ----- */
#float-menu-contact-section {
	bottom: 15px;
	right: 15px;
}
#float-menu-contact-section .floatmenu-btn {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
	height: 40px;
}
#float-menu-contact-section .float-menu-group.list {
    padding-bottom: 50px;
}

/* ----- slide----- */
.owl-dot {
	width: 10px !important;
	height: 10px !important;
}
.owl-dot+.owl-dot {
	margin-left: 5px !important;
}

#bannerhero .owl-dots {
	margin: 0 auto !important;
	bottom: 20px;
}

/* ----- how to ----- */
#howto-section {
    padding: 50px 0 30px 0 !important;
}
#howto-slide {
    width: 500px;
}
.stephead img {
    max-width: 200px;
}
.ciclemask {
    height: 150px;
    width: 150px;
}
.stepnum {
    width: 40px;
    height: 40px;
    top: 0;
    left: 10%;
}
.stephead {
    margin:0 auto 10px auto;
}
.stepbox-group .stepbox2 {
    margin-top: 0;
}
.stepline {
	margin-top: 0 !important;
}

/* ----- promotion ----- */
#promotion {
    margin-top: 0;
}
.swoppromo {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
.swoppromo .promo-item .container {
	padding: 0 !important;
}
.mask3 {
	padding-top: 30px;
	padding-bottom: 30px;
    margin-bottom: 0;
}

/* ----- redeem ----- */
#redeem-section>.redeem-container {
	padding: 50px 0 !important;
}

.redeem-card-body {
    height: 125px;
}
/* .redeem-card-text .description, .luckydraw-card-text .description {
    height: 15px;
} */
.redeem-point span, .luckydraw-point span {
    font-size: 35px;
	line-height: 35px;
	margin: 50px 0 0 0;
}

/* ----- news----- */
#news-section {
    padding: 0 0 50px 0 !important;
}
#newsSlide .owl-nav {
	display: none !important;
}
#news-section .tagshead {
	margin-bottom: 40px !important;
}

/* ----- collect point----- */
.sectionstore {
	padding: 40px 0 !important;
}
.sectionqrcode {
	padding: 40px 0 !important;
}
.sectionqrcode .swapform {
	padding: 10px 0 0 0 !important;
}
.store-cc {
    width: 130px;
	height: 130px;
}

}

/* xs */
@media (max-width: 575.98px) {

body {
	font-size: 15px;
	line-height: 30px;
}

.container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.h3, h3 {
	font-size: 17px;
	line-height: 25px;
}
.h4, h4 {
	font-size: 20px;
	line-height: 25px;
}

/* ----- padding ----- */

/* padding content */
.pd-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd-content-top {
	padding-top: 30px;
}
.pd-content-bottom {
	padding-bottom: 30px;
}

/* min padding */
.site-section.min-pd-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.min-pd-content-top {
	padding-top: 20px;
}
.min-pd-content-bottom {
	padding-bottom: 20px;
}

/* xs padding */
.xs-pd-content-top {
	padding-top: 30px !important;
}
.xs-pd-content-bottom {
	padding-bottom: 30px !important;
}
.xs-min-pd-content-top {
	padding-top: 20px !important;
}
.xs-min-pd-content-bottom {
	padding-bottom: 20px !important;
}
.xs-none-pd-content-top,
.xs-none-min-pd-content-top {
	padding-top: 0 !important;
}
.xs-none-pd-content-bottom,
.xs-none-min-pd-content-bottom {
	padding-bottom: 0 !important;
}

/* ----- fancybox ----- */
.fancybox-content {
	padding: 40px 30px;
}
.fancybox-content h1 {
    font-size: 25px;
    line-height: 30px;
}
.fancybox-content h2 {
    font-size: 20px;
    line-height: 25px;
}
.fancybox-content h3 {
	font-size: 17px;
    line-height: 25px;
}
.fancybox-content:before {
    width: 60px;
    height: 40px;
	top: -50px;
}

/* ----- topic section ----- */
#topic-section .topic-container {
	padding-left: 30px;
	padding-right: 30px;
}
#topic-section .title-row .title {
	font-size: 20px !important;
}
#topic-section .breadcrumb-row+.title-row {
    margin-top: 20px !important;
}
.bgpage #topic-section .topic-container {
    padding: 30px 0 30px 0 !important;
}

/* ----- float menu ----- */
#float-menu-contact-section {
	bottom: 10px;
	right: 5px;
}
#float-menu-contact-section.update {
	bottom: 79px;
}
#float-menu-contact-section .floatmenu-btn {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
	height: 40px;
}
#float-menu-contact-section .float-menu-group.list {
    padding-bottom: 50px;
}

/* ----- slide----- */
.owl-dot {
	width: 10px !important;
	height: 10px !important;
}
.owl-dot+.owl-dot {
	margin-left: 5px !important;
}

#bannerhero .owl-dots {
	margin: 0 auto !important;
	bottom: 20px;
}


/* ----- how to ----- */
#howto-section {
    padding: 40px 0 20px 0 !important;
}
#howto-section .container {
	padding: 0 !important;
}
.stephead img {
    max-width: 180px;
}
.ciclemask {
    height: 250px;
    width: 250px;
}
.stepnum {
    width: 40px;
	height: 40px;
	line-height: 40px;
    top: 4%;
    left: 15%;
}
.stepnum span {
    font-size: 20px;
	line-height: 40px;
}
.stephead {
    margin:0 auto;
}
.stepbox-group {
	flex-wrap: nowrap !important;
}
.stepbox-group>[class*="stepbox"] {
	width: auto !important;
	flex: none !important;
	padding: 0 5px !important;
}
.stepbox-group .stepbox2 {
    margin-top: 0;
}
.stepline {
	margin-top: 0 !important;
}

/* ----- promotion ----- */
#promotion {
    margin-top: 0;
}
.swoppromo {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
.swoppromo .promo-item .container {
	padding: 0 !important;
}
.mask3 {
	padding-top: 20px;
	padding-bottom: 20px;
    margin-bottom: 0;
}

/* ----- redeem ----- */
#redeem-section>.redeem-container {
	padding: 0 0 20px 0 !important;
}
#redeem-section>.redeem-container .default-btn {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.categoryblock {
	width: calc( 100% + 40px );
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 0 !important;
}
.categoryblock, .categoryblock li {
    height: 65px;
}
.categoryblock li {
	font-size: 0;
	width: auto !important;
	min-width: 65px;
}
.categoryblock li a {
    padding-top: 0;
}
.categoryblock li i {
	font-size: 30px;
	margin-top: 18px;
}
.tagshead {
	padding: 20px 20px 25px 20px !important;
}

.redeem-card-body, .luckydraw-card-body {
	padding: 0 15px !important;
}
.redeem-card-text, .luckydraw-card-text {
	padding-left: 15px !important;
}
.redeem-point span, .luckydraw-point span {
    font-size: 30px;
	line-height: 30px;
	margin: 55px 0 0 0;
}

.redeem-card-text .title, .luckydraw-card-text .title {
    font-size: 16px;
    line-height: 25px;
    min-height: 25px;
    max-height: 50px;
}

/* ----- news----- */
#news-section {
    padding: 0 0 30px 0 !important;
}
#news-section>.container {
	padding: 0 !important;
}
.newscard {
	padding: 0 20px !important;
}
#newsSlide .owl-nav {
	display: none !important;
}
#news-section .tagshead {
	margin-bottom: 10px !important;
}

/* ----- collect point----- */
.sectionstore {
	padding: 40px 0 !important;
}
.sectionqrcode {
	padding: 40px 0 !important;
}
.sectionqrcode .swapform {
	padding: 10px 0 0 0 !important;
}
.sectionstore #FrmCode .cc-selector {
	max-width: 360px;
	margin: 0 auto;
}

}

/* xs - more */
@media (max-width: 480px) {

/* ----- float menu ----- */
#float-menu-contact-section {
	bottom: 65px;
	right: 5px;
}
#float-menu-contact-section.update-bottom {
    bottom: 130px;
}

/* ----- footer ----- */
.bgcopyright {
	height: auto !important;
	padding: 20px 0 75px 0;
}

/* ----- redeem ----- */
.redeem-point,  .luckydraw-point {
	width: 70px;
}
.redeem-card-text,  .luckydraw-card-text {
	width: calc(100% - 70px);
	padding-left: 15px;
}
.redeem-point span, .luckydraw-point span {
    font-size: 27px;
	line-height: 27px;
	margin: 40px 0 0 0;
}
.banavata {
	width: 55px;
	height: 55px;
	top: -27.5px;
}

}