/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2015, 9:35:19 PM
    Author     : Ping
*/

::selection {
    background: #88dacf;
    color: #004298;
}
::-moz-selection {
    background: #88dacf;
    color: #004298;
}

* {
    border: none;
    margin: 0;
    padding: 0;
}

html {
    background: #def8f2;
}

body {
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    line-height: 1.14;
    color: #333;
    background: #8be6d1 url(../img/background.jpg) no-repeat center top fixed;
    background-size: cover;
    overflow-y: scroll;
}

a {
    color: #004298;
    cursor: pointer;
    text-decoration: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

a:hover {
    text-decoration: underline;
}

b {
    font-weight: 600;
}

p {
    line-height: 1.333333;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}

h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}

table {
    border-spacing: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row {
    overflow: hidden;
    margin: 0 -15px;
}
.narrow {
    margin: 0 -3px;
}
.nospace {
    margin: 0;
}

.row > div {
    float: left;
    padding: 0 15px;
    min-height: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row > div.floatright {
    float: right;
}

.narrow > div {
    padding: 0 3px;
}
.nospace > div {
    padding: 0;
}

.grid0 {
    display: none;
}
.grid1 {
    width: 8.333333%;
}
.grid2 {
    width: 16.666666%;
}
.grid3 {
    width: 25%;
}
.grid4 {
    width: 33.333333%;
}
.grid5 {
    width: 41.666666%;
}
.grid6 {
    width: 50%;
}
.grid7 {
    width: 58.333333%;
}
.grid8 {
    width: 66.666666%;
}
.grid9 {
    width: 75%;
}
.grid10 {
    width: 83.333333%;
}
.grid11 {
    width: 91.666666%;
}
.grid12 {
    width: 100%;
}

.space {
    height: 30px;
}

.narrow .space {
    height: 6px;
}

.page {
    position: relative;
    overflow: hidden;
}

.main {
    position: relative;
    left: 0;
    padding: 170px 0 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.slideLeft .main {
    left: -255px;
}

/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 3;
    background: #e4faf5;
    background: rgba(255,255,255,0.7);
    border-bottom: 1px #8be6d1 solid;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.fixed {
    top: -10px;
    height: 55px;
    background: #fff;
}

.logo {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 15px;
}

.logo img {
    height: 48px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.fixed .logo {
    top: 10px;
    padding: 5px 15px;
}

.fixed .logo img {
    height: 35px;
}

.header .fa-bars {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    line-height: 65px;
    text-align: center;
    display: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.header .fa-bars.active {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.slideLeft .header {
    left: -255px;
    right: 255px;
}

.nav {
    position: absolute;
    right: 0;
    top: 10px;
}

.nav > span {
    position: absolute;
    background: #004298;
    bottom: 0;
    height: 2px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.nav > ul {
    list-style: none;
    position: relative;
    margin-right: 0;
}

.nav > ul > li {
    float: left;
    position: relative;
}

.nav > ul > li > a {
    display: block;
    line-height: 90px;
    font-size: 16px;
    padding: 0 15px 2px;
    color: #333;
    text-decoration: none;
}

.fixed .nav > ul > li > a {
    line-height: 45px;
}

.nav > ul > li.active > a {
    color: #004298;
}

.nav > ul > li > a > span {
    display: none;
}

.nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: -50px;
    right: -50px;
    list-style: none;
    visibility: hidden;
}

.nav > ul > li.hover > ul {
    visibility: visible;
}

.nav > ul > li > ul li {
    margin-top: 1px;
}

.nav > ul > li > ul a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    background: #004298;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
}

.nav > ul > li > ul li:nth-child(0) a {
    transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

.nav > ul > li > ul li:nth-child(1) a {
    transition: .1s ease;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: .1s ease;
}

.nav > ul > li > ul li:nth-child(2) a {
    transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.nav > ul > li > ul li:nth-child(3) a {
    transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
}

.nav > ul > li > ul li:nth-child(4) a {
    transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-transition: .4s ease;
}

.nav > ul > li > ul li:nth-child(5) a {
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.nav > ul > li > ul li:nth-child(6) a {
    transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    -webkit-transition: .6s ease;
}

.nav > ul > li.hover > ul a {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: Alpha(Opacity=100);
    text-decoration: none;
}

.nav > ul > li.hover > ul a:hover {
    background: #fff;
    color: #004298;
}

/* footer */

.footer {
    background: #e4faf5;
    background: rgba(255,255,255,0.7);
    border-top: 1px #8be6d1 solid;
    overflow: hidden;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.footer .switch {
    display: block;
    text-align: center;
    color: #666;
    line-height: 45px;
    text-decoration: none;
}

.footer .switch:hover {
    color: #004298;
}

.footer .switch i {
    margin: 0 10px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.footer.active .switch i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.footerlinks b {
    display: block;
    padding-bottom: 10px;
}

.footerlinks a {
    display: block;
    color: #333;
    line-height: 25px;
    overflow: hidden;
}

.footerlinks a:hover {
    color: #004298;
}

.footerlinks a img {
    float: right;
}

.footerlinks .sociallink {
    overflow: hidden;
}

.footerlinks .sociallink a {
    float: left;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

.footerlinks .sociallink i {
    color: #fff;
    display: block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footerlinks .sociallink .fa-facebook {
    background: #3b5998;
}
.footerlinks .sociallink .fa-youtube-play {
    background: #cc181e;
}

.footer .copyright {
    padding: 15px 0;
    border-top: 1px #ddd solid;
}

.footer .copyright a {
    color: #333;
}

.footer .copyright a:hover {
    color: #004298;
}

/* homepage */

.homepage {
    background: #8be6d1 url(../img/home.jpg) no-repeat center top;
    background-size: cover;
}

.homepage .header {
    background: transparent;
    border: none;
}

.homepage .fixed {
    background: #fff;
    border-bottom: 1px #8be6d1 solid;
}

.homegap {
    height: 100px;
    transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    -webkit-transition: 2s ease;
}

.island {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    -webkit-transition: 2s ease;
}

.island.active {
    top: 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.homecontent {
    position: relative;
}

.building {
    position: relative;
    display: block;
}

.building img {
    opacity: 0;
    filter: Alpha(Opacity=0);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.building.active img {
    opacity: 1;
    filter: Alpha(Opacity=100);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.calldesc {
    cursor: pointer;
}

.calldesc > span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #004298;
    color: #fff;
    line-height: 26px;
    width: 26px;
    margin: -13px;
    text-align: center;
    visibility: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.calldesc > span.active {
    visibility: visible;
    z-index: 1;
}

.building a {
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    top: 50%;
    margin: -40px auto 0;
    visibility: hidden;
    text-decoration: none;
}

.building a.active {
    visibility: visible;
    z-index: 2;
}

.building a span {
    position: relative;
    display: block;
    text-align: center;
    color: #004298;
    background: #fff;
    width: 36px;
    padding: 7px;
    margin: 15px;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.building a div {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@keyframes linkWave {
    0% {
        transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 0;
        filter: Alpha(Opacity:0);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes linkWave {
    0% {
        transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 0;
        filter: Alpha(Opacity:0);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.building a div {
    animation: linkWave 1s infinite linear;
    -moz-animation: linkWave 1s infinite linear;
    -webkit-animation: linkWave 1s infinite linear;
}

@keyframes rotateSun {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateSun {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.sun {
    position: absolute;
    top: 130px;
    left: 10%;
    transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    -webkit-transition: 2s ease;
    animation: rotateSun 15s infinite linear;
    -moz-animation: rotateSun 15s infinite linear;
    -webkit-animation: rotateSun 15s infinite linear;
}

@keyframes floatBallon {
    0% {
        background-position: center 0;
    }
    50% {
        background-position: center 25px;
    }
    100% {
        background-position: center 0;
    }
}

@-webkit-keyframes floatBallon {
    0% {
        background-position: center 0;
    }
    50% {
        background-position: center 25px;
    }
    100% {
        background-position: center 0;
    }
}

.hotairballon {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 15px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    -webkit-transition: 2s ease;
    background-image: url(../img/home/hot-air-ballon.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: floatBallon 5s infinite;
    -moz-animation: floatBallon 5s infinite;
    -webkit-animation: floatBallon 5s infinite;
}

.hotairballon:hover {
    background-color: transparent;
}

.hotairballon.active {
    top: -135px;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.bird1, .bird2 {
    position: absolute;
    width: 100px;
    height: 40px;
    background: url(../img/home/bird.png);
}

@keyframes flyBird1 {
    0% {
        top: 500px;
        left: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
    10% {
        opacity: 1;
        filter: Alpha(Opacity=100);
    }
    100% {
        top: 0;
        left: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
}

@-webkit-keyframes flyBird1 {
    0% {
        top: 500px;
        left: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
    10% {
        opacity: 1;
        filter: Alpha(Opacity=100);
    }
    100% {
        top: 0;
        left: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
}

.bird1 {
    animation: flyBird1 30s infinite linear;
    -moz-animation: flyBird1 30s infinite linear;
    -webkit-animation: flyBird1 30s infinite linear;
}

@keyframes flyBird2 {
    0% {
        top: 500px;
        right: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
    10% {
        opacity: 1;
        filter: Alpha(Opacity=100);
    }
    100% {
        top: 0;
        right: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
}

@-webkit-keyframes flyBird2 {
    0% {
        top: 500px;
        right: 100%;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
    10% {
        opacity: 1;
        filter: Alpha(Opacity=100);
    }
    100% {
        top: 0;
        right: 0;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
}

.bird2 {
    animation: flyBird2 25s infinite linear;
    -moz-animation: flyBird2 25s infinite linear;
    -webkit-animation: flyBird2 25s infinite linear;
}

.buildingdescholder {
    overflow: visible;
    padding-bottom: 30px;
}

.buildingdesc {
    position: absolute;
    display: block;
    background: #fff;
    color: #333;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    opacity: 0;
    filter:Alpha(Opacity=0);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.buildingdesc:hover {
    text-decoration: none;
    background: #004298;
    color: #fff;
}

.buildingdesc.active {
    margin-top: 0;
    opacity: 1;
    filter:Alpha(Opacity=100);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.buildingdesc span {
    background: #004298;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -5px 15px 0 0;
    display: none;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.buildingdescholder p {
    display: none;
    padding: 30px 0;
    text-align: center;
}

.buildingdescholder p span {
    display: block;
    border-bottom: 1px #004298 solid;
}

.buildingdescholder p a {
    display: block;
    border: 2px #004298 solid;
    padding: 15px 0;
    font-size: 20px;
    text-decoration: none;
    max-width: 290px;
    margin: 0 auto;
}

/* main */

.page-title {
    color: #004298;
    position: relative;
    padding: 15px 0;
    text-align: center;
}

.evenlayer {
    color: #fff;
    background: #004298;
}

.page-title h1 {
    line-height: 1;
}

.page-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #004298;
    height: 1px;
    width: 75px;
}

.evenlayer span {
    background: #fff;
}

.contactinfo {
    overflow: hidden;
}

.contactinfo > b {
    display: block;
    padding: 9px 0;
}

.contactinfo a {
    display: block;
    color: #333;
    float: left;
    line-height: 18px;
}

.contactinfo a b {
    color: #004298;
}

.contactinfo span {
    display: block;
    padding: 0 5px;
    float: left;
}

.contactinfo td {
    line-height: 18px;
}

.mapenquirytab {
    position: relative;
    margin-top: 35px;
}

.mapenquirytab .page-title {
    position: absolute;
    top: -35px;
    padding: 0 0 2px;
    z-index: 2;
}

.mapenquirytab .page-title h1 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    width: 160px;
    color: #fff;
    background: #004298;
    line-height: 33px;
    cursor: pointer;
}

.mapenquirytab .page-title.active h1 {
    color: #004298;
    background: #fff;
}

.mapenquirytab .page-title span {
    width: 100%;
    height: 2px;
}

.mapenquirytab .tab1 {
    left: 0;
    right: 50%;
}

.mapenquirytab .tab1 h1 {
    float: right;
}

.mapenquirytab .tab2 {
    left: 50%;
    right: 0;
}

.mapenquirytab .tab2 h1 {
    float: left;
}

.mapenquirytab .fa-caret-down {
    position: absolute;
    top: 0;
    width: 160px;
    font-size: 38px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.mapenquirytab .tab1 .fa-caret-down {
    right: 0;
}
.mapenquirytab .tab2 .fa-caret-down {
    left: 0;
}

.mapenquirytab .page-title:hover .fa-caret-down {
    top: 15px;
    color: #004298;
}

.mapenquirytab .page-title.active .fa-caret-down {
    top: 15px;
    color: #fff;
}

.contactform {
    background: rgba(139,230,209,0.7);
    position: relative;
}

.contactform form {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.contactform input {
    height: 36px;
    width: 100%;
    padding: 0 15px;
    border-bottom: 2px #004298 solid;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contactform input:focus {
    border-bottom: 2px #c10400 solid;
}

#name {
    text-transform: capitalize;
}

.contactform select {
    border-bottom: 2px #004298 solid;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    color: #333;
    height: 36px;
    width: 100%;
    padding: 0 0 0 11px;
    outline: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contactform select:focus {
    border-bottom: 2px #c10400 solid;
}

.contactform textarea {
    display: block;
    border-bottom: 2px #004298 solid;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 7px 15px;
    height: 110px;
    width: 100%;
    outline: none;
    resize: none;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contactform textarea:focus {
    border-bottom: 2px #c10400 solid;
}

.contactform button {
    height: 25px;
    text-align: center;
    background: #c10400;
    width: 200px;
    color: #fff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contactform button:hover {
    background: #920000;
}

.g-recaptcha > div > div {
    margin: 0 auto;
}

.googlemap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.googlemap.active {
    z-index: 1;
}

.contactform .correct {
    background: #fff url(../img/correct.png) no-repeat right top;
}
.contactform .incorrect {
    background: #fff url(../img/incorrect.png) no-repeat right top;
}

.sorting {
    position: relative;
    z-index: 1;
}

.sorting p {
    position: relative;
    color: #fff;
    background: #004298;
    display: none;
    font-size: 18px;
    padding: 10px 30px;
    line-height: 1.14;
}

.sorting p i {
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.sorting.hover p i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.sorting ul {
    overflow: hidden;
    list-style: none;
    background: #fff;
}

.sorting li {
    float: left;
    border-right: 1px #8be6d1 solid;
}

.sorting li a {
    display: block;
    font-size: 18px;
    padding: 10px 30px;
    width: 155px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sorting li a:hover, .sorting li.active a {
    background: #004298;
    color: #fff;
}

.sorting li span {
    display: block;
    height: 10px;
}

.projectlist {
    overflow: visible;
    position: relative;
}

.projectlist > div {
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.projectlist > .hide {
    opacity: 0;
    filter: Alpha(Opacity=0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.projectlist > .show {
    opacity: 1;
    filter: Alpha(Opacity=100);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.projectitem {
    display: block;
    background: #fff;
    background: rgba(255,255,255,0.7);
    padding: 25px 25px 0;
}
.projectitem.coming-soon {
    cursor: context-menu;
}

.projectitem:hover {
    background: #fff;
    text-decoration: none;
}

.projectitem.coming-soon:hover {
    background: rgba(255,255,255,0.7);
}

.projectitem img {
    width: 100%;
}

.projectitem p {
    color: #333;
    border-bottom: 1px #8be6d1 solid;
    padding: 15px 0 5px;
}

.projectitem h5 {
    font-weight: 600;
    padding: 5px 0 15px;
}

.projectdetail {
    overflow: hidden;
}

.projectdetail > .projectdesc {
    float: left;
    padding-right: 60px;
    border-right: 1px #9cd8ca solid;
}

.projectdesc h3 {
    line-height: 30px;
    padding-bottom: 15px;
    color: #004298;
}

.projectdesc h3 small {
    display: block;
    line-height: 26px;
}

.projectdesc table {
    padding-top: 18px;
    line-height: 1.333333;
}

.projectdesc table td {
    padding: 3px 0;
    vertical-align: top;
}
.projectdesc table span {
    display: block;
    padding: 0 5px 0 15px;
}
.projectdesc table ul {
    list-style: none;
}
.projectdesc table ul li {
    position: relative;
    padding-left: 9px;
}
.projectdesc table ul li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.projectdesc table ul em {
    display: block;
    font-size: 80%;
}

.projectdetail > .projectinfo {
    float: right;
}

.projectinfo h5 {
    line-height: 25px;
    padding-bottom: 21px;
    color: #004298;
}

.projectinfo b {
    display: block;
    padding-bottom: 10px;
}

.projectinfo table {
    padding-top: 10px;
    line-height: 1.333333;
}

.projectinfo table td {
    vertical-align: top;
}
.projectinfo table span {
    display: block;
    padding: 0 5px 0 15px;
}

.projectinfo a {
    color: #333;
}

.projectinfo a:hover {
    color: #004298;
}

.projectinfo .facebooklink {
    display: block;
    color: #3b5998;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
}

.projectinfo .facebooklink i {
    font-size: 24px;
    margin-right: 10px;
    line-height: 30px;
    display: block;
    float: left;
}

.projectinfo .brochure {
    display: block;
    color: #c10400;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
}

.projectinfo .brochure:hover {
    color: #920000;
}

.projectinfo .brochure i {
    font-size: 24px;
    margin-right: 10px;
    line-height: 30px;
    display: block;
    float: left;
}

.backbtn a {
    display: block;
    width: 125px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: #004298;
    margin: 0 auto;
    text-decoration: none;
}

.backbtn a:hover {
    background: #c10400;
}

/* submission page */

.submissionpage div {
    margin: 100px auto 0;
    background: #e4faf5;
    background: rgba(255,255,255,0.7);
    padding: 30px;
    max-width: 100%;
    max-width: 500px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.submissionpage p {
    text-align: justify;
}

.submissionpage a {
    display: block;
    float: right;
    padding: 5px 20px;
    border: 2px #004298 solid;
    text-decoration: none;
}

.submissionpage a:hover {
    background: #004298;
    color: #fff;
}

.joblist {
    margin-right: 30px;
}

.joblist table {
    width: 100%;
    text-align: center;
    border-bottom: 3px #004298 solid;
}

.joblist th {
    height: 36px;
    background: #004298;
    color: #fff;
}

.joblist td {
    cursor: pointer;
    line-height: 1;
    padding: 10px 0 11px;
    border-bottom: 1px #9cd8ca solid;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.joblist tr:hover td {
    background: #e4faf5;
    background: rgba(255,255,255,0.7);
}

.joblist p {
    line-height: 1.14;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.joblist p a {
    display: block;
}

.jobapplicationform {
    margin-left: 30px;
}

.jobapplicationform h5 {
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 18px;
    color: #004298;
}

.jobapplicationform form > div {
    position: relative;
    padding-bottom: 18px;
}

.jobapplicationform div label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    line-height: 36px;
    cursor: pointer;
}

.jobapplicationform div label[for="cv"] {
    right: 0;
}

.jobapplicationform div input[type="text"] {
    height: 36px;
    width: 100%;
    padding: 0 36px 0 15px;
    text-align: right;
    font-family: Titillium Web, sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    background: #e4faf5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.jobapplicationform div input[type="file"] {
    display: none;
}

.jobapplicationform div input[type="text"].correct {
    background: #e4faf5 url(../img/correct.png) no-repeat right 1px;
}
.jobapplicationform div input[type="text"].incorrect {
    background: #e4faf5 url(../img/incorrect.png) no-repeat right 1px;
}

.jobapplicationform div button {
    height: 25px;
    text-align: center;
    background: #c10400;
    width: 200px;
    color: #fff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.jobapplicationform div button:hover {
    background: #920000;
}

.about-joland img {
    display: none;
}

.mission-vision {
    position: relative;
    padding-top: 80px;
    background: #e4faf5;
    background: rgba(255,255,255,0.7);
}

.mission-vision h1 {
    font-size: 60px;
    float: left;
    color: #ddd;
    font-weight: 200;
    padding: 20px 30px 0 0;
    line-height: 1;
}

.mission-vision h2 {
    float: left;
    padding: 36px 40px 0 0;
    line-height: 1;
    font-weight: 700;
    color: #004298;
    margin-right: 5px;
    background: url(../img/divider.png) no-repeat right top;
    height: 180px;
}

.mission-vision p {
    font-size: 18px;
    padding: 20px 15px 0 0;
}

.mission-vision > img {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.core-values {
    background: #004298;
    color: #fff;
}

.core-values .container {
    max-width: 915px;
}

.core-values .page-title {
    color: #fff;
}

.core-values .page-title span {
    background: #fff;
}

.valuelist {
    max-width: 750px;
    width: 100%;
    position: relative;
    height: 150px;
    margin: 0 auto;
}

.valuelist > img {
    float: left;
    width: 50px;
}

.valuelist > div {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    cursor: pointer;
}

.valuelist > div h5 {
    width: 150px;
    font-weight: 700;
    text-align: center;
    color: #004298;
    background: #fff;
    line-height: 20px;
    padding: 55px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.valuelist > div h5 span {
    display: block;
    height: 10px;
}

.valuelist > div p {
    font-size: 16px;
    position: absolute;
    bottom: 150px;
    background: #fff;
    color: #004298;
    padding: 15px;
    left: -15px;
    right: -15px;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.valuelist > div.hover p {
    visibility: visible;
    bottom: 180px;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.valuelist > div p i {
    position: absolute;
    font-size: 60px;
    width: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
}

.valuelist > div p .fa-caret-left {
    display: none;
    top: 25px;
    left: -40px;
}

.valuelist > div p .fa-caret-down {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
}

.the-message-from-chairman .container {
    max-width: 915px;
}

.newseventsblock {
    display: block;
    color: #333;
    border-bottom: 1px #88dacf solid;
    overflow: hidden;
    padding-bottom: 20px;
}

.newseventsblock:hover {
    text-decoration: none;
}

.newseventsblock .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.newseventsblock .image img {
    width: 100%;
}

.newseventsblock .image span {
    position: absolute;
    border: 1px #fff solid;
    border: 1px rgba(255,255,255,0.3) solid;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.newseventsblock .image b {
    position: absolute;
    border: 15px #fff solid;
    border: 15px rgba(255,255,255,0.3) solid;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.newseventsblock:hover .image b {
    opacity: 100;
    filter: Alpha(Opacity=100);
}

.newseventsblock .image b i {
    font-size: 34px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.newseventsblock .date {
    font-size: 18px;
    width: 85px;
    padding-right: 15px;
    text-align: center;
    float: left;
}

.newseventsblock .date h1 {
    font-size: 42px;
    padding-bottom: 5px;
    font-weight: 700;
}

.newseventsblock .date b {
    font-weight: 700;
}

.newseventsblock > b {
    display: block;
    padding: 5px 0;
    height: 30px;
    /*margin-left: 100px;*/
    overflow: hidden;
    font-weight: 700;
}

.newseventsblock > p {
    display: block;
    line-height: 1.14;
    height: 45px;
    overflow: hidden;
    /*margin-left: 100px;*/
}

.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    min-width: 25px;
    line-height: 25px;
    color: #333;
}

.pagination a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.pagination a.active {
    color: #fff;
    background: #004298;
}

.pagination i {
    margin: 0 10px;
}

.pagination .prev {
    border-right: 1px #333 solid;
    margin-right: 5px;
    padding-right: 10px;
}

.pagination .next {
    border-left: 1px #333 solid;
    margin-left: 5px;
    padding-left: 10px;
}

.pagination .disabled {
    color: #999;
}

.pagination .disabled:hover {
    color: #999;
    background: none;
}

.newseventsdetail h3, .newseventsdetail h5 {
    color: #004298;
    line-height: 1;
}

.newseventsdetail h3 {
    font-weight: 700;
    padding-bottom: 30px;
}

.newseventsdetail .image {
    position: relative;
    background: #8be6d1;
    background: rgba(255,255,255,0.7);
}

.newseventsdetail .image i {
    font-size: 34px;
    padding: 3px;
    color: #004298;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
}

.newseventsdetail .image img {
    position: relative;
}

.scammeralert {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    max-height: 100%;
    padding: 25px;
    overflow: auto;
    z-index: 4;
}
.scammeralert b {
    color: #f00;
    display: block;
}
.scammeralert strong {
    font-size: 16px;
    display: block;
}
.scammeralert p {
    display: block;
    padding-top: 18px;
}
.scammeralert ul {
    list-style: none;
    padding-top: 15px;
}
.scammeralert li {
    padding-top: 3px;
}
.scammeralert a {
    display: flex;
    align-items: center;
    text-align: center;
}
.scammeralert i {
    background: #004c91;
    color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    width: 32px;
    line-height: 32px;
    margin-right: 6px;
}
.scammeralert i.fa-envelope {
    background: #00a349;
}
.scammeralert button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 6px 0;
}
.scammeralert button i {
    background: transparent;
    color: #f00;
}