@font-face {
    font-family: QuicksandRegular;
    src: url('../fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: QuicksandBookOblique;
    src: url('../fonts/Quicksand_Book_Oblique.otf');
}

@font-face {
    font-family: Bebas;
    src: url('../fonts/Bebas-Regular.ttf');
}

@font-face {
    font-family: Helvetica;
    src: url('../fonts/Helvetica-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Helvetica;
    src: url('../fonts/Helvetica-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: MyriadPro;
    src: url('../fonts/Myriad Pro Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url('../fonts/Myriad Pro Semibold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url('../fonts/Myriad Pro Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: MyriadPro;
    src: url('../fonts/Myriad Pro Bold Italic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Bauhaus;
    src: url('../fonts/BauhausRegular.ttf');
}

@font-face {
    font-family: CenturyGothic;
    src: url('../fonts/CenturyGothic.ttc');
}

@font-face {
    font-family: Antipasto;
    src: url('../fonts/Antipasto-RegularTrial.ttf');
}

body {
    font-family: Bauhaus;
    font-size: 1rem;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #FFFFFF;
}

.color-grey {
    color: #808080;
}

.color-cyan {
    color: #71C8B7;
}

.page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-title {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
}

.menu-border {
    border-right: 1px solid #71C8B7;
}

#banner .scroll-down {
    position: absolute;
    bottom: 90px;
    z-index: 1;
    left: 50%;   
}

.down-arrow:hover {
    opacity: .5;
}

.down-arrow span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.down-arrow span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.down-arrow span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.down-arrow span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.animate__delay-500ms {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#toTop {
    background-color: #808080;
    color: #fff;
}

.a-navlink, .a-navlink:hover {
    color: #fff !important;
    cursor: pointer;
}

.bg-navbar {
    background-color: #000000;
}

.navbar-white .navbar-nav .nav-link {
    color: white;
}

.menu-text {
    font-family: Bauhaus;
    font-size: 17px;
    color: #000000;
    padding-right: 10px;
}

.navbar-toggler {
    border: none;
    padding: .25rem;
    color: #FFF;
    outline: none !important;
    font-size: 30px;
}

.img-logo {
    height: 60px;
    padding: 5px 0;
}

.nav-btn {
    cursor: pointer;
}

.img-menu-btn {
    max-width: 54px;
    padding: 5px;
}

.a-locale,
.a-locale:hover {
    color: #FFFFFF;
}

.language-box span:first-child {
    border-right: 1px solid #FFFFFF;
}

@media (max-width: 767px) {
    .img-logo {
        height: 40px;
    }
}
/*
Copyright 2019 iTE Limited. All rights reserved.

Author: Jack HUI
*/
/* 
   Created on : 2019年7月15日, 下午04:21:07
   Author     : Jack HUI
*/
#toTop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.page-career {
background:#404041;
}

.page-career * {
color:white;
}

.color-green {
    color:#a7c139 ;
}

.hr-white {
      border: 1px solid white;
}