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


body {
	font-family: 'textaregular';
	font-size: 16px;
	line-height: 1.5;
	background: white;
	overflow-x: hidden;
	color: #4a4a4a;
	text-align: left;
}
body.fixed { overflow-y: hidden; }

*:focus { outline: none; }

form { margin: 0; padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:hover { color: inherit; }
a.link { font-family: 'textaregular'; font-size: 14px; color: #66276e; letter-spacing: 0.5px; text-transform: uppercase; }
a.link.link-sm { font-size: 11px; }
a.link:hover { color: #4e1355; }
a.block { display: block; }
.link-white { color: white; }

img.img-responsive { margin-bottom: 20px; }
strong, b { text-transform: uppercase; color: #0e3d5d; }

.btn {
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  font-family: 'textaregular';
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  color: #0e3d5d;
  border: 1px solid #0e3d5d;
  background-color: transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
}
.btn:hover {
  background-color: #0e3d5d;
  color: white;
}

.btn-full {
  width: 100%;
}

.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-trans { border-color: #5c2975; background: #fff; color: #5c2975; }
.btn-trans:hover { border-color: #4d1f64; background: #fff; }
.btn-transb { border-color: transparent; background: transparent; color: #5c2975; }
.btn-transb:hover { border-color: transparent; background: transparent; color: #4d1f64; }

.btn-block { display: block; width: 100%; padding: 0; }
@media (max-width: 767px) {
  .btn-block-m { display: block; width: 100%; padding: 0; }
}

.form-group { position: relative; min-height: 1px; margin-bottom: 20px; }
.form-group label { display: block; font-family: 'textaregular'; font-size: 16px; color: #4a4a4a; margin-bottom: 10px; text-align: left; letter-spacing: 1px; }
.form-group label .star { color: #159f4a; }
.form-control { background-color: transparent; background-image: none; border: 1px solid #e1e1e1; border-radius: 3px; display: block; width: 100%; height: 50px; padding: 0 15px; font-family: 'textaregular'; font-size: 15px; color: #4a4a4a; line-height: 38px; letter-spacing: 1px; }
.form-control:focus { border-color: #a6a6a6; }
textarea.form-control { height: 120px; resize: none; line-height: 1.5; padding-top: 10px; padding-bottom: 10px; }

.custom-file { opacity: 0; position: absolute; width: 100%; left: 0; height: 36px; cursor: pointer; }
.custom-file-box { background-color: #232323; background-image: none; border: 2px dotted #333333; border-radius: 0; display: block; width: 100%; height: 40px; padding: 0 15px; font-family: 'textaregular'; font-size: 14px; color: #a6a6a6; line-height: 38px; cursor: pointer; overflow: hidden; }

.form-control.error { border-color: #fa5454; }
.form-error { color: #fa5454; line-height: 24px; margin-top: 5px; text-align: left; }

.form-control::-moz-placeholder { color: #b3b3b3; }
.form-control:-ms-input-placeholder { color: #b3b3b3; }
.form-control::-webkit-input-placeholder { color: #b3b3b3; }
.form-control[disabled], .form-control[readonly] { background-color: #f8e9ff; border-color: #edc9ff; color: #909090; cursor: not-allowed; pointer-events: none; }

.input-sm { height: 35px; padding: 10.5px 15px; }

.custom-select { position: relative; cursor: pointer; text-align: center; display: block; vertical-align: middle; }
.custom-select .replacement { width: 100%; background: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; font-family: 'textaregular'; font-size: 18px; color: #222222; line-height: 1.5; padding-right: 30px; text-align: center; }
.custom-select .replacement:after { background: url('images/select.png') no-repeat; content: ''; width: 12px; height: 8px; display: block; top: 50%; margin-top: -4px; right: 0; position: absolute; }
.custom-select select { width: 100%; height: 100%; position: absolute; top: 0; left: 1px; z-index: 2; opacity: 0; filter: alpha(opacity=0); -webkit-appearance: none; text-align: center; }
.custom-select .replacement.error { border-color: #fa5454; }

.ccheckbox input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ccheckbox input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 35px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'textaregular';
  font-size: 14px;
  color: #8e8e8e;
  letter-spacing: 0.5px;
}
.ccheckbox input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-image: url('images/checkbox-checked.png');
}
.ccheckbox label.css-label {
  background-image:url('images/checkbox.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .cradio input[type="radio"].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.cradio input[type="radio"].css-radio + label.css-label {
  padding-left: 35px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'textaregular';
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: 0.25px;
}
.cradio input[type="radio"].css-radio:checked + label.css-label {
  background-image: url('images/radio-checked.png');
}
.cradio label.css-label {
  background-image:url('images/radio.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cradio input[type="radio"].css-radio + label.css-label .title { font-family: 'textaregular'; font-size: 16px; margin-bottom: 5px; } */

.tbl { width: 100%; height: 100%; display: table; }
.tbl .trow { display: table-row; }
.tbl .tcell { display: table-cell; vertical-align: middle; }

.tbl-data { font-family: 'textaregular'; font-size: 14px; color: #8e8e8e; line-height: 24px; }
.tbl-data .thead { font-size: 16px; color: #000; }
.tbl-data .tcell { padding: 10px 20px 10px 0; border-bottom: 1px solid transparent; }
.tbl-data .thead .tcell { padding-bottom: 30px; border-color: #e6bbff; }
.tbl-data .trow:first-child .tcell { padding-top: 0; }
.tbl-data .tcell:last-child { padding-right: 0; }
.tbl-data a { color: #5c2975; }

.nav-default { margin: 0; padding: 0; padding-left: 20px; }
.nav { margin: 0; padding: 0; list-style: none; }
.nav-inline { font-size: 0; }
.nav > li { margin: 0; padding: 0; }
.nav-inline > li { display: inline-block; }

.homescreen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; overflow: hidden; }

.intro { width: 40%; height: 100%; position: relative; overflow: hidden; padding: 20px; float: left; -webkit-box-shadow: inset -5px 0px 20px -10px rgba(0,0,0,0.25); -moz-box-shadow: inset -5px 0px 20px -10px rgba(0,0,0,0.25); box-shadow: inset -5px 0px 20px -10px rgba(0,0,0,0.25); }

/* custom */
.intro.intro2 { width: 100%; height: 60%; position: relative; overflow: hidden; padding: 0; }
.logo2 { position: absolute; top: 0px; left: 0px; z-index: 20; background: rgba(255,255,255,0.75); border-bottom-right-radius: 5px; zoom: 75%; }
/* custom */

.intro img { display: table; position: relative; top: 50%; margin: 0 auto; transform: translateY(-50%); max-width: 100%; max-height: 100%; }

.menu {  width: 60%; height: 100%; position: relative; overflow: hidden; padding: 0; float: left; }

/* custom */.menu.menu2 { width: 100%; height: 40%; position: relative; overflow: hidden; padding: 0; }/* custom */

.menu-button { float: left; width: 33.33%; height: 50%; position: relative; overflow: hidden; cursor: pointer; }

/* custom *//* .menu-button { float: left; width: 16.667%; height: 100%; position: relative; overflow: hidden; cursor: pointer; } *//* custom */

.menu-button .img { position: absolute; top: 0; left: 0; -webkit-transition: -webkit-transform 1s linear; transition: -webkit-transform 1s linear; transition: transform 1s linear; -webkit-transition: -webkit-transform 1s linear, -webkit-transform 1s linear; transition: transform 1s linear, -webkit-transform 1s linear; width: 100%; height: 100%; background-size: cover !important; }
.menu-button:hover .img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.menu-button h2 { position: relative; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: white; font-size: 20px; padding: 10px; font-family: 'Oswald', sans-serif; color: #f1f1f1; }

.mask { width: 100%; height: 100%; opacity: 0.8; filter: alpha(opacity=80); position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.48); }

.page-detail { padding: 50px; position: relative; background: white; width: 60%; height: 100%; overflow: auto; float: left; }
.page-detail .container { max-width: 100%; }

/* custom */
/* .page-detail { display: none; padding: 50px 250px; position: absolute; top: 0; right: 0; background: white; width: 100%; height: 100%; overflow: auto; z-index: 30; } */
/* custom */

.page-detail img { max-width: 100%; max-height: 100%; }
.page-detail .page-title { text-align: center; font-size: 40px; margin-bottom: 40px; font-family: 'Oswald', sans-serif; color: rgb(236,136,5); }

.close-btn { width: 40px; height: 40px; background: url('images/close.png') no-repeat; position: fixed; right: 0; top: 0; cursor: pointer; }

/* custom */
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item, .item-img { height: 100% !important; }
.owl-theme .owl-controls { position: relative; margin-top: -30px; z-index: 10; }
/* custom */

#instagram, #instagram1, #instagram2 { margin: 0; padding: 0; overflow: hidden; }

#instagram li, #instagram1 li, #instagram2 li {	list-style: none; float: left; margin: 0; width: 140px; }

.news-list { margin:0px;/*  padding-bottom: 40px; */ }
.news-list:last-child { margin-bottom: 0; }
.news-list img { margin-bottom: 5px; }
.ndate { width: 60px; vertical-align: top !important; display: none; }
.news-date { line-height: 1; font-size: 50px; }
.news-month { line-height: 1; font-size: 28px; }
.news-year { line-height: 1; font-size: 26px; }
.ninfo { vertical-align: top !important; /* width: calc(100% - 60px); */ width:100%; }
.ninfo .ntitle { line-height: 1; font-size: 24px; /* text-transform: uppercase; */ margin: 5px 0; }

h2 { font-size: 30px; }
h3 { font-size: 20px; margin-bottom: 10px; border-bottom: 1px solid; display: inline-block; }

.see-more { font-size: 18px; }
.see-more:hover { color: #0e3d5d; }
h2 .see-more { margin-left: 20px; }

.work-menu { position: fixed; z-index: 11; }
.work-menu a { border: 1px solid #0e3d5d; display: block; padding: 18px 10px; width: 68px; max-width: 100%; background: white; text-align: center; }
.work-menu a span {/*  opacity: 0; filter: alpha(opacity=0); visibility: hidden;  */display: none; }
.work-menu a:hover { background: #0e3d5d; color: white; }
.work-menu a.active { width: auto; text-align: left; }
.work-menu a.active span { opacity: 1; filter: alpha(opacity=100); visibility: visible; display: inline-block; }
.work-menu a:nth-child(2), .work-menu a:nth-child(3), .work-menu a:nth-child(4) { margin: -1px 0 0; }
.work-menu a:last-child { background: #0e3d5d; color: white; }

input[type="radio"] { -webkit-appearance: radio; position: relative; top: 1.5px; }
input[type="checkbox"] { -webkit-appearance: checkbox; position: relative; top: 1.5px; }

.form-table input { border: none; width: 100%; padding: 0 5px; }

.first-app { /* position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; */ }
.first-app h2 { font-size: 100px; transition: all .5s; }
.first-app h2:hover { color: #0e3d5d; }
.screen-left { background: rgba(204,204,204,0.85); width: 50%; height: 100%; float: left; position: absolute; top: 0; left: -25%; visibility: hidden; opacity: 0; filter: alpha(opacity=0); transition: all 1s; box-shadow: 5px 0 5px -5px white; }
.screen-right { background: rgba(204,204,204,0.85); width: 50%; height: 100%; float: right; position: absolute; top: 0; right: -25%; visibility: hidden; opacity: 0; filter: alpha(opacity=0); transition: all 1s; box-shadow: -5px 0 5px -5px white; }
body.greeting .screen-left { opacity: 1; filter: alpha(opacity=100); left: 0; visibility: visible; }
body.greeting .screen-right { opacity: 1; filter: alpha(opacity=100); right: 0; visibility: visible; }

.screen-left:hover, .screen-right:hover { background: rgba(204,204,204,0.95); }
.screen-left:hover h2, .screen-right:hover h2 { color: #0e3d5d; }

body.greeting .homescreen {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.show-ef-box { display: block; position: absolute; left: 0; right: 0; top: 50%; margin-top: 40px; opacity: 0; visibility: hidden; transition: all .3s; }
.show-ef-box.active { margin-top: 50px; opacity: 1; visibility: visible; }
.show-ef-box a:hover { font-weight: bold; }
.show-ef-box a:hover, .screen-left h2.active { color: #0e3d5d; }
.show-ef { float: left; text-align: justify; padding: 0; }
.show-ef:nth-child(1) { margin-left: 49px; }
.show-ef:nth-child(2) { margin-right: 56px; }

.first-app .close-btn { z-index: 9999999; }

.testi-list, .testi-list2 { margin-bottom: 15px; background: grey; padding: 15px; border-radius: 10px; }
.testi-twitt { float: left; width: calc(100% - 165px); position: relative; font-size: 13px; line-height: 20px; background-color: lightgrey; padding: 10px 15px;  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; height: 150px; overflow: hidden; }
/* .testi-twitt:after { content: ""; position: absolute; width: 0; height: 0; bottom: -15px; right: 20%; border-top: 15px solid rgba( 0, 0, 0, 0.05 ); border-left: 15px solid transparent; } */
.testi-twitt.full { height: auto; }
.testi-img img { width: 150px; border-radius: 10px; margin-right: 15px; float: left; }
/* .testi-img { margin: 0 15%; text-align: right; } */
/* .testi-list2 .testi-twitt:after { left: 20%; right: inherit; border-left: 0; border-right: 15px solid transparent; }
.testi-list2 .testi-img { text-align: left; } */

.img-food { width: 25%; }

.letterSpacing { letter-spacing: 10px; }

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	text-transform: uppercase;
	font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
	opacity: 1;
    max-height: 5000px;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.fancybox-skin { background: grey; border-radius: 10px; }
a.fancybox { color: #0e3d5d;text-decoration:underline; }
a.fancybox:hover { opacity:0.75; }

.fancybox-nav { width: 25%; }

.testi-list.testi-popup { width: 720px; }

ul.ui-tabs-nav { padding: 0; margin: 0; border-bottom: 1px solid #0e3d5d; margin-bottom: 20px; }
ul.ui-tabs-nav li { list-style: none; display: inline-block; font-size: 20px; text-transform: uppercase; width: 49%; text-align: center; }
ul.ui-tabs-nav li.ui-tabs-active { background: #0e3d5d; color: white; }

.thankyouApplyform { background: white; border-radius: 5px; padding: 25px; max-width: 100%; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 99999;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
display: none; }

.sambel {padding-left: 305px;}

.page-center {font-family:arial;font-size:16px;line-height:24px;}

div[id^='job'] ul strong {color:black;text-transform:none;}

.form-free-register { position:fixed;bottom:0;background:white;padding:30px;padding-bottom:11px;width:410px;right:0;z-index:102;display:block;max-width:100%;font-family:arial; }
.form-free-register button[type="submit"] { width:calc(50% - 15px);background:#ec008c;color:white;border:none;height:100%;font-size:15px;line-height:48px;margin-left:30px;font-family:'textaregular'; }

.form-free-register .form-control {font-family:arial;}

.caret {width:16px;height:16px;background:url('images/caret-right-solid.svg') no-repeat center center;display:inline-block;position:relative;top:2px;}
.normal {text-transform:none;color:black;}
.normal:hover {color:#0e3d5d;}
.child--show .normal {color:#0e3d5d;text-decoration:underline;}
.intro .toggle-collapse {cursor:pointer;}
.toggle-collapse-master.show .caret {}
.toggle-collapse#collapseExample1, .toggle-collapse#collapseExample2 {padding-left:30px;display:none;}

@media (max-width: 991px) {
	/* custom */
	.intro.intro2 { height: 40%; }
	.menu.menu2 { height: 60%; }
	/* custom */
	.menu-button { width: 50%; height: 33.33%; }
	
}

@media (max-width: 767px) {
	
	.intro { width: 100%; height: calc(10% + 20px); padding: 10px; }
	
	.menu { width: 100%; height: calc(90% - 20px); }
	
	.page-detail { width: 100%; height: calc(90% - 20px); padding: 25px; }
	.page-detail .page-title { margin-bottom: 25px; font-size: 30px; }
	
	.close-btn { top: 0; z-index: 9999; }
	.page-work .close-btn { top: calc(10% + 20px); z-index: 9999; }
	
	.work-menu a { padding: 9px 5px; width: 48px; font-size: 12px; }
	
	.work-menu a:nth-child(1) { margin: -1px 0 0; }
	
	.news-list { margin-bottom: 0; }
	
	.screen-left, .screen-right { width: 100%; height: 50%; }
	
	.screen-left { top: 0; }
	
	.screen-right { top: 50%; }
	
	.first-app h2 { font-size: 50px; }
	.first-app .close-btn { top: 0; }
	
	.show-ef-box { margin-top: 5px; }
	.show-ef-box.active { margin-top: 10px; }
	.show-ef { float: left; text-align: left; font-size: 14px; padding: 0 10px; margin: 0 !important; }	
	
	.img-food { width: 100%; }
	
	.letterSpacing { letter-spacing: 0; }
	
	.testi-list.testi-popup { width: 100%; }
	
	.news-list { padding-bottom: 40px; }
	
	.ninfo { width: 100%; }
	
	.sambel {padding-left: 0;}
	
	.form-free-register button[type="submit"] { width: 100% !important; margin: 20px auto auto; }
	
}

@media (max-width: 650px) {
	.testi-twitt { width: 100%; margin-top: 15px; height: auto; }
}

@media (max-width: 480px) {
	
	.menu-button { width: 50%; height: 33.33%; }
	
	.show-ef { width: 50%; font-size: 12px; }
	
	.work-menu a { padding: 9px 0; width: 40px; }
	
	#instagram li, #instagram1 li, #instagram2 li { width: 125px; }
	
}

@media (min-width: 1220px) {
	
	/* .homescreen { width: 1366px; } */
	
}