body {
    margin: 0;
	font-family: 'Noto Sans HK', sans-serif;
	letter-spacing: 2px;
}

.header-brand-logo {
    float: left;
}

.dropdown-item {
    margin: 0;
    padding: 8px 12px !important;
    font-size: 12px;
    border-radius: 0;
    background: #fff;
    color: #1b1b1b;
    border: 1 px solid #e9ecef;
}

.dropdown-menu {
    padding: 12px;
    border-radius: 0;
    left: auto;
    border: 1px solid #e9ecef;
    border-bottom: 2px solid #31E7B3;
    min-width: 250px;
    color: rgba(27, 27, 27, .8);
    background: #fff;
    position: absolute;
    z-index: 1000;
}

.dropdown-toggle:active {
    border-top-color: #55A79A !important;
}

.nav-button {
    background: #0EE3A6;
    padding: 10px 24px;
    color: white;
    border-radius: 20px;
    margin-top: -10px;
}

.hightlighted-banner {
    max-height: 430px;
    overflow: hidden;
    display: flex;
}

.title-black {
    color: #3B3B3B;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 5px;
}

.title-green {
    color: #31E7B3;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 5px;
}

.title-color {
    font-weight: 600;
    color: #3B3B3B;
    font-size: 25px;
    font-weight: 600;
}

.subtitle-orange {
    color: #FEAC29;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
}

.subtitle-green {
    color: #31E7B3;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
}

html {
    scroll-behavior: smooth;
}

#highlighted {
    background-color: #E6E6E6;
    border-bottom: 1px solid rgba(27, 27, 27, .2);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #1b1b1b
}

.sub-menu-title {
    letter-spacing: 2px;
    color: #1b1b1b;
    margin: 0px 10px;
}

.sub-menu-title {
    letter-spacing: 3px;
    color: #1b1b1b;
}

.nav-item {
    color: #31E7B3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #31E7B3;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #A5A4A6;
    font-size: 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    padding: 10px !important;
    box-shadow: 0px 0px 10px #c1c0c0b8;
    position: absolute;
    z-index: 100;
    top: 300px;
}

.columnContainer {
    display: table;
    width: 100%;
}

.columnContainer>section {
    width: 20%;
    display: table-cell;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s ease-in-out;
}

.columnContainer:hover>section:hover {
    width: 40%;
}

.columnContainer:hover>section {
    width: 15%;
}

.columnContainer>section:nth-of-type(1) {
    background-image: url(../catagory-2.html);
    background-color: rgb(71, 71, 71);
    background-position-x: center;
}

.columnContainer>section:nth-of-type(2) {
    background-image: url(../catagory-3.html);
    background-color: rgb(40, 40, 40);
    background-position-x: center;
}

.columnContainer>section:nth-of-type(3) {
    background-image: url(../catagory-1.html);
    background-color: rgba(71, 71, 71);
    background-position-x: center;
}

.columnContainer>section:nth-of-type(4) {
    background-image: url(../catagory-4.html);
    background-color: rgba(40, 40, 40);
    background-position-x: center;
}

.catagory-topic {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin: 20px;
    z-index: 2;
}

.catagory-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 285px 0px;
    position: relative;
    overflow: hidden;
}

.catagory-card video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

#VideoOne {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: -440px;
}

#VideoTwo {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: -430px;
}

#VideoThree {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: -400px;
}

#VideoFour {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: -351px;
}

#animatedOne {
    animation-timing-function: linear;
}

.animated-one {
    position: relative;
    animation: mymove 10s infinite;
    display: flex;
    display: flex;
    justify-content: flex-end;
    /* transform: rotate(15deg); */
}

@keyframes mymove {
    from {
        bottom: 0px;
    }
    to {
        bottom: 410px;
    }
}

.animated-mobile {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.animated-mobile img {
    margin: 5px;
    height: 400px;
}

#animatedTwo {
    animation-timing-function: linear;
}

.animated-two {
    position: relative;
    animation: logomove 10s infinite;
    display: flex;
    /* transform: rotate(15deg); */
}

@keyframes logomove {
    from {
        right: 0px;
    }
    to {
        right: 500px;
    }
}

.animated-logo {
    display: flex;
    align-items: baseline;
}

.animated-logo img {
    margin: 10px 30px;
    height: 50px;
}

.notification-btn {
    border: 1px solid #31E7B3;
    background: #31E7B3;
    border-radius: 100px;
    padding: 0px 16px;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: bold;
}

.green-bar {
    height: 100px;
    background-color: #31E7B3;
    width: 100%;
    z-index: 3;
    position: absolute;
    bottom: 0px;
}

.black-bar {
    display: flex;
    height: 35px;
    background-color: #242424;
    width: 100%;
    z-index: 3;
    text-align: center;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.small-slider img {
    display: flex;
    position: absolute;
    z-index: 10;
    bottom: 22px;
    margin: 0px 570px;
    width: 40%;
}

.banner {
    display: flex;
    height: 900px;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.banner-left {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 auto 60px;
    align-items: center;
}

.banner-right {
    transform: rotateZ(15deg);
}

.promotion-button {
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    color: white;
    font-size: 16px;
    margin: 15px 0px;
}

.banner-left-topic {
    color: #1F2020;
    font-size: 50px;
    font-weight: bold;
    margin: 20px 0px;
    letter-spacing: 6px;
    line-height: 50px;
}

.section-topic {
    color: #1F2020;
    font-size: 40px;
    font-weight: bold;
    margin: 70px 0px;
    text-align: center;
    letter-spacing: 2px;
}

.section-topic div {
    margin: 20px auto;
}

.step-topic {
    color: #1F2020;
    font-size: 36px;
    font-weight: bold;
    margin: 45px 0px 30px;
    text-align: center;
    letter-spacing: 2px;
}

.step-description {
    color: #1F2020;
    font-size: 18px;
    margin: 45px 0px 30px;
    text-align: center;
    letter-spacing: 2px;
}

.four-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.four-step>div {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
}

.easy-plan {
    display: flex;
    color: white;
    height: 350px;
    overflow: hidden;
    justify-content: space-between;
    margin: 45px 0px;
}

.easy-plan-left {
    position: relative;
}

.easy-plan-left img {
    position: absolute;
}

.easy-plan-right {
    position: relative;
}

.easy-plan-right img {
    position: absolute;
}

.easy-plan-topic {
    color: #1F2020;
    font-size: 50px;
    font-weight: bold;
    margin: 45px 0px 30px;
    text-align: center;
    letter-spacing: 2px;
}

.easy-plan-topic div {
    margin: 20px auto;
}

.easy-plan-description {
    color: #adadad;
    font-size: 20px;
    margin: 40px auto;
    line-height: 35px;
}

.easy-plan-right {
    bottom: 0;
}

.easy-plan-right img {
    right: -73px;
    height: 355px;
}

button:focus,
.btn:focus {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #009CDC;
    background: #009CDC;
}


/* Button */

.btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 36px;
    border-radius: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 99;
}

.btn-lg {
    padding: 16px 45px;
}

.btn-primary {
    border: 1px solid #009CDC;
    background: #009CDC;
    border-radius: 100px;
    padding: 10px 57px;
}

.btn-primary:hover {
    background: #FFB72F;
    border-color: #FFB72F;
}

.btn-secondary {
    background-color: #1B374D;
    border-color: #1B374D;
    border-radius: 100px;
    padding: 10px 57px;
}

.btn-secondary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d;
}

.btn-dark {
    background: #2E2C2D;
    border-color: #2E2C2D;
}

.btn-dark:hover {
    background: #FFB72F;
    border-color: #FFB72F;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary {
    border: 1px solid #023569;
    background: #023569;
    border-radius: 100px;
    padding: 10px 57px;
    font-size: 12px !important;
}

.btn-secondary:hover {
    border: 1px solid #FFB72F;
    background: #FFB72F;
}

.btn-talk {
    border: 1px solid #009CDC;
    background: none;
    border-radius: 100px;
    padding: 10px 57px;
    color: #009CDC;
}

.btn-talk:hover {
    border: 1px solid #FFB72F;
    background: #FFB72F;
    color: #FFFFFF;
}

.btn-website {
    border: 1px solid #444444;
    background: #444444;
    border-radius: 100px;
    padding: 10px 57px;
}

.btn-website:hover {
    border: 1px solid #FFB72F;
    background: #FFB72F;
    color: #FFFFFF;
}

.portfolio-btn .btn-website {
    width: 50%;
    padding: 8px;
    font-size: 12px !important;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #009CDC;
    border-color: #009CDC;
}


/*@media (max-width: 767px) {
        .main-banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 550px;
            width: 100%;
            overflow: hidden;
            position: relative;
            flex-wrap: wrap;
        }
        .head-left-img img {
            width: 600px;
            position: absolute;
            left: -220px;
            top: -350px;
        }
        .head-right-img img {
            width: 600px;
            position: absolute;
            right: -200px;
            bottom: -360px;
        }
        .title-black {
            color: #3B3B3B;
            font-size: 50px;
            font-weight: 600;
            letter-spacing: 5px;
        }
        .title-green {
            color: #31E7B3;
            font-size: 50px;
            font-weight: 600;
            letter-spacing: 5px;
        }
        .title-color {
            font-weight: 600;
            color: #3B3B3B;
            font-size: 15px;
            font-weight: 600;
        }
        .subtitle-orange {
            color: #FEAC29;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 3px;
        }
        .subtitle-green {
            color: #31E7B3;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 3px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 500px;
            width: 100%;
            overflow: hidden;
            position: relative;
            flex-wrap: wrap;
        }
        .head-left-img img {
            width: 600px;
            position: absolute;
            left: -340px;
            top: -235px;
        }
        .head-right-img img {
            width: 600px;
            position: absolute;
            right: -340px;
            bottom: -235px;
        }
    }
    
    @media (min-width: 992px) {
        .main-banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 500px;
            width: 100%;
            overflow: hidden;
            position: relative;
            flex-wrap: wrap;
        }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .head-left-img img {
            width: 600px;
            position: absolute;
            left: -274px;
            top: -235px;
        }
        .head-right-img img {
            width: 600px;
            position: absolute;
            right: -249px;
            bottom: -235px;
        }
    }
    
    @media (min-width: 1200px) {
        .head-left-img img {
            width: 750px;
            position: absolute;
            left: -284px;
            top: -277px;
        }
        .head-right-img img {
            width: 750px;
            position: absolute;
            right: -260px;
            bottom: -290px;
        }
    }
    */