@font-face {
    font-family: "Quicksand";
    src: url(Quicksand-Regular.ttf);
}

@font-face {
    font-family: "Quicksand Bold";
    src: url(Quicksand-Bold.ttf);
}

@font-face {
    font-family: "Quicksand Medium";
    src: url(Quicksand-Medium.ttf);
}

body,
html {
    font-size: 22px;
    height: 100%;
    background: #fff;
    color: #1c394b;
    line-height: 1.3em;
    min-width: 320px;
}

body,
input,
textarea,
select {
    font-family: "Quicksand", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-size: 100%;
}

.medium {
    font-family: "Quicksand Medium", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
}

.bold {
    font-family: "Quicksand Bold", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
}

.strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

.loading img {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
}

.header {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 240px;
    margin-top: -100px;
}

.headerContainer {
    position: relative;
    height: 70px;
}

.overlay {
    position: fixed;
    top: 0;
    height: 70px;
    -webkit-backdrop-filter: blur(10px);
    margin-top: 0px;
    transition: margin-top 0.2s ease-out;
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(10px);
}

.overlay.show {}

.header .logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 225px;
}

.btn_menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(../images/menu.png) center center no-repeat;
    background-size: 50px 50px;
}

.btn_menu span {
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    background: #d1a874;
    transition: all 0.3s ease-out;
}

.btn_menu span:nth-child(1) {
    top: 15px;
}

.btn_menu span:nth-child(2) {
    top: 30px;
}

.btn_menu span:nth-child(3) {
    top: 45px;
}

.menuOpen .btn_menu span:nth-child(1) {
    transform: rotate(-45deg) translate(-10px, 11px);
}

.menuOpen .btn_menu span:nth-child(2) {
    opacity: 0;
}

.menuOpen .btn_menu span:nth-child(3) {
    transform: rotate(45deg) translate(-10px, -10px);
}

.menuHide {
    display: none;
}

.menuOpen .menuHide {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.menu {
    position: fixed;
    width: 500px;
    top: 0;
    right: -800px;
    height: 100%;
    z-index: 5;
    padding-right: 240px;
    background: rgba(0, 0, 0, 0.8);
    transition: right 0.2s ease-out;
}

.menuOpen .menu {
    right: 0;
}

.menu .menuContainer {
    padding: 200px 15px 0;
    text-align: right;
}

.menu .menuContainer .menuItem {
    display: inline-block;
    position: relative;
    line-height: 1.5em;
    color: #fff;
    margin: 20px 0;
}

.menu .menuContainer .menuItem .line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    transition: width 0.2s ease-out;
}

.menu .menuContainer .menuItem:hover .line {
    width: 100%;
}

.home * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.page {
    position: relative;
    min-height: 100%;
    padding: 0 240px;
    z-index: 1;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.page.inview {
    opacity: 1;
}

.page.blue {
    background: #1c394b;
    color: #fff;
}

.page.gold {
    background: #d1a874;
    color: #fff;
}

.page h2 {
    font-size: 110%;
    color: #d1a874;
    line-height: 1.3em;
}

.page h3 {
    font-size: 120%;
    color: #d1a874;
    line-height: 1.3em;
}

.page h6 {
    font-size: 200%;
    line-height: 1.3em;
    margin: 10px 0;
}

p {
    font-size: 110%;
    line-height: 1.5em;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/kv.jpg) center center no-repeat;
    background-size: cover;
}

/* video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    visibility: hidden;
} */

.home .inner div {

    font-size: 260%;
    color: #fff;
    line-height: 1.3em;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.home .inner .words {
    cursor: pointer;
    text-transform: uppercase;
}

.inner {
    position: relative;
    padding: 100px 15px;
}


.about .inner {}

.about .inner p {
    margin-top: 50px;
}

.business h6 {
    color: #FFF;
}

.business h3 {
    color: #133244;
    font-weight: bold;
    font-size: 150%;
}

.business .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.business .program {
    flex: 0 0 33.333333%;
    box-sizing: border-box;
    padding: 0 25px;
}

.business .program .icon {
    width: 60px;
    margin: 10px auto;
}

.business .program .icon img {
    display: block;
    width: 100%;
}

.business .program .title {
    font-size: 110%;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.business .program .description {
    text-align: center;
    color: #133244;
    font-weight: bold;
    font-size: 85%;
}

.nfc-card .inner .btn,
.business .program .btn {
    display: block;
    text-align: center;
    padding: 9px;
    width: 180px;
    font-weight: bold;
    margin: 20px auto;
    background-color: #133244;
    color: #FFF;
    border-radius: 10px;
    font-size: 85%;
}

.nfc-card .inner .btn {
    margin: 20px auto 20px 0;
}
.nfc-card {
    height: 100%;
    overflow: hidden;

}
.nfc-card .inner {
    display: flex;
    align-items: top;
}
.nfc-card .left-col {
    position: relative;
    max-width: 65%;
}

.nfc-card .left-col .desc-1 {
    max-width: 505px;
}
.nfc-card .right-col {
    width: 35%;
    height: 100%;
}
.nfc-card .right-col .imageContainer {
    overflow: visible;
    width: 140%;
}
.nfc-card .right-col .imageContainer .img {
    transform: translate(0, -5%);
    min-width: 350px;

}

.services .inner {}

.offering {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.block {}

.offering {
    padding-top: 20px;
}

.offering ul {}

.offering li {
    margin: 20px 0;
    font-size: 85%;
}

.items {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 20px;
    padding-bottom: 200px;
}

.works .inner {}

.nfc-card .imageContainer,
.work .imageContainer {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.work .imageContainer .space {
    display: block;
    width: 100%;
}


.work .imageContainer .img {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.nfc-card .imageContainer .img {
    width: 100%;
}

.work .imageContainer .img2 {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.work .imageContainer .img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.work .imageContainer:hover .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.work .name {
    font-weight: bold;
    line-height: 1.3em;
}

.work .project {
    line-height: 1.3em;

}

.work .type {
    color: #d1a874;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
}

.work .desc {
    color: #8497B0;
    font-size: 75%;
    line-height: 1.2em
}

.contact {
    background: #1c394b;
    color: #fff;
}

.contact .inner {}

.contact form {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 80px;
}

.form {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}

.form p {
    grid-column-start: 1;
    grid-column-end: 5;
    font-size: 100%;
}

.form .block,
.info .block {
    position: relative;
}

.info .block {
    margin-top: 30px;
}

.info .label {
    margin-bottom: 10px;
    color: #d1a874;
    font-size: 120%;
}

.address {}

.email {}

.inputemail {
    grid-column-start: 1;
    grid-column-end: 3;
}

.inputmessage {
    grid-column-start: 1;
    grid-column-end: 3;
}

.submit {
    grid-column-start: 1;
    grid-column-end: 3;
}

.form .heading {
    margin-bottom: 10px;
    color: #d1a874;
    font-size: 120%;
}

.form p {
    margin-bottom: 20px;
}

.form .block {
    margin-bottom: 20px;
}

.form .label {
    line-height: 1.5em;
}

.form .value {
    font-weight: bold;
    line-height: 1.5em;
}

.form a,
.info a {
    color: #fff;
}

.form a:hover,
.info a:hover {
    text-decoration: underline;
}

.form .input {
    margin-right: 0;
    position: relative;
    margin-bottom: 15px;
}

.form .input input {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 5px 0;
    border: 0;
    background: none;
    border-radius: 0;
    color: #d1a874;
}

.form .input label.error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 50%;
    white-space: nowrap;
    color: #d1a874;
}

.form .input .line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
    transition: width 0.2s ease-out;
}

.form .input input:focus,
.form .input textarea:focus {
    outline: none;
}

.form .input input:focus ~ .line,
.form .input textarea:focus ~ .line {
    width: 100%;
}

.form .input textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 0;
    height: 50px;
    background: none;
    border-radius: 0;
    color: #d1a874;
}

.form input[type=submit] {
    -webkit-appearance: none;
    display: block;
    width: 160px;
    border: 0;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    background: none;
    color: #fff;
    background: #d1a874;
    border-radius: 15px;
}

.footer {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 70%;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup .popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 30px;
}

.popup .msg {}

.popup .action {
    margin-top: 20px;

    font-size: 85%;
}

.popup .action a {
    display: block;
    text-align: center;
    padding: 9px;
    width: 180px;
    font-weight: bold;
    margin: 10px auto 0;
    background-color: #133244;
    color: #FFF;
    border-radius: 10px;
    font-size: 85%;
}

@media screen and (max-width: 768px) {
    .work .desc {
        font-size: 85%;
    }
}

@media screen and (max-width: 500px) {
    .work .desc {
        font-size: 85%;
    }
}