@font-face {
    font-family: OpenSans;
    src: url('/bundles/app/font/OpenSans-ExtraBold.ttf');
    font-weight: bolder;
}

@font-face {
    font-family: OpenSans;
    src: url('/bundles/app/font/OpenSans-Bold.ttf');
    font-weight: bold;
}

@font-face {
	font-family: OpenSans;
	src: url('/bundles/app/font/OpenSans-Italic.ttf');
	font-weight: italic;
}

@font-face {
    font-family: OpenSans;
    src: url('/bundles/app/font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Lora;
    src: url('/bundles/app/font/Lora-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Lora;
    src: url('/bundles/app/font/Lora-Regular.ttf');
}

@font-face {
    font-family: Montserrat;
    src: url('/bundles/app/font/Montserrat-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Montserrat;
    src: url('/bundles/app/font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: RobotoSlab;
    src: url('/bundles/app/font/RobotoSlab-Light.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: Lato;
    src: url('/bundles/app/font/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato;
    src: url('/bundles/app/font/Lato-Light.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: CHei2HKS;
    src: url('/bundles/app/font/CHei2HKS-Xbold.otf');
    font-weight: bold;
}

@font-face {
    font-family: CHei2HKS;
    src: url('/bundles/app/font/CHei2HKS-Bold.otf');
    font-weight: bolder;
}

body {
    background-color: #ECECEC;
    padding-top: 6.1875em;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: #ECECEC;
}

.preloader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 0.3em solid transparent;
}

.preloader:after {
    content: "";
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    border-radius: 50%;
    border: 0.3em solid transparent;
}

#preloader1 {
    width: 14em;
    height: 14em;
    margin: -7em 0 0 -7em;
    z-index: 9500;
    border-top-color: #144D70;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#preloader1:after {
    border-right-color: #0381AC;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#preloader2 {
    width: 9em;
    height: 9em;
    margin: -4.5em 0 0 -4.5em;
    z-index: 9501;
    border-bottom-color: #28AACE;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

#preloader2:after {
    border-left-color: #5FC7E0;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

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

.section:first-child,
.section:nth-child(2),
.section:last-child {
    margin-top: 0px;
}

.header {
    height: 6.1875em;
}

.header > div:first-child {
    position: relative;
    height: 100%;
    /*background-color: #ECECEC;*/
    background-color: rgba(255, 255, 255, 0.75);
}

@supports ((-webkit-backdrop-filter: blur(1em)) or (backdrop-filter: blur(1em))) {
    .header > div:first-child {
        background-color: rgba(255, 255, 255, 0.65);
        -webkit-backdrop-filter: blur(1em);
        backdrop-filter: blur(1em);
    }
}

.header > div:first-child > div:last-child {
    background-color: #28AACE;
    width: 100%;
    height: 5px;
}

.langSwitcher {
    position: relative;
    float: right;
    font: bold 0.935em OpenSans;
    color: #28AACE;
}

.langSwitcher > a {
    padding: 0.875em 1em;
    float: left;
}

.langSwitcher > a:last-child {
    padding-right: 0;
}

.langSwitcher > span {
    padding: 0.875em 0;
    float: left;
}

#headerCompanyLogo {
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}

#homeBg {
    
}

.homeBg > div {
    width: 100%;
    padding: 0 2em 2em 2em;
}

.homeSlogan {
    font: italic 2.25em OpenSans;
    color: white;
    text-align: center;
    text-shadow: 1.5px 1.5px 5px black;
}

.homeSlogan.lang-zh_cn {
	font: bold 2.6em CHei2HKS;
}

.homeSlogan > p {
    margin: 0;
}

.homeMessage {
    font: 1em Lora, CHei2HKS;
    color: white;
    text-align: center;
    margin-top: 2.33em;
    text-shadow: 0.75px 0.75px 2px black;
}

.home {
    height: calc(100% - 99px);
    min-height: 43.75em;
}

.homeBg {
    position: relative;
    width: 100%;
    height: 100%;
}

.navMenu {
    min-width: 26.875em;
    pointer-events: all;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-40%, 0%);       /* IE 9 */
    -webkit-transform: translate(-40%, 0%);   /* Chrome, Safari, Opera */
    -moz-transform: translate(-40%, 0%);
    -o-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
    z-index: 101;
}

.navMenu > a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 0.875em 1em;
    font: bold 0.9375em OpenSans, CHei2HKS;
}

.navMenu > a:hover {
    background-color: #28AACE;
    color: white;
}

.navMenu > .icon {
    display: none;
}

.navMenu > .active {
    color: #28AACE;
}

.seperator {
    min-height: 8em;
}

.seperator > div > .alignParent {
    min-height: 8em;
}

#homeMenu > div {
    padding: 0;
}

.homeMenuCell {
    width: 50%;
    float: left;
}

.newsContent {
	min-height: 60em;
	padding-top: 8em;
    padding-bottom: 8em;
    color: black;
}

.newsRowWrapper {
	margin-top: 6.875em;
}

.newsRow {
	margin-top: 1em;
}

.newRow:first-child {
	margin-top: 0;
}

.newsRowTime {
	margin-top: 0.2em;
	text-align: right;
	font: lighter 1em Lato, CHei2HKS;
	color: #808080;
}

.newsRowTitle {
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	font: lighter 1.5em Lato, CHei2HKS;
}

.newsRowTitle:hover {
	background-color: rgba(224, 224, 224, .8);
}

.newsRowTitle:before {
	content: '+';
	margin-right: 0.4em;
}

.newsRowTitle.toClose:before {
	content: '-';
}

.newsRowContent {
	float: right;
	margin-top: 0;
	margin-bottom: 3em;
	font: lighter 1em Lato, CHei2HKS;
	color: grey;
	display: none;
}

.newsTitle {
	font: lighter 2.34375em Lato, CHei2HKS;
	text-align: center;
}

.aboutContent {
    min-height: 60em;
    color: white;
    padding-top: 8em;
    padding-bottom: 8em;
}

.aboutContent > div:first-child {
    font: lighter 2.34375em Lato, CHei2HKS;
    text-align: center;
}

.aboutContent > div:nth-child(2) {
    font: lighter 4.6875em Lato, CHei2HKS;
    text-align: center;
}

.aboutContent > div:last-child {
    margin-top: 3.5em;
    font: normal 1.32em Lato, CHei2HKS;
}

.services {
    background-color: #28AACE;
    color: white;
}

.services > div {
    padding: 0;
}

.servicesCell {
    float: left;
    width: 50%;
}

.servicesCell:first-child {
    padding: 2.72em 4em;
}

.servicesCell:last-child {
    padding-left: 1em;
}

.servicesCell > #title1 {
    text-align: center;
    font: lighter 2.34375em Lato, CHei2HKS;
    line-height: 2em;
}

.servicesCell > #title2 {
    text-align: center;
    font: lighter 4.6875em Lato, CHei2HKS;
    line-height: 1em;
    margin-bottom: 1em;
}

.servicesCell > #content {
    font: lighter 1.125em Lato, CHei2HKS;
}

.servicesCell > #content > h3 + ul {
	display: none;
}

.servicesCellContentHeader {
	cursor: pointer;
	margin-bottom: 0;
}

.servicesCellContentHeader:hover {
	background-color: #0381AC;
}

.servicesCellContentHeader + ul {
	margin-top: 0;
}

.servicesCellContentHeader:before {
	content: '+';
	margin-right: 0.4em;
}

.servicesCellContentHeader.toClose:before {
	content: '-';
}

.servicesCell > .section:first-child > div {
    margin-top: 0;
}

.servicesCell > .section:last-child > div {
    margin-bottom: 0;
}

#contact {
    color: white;
}

#contactTitle {
    position: absolute;
    right: 4.69%;
    bottom: 6%;
}

#contactTitle > span {
    font: lighter 5.21vw Lato, CHei2HKS;
}

#contact > div:last-child {
    background-color: #144D70;
}

#contactContent {
    padding-top: 6.25em;
    padding-bottom: 10.625em;
    overflow: visible;
}

.contactContentCell {
    margin-top: 1.875em;
    word-spacing: 0.2em;
}

.contactContentCell:first-child {
    margin-top: 0;
}

.contactContentCell > img {
    float: left;
    width: 9.5%
}

.contactContentCell > div {
    float: left;
    margin-left: 3.5%;
    width: 87%
}

.contactContentCell > div > div:nth-child(odd) {
    color: #5FC7E0;
    font: bolder 1em OpenSans, CHei2HKS;
}

.contactContentCell > div > div:nth-child(even) {
    margin-top: 0.2em;
    color: white;
    font: normal 1.2em OpenSans, CHei2HKS;
}

.contactContentCell > div > div:nth-child(2n + 1) {
    margin-top: 1.40625em;
}

.contactContentCell > div > div:first-child {
    margin-top: 0;
}

#contactMessage {
    position: relative;
    margin-top: -13em;
    margin-right: 5%;
    padding: 3.75em 5em;
    background-color: white;
    color: #555555;
    font-family: OpenSans, CHei2HKS;
    font-weight: normal;
    text-align: center;
}

#contactMessage > .contactMessageTitle {
    font: bold 1.265625em Montserrat, CHei2HKS;
    color: #222222;
}

#contactMessage > .contactMessageContent {
    font-size: 0.84375em;
}

#team {
    background-color: #E4E5E6;
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

#meetOurTeam {
    font-family: Lato, CHei2HKS;
    color: #708F9C;
}

#meetOurTeam > span:first-child {
    font-size: 2.34375em;
}

#meetOurTeam > span:last-child {
    font-size: 4.6875em;
}

#teamContainer {
    margin-top: 2.8125em;
}

.teamRow {
    margin-top: 4.375em;
}

.teamRow:first-child {
    margin-top: 0;
}

.teamName {
	font: bolder 2.4em Montserrat, CHei2HKS;
	color: #222222;
	line-height: 1em;
}

.memberName {
    font: bolder 2.0em Montserrat, CHei2HKS;
    color: #222222;
    line-height: 1em;
}

.memberTitle {
    font: 1.4em Montserrat, CHei2HKS;
    color: #222222;
}

.memberSeperator,
.teamSeperator {
    border-color: #222222;
}

.memberDescription {
    font: 1.2em Montserrat, CHei2HKS;
    color: #555555;
}

.memberDescription > p > strong {
	font-size: 1.6em;
}

.footer {
    margin-bottom: 3em;
    text-align: center;
    font: bold 0.84375em Montserrat, CHei2HKS;
    color: #525252;
}

.companyAddressMap {
    width: 100%;
    height: 290px;
    margin-bottom: 2.875em;
}

.societyMedia {
    min-height: 3.125em;
}

.societyMediaBtn {
    margin: 0.75em;
    color: #999999;
    cursor: pointer;
}

.copyright {
    font: bold 0.84375em RobotoSlab;
    font-weight: lighter;
    color: #525252;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 1.25em 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 0.375em 0.75em;
	line-height: 1.42857143;
	text-decoration: none;
	color: #0381AC;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #144D70;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #28AACE;
	border-color: #28AACE;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}