@charset "utf-8";
/***************************************************************************/
/********************************  $Content  *******************************/
/**
* + Content
* + Imports Fonts and Icons
* + General Tags
* + Animate Itemas on Start
* + Buttons
* + Featured
* + Home
* + Iframe Video
* + Image Thumbnail
* + List Items
* + Menu Effect
* + Modals
* + Navbar Toggle
* + Navigation
* + Patners
* + Products
* + Reviews
* + Screen Shots
* + Social
* + Sticky
* + Suscribe
* + Team
* + Video
*/
/**
 *
 *
 *
 *
/************************  $Import Fonts and Icons  ************************/
/*
 *
/* Raleway - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("fonts.css");
/**
 *
 *
 *
 *
/***************************************************************************/
/*****************************  $General Mega App Tags  *****************************/
body {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	/* color: #555; */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
  	line-height: 1;
}
h1, h2 {
  	font-family: 'gothamrounded-light','sukhumvittadmai_lig';  
}
h3, h4, h5, h6 {
  	font-family: 'gothamrounded-medium','sukhumvittadmai_bol';
}
h1 {
  	font-size: 60px;
}
h2 {
  	font-size: 50px;
}
h3 {
  	font-size: 36px;
}
h4 {
  	font-size: 30px;
}
h5 {
  	font-size: 25px;
}
h6 {
  	font-size: 20px;
}

p {  
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	/* color: #555; */
	margin: 0 0 10px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
  	max-width: 100%;
}

a {
	color: #555;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
a:active,
a:hover,
a:focus {
	/* border: none; */
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #222;
  	text-decoration: none;
}
a:focus {
  	border: none;
  	outline: none;
  	text-decoration: none;
}

input::-moz-focus-inner {
  	border: 0;
}

article {
  	background-color: #FFF;
}

object,
embed {
  	outline: 0;
}

section {
  	overflow: hidden;
}
section h1:first-child {
  	margin-top: 0;
}

/* Header */
header {
	position: relative;
	width: 100%; 
	height: 80px;
	z-index: -1;
	background-color: #FFF;
	border-bottom: 1px solid #e7e7e7;	
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);	
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;		
}
header:hover {
  	background-color: #FFF;
}
header.show {
  	z-index: 999;
	opacity: 1;	
  	-ms-filter: none;
  		filter: none;  		
}
header .navbar-brand {
  	width: 180px;
	margin: 18px 0 !important;
  	padding: 0;  	
}

/* Footer */
footer {
	position:relative;
  	background-color: #FFF;
  	min-height: 290px;
  	overflow: hidden;
  	text-align: center;
  	padding: 70px 0;
  	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
	 	  	box-sizing: border-box;
}
footer p {
  	font-size: 13px;
}
img.logo {
    max-width: 40%;
	margin-bottom: 20px;
}
/**
 *
 *
/***********************  $Animate Itemas on Start  ************************/
.animated {
  	visibility: hidden;
}
.visible {
  	visibility: visible;
}

/**
 *
 *
/*******************************  $Buttons and $Icons for tapKTC Website ********************************/
.icon-arrow { 
  display:inline-block; 
  background:url(../img/new/arrow.png) no-repeat; 
  background-position:0 0; 
  width:10px; height:18px; 
  vertical-align:top;
}

.icon-tel { 
  display:inline-block; 
  background:url(../img/icon/tel.png) no-repeat; 
  background-position:0 0; 
  width:16px; height:15px; 
  vertical-align:top;
}

.btn {
	font-family: 'gothamrounded-medium';
  	font-size: 20px;
  	padding: 12px 30px 9px;
  	-webkit-border-radius: 0;
  			border-radius: 0;  	
  	-webkit-transition: all 0.3s ease-in-out;
  	   -moz-transition: all 0.3s ease-in-out;
  		 -o-transition: all 0.3s ease-in-out;
  		-ms-transition: all 0.3s ease-in-out;
  			transition: all 0.3s ease-in-out;
}
.btn i {
  	margin: 0 10px 0 0;
}

.btn.btn-default {
  	background-color: transparent;
  	margin: 25px 0 0 0;
  	vertical-align: middle;
	line-height: 1.1;
  	letter-spacing: 1px;  	
  	outline: none;
  	-webkit-box-shadow: none;
  			box-shadow: none;  
}
.btn.btn-default.active,
.btn.btn-default:hover {
  	color: #fff;
	border-color: #fff;	
  	outline: none;  
  	-webkit-box-shadow: none;
  			box-shadow: none;  
}
.btn.btn-default:hover .icon-arrow { 
  	background-position: 0 -28px;
}
.btn.btn-default:hover .icon-tel { 
  	background-position: 0 -25px;
}

.btn.btn-default.white {
  	color: #FFF;
	border: 1px solid #FFF; 
	border-radius: 50px;
}
.btn.btn-default.white .icon-arrow { 
  	background-position: 0 -28px;
}

/**
 *
 *
/*********************************  $Home  *********************************/
.home {
	position: relative;
	background-color: transparent;
	background-image: url(../img/bg/hero_banner_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position:center; 
	width: 100%;
	min-height: 890px;
	padding: 30px 0 120px;		
}
.home .carousel { 
	position: static;
}
.home .carousel-inner {
  	overflow: visible;
}
.home .carousel-indicators {
	width: 100%;
	left: auto;
	right: 40px;
	bottom: 130px;
	margin: 0;	
	text-align: right;	
	z-index: 2;
}
.home .carousel-indicators li {
  	background-color: #F9F9F9;
  	border: none;
  	width: 14px; height: 14px;
  	margin: 0;
}
.home .img {
  	/*position: relative;
	float: left;*/
}
.home .img img {
  	position: absolute;
  	z-index: 20;
	top:0;
}
.home .caption {
  	clear: both;
	width: 750px;
  	margin: 0 0 0 450px;
  	padding: 50px 0;  
}
.home .caption .caption-txt,
.home .caption .caption-link {
  	display: table;
	position: relative;
  	float: left;
	background-color: #000;
	height: 60px;		
	left: 20px;	
  	padding: 0 10px 0 20px;
  	color: #fff;   
  	-webkit-transition: all 0.2s ease-in-out;
  	   -moz-transition: all 0.2s ease-in-out;
  		 -o-transition: all 0.2s ease-in-out;
  		-ms-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;
}
.home .caption .caption-txt:after,
.home .caption .caption-link:after,
.home .caption .caption-txt:before,
.home .caption .caption-link:before {
  	content: ' ';
	width: 20px;
  	height: 60px;
  	position: absolute;
  	-webkit-transition: all 0.2s ease-in-out;
  	   -moz-transition: all 0.2s ease-in-out;
  		 -o-transition: all 0.2s ease-in-out;
  		-ms-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;  
}
.home .caption .caption-txt:after,
.home .caption .caption-link:after {
  	border-bottom: 30px solid transparent;
  	border-left: 20px solid #000;
  	border-top: 30px solid transparent;
  	right: -20px;
  	top: 0;
}
.home .caption .caption-txt:before,
.home .caption .caption-link:before {
  	border-bottom: 30px solid #000;
  	border-left: 20px solid transparent;
  	border-top: 30px solid #000;
  	left: -20px;
  	top: 0;
}
.home .caption .caption-txt {
  	width: 420px;
}
.home .caption .caption-txt span {
  	display: table-cell;
  	vertical-align: middle;
}
.home .caption .caption-link {
  	width: 180px;
  	left: 50px;
}
.home .caption .caption-link a {
  	display: table-cell;
  	color: #fff;
  	vertical-align: middle;
  	padding: 0 0 0 40px;
  	position: relative;
}
.home .caption .caption-link a i {
  	font-size: 34px;
  	top: 13px;
  	left: -5px;
  	position: absolute;
}
.home .caption .caption-link a small,
.home .caption .caption-link a strong {
  	display: block;
  	height: 20px;
  	line-height: 20px;
}
.home .caption .caption-link a small {
  	font-size: 0.75em;
  	height: 10px;
  	line-height: 10px;
  	margin-top: 7px;
}

.home .txt {
  	margin: 100px 0 0 500px;
	text-align: center;
}
.home .border-slider {
  	width:14px; height: 100%;
  	position: absolute;
  	top: 0; bottom: 0;
  	z-index: 1;
  	overflow: hidden;
}
.home .border-slider .blue {
  	display: block;
  	width: 100%; height: 30%;
  	background: #2BA0C9;
}
.home .caption-hero{
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    color: #FFF;
    font-size: 25px;
}
.home .caption-group{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	color: #FFF;
    font-size: 19px;
	margin: 0 0 0 150px;
	
}
.home .caption-group .caption-txt{
	float: left;
	width: 45%;
	margin-top: 20px;
	text-align: left;
}
.home .caption-download{
	clear: both;
	margin: 40px 0 0 0;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	color: #FFF;
    font-size: 19px;
}
/**
 *
 *
/*******************************  $Featured  *******************************/
.featured {
	background-color: #F9F9F9;	
	width: 100%;
	min-height: 120px;
	position: absolute;
	bottom: 0;		
}
.featured .container {
  	text-align: right;
  	line-height: 120px;
}
.featured h3 {
	position: relative;
	margin: 30px 0;	
	text-align: center;
}
.featured h3:after {
	background-color: #ababab;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -10px;
	content: ' ';          
}

/**
 *
 *
/*****************************  $Iframe Video  *****************************/
.iframe-video {
  	width: 100%;
  	height: 100%;
  	border: 0;
}

/**
 *
 *
/***************************  $Image Thumbnail  ****************************/
.item-thumbnail {
  	overflow: hidden;
  	position: relative;
  	width: 100%;
}
.item-thumbnail:hover img {
  	-webkit-transform: scale(1.1);
  	   -moz-transform: scale(1.1);
  		 -o-transform: scale(1.1);
  		-ms-transform: scale(1.1);
  			transform: scale(1.1);
}
.item-thumbnail:hover .icons {
  	opacity: 1;
  	-ms-filter: none;
  		filter: none;
  	top: 45%;
}
.item-thumbnail:hover .overthumb {
  	opacity: 0.7;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  		filter: alpha(opacity=70);
  	top: 0;
}
.item-thumbnail img {
  	-webkit-transition: all 1s ease-in-out;
  	   -moz-transition: all 1s ease-in-out;
  	  	 -o-transition: all 1s ease-in-out;
  		-ms-transition: all 1s ease-in-out;
  			transition: all 1s ease-in-out;
}
.item-thumbnail .icons {
  	display: block;  	
	width: 100%;
  	height: auto;
	position: absolute;
  	top: 100%;
	font-size: 19px;
	text-align: center;
  	z-index: 10;
	opacity: 0;	    
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
  	-webkit-transition: all 0.4s ease-out;
  	   -moz-transition: all 0.4s ease-out;
  		 -o-transition: all 0.4s ease-out;
  		-ms-transition: all 0.4s ease-out;
  			transition: all 0.4s ease-out;  
}
.item-thumbnail .icons a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: -30px 5px 0;
	font-size: 1em;
	line-height: 34px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;	
}
.item-thumbnail .icons a:hover {
  	border-color: #000;
  	color: #000;
  	text-decoration: none;
}
.item-thumbnail .icons a.facebook:hover {
  	border-color: #000;
  	color: #000;
}
.item-thumbnail .icons a.twitter:hover {
  	border-color: #000;
  	color: #000;
}
.item-thumbnail .icons a.dribbble:hover {
  	border-color: #000;
  	color: #000;
}
.item-thumbnail .overthumb {
  	display: block;
  	width: 100%;
  	height: 100%;
	text-align: center;
  	position: absolute;	  
  	top: 100%;
	left: 0;
  	z-index: 9;
	opacity: 0;  	
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);  
  	-webkit-transition: all 0.2s ease-out;
  	   -moz-transition: all 0.2s ease-out;
  		 -o-transition: all 0.2s ease-out;
  		-ms-transition: all 0.2s ease-out;
  			transition: all 0.2s ease-out;  
}

/**
 *
 *
/******************************  $List Items  ******************************/
.items {
  	list-style: none;
  	margin: 20px 0;
}
.items li {
  	font-size: 0.875em;
  	line-height: 2.3em;
  	margin: 10px 0;
  	vertical-align: top;
}
.items li i {
  	font-size: 1.4em;
  	margin-right: 10px;
}
.dropcap:first-letter {
  	display: block;
  	float: left;
	font-size: 39px;
	font-weight: 700;
	padding: 18px 14px;
	margin: 10px 20px 5px 0;
	color: #fff;
}

/**
 *
 *
/*****************************  $Menu Effect  ******************************/
.menu-effect>li>a::before,
.menu-effect>li>a::after {
  	display: inline-block;
  	font-weight: 600;
  	opacity: 0;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
  	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  	   -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  		 -o-transition: -o-transform 0.3s, opacity 0.2s;
  		-ms-transition: -ms-transform 0.3s, opacity 0.2s;
  			transition: transform 0.3s, opacity 0.2s;
}
.menu-effect>li>a::before {
  	content: '|';
  	margin-right: 10px;
  	-webkit-transform: translateX(20px);
  	   -moz-transform: translateX(20px);
  		 -o-transform: translateX(20px);
  		-ms-transform: translateX(20px);
  			transform: translateX(20px);
}
.menu-effect>li>a::after {
  	content: '|';
  	margin-left: 10px;
  	-webkit-transform: translateX(-20px);
  	   -moz-transform: translateX(-20px);
  		 -o-transform: translateX(-20px);
  		-ms-transform: translateX(-20px);
  			transform: translateX(-20px);
}
.menu-effect>li>a:hover::before,
.menu-effect>li>a:hover::after,
.menu-effect>li>a:focus::before,
.menu-effect>li>a:focus::after {
	opacity: 1;
	-ms-filter: none;
		filter: none;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
		 -o-transform: translateX(0px);
		-ms-transform: translateX(0px);
			transform: translateX(0px);
}

/**
 *
 *
/********************************  $Modals  ********************************/
.modal-dialog {
	height: 90%;
	padding: 0;
	width: 90%;
}
.modal-content {
	height: 100%;
  	overflow: hidden;
  	-webkit-border-radius: 5px;
  			border-radius: 5px;  	
}
/* .modal-body {
  	background-color: #000;
  	height: 100%;
  	padding: 10px;
} */
.modal-body .close {
  	color: #cacaca;
  	font-size: 2em;
  	position: absolute;
  	top: 25px;
	right: 25px;
  	text-shadow: none;  
  	outline: none;
	opacity: 0.5;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  		filter: alpha(opacity=50);  	
}
.modal-body .close:hover,
.modal-body .close:focus {
  	opacity: 1;
  	-ms-filter: none;
  		filter: none;
}

/**
 *
 *
/****************************  $Navbar Toggle  *****************************/
.navbar-toggle {
  	border-color: #000;
  	margin: 27px 10px;
}
.navbar-toggle .icon-bar {
  	background-color: #000;
}

/**
 *
 *
/******************************  $Navigation  ******************************/
.navbar-nav {
  	float: right;
  	margin-right: -32px;
}
.navbar-nav>li>a {
  	font-family: 'gothamrounded-medium','sukhumvittadmai_med';
  	color: #020202;
  	display: inline-block;
  	font-size: 22px;
  	line-height: 80px;
  	padding: 0 15px;
  	position: relative;
}
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
  	background-color: transparent;
}
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:focus,
.navbar-nav>li.open>a:hover {
  	background-color: transparent;
}

.navbar-collapse {
  	padding-left: 0;
  	padding-right: 0;
	float: right;
}

/**
 *
 *
/*******************************  $Patners  ********************************/
.patners {
	list-style: none;
	text-align: center;
}
.patners li {
  	display: inline-block;
	width: 177px;
  	margin: 20px 0px;
  	-webkit-transition: all 0.2s ease-in-out;
  	   -moz-transition: all 0.2s ease-in-out;
  		 -o-transition: all 0.2s ease-in-out;
  		-ms-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;  
}
.patners li:hover {
  	-webkit-transform: scale(1.1);
  	   -moz-transform: scale(1.1);
  		 -o-transform: scale(1.1);
  		-ms-transform: scale(1.1);
  			transform: scale(1.1);
}

/**
 *
 *
/*******************************  $Products  *******************************/
.product .product-item {
  	min-height: 800px;
}
.product .product-item [class^="col-"],
.product .product-item [class*=" col-"] {
  	min-height: 730px;
  	position: relative;
}
.product .product-item .tablet {
  	position: absolute;
  	width: 1000px;
  	z-index: 9;
}
.product .product-item .phone {
  	bottom: 0;
  	position: absolute;
  	width: 300px;
  	z-index: 19;
}
.product .product-item .phone-items {
  	position: absolute;
  	width: 2000px;
}
.product .product-item .phone-items .phone-item {
  	display: inline-block;
  	margin: 0 20px;
  	max-width: 400px;
}
.product .product-item.left .tablet {
  	left: 70px;
}
.product .product-item.left .phone {
  	left: 0;
}
.product .product-item.left .phone-items {
  	left: 0;
  	text-align: left;
}
.product .product-item.left .phone-items .phone-item {
  	float: left;
}
.product .product-item.right .tablet {
  	right: 70px;
}
.product .product-item.right .phone {
  	right: 0;
}
.product .product-item.right .phone-items {
  	right: 0;
  	text-align: right;
}
.product .product-item.right .phone-items .phone-item {
  	float: right;
}

/**
 *
 *
/*******************************  $Reviews  ********************************/
.review-item {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 150px;
	margin-top: 25px;
	padding-bottom: 70px;
	padding-top: 35px;
	position: relative;
}
.review-item figure {
	background-color: #fff;
	left: 50%;
	margin: -55px 0 0 -63px;
	padding: 0 8px;
	position: absolute;
	top: 100%;
	width: 126px;
}
.review-item figure div {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 110px;
}
.review-item figure figcaption {
	position: absolute;
	top: 100%;
}
.review-item figure figcaption h5,
.review-item figure figcaption h6 {
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
}
.review-item figure figcaption h5 {
	font-size: 0.9em;
	font-weight: 700;
	margin: 10px 0;
}
.review-item figure figcaption h6 {
	color: #adadad;
	font-size: 0.75em;
	font-weight: 400;
	margin: 0;
}
.review-item p {
  	font-style: italic;
  	text-align: center;
}
.review-item .quote {
	background-color: #fff;
	height: 52px;
	left: 50%;
	margin: 0 0 0 -33px;
	padding: 0 7px;
	position: absolute;
	top: -26px;
	width: 66px;
}
.review-item .quote span {
	display: block;
	font-size: 1.2em;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	background-color: #eaeaea;
	-webkit-border-radius: 50%;
			border-radius: 50%;	
}

/**
 *
 *
/*****************************  $Screen Shots  *****************************/
.screenshots {
  	z-index: 10;
}
.screenshots-item {
  	margin-bottom: 30px;
}
.screenshots-item figure {
  	margin: 0;
  	overflow: hidden;
  	position: relative;
}
.screenshots-item figure:hover figcaption {
  	bottom: 0;
  	opacity: 1;
  	-ms-filter: none;
  		filter: none;
}
.screenshots-item figure:hover img {
  	-webkit-transform: translateY(-50px);
  	   -moz-transform: translateY(-50px);
  		 -o-transform: translateY(-50px);
  		-ms-transform: translateY(-50px);
  			transform: translateY(-50px);
}
.screenshots-item figure img {
  	-webkit-transition: all 0.4s ease-in-out;
  	   -moz-transition: all 0.4s ease-in-out;
  	     -o-transition: all 0.4s ease-in-out;
  	 	-ms-transition: all 0.4s ease-in-out;
  			transition: all 0.4s ease-in-out;
}
.screenshots-item figcaption {
	bottom: -85px;
	color: #fff;
	width: 100%;
	height: 85px;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	opacity: 1;
	-ms-filter: none;
		filter: none;	
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;	
}
.screenshots-item figcaption h5 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0;
	margin: 10px 0;
	text-align: center;
	text-transform: none;
}
.screenshots-item figcaption h6 {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0;
	text-align: center;
	text-transform: none;
}

/**
 *
 *
/********************************  $Social  ********************************/
.social {
  list-style: none;
  text-align: center;
}
.social li {
  display: inline-block;
  margin: 0 7px;
	float: left;
}
.social li a {
}
.icon-social {
	display: inline-block;
	background-repeat: no-repeat;
	width: 62px; height:62px;  
    text-indent: -9999px;
}
.icon-facebook {
  	background: url("../img/new/fb-icon.png") ; 
}

.icon-twitter {
  	background: url("../img/new/twitter-icon.png")  ;
}
.icon-line {
  	background: url("../img/new/line-icon.png")  ;
}
.icon-ig {
  	background: url("../img/new/ig-icon.png")  ;
}

.icon-facebook:hover {
	opacity: 0.5;
    filter: alpha(opacity=50)
}
.icon-twitter:hover {
	opacity: 0.5;
    filter: alpha(opacity=50)
}
.icon-line:hover {
	opacity: 0.5;
    filter: alpha(opacity=50)
}
.icon-ig:hover {
	opacity: 0.5;
    filter: alpha(opacity=50)
}
/**
 *
 *
/********************************  $Sticky  ********************************/
.stickyWrapper {
  	height: 0 !important;
	overflow: hidden;
}

/**
 *
 *
/*******************************  $Suscribe  *******************************/
.suscribe {
  	background-image: url("../img/bg/newsletter.jpg");
  	min-height: 530px;
}
.suscribe h2 {
  	background-image: none;
  	color: #fff;
  	font-size: 2.5em;
  	font-weight: 100;
  	margin-top: 150px;
  	text-transform: none;
}
.suscribe input {
	color: #fff;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	width: 100%;
  	background: none;
  	border: none;
  	border-bottom: 2px solid #fff;
  	-webkit-border-radius: 0;
  			border-radius: 0;
  	-webkit-box-shadow: none;
  			box-shadow: none;	
}
.suscribe input:focus {
  	-webkit-box-shadow: none;
  			box-shadow: none;
}

/**
 *
 *
/*********************************  $Team  *********************************/
.team {
  	padding-bottom: 100px;
}
.team figcaption {
	background-color: #fff;
	border-bottom: 2px solid #d0d0d0;
	border-top: 2px solid #d0d0d0;
	position: relative;
	text-align: center;
	z-index: 10px;
}
.team figcaption h5 {
	color: #929292;
	font-weight: 400;
	letter-spacing: 0;
	margin: 20px 0 5px 0;
	text-transform: none;
}
.team figcaption h6 {
  	font-weight: 500;
  	margin: 5px 0 15px 0;
}

/**
 *
 *
/********************************  $Video  *********************************/
.video {
	background-image: url("../img/bg/video.jpg");
	background-position:center;
	height: 830px;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		    background-size: cover;		
}
.video .show-video {
	color: #fff;
	font-size: 3em;
	width: 100%;
	height: 90px;
	left: 11%;
	position: absolute;
	text-align: center;
	top: 20%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;	
}
.video .show-video:hover span {
  	border-color: #333;
  	color: #333;
}
.video .show-video span {  
	display: block;
	width: 90px;
	height: 90px;
	left: 50%;
	line-height: 80px;
	margin: -35px 0 0 -32px;
	padding: 0 0 0 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
		  	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   	 -o-transition: all 0.2s ease-in-out;
	  	-ms-transition: all 0.2s ease-in-out;
		  	transition: all 0.2s ease-in-out; 
}
.video .thumb-video {  
  	width: 100%;
  	max-width: 1000px;
  	margin: 0 0 0 250px;
  	position: absolute;
  	bottom: -65px;
}

/**
 *
 *
/********************************  $KTC Online Services  *********************************/
.title { 
}
.wrapTitle {
  	text-align: center;
  	padding: 50px 0 20px;
}

.row-feature-2 .title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 20px;
}
.row-feature-2 .title ul li{
  padding-left: 1em; 
  text-indent: -.7em;
}
.row-feature-2 .title ul li span{
  font-size: 16px;
}
.row-feature-2 .title ul li::before {
  content: "• ";
  color: #d3313a; /* or whatever color you prefer */
}

.title-style {
	display: inline-block;
	background-image: url(../img/line.png);  
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width: 240px;
	min-height: 60px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.title-style h2 {
	color: #020202;
	line-height: 1.35;
	font-size: 30px;
}
.subTitle {
	font-family: 'gothamrounded-medium','sukhumvittadmai_bol';
  	margin-bottom: 40px;
	font-size: 30px;
}

.link {
  	color: #2ba0c9;
  	border-bottom: solid 1px #2ba0c9;
  	padding-bottom: 2px;
}
.link:hover {
  	color: #222;
  	border-bottom: solid 1px #222;
}

.btn-download {
  	display: inline-block;
  	outline: none;
    margin-top: 15px;
    margin-bottom: 25px;
}
.btn-download img {
  	border: none;
}

.switch { 
  	display: block;
  	color: #555;
}
.switch .icon-switch {
	display: inline-block;  
	vertical-align: middle;
	width: 20px; height: 20px;
	margin-right: 8px;
	background-image: url(../img/new/switch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.switch.active .icon-switch {
  	background-position: 0 -30px;
}

/* Feature */
.feature .col-lg-12 {
  	padding-left: 0;
  	padding-right: 0;
}

/* */
.row-feature-1 {
}
.row-feature-1 .col-md-6 {
  	padding-left: 0;
  	padding-right: 0;
}

.service {
  	position: relative;
  	min-height:730px;
  	background: #ededed;
  	padding-top:100px;
  	padding-bottom: 20px;
  	overflow:hidden;
  	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.service.col-left {
  	padding-right: 100px;
  	text-align: right;
}
.service.col-right {
  	padding-left: 100px;
  	text-align: left;
}
.service-item {
  	position: absolute;
  	bottom: 0;  
}
.service-item.item-left {
  	left: 0;
}
.service-item.item-right {
  	right: -50px;
}

.tapktc .service-item {
  	width: 31.2%;
}
.tapktc .service-item img {
  	float: left;
}
.tapktc .switch { 
	margin-bottom: 10px;
}

.clickktc {
  	background-image: url(../img/feature/feature-bg01.jpg);
  	background-size: cover;
}
.clickktc .service-item {
  	width: 58.6%;
}
.clickktc .service-item img {
  	float: right;
}

.box-device {
	display: none;
	width: 248px;
	padding: 15px 12px;
	float: right; 
	text-align: left;
	background-color: #F9F9F9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.box-device p {
  	font-size: 13px;
  	margin-bottom: 0;
}

/* */
.row-feature-2 {
	width: 100%; height: 320px;
	overflow: hidden;
	/*background-image: url(../img/feature/feature-bg02.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}
.row-feature-2 .column {
  vertical-align: top;
}
.row-feature-2 .column.left {
  float: left;
}
.row-feature-2 .column.right {
  float: right;
}
.row-feature-2 .object {
  width: 220px;
  float: left;
  margin: 0 10px;
  padding-top: 70px;
}
.row-feature-2 .object .img img {
  width: 100%;
}
.row-feature-2 .title {
  float: left;
}
.row-feature-2 .title-style {
  padding-top: 70px;
  background-position: left bottom;
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;

}
.row-feature-2 .title-style h2 {
  color: #020202;
}
.row-feature-2 .subTitle {
  color: #FFF;
}
.row-feature-2 .manage-item {
  margin: 0;
  padding-top:70px;
}
.row-feature-2 .manage-item li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 170px;
  margin-right: 10px;
}
.row-feature-2 .manage-item li:last-child {
  margin-right: 0;
}
.row-feature-2 .manage-item li img {
  width: 100%;
}

/**/
.row-feature-3 {
  width: 100%; 
  padding: 100px 0;
  background-color: #FFF;
  background: url(../img/bg/generic-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.row-feature-3 .wrapTitle {
  padding-top: 0;
}
.blog-list {
  float: left;
}
.blog-list li {
  display: block;
  text-align: center;
  clear: both;
}
.blog-list li:last-child {
  height: auto;
  margin-bottom: 0;
}
.blog-list .blog-thumb {
  /*display: inline-block;
  width: 56px;*/
}
.blog-list .blog-summary {
  display: inline-block;
}
.blog-list .blog-summary h4 {
  margin-bottom: 5px;
}
.blog-list .blog-summary p{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 10px 0;
}
.blog-left {
  width: 360px;
}
.blog-left .blog-thumb {
  /*margin-left: 20px;*/
}
.blog-left .blog-summary {
  text-align: center;
	margin-bottom: 20px;
}
.blog-list-center {
  float: inherit;
}
.blog-list-center li {
  display: block;
  height: 150px;
  margin-bottom: 20px;
  clear: both;
}
.blog-list-center li:last-child {
  height: auto;
  margin-bottom: 0;
}
.blog-list-center .blog-thumb {
}
.blog-list-center .blog-summary {
  display: inline-block;
}
.blog-list-center .blog-summary h4 {
  margin-bottom: 5px;
}
.blog-left-center {
  width: 380px;
  margin:auto;
  text-align: center;
}
.blog-left-center .blog-thumb {
  margin-left: 0px;
}
.blog-left-center .blog-summary {
  text-align: center;

}
.blog-left-center .blog-summary p{
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
  font-size: 16px;
}

.blog-right {
  width: 360px;
}
.blog-right .blog-thumb {
  float: left;
  margin-left: -30px;
}
.blog-right .blog-summary {
  float: right;
  text-align: left;
}
.blog-center {
  width: 420px;
  padding: 20px 0;
  text-align: center;
}
.blog-center img{width: 60%;}

.link-feature {
  display: inline-block;
} 
.icon-feature {
  display: inline-block;
  width: 94px; height: 92px; 
  background-repeat: no-repeat;
}
.icon-myaccount { background: url(../img/icon/Icon-My-Card-red.png); background-size: cover; width: 80px; height: 80px;}
.icon-reward { background: url(../img/icon/Icon-Point-Redemtion-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-flexi { background: url(../img/icon/Icon-KTC-Flexi-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-QR-Payment { background: url(../img/icon/Icon-QR-Code-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-E-Coupon { background: url(../img/icon/Icone-Coupon-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-Push-notifications { background: url(../img/icon/Icon-Notifications-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-cashwidth { background: url(../img/new/feature-05.png);background-size: cover; width: 80px; height: 80px;}
.icon-Secure { background: url(../img/new/Icon-login-red.png);background-size: cover; width: 80px; height: 80px;}
.icon-Limit { background: url(../img/new/feature-09.png);background-size: cover; width: 80px; height: 80px;}
.Self-Control { background: url(../img/new/feature-10.png);background-size: cover; width: 80px; height: 80px;}
.icon-pay-bill { background: url(../img/icon/Icon-Pay-KTC-Bill-red.png);background-size: cover; width: 80px; height: 80px;}

/*
.link-feature:hover .icon-myaccount { background-position: 0 -66px;}
.link-feature:hover .icon-reward { background-position: -66px -66px;}
.link-feature:hover .icon-flexi { background-position: -132px -66px;}
.link-feature:hover .icon-temporary { background-position: -198px -66px;}
.link-feature:hover .icon-payment { background-position: -264px -66px;}
.link-feature:hover .icon-statement { background-position: -330px -66px;}
.link-feature:hover .icon-cashwidth { background-position: -396px -66px;}
*/
.feature03 {
  width: 100%; padding: 100px 0;
}

.blog-feature .feature-item {
  margin-bottom: 0px;
  margin-top: 80px;
}

.blog-feature .feature-item.left .col-md-7 { float: right;}
.blog-feature .feature-item.right .col-md-5 {
  padding-top: 80px;
}
.blog-feature .feature-item .col-md-7 { text-align:center;}

.blog-feature .feature-item .blog-thumb {
  display: inline-block;
  width: 56px;

  vertical-align:top;
  margin-right: 20px;
}
.blog-feature .feature-item .blog-summary {
  display: inline-block;
  width:100%;
  float: left;
  text-align: left;
  vertical-align:top;
}
.blog-feature .feature-item .blog-summary ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 20px;
}
.blog-feature .feature-item .blog-summary ul li{
  padding-left: 1em; 
  text-indent: -.7em;
}
.blog-feature .feature-item .blog-summary ul li::before {
  content: "• ";
  color: #d3313a; /* or whatever color you prefer */
}
.blog-feature .feature-item .blog-detail {
  padding-top: 30px;
}
.blog-feature .feature-item .blog-detail p {
  margin-bottom: 15px;
}

.blog-feature .feature-item .blog-detail .icon {
  display:inline-block;
  width: 20px;
  margin-right: 8px;
}

.blog-feature .feature-item h3 {
  margin-bottom: 30px;
}

.conditions {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: left;
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
  background-color: #F9F9F9;
  -webkit-box-sizing: border-box;
  	 -moz-box-sizing: border-box;
			 box-sizing: border-box;
}

.list-style {
   margin-left: 20px;
}
.list-style li {
  list-style-type: disc;
  font-size:13px;
  line-height: 1.8;
  margin-bottom:15px;
}
.list-style li:last-child {
  margin-bottom: 0;
}

/* OTP */
.otp {
  width: 100%;
  padding: 70px 0;
  background-size: cover;
  -webkit-box-sizing: border-box;
  	 -moz-box-sizing: border-box;
			 box-sizing: border-box;
} 
.otp .title-style {
  background-position: left bottom;
  margin-top:80px;
}
.otp .img {
  text-align: center;
}
.otp p{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    margin-bottom: 0;
    font-size: 18px;
}
.download {
  width: 100%;
  min-height: 440px;
  padding: 70px 0;
  background-image: url(../img/new/bg-tap.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  	 -moz-box-sizing: border-box;
			 box-sizing: border-box;
}
.download .title-style {
  background-position: left bottom;
}
.download .title-style h2 img {
  display: inline-block;
  padding-top: 3px;
}
.download .title-style h2 {
  color: #FFF;
  font-family: 'gothamrounded-medium','sukhumvittadmai_bol';
  font-size: 38px;
}
.download .subTitle {
  color: #FFF;
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
  font-size: 18px;
}
.website {
  width: 100%;
  min-height: 440px;
  padding: 70px 0;
  background-image: url(../img/new/click-bg.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  	 -moz-box-sizing: border-box;
			 box-sizing: border-box;
}
.website .col-md-6 {
  /*width: 43%;
  float: right;*/
  margin-left: 55%;
}
.website .title-style {
  background-position: left bottom;
}
.website .title-style h2 img {
  display: inline-block;
}
.website .title-style h2 {
  color: #FFF;
  font-family: 'gothamrounded-medium','sukhumvittadmai_bol';
  font-size: 30px;
}
.website .subTitle {
  color: #FFF;
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
  font-size: 18px;
}
.website .link {
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
.website .link:hover {
  color: #222;
  border-bottom: solid 1px #222;
}

footer .title-style {
  padding-bottom: 30px;
}
footer .switch {
  margin: 30px 0;
}
footer p{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
}
.inv-point {position: relative;top: -80px;}

.myaccount-item li { display:inline-block; width:32%; padding:10px; text-align:center;}

.object-tooltip-temporary { position: absolute; top:235px; left:372px;}
.object-tooltip-statement { position: absolute; top:205px; left:387px;} 

/* POPUP */
#high-notification { display:none; }
.ie8 #high-notification {
	display:block;
	position:fixed;
	width:100%; height:100%;
	top:0; left:0;
	background:url(../common/img/bg82.png) repeat;
	z-index:150;
}
#high-notification .popup-box {
	display:block;
	position:relative;
	width:420px;
	top:50%;
	padding:24px 24px 36px;
	background:#F9F9F9;
	text-align:center;
	border-radius:6px;
	margin:auto; margin-top:-105px;
}
#high-notification .close-note{
	background-color: #FF0D1F;
	color:#FFF;
}

/* BACK TO TOP */
.back-to-top {	
	width:100%; height:45px;
	position:absolute;
	top: 100%;
	margin-top:-45px;
}
.back-to-top a {
	display:inline-block;
	background:  url(../img/new/uptotop.png) center no-repeat;
	width:45px; height:45px;
	text-indent:-9999px;
}
.back-to-top a:hover {
  	background:  url(../img/new/uptotop.png) center no-repeat;
}

.switch-language {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 30px;    
}
.en_bt {
	/*background:url(../img/eb_bt.png) no-repeat;*/
	width: 50px; 
	height: 50px;
	font-family: 'gothamrounded-medium';
	border-radius: 50px;
	border: solid 1px #fff;
	color: #FFF;
	line-height: 50px;
	text-align: center;
    float: right;
	cursor:pointer;
}
.en_bt:hover {
	border: solid 1px #d3313a;
	background: #d3313a;
	
}
.row-feature-4{
	position: relative;
	background-color: transparent;
	background-image: url(../img/bg/cosmetics_bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment:fixed;
    background-position:center; 
	width: 100%;
	min-height: 50px;
	padding: 30px 0 120px;	
}
.row-feature-4 .title-style {
    display: inline-block;
    background-image: url(../img/new/line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-width: 240px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
.row-feature-4 .title-style h2 {
	color: #FFF;
	line-height: 1.35;
	font-size: 45px;
	font-weight: bold;
}
.row-feature-4 .subTitle {
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    margin-bottom: 0;
	color: #FFF;
    font-size: 20px;
}
.row-feature-4 .feature-item h3 {
    color: #fff;
	margin-bottom: 20px;
}
.row-feature-4 .feature-item p{
	color: #FFF;
	font-weight: normal;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 25px;
}
.row-feature-4  .icon-myaccount {
    background: url(../img/new/my-account-icon.png);
	width: 80px;
    height: 80px;
    background-size: cover;
}
.row-feature-5{
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 50px;
	padding: 20px 0 20px;	
}
.row-feature-5 .title-style {
    display: inline-block;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-width: 240px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.row-feature-5 .subTitle {
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    margin-bottom: 0;
	color: #020202;
    font-size: 20px;
}
.row-feature-5 .feature-item h3 {
    color: #d3313a;
	margin-bottom: 10px;
	font-size: 25px;
}
.row-feature-5 .feature-item p{
	color: #020202;
	font-weight: normal;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	line-height: 25px;
}
.row-feature-5 .flexi{
	margin-top: 140px;
}
.row-feature-5 .qr-payment{
	margin-top: 00px;
}
.row-feature-5 .push{
	margin-top: 50px;
}
.row-feature-5 .reward{
	margin-top: 80px;
}
.row-feature-5 .cash{
	margin-top: 100px;
}
.row-feature-5 .manage-item {
  margin: 0;
}
.row-feature-5 .manage-item li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 99px;
  margin-right: 0px;
}
.row-feature-5 .manage-item li:last-child {
  margin-right: 0;
}
.row-feature-5 .manage-item li img {
  width: 100%;
}

.row-feature-6{
	position: relative;
	background-color:#000;
	width: 100%;
	min-height: 50px;
		
}
.row-feature-6 .subTitle {
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    margin-bottom: 0;
	color: #FFF;
    font-size: 20px;
}
.row-feature-6 .feature-item h3 {
    color: #fff;
	margin-bottom: 0px;
}
.row-feature-6 .feature-item p{
	color: #FFF;
	font-weight: normal;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 25px;
}
.row-feature-6  .icon-myaccount {
    background: url(../img/icon/Icone-Coupon-white.png);
	background-size: cover;
	width: 80px;
	height: 80px;
}
.row-feature-6{
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 50px;
	padding: 80px 0 120px;	
	margin-top: inherit !important;
}
.row-feature-6 .manage-item {
  margin: 0;
}
.row-feature-6 .manage-item li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 99px;
  margin-right: 0px;
}
.row-feature-6 .manage-item li:last-child {
  margin-right: 0;
}
.row-feature-6 .manage-item li img {
  width: 100%;
}
.row-feature-6 .partner-border{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 15px 15px 15px 15px;
}

.row-feature-6 .partner_logo {
  margin: 0;
	text-align: center;
}
.row-feature-6 .partner_logo li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 0px;
  
}
.row-feature-6 .partner_logo li:last-child {
  margin-right: 0;
  
}
.row-feature-6 .partner_logo li img {
	height: 100px;
}
.row-feature-6 .blog-feature .feature-item .blog-detail {
    padding-top: 0px;
	
}
.row-feature-6 .left-text{
	margin-top: 50px;
	color: #fff;
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    font-size: 30px;
}
.row-feature-7{
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
    
    background-position:center; 
	width: 100%;
	min-height: 50px;
		
}
.row-feature-6 .blog-feature .feature-item .blog-detail p {
    margin-bottom: 15px;
    font-size: 18px;
	margin-right: 5px;
}
.row-feature-7 .subTitle {
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    margin-bottom: 0;
	color: #FFF;
    font-size: 20px;
}
.row-feature-7 .feature-item h3 {
    color: #fff;
	margin-bottom: 0px;
}
.row-feature-7 .feature-item p{
	color: #FFF;
	font-weight: normal;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 25px;
}
.row-feature-7 .feature-item p.click{
	margin-top: 30px;
	font-size: 20px;
}
.row-feature-7 .feature-item p.click a{
	font-size: 20px;
	color: #ffffff;
	font-style: italic;
	
}
.row-feature-7 .feature-item p.click a:hover{
	font-size: 20px;
	color: #615F5F;
	text-decoration: underline;
}

.row-feature-7 .feature-item p.expand{
	font-size: 14px;
}
.row-feature-7  .icon-myaccount {
    background: url(../img/icon/Icon-QR-Code-white.png) no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;

}
.row-feature-7  .text-title {
	padding-top: 10px;
}
.row-feature-7{
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 50px;
	padding: 80px 0 120px;
	margin-top: inherit !important;
}
.row-feature-7 .manage-item {
  margin: 0;
}
.row-feature-7 .manage-item li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 99px;
  margin-right: 0px;
}
.row-feature-7 .manage-item li:last-child {
  margin-right: 0;
}
.row-feature-7 .manage-item li img {
  width: 100%;
}

.row-feature-7 .expand{
	font-size: 14px;
}
.new-row-feature-2{
	position: relative;
	background: url(../img/bg/BlackgroundQRpay.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
    background-attachment: fixed;
	width: 100%;
    min-height: 50px;
    padding: 30px 0 120px;
}
.new-row-feature-2 .title-style h2 {
    color: #fff;
    line-height: 1.35;
	font-weight: bold;
	font-size: 35px;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
}
#login .text-title{
	color: #fff;
	text-align: left;
	padding-top: 40px;
}
#login .text-title p{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
}
#login p.title{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	padding-left: 20px;
}
#login .icon-myaccount {
    background: url(../img/new/feature-06-white.png) no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;
}
#login-bio .manage-item {
    margin: 0;
    padding-top: 70px;
}
#login-bio .manage-item li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 170px;
    margin-right: 10px;
}
#login-bio .column.right {
    float: right;
}
#login-bio .column.left {
    float: left;
}
#login-bio .title {
    float: left;
}
#login-bio .title-style {
    padding-top: 70px;
    background-position: left bottom;
    font-family: 'gothamrounded-light','sukhumvittadmai_lig';
    font-size: 18px;
}
#login-bio .title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 20px;
}
#login-bio .title ul li{
  padding-left: 1em; 
  text-indent: -.7em;
}
#login-bio .title ul li span{
  font-size: 16px;
}
#login-bio .title ul li::before {
  content: "• ";
  color: #d3313a; /* or whatever color you prefer */
}/* */
#login-bio {
	overflow: hidden;

	background-size: cover;
}
#login-bio .column {
  vertical-align: top;
}
#login-bio .column.left {
  float: left;
}
#login-bio .column.right {
  float: right;
}
#login-bio .column.right p{
  text-align: left;
	color: #fff;
}
#login-bio .object {
  width: 220px;
  float: left;
  margin: 0 10px;
  padding-top: 70px;
}
#login-bio .object .img img {
  width: 100%;
}
#login-bio .title {
  float: left;
}
#login-bio .title-style {
  padding-top: 70px;
  background-position: left bottom;
  font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	color:#fff;
	text-align: left;
}
#login-bio .title-style h2 {
  color: #020202;
}
#login-bio .subTitle {
  color: #FFF;
}
#login-bio .manage-item {
  margin: 0;
  padding-top:70px;
}
#login-bio .manage-item li {
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 170px;
  margin-right: 10px;
}
#login-bio .manage-item li:last-child {
  margin-right: 0;
}
#login-item .manage-item li img {
  width: 20%;
}

#login-bio ul.login-item{
	margin-top: 30px;
}
#login-bio .login-item li{
	display: inline-block;
	float: left;
	list-style: none;
	width: 100px;
	margin-right: 20px;
}
#login-bio ul.login-item li img{
	width: 100%;
}
#login-bio ul.details{
	margin-top: 30px;
}
#login-bio ul.details li{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	list-style: disc;
	color: #fff;
}
#login-bio ul.details li img{
	width: 150px;
	margin-right: 5px;
}
#login-bio p{
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
#login .icon-Secure { background: url(../img/new/Icon-login-white.png);background-size: cover; width: 80px; height: 80px;}

#My-Card{
	margin-top: 30px;
}
#My-Card .text-title{
	color: #fff;
	text-align: left;
	padding-top: 40px;
}
#My-Card p{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
}
#My-Card .icon-myaccount { background: url(../img/new/Icon-My-Card-white.png); background-size: cover; width: 80px; height: 80px;}
#My-Card p.title{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	padding-left: 20px;
}
#My-Card .blog-detail{
	margin-left: 20px;
}
#e-Coupon{
	margin-top: 30px;
}
#e-Coupon .text-title{
	color: #fff;
	text-align: left;
	padding-top: 40px;
}
#e-Coupon p.title{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	padding-left: 20px;
}
#e-Coupon img.mobile{
	margin-top: -80px;
	width: 50%;
}
#qr-pay{
	margin-top: 30px;
}
#qr-pay .qr-top{
	margin-top: 30px;
}
#qr-pay .text-title{
	color: #fff;
	text-align: left;
	padding-top: 40px;
}
#qr-pay p.title{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	padding-left: 20px;
}
#qr-pay img.mobile{
	margin-top: -250px;
	width: 50%;
}
#qr-pay .blog-summary{
	padding-left: 20px;
}
#qr-pay .blog-summary p{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
}
#Pay-KTC-Bill{
	position: relative;
	background: url(../img/bg/cosmetics_bg-1.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
    background-attachment: fixed;
	width: 100%;
    min-height: 50px;
    padding: 200px 0 120px;
}
#Pay-KTC-Bill .text-title{
	color: #fff;
	text-align: left;
	padding-top: 40px;
}
#Pay-KTC-Bill p.title{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	padding-left: 20px;
}
#Pay-KTC-Bill img.mobile{
	margin-top: -200px;
	width: 50%;
}
#Pay-KTC-Bill .icon-myaccount {
    background: url(../img/icon/Icon-Pay-KTC-Bill-white.png);
    background-size: cover;
    width: 80px;
    height: 80px;
}
#Pay-KTC-Bill .blog-summary p{
	color: #fff;
	font-family: 'gothamrounded-light','sukhumvittadmai_lig';
	font-size: 18px;
	margin-left: 20px;
}
img.Notifications{
	width: 40%;
}
img.point{
	width: 40%;
}
.point-right{
	text-align: right !important;
}
#flexi .push {
    margin-top: 0px;
}
#cash-advance .push {
    margin-top: 0px;
}
	small.copy{
		font-family: 'gothamrounded-light','sukhumvittadmai_lig';
		line-height: 14px;
	}