@keyframes seq-preloader {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.seq-preloader {
    background: white;
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.seq-preloader.seq-preloaded {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .5s, opacity .5s;
}

.seq-preload-indicator {
    overflow: visible;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seq-preload-circle {
    display: inline-block;
    height: 12px;
    width: 12px;
    fill: #7a7a7a;
    opacity: 0;
    animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
    animation-delay: .15s;
}

.seq-preload-circle-3 {
    animation-delay: .3s;
}

.seq-preload-indicator-fallback {
    width: 42px;
    overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
    width: 8px;
    height: 8px;
    background-color: #f4f4f4;
    border-radius: 100%;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
    margin-left: 3px;
    margin-right: 3px;
    width: 12px;
    height: 12px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
    width: 16px;
    height: 16px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}


/* MAIN CSS */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #fff;
    }
}

@keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #fff;
    }
}

@-webkit-keyframes fillColour {
    0% {
        color: #fff;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #333;
    }
}

@keyframes fillColour {
    0% {
        color: #fff;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #333;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

html {
    overflow: hidden;
}

body {
    overflow: hidden;
    font-size: 100%;
}

.page-box {
    width: 100%;
    height: 100%;
}

nav {
    top: 0;
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 100;
    height: 100%;
    left: 0;
    width: 20%;
    max-width: 260px;
    font-weight: 300;
    font-size: 1rem;
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav .change-language {
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
}

nav .change-language span {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-family: ArialMT;
    font-weight: 400;
    /* color: rgba(255, 255, 255, .3); */
    color: #ccc;
    line-height: 1;
}

nav .change-language span.actives {
    color: #000 !important;
}

.otheren {
    font-family: "Open Sans", sans-serif !important;
}

nav .change-language span:nth-child(1) {
    border-right: 1px solid #000;
}

nav em {
    font-style: normal;
    margin-left: 5px;
    font-size: 14px;
}

nav ul li i {
    width: 25px;
}

nav ul li a {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: #121212;
    line-height: 50px;
}

nav .mini-logo {
    display: none;
}

nav .logo {
    height: 180px;
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

nav .logo img {
    width: 130px;
    height: 30px;
    overflow-y: hidden;
}

nav ul {
    text-align: left;
    /* margin-left: 40px; */
    list-style-type: none;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: center;
    align-items: center;
}

nav ul li {
    margin: 25px 0px;
    height: 50px;
    min-width: 140px;
    text-align: center;
}

nav a,
nav a:visited,
nav a:active {
    color: #fff;
}

nav a {
    text-decoration: none!important;
    font-size: 14px;
    letter-spacing: 0.5px;
    /* -webkit-transition: color 2s, background 1s; */
    /* transition: color 2s, background 1s; */
    /* padding: 20px 30px; */
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
}

nav a.active {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.2);
}

nav a::before {
    content: "";
    position: absolute;
    height: 0%;
    width: 0%;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

nav a:hover {
    /* text-decoration: none;
    -webkit-animation: fillColour 0.7s forwards ease-in-out;
    animation: fillColour 0.7s forwards ease-in-out; */
}

nav a:hover::before {
    /* -webkit-animation: fill 0.7s forwards ease-in-out;
    animation: fill 0.7s forwards ease-in-out;
    opacity: 1; */
}

.slides {
    width: 500vw;
    height: 100vh;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.slides .slide .padding-width {
    width: 20%;
    max-width: 260px;
    height: 100%;
}

.slides .slide {
    height: 100vh;
    width: 100vw;
    float: left;
    display: flex;
    text-align: center;
    background-size: cover;
}

.one-page {
    overflow-y: scroll;
    position: relative;
    /* width: 80%; */
    flex: 1;
    height: 100%;
    /* left: 20%; */
    top: 0;
    /* bottom: 10%; */
    padding: 14px 22px;
    padding-bottom: 30px;
    overflow: hidden;
}

.slides .slide .content {
    /* ; */
    /* background: rgba(0, 0, 0, 0.5); */
    width: 100%;
    height: 100%;
    background-attachment: #fff;
}

.slides .slide .first-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 100px;
    right: 0;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 1);
}

.slides .slide .first-content span:nth-child(1),
.slides .slide .first-content span:nth-child(2) {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-family: MicrosoftYaHei;
}

.slides .slide .first-content span:nth-child(3) {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.content::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
}


/* Add a thumb */

.content::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

.slides .slide:nth-child(1) {
    background: url(../img/home.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.slides .slide:nth-child(2) {
    background: url(../img/home.jpg) no-repeat center;
    background-size: 100% 100%;
}

.slides .slide:nth-child(3) {
    background: url(../img/home.jpg) no-repeat center;
    background-size: 100% 100%;
}

.slides .slide:nth-child(4) {
    background: url(../img/home.jpg) no-repeat center;
    background-size: 100% 100%;
}

.slides .slide:nth-child(5) {
    background: url(../img/home.jpg) no-repeat center;
    background-size: 100% 100%;
}

.slides .slide img {
    /* width: 100%; */
}

.main-btn a:hover em {
    color: #fff;
    /* background-color: #fff; */
    /* color: #232323!important; */
}

.first-content {
    /* padding: 100px; */
    text-align: left;
    /* padding-top: 13%; */
}

.first-content .author-image img {
    margin-top: 15px;
    border-radius: 30px;
    max-width: 100%;
    overflow: hidden;
    float: left;
    margin-right: 35px;
}

.first-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.first-content p {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 26px;
    margin-bottom: 20px;
}

.first-content em {
    font-style: normal;
    font-weight: 600;
}

.first-content .main-btn {
    display: inline-block;
    margin-right: 15px;
}

.first-content .main-btn a {
    display: inline-block;
    border: 2px solid #fff;
    /* padding: 8px 15px; */
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    transition: all 0.5s;
}

.first-content .fb-btn {
    display: inline-block;
}

.first-content .fb-btn a {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #232323;
    text-decoration: none;
    transition: all 0.5s;
}

.first-content .fb-btn a:hover {
    color: #fff;
    background-color: transparent;
}

.second-content .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
}

.second-content .container-fluid .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.second-content .right-image img {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    float: right;
}

.second-content .left-content {
    background: rgba(0, 0, 0, .8);
    text-align: left;
    height: 100%;
}

.second-content .left-content .close-img {
    width: 100%;
    text-align: right;
    padding: 14px;
}

.link-people {
    margin-top: 10%;
    width: 100%;
    text-align: center;
}

.link-people p {
    font-size: 18px !important;
    color: #000 !important;
}

.link-people a {
    display: inline-block;
    width: 100px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 1);
    ;
    margin-top: 3%;
}

.test {
    background: red;
    height: 50px;
}

.second-content .left-content .about-box {
    margin-top: 30px;
    height: 55%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
}

.second-content .left-content .about-box p {
    font-size: 12px;
    color: #FFFFFF;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    text-indent: 26px;
    /* margin: 0 !important; */
}

.second-content .left-content .btn-disabled a {
    background-color: #777 !important;
}

.second-content .left-content .about-btn {
    margin-bottom: 30px;
    height: 50px;
    text-align: center;
}

.introduce {
    font-size: 24px !important;
    margin-bottom: 20px;
}

.en {
    display: none;
    font-family: Arial-BoldMT;
}

.cn {
    display: none;
}

.second-content .left-content .about-btn-margin {
    margin-top: 5%;
}

.second-content .left-content .close-img span {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    font-family: ArialMT;
    font-weight: 400;
    color: rgba(0, 0, 0, 1)
}

.second-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.second-content p {
    /* font-size: 13px; */
    color: #fff;
    letter-spacing: 0.5px;
    /* font-weight: 300; */
    line-height: 24px;
    /* margin-bottom: 30px; */
}

.second-content a {
    color: #fff;
    /* text-decoration: underline; */
}

.clear-padding {
    padding: 0 !important;
}

.fi-image1 {
    background: url(../img//phone.png) no-repeat left center;
    background-size: 13px 13px;
}

.fi-image2 {
    background: url(../img//e-mail.png) no-repeat left center;
    background-size: 11px 8px;
}

.fi-image3 {
    background: url(../img//map.png) no-repeat left center;
    background-size: 10px 15px;
}

.fi-padding {}

.fi-name {
    padding-left: 24px;
    color: #4E4E4E;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
    width: 282px;
    text-align: left;
}

.five-info {
    height: 100%;
    width: 500px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.five-content {
    background: #fff url(../img/link.png) no-repeat right top;
    background-size: cover;
}

.second-content .main-btn a {
    /* padding: 8px 15px; */
    width: 120px;
    height: 50px;
    /* line-height: 50px; */
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* line-height: 1; */
}

.second-content .main-btn a span:last-child {
    font-size: 12px;
    transform: scale(.62);
    line-height: 1;
    font-family: ArialMT;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.four-content {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.four-box {
    padding-bottom: 5%;
    padding-top: 2%;
    flex: 1;
    height: 92%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.hide {
    display: none;
}

.flour-btn {
    height: 8%;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flour-btn .f-tab.active {
    background: rgba(0, 0, 0, 1);
    color: #FFFFFF;
}

.flour-btn .f-tab {
    flex: 0 0 230px;
    cursor: pointer;
    height: 22px;
    border: 1px solid rgba(22, 7, 13, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.f-img {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.f-img img {
    width: 100%;
    /* max-width: 500px; */
    /* height: 40% !important; */
    /* max-height: 300px; */
    /* margin-top: 3%; */
}

.f-img img:nth-child(2n) {
    margin-left: 5%;
}

.third-content {
    text-align: left;
    /* padding: 30px; */
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.third-content .third-kota {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
}

.third-content .third-kota:last-child {
    margin: 0;
}

.third-content .third-kota p {
    text-align: center;
    font-size: 40px;
    font-family: MicrosoftYaHeiLight;
    color: #fff;
    font-family: Arial-BoldMT;
    /* font-weight: bold; */
    line-height: 1.2;
}

.third-content .third-kota .third-btn {
    border: 2px solid #fff;
    width: 80px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
}

.third-content .third-kota span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Arial-BoldMT;
    /* font-weight: bold; */
    /* line-height: 1; */
}

.third-content .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.third-content .first-section .left-content {
    margin-right: 15px;
    margin-top: 12px;
}

.third-content .first-section .right-image {
    margin-left: 15px;
}

.third-content .second-section {
    margin-top: 30px;
}

.third-content .second-section .right-content {
    margin-left: 15px;
    margin-top: 12px;
}

.third-content .second-section .left-image {
    margin-right: 15px;
}

.third-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}


/* .third-content p {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
} */

.third-content .main-btn a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.third-content .col-md-6 {
    margin: 0px;
    padding: 0px;
}

.fourth-content {
    padding: 5px;
}

.fourth-content .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.fourth-content .container-fluid .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.fourth-content .item {
    margin: 10px;
}

.fourth-content .item img {
    max-width: 100%;
    overflow: hidden;
}

.fourth-content .item .thumb {
    position: relative;
}

.fourth-content .item .hover-effect {
    text-align: left;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.95);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

.fourth-content .item:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

.fourth-content .item .hover-effect .hover-content {
    transform: translateY(-50%);
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 30px;
}

.fourth-content .item .hover-effect h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.fourth-content .item .hover-effect p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.fifth-content .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.fifth-content .container-fluid .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.fifth-content #map {
    padding: 50px 0px 50px 50px;
}

.fifth-content #contact {
    padding: 50px 50px 50px 50px;
}

.fifth-content input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: rgba(250, 250, 250, 0.15);
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
}

.fifth-content textarea {
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: rgba(250, 250, 250, 0.15);
    outline: none;
    border: none;
    box-shadow: none;
    height: 165px;
    max-height: 220px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.fifth-content button {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0px;
    transition: all 0.5s;
}

.fifth-content button:hover {
    color: #232323;
    background-color: #fff;
}

.footer .content {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    /* line-height: 20px; */
    text-align: center;
    display: inline-block;
    /* background: #120115; */
}

.footer .content p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.footer .content p a {
    color: #aaa;
    text-decoration: none;
}


/* REPONSIVE */

@media (max-width: 991px) {
    nav ul {
        /* margin-left: 25px; */
    }
    .first-content {
        text-align: center;
        /* padding: 50px; */
    }
    .first-content .author-image img {
        max-width: 195px;
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .third-content .first-section {
        border-bottom: 1px solid rgba(250, 250, 250, 0.3);
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
    .third-content .first-section .left-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .third-content .first-section .right-image {
        margin-left: 0px;
    }
    .third-content .second-section .right-content {
        margin-left: 0px;
        margin-top: 30px;
    }
    .third-content .second-section .left-image {
        margin-right: 0px;
    }
    .fifth-content #map {
        padding: 30px 30px 30px 30px;
    }
    .fifth-content #contact {
        padding: 30px 30px 30px 30px;
    }
}

@media (max-width: 749px) {
    .one-page {
        overflow-y: auto;
        overflow-x: hidden;
    }
    nav {
        width: 15vh;
    }
    nav .logo {
        display: none;
    }
    nav .mini-logo {
        /* margin-top: 60px; */
        display: block;
    }
    nav ul {
        text-align: center;
        margin-left: 0px;
    }
    nav ul li em {
        display: none;
    }
    nav ul li i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
    .first-content {
        /* padding: 30px 5px; */
    }
    .first-content .main-btn {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .second-content .left-content {
        padding: 30px;
        text-align: left;
    }
    .fourth-content .item .hover-effect h2 {
        font-size: 15px;
    }
    .fifth-content #map {
        padding: 15px 15px 15px 15px;
    }
    .fifth-content #contact {
        padding: 15px 15px 15px 15px;
    }
}

@media(max-width: 450px) {
    .one-page {
        overflow-y: auto;
        overflow-x: hidden;
    }
    nav ul {
        margin-top: 30px;
    }
    nav ul li {
        margin: 10px 0px;
    }
    nav a {
        padding: 15px 20px;
    }
}