@font-face {
    font-family: '../font/supermarketRegular';
    src: url('../font/supermarket-webfont.eot');
    src: url('../font/supermarket-webfont.eot?iefix') format('eot'),
         url('../font/supermarket-webfont.woff') format('woff'),
         url('../font/supermarket-webfont.ttf') format('truetype'),
         url('../font/supermarket-webfont.svg#webfontkOYA3nch') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	/*font-family: '../font/supermarketRegular';*/
	font-family: 'Trirong', serif;
}

.bg1{
	background:url(../images/bg.png) repeat-x top ;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	text-align: center;
	z-index: 9;
}

.bg1 img{
	width: 62%;
}

.form{
	position:relative;
	z-index:10;
	width: auto;
	
	margin: 20px auto 20px;
	
}

.form h1{
	font-size: 230%;
	font-family: '../font/supermarketRegular';
	text-align: center;
	margin-top: 20px;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
	
}

.form h2{
	font-size: 150%;
	font-family: '../font/supermarketRegular';
	text-align: center;
	margin-top: 20px;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
}

.form h2 a{
	font-size: 90%;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
}

.input-field label , .row label{
	color:#000;
}

.form form{
	margin: 0px 0.5%;
}

.form form .row{
	/* margin: 10px 0px; */
	position: relative;
}

.row label{
	width: auto;
	float: none;
	/* margin-right: 10%; */
	line-height: 30px;
	text-align: right;
}

.row input{
	width: auto;
	float: none;
	
}

.padd{
	margin-left:15px;
}

.caret{
	border:0px !important;
}

.hidden{
	visibility: hidden;
}

.windows8 {
position: absolute;
width: 150px;
height:150px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
}

.windows8 .wBall {
position: absolute;
width: 143px;
height: 143px;
opacity: 0;
-moz-transform: rotate(225deg);
-moz-animation: orbit 7.15s infinite;
-webkit-transform: rotate(225deg);
-webkit-animation: orbit 7.15s infinite;
-ms-transform: rotate(225deg);
-ms-animation: orbit 7.15s infinite;
-o-transform: rotate(225deg);
-o-animation: orbit 7.15s infinite;
transform: rotate(225deg);
animation: orbit 7.15s infinite;
}

.windows8 .wBall .wInnerBall{
position: absolute;
width: 19px;
height: 19px;
background: #000;
left:0px;
top:0px;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
border-radius: 19px;
}

.windows8 #wBall_1 {
-moz-animation-delay: 1.56s;
-webkit-animation-delay: 1.56s;
-ms-animation-delay: 1.56s;
-o-animation-delay: 1.56s;
animation-delay: 1.56s;
}

.windows8 #wBall_2 {
-moz-animation-delay: 0.31s;
-webkit-animation-delay: 0.31s;
-ms-animation-delay: 0.31s;
-o-animation-delay: 0.31s;
animation-delay: 0.31s;
}

.windows8 #wBall_3 {
-moz-animation-delay: 0.62s;
-webkit-animation-delay: 0.62s;
-ms-animation-delay: 0.62s;
-o-animation-delay: 0.62s;
animation-delay: 0.62s;
}

.windows8 #wBall_4 {
-moz-animation-delay: 0.94s;
-webkit-animation-delay: 0.94s;
-ms-animation-delay: 0.94s;
-o-animation-delay: 0.94s;
animation-delay: 0.94s;
}

.windows8 #wBall_5 {
-moz-animation-delay: 1.25s;
-webkit-animation-delay: 1.25s;
-ms-animation-delay: 1.25s;
-o-animation-delay: 1.25s;
animation-delay: 1.25s;
}

@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(180deg);
-moz-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-moz-transform: rotate(300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}

30% {
opacity: 1;
-moz-transform:rotate(410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}

39% {
opacity: 1;
-moz-transform: rotate(645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}

70% {
opacity: 1;
-moz-transform: rotate(770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}

75% {
opacity: 1;
-moz-transform: rotate(900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}

76% {
opacity: 0;
-moz-transform:rotate(900deg);
}

100% {
opacity: 0;
-moz-transform: rotate(900deg);
}

}

@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}

30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}

39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}

70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}

75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}

76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}

100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}

}

@-ms-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-ms-transform: rotate(180deg);
-ms-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-ms-transform: rotate(300deg);
-ms-animation-timing-function: linear;
-ms-origin:0%;
}

30% {
opacity: 1;
-ms-transform:rotate(410deg);
-ms-animation-timing-function: ease-in-out;
-ms-origin:7%;
}

39% {
opacity: 1;
-ms-transform: rotate(645deg);
-ms-animation-timing-function: linear;
-ms-origin:30%;
}

70% {
opacity: 1;
-ms-transform: rotate(770deg);
-ms-animation-timing-function: ease-out;
-ms-origin:39%;
}

75% {
opacity: 1;
-ms-transform: rotate(900deg);
-ms-animation-timing-function: ease-out;
-ms-origin:70%;
}

76% {
opacity: 0;
-ms-transform:rotate(900deg);
}

100% {
opacity: 0;
-ms-transform: rotate(900deg);
}

}

@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(180deg);
-o-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-o-transform: rotate(300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}

30% {
opacity: 1;
-o-transform:rotate(410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}

39% {
opacity: 1;
-o-transform: rotate(645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}

70% {
opacity: 1;
-o-transform: rotate(770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}

75% {
opacity: 1;
-o-transform: rotate(900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}

76% {
opacity: 0;
-o-transform:rotate(900deg);
}

100% {
opacity: 0;
-o-transform: rotate(900deg);
}

}

@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}

7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}

30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}

39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}

70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}

75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}

76% {
opacity: 0;
transform:rotate(900deg);
}

100% {
opacity: 0;
transform: rotate(900deg);
}

}

.loading{
	background:url(../images/overlay.png);
	top: 0px;
	left: 0px;
	bottom:0px;
	right:0px;
	width: 100%;
	height:100%;
	position: fixed;
	z-index: 11;
}

.logo{
	text-align: center;
}

form{
	background:none;
	border-radius:0px;
	box-shadow: 0px;
	padding:0px;
}

legend{
	margin-bottom: 10px !important;
}

fieldset{
	border:none;
	border-bottom:1px;
}

div.submit{
	padding:0px 15px;
	text-align: center;
}

#fieldset2{
	padding-bottom:0px;
}

.form-control{
	border-radius: 0px;
}

.text-require{
	margin-left:3px;
	color: #f00;
}

input.error{
	border:1px solid #f00;
}

label.error{
	display:none !important;
}

.partner{
	width:720px;
	overflow: hidden;
	margin: auto;
}

.warpper{
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
/* .row select{
	width:68%;
	
} */

.bg-tran{
	background-color: rgba(200, 200, 200, 0.6);
	padding:20px 0px;
	width:580px;
	margin:auto;
	margin-bottom:20px;
	position: absolute;
	z-index: 1;
	top:50%;
	left:50%;

	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
}


.travel{
	 margin-left:10px;
}
.travel .row{
	margin:0px;
	margin-bottom:0px !important;
}

.row{
	margin-bottom:10px !important;
}

.input-field{
	margin-top:5px !important;
}

.carousel-item .bg{
	position: relative;
}


.bg_head {
	/* margin: 0px 10%; */
	
}

.warpper{
	max-width: 1000px;
	margin: 0 auto;
}

.prefix_other{
	display: none;
}

.prefix_other , .seminar_prefix_other,.seminar_follower_prefix_other{
	display: none;
}


.travel{
	display: none;
}

.insurance{
	display: none;
}

.insurance_detail .row.no-padd .col{
	padding:0px;

}

.insurance_detail .no-padd label{
	margin-left:0px;
	left:0px;
}

.picker__select--month.browser-default,.picker__select--year.browser-default{
	    position: relative;
			height: auto;
			opacity: 1;
}


label.date{
		color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
		pointer-events: none;
		
		    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		margin-left: 0.75rem;
}

input.error{
		border-bottom-color: #f00 !important;
}