@charset "utf-8";
@import url(reset.css);
@import url(fontface.css);
.mobileShow
{
    display:none;
    }
.mobile-date
{
 
    display:block;
    }
.mobile
{
    float:none;}
.boxBubble {
	position: absolute;
	top: 20%;
	right: 20%;
	left: 20%;
	width: 60.6666%;
	color: #fff;
	background-color:transparent;
	height:auto;
	padding:50px 0;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:relative;
	top:0;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	width:100%;
	position:relative;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 16px;
	position:relative;
	top:0;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 0;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}
.schedule {
	margin: 10px 0;
	background: #dbdbdb;
	padding: 0;
}
.country {
	background: #000;
	color: #fff;
	padding: 50px 25px;
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	text-align:left;
}
.country-date {
	background: #dbdbdb;
	color: #000;
	font-family: 'Akzidenz Grotesk Regular';
	padding: 30px 25px;
	font-size: 14px;
	line-height: 1.5;
}
.country-date a.showmap {
	color: #666666;
	text-decoration: underline;
}
.h1-title {
	font-family: 'Akzidenz Grotesk Medium';
	font-size: 24px;
	color: #000;
	padding: 25px 0;
}
.span-title {
	font-family: 'Akzidenz Grotesk regular';
	font-size: 14px;
}
.p-content {
	font-family: 'Akzidenz Grotesk regular';
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
h1.facilities {
	font-family: 'Akzidenz Grotesk Medium';
	padding: 15px 0;
	font-size: 16px;
	color: #000;
}
h1.others {
	font-family: 'Akzidenz Grotesk Medium';
	padding: 15px 0;
	font-size: 16px;
	color: #000;
}
ul.facilities {
	font-family: 'Akzidenz Grotesk regular';
	font-size: 14px;
	color: #000;
}
ul.others {
	font-family: 'Akzidenz Grotesk regular';
	font-size: 14px;
	color: #000;
}
ul.facilities li {
	padding: 10px 0;
	list-style: disc;
}
ul.others li {
	padding: 10px 0;
	list-style: disc;
}
.pd-title {
	font-family: 'Akzidenz Grotesk Medium';
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	border-bottom:1px solid #dbdbdb;
	line-height: 1.5;

}
.pd-content {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-left: 0;
	line-height: 1.5;
	
}
.pd-center {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	line-height: 1.75;
}
.pd-top {
	border-top: 0;
}
.btn-register, .btn-register:hover {
	border: 1px solid #000;
	font-family: 'Akzidenz Grotesk Medium';
	padding: 20px 20px;
	display: block;
	width: 350px;
	text-decoration: none;
	color: #000;
	text-align: center;
	margin: 0 auto;
	float: none;
	font-size: 20px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.btn-register:hover {
	border: 1px solid #000;
	font-family: 'Akzidenz Grotesk Medium';
	padding: 20px 20px;
	display: block;
	width: 350px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	float: none;
	font-size: 20px;
	background-color: #000;
}
.boxRegister {
	padding: 50px 0;
	width: 75%;
	margin: 0 auto;
}
.boxLaunch {
	background-color: #f5f5f5;
	width: 75%;
	padding: 50px 0;
	margin: 0 auto;
	color: #000;
}
.boxSchedule {
	background-color: #f5f5f5;
	width: 75%;
	padding: 50px 0;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.boxGallery {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
ul.gallery li {
	margin-bottom: 20px;
}
.boxDetail {
	background-color: #fff;
	padding: 50px 0;
}
.projectdetail {
	width: 70%;
	margin: 0 auto;
	font-family: 'Akzidenz Grotesk Regular';
	font-size: 14px;
	color: #000;
}
* {
	outline: 0;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #f5f5f5;
}
p, div, ul, ol, li {
	position: relative;
}
a {
	color: #C7C9CB;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
	border: none;
	outline: 0
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.hide {
	position: absolute;
	left: -9998px;
}
label, input, .block {
	display: block;
}
.visibleDesktop {
	display: block;
}
.visibleMobile {
	display: none;
}
.center {
	text-align: center;
}
.boxTitle {
	padding: 50px 0 40px;
	text-align: center;
}
.title {
	font-size: 80px;
	line-height: 62px;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
.title-detail {
	font-family: 'Akzidenz Grotesk Medium, DB Helvethaica X Medium Extended,DB Helvethaica X Extended';
	font-size: 18px;
	color: #686868;
	text-align: center;
}
.title-en {
	font-size: 50px;
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: none;
}
.subtitle {
	font-size: 16px;
	line-height: 23px;
	font-family: Akzidenz Grotesk regular, db_helvethaica_x;
	text-align: center;
	color: #bbb;
	margin-top: 0px;
}
.subsubtitle {
	font-size: 19px;
	font-family: db_helvethaica_x;
	text-align: center;
	color: #575757;
}
.btn_gold {
	font-size: 26px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-family: 'db_komol_xdemi';
	color: #fff;
	display: inline-block;
	cursor: pointer;
	background-color: #0060af;
	letter-spacing: 1px;
}
.btn_gold:hover {
	background-color: #00438e;
}
.btn-icon i {
	margin-right: 15px;
	position: relative;
	top: 7px;
}
.mobileHide {
	display: block;
}
.mobileShow {
	display: none;
}
.mobileHide-xs {
	display: block;
}
.mobileShow-xs {
	display: none;
}
.btnClickShow {
	display: none;
	width: 100%;
	text-align: center;
}
iframe[name="google_conversion_frame"] {
	position: absolute;
	bottom: 0px;
}
.wrapper {
	overflow: hidden;
	position: relative;
}
.overlay-load {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,.9);
	width: 100%;
	height: 100%;
	z-index: 99999;
}
/*************************
******* Back To Top Button
*************************/
#back-top {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 9999;
}
#back-top a {
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#back-top .btn-primary {
	background: #C7C9CB;
	border-color: #C7C9CB;
	padding: 0px;
	font-size: 18px;
	width: 36px;
	height: 36px;
}
#back-top a:hover {
	background: #EE3B24;
	opacity: 1;
}
/* ----------------- HEADER */
#header {/*background:#0072bc;*/
	position: absolute;
	width: 100%;
}
.logo {
	text-align: center;
	padding: 5px 0 60px;
}
.logo img {
	width: 105px;
	height: 84.55px;
}
.lineHead {
	width: 100%;
	border-bottom: #e6e6e8 1px solid;
	height: 1px;
	float: left;
}
.boxNavigation {
	width: 100%;
	display: table;
	z-index: 1;
}
.navbar-header {
	z-index: 1;
}
.navbar-nav {
	display: inline-block;
	margin-left: 0px;
	float: none;
}
.navbar-nav a {
	color: 000;
	display: block;
	font-family: DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	font-size: 20px;
	text-transform: uppercase
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.navbar-nav>li>a {
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #000;
	cursor: pointer;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #0060af;
}
.navbar-inverse .navbar-nav>.active>a {
	background: none;
}
.navbar-inverse {
	background: none;
	border: none;
}
.navbar-fixed-top {
	background: rgba(255,255,255,0.9);
}
.navbar {
	min-height: 90px;
	margin-bottom: 0px;
}
.navbar-toggle {
	margin-top: 26px;
	margin-bottom: 26px;
}
.navbar-collapse.collapse {
	text-align: center;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-right .active {
	color: #000!important;
}
.navbar-right a {
	font-family: 'Akzidenz Grotesk Regular';
	font-size: 12px;
}
.navbar-right a {
	font-family: 'DB Helvethaica X Extended';
	font-size: 19px;
}
.navbar-brand {
	padding: 23px 15px;
	height: auto;
}
.lineGap {
	padding-top: 36px;
	padding-bottom: 30px;
	font-family: 'tahoma';
}
.navbar-inverse .navbar-nav.navbar-right>li>a {
	color: #666;
}
.navbar-right .openShare {
	color: #000!important;
}
.openShare {
	cursor: pointer;
}
.boxShare {
	background-color: #fff;
	position: absolute;
	top: -5px;
	right: 45px;
	width: 290px;
	padding: 14px 10px 10px 10px;
	border-radius: 5px;
	display: none;
}
.btnShare {
	float: right;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	position: relative;
}
.btnShare a {
	font-size: 18px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	cursor: pointer;
}
.btnShare a i {
	font-size: 15px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.shareGplus {
	float: left;
}
.shareFB a {
	background-color: #3e69c2;
}
.shareTW a {
	background-color: #00e4ff;
}
.lang-dif a {
	font-size: 13px!important;
	line-height: 22px!important;
}
.logo-baanplaihaad {
	width: 150px;
	height: 43px;
}
.logo-baanplaihaad img {
	max-width: 100%;
	height: auto;
	width: 150px;
	height: 43px;
}
.boxLang {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 4;
}
.boxLang a {
	font-family: 'DB Helvethaica X Extended';
	font-size: 19px;
	color: #fff;
}
.boxLang a.active {
	color: #fff200;
	font-family: 'DB Helvethaica X Medium Extended', 'DB Helvethaica X Extended';
}
.boxLang span {
	color: #C7C9CB;
	padding: 0 10px;
	position: relative;
	top: -1px;
}
.box-btn-shared {
	font-family: 'DB Helvethaica X Extended';
	font-size: 19px;
}
.box-btn-shared .openShare img {
	width: 15px;
	height: 17.5px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.openShare {
	cursor: pointer;
}
.boxShare {
	background-color: #fff;
	position: absolute;
	top: 35px;
	right: 0px;
	width: 290px;
	height: 55px;
	padding: 15px 15px;
	border-radius: 0;
	display: none;
	box-shadow: 7px 7px 0 0 #000;
}
.btnShare {
	float: right;
	width: auto;
	margin-left: 10px;
	display: inline-block;
	position: relative;
}
.btnShare a {
	font-size: 18px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	cursor: pointer;
}
.btnShare a i {
	font-size: 15px;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.shareFB a {
	background-color: #3e69c2;
	text-decoration: none;
}
.shareTW a {
	background-color: #00e4ff;
	text-decoration: none;
}
.shareFB a:hover {
	text-decoration: none;
	color: #fff;
}
.shareTW a:hover {
	text-decoration: none;
	color: #fff;
}
.navPage {
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}
.navPage li {
	width: 15px;
	height: 15px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.navPage li:last-child {
	margin-bottom: 0px;
}
.navPage li a {
	background-color: #eaebef;
	box-shadow: 3px 3px 0 1px #000;
	width: 15px;
	height: 15px;
	float: left;
	opacity: 0.5;
}
.navPage li a.active {
	opacity: 1;
	background-color: #fff200;
}
.clrHl {
	color: #fff200
}
 @-webkit-keyframes play {
 from {
background-position:    0px;
}
 to {
background-position: -408px;
}
}
 @-moz-keyframes play {
 from {
background-position:    0px;
}
 to {
background-position: -408px;
}
}
 @-ms-keyframes play {
 from {
background-position:    0px;
}
 to {
background-position: -408px;
}
}
 @-o-keyframes play {
 from {
background-position:    0px;
}
 to {
background-position: -408px;
}
}
 @keyframes play {
 from {
background-position:    0px;
}
 to {
background-position: -408px;
}
}
.boxMain-foot {
	float: left;
	width: 100%;
	background-color: #0072bc;
	margin-top: -50px;
	padding: 80px 0 30px;
	z-index: 1;
	text-align: center;
}
.logoMain-foot {
	float: left;
	width: 100%;
}
h3.title-section {
	font-family: 'Akzidenz Grotesk Regular', 'db_komol_xdemi';
	font-size: 28px;
	line-height: 1;
	color: #fff;
	position: relative;
}
h3.title-section .fntEn {
	font-size: 18px;
}
.logo-LCH {
	position: absolute;
	right: 30px;
	bottom: -6px;
	width: 170px;
	height: 154px;
}
.logo-LCH img {
	max-width: 100%;
	width: 170px;
	height: 154px;
}
.boxMain-foot h3.title-section .mobileBr {
	display: none;
}
/* ----------------- HIGHT LIGHT */

.sectionHL {
	float: left;
	width: 100%;
	padding: 25px 0 0px;
	background-color: #000;
}
.boxTitle-hl {
	float: left;
	width: 100%;
	border: 1px solid #656363;
	padding: 30px 20px 20px;
	margin-bottom: 30px;
	font-family: 'DB Helvethaica X Medium Extended', 'DB Helvethaica X Extended';
	text-align: center;
}
.boxTitle-hl h1 {
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.boxTitle-hl h1 span.hl {
	font-size: 42px;
	color: #fff200;
}
.boxTitle-hl h2 {
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.boxTitle-hl h2 span.hl {
	font-size: 42px;
	color: #fff200;
}
.boxProject-hl {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: #6cc8d5;
}
.boxProject-hl .project-img {
	float: left;
	width: 100%;
	position: relative;
	border: 7px solid #6cc8d5;
}
.boxProject-hl .project-img img {
	max-width: 100%;
	width: 100%;
}
.boxProject-hl .project-detail {
	background-color: #6cc8d5;
	width: 100%;
	padding: 20px;
	float: left;
	margin-top: 0;
}
.boxProject-hl .project-detail h1 {
	font-size: 16px;
	color: #000;
	line-height: 1;
	margin-bottom: 10px;
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
}
.boxProject-hl .project-detail h1 .fntEn {
	font-size: 20px;
}
.boxProject-hl .project-detail p {
	font-size: 13px;
	color: #000;
	line-height: 1.25;
	font-family: 'Akzidenz Grotesk Regular';
}
.boxProject-hl .project-detail p .fntEn {
	font-size: 14px;
}
.boxProject-hl .project-detail ul {
	margin-left: 15px;
	margin-bottom: 5px;
}
.boxProject-hl .project-detail ul li {
	font-size: 22px;
	color: #888888;
	position: relative;
}
.boxProject-hl .project-detail ul li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #fff200;
	left: -15px;
	top: 12px;
}
.boxProject-hl .project-detail ul li .fntEn {
	font-size: 14px;
}
.boxProject-hl .project-detail h2 {
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
.boxProject-hl .project-detail h2 .fntEn {
	font-size: 16px;
}
/* ----------------- Project */

.sectionProject {
	float: left;
	width: 100%;
	margin: 0 0;
	background-color: #d2d6d5;
	padding: 100px 0;
}
.title-Project {
	float: left;
	width: 100%;
	height: 380px;
	text-align: center;
}
.title-Project h3 {
	float: left;
	width: 100%;
	padding-top: 130px;
	padding-left: 15px;
	padding-right: 15px;
}
.boxAll-project {
	float: left;
	width: 100%;
}
.list-project {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.list-project img {
	width: 100%;
	float: left;
}
.list-project h1 {
	font-size: 14px;
	text-align: center;
	color: #000;
	/* margin-bottom: 20px; */
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	background-color: #6cc8d5;
	height: auto;
	padding: 15px 0;
	float: left;
	width: 100%;
}
.list-project h1 span {
	font-size: 12px;
	text-align: center;
	color: #000;
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: uppercase;
}
.list-project .project-img {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 48px;
}
.list-project .project-img img {
	max-width: 100%;
	width: 100%;
}
.list-project .project-detail {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 20px;
	background-color: #002f65;
	transition: ease .3s;
	height: 50px;
	overflow: hidden;
}
.list-project .project-detail h2 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
}
.list-project .project-detail h2 .fntEn {
	font-size: 16px;
}
.list-project .project-detail p {
	font-size: 22px;
	color: #dde7f3;
	line-height: 1;
}
.list-project .project-detail p .fntEn {
	font-size: 16px;
}
.list-project .project-detail a {
	font-size: 22px;
	color: #fff200;
	cursor: pointer;
}
.list-project .project-detail a.btnlink {
	background-color: #000;
	padding: 2px 10px;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}
/*.list-project:hover .project-detail a.btnlink { display:block;}
.list-project:hover .project-detail { height:95%; background-color:#0072bc; opacity:0.95;}
.list-project:hover .project-detail h2  { font-size:30px; color:#fff; margin-bottom:0px;}*/
.list-project .project-detail ul {
	margin-left: 15px;
	margin-bottom: 5px;
}
.list-project .project-detail ul li {
	font-size: 22px;
	color: #dde7f3;
	position: relative;
	line-height: 1;
}
.list-project .project-detail ul li .fntEn {
	font-size: 16px;
}
.list-project .project-detail ul li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #fff200;
	left: -15px;
	top: 10px;
}
.list-project .project-detail .hl {
	color: #fff200
}
/* ----------------- Other */
h1.title-sectionLink {
	font-family: 'DBHelvethaicaXBdExt';
	font-size: 72px;
	line-height: 77px;
	color: #fff200;
	margin-bottom: 10px;
	text-align: center;
}
.sectionOther {
	float: left;
	width: 100%;
	padding: 100px 0;
	background: url(../img/theme/hashtag-transparent.png) no-repeat 100px center #002f65;
	background: url(../img/theme/hashtag-transparent.png) no-repeat calc(50% - 500px) center #002f65;
}
.sectionOther .title-section {
	text-align: center;
}
.boxAll-other {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.list-other {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.list-other .project-img {
	float: left;
	width: 100%;
	position: relative;
}
.list-other .project-img img {
	max-width: 100%;
	width: 100%;
}
.list-other .project-detail {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 20px;
	background-color: #231f20;
	transition: ease .3s;
	overflow: hidden;
	font-family: 'Akzidenz Grotesk Regular', 'db_komol_xdemi';
}
.list-other .project-detail h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	color: #a3acbc;
}
.sectionRental {
	float: left;
	width: 100%;
	padding: 100px 0;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	color: #000;
}
.sectionRental h1.title {
	color: #000;
	font-family: 'Akzidenz Grotesk Medium';
	font-size: 20px;
	line-height: 1.25;
}
.sectionRental p {
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}
.sectionRental ul {
	width: 605px;
	margin: 0 auto;
	list-style: disc;
	line-height: 1.5;
	font-size: 14px;
}
.sectionRental div.linkout {
	text-align: center;
}
.sectionRental div.linkout a {
	text-align: center;
	color: #000;
	font-size: 14px;
}
.sectionRental .logo-rental {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 25%;
	padding: 20px 20px;
}
.sectionEvent {
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #d2d6d5;
}
.sectionEvent h1.title {
	color: #000;
	font-family: 'Akzidenz Grotesk Medium';
	font-size: 20px;
}
.sectionEvent .contentEvent {
	border: 1px solid #000;
	padding: 2.5% 2.5%;
	text-align: center;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	color: #000;
}
.sectionEvent .contentEvent:first-child {
	margin-bottom: 20px;
}
.sectionEvent .contentEvent h1.title {
	line-height: 1.25;
}
.sectionRegister {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #fff;
}
.sectionRegister h1.title {
	font-size: 20px;
	font-family: 'Akzidenz Grotesk Medium';
	color: #000;
	line-height: 1.25;
}
.sectionRegister h2.subtitle {
	font-size: 16px;
	line-height: 1.25;
	font-family: Akzidenz Grotesk regular;
	text-align: center;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}
.tabButton_box {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 15px;
	margin-bottom: 10px;
}
.tabButton {
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	border: 3px solid #f37032;
	color: #f37032;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Extended;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
}
.tabButton.this {
	background-color: #f37032;
	border-color: #f37032;
	color: #fff;
}
.formContact label {
	margin: 8px 0px;
	position: relative;
}
.formContact .textfield input, .formContact textarea {
	background-color: #fff;
	border: 1px solid #000;
	color: #575757;
	float: left;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Extended;
	font-size: 16px;
	line-height: 31px;
	padding: 10px;
	width: 100%;
}
.formContact .textfield input:focus, .formContact textarea:focus {
	border-color: #000;
	color: #000;
}
.formContact label .i-canlendar {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 27px;
	top: 15px;
	background: url(../img/skin/icon-calendar.png) no-repeat;
}
.formContact .selectField {
	border: 1px solid #000;
	float: left;
	width: 100%;
}
.formContact select {
	float: left;
	width: 100%;
	height: 53px;
	padding: 10px;
	border: 1px solid #000!important;
	background: none;
	color: #000;
	line-height: 31px;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Extended;
	font-size: 16px;
	border-radius: 0px;
}
.formContact label.select-bg:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 0px;
	width: calc(100% - 30px);
	height: 53px;
	background-color: #fff;
	border: 1px solid rgba(97,26,31,0.3);
	z-index: -1;
}
.formContact input[type="submit"] {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Extended;
	font-size: 20px;
	transition: all .5s ease-in;
}
.formContact input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}
.formDiv {
	display: none;
}
/* ----------------- Footer */

#footer {
	background-color: #000;
	float: left;
	width: 100%;
}
.title_project_box {
	border-bottom: 1px solid #898989;
	background-color: #000;
}
.titleProject {
	text-align: center;
	padding: 30px 0;
	float: left;
	width: 100%;
}
.titleProject a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Akzidenz Grotesk regular, DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	text-align: center;
	cursor: pointer;
}
.titleProject a .arrow {
	background: url(../img/skin/arrow.png) 0 0;
	width: 22px;
	height: 13px;
	position: relative;
	display: inline-block;
}
.titleProject a.clickable .arrow {
	background: url(../img/skin/arrow.png) 0 -22px;
	width: 22px;
	height: 13px;
	position: relative;
	display: inline-block;
}
.boxTabProject {
	float: left;
	width: 100%;
}
.boxTabProject .tabProject {
	font-size: 28px;
	padding: 10px 0;
	font-family: DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid #898989;
}
.boxTabProject .tabProject.this {
	border-bottom: none;
}
.boxTabProject .tabProject:first-child {
	border-right: 1px solid #898989;
}
.boxTabProject .tabProject:last-child {
	border-left: 1px solid #898989;
}
.projectList {
	margin: 20px 0;
	float: left;
	width: 100%;
}
.projectList li {
	list-style: none;
	font-family: db_helvethaica_x;
	font-size: 18px;
	color: #c3aa79;
	line-height: 20px;
}
.outerlink_1 {
	float: left;
	width: 100%;
}
.linkout_group {
	margin: 20px 0;
	float: left;
	width: 100%;
}
.linkout_group li {
	float: left;
	border-right: 1px solid #898989;
	padding: 0px 20px 0px 20px
}
.linkout_group li:first-child {
	padding-left: 0px;
}
.linkout_group li:last-child {
	padding-right: 0px;
	border-right: none;
}
.linkout_group li .sub_textlink {
	font-size: 11px;
	font-family: Akzidenz Grotesk Regular;
	color: #C7C9CB;
	float: left;
	clear: both;
	line-height: 14px;
}
.linkout_group li .main_textlink {
	font-size: 22px;
	font-family: Akzidenz Grotesk Regular;
	color: #fff;
	float: left;
	clear: both;
	line-height: 20px;
}
.boxCallCenter .callCenterNum {
	color: #fff;
	font-size: 28px;
	font-family: DB Helvethaica X Extended;
	line-height: 20px;
}
.boxCallCenter .callCenterNum span {
	font-size: 42px;
}
.boxCallCenter .callCenterText {
	color: #fff;
	font-size: 28px;
	font-family: DB Helvethaica X Extended;
}
.boxPrefooter {
	background-color: #000;
	padding: 30px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #898989;
	border-top: 1px solid #898989;
}
.boxSitemap {
}
.boxCallCenter {
	float: right;
}
.sitemap {
	margin-top: 15px;
	float: left;
	margin-bottom: 10px;
}
.sitemap li {
	color: #fff;
	float: left;
}
.sitemap li a {
	color: #fff;
	font-size: 13px;
	font-family: Akzidenz Grotesk Regular;
	float: left;
}
.sitemap li span {
	float: left;
	margin: 0 10px;
	position: relative;
	top: -2px;
}
.social_group {
	margin-top: 10px;
	float: right;
	text-align: right;
}
.ft_socail {
	display: inline-block;
}
.social_group i {
	font-size: 24px;
	color: #fff;
	float: left;
}
.social_group span {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	font-family: Akzidenz Grotesk Regular;
	color: #fff;
}
.social_group ul {
	float: right;
}
.social_group li {
	float: left;
	margin-left: 25px;
}
.copyRight {
	float: left;
}
.copyRight p {
	color: #C7C9CB;
	font-size: 11px;
	font-family: Akzidenz Grotesk Regular;
	padding: 0 0 20px;
}
.call-center-svg {
	padding-top: 47px;
	height: 0;
	background-image: url(../img/svg/call-center.svg);
	background-image: url(../img/svg/callcenter)\9;
	background-repeat: no-repeat;
	background-size: 114px 47px;
	display: block;
	width: 114px;
	height: 47px;
}
.popup {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	display: none;
	float: left;
	height: 200px;
	left: 50%;
	margin-left: -160px;
	margin-top: -150px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 320px;
	z-index: 5;
	box-shadow: 0 0 45px 0 #333;
	border-radius: 5px;
	padding: 20px;
}
.container_popup {
	padding: 20px 0;
}
.container_popup h3 {
	font-size: 26px;
	font-family: DB Helvethaica X Medium Extended, DB Helvethaica X Extended;
	text-align: center;
	color: #fff;
}
.show992 {
	display: none;
}
.show640 {
	display: none;
}
.show480 {
	display: none;
}
.show360 {
	display: none;
}
/* ----------------- Time */


.flip-clock-wrapper {
	margin: 0px 0px 40px 0px!important;
	display: inline-block;
	width: auto;
}
.flip-clock-divider {
	width: 7px;
	height: 70px;
}
.flip-clock-dot {
	display: none;
}
.flip-clock-divider .flip-clock-label {
	color: #fff;
	font-family: 'Akzidenz Grotesk Regular';
	bottom: -2.0em;
	top: auto;
}
.flip-clock-wrapper ul {
	margin: 0 3px;
	width: 50px;
	height: 70px;
}
.flip-clock-wrapper ul li {
	line-height: 67px;
}
.flip-clock-wrapper ul li a div div.inn {
	font-size: 50px;
}
.flip-clock-wrapper ul li a div.up:after {
	top: 34px;
}
.flip-clock-divider.days .flip-clock-label {
	right: -71px;
}
.flip-clock-divider.hours .flip-clock-label {
	right: -76px;
}
.flip-clock-divider.minutes .flip-clock-label {
	right: -81px;
}
.flip-clock-divider.seconds .flip-clock-label {
	right: -83px;
}
/* ----------------- Time 17 Oct */

.textHead-detail {
	padding: 40px 0 0;
}


@media screen and (max-width:767px){

/* ----------------- FOOTER */
.boxTabProject .tabProject {
    font-size: 16px;
  
}
	.titleProject{padding:15px 0;}
	.projectList li{width:50%;}
	.linkout_group{margin-bottom:20px;}
	.linkout_group li{padding:20px 0px;margin-right:0px;margin-bottom:0px;border-right:none;float:left;width:100%;text-align:center;border-bottom:1px solid #C7C9CB;}
	.linkout_group li:last-child{border-bottom:none;}
	.linkout_group li .main_textlink{float:none;display:block;}
	.linkout_group li .sub_textlink{float:none;display:block;}
	.ft_socail{width:100%;text-align:center;}
	.social_group{float:left;text-align:left;margin-bottom:20px;}
	.social_group span{float:left;width:100%;text-align:center;}
	.social_group ul{float:none;width:300px;display:inline-block;margin-top:10px;}
	.social_group li{width:33.3%;text-align:center;margin:10px 0}
	.social_group a{display:inline-block;}
	.boxSitemap{margin-bottom:0px;}
	.sitemap{text-align:center;}
	.sitemap li{float:none;display:inline-block;}
	.boxCallCenter{text-align:center;}
	#footer .mobileShow{text-align:center;}
	.formContact label.select-bg:before { left:0px;}
	.call-center-svg { margin:0 auto;}
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (-webkit-min-device-pixel-ratio: 1) 
{
    .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:none;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}
.pd-title {
    border-right: 1px solid #dbdbdb;
    border-bottom:0;
}

.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
}

/* Portrait */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {
    .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:none;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}
.pd-title {
    border-right: 1px solid #dbdbdb;
    border-bottom:0;
}

.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
}

/* Landscape */
@media only screen  and (min-device-width: 768px)  and (max-device-width: 1024px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) 
{
        .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
    text-align: center;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:block;
	background:#fff;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	    display: block;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}
.pd-title {
    border-right: 1px solid #dbdbdb;
    border-bottom:0;
}

.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
.pd-title {
	font-family: 'Akzidenz Grotesk Medium';
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	border-bottom:1px solid #dbdbdb;
	line-height: 1.5;

}
.pd-content {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-left: 0;
	line-height: 1.5;
	
}
.pd-center {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	line-height: 1.75;
}
.pd-top {
	border-top: 0;
}
.projectdetail {

	font-size: 13px;
}
}

/* ----------- iPad Pro----------- */
/* Portrait and Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (-webkit-min-device-pixel-ratio: 1) 
{
     .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:none;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}
.pd-title {
    border-right: 1px solid #dbdbdb;
    border-bottom:0;
}

.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
}

/* Portrait */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {
    .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
    text-align:center;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:none;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}
.pd-title {
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-bottom: 1px solid #dbdbdb;
}

.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
.projectdetail {
    width: 70%;
    margin: 0 auto;
    font-family: 'Akzidenz Grotesk Regular';
    font-size: 13px;
    color: #000;
}
}

/* Landscape */
@media only screen  and (min-device-width: 1024px)  and (max-device-width: 1366px)  and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) {
  .mobileHide{display:none;}
    .mobile
{
    float:left;}
    .boxBubble {
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height:215px;
}
.boxBubble h1 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	position:absolute;
	top:-175px;
	width:100%;
}
.boxBubble h2 {
	font-family: 'Akzidenz Grotesk Medium';
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 0.5;
	padding: 50px 0;
	top:0;
	position:absolute;
}
.boxBubble h2 span {
	font-family: 'Akzidenz Grotesk Regular';
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}
.boxBubble ul.date {
	font-family: 'Akzidenz Grotesk Regular';
	padding: 25px 0;
	font-size: 14px;
	position: absolute;
    top: -150px;
    width:100%;
    text-align: center;
}
.boxBubble ul.button {
	text-align: center;
	width: 65%;
	margin: 20px auto;
	font-family: 'Akzidenz Grotesk Medium';
	top: 75px;
}
.boxBubble ul.button li a.btn-detail {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	display:block;
	background:#fff;
}
.boxBubble ul.button li a.btn-detail:hover {
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	font-size: 16px;
	background-color: #fff;
}
.boxBubble ul.button li a.btn-register-main {
	border: 2px solid #ff0000;
	color: #fff;
	background: #ff0000;
	padding: 1em 2em;
	font-size: 16px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
	    display: block;
}
.boxBubble ul.button li a.btn-register-main:hover {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #fff;
	padding: 1em 2em;
	font-size: 16px;
}

.country {

	text-align:center;
}

.pd-title {
	font-family: 'Akzidenz Grotesk Medium';
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	border-bottom:1px solid #dbdbdb;
	line-height: 1.5;

}
.pd-content {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-left: 0;
	line-height: 1.5;
	
}
.pd-center {
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	line-height: 1.75;
}
.pd-top {
	border-top: 0;
}
.projectdetail {

	font-size: 13px;
}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  {
.mobile{float:left;}
.boxBubble {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
    height: auto;
    padding:50px 0;
}
.boxBubble h2 {
    font-size: 19px;
    line-height: 1;
    padding: 25px 0;
}
.boxBubble ul.button li a.btn-detail {
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    padding: 1em 2em;
    font-size: 16px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display:none;
}
.mobile-date
{
    display:block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size:14px;
    }
    .boxBubble ul.date {
    padding: 0 0;
}
.mobileHide
{
    display:none;
    }
.country {
    text-align:center;
}
.h1-title {
    font-size: 20px;
}
.pd-title {
    border-right: 1px solid #dbdbdb;
    border-bottom: 0;
}
.pd-content {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 1.5;
}
.projectdetail {
    width: 85%;
    font-size: 14px;
}
.mobileShow
{
    display:block;
    }
.btn-register, .btn-register:hover {
    width: auto;

}
.boxGallery {
    padding: 50px 0 0 0;
}
.boxRegister {
    padding: 0 0 50px 0;
    width: 75%;
    margin: 0 auto;
}
.boxBubble ul.button li a.btn-register-main {
    font-size: 14px;

}
}