html {
    font-size: 10px;
}

@media (min-width: 544px) {
    html {font-size:12px;}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    html {font-size:14px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {font-size:15px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {font-size:16px;}
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "PingFang TC", "Microsoft Yahei", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

.section {
    padding-top: 60px;
}

@media (min-width: 544px) {
    .section {
        padding-top: 100px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #328dff;
}

.section-title h3 {
    font-weight: bold;
    font-size: 2rem;
}

.btn {
    font-size: 0.9rem;
    /* font-weight: bold; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    /* padding: 0.375rem 1.35rem; */
    transition: all 0.3s ease;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
    display: none;  /* Safari and Chrome */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

/**
 * Navbar
 */

.navbar-dark .navbar-toggler-icon {
    margin-top: 1rem;
    color: #ffffff;
    background-image: none;
    font-size: 22px;
    transition-property: color;
    transition-duration: 0.3s;
}

.navbar-on.navbar-dark .navbar-toggler-icon {
    color: #328dff;
}

.navbar-dark .navbar-toggler {
    border: none;
}

#logo {
    width: 38px;
    height: 38px;
}

.violy {
    width: 70px;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.31px;
    text-align: center;
    color: #ffffff;
    transition-property: color;
    transition-duration: 0.3s;
}

.navbar-on .violy {
    color: #328dff;
}

@media (max-width: 992px) {
    #logo {
        display: none;
    }
    .violy {
        width: auto;
    }
    .navbar-brand {
        margin: 0 auto !important;
    }
    .navbar-nav {
        position: absolute;
        right: 2rem;
    }
    nav .navbar-toggler {
        position: absolute;
        left: 1rem;
    }
}

.navbar {
    transition-property: background-color;
    transition-duration: 0.3s;
    background-color: transparent;
    height: 60px;
}

.navbar.navbar-on {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-nav .active>.nav-link {
    transition-property: color;
    transition-duration: 0.3s;
    color: #ffffff;
}

.navbar-on.navbar-dark .navbar-nav .active>.nav-link {
    color: #328dff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .btn-outline-light {
    border-radius: 16px;
    color: #328dff;
    background: #FFF;
    border-color: #328dff;
}

.navbar .btn-dark {
    transition-property: background-color, border-color;
    transition-duration: 0.3s;
    border-radius: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 0.375rem 1.35rem;
}

.navbar.navbar-on .btn-dark {
    background-color: #328dff;
    border-color: #328dff;
}

.navbar .btn-outline-light:hover {
    color: #FFF;
    border-color: #FFF;
    background-color: #328dff;
}

.navbar .btn-dark:not(:disabled):not(.disabled):active {
    border-color: #FFF;
    background-color: #328dff;
}

.navbar .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 174, 255, 0.5);
}

.show>.btn-outline-light.dropdown-toggle {
    color: #328dff;
}

.navbar .btn-dark:hover, .show>.btn-outline-light.dropdown-toggle:hover {
    color: #328dff;
    border-color: #328dff;
    background-color: #FFF;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #328dff;
}

.sidemenu {
    position: fixed;
    left: -250px;
    width: 300px;
    height: 100%;
    background-color: #FFF;
    z-index: 1080;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.show > .sidemenu {
    left: 0px;
}

#navbarSupportedContent > .sidemenu {
    transition: left 0.15s ease;
}

#navbarSupportedContent.collapsing > .sidemenu {
    transition: left 0.15s ease;
}

.sidemenu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

.sidemenu .navbar-toggler {
    font-size: 30px;
    color: #328dff;
}

.sidemenu .main-menu, .sidemenu .main-menu a {
    list-style-type: none;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.31px;
    color: #328dff;
}

.sidemenu .sub-menu a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    color: #328dff;
}

.common .header {
    background-image: url('/assets/img/header/career.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/**
 * Movie clip
 */

.section.movie-hero {
    position: relative;
    background-image: url('/assets/bg_clip_cover.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
    z-index: 1;
}

.section.movie-hero .covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.section.movie-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 60px;
}

.section.movie-hero h1 {
    font-size: 4rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 12px;
    color: #ffffff;
}

.section.movie-hero p {
    font-size: 1.2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7px;
    color: #ffffff;
}

.section.movie-hero .play {
    margin-top: 3rem;
    width: 82px;
    height: 82px;
    color: #FFF;
    border-radius: 50%;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section.movie-hero .play::before {
    font-size: 1.3rem;
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.section.movie-hero a>.play:hover {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .section.movie-hero {
        height: 30vh;
    }

    .section.movie-hero h1 {
        font-size: 3rem;
    }

    .section.movie-hero p {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .section.movie-hero .play {
        width: 45px;
        height: 45px;
    }

    .section.movie-hero .play::before {
        font-size: 1rem;
    }
}

/**
 * Intro
 */

.intro {
    font-size: 2.2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    color: #333333;
}

/**
 * Features
 */

.features .card {
    border: none;
}

.features .play {
    width: 54px;
    height: 54px;
    color: #FFF;
    border-radius: 50%;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features .play::before {
    font-size: 1rem;
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.features .card-img-overlay>a>.play:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.features .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
}

.features .card-text {
    font-size: 1rem;
    font-weight: lighter;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.17px;
    text-align: center;
}

@media (max-width: 544px) {
    .features .card-title {
        font-size: 1.8rem;
    }
    .features .card-text {
        font-size: 1.2rem;
    }
}

/**
 * Modal
 */

.modal-content {
    border: none;
    border-radius: 18px;
}

.modal-header {
    border-bottom: none;
}

.modal-header::after {
    position: absolute;
    margin-top: -1rem;
    right: 0;
    content: '';
    width: 45px;
    height: 45px;
    background: #e3e3e3;
    border-radius: 0 0 0 45px;
    border-top-right-radius: 18px;
}

.modal-header .close {
    z-index: 10;
    font-size: 24px;
}

.modal-title {
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.24px;
    text-align: center;
    color: #348dff;
}

.modal-body {
    padding: 0 80px;
    padding-bottom: 40px;
}

.modal-body.video {
    padding: 0px;
    padding-bottom: 40px;
}

@media (max-width: 544px) {
    .modal-dialog {
        margin: 0 0;
    }
    .modal-content {
        border-radius: 0px;
    }

    .modal-header .close {
        position: fixed;
        padding: 0 0;
        right: 2rem;
        margin-top: -0.5rem;
    }

    .modal-header::after {
        position: fixed;
        margin-top: -1rem;
        right: 0;
        content: '';
        width: 45px;
        height: 45px;
        background: #e3e3e3;
        border-radius: 0;
    }
}

/**
 * Technology
 */

.section.technology .row {
    background-image: url('/assets/img/feature/pic_technology.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 415px;
    font-size: 1.2rem;
    color: #ffffff;
}

.section.technology a {
    font-size: 1.4rem;
    color: #ffffff;
}

/**
 * What People Say
 */

.review .comments {
    position: relative;
    width: 100%;
    height: 388px;
    margin: auto;
    overflow: scroll;
}

.review .frame {
    position: relative;
}

.review .frame .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.review .frame .cover .scroll-arrow {
    display: none;
}

.review .frame .cover:hover .scroll-arrow {
    display: flex;
}

.review .comments .card:nth-child(3n+0) {
    background-color: #f0f1f6;
}

.review .comments .card:nth-child(3n+1) {
    background: #fcfbf5;
}

.review .comments .card:nth-child(3n+2) {
    background: #f8f6fd;
}

.review .comments .card {
    padding: 30px 20px;
    height: 380px;
    width: 368px;
    border-radius: 15px;
    border: none;
    flex-shrink: 0;
    margin: 0 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 544px) {
    .review .comments {
        border: none;
        overflow: auto;
        border-radius: 0;
    }
    .review .comments .card {
        width: 100%;
        margin-left: 1rem;
        margin-right: 1rem;
        border-radius: 15px;
        border: none;
    }
}
@media (max-width: 1366px) {
    .review .frame .cover {
        display: none;
    }
}

.review .comments .card-head {
    padding: 0;
    border: none;
}

.review .comments .card-comment {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #333333;
}

.review .comments .star {
    font-size: 26px;
    color: #fd820e;
}

.review .comments .card .card-foot {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #999999;
}

.review .comments .card-text {
    margin-top: 24px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #333333;
}

/**
 * App
 */

#download {
    padding: 140px 0;
}

#download .video {
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.app-title h1 {
    font-size: 3.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #000000;
}

.app-caption {
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #666666;
}

#download .content-text .figure img {
    width: 214px;
}

#download .col-lg-6 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    #download {
        padding: 80px 0;
    }
    #download .content-text {
        text-align: center;
    }
}

/**
 * Footer
 */

footer {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #328dff;
    color: #FFF;
}

footer a {
    font-size: 1.1rem;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.19px;
}

footer .auth a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

footer .auth span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

footer h3 {
    font-size: 1.9rem;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.36px;
}

footer span {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.17px;
}

footer p {
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: rgba(255, 255, 255, 0.62);
}

footer .icons img {
    /* width: 30px; */
    height: 30px;
}

@media (max-width: 544px) {
    footer .container {
        font-size: 1.5rem;
        text-align: center;
    }
    footer a, footer span {
        font-size: 1.8rem;
    }
    footer p {
        font-size: 1.2rem;
    }
}

.section.header {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

@media (max-width: 768px) {
    .section.header {
        padding: 40px 0;
        height: 200px;
    }
}

.section.header h1 {
    font-size: 4rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.74px;
    text-align: center;
    color: #ffffff;
}

.section.header h3 {
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #ffffff;
}

/**
 * Career
 */

.career .header {
    background-image: url('/assets/img/header/career.jpg');
}

.section.nav-jobs {
    text-align: center;
    padding: 40px 0;
}

.section.nav-jobs a.btn-primary:hover {
    height: 42px;
    border-radius: 29.5px;
    box-shadow: 0 2px 12px 0 #428dfa;
    background-color: #3193ff;
    border: none;

    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.17px;
    text-align: center;
    color: #ffffff;
}

.section.nav-jobs a.btn-primary {
    height: 42px;
    border-radius: 29.5px;
    background-color: #f4f4f4;
    border: none;

    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.17px;
    text-align: center;
    color: #666666;
}

.join h3 {
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.36px;
    text-align: center;
    color: #333330;
}

.join.section {
    text-align: center;
}

.join .btn-primary {
    width: 365px;
    height: 67px;
    background-color: #3193ff;
}

@media (max-width: 544px) {
    .join .btn-primary {
        width: 265px;
    }
}

.join .btn-primary a {
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.job-desc {
    background-color: #f4f4f4;
    margin-left: -15px;
    margin-right: -15px;
}

.job-desc .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
    color: #333330;
}

.job-desc .job-card {
    background-color: #ffffff;
    position: relative;
}

.job-desc .job-card .card-head {
    /* height: 42px; */
    font-size: 1rem;
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    border-radius: 29.5px;
    background-color: #3193ff;
    top: -2rem;
}

.job-desc .back-top {
    width: 120px;
    border-radius: 15px;
    border: none;
    background-color: #ffffff;
}

.job-desc .back-top a {
    color: #333333;
}

/**
 * About Page
 */

.about .header {
    background-image: url('/assets/img/header/career.jpg');
}

.about .title {
    font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.72px;
    color: #333333;
}

.about .sub-title {
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    color: #666660;
}

.tgif {
    background-image: none;
}

.team-building {
    background-image: none;
}

.about .intro .dec-text {
    position: absolute;
    margin-top: 10%;
    right: -10%;
    font-size: 1.2rem;
    transform: rotate(90deg);
    letter-spacing: 12px;
    color: #666666;
}

.about .act-text {
    margin-bottom: 70px;
}

.about .divider {
    font-weight: 900;
    letter-spacing: 0.17px;
    color: #328dff;
}

.about .section.header {
    margin-bottom: -150px;
}

.about .intro-text {
    text-align: left;
    font-weight: normal;
    font-size: 0.8rem;
    padding: 40px 80px;
    box-shadow: 0 -22px 22px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.about .intro-text .quote {
    color: #3193ff;
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(225, 225, 225, 0.5);
}

.about .intro-text .highlight {
    font-weight: bold;
    line-height: normal;
}

.about .intro-text .highlight span {
    font-size: 20px;
    color: #328dff;
    font-weight: bolder;
}

.about .portrait .name {
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
    color: #666666;
}

.about .portrait .title {
    font-size: 0.8rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: center;
    color: #999999;
}

.about .staff {
    padding-left: 0;
    padding-right: 0;
}

.about .staff .row-title {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.about .map {
    font-size: 1.2rem;
}

.about .map .row-title {
    text-align: center;
}

.about #mymap {
    width: 100%;
    height: 400px;
    margin: 0;
}

.about .portrait .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: 10;
}

.about .portrait .cover:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 10;
    padding: 10px;

    text-align: center;
    color: #e3e3e3;
    font-size: 0.8rem;
}

.about .portrait .img-container {
    position: relative;
}

@media (min-width: 544px) {
    .about {
        background-image: url("/assets/img/about/SINCE_2016.png");
        background-repeat: no-repeat;
        background-position: 100% 8%;
        background-size: auto auto, contain;
    }

    .tgif {
        background-image: url("/assets/img/about/pic_food.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto auto, contain;
    }
    
    .team-building {
        background-image: url("/assets/img/about/pic_teambuilding.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto auto, contain;
    }

    .about .intro .dec-text {
        position: absolute;
        margin-top: 20%;
        right: 0%;
        font-size: 1.2rem;
        transform: rotate(90deg);
        letter-spacing: 12px;
        color: #666666;
    }

    .about .portrait .cover:hover {
        padding: 30px;
        font-size: 1.2rem;
    }

    .about .map {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 150px;
    
        font-size: 0.8rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.24px;
        color: #333330;
    }
    .about .map .row-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .about {
        background-size: 200px auto, contain;
        background-position: 100% 5%;
    }
    .about .section {
        padding-top: 30px;
    }
    .about .intro-text {
        padding: 0px 15px;
        font-size: 1rem;
        box-shadow: none;
        background-color: transparent;
    }
    .about .section.header {
        margin-bottom: 0px;
    }
    .about .title {
        text-align: left;
    }
    .about .sub-title {
        font-size: 2rem;
        text-align: left;
    }
    .about p {
        margin-top: 20px;
        font-size: 1.2rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: 0.14px;
        color: #333330;
    }
    .about .img-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about .act-text {
        margin-bottom: 20px;
    }
    .about .divider {
        display: none;
    }
    .dec-text {
        display: none;
    }
    .about .staff .row-title {
        text-align: left;
    }
    .about .map p {
        margin-top: 0;
    }
}