@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
    font-family: "notosans";
    font-display: block;
    src: url('../../fonts/NotoSansSC-Regular.otf');
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: 'Inter';*/
    font-family:Microsoft YaHei, 黑体, sans-serif,notosans;
    background-color: #04101C;
}

html, body {
    overflow-x: visible !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

p, li {
    /* font-family: 'Inter', 'Yu Gothic', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

a {
    color: #111;
}

a:hover {
    color: #111;
    text-decoration: none;
}

a:focus {
    outline: none;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4 {
    /* font-family: 'Inter', 'Yu Gothic', sans-serif; */
    text-transform: none;
}

h2 {
    font-size: 48px;
    font-weight: 900;
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 900;
}

h4 {
    font-size: 12px;
    font-weight: 600;
}

.navbar {
    padding: 8px 0 7px 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-item img {
    width: auto;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    a.nav-link.dropdown-toggle {
        margin-top: 20px;
    }
}

.navbar-brand img {
    width: 74px;
}

.hidden {
    visibility: hidden;
}

.navbar-toggler {
    position: fixed;
    top: 0;
    right: 0;
    background: #00ABCC;
    border-radius: 0;
    width: 64px;
    height: 64px;
    z-index: 1000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.close-icon {
    background-image: url("../../img/close-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 22px;
    right: 22px;
}

.navbar-toggler.collapsed .close-icon {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .navbar-brand {
        position: relative;
        left: 20px;
        top: 0;
    }

    .navbar-collapse {
        background: #00ABCC;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    .navbar-collapse .btn {
        background-color: #fff;
        color: #00abcc;
        padding: 10px 40px;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .navbar-nav {
        padding: 90px 30px 50px;
    }

    .navbar-collapse .ml-auto {
        padding-top: 0;
    }

    .navbar.scrolled {
        /*background: #00ABCC !important;*/
    }
}

.navbar {
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: background-color 200ms linear;
}

.nav-link {
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0 2px;
    font-size: 18px;
    text-decoration: none;
}

.nav-link:hover {
    color: #ddd;
}

#background-video {
    width: 100vw;
    height: 102vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.hero-unit {
    height: 95vh;
    position: relative;
}

.mv-text {
    width: 590px;
}

.hero-text {
    color: #fff;
    padding-top: 18%;
}

.hero-unit p {
    font-size: 16px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .hero-text {
        padding: 0 20px;
        padding-top: 60%;
    }

    .hero-unit h1 {
        font-size: 46px;
    }

    .hero-unit p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.downward {
    height: 80px;
    position: absolute;
    left: 20px;
    bottom: 80px;
}

#background-video {
    width: 100%;
    height: 102vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 60px;
    }
}

.transparent-box {
    background: rgba(25, 35, 71, 0);
    backdrop-filter: blur(30px) brightness(115%);
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    border-radius: 10px;
    color: #fff;
}

.link-box {
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
    border-radius: 10px;
    color: #fff;
    display: block;
    position: relative;
    height: 150px;
}

.link-box:hover {
    -webkit-backdrop-filter: blur(30px) brightness(148%);
    backdrop-filter: blur(30px) brightness(148%);
    color: #fff;
}

.link-box .number {
    font-size: 100px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 18px;
    opacity: 30%;
}

.link-box p {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.link-box .icon {
    position: absolute;
    top: 42%;
    right: 10px;
    width: 24px;
}

@media (max-width: 767px) {
    .link-box {
        padding: 14px 20px 14px 50px;
        height: 70px;
    }

    .link-box .number {
        font-size: 46px;
        top: 3px;
        left: 15px;
    }

    .link-box p {
        font-size: 15px;
        text-align: left;
        line-height: 1.5em;
    }

    .link-box .icon {
        width: 11px;
        top: 42%;
        right: 0;
    }
}

.floating-box {
    height: 160px;
    padding: 0 40px;
}

@media (max-width: 767px) {
    .floating-box {
        padding: 0 18px;
    }
}

.floating-box p {
    font-size: 20px;
    text-align: left;
    margin: 0;
}

.solid-box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 70px;
    position: relative;
}

.solid-box h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.solid-box span {
    font-size: 167px;
    color: #2756BE;
    opacity: 20%;
    position: absolute;
    top: 0;
    left: 40px;
}

@media (max-width: 767px) {
    .solid-box {
        padding: 40px 35px;
        margin-bottom: 20px;
    }

    .solid-box span {
        font-size: 88px;
        position: absolute;
        top: 0;
        left: 25px;
    }

    .solid-box h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .solid-box .btn-custom {
        font-size: 16px;
        width: 135px;
        padding: 10px 0;
    }
}

.grid-content a {
    color: #2756BE;
}

.grid-content p {
    color: #7489AD;
}

@media (min-width: 768px) {
    .grid-container {
        display: grid;
        align-items: center;
        margin-bottom: 65px;
        position: relative;
        z-index: 100;
    }

    .grid-heading {
        grid-column: 1 / 2;
        grid-row: 1;
        font-size: 32px;
        line-height: 1.7em;
    }

    .grid-content {
        grid-column: 1 / 2;
        grid-row: 2;
        width: 78%;
    }

    .grid-img {
        grid-column: 2;
        grid-row: 1 / 3;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .grid-container {
        margin-bottom: 15px;
    }

    .grid-heading {
        font-size: 18px;
    }

    .grid-heading br {
        display: none;
    }

    .grid-img {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .grid-content p {
        margin-bottom: 20px !important;
    }
}

.modal-content {
    padding: 40px 50px !important;
    border-radius: 10px;
    position: relative;
}

.modal-content .label {
    padding: 3px 20px;
    border-radius: 0 50px 50px 0;
    position: absolute;
    top: 15px;
    left: 0;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 767px) {
    .modal-content {
        padding: 40px 20px !important;
    }

    .modal-content .label {
        padding: 5px 20px;
        font-size: 13px;
    }
}

.label-purple {
    background: linear-gradient(to right, #694580, #4F738D);
}

.label-orange {
    background: linear-gradient(to right, #DE9F68, #DE6183);
}

.modal-body .number {
    font-size: 20px;
    font-weight: bold;
    color: #1A37A2;
    display: block;
    margin-bottom: 15px;
}

.modal-body img {
    border-radius: 10px;
}

.modal-body h3 {
    color: #324057;
    margin-bottom: 15px;
}

.modal-body p {
    color: #7489AD;
    font-size: 16px;
}

.modal-body .btn-custom {
    padding: 20px 0;
    width: 200px;
    font-size: 16px;
}

.vertical-box {
    padding: 30px 15px;
}

.vertical-box span {
    font-size: 31px;
    font-weight: 600;
}

.vertical-box h3 {
    font-size: 24px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .vertical-box {
        padding: 20px 30px;
        margin-bottom: 10px !important;
    }

    .vertical-box span {
        font-size: 22px;
    }

    .vertical-box h3 {
        font-size: 18px;
        margin: 10px 0;
    }
}

.two-col-box {
    padding: 55px 55px 20px 55px;
}

.two-col-box p {
    color: #fff;
}

.two-col-box .icon {
    width: 20px;
    height: 20px;
}

.two-col-box a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .two-col-box {
        padding: 30px;
    }

    .two-col-box img {
        margin-bottom: 10px;
    }
}

.hr {
    border-color: #fff;
}

.tile-img {
    margin-left: -5px;
    margin-right: -5px;
}

.tile-img > div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.tile-img img {
    border-radius: 10px;
}

.gutter-b {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .tile-img {
        margin-left: -3px;
        margin-right: -3px;
    }

    .tile-img > div[class^="col"] {
        padding-left: 3px;
        padding-right: 3px;
    }

    .gutter-b {
        margin-bottom: 4px;
    }
}

.inquiry-box {
    padding: 70px 35px;
}

.inquiry-box h2 {
    font-size: 40px;
}

@media (max-width: 767px) {
    .inquiry-box {
        padding: 40px 30px;
    }

    .inquiry-box h2 {
        font-size: 22px;
    }
}

.text-white {
    color: #fff;
}

.narrow-gutter {
    margin-left: -7px;
    margin-right: -7px;
}

.narrow-gutter > div[class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .narrow-gutter {
        margin-left: -5px;
        margin-right: -5px;
    }

    .narrow-gutter > div[class^="col"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}

.wide-gutter {
    margin-left: -25px;
    margin-right: -25px;
}

.wide-gutter > div[class^="col"] {
    padding-left: 25px;
    padding-right: 25px;
}

.wider-gutter {
    margin-left: -40px;
    margin-right: -40px;
}

.wider-gutter > div[class^="col"] {
    padding-left: 40px;
    padding-right: 40px;
}

.wider-gutter > .col-md-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btn-custom {
    border-radius: 50px;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0;
    width: 400px;
    outline: none;
    /* text-transform: uppercase; */
}

@media (max-width: 767px) {
    .btn-custom {
        width: 295px;
    }
}

.btn-orange {
    background: linear-gradient(to right, #DE9F68, #DE6183);
}

.btn-purple {
    background: linear-gradient(to right, #694580, #4F738D);
}

.btn-blue-orange {
    background: linear-gradient(to right, #1635A2, #EC8672);
}

.btn-custom:active, .btn-custom:focus {
    color: #fff;
}

.btn-custom:hover {
    opacity: 0.8;
    color: #fff;
}

.btn-sticky {
    background: linear-gradient(to right, #1435A3, #ED8772);
    position: fixed;
    bottom: 60px;
    right: 0;
    border-radius: 50px 0 0 50px;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 17px 42px;
    z-index: 100;
}

.btn-sticky:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 767px) {
    .btn-sticky {
        font-size: 12px;
        padding: 12px 10px 12px 20px;
        text-align: right;
    }
}

.icon {
    width: 25px;
    vertical-align: baseline;
    margin-right: 10px;
}

.icon-sm {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.btn {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.btn-blue {
    background-color: #00abcc;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 40px;
    outline: none;
    /* text-transform: uppercase; */
}

.btn-blue:active, .btn-blue:focus {
    background-color: #00abcc;
    color: #fff;
}

.btn-blue:hover {
    opacity: 0.8;
    color: #fff;
}

header .btn-blue {
    padding: 10px 25px;
}

footer {
    background: #2b2c2c;
    color: #fff;
}

.footer-top {
    padding: 30px 15px 40px 15px;
    border-bottom: 1px solid #444;
}

.footer-bottom {
    padding: 20px 15px;
}

@media (min-width: 1200px) {
    .footer-top {
        padding: 60px 0 80px 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }
}

.footer-logo {
    width: 172px;
}

footer h2 {
    font-size: 24px;
}

footer h3 {
    font-size: 16px;
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer address {
    font-size: 16px;
    line-height: 2em;
    color: #fff;
}

footer address a {
    color: #fff;
}

footer address a:hover {
    color: #fff;
}

footer ul.quicklinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul.quicklinks li a {
    font-size: 14px;
    line-height: 2.2em;
    color: #bbb;
}

footer ul.quicklinks li a:hover {
    color: #999;
}

.copyright {
    /* font-family: 'Yu Gothic', sans-serif; */
    font-size: 12px;
    color: #bbb;
}

ul.hori-links {
    padding: 0;
    margin: 0;
}

ul.hori-links li {
    display: inline;
}

ul.hori-links li a {
    font-size: 12px;
    color: #bbb;
}

ul.hori-links li:first-child a {
    margin-right: 25px;
}

ul.hori-links li a:hover {
    color: #999;
}

.text-small {
    font-size: 12px;
    color: #ddd;
}

/* Back to top button */

#to-top-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* background: rgba(255,255,255,0.3); */
    position: fixed;
    bottom: 0;
    right: 0;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#to-top-button img {
    width: 40px;
}

#to-top-button:hover {
    cursor: pointer;
}

#to-top-button.show {
    opacity: 1;
    visibility: visible;
}

.flip, .flip2 {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .flip, .flip2 {
        padding: 0;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
}

.flip-card {
    background-color: transparent;
    width: 30vw;
    height: 160px;
    border-radius: 10px;
    margin: 10px;
}

.flip-card-front-btn {
    display: none;
}

@media (max-width: 767px) {
    .flip-card {
        height: 250px;
    }

    .flip-card-front-btn {
        display: inline-block;
        padding: 16px 48px;
        border-radius: 30px;
        text-align: center !important;
        margin-top: 20px !important;
        background: linear-gradient(to right, #1435A3, #ED8772);
    }

    .flip-card-back-btn {
        display: inline-block;
        padding: 8px 8px;
        border-radius: 50%;
        text-align: center !important;
        margin-top: 24px !important;
        background: #2A3642;
    }

    .flip-card-back-btn img {
        width: 16px;
        height: 16px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: transform 0.6s;
}

.flip-card-inner p {
    line-height: 25px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .flip-card-inner p {
        font-size: 16px;
        text-align: center;
    }
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

@media (max-width: 767px) {
    .flip-card:hover .flip-card-inner {
        transform: none;
        -webkit-transform: none;
    }
}

.flip-card-front, .flip-card-back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #2A3642;
    color: #fff;
    font-weight: bold;
}

.flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    font-weight: bold;
}

.flip-card-back-tit {
    text-align: center !important;
    color: #1435A3;
    font-size: 20px;
}

.modal-backdrop {
    width: 100%;
    height: 102vh;
}

.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

@media (max-width: 767px) {
    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }
}

.modalclose {
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    fill: #fff;
    z-index: 30;
    position: absolute;
    cursor: pointer;
}

.modal-content {
    position: relative;
}

.modal-content p {
    height: 100px;
}

.cv a {
    color: #fff;
}

.cv a:hover {
    text-decoration: underline;
}

.cv .btn:hover {
    text-decoration: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}