@charset "UTF-8";
/*Develop by KTC IT- Fornt developer*/

@import url(fonts.css);
@import url(iconfont.css);
@import url(popup.css);
@import url(bootstrap.min.css);

body {
	margin: 0;
	padding: 0;
	font-family: "sukhumvittadmai_lig", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	color: #231f20;
	/* padding-top: 50px; */
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.scroll-links {
	font-family: "sukhumvittadmai_bol";
	font-size: 14px;
	display: block;
	cursor: pointer;
	padding: 0 12px;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a.scroll-links.active,
a.scroll-links:hover {
	color: #bc101a;
}
a.scroll-links.nopadding {
	padding: 0;
}
.mobile-br {
	display: none;
}
.desktop-br {
	display: block;
}
#main_menu a.lang {
	font-size: 14px;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #999;
}
#main_menu a.lang:hover {
	font-size: 14px;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	text-decoration: none;
	color: #333;
}
#main_menu {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	background: #f3f3f4;
	transition: top 0.3s;
	top: 66px; /*-*/
}
#main_menu .navbar {
	padding: 5px 0 0 0;
}
#main_menu .navbar-light .navbar-nav .nav-link {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-weight: bold;
	color: #231f20 !important;
	padding: 0 1rem 0 1rem;
	font-size: 14px;
	margin: 0 1rem;
}

#main_menu .navbar-light .navbar-nav .current a {
	color: #007a53 !important;
}
#main_menu .navbar-light .navbar-nav .nav-link.current {
	color: aqua;
}
#main_menu .navbar-light .navbar-nav .nav-link:hover {
	color: #007a53 !important;
	/*border-bottom: 3px solid #0786a3;*/
}
#main_menu .navbar-light .navbar-nav .active > .nav-link {
	color: #007a53 !important;
	/*border-bottom: 3px solid #0786a3;*/
}
.home {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 30px 0 120px;
}
.home .home-backgroud {
	display: none;
}
.home img.watch {
	width: 90%;
	margin-top: 20%;
}
.home .container-fluid {
	width: 100%;
	padding-right: 130px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.home .fullscreen-bg {
	width: 100%;
	position: absolute;
	margin: 0px;
}
.home #FitbitVideo {
	width: 100%;
	height: 100%;
	margin: -100px 0 0 0;
	padding: 0;
	position: relative;
	display: block;
	min-width: 100%;
}
.home .home-img {
	margin: 120px 0 0 0;
}
.home .home-img img {
	width: 550px;
}
.home .caption-hero {
	margin: 100px 0 0 0;
}
.home .caption-hero h1 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	margin-top: 20px;
	font-size: 38px;
}
.home .caption-hero p {
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	margin-top: 20px;
	font-size: 19px;
}
.home .caption-hero img.logo {
	width: 350px;
}
.home .caption-hero img.visa,
img.mc {
	height: 35px;
	margin-left: 20px;
	margin-top: 20px;
}
.home .caption-hero img.paywave {
	height: 50px;
	margin-left: 20px;
}
.home .caption-hero p.text-1 {
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	margin-top: 50px;
	font-size: 20px;
	color: #fff;
}

#section-cashback {
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 20px 0 120px;
}
#section-cashback .cashback-content {
	padding-top: 100px;
}
#section-cashback .cashback-content h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 50px;
	color: #fff;
}
#section-cashback .cashback-content h2 span {
	font-size: 110px;
	color: #007a53;
	line-height: 0;
}
#section-cashback .cashback-content h2 span.percent {
	font-size: 55px;
	color: #007a53;
}
#section-cashback .cashback-content p.text-01 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}
#section-cashback .cashback-content p.text-01 strong {
	color: #007a53;
}
#section-cashback .cashback-content-3 img.paywave {
	height: 50px;
	margin-left: 20px;
}
#section-cashback .cashback-content p.text-02 {
	font-size: 18px;
	color: #fff;
}
#section-cashback .cashback-content p.text-02 img.sms {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
}
#section-cashback .cashback-content p.text-02 a {
	color: #fff;
}
#section-cashback .cashback-content p.text-02 a img {
	width: 250px;
	margin-bottom: 25px;
}
#section-cashback .cashback-content p.text-02 a.register {
	color: #007a53;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 22px;
}
#section-cashback .cashback-content p.text-02 a.register:hover {
	text-decoration: none;
}
#section-cashback .cashback-content img.paywave {
	height: 50px;
	margin-left: 20px;
}
#section-cashback .cashback-content p.text-1 {
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
}
#section-cashback .cashback-content-2 {
	margin-top: 20px;
}
#section-cashback .cashback-content-2 p.text-03 {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}
#section-cashback .cashback-content-2 p.text-03 img {
	width: 250px;
	margin-left: -8px;
}
#section-cashback .cashback-content-2 p.text-04,
p.text-04 a {
	font-size: 18px;
	color: #fff;
}
#section-cashback .cashback-content-3 {
	margin-top: 20px;
}
#section-cashback .cashback-content-3 p.text-05 {
	font-size: 19px;
	color: #fff;
}
#section-cashback .cashback-content-2 a.register {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #007a53;
	font-size: 25px;
}
#section-cashback .cashback-content-2 a.register:hover {
	color: #013845;
	text-decoration: none;
}
#section-easy-watch {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 5% 0 120px;
}
@media screen and (min-width: 1440px) {
	#section-easy-watch {
		padding: 19% 0 120px;
	}
}
@media screen and (min-width: 1450px) {
	#section-easy-watch {
		padding: 8% 0 120px;
	}
}

@media screen and (min-width: 1920px) {
	#section-easy-watch {
		padding: 19% 0 120px;
	}
}

#section-easy-watch .easy-watch .content-middle {
	padding-top: 20%;
}
#section-easy-watch .easy-watch .content-middle h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 35px;
	line-height: 30px;
	color: #007a53;
}
#section-easy-watch .easy-watch .content-middle h2 span {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 25px;
	color: #fff;
}
#section-easy-watch .easy-watch .content-middle {
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
}
#section-easy-watch .easy-watch .content-middle img.logo {
	width: 70%;
	margin: 0 0 20px 0;
}

#section-easy-watch .easy-watch img.watch {
	margin: 100px 0 0 0;
	width: 80%;
}
#section-easy-watch .easy-watch .content-middle p.text-1 {
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	margin-top: 100px;
	text-align: right;
	font-size: 14px;
	color: #fff;
}
#section-easy-watch .easy-watch .content-middle p.text-1 img.paywave {
	height: 40px;
	margin-left: 20px;
}
#section-easy-watch .content-middle ul {
	margin-left: -20px;
}
#section-easy-watch .content-middle ul li::marker {
	content: "• ";
}

#section-easy-watch .content-middle ul li {
	color: #fff;
	font-size: 20px;
}
#section-secure {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}

#section-secure .right-content {
	padding: 100px 0 0 0;
}
#section-secure .right-content .media {
	margin: 50px 0 30px -75px;
}
#section-secure .right-content .media img {
	width: 70px;
}
#section-secure .right-content h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #000;
	font-size: 28px;
}
#section-secure .right-content h2 span {
	color: #007a53;
	font-size: 50px;
}
#section-secure .right-content ul {
	margin-left: -20px;
}
#section-secure .right-content ul li {
	color: #000;
	font-size: 20px;
}
#section-secure .right-content ul li::marker {
	content: "• ";
}
#section-secure .left-content {
	padding: 150px 0 0 0;
}
#section-secure .left-content img {
	width: 400px;
}
#section-make-easy {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}
#section-make-easy .left-content {
	padding: 120px 0 0 0;
}
#section-make-easy .left-content .text-1 {
	padding: 50px 0 0 0;
	font-size: 20px;
	color: #231f20;
}
#section-make-easy .left-content img.paywave {
	height: 50px;
	margin-left: 20px;
}
#section-make-easy .left-content h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #231f20;
	font-size: 40px;
}
#section-make-easy .left-content h2 span {
	color: #007a53;
	font-size: 47px;
}
#section-make-easy .left-content .media {
	margin: 30px 0 0 -65px;
}
#section-make-easy .left-content .media img {
	width: 50px;
}
#section-make-easy .left-content .media h3 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #231f20;
	font-size: 35px;
	margin-bottom: 10px;
}
#section-make-easy .left-content ul {
	margin-left: -20px;
}
#section-make-easy .left-content ul li {
	color: #231f20;
	font-size: 16px;
}
#section-how-to-install {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}
#section-how-to-install .center-content {
	margin: 80px 0 0 0;
}
#section-how-to-install .center-content h2 {
	font-size: 30px;
	color: #fff;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
}
#section-how-to-install .center-content h2 span {
	font-size: 30px;
	color: #007a53;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
}
#section-how-to-install .step-content {
	margin: 40px 0 0 0;
}
#section-how-to-install .step-content-mobile {
	display: none;
}
#section-how-to-install .step-content img {
	width: 70%;
	margin: auto;
}
#section-how-to-install .step-content h4 {
	margin-top: 20px;
	color: #fff;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 20px;
}
#section-how-to-install .step-content p {
	font-size: 16px;
	color: #fff;
}
#section-how-to-install .step-content img.apps {
	width: auto !important;
	height: 30px;
}
#section-how-to-use {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}
#section-how-to-use .center-content {
	margin: 80px 0 0 0;
}
#section-how-to-use .center-content h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 30px;
	color: #fff;
}
#section-how-to-use .center-content h2 sub {
	height: 50px;
	font-size: 80px;
	color: #007a53;
}
#section-how-to-use .step-content {
	margin-top: 100px;
}
#section-how-to-use .step-content h4 {
	margin-top: 20px;
	color: #fff;
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 20px;
}
#section-how-to-use .step-content p {
	font-size: 16px;
	color: #fff;
}
#section-how-to-use .step-content-mobile {
	display: none;
}
#section-how-to-use .step-content img {
	width: 70%;
	margin: auto;
}
#section-how-to-use .step-content img.visa {
	margin-top: 20px;
	height: 20px;
	width: auto;
}
.devices-content-mobile {
	display: none;
}
#section-video {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}
#section-video .center-content {
	margin: 80px 0 0 0;
}
#section-video .center-content img {
	height: 50px;
	vertical-align: sub;
}
#section-video .center-content h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	font-size: 30px;
	color: #fff;
}
#section-video .center-content h2 span {
	height: 50px;
	font-size: 35px;
	color: #007a53;
}
#section-video .center-content .video {
	width: 800px;
	margin: auto;
}
#section-support-devices {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	padding: 30px 0 120px;
}
#section-support-devices h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #000;
	font-size: 30px;
	margin: 80px 0 0 0;
}
#section-support-devices img.img-device {
	margin-top: 100px;
	width: 60%;
}
#section-support-devices h4 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
#section-support-devices p {
	font-size: 20px;
}
#section-support-devices .devices-moblie {
	display: none;
}
#section-FAQ {
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1000px;
	width: 100%;
	padding: 30px 0 0px;
}
#section-FAQ h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #007a53;
	font-size: 30px;
	margin: 80px 0 0 0;
}
#section-FAQ .accordion {
	margin: 50px 0 0 0;
}
#section-FAQ h5 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	margin: 0;
	color: #fff;
}
#section-FAQ h5 .btn {
	padding: inherit;
	margin: 0;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 45px;
}
#section-FAQ h5 svg {
	margin-right: 5px;
	color: #007a53 !important;
	font-weight: bold;
}
#section-FAQ .answer {
	margin-left: 32px;
	color: #fff;
}
#section-new-card {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	width: 100%;
	padding: 30px 0 120px;
}
#section-new-card .section-header {
	margin: 120px 0 30px 0;
	text-align: center;
}
#section-new-card .section-header h2 {
	font-family: "gothamrounded-medium", "sukhumvittadmai_bol";
	color: #231f20;
	font-size: 35px;
}
#section-new-card .section-header h2 span {
	color: #007a53;
}
#cards {
	max-width: 450px;
	margin: 40px auto 0px;
}
#cards .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transform-style: inherit;
	transform-style: inherit;
}
#cards .owl-nav .owl-prev {
	position: relative;
	top: -165px;
	left: -250px;
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	font-size: 70px;
	color: #007a53;
}
#cards .owl-nav .owl-next {
	position: relative;
	top: -165px;
	right: -250px;
	font-family: "gothamrounded-light", "sukhumvittadmai_lig";
	font-size: 70px;
	color: #007a53;
}
.owl-prev span,
.owl-next span {
	opacity: 1 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #007a53 !important;
	line-height: 1.5 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none !important;
}
button:focus {
	outline: none !important;
}
#cards .owl-dots {
	display: none;
	margin-top: 30px;
}
.fitbit-promotion {
	margin: 50px 0 50px 0;
	font-size: 20px;
}
.fitbit-promotion a {
	color: #231f20;
}
/* Footer */
/* .footer { padding:15px 0; border-top: 1px solid #eee; border-bottom: 3px solid #007A53; background:#231f20; height: 50px; color: #999;}
.footer-social { line-height: 1; text-align: right;}
.footer-social a { margin-left: 10px; font-size:18px; color: #999;}
.footer .f-left { float: left;}
.footer .f-right { float: right;}
.footer .f-tel { font-size: 16px; margin-right: 20px; font-family: 'sukhumvittadmai_med';}
.copyright { font-size: 13px;} */

a.btn.btn-dark.btn-lg {
	font-family: "Conv_SukhumvitTadmai_Bol";
	color: #cf3339;
	font-size: 14px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #cf3339;
	width: 120px;
	height: 40px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index: 1;
	position: relative;
}
a.btn.btn-dark.btn-lg:hover {
	background-color: #cf3339;
	color: #fff;
}

#section-video iframe {
	height: 450px !important;
}
