/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
 
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  color: #000000;
  overflow-x: hidden;
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 60px 0;
  position: relative;
}

section h2 {
  font-size: 50px;
}
.font-xs {
	font-weight: 300;
	font-size: 13px;
}
.font-weight-medium {
	font-weight: 600;
}
.text-muted {
	color: #52585c!important;
}
.b-r-lg {
	border-radius: 20px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #fff;
  transition: all .35s;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
}
#mainNav .navbar-collapse.collapse.show {
  box-shadow: 0 3px 5px rgba(0,0,0,0.08);
}
#mainNav.navbar-shrink {
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}
#mainNav .navbar-brand {
  color: #fdcc52;
  font-weight: 200;
  letter-spacing: 1px;
}
#mainNav .navbar-brand img {
  width: 150px;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  padding: 8px 20px;
  color: #71cfd6;
  font-size: 20px;
  border: 0;
}
#mainNav .navbar-toggler:focus {
	outline: 0;
}

#mainNav .navbar-nav > li > a {
  font-size: 15px;
  margin: 0 10px;
  padding: 1rem 0.5rem;
}

#mainNav .navbar-nav > li > a.active {
  background-color: transparent;
  font-weight: 600;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #484848;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #FF947F;
}
#mainNav .navbar-nav > .get-started > a,
#mainNav .navbar-nav > .get-started > a:focus {
  background: #000;
  color: #40D5A9!important;
  border-radius: 50px;
  margin-top: 4px;
  margin-bottom: 15px;
  padding: 4px 14px;
  display: inline-block;
}
.dropdown-country {
	border-radius: 20px;
	border-color: transparent;
	margin-top: 0px;
	font-size: 15px;
	min-width: 275px;
}
.dropdown-country .dropdown-item:hover,
.dropdown-country .dropdown-item:focus,
.dropdown-country .dropdown-item:active {
	background-color: #fbfbfb;
	border-radius: 8px;
}
.dropdown-country .dropdown-item {
	padding: 10px 22px;
}
.dropdown-country .country-icon {
	transform: scale(0.9);
}
.country-icon {
	display: inline-block;
    width: 25px; 
	height: 25px;	
	margin-right: 5px;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.08);
	vertical-align: top;
}
.country-icon.malaysia {
    background: url('../img/country_icon.png') -0 -0;
}
.country-icon.cambodia {
    background: url('../img/country_icon.png') -0 -25px;
}
.country-icon.thailand {
    background: url('../img/country_icon.png') -0 -50px;
}
.country-icon.singapore {
    background: url('../img/country_icon.png') -0 -75px;
}


@media (min-width: 992px) {
  section {
    padding: 80px 0;
  }
  #mainNav {
    border-color: transparent;
    background-color: transparent;
	margin-top: 30px;
	box-shadow: none;
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-brand img {
	width: 200px;
	transition: all 0.5s ease;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #000;
	padding: 0.5rem;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #484848;
  }
  #mainNav .navbar-nav > .get-started > a,
  #mainNav .navbar-nav > .get-started > a:focus {
	background: #000;
    color: #40D5A9!important;
	margin-bottom: 0;
  }
  #mainNav .navbar-nav > .get-started > a:hover,
  #mainNav .navbar-nav > .get-started > a:focus:hover {
	background: #000!important;
	color: #fff!important;
  }
  #mainNav .navbar-nav > .get-started > a.active {
	background:#76cfd5!important;
	color: #fff!important;
  }
  #mainNav .navbar-collapse.collapse.show {
	box-shadow: none;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff;
	margin-top: 0px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand img {
	width: 80px!important;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    width: 130px!important;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #71CFD6;
  }
  .dropdown-country {
	border-color: #eaeaea;
	margin-top: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  }
}

header.masthead {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 250px;
  padding-bottom: 100px;
}

header.masthead .header-content {
  margin-top: -80px;
}
header.masthead .header-content h1 {
  font-size: 32px;
}
header.masthead .header-content h5 {
  font-size: 16px;
}
header.masthead .header-content p {
    font-size: 14px;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

.header-bg-mobile {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_1_mobile.png');
	background-repeat: no-repeat;
	background-position: right 66%;
	background-size: 80%;
	display: block;
}
.header-element1 {
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_element_2.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 150px;
}
.header-element2 {
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_element_1.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 160px;
}
@media (max-width: 768px) {
	header.masthead .header-content.top {
		margin-top: -100px;
	}
	.bottom {
		background-position: right bottom;
	}
}
@media (min-width: 992px) {
  header.masthead .header-content {
    margin-bottom: 0;
	margin-top: 20px;
  }	
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content h1 {
    font-size: 44px;
  }
  header.masthead .header-content h5 {
	font-size: 20px;
  }
  header.masthead .header-content p {
    font-size: 15px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
  .header-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_1.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 62%;
  }
  .header-bg-mobile {
	  display: none;
  }
}

section.features {
  position: relative;
}

section.features h2 {
  font-size: 26px;
  margin-top: 0;
}

section.features .currency {
  font-size: 16px;
  vertical-align: super;
}

section.features .device-container,
section.features .feature-item {
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

section.features .feature-item {
	text-align: center;
	margin-bottom: 40px;
}
section.features .feature-item img {
	width: 120px;
	margin-bottom: 10px;
}
.section-text {
  font-size: 20px;
}
.section-subtext {
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  section.features h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .section-text {
	font-size: 26px;
  }
  .section-subtext {
	font-size: 16px;
	line-height: 1.4;
  }
  section.features .device-container {
    margin-bottom: 0;
  }
  section.features .feature-item {
	text-align: left;
  }
  section.features .feature-item .section-text {
	min-height: 90px;
  }
  section.features .feature-item img {
	width: 160px;
	margin-bottom: 20px;
  }
}




section.contact {
	background-color: #F8F6F4;
}
section.contact h2 {
	font-size: 26px;
}

section.contact {
  text-align: center;
  padding-bottom: 70px;
}
.contact-element1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_element_4.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 25%;
}
.contact-element2 {
	position: absolute;
	right: 50px;
	top: 60px;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_element_3.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 10%;
}
.contact-element3 {
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_element_5.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 12%;
}
@media (min-width: 768px) {
  section.contact h2 {
  margin-top: 0;
  font-size: 32px;
 }
}


section.extra {
	background: #71CFD6;
	color: #fff;
}
section.extra h2 {
	font-size: 26px;
}
.extra-element1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_element_2.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 20%;
}
.extra-element2 {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_element_1.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 28%;
}
@media (min-width: 768px) {
  section.extra h2 {
  margin-top: 0;
  font-size: 32px;
 }

}

#subscription {
	background: #fff;
}
section .pricing-card {
	background-color: #fff;
	border-radius: 15px;
	border: solid 3px #71CFD6;
	padding: 20px 10px 15px 10px;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}
section .pricing-card.red {
	border: solid 3px #FF947F;
}
section .pricing-card.yellow {
	border: solid 3px #ffe266;
}
section .pricing-card.gray {
	border: solid 3px #F8F6F4;
}
.gray-bg {
	background-color:#F8F6F4;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #F8F6F4;
}
@media (min-width: 992px) {
 section .pricing-card {
  min-height: 400px;
 }
 section .pricing-card.gray {
   min-height: 200px
 }
}



.form-custom {
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 20px;
	color: #000;
	padding: 0 20px;
	height: 46px;
}
.form-custom:focus {
	border-color: #ddd;
	outline: none;
	box-shadow: inherit;
}
.form-custom::placeholder { 
  color: #c1c1c1;
  opacity: 1; 
}

.form-custom:-ms-input-placeholder {
  color: #c1c1c1;
}

.form-custom::-ms-input-placeholder { 
  color: #c1c1c1;
}

header.headform {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 68px);
  background-color: #F8F6F4;
  padding: 0 10px;
}
.bg-form {
	background: #ffffff;
	padding: 40px;
	border-radius: 20px;
	margin-top: 40px;
	margin-bottom: 40px; 
}
.bg-form label {
	font-size: 14px;
}
.bg-form .form-custom {
	border: solid 1px #ddd;
}
.form-custom.dark{
	background-color: rgba(255, 232, 208, 0.05);
	border: solid 1px #ffbe7c;
	color: #232425;
	box-shadow: 3px 5px #ffe8d0;
}
.order-input {
	display: none;
}
.order-inputnot(:disabled) ~ label {
	cursor: pointer;
}
.order-input:disabled ~ label {
	color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
	box-shadow: none;
	cursor: not-allowed;
}
.order-label {
	height: 100%;
	display: block;
	background: transparent;
	border: solid 1px #ddd;
	border-radius: 14px;
	padding: 15px 25px;
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
}
.order-input:checked + label {
	border: solid 2px #FF947F;
}
.order-input:checked + label::after {
	color: #fff;
	content: '\2714'; 
	border: 2px solid #FF947F;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 9px;
	height: 20px;
	width: 20px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background: #FF947F;
}
@media (min-width: 992px) {
   header.headform.success {
    padding-top: 40px;
  }
}
footer {
  padding: 25px 0;
  text-align: right;
  color: #C9C9C9;
  background-color: #58595B;
}


footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#ffdead, #ffdead);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  border-radius: 100px;
}
.btn-sm {
	min-width: 100px;
	padding: 4px 18px;
}
.btn-primary {
	background-color: #71CFD6;
	border-color: #71CFD6;
}
.btn-primary:hover,
.btn-primary:active {
	background-color: #5ed4c0!important;
	border-color: #5ed4c0!important;
	box-shadow: none;
}
.btn-primary:focus {
	color: #fff!important;
	box-shadow: none;
}
.btn-secondary {
	background-color: #ff937e;
	border-color: #ff937e;
}
.rounded-md {
	border-radius: 30px!important;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 20px;
  height: 40px;
  bottom: 20px;
  box-shadow: inset 0 0 0 2px #fee074;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fee074;
  margin-left: -3px;
  top: 6px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
#slider-main img {
	max-width: 700px!important;
	margin: 0 auto;
	border-radius: 20px;
}
.nav-pills .nav-link.active {
    color: #FF947F;
    background-color: transparent;
    border: 2px solid #FF947F;
	border-radius: 50%;
    font-weight: bold;
	position: relative;
}
.nav-pills .nav-link.active:after { 
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 10px;
	margin: 0 auto;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ff947f;
}
.nav-pills .nav-link {
    color: #888;
    font-size: 13px;
	padding: 12px 14px;
	border-radius: 50%;	
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #f5f5f5;
}
@media (min-width: 768px) {

}
@media (max-width: 992px) {
	#modal-banner .modal-content {
		background-image: url(../img/banner_1_low.png);
		background-size: cover;
		background-position: bottom left;
	}
}

@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}

/*Anniversary*/
.header-bg-anniversary {
	/*background: rgb(64,217,161);
	background: linear-gradient(180deg, rgba(64,217,161,1) 0%, rgba(55,168,228,1) 100%);*/
	background: url(../img/mco_bg.png);
	background-position: center;
	background-size: cover;
	padding-top: 200px!important;
	
}
.anniversary-bg-1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_anniversary_1.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 300px;
	display: block;
}
.anniversary-bg-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg_anniversary_2.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 180px;
	display: block;
}
.anniversary-girl {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/anniversary_girl.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 240px;
	display: block;
}
.anniversary-bg-yellow {
	background-color: #ffe266!important;
}
.header-custom-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_custom_1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 85%;
}
.header-custom-element1 {
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_element_custom_1.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 120px;
}
.header-custom-element2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/header_element_custom_2.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 120px;
}
.pricing-card.article {
	border: solid 3px #ffe266;
	min-height: 280px;
}
.pricing-card.article img {
	border-radius: 12px 12px 0 0;
}
.display-5 {
	font-size: 3rem;
	line-height: 1.2;
}
.btn-w-m {
	min-width: 160px;
}
.faq-card {
	border-radius: 16px;
	border: 3px solid #F8F6F4;
	background: #fcfbfa;
}
.faq-card:hover {
	background: #f8f6f4;
}
.faq-card-header {
	padding: 15px 30px;
	border-radius: 16px;
	color: #000000;
	font-weight: 600;
	transition: 0.2s ease all;	
	cursor: pointer;
}
.faq-card-header.collapsed {
	font-weight: 500;
}
.faq-card-body {
	padding: 0 20px 20px 50px;
}


@media (min-width: 992px){
	.header-bg-anniversary {
		min-height: 100vh!important;
		padding-top: 0!important;
	}
	.header-custom-bg {
		background-size: 46%;
	}
}
@media (min-width: 768px) {
	.anniversary-bg-1 {
		background-size: 40%;
	}
	.anniversary-bg-2 {
		background-size: 22%;
	}
	.header-custom-bg {
		background-position: center right;
		background-size: 46%;
	}
}