@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============= STARTER ============= */
body{
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	color: #4e4e4e;	
	font-size: 13px; /* based font size(0.875em) !important */
	width: 100%;
	/*min-width: 1030px;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrap-body{
	float:left;
	width:100%;
}

/* ============= HEADING ============= */
/* [] main content */
.h1{
	/* Page(Menu) Title */
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 2.462em; /* 32px */
	color: #1f6db8;
	margin:0 0 15px 0;
	padding:0;
	font-stretch: condensed;
	
	
	width: 100%;
	text-align: center;
	display: block;
}
.h1.small{
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 1.846em; /* 24px */
	line-height: 1.846em; /* 24px */
	color: #1f6db8;
	margin:0 0 15px 0;
	padding:0;
	font-stretch: condensed;
}
.h1.social{
	color: #4e4e4e;
	line-height:1.000em;
	margin:0px; padding:0px;
	word-wrap:break-word;
}
.wrap-content > .h2{
	display: block;
}
.h2{
	/* Name Title(Detail Page) */
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 4.615em; /* 60px */
	color: #1f6db8;
	margin: 0;
	padding:0;
	font-stretch: condensed;
}
.h2.social{
	color:#4e4e4e;
	line-height:1.000em;
	margin-top:10px;
}

.h3{
	/* Title(TabMenu) */
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-size: 2.462em; /* 32px */
	line-height: 2.462em; /* 32px */
	color:#1f6db8;
	margin: 0;
	padding:0;
}
.h4{
	/* Title(ContentBox) */
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-size: 2.462em; /* 32px */
	line-height: 1.000em; /* 32px */
	text-transform:uppercase;
	color: #4e4e4e;
	margin: 0;
	padding:0;
}
.h4.small{
	font-size: 1em; /* 16px */
	line-height: 1.571em; /* 16px */
	color: #4e4e4e;
}
.h4.medium{
	font-size: 1.846em; /* 24px */
	line-height: 1.571em; /* 16px */
	color: #4e4e4e;
}
.h5{
	/* Topic(Content Headline) */
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 1.846em; /* 24px */
	line-height: 1.000em; /* 24px */
	color: #4e4e4e;
	padding:0;
	font-stretch: condensed;
}

/* [] off canvas menu */
.h6{
	/* OffCanvas Menu */
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 1.846em; /* 24px */
	color: #4e4e4e;
	margin: 0;
	padding:5px 15px;
	font-stretch: condensed;
}
/* [] for footer */
.h7{
	/* Footer Header Menu */
	font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
	font-size: 1.231em; /* 16px */
	color: #a0a0a0;
	margin: 0;
	font-stretch: condensed;
}

.h8{
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-size: 1.846em; /* 24px */
	line-height: 1.846em; /* 24px */
	text-transform:uppercase;
	color:#1f6db8;
	margin: 0;
	padding:0;
}

/* ============= TEXT ============= */
p{
	line-height: 1.571em;
}
p.small{
	font-size: 0.875em;
	line-height: 1em;
}
.text-primary{
	color:#1f6db8;
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
}
.color-primary{
	color:#1f6db8;
}
.grey{
	color:#a0a0a0;
}
.small{
	font-size: 0.875em;
	line-height: 1em;
}

/* ============= BASE & CONTAINER ============= */
.container{
	/*max-width: none !important;*/
	/*width: 1000px;*/
	line-height: 1.538em; /* 20px based on body text (13px) */
}
.col-centered{
	float: none;
	margin: 0 auto;
    display:inline-block;
}

/* ============= HYPERLINK ============= */
a{
	text-decoration: none;
	border: none;
	color:inherit;
	transition:all 0.3s ease;
}
a:hover, a:active, a:focus, *:hover{
	outline: 0;
	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
}
	a.link{
		color: #1f6db8;
	}

/* ============= IMAGES ============= */
img{
	border: none;
}

img.thumb{
	border: 1px solid #ddd;
	overflow: hidden;
}
img.rps{
	width:100%;
	height:100%;}

/* ============= HEADLINE ============= */
.wrap-headline{
	position:relative;
	z-index:96;
	float:left;
	width:100%;
	height:320px;
	overflow:hidden;
	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.wrap-headline > span{
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top:58%;
	margin-top:-50px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
    /* phones */
	.wrap-headline{
		height:160px;
	}
	.wrap-headline > img.rps{
		min-width: 100%;
		height: 100%;
	}
	.wrap-headline > span{
		margin-top:-30px;
		font-size: 1.846em; /* 24px */
	}
}
@media only screen and (min-width: 768px) {
    /* tablets and desktop */
	.wrap-headline > img.rps{
		min-width: 100%;
		height: 100%;
		margin-top:0px;
	}
}
@media only screen and (min-width: 1400px) {
	.wrap-headline > img.rps{
		min-width: 100%;
		height:auto;
		margin-top:-40px;
	}
}
	

/* ============= HERO ============= */
.wrap-hero{
	position:relative;
	z-index:96;
	float:left;
	width:100%;
	overflow:hidden;
	
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
	/*.wrap-hero{height:350px;}*/
	.wrap-hero > img.rps{
		min-width: 100%;
		height: 100%;
	}
	.wrap-hero > h4{
		margin-top:-30px;
		font-size: 1.846em;
	}
}
@media only screen and (min-width: 768px) {
	/*.wrap-hero{height:668px;}*/
	.wrap-hero > img.rps{min-width: 100%;}
}
@media only screen and (min-width: 1400px) {
	.wrap-hero > img.rps{min-width: 100%;}
}

/* ===> ' Hero > Tag Title ' */
.hero-title{
	position:absolute; bottom:0px;
	width:100%;
	background:rgba(0,0,0,0.8);
}
	.hero-title .title{
		margin:0px auto;
		text-align:center;
		
		font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
		text-transform: uppercase;
		line-height:1.000em; /* 13px */
		color: #ffffff;
		font-stretch: condensed;
	}
	@media only screen and (max-width: 767px) {
		.hero-title{padding:10px 0px;}
			.hero-title .title{font-size:1.846em; /* 24px */}
	}
	@media only screen and (min-width: 768px) {
		.hero-title{padding:15px 0px;}
			.hero-title .title{font-size:3.692em; /* 32px */}
	}
		

/* ===> ' Hero > Search ' */
.hero-search{
	position:absolute; top:0px; right:0px;
	z-index:98;
}
	.btn-herosearch{
		position:absolute; top:0px; right:0px;
		z-index:98;
		width:40px;
		height:320px;
		cursor:pointer;
		background:rgba(0,0,0,0.8);
		animation:all 0.5 ease;
	}
		.btn-herosearch:hover{background:rgba(0,0,0,1);}
		.btn-herosearch .btn-x{
			position:absolute; top:0PX; right:0px;
			width:40px;
			height:40px;
			animation:all 0.5 ease;
			background:url(../images/global/ico-+.png) no-repeat;
		}
		.btn-herosearch.opened .btn-x{background:url(../images/global/ico-x.png) no-repeat;}
		.btn-herosearch.opened{background:rgba(0,0,0,1);}
		.btn-herosearch .ico-search{
			position:absolute; bottom:3px; right:12px;
			color:#ffffff;
			font-size:1.231em; /* 16px */
		}
	.herosearch-box{
		position:absolute; top:0px; right:0px;
		z-index:97;
		width:0px;
		height:320px;
		background:rgba(0,0,0,0.8);
		animation:all 0.5 ease;
	}
		.herosearch-box.opened{width:300px;}
		.herosearch-box .option{
			float:left;
			padding:15px;
			width:260px;
			height:320px;
		}
		.herosearch-box .option p{
			padding:0px;
			margin:10px 0px 5px;
			color:#ffffff;
		}
		.herosearch-box .option .title{
			font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
			text-transform: uppercase;
			font-size:1.846em; /* 24px */
			color:#ffffff;
			padding:0px;
			margin:0px;
			font-stretch: condensed;
			text-align:left;
		}

/* ============= BREADCRUMB ============= */
.breadcrumb{
	float:left;
	margin:0px;
	list-style: none;
	background: none;
}
@media only screen and (max-width: 767px) {.breadcrumb{padding:15px 0px 15px 12px;}}
@media only screen and (min-width: 768px) {.breadcrumb{padding:15px 0px 15px 52px;}}
	.breadcrumb > ul{
		list-style:none;
		padding:0px;
		margin:0px;
	}
	.breadcrumb > ul > li{
		display:inline;
		color:#a0a0a0;
	}
	.breadcrumb > ul > li > a{
		font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
		font-size:1.000em; /* 13px */
		text-decoration:none;
		cursor:pointer;
		transition:all 0.5s ease;
		background:none;
		padding:0px 8px;
	}
	.breadcrumb > ul > li > a:hover{
		text-decoration:underline;
		color:#4e4e4e;
	}
	.breadcrumb .current{
		color:#4e4e4e;
		font-weight:bold;
		padding-left:8px;
	}

/* ============= FORM CONTROL ============= */
.form-control{
	width:100%;
	padding:3px 5px;
	font-size: 1.000em;
	border-radius: 0px;
	border:1px solid #eeeeee;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.form-control-feedback {
	top: 34px;
}	
	
.form-control-feedback > em.fa.fa-search {
	color: #dddddd;
}

/* screen adjust is below */
.form-control-getdest{
	padding:3px 5px;
	font-size: 1.000em;
	border-radius: 0px;
	border:1px solid #eeeeee;
	box-shadow:none;
	-webkit-box-shadow:none;
}

/* ============= BUTTON ============= */
.btn{
	background-color: #1f6db8;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s ease;
	
	border-radius: 2px;
	font-size: 1.000em;
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
}
	.btn:hover, .btn:active, .btn:focus{
		background-color: #0d477e;
		color: #fff;
	}
.btn > em{
	padding-right: 5px;
}
.btn-sm{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs{
	padding: 1px 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-toggle-sub{
	font-size: 1.000em;
	color:#dddddd;
	padding: 15px 0px;
	display: block;
}
.btn-toggle-sub:hover{
	color: #6c6c6c;
}

/* SINGLE BUTTON */
.btn-submit{
	background-color: #4e4e4e;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
	.btn-submit:hover, .btn-submit:active, .btn-submit:focus{
		background-color: #2a2a2a;
		color: #fff;
	}

.btn-cancle{
	background-color: #dddddd;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #dddddd;
}
	.btn-cancle:hover, .btn-cancle:active, .btn-cancle:focus{
		background-color: #d6d6d6;
		color: #6c6c6c;
	}
	
.btn-toggle{
	background-color: #d6d6d6;
	padding: 6px 15px;
	text-transform: uppercase;
	color: #6c6c6c;
	font-weight: bold;
}
	.btn-toggle:hover, .btn-toggle:active, .btn-toggle:focus{
		background-color: #a6a6a6;
		color: #fff;
	}
	
@media only screen and (max-width: 991px) {.btn-bot{margin-bottom:10px;}}
@media only screen and (min-width: 992px) {.btn-bot{margin-bottom:0px;}}

.btn-x{
	display:inline-block;
	background-color: #d6d6d6;
	padding:6px 0px 6px 6px;
	margin-top:-2px;
	margin-left:3px;
	color: #6c6c6c;
}
	.btn-x:hover, .btn-x:active, .btn-x:focus{
		background-color: #a6a6a6;
		color: #fff;
	}
	
.btn-switch{
	display:inline-block;
	height:24px;
	padding:0px;
	margin:-4px 0px -4px 5px;
}
	.btn-switch a{
		float:left;
		color:#d6d6d6;
		font-size:1.231em;
		transition:0s;
		cursor:pointer;
	}
		.btn-switch a:hover{color:#4e4e4e;}
	@media only screen and (max-width: 767px) {
		.form-control-getdest{width:80%;}
		.btn-x{width:10%;}
		.btn-switch{width:2%;}
	}
	@media only screen and (min-width: 768px) {
		.form-control-getdest{width:85%;}
		.btn-x{width:10%;}
		.btn-switch{width:2%;}
	}
	@media only screen and (min-width: 992px) {
		.form-control-getdest{width:65%;}
		.btn-x{width:18%;}
		.btn-switch{width:5%;}
	}

	
/* ============= SLIDER CAROSEL ============= */
@media only screen and (max-width: 767px) {.carousel-indicators {bottom: 5px;}}
@media only screen and (min-width: 768px) {.carousel-indicators {bottom: 60px;}}
.carousel-indicators li {
    border-radius: 50%;
	border:none;
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: -999px;
	font-size:1.000em;
	opacity:0.4;
	transition:all 0.5s ease;
}
	.carousel-indicators li:hover {
		opacity:1.0;
	}
	.carousel-indicators .active {
		width: 26px;
		height: 26px;
		opacity:1.0;
		margin:1px;
	}
	.carousel-01{background:url(../images/global/carousel-01.png) no-repeat top center;}
	.carousel-02{background:url(../images/global/carousel-02.png) no-repeat top center;}
	.carousel-03{background:url(../images/global/carousel-03.png) no-repeat top center;}
	.carousel-04{background:url(../images/global/carousel-04.png) no-repeat top center;}
	.carousel-05{background:url(../images/global/carousel-05.png) no-repeat top center;}

/* ============= TABLE BORDERED ============= */
.table{
	margin: 10px 0px;
}

/* ============= Content ============= */
.wrap-content{
	width:100%;
	float: left;
	margin-top: 60px;
}
.wrap-content > h2.text-center{
	width:100%;
	padding: 0px 22%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    /* phones */
    .wrap-content > h2.text-center{
		width:100%;
		font-size: 2.8em;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
/* ============= Pagination ============= */
.wrap-pagination{
	width:100%;
	display: block;
	background:#eeeeee;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.wrap-pagination-banner{
		display: block;
		background:#eeeeee;
		padding: 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
.wrap-pagination p.small{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin:0;
	border-radius: 4px;
	text-align: right;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding:3px 6px;
	margin:0px 5px;
	line-height: 1.42857143;
	color: #4e4e4e;
	text-decoration: none;
	background:none;
	border:none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #ffffff;
	background-color: #1f6db8;
	border:none;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #1f6db8;
	border:none;
}
/* ============= Bootstrap ============= */
label{
	font-family: 'open_sansbold';
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#height-equal, #width-example {
overflow: hidden;
}

/* ============= TOP DESTINATION ============= */
.wrap-bottomsection{
	border-top:5px solid #fafafa;
	padding-bottom:60px;
	background:url(../images/global/pattern_light.png) repeat;
}
.wrap-topdest{
	float:left;
	width:100%;
	padding-top:50px;
}
	.wrap-topdest .topdest-box{
		margin:0px auto;
		padding:0px 10%;
		box-sizing:border-box;
	}
		.wrap-topdest .topdest-box .topdest{
			position:relative;
			float:left;
		}
		@media only screen and (max-width: 767px) {
			.wrap-topdest .topdest-box .topdest{width:50%;}
			.wrap-topdest .topdest-box .topdest .hover .title{
				font-size:1.231em;
				line-height:1.000em;
				padding-bottom:3px;
			}
			.categorybox .hover .hover-content .subtitle{margin-top:2px;}
		}
		@media only screen and (min-width: 768px) {
			.wrap-topdest .topdest-box .topdest{width:20%;}
			.wrap-topdest .topdest-box .topdest .hover .title{
				font-size:1.231em;
				line-height:1.000em;
				padding-bottom:6px;
			}
			.categorybox .hover .hover-content .subtitle{margin-top:4px;}
		}
		@media only screen and (min-width: 1024px) {
			.wrap-topdest .topdest-box .topdest .hover .title{
				font-size:1.231em;
				line-height:1.000em;
				padding-bottom:6px;
			}
		}
		.wrap-topdest .topdest-box .topdest:hover .hover{
			opacity:1;
			height:100%;
		}
		.wrap-topdest .topdest-box .topdest .hover{
			position:absolute; top:0px; left:0px;
			opacity:0;
			width:100%;
			height:0%;
			cursor:pointer;
			background:rgba(0,0,0,0.6);
			transition:all 0.3s ease;
		}
			.wrap-topdest .topdest-box .topdest img{
				width:100%;
				height:100%;
			}
			
		.wrap-topdest .topdest-box .topdest .hover .hover-content{
			margin:0px auto;
			width:90%;
			vertical-align:middle;
		}
			.wrap-topdest .topdest-box .topdest .hover .hover-content .title{
				float:left;
				width:100%;
				padding-top:20%;
				text-align:center;
				border-bottom:5px solid #1f6db8;
				
				font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
				word-wrap:break-word;
				text-transform:uppercase;
				color:#ffffff;
			}
			.wrap-topdest .topdest-box .topdest .hover .hover-content .subtitle{
				float:left;
				width:100%;
				text-align:center;
				
				font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
				word-wrap:break-word;
				font-size:1.000em;
				color:#ffffff;
			}
			
/* ============= BANNER and PROMOTION DEAL ============= */
.wrap-banner{
	float:left;
	width:100%;
	padding-top:60px;
}
	.wrap-banner .banner-center{
		margin:0px auto;
		box-sizing:border-box;
	}
		.wrap-banner .banner-center .banner-box{
			border-top:1px dashed #eeeeee;
			border-bottom:1px dashed #eeeeee;
			background:#ffffff;
		}
			.wrap-banner .banner-center .banner-box .banner-img{
				float:left;
				padding:0px;
				box-sizing:border-box;
				border-right:1px dashed #eeeeee;
			}
			@media only screen and (max-width: 767px) {
				.wrap-banner .banner-center .banner-box .banner-img{
					border-bottom:1px dashed #eeeeee;
					border-right:none;
				}
			}
			@media only screen and (min-width: 768px) {
				.wrap-banner .banner-center .banner-box .banner-img{border-right:1px dashed #eeeeee;}
			}
				.wrap-banner .banner-center .banner-box .banner-img img{
					width:100%;
					max-height:200px;
				}
			.wrap-banner .banner-center .banner-box .banner-info{
				float:left;
				padding:5px 15px;
				box-sizing:border-box;
				overflow:hidden;
			}
			@media only screen and (max-width: 991px) {
				.wrap-banner .banner-center .banner-box .banner-info{max-height:135px;}
			}
			@media only screen and (min-width: 992px) {
				.wrap-banner .banner-center .banner-box .banner-info{max-height:249px;}
			}
				.wrap-banner .banner-center .banner-box .banner-info h6{
					font-family:'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
					margin: 0;
					padding:15px;
					text-transform: uppercase;
					font-size: 1.231em; /* 16px */
					color: #4e4e4e;
					font-stretch: condensed;
					word-wrap:break-word;
				}
					.wrap-banner .banner-center .banner-box .banner-info > span{
						padding: 0px;
					}
				.wrap-banner .banner-center .banner-box .banner-info a{
					padding-bottom:5px;
				}
				.wrap-banner .banner-center .banner-box .banner-info a:hover{
					text-decoration:underline;
				}

/* ============= BADGE ============= */
.badge{
	background: #4e4e4e;
}

.with-border-right{
	border-right:1px dashed #eeeeee;
}
img.rps{}

/* ============= INSIDE INFO ============= */
.wrap-insideinfo{}
	.wrap-insideinfo ul{
		width:110%;
		padding:0px;
		margin:0px;
		margin-left:0%;
		list-style:none;
		transition:all 0.3s ease;
	}
	.wrap-insideinfo ul:hover{
		margin-left:-5%;
	}
	.wrap-insideinfo li{
		position:relative;
		float:left;
		width:13%;
		height:190px;
		padding:0px;
		margin:0px;
		overflow:hidden;
		cursor:pointer;
		transition:all 0.3s ease;
		border-right:1px #000 dashed;
		border-left:none;
	}
	.wrap-insideinfo li:last-child{border-right:none;}
		.wrap-insideinfo li:hover{
			width:20%;
		}
		.wrap-insideinfo li img{
			height:190px;
		}
		.wrap-insideinfo li img.bw {
			filter: grayscale(100%);
			-webkit-filter: grayscale(100%); /* For Webkit browsers */
			filter: gray; /* For IE 6 - 9 */
			-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
		}
		.wrap-insideinfo li p{
			position:absolute; top:30px; left:15px;
			z-index:96;
			font-family: 'open_sansregular';
			font-size: 0.923em; /* 12px */
			font-stretch: condensed;
			color: #ffffff;
		}
		.wrap-insideinfo li p.title{
			position:absolute; top:10px; left:15px;
			z-index:96;
			font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
			font-stretch: condensed;
			color: #ffffff;
			margin: 0;
			padding:0;
		}
		@media only screen and (max-width: 991px) {
			.wrap-insideinfo li p.title{font-size: 0.923em; /* 12px */}
		}
		@media only screen and (min-width: 992px) {
			.wrap-insideinfo li p.title{font-size: 1.231em; /* 16px */}
		}
		.wrap-insideinfo li .hover{
			position:absolute; top:0px; left:0px;
			z-index:95;
			width:100%;
			height:190px;
			background:rgba(0,0,0,0.6);
			transition:all 0.3s ease;
		}
		.wrap-insideinfo li:hover .hover{
			opacity:0;
		}
		
.nav-tabs{
	border:none;
}
.nav-tabs>li{
	margin-right: 30px;
}
.nav-tabs>li.active{
	color:#1f6db8;
}
.tab-pane{
	width: 100%;
	float: left;
}

/* ============= register ============= */
.regis-step{
	float:left;
	width: 100%;
	display: block;
	padding: 15px 0px;
	border-bottom:#eeeeee 1px dashed;
	border-top:#eeeeee 1px dashed;
}
	.regis-step p{
		padding: 0px 50px;
	}
	.green{
		color: #8def00;
	}
	.inquiry-form .form-horizontal .has-feedback .form-control-feedback{
		top:10px;
	}
	
	label.control-label{
		text-transform: uppercase;
	}
	
/* ============= DropDown Header Title ============= */
.wrap-title-dd{
	width:100%;
	padding:0px; margin:0px;
}
	.wrap-title-dd .title-dd{
		float:left;
		width:100%;
	}
		.wrap-title-dd .title-dd > .dropdown{
			font-family: 'Open Sans Condensed', 'open_sans_condensedbold', 'Myriad Pro', sans-serif;
			text-transform: uppercase;
			font-size: 2.462em; /* 32px */
			text-align:center;
			color: #1f6db8;
			padding:0; margin:0 0 15px 0;
			font-stretch: condensed;
		}
		.wrap-title-dd .title-dd > .dropdown .dd-arrow{
			cursor:pointer;
			backface-color:#ffffff;
		}
	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		background-color:#ffffff;
		border:none;
	}
	.navbar-center .dropdown-menu {right:35%; left:35%;}
	.dropdown-menu.title{
		width: 30%;
		text-align: center;
	}
		@media only screen and (max-width: 767px) {
			.navbar-nav .open .dropdown-menu.title {
				position: static;
				float: none;
				padding:5px 0px;
				margin:2px 10%;
				width:80%;
				font-size: 14px;
				list-style: none;
				background-color: #fff;
				-webkit-background-clip: padding-box;
				background-clip: padding-box;
				border: 1px solid #ccc;
				border: 1px solid rgba(0,0,0,.15);
				border-radius: 4px;
				-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
		}
		.dropdown-menu.title > li{
			cursor:pointer;
		}


/* ============= Edit : 03 AUG 2015 ============================== */
.rightbar{
	position:relative; right:15px; top:5px;
	z-index:2222;
}
	.rightbar > .tab{
		position:absolute; right:-100px;
		height:30px;
		width:120px;
		color:#ffffff;
		transition:all ease 0.5s;
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
		background:rgba(0,0,0,0.8);
	}
		.rightbar > .tab:hover{right:-15px;}
		
		.rightbar > .tab.one{top:0px;}
		.rightbar > .tab.two{top:35px;}
		.rightbar > .tab.three{top:70px;}
		.rightbar > .tab.four{top:105px;}
		
		.rightbar > .tab > .ico{
			float:left;
			width:15px; height:15px;
			margin:8px 10px 0px;
			text-align:center;
		}
		.rightbar > .tab > .menu{
			    float: left;
				height: 30px;
				padding: 5px 5px 0px;
				font-family: 'open_sans_condensedbold';
				font-size: 14px;
		}
		
		.rightbar > .tab.video{
			position:absolute; 
			right:-15px;
			height:30px;
			width:320px;
			color:#ffffff;
			transition:all ease 0.5s;
			border-top-left-radius:4px;
			border-bottom-left-radius:0px;
			background:rgba(0,0,0,0.8);
		}
		.rightbar > .tab.video.deactive{
			right:-300px;
		}
			.rightbar > .tab:hover{right:-15px}
			.rightbar > .tab.video > .vid{
				float:left;
				width:320px;
				padding:0px 10px 10px 40px;
				background:rgba(0,0,0,0.8);
				border-bottom-left-radius:5px;
			}
			.wrap-video {
				position: relative;
				padding-bottom: 56.25%; /* 16:9 */
				padding-top: 25px;
				height: 0;
			}
			.wrap-video iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			
.advance_search{
	display:block;
	width:100%;
	min-height:60px;
}