@import url(fonts.css);

::-webkit-input-placeholder {
	color: #FFF;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #FFF;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
}

:-ms-input-placeholder {
	color: #FFF;
}

html {
	margin-top: 0 !important;
}

body {
	margin: 0;
	font: 2em "psl_kanda_probold";
	/*padding-top: 66px;*/
	padding-bottom: 0 !important;
	overflow-x: hidden;
	background-color: #dcdcdb;
	background-image: URL('../images/bg-site.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;


}

h1,
.h1 {
	font-size: 2em;
}

a:link,
a:hover,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
	outline: none
}

img[src$="btn.png"] {
	opacity: .9
}

img[src$="btn.png"]:hover {
	opacity: 1
}



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

.col-centered {
	float: none;
	margin: 0 auto;
	/*width:100%;*/
	text-align: center;
}

#back-top {
	position: fixed;
	bottom: 0px;
	right: 15px;
	display: none
}

#back-top a {
	text-align: center;
	font-size: 18px;
	font-family: 'Arial', Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span {
	margin-bottom: 7px;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #FFF;
	padding: 10px
}

#back-top a:hover span {
	background: rgba(0, 0, 0, .6);
}

.content-wrapper {
	position: relative;
	/*margin-top: -150px;	*/
}

.navbar {
	background: url(../images/bg-mainmenu.png) repeat-x left top;
	border: 0;
	height: 76px;
	box-shadow: 0 2px 10px #999;
	-webkit-box-shadow: 0 2px 10px #999;
	-moz-box-shadow: 0 2px 10px #999;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 999;
	top: 0;
}

.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 26px;
	font-size: 20px;
	color: #565656;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.navbar-nav>li.open>a,
.navbar-nav>li>a:hover {
	background-color: #dad7d2 !important
}

.navbar-nav>li.open>a {
	/*height: 75px;*/
}

.navbar-nav .dropdown-menu {
	width: 100%;
	border: 0;
}

.navbar .navbar-toggle,
.navbar .menu-sm {
	background: url(https://vipclub.isuzumu-x.net/wp-content/themes/blankslate/images/left-border-nav.png) no-repeat top left
}

.navbar .navbar-toggle {
	padding-top: 21px;
	padding-bottom: 21px;
	margin: 0;
	margin-right: 5px;
	font-size: 1.2em;
}

.navbar .navbar-right li a {
	max-height: 66px;
}

.navbar .fa {
	font-size: .5em;
	color: #aeaeae
}

.navbar .navbar-right {
	padding-top: 0px;
	padding-right: 15px;
}

.navbar .navbar-right>li>input[type='text'] {
	padding-left: 10px;
	background-color: #9b9b9b;
	border: none;
	color: #FFF;
	width: 137px;
}

.navbar .navbar-right>li>input[type='submit'] {
	padding: 1px 10px;
	background-color: #dedbd7;
	color: #666666;
	border: none;
}


#menu .container {
	/*background-color:transparent;
	background-image:URL('../images/bg-mainmenu.png');
	background-repeat:no-repeat;*/
}

.bg-tab-title {
	margin: 0 0 30px 0;
	padding: 0;
	background-color: transparent;
}

.bg-tab-title h1 {
	margin-bottom: 0;
}

.bg-tab-title h3 {
	margin-top: 0;
}

.tab-title {
	color: #7b7b7b;
	letter-spacing: 2px;
	/*text-transform: normal;*/
	font-size: 3.2em;
}


.icon-brand {
	position: absolute;
	right: 5px;
	top: -5px;
	margin: 0;
	padding: 0;
	width: 91px;
	height: 91px;
	background-repeat: no-repeat;
}

.icon-spi {
	background-image: URL('../images/privileged-offer/icon-sri.png');
}

.icon-alpine {
	background-image: URL('../images/privileged-offer/icon-alpine.png');
}

.icon-major {
	background-image: URL('../images/privileged-offer/icon-major.png');
}

.icon-starbuck {
	background-image: URL('../images/privileged-offer/icon-starbuck.png');
}

.icon-siam {
	background-image: URL('../images/privileged-offer/icon-siam.png');
}

.icon-airthai {
	background-image: URL('../images/privileged-offer/icon-airthai.png');
}

.icon-stam {
	background-image: URL('../images/privileged-offer/icon-stam.png');
}

.icon-iberry {
	background-image: URL('../images/privileged-offer/icon-iberry.png');
}

.icon-brand-detail {
	right: 0;
	top: -22px;
	left: 30px;
	background-repeat: no-repeat;
	/*background-image:URL('../images/privileged-offer/icon-detail.png');*/
}

.icon-brand-priactivities {
	right: 0;
	top: 0;
	left: 30px;
	background-repeat: no-repeat;
	background-image: URL('../images/privileged-offer/icon-detail.png');
}

.select-privileged {
	/*margin-top:85px;*/
}

.privileged-detail {
	padding: 15px 0;
	margin-bottom: 80px;
	background-color: #FFF;
}

.privileged-detail h6 {
	font-size: 2.4em
}


.privileged-download-border {
	background-color: #f4f4f4;
	border: 15px solid #f4f4f4;
	-webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.75);
}

.row-privileged-download-list {
	margin-bottom: 80px;
}

.btn-activities-download {
	position: relative;
	margin-top: -20px;
}

.btn-activities-download .more-detail {
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF;
	font-size: 1.4em;
}


.privileged-member {
	margin-bottom: 80px;
	padding: 15px;
	margin-left: 0px;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;

}


/*********** Slide *****************/
.slide {
	height: 700px;
	padding: 0;
	margin: 0 auto;
	/*max-width: 100%;*/
	overflow: hidden;
	margin-bottom: 30px
}

.carousel-inner>.item>img {
	margin: 0 auto
}

.carousel .carousel-inner>.item {
	text-align: center;
	height: 700px;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
	background: transparent;
	top: 45%;
	height: 50px;
	width: 4%;
	/*box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;	*/
	color: #999;
	z-index: 99;
}

.carousel .carousel-control.left {
	/*margin-left: 15px;*/
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.carousel .carousel-control.right {
	/*margin-right: 15px;*/
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.carousel .carousel-control .glyphicon-chevron-right {
	padding-left: 10px;
}

.carousel .carousel-control:hover {
	background: transparent;
}

.carousel .carousel-indicators li {
	background: #FFF;
	border: 1px solid #FFF;
	width: 12px;
	height: 12px
}

.carousel .carousel-indicators li.active {
	background: none;
	border: 1px solid #FFF;
	margin: 1px;
	margin-right: 10px;
}

/************** Banner **************/
.banner {
	padding-left: 0
}

.banner .list {
	padding-right: 0
}

/* 
	START CUSTOM SLIDE 
*/
@media (max-width: 1023px) {
	#slide-header {
		position: relative;
		width: 100%;
	}

	#slide-header .carousel-inner {}

	#slide-header .carousel-inner>.item {
		/*height: 100% !important;*/
	}

	#slide-header .carousel-inner .slide-wrapper {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	#slide-header .carousel-inner .slide-wrapper::before {
		content: "";
		display: block;
		position: relative;
		width: 100%;
		padding-top: 117.1875%;
	}

	#slide-header .carousel-inner .slide-wrapper .slide-inner {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
	}
}


/*********** Footer **************/
/*footer{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
	
	display:block;
	margin: auto;
	margin-top:1px;
	padding-top:15px;
	padding-left: 20px;	
	background-color:#FFF;
    clear:both;
	bottom:0;
}*/
#footer {
	/*margin-top:15px;
	padding-left: 20px;	
	background-color:#FFF;*/
	padding: 0;
}

#footer h3 {
	color: #4d4d4d;
	margin-bottom: 5px;
	font-size: 1em;
}

#footer p {
	margin-bottom: 0 !important
}

#footer p a {
	color: #6e6e6e;
	font: .8em 'psl_kandamodern_pro', Arial, Tahoma;
	font-weight: bold;
}

#footer p a:hover {
	color: #444
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0 3px;
}

#footer .donwload {
	margin-top: -50px;
}


/**/
.more-detail {
	display: inline-block;
	clear: both;
	margin: 5px 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #FFF !important;
	background-color: transparent;
	background-image: URL('../images/bg-moredetail.png');
	background-repeat: repeat-x;
	border: 0;
	border: 3px solid #fec957;
}

.index .more-detail {
	font-size: 1.2em;
	padding: 7px 50px 15px 50px;
}

.privilegedoffer .more-detail {
	font-size: 16px;
	font-size: 0.8em;
	margin-top: 10px;
	padding: 10px 30px 10px 30px;
}

.privilegedoffer .submit-form {
	font-size: 16px;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 30px 5px 30px;
	color: #FFF;
	background-image: URL('../images/bg-moredetail.jpg');
	background-repeat: repeat-x;
	border: 0;
}

.privileged-detail .more-detail {
	font-size: 26px;
}

.txt-detail {
	font-size: 0.8em;
	font-family: "Tahoma";
}

/*Contact Ua*/
.row-contact {
	margin: 0;
	padding: 40px 30px 0 40px;
	height: 424px;
	background-color: transparent;
	background-image: URL('../images/contact/bg-contactus.png');
	background-repeat: no-repeat;
}

/*Register*/
.row-register {
	margin: 0;
	padding: 30px 30px 0 40px;
	height: 424px;
	background-color: transparent;
	background-image: URL('../images/register/bg-register.png');
	background-repeat: no-repeat;
}


.row-register h3 {
	margin: 0;
	font-size: 34px;
}

/*IE8*/
/* .carousel .carousel-inner .carousel-caption {
	margin: 0 auto;
	margin-top: -260px;
	width: auto;
	width: 767px;
	max-width: 767px;
	top: 50%;
	left: 0;
	right: 0;
} */

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: auto;
	max-width: auto;
}

footer {
	clear: both;
	display: block;
	left: 0;
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 1px;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #FFF;
}

.download footer {
	position: relative;
}

/*IE8*/



/*Center*/
.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.centered {
	position: relative;
	display: inline-block;
	width: 95%;
	padding: 1em;
	background: transparent;
	color: white;
}


.dropdown-menu {
	background-color: #dad7d2;
}

.dropdown-menu li a {
	color: #565656;
	font-size: 20px;
	background-color: #dad7d2;
}


/*Modal*/
.modal {
	position: fixed;
	top: 50px !important;
	/*margin-top:-250px;*/
}

.navbar-left .dropdown-menu li {
	margin: 0;
	padding: 0;
	padding: 10px;
	background-color: #FFF;
	border-bottom: 0;
	border-top: 1px solid #BB9061;
}

.navbar-left .dropdown-menu li a {
	margin: 0;
	padding: 0;
	font-size: 24px;
	background-color: #FFF;
}


.s-register-step {
	margin: 0 auto;
	width: 440px;
}

.register-step {
	margin: 0 auto;
	width: 340px;
}

.row-register-birthday {
	background-image: URL('../images/register/bg-register-birthday.png');
	width: 464px;
	height: 464px;
}

#birthday-popup {
	width: 100%;
}

#birthday-popup>img {
	margin-top: 22px;
}

#myModalBirthday .close {
	margin-top: 0;
}

/*Condition*/
.row-condition {
	margin: 0 auto;
	padding: 30px 30px 0 40px;
	width: 860px;
	height: 500px;
	background-color: transparent;
	background-image: URL('../images/bg-condition.png');
	background-repeat: no-repeat;
}

.row-condition-horizontal {
	margin: 0 auto;
	padding: 30px 30px 0 40px;
	width: 460px;
	height: 900px;
	background-color: transparent;
	background-image: URL('../images/bg-condition-honri.png');
	background-repeat: no-repeat;
}

.list-condition {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0 10px 0 0px;
}

.list-condition li {
	font-size: 20.5px;
}

.row-contact .close {
	margin-top: -40px;
	margin-left: 700px;
}

a.display-condition {
	margin-top: 30px;
	font-size: 17px;
}

#btn-condition {
	margin-top: -10px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	margin-bottom: 20px;
}


/* popup */
.popup {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
}

.popup .mesk {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
	background: rgba(255, 255, 255, 0.8);
}

.btn-close {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
	width: 34px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	z-index: 8;
}

.popup .inner-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 920px;
	height: 510px;
}

.popup .inner-popup>img {
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {
	/*Center*/
	/*.outer {
		display: table;
		width: 100%;
		height: 100%;
	}
	.inner {
		display: table-cell;
		vertical-align: top;
		text-align: center;
	}
	.centered {
		position: relative;
		display: inline-block;
		width: 95%;
		padding: 1em;
		background: transparent;
		color: white;
		margin-top:250px;
	}
	.slide-1  .centered {
		position: relative;
		display: inline-block;
		width: 95%;
		padding: 1em;
		background: transparent;
		color: white;
		margin-top:200px;
	}
	.slide-6  .centered {
		position: relative;
		display: inline-block;
		width: 95%;
		padding: 1em;
		background: transparent;
		color: white;
		margin-top:350px;
	}*/

	.navbar .navbar-right>li.border-left-sm {
		background: url(https://vipclub.isuzumu-x.net/wp-content/themes/blankslate/images/left-border-nav.png) no-repeat top left
	}

	#footer #download-brochure-img {
		margin-left: -30px;
	}

	.content-wrapper {
		/*margin-top: -230px;*/
		/*margin-top: -325px;*/
	}

	.carousel .carousel-control.left,
	.carousel .carousel-control.right {
		width: 8%;
	}

	.icon-spi {
		width: 51px;
		height: 51px;
		background-size: 51px 51px;
	}

	.img-responsive,
	.thumbnail>img,
	.thumbnail a>img,
	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		margin-bottom: 0px;
	}

	.navbar-brand img {
		width: 146px;
	}
}

@media (min-width: 768px) and (max-width: 996px) {
	.download {
		margin: 0 auto;
		width: 464px;
		display: block;
		overflow: hidden;
	}
}

@media (min-width: 900px) {

	/* Uncomment next line and remove next css block if has sub menu */
	.navbar .navbar-left li a {
		padding-left: 10px;
		padding-right: 10px
	}

	.nav>li>a {
		font-size: 18px;
	}

	.row-contact h3 {
		margin: 0;
		padding: 0;
		font-size: 2em;
		line-height: 38px;
	}

	.row-contact p {
		font-size: 1.2em;
	}

	.row-contact p.no-padding {
		margin: 20px 0 0 0;
		padding: 0;
		line-height: 12px;
	}

	.row-contact small {
		margin: 0;
		padding: 0;
		line-height: 24px;
	}

	.row-contact div.col-contact-first {
		padding-right: 50px;
	}

	.row-contact div.col-contact-second {
		margin-top: 5px;
		padding-left: 50px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	.btn-submit {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1em;
		color: #FFF;
	}

	.row-contact form input,
	.row-contact form textarea,
	.row-register form input,
	.row-register form textarea {
		border: 0px solid #ccc;
		border-radius: 0;
		box-shadow: none;
		color: #FFF;
		background-color: #9b9b9b;
		font-size: 22px;
	}

	#myModal .modal-dialog,
	#myModalRegister .modal-dialog,
	#myModalBirthday .modal-dialog {
		width: 70%;
	}

	#myModal .modal-content,
	#myModalRegister .modal-content,
	#myModalBirthday .modal-content {
		background-color: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		height: 424px;
		margin: 0 auto;
		width: 850px;
	}

	/*Contact Us*/
	#l_capcha {
		max-width: 150px;
	}
}

@media (min-width: 1024px) {
	.content-wrapper {
		/*margin-top: -110px;*/
		/*argin-top: -230px;*/
	}

	.carousel .carousel-indicators {
		bottom: 7%;
	}

	.carousel .carousel-inner>.item {
		/*background-size: 180% !important;*/
	}

	.logo-dmax-feature {
		margin-top: 40px !important;
	}


	.logo-dmax-feature img {
		float: left;
		/*width:40%;*/
		margin-bottom: 10px !important;
	}

	.nav>li {
		/*padding:0 1px;*/
	}

	.nav>li>a {
		font-size: 18px;
	}

	.navbar .navbar-right>li>input[type="text"] {
		width: 100px;
	}

	.navbar .navbar-left {
		margin-left: 20px;
	}


	.carousel {
		height: 100% !important;
		margin-bottom: 0 !important;
	}

	#footer .download {
		position: absolute;
		right: 25px;
		bottom: 0;
	}

	#footer .download .pull-right+.pull-right {
		margin-top: 5px;
	}

	.carousel .carousel-control.left,
	.carousel .carousel-control.right {
		width: 6%;
	}

	.icon-spi {
		width: 61px;
		height: 61px;
		background-size: 61px 61px;
	}

	#myModal .modal-dialog,
	#myModalBirthday .modal-dialog {
		width: 70%;
	}

	#myModalRegister .modal-dialog,
	#myModalBirthday .modal-dialog {
		/*width: 20%;*/
		width: 100%;
	}

	#myModal .modal-content,
	#myModalRegister .modal-content,
	#myModalBirthday .modal-content {
		background-color: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		height: 424px;
		margin: 0 auto;
		width: 850px;
	}

	#myModalRegister .modal-content,
	#myModalBirthday .modal-content {
		/*max-width: 440px;*/
		width: 100%;
	}

	footer {
		clear: both;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
		margin: auto;
		margin-top: 1px;
		padding-top: 15px;
		padding-left: 20px;
		background-color: #FFF;
	}

	.privilegedoffer footer {
		position: relative;
		z-index: 10;
	}

	#footer ul li {
		font-size: 17px;
	}

}

@media (min-width: 1200px) {
	.navbar .navbar-right>li.border-left-md {
		background: url(https://vipclub.isuzumu-x.net/wp-content/themes/blankslate/images/left-border-nav.png) no-repeat top left
	}

	.menu-sm-back-wrapper {
		display: none !important
	}

	.carousel .carousel-inner>.item {
		/*background-size: 130% !important;		*/
	}

	.icon-spi {
		width: 91px;
		height: 91px;
		background-size: 91px 91px;
	}

	.section-title {
		padding-left: 25%;
	}

	#footer ul li {
		font-size: 22px;
	}
}

@media (min-width: 1366px) {
	.carousel .carousel-inner>.item {
		/*background-size: 100% 100% !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;		*/
	}

	.logo-dmax-feature {
		margin-top: 50px !important;
		margin-left: 0px !important;
	}

	.logo-dmax-feature img {
		float: left;
		margin-right: 10px;
		/*width:0 !important;*/
	}

	.nav>li>a {
		font-size: 20px;
	}

	.navbar .navbar-right>li>input[type='text'] {
		width: 137px;
	}

	.carousel .carousel-control.left,
	.carousel .carousel-control.right {
		/*width: 5%;*/
		width: 65px;
	}

	.download footer {
		position: absolute;
	}

}

@media (min-width: 1444px) {
	.navbar-brand img {
		width: 146px;
	}
}

@media (max-width: 1366px) {
	.download footer {
		bottom: -100px;
	}
}

@media (max-width: 1199px) {
	.select-privileged {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	footer {
		display: block;
		margin: auto;
		margin-top: 1px;
		padding-top: 15px;
		padding-left: 20px;
		background-color: #FFF;
		clear: both;
		bottom: 0;
		position: relative;
	}
}


/* IPAD Portial*/
@media (max-width: 991px) {
	.popup .inner-popup {
		width: 94%;
		height: auto;
	}

	.nav>li {
		/*padding:0 1px;*/
	}

	.nav>li>a {
		font-size: 18px;
	}

	.navbar-nav>li>a {
		line-height: 26px;
		padding: 20px 8px;
	}

	.navbar .navbar-right>li>input[type="text"] {
		width: 100px;
	}

	.navbar .navbar-left {
		margin-left: 0px;
	}

	#footer .donwload {
		margin-top: -40px;
		margin-bottom: 15px;
	}

	#footer .img-download {
		height: 65px;
	}

	#footer ul li {
		font-size: 17px;
	}

	.carousel {
		height: 655px;
		margin-bottom: 0px !important;
	}

	.icon-brand-detail {
		right: 0;
		top: 65px;
		left: 30px;
		background-position: 0 0;
		background-size: 40px 47px;
	}

	.icon-brand-priactivities {
		background-size: 50px;
	}

	.row-privileged-download-list>div {
		margin-bottom: 25px;
	}

	/*Contact Us*/
	.row-contact {
		margin: 0;
		padding: 40px 0 30px 0;
		min-height: 300px !important;
		background-color: #f9f5ef;
		border: 3px solid #4a463c;
		height: auto;
		background-image: none !important;
		/*background-repeat:no-repeat;
		background-position:center top;*/
	}

	.row-contact h3 {
		margin: 0;
		padding: 0;
		font-size: 2em;
		line-height: 38px;
	}

	.row-contact p {
		font-size: 1.2em;
		line-height: 22px;
	}

	.row-contact p.no-padding {
		margin: 20px 0 0 0;
		padding: 0;
		line-height: 12px;
	}

	.row-contact small {
		margin: 0;
		padding: 0;
		line-height: 24px;
	}

	.row-contact div.col-contact-first {
		padding-right: 50px;
	}

	.row-contact div.col-contact-second {
		margin-top: 30px;
		padding-left: 10px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	.btn-submit {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1em;
		color: #FFF;
	}

	.row-contact form input,
	.row-contact form textarea {
		border: 0px solid #ccc;
		border-radius: 0;
		box-shadow: none;
		color: #FFF;
		background-color: #9b9b9b;
	}

	#myModal .modal-content,
	#myModalRegister .modal-content,
	#myModalBirthday .modal-content {
		background-color: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		height: 424px;
		margin: 0 auto;
		max-width: 800px;
	}

	#myModalRegister .modal-content {
		max-width: 440px;
	}

	/*Contact Us*/

	#footer ul {
		max-width: 490px;
		margin: 0 auto;
	}

	.text-title-detailpage {
		text-align: center;
	}

	.dropdown-menu li a {
		font-size: 14px;
	}

	.navbar-left .dropdown-menu li a {
		font-size: 14px;
		background-color: #FFF;
	}
}


@media (max-width: 767px) {
	.navbar .navbar-right {
		position: initial;
		background: #FFF;
	}

	.row-contact {}

	.row-contact div.col-contact-second {
		margin-top: 40px;
		padding-left: 10px;
	}

}


/*--------------------------------------IPHONE Horizontal----------------------------------------------------------------*/
@media (min-width: 520px) and (max-width: 767px) {
	.nav>li>a {
		font-size: 24px !important;
	}

	.navbar-collapse {
		margin: 0;
		padding: 0;
		background-color: #FFF !important;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav li {
		border-bottom: 1px solid #BB9061;
	}

	.navbar .navbar-left {
		margin-left: 0px;
	}

	#footer .donwload {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	#footer .pull-right {
		float: none !important;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	#footer .pull-right a>img {
		margin: 0 auto;
	}

	#footer .img-download {
		height: 89px;
	}

	.select-privileged {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.bg-tab-title h1 {
		font-size: 1.8em;
	}

	.privileged-detail h6 {
		font-size: 2em
	}

	.icon-brand-detail {
		right: 0;
		top: 55px;
		left: 30px;
		background-position: 0 0;
	}

	.icon-brand-priactivities {
		background-size: 45px;
	}

	.txt-detail {
		font-size: 0.6em;
		font-family: "Tahoma";
	}

	.dropdown-menu li a {
		font-size: 24px;
	}

	.navbar-left .dropdown-menu li a {
		font-size: 24px;
		background-color: #FFF;
	}

	.ui-accordion .ui-accordion-content {
		padding: 10px;
	}

	.navbar-brand img {
		width: 146px;
	}

	.navbar-brand {
		height: auto;
		padding-top: 10px;
		padding-bottom: 0px;
	}
}

@media (max-width: 991px) and (orientation: landscape) {
	.popup .inner-popup img {
		width: auto;
		max-height: 90vh;
	}

	.popup .inner-popup {
		/*width: auto;*/
	}
}

/*--------------------------------------IPHONE Vertical----------------------------------------------------------------*/
@media (max-width: 520px) {
	.nav>li>a {
		font-size: 24px !important;
	}

	.navbar-collapse {
		margin: 0;
		padding: 0;
		background-color: #FFF !important;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav li {
		border-bottom: 1px solid #BB9061;
	}

	.navbar .navbar-left {
		margin-left: 0px;
	}

	#footer .donwload {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	#footer .pull-right {
		float: none !important;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	#footer .pull-right a>img {
		margin: 0 auto;
	}

	#footer .img-download {
		/*height:89px;*/
	}

	.icon-spi {
		width: 41px;
		height: 41px;
		background-size: 41px 41px;
	}

	.bg-tab-title h1 {
		font-size: 1.3em;
	}

	.bg-tab-title h3 {
		font-size: 1em;
	}

	.select-privileged {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.privileged-detail h6 {
		font-size: 1.4em
	}

	.privileged-detail p {
		font-size: 1.0em
	}

	.icon-brand-detail {
		right: 0;
		top: 45px;
		left: 30px;
		background-size: 40px 47px;
	}

	.slide-content-privileged-activities {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.privileged-detail p.txt-detail,
	.privileged-detail ul.txt-detail {
		font-size: 0.8em;
		font-family: "Tahoma";
	}

	.space-m-footer {
		min-width: 28px;
		border: 1px solid transparent;
	}

	/*Center*/
	.outer {
		display: table;
		width: 100%;
		height: 100%;
	}

	.inner {
		display: table-cell;
		vertical-align: top;
		text-align: center;
	}

	.centered {
		position: relative;
		display: inline-block;
		width: 95%;
		padding: 1em;
		background: transparent;
		color: white;
		margin-top: 10px;
	}

	.row-register,
	.row-register-birthday {
		padding: 20px 10px 0 20px;
		background-color: #fffffd;
		background-image: none;
		border: 5px solid #a19f9c;
	}

	#myModalRegister #register-step-1,
	#myModalRegister #register-step-5 {
		margin-right: 0;
		padding-right: 0;
	}

	.dropdown-menu li a {
		font-size: 24px;
	}

	.navbar-left .dropdown-menu li a {
		font-size: 24px;
		background-color: #FFF;
	}

	.s-register-step {
		/*width:220px;*/
		width: 100%;
	}

	.register-step {
		/*width:170px;*/
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	.row-register {
		height: 475px;
	}

	#myModlRegister .row-register {
		height: auto;
	}

	.ui-accordion .ui-accordion-content {
		padding: 10px 30px;
	}

	#accordion h3 a {
		font-size: 18px !important;
		font-family: Tahoma !important;
	}

	#accordion .ui-accordion-content {
		font-size: 14px !important;
		font-family: Tahoma !important;
	}

	#accordion .ui-accordion-content li {
		line-height: 20px;
	}

	#accordion .ui-accordion-content ol,
	#accordion .ui-accordion-content ul {
		margin: 0;
		padding: 0 0 0 15px;
	}

	.img-responsive,
	.thumbnail>img,
	.thumbnail a>img,
	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		margin-bottom: 10px;
	}

	.carousel-inner .text-description-top {
		margin-top: 0px;
	}

	a.navbar-brand {
		width: 146px;
		padding-bottom: 0px;
	}

	#myModalBirthday .close {
		margin-top: -30px;
	}
}

@media (max-width: 420px) {
	.row-register {
		height: 290px;
	}
}




/************* Flex Slide **************/
.flexslider {
	background-color: transparent !important;
}

.flexslider-about {
	padding: 0 60px;
}

.flexslider-about h6 {
	margin-bottom: 0;
	font-family: "psl_kanda_probold";
	font-size: 1.6em;
	color: #FFF;
}

.flexslider-about p {
	font-family: "psl_kanda_probold";
	/*font-family:"Tahoma";*/
	font-size: 1em;
	color: #FFF;
}

.flexslider .slides li {
	position: relative;
	background-color: transparent;

}

.flexslider .flex-caption {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	width: 41%;

}

.flexslider .slide-border {
	margin-top: 5px;
	background-color: #9a9688;
	border: 20px solid #9a9688;
}

.flex-control-paging li a {
	background: #bcb9b0 !important;
	border-radius: 20px;
	box-shadow: none !important;
	cursor: pointer;
	display: block;
	height: 13px !important;
	text-indent: -9999px;
	width: 13px !important;
	border: 3px solid #bcb9b0 !important;
}

.flex-control-paging li a.flex-active {
	background-color: transparent !important;
	box-shadow: none;
	height: 13px !important;
	width: 13px !important;
	border: 3px solid #bcb9b0;
}

.flexslider .more-detail {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
}

.flexslider .btn-activities {
	position: relative;
	margin-top: -20px;
}

.slide-content-privileged-activities {
	padding-left: 40px;
	padding-right: 40px;
}


.content-page .flexslider h2

/* , .content-page .flexslider p*/
	{
	text-transform: uppercase
}

.content-page .flexslider h2 {
	margin: 0;
	font-size: 1em;
	color: #db0000
}

.content-page .flexslider p {
	margin-bottom: 0;
}

.list-download {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.list-download li {
	margin: 0;
	padding: 0;
}



/*----------------------------------------- Masonry ----------------------------------------- */
.box {
	margin: 1px;
	padding: 0;
	background: transparent;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.box:hover {
	cursor: pointer;
}

.box>label {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	padding-top: 50%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	font-size: 24px;
	color: #2d2d2d;
	background-color: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.box>label.stock {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	padding-top: 50%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	font-size: 24px;
	color: #FFF;
	background-color: #C3AA58;
	opacity: 0.8;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.box>label>.more-detail {
	color: #FFF;
}


.box h2 {
	font-size: 14px;
	font-weight: 200;
}

.box img,
#tumblelog img {
	display: block;
	width: 100%;
}

.col1 {
	max-width: 32%;
	width: 100%;
}

.col2 {
	max-width: 41%;
	width: 100%;
}

.col3 {
	max-width: 26%;
	width: 100%;
}

/*.col4 { max-width: 278px;width:100%; }*/

.col1 img,
.col2 img,
.col3 img {
	width: 100%;
}

/*.col4 img { max-width: 278px;}*/


@media (min-width: 520px) and (max-width: 767px) {
	.col1 {
		max-width: 767px;
		width: 100%;
	}

	.col2 {
		max-width: 767px;
		width: 100%;
	}

	.col3 {
		max-width: 767px;
		width: 100%;
	}

	.col1 img,
	.col2 img,
	.col3 img {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.col1 {
		max-width: 520px;
		width: 100%;
	}

	.col2 {
		max-width: 520px;
		width: 100%;
	}

	.col3 {
		max-width: 520px;
		width: 100%;
	}

	.col1 img,
	.col2 img,
	.col3 img {
		width: 100%;
	}
}

/**** Transitions ****/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}

/**** Clearfix ****/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

#container-masonry label {
	font-weight: 500;
}

/*----------------------------------------- Close Masonry ----------------------------------------- */

#myModal .modal-dialog,
#myModalRegister .modal-dialog,
#myModalBirthday .modal-dialog {
	/*width: 100%;*/
	background: transparent;
}

.close {
	opacity: 1;
	/*margin-right:25px;*/
	margin-top: -30px;
	left: -30px;
	position: relative;
}


/*------------------------------------------*/
.slide-1 .boxLightAni {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.slide-1 .boxLightAni img {
	display: block;
	position: absolute;
}

.slide-1 .boxLightAni .light1 {
	opacity: 1;
	left: 10px;
	top: 10px;
}

.slide-1 .boxLightAni .light2 {
	opacity: 0;
	left: 350px;
	top: 50px;
}

.slide-1 .boxLightAni .light3 {
	opacity: 0;
	left: -150px;
	top: 350px;
}

.slide-1 .boxLightAni .light4 {
	opacity: 0;
	left: 450px;
	top: 410px;
}

.slide-1 .boxLightAni .light5 {
	opacity: 0;
	left: -10px;
	top: 250px;
}

.slide-1 .boxLightAni .light6 {
	opacity: 0;
	left: 500px;
	top: 150px;
}

/*------------------------------------------*/

.title-banner-slide-01 {
	font: 2.4em "psl_kandamodern_extra_proRg" !important;
}

.title-banner-slide {
	font: 2em "psl_kandamodern_extra_proRg" !important;
}


.carousel .carousel-inner .carousel-caption .txt-more-detail {
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	max-width: 333px;
	font-size: 1em;
	border-top: 1px dashed #aca380;
}

.main-slide-image-01 {
	margin-top: 10px;
	margin-bottom: 5px;
}


/*WP*/
#wpadminbar {
	display: none;
}

.outofstock {
	display: block !important;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	padding-top: 50%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	font-size: 24px;
	color: #2d2d2d;
	background-color: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}


.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: inline-block;
}



table.table {
	margin-top: 15px;
}

table.form-insertaddress td {
	padding-right: 15px;
	padding-bottom: 5px;
}

table.form-insertaddress td input[type="text"]:disabled {
	background: #dddddd;
	color: #000;
}

a#wplogin,
a#wplogout {
	color: #947f3a;
}

#password-profile,
#passwordconfirm-profile {
	display: none;
}

a.editpassprofile {
	color: #947f3a;
}

.display-confirn-password {
	display: none;
}

#register-step-7 h3 {
	font-size: 26px;
}

#register-step-7 button {
	padding: 5px 20px 5px 20px;
}

.dropdown-menu {
	min-width: 190px;
}

ul.bl-form {
	margin: 0 0 0 17px;
	padding: 0;
}

.slide-profile {
	margin: 0;
	padding: 0;
	min-height: 250px;
	border: 1px solid red;
}

.second-text-title-detailpage {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 40px;
	vertical-align: text-top;
}

.aligncenter {
	text-align: center;
}

#accordion {
	margin-bottom: 40px;
}

#accordion .ui-accordion-content {
	max-height: 100%;
	height: 100% !important;
}

.ui-accordion .ui-accordion-header-active {
	background-color: #7B7B7B;
}

.ui-accordion .ui-accordion-header-active>a {
	color: #FFF !important;
}



#overlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#msg {
	text-align: center;
	color: white;
}

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: white;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*
 * Adjust for case birthday privileged has only one
 */
.box-center {
	position: relative;
	left: 50%;
	margin-bottom: 50px;
	float: none;
	max-width: 41%;
	width: 100%;

	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}



/* 
	START CUSTOM SLIDE CAPTION
*/
#slide-header .carousel-caption {
	font-size: calc(0.4261363636vw + 15.6363636364px);
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	padding: 0;
	text-shadow: none;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
	padding-top: calc(9.9431818182vw + -1.8181818182px);
}

@media (max-width: 320px) {
	#slide-header .carousel-caption {
		font-size: 17px;
		padding-top: 30px;
	}
}

@media (min-width: 1024px) {
	#slide-header .carousel-caption {
		font-size: 20px;
		padding-top: 100px;
	}
}



#slide-header .carousel-caption h3:not(.title-en) {
	font-size: calc(1.7045454545vw + 18.5454545455px);
}

@media (max-width: 320px) {
	#slide-header .carousel-caption h3:not(.title-en) {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	#slide-header .carousel-caption h3:not(.title-en) {
		font-size: 36px;
	}
}

#slide-header .carousel-caption h3 {
	/* font-size: 1.8em; */
	line-height: 0.8333333333em;
	margin: 0;
}

#slide-header .carousel-caption h3 span {
	display: inline-block;
}

#slide-header .carousel-caption h3.title-en {
	font-size: 1.2em;
	line-height: 1em;
}

#slide-header .carousel-caption img {
	margin: 0;
	max-width: 50%;
	min-width: 140px;
}

#slide-header .carousel-caption p {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
}

#slide-header .carousel-caption p.text-description-top {
	font-size: calc(0.9943181818vw + 13.8181818182px);
	line-height: 1em;
}

@media (max-width: 320px) {
	#slide-header .carousel-caption p.text-description-top {
		font-size: 17px;
	}
}

@media (min-width: 1024px) {
	#slide-header .carousel-caption p.text-description-top {
		font-size: 24px;
	}
}

#slide-header .carousel-caption a.more-detail {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding-left: 1.0416666667em;
	padding-right: 1.0416666667em;
	padding-top: 0.4166666667em;
	padding-bottom: 0.4166666667em;
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#slide-header .carousel-caption a.more-detail:hover {
	background-color: #fec957;
	background-image: none;
	transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



#slide-header .carousel-caption .carousel-caption-image {
	margin-bottom: 12px;
}

#slide-header .carousel-caption .carousel-caption-button {
	margin-top: 15px;
}

#slide-header .carousel-caption .carousel-caption-pretitle+.carousel-caption-title {
	margin-top: 5px;
}

#slide-header .carousel-caption .carousel-caption-title h3+h3 {
	margin-top: 8px;
}

#slide-header .carousel-caption .carousel-caption-title+.carousel-caption-description {
	margin-top: 8px;
}

#slide-header .carousel-inner .carousel-caption .carousel-caption-inner {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	#slide-header .carousel-inner .carousel-caption .carousel-caption-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}



/* 
	START CUSTOM SLIDE INDICATORS
*/
#slide-header .carousel-indicators {
	bottom: 20px;
	width: 100%;
	left: auto;
	right: auto;
	margin: 0;
	padding: 0;
	font-size: 0;
}

@media (min-width: 480px) {
	#slide-header .carousel-indicators {
		bottom: 30px;
	}
}

@media (min-width: 640px) {
	#slide-header .carousel-indicators {
		bottom: 40px;
	}
}

#slide-header .carousel-indicators li {
	margin: 0;
	transition: all .35s ease-in-out;
}

#slide-header .carousel-indicators li:not(:last-child) {
	margin-right: 15px;
}

/* body.home #container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.home #slide-header {
	position: relative;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
} */

.footer {
	position: relative;
	background-color: white;
}

.footer .footer-container {
	padding-right: 15px;
	padding-left: 15px;
}

.footer .footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.footer .footer-container {
		height: 100%;
	}
	.footer .footer-wrapper {
		height: 100%;
	}
}

.footer .footer-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer .footer-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer .footer-menu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer .footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-menu li {
	color: #5a5a5a;
	font-size: calc(0.7102272727vw + 14.7272727273px);
	line-height: 1em;
	position: relative;
}

@media (max-width: 320px) {
	.footer .footer-menu li {
		font-size: 17px;
	}
}

@media (min-width: 1024px) {
	.footer .footer-menu li {
		font-size: 22px;
	}
}

.footer .footer-menu li:not(:last-child) {
	margin-bottom: 10px;
}

.footer .footer-download {
	text-align: center;
	margin: 0 auto;
}

.footer .footer-download img {
	margin: 0;
}

.footer .footer-download a {
	display: block;
}

@media (min-width: 640px) {
	.footer .footer-menu ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer .footer-menu li:not(:last-child) {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.footer .footer-menu li:not(:last-child):before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -10px;
		content: "";
		width: 1px;
		height: 10px;
		background-color: #5a5a5a;
		display: block;
		margin-top: 1px;
	}
}

@media (min-width: 768px) {
	.footer {
		height: 64px;
	}



	.footer .footer-left {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.footer .footer-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		max-width: 280px;
	}

	.footer .footer-menu {
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer .footer-menu ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer .footer-download {
		position: absolute;
		right: 15px;
		bottom: 0;
	}
}

@media (min-width: 1024px) {
	.footer .footer-download {
		position: absolute;
		right: 15px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	.navbar .navbar-toggle {
		padding-top: 18px;
	}
}

/* Update 20201102 */
.navbar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navbar .container::before, .navbar .container::after {
	content: none;
}

.navbar-header {
	height: 68px;
	margin: 0 !important;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 41.66666666666667%;
	        flex: 0 0 41.66666666666667%;
	max-width: 240px;
}

.navbar-header .navbar-brand {
	margin: 0 !important;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-header .navbar-brand img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 !important;
}

.navbar-my-isuzu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 23.4375%;
	        flex: 0 0 23.4375%;
    max-width: 146px;
    height: 68px;
    font-size: 0;
}

.navbar-my-isuzu .logo-my-isuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar-my-isuzu .logo-my-isuzu img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.footer .footer-menu li span {
    display: inline-block;
    word-wrap: break-word;
    word-break: keep-all;
}

.footer.footer-e-update {
	background-color: transparent;
}

@media (max-width: 768px) {
	.e-updates__highlight-mobile {
		text-align: center;
	}
}

.footer-download {
    width: 300px !important;
    height: auto !important;
}

.footer-e-updates-new {
	width: 100%;
}

.footer-e-updates-new img {
	max-width: 100%;
}