
/* Drivega HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset css
3. Global css
4. Header Section
5. Banner Section
6. About Section
7. Info section
8. Funfacts Section
9. Working Process
10. CTA Section
11. Testimonials Section
12. Brand Logo Section
13. Blog Section
14. Course Section
15. Projects Section
16. Course Package Section
17. CTA Section
18. Two Column Section
19. Team Section 
20. Pricing Section
21. Mission Section
22. History Section
23. Contact Form Section
24. Blog Page



/*** 

====================================================================
        Fonts
====================================================================

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('stroke-gap.css');
@import url('pe-icon-7-stroke.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('polyglot-language-switcher.css');



/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/



body {
    font-size: 18px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #000; /*font-family: 'Barlow', sans-serif;*/
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a {
        color: #276fe9;
    }

        a:hover,
        a:focus,
        a:visited {
            text-decoration: none !important;
            outline: none;
        }

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #222;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

figure {
    margin-bottom: 0;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
}

.cjkList {
    padding-left: 2em;
}

    .cjkList > li {
        list-style-type: cjk-ideographic;
    }

.list-decimal {
    padding-left: 1em;
    font-family: Arial;
}

    .list-decimal > li {
        list-style-type: decimal;
    }

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}

/*.dropdown-toggle::after { display: none; }*/


.auto-container {
    position: static; /*max-width: 1270px;*/
    max-width: 1500px;
    padding: 0px 15px;
    margin: 0 auto;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

.fa {
    line-height: inherit;
}


.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 7000px) {
    .page-wrapper {
        overflow: hidden;
    }
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.preloader-close {
    background-color: #276fe9;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

    .loader-wrap .layer-one {
        position: absolute;
        left: 0%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }

    .loader-wrap .layer-two {
        position: absolute;
        left: 33.3333%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }

    .loader-wrap .layer-three {
        position: absolute;
        left: 66.6666%;
        top: 0;
        width: 33.3333%;
        height: 100%;
        overflow: hidden;
    }

    .loader-wrap .layer .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0a273d;
    }

.owl-nav,
.owl-dots {
    display: none;
}

@media only screen and (max-width: 767px) {
    /*br { display: none; }*/
    .owl-theme .owl-nav {
        display: none !important;
    }
}


.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/*  Scroll To Top style */

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 60px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top {
    color: #276fe9;
    border: 2px dashed #276fe9;
}

    .scroll-to-top.style-two {
        background-color: #2d3247;
    }

    .scroll-to-top:hover {
        color: #ffffff;
        background-color: #276fe9;
    }

@media (max-width: 414px) {
    .scroll-to-top {
        right: 25px;
    }
}


/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 16px 30px;
    padding-right: 55px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

.btn-style-one {
    background-color: #276fe9;
}

    .btn-style-one:hover {
        color: #fff;
    }

    .btn-style-one:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        content: "";
        background-color: #000;
        transition: .5s;
        opacity: .1;
        border-top-right-radius: 33px;
        border-bottom-right-radius: 33px;
    }

    .btn-style-one:hover:before {
        width: 100%;
        border-radius: 0;
    }

    .btn-style-one:after {
        font-family: Flaticon;
        content: "\f115";
        position: absolute;
        right: 26px;
        top: 16px;
        line-height: 25px;
        font-size: 17px;
        color: #fff;
        transform: rotate(180deg);
        font-weight: 400;
    }

    .btn-style-one span {
        position: relative;
    }

    /* Style Two */

    .btn-style-one.style-two {
        background-color: transparent;
        border: 2px solid #fff;
        padding: 14px 30px;
        padding-right: 55px;
    }

        .btn-style-one.style-two:hover {
            border-color: #276fe9;
        }

        .btn-style-one.style-two:before {
            background: #276fe9;
        }

        .btn-style-one.style-two:after {
            top: 14px;
        }

        .btn-style-one.style-two i {
            color: #276fe9;
        }

    /* Style Three */

    .btn-style-one.style-three {
        background-color: transparent;
        border: 2px solid #ddd;
        color: #222222;
        padding: 14px 30px;
        padding-right: 55px;
    }

        .btn-style-one.style-three:hover {
            color: #276fe9;
        }

        .btn-style-one.style-three:before {
            background-color: #ebf6fd;
            opacity: 1;
        }

        .btn-style-one.style-three:after {
            top: 14px;
            color: #276fe9;
        }

    /* Style Four */

    .btn-style-one.style-four {
        background-color: transparent;
        border: 2px solid #276fe9;
        color: #276fe9;
    }

        .btn-style-one.style-four:before {
            background: #276fe9;
        }

        .btn-style-one.style-four:after {
            color: #276fe9;
        }

    /* Style Five */

    .btn-style-one.style-five {
        background-color: #fff;
        border: 2px solid #222;
        color: #222222;
        padding: 16px 45px;
        padding-right: 70px;
    }

        .btn-style-one.style-five:before {
            background-color: #276fe9;
            color: #276fe9;
        }

        .btn-style-one.style-five:after {
            color: #276fe9;
            right: 40px;
            top: 16px;
        }

        .btn-style-one.style-five:hover {
            border-color: #276fe9;
            color: #fff;
        }

            .btn-style-one.style-five:hover:before {
                opacity: 1;
            }

            .btn-style-one.style-five:hover:after {
                color: #fff;
            }


/* Btn Back*/

.btn-back {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 30px 14px 55px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

    .btn-back:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        content: "";
        transition: .5s;
        opacity: .1;
        border-top-left-radius: 33px;
        border-bottom-left-radius: 33px;
    }

    .btn-back:hover:before {
        width: 100%;
        border-radius: 0;
        opacity: 1;
    }

    .btn-back span {
        position: relative;
    }

    .btn-back:after {
        position: absolute;
        left: 26px;
        top: 14px;
        content: "\f115";
        line-height: 25px;
        font-family: Flaticon;
        font-size: 17px;
        font-weight: 400;
    }

    /* Btn Back Color One*/

    .btn-back.style-one {
        color: #222;
        background-color: transparent;
        border: 2px solid #ddd;
    }

        .btn-back.style-one:hover {
            color: #276fe9;
        }

        .btn-back.style-one:before {
            background-color: #ebf6fd;
        }

        .btn-back.style-one:after {
            color: #276fe9;
        }

    /* Btn Back Color Two*/

    .btn-back.style-two {
        color: #fff;
        background-color: #276fe9;
    }

        .btn-back.style-two:before {
            background-color: #000;
            transition: .5s;
            opacity: .1;
        }

        .btn-back.style-two:after {
            color: #fff;
        }


/* Btn Search*/

.btn-search {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #276fe9;
    padding: 6px 30px 6px 50px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

    .btn-search:hover {
        color: #fff;
    }

    .btn-search:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        content: "";
        background-color: #000;
        transition: .5s;
        opacity: .1;
        border-top-right-radius: 33px;
        border-bottom-right-radius: 33px;
    }

    .btn-search:hover:before {
        width: 100%;
        border-radius: 0;
    }

    .btn-search span {
        position: relative;
    }

    .btn-search:after {
        font-family: Flaticon;
        content: "\f11b";
        position: absolute;
        left: 20px;
        top: 6px;
        line-height: 25px;
        color: #fff;
    }


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 16px 30px;
    padding-right: 55px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

.btn-style-two {
    background-color: #b91c23;
}

    .btn-style-two:hover {
        color: #fff;
    }

    .btn-style-two:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        content: "";
        background-color: #000;
        transition: .5s;
        opacity: .1;
        border-top-right-radius: 33px;
        border-bottom-right-radius: 33px;
    }

    .btn-style-two:hover:before {
        width: 100%;
        border-radius: 0;
    }

    .btn-style-two:after {
        font-family: Flaticon;
        content: "\f115";
        position: absolute;
        right: 26px;
        top: 16px;
        line-height: 25px;
        font-size: 17px;
        color: #fff;
        transform: rotate(180deg);
        font-weight: 400;
    }

    .btn-style-two span {
        position: relative;
    }

    /* Style Five */

    .btn-style-two.style-five {
        background-color: #fff;
        border: 2px solid #222;
        color: #222222;
        padding: 16px 45px;
        padding-right: 70px;
    }

        .btn-style-two.style-five:before {
            background-color: #b91c23;
            color: #b91c23;
        }

        .btn-style-two.style-five:after {
            color: #b91c23;
            right: 40px;
            top: 16px;
        }

        .btn-style-two.style-five:hover {
            border-color: #b91c23;
            color: #fff;
        }

            .btn-style-two.style-five:hover:before {
                opacity: 1;
            }

            .btn-style-two.style-five:hover:after {
                color: #fff;
            }


/* image shadow */

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}


/*** 

====================================================================
    Header
====================================================================

***/

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: #fff;
    clear: both;
}

    .main-header.header-style-one {
        position: relative;
    }

        .main-header.header-style-one .auto-container {
            max-width: 1520px;
        }


/* Header Top */

.header-top {
    position: relative;
    background-color: #181614;
    padding: 16.5px 0;
}

    .header-top .inner-container {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .header-top .left-column {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-top ul.contact-info {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .header-top ul.contact-info li {
            margin-right: 22px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            position: relative;
            padding-right: 20px;
        }

            .header-top ul.contact-info li:before {
                position: absolute;
                content: '';
                top: 5px;
                right: 0;
                width: 1px;
                height: 20px;
                background-color: rgba(255, 255, 255, 0.2);
            }

            .header-top ul.contact-info li:last-child:before {
                display: none;
            }

        .header-top ul.contact-info a {
            color: #fff;
        }

        .header-top ul.contact-info li i {
            margin-right: 7px;
            font-size: 20px;
            vertical-align: middle;
            position: relative;
            top: -2px;
        }

        .header-top ul.contact-info li i {
            color: #276fe9;
        }

    .header-top .social-icon {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 25px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

        .header-top .social-icon li {
            margin-right: 20px;
            font-size: 14px;
            line-height: 20px;
        }

            .header-top .social-icon li a {
                color: #fff;
                transition: .5s;
            }

                .header-top .social-icon li a:hover {
                    color: #276fe9;
                }

@media only screen and (max-width: 1199px) {
    .header-top .right-column {
        display: none;
    }

    .header-top .left-column {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-top ul.contact-info {
        justify-content: center;
        text-align: center;
    }

        .header-top ul.contact-info li {
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .header-top ul.contact-info li:before {
                display: none;
            }

    .header-style-one .header-top ul.contact-info li:last-child {
        display: none;
    }
}

/* Header Upper */

.main-header .header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80px;
}

@media only screen and (max-width: 1139px) {
    .main-header .header-upper .navbar-right {
        display: none;
    }
}

.main-header .header-upper {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

    .main-header .header-upper .inner-container {
        position: relative;
        min-height: 80px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.main-header .logo-box .logo img {
    max-width: 250px;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

    .main-header .header-upper .logo-box .logo {
        position: relative;
        display: block;
        padding: 23px 0px;
    }

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}

.main-header .header-upper .search-toggler {
    color: #000;
    background: transparent;
    font-size: 22px;
    margin: 0 auto;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

    .main-header .header-upper .contact-info .icon {
        position: relative;
        font-size: 24px;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        background: #ebf6fd;
        border-radius: 50%;
        margin-right: 15px;
        color: #276fe9;
        transition: .5s;
    }

    .main-header .header-upper .contact-info:hover .icon {
        color: #fff;
    }

    .main-header .header-upper .contact-info .icon:before {
        background: #1551b6;
    }

    .main-header .header-upper .contact-info .icon:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .main-header .header-upper .contact-info:hover .icon:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .main-header .header-upper .contact-info .icon span {
        position: relative;
    }

    .main-header .header-upper .contact-info h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .main-header .header-upper .contact-info h4 {
        font-size: 26px;
        font-weight: 700;
    }

        .main-header .header-upper .contact-info h4 a {
            color: #222;
        }

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

/* Main Menu */

.main-header .nav-outer .main-menu {
    position: relative;
}

@media only screen and (max-width: 1139px) {
    .main-header .nav-outer .main-menu {
        display: none !important;
    }
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px; /*margin-right: 50px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .main-menu .navigation > li {
        position: relative; /*padding: 38.5px 0; margin-right: 35px;*/
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-menu .navigation > li.current:before {
            opacity: 1;
        }

        .main-menu .navigation > li.current > a {
            color: #276fe9;
        }

            .main-menu .navigation > li.current > a:before {
                opacity: 1;
            }

        .main-menu .navigation > li:last-child {
            margin-right: 0px;
        }

        .main-menu .navigation > li > a {
            position: relative;
            display: block;
            text-align: center;
            padding: 35px 10px;
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            text-transform: capitalize;
            color: #222;
            opacity: 1;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li > a:hover {
                background: #ebf6fd;
                color: #276fe9;
                font-weight: bold;
            }

        .main-menu .navigation > li > ul {
            position: absolute;
            left: 0px;
            top: 100%;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            min-width: 170px;
            z-index: 100;
            display: none;
            opacity: 0;
            visibility: hidden;
            background-color: #fff;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px);
            transition: .5s;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
                padding: 0 20px;
            }

                .main-menu .navigation > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li:before {
                    position: absolute;
                    content: '';
                    right: 0px;
                    top: 0px;
                    width: 0%;
                    height: 100%;
                    display: block;
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                }

                .main-menu .navigation > li > ul > li:hover {
                    background: #ebf6fd;
                }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 14px 0px;
                    border-bottom: 1px solid #e9e5df;
                    line-height: 30px;
                    font-weight: 600;
                    font-size: 18px;
                    text-transform: capitalize;
                    color: #2a2a2a;
                    text-align: left;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .main-menu .navigation > li > ul > li > a:hover {
                        color: #276fe9;
                    }

                .main-menu .navigation > li > ul > li:last-child > a {
                    border-bottom: 0px;
                }

                .main-menu .navigation > li > ul > li.dropdown > a:after {
                    position: absolute;
                    content: "\f105";
                    right: 0;
                    top: 18px;
                    display: block;
                    line-height: 24px;
                    font-size: 17px;
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: 400;
                }

                .main-menu .navigation > li > ul > li > ul {
                    position: absolute;
                    left: 100%;
                    top: 0;
                    width: -webkit-max-content;
                    width: -moz-max-content;
                    width: max-content; /*min-width: 180px;*/
                    z-index: 100;
                    display: none;
                    background-color: #fff;
                    transition: .5s;
                    -webkit-transform: translateY(30px);
                    -ms-transform: translateY(30px);
                    transform: translateY(30px);
                    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
                }

                    .main-menu .navigation > li > ul > li > ul.from-right {
                        left: auto;
                        right: 0px;
                    }

                    .main-menu .navigation > li > ul > li > ul > li {
                        position: relative;
                        width: 100%;
                        padding: 0 20px;
                    }

                        .main-menu .navigation > li > ul > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:before {
                            position: absolute;
                            content: '';
                            left: 0px;
                            top: 0px;
                            width: 0%;
                            height: 100%;
                            display: block;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                        .main-menu .navigation > li > ul > li > ul > li:hover {
                            background: #ebf6fd;
                        }

                        .main-menu .navigation > li > ul > li > ul > li > a {
                            position: relative;
                            display: block;
                            padding: 14px 0;
                            line-height: 30px;
                            font-weight: 600;
                            border-bottom: 1px solid #e9e5df;
                            font-size: 18px;
                            text-transform: capitalize;
                            color: #2a2a2a;
                            text-align: left;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                            .main-menu .navigation > li > ul > li > ul > li > a:hover {
                                color: #276fe9;
                            }

                        .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                            border-bottom: 0;
                        }

                        .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                            font-family: 'Font Awesome 5 Pro';
                            content: "\f105";
                            position: absolute;
                            right: 30px;
                            top: 12px;
                            display: block;
                            line-height: 24px;
                            font-size: 16px;
                            font-weight: 400;
                            z-index: 5;
                        }

        .main-menu .navigation > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

    .main-menu .navigation li > ul > li.dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .main-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 8px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}


/* Sticky Header */

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

@media only screen and (max-width: 1139px) {
    .sticky-header {
        display: none !important;
    }
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}


/* Header style two */

.main-header .header-upper .sidemenu-nav-toggler {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
}

.main-header .header-upper .sidemenu-nav-toggler {
    background: #276fe9;
}

.main-header.header-style-two .header-top {
    padding-bottom: 26.5px;
}

.main-header.header-style-two .header-upper .inner-container {
    position: relative;
    padding: 0 50px;
}

    .main-header.header-style-two .header-upper .inner-container:before {
        position: absolute;
        content: '';
        left: 0;
        top: -10px;
        bottom: -10px;
        right: 0;
        box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        background-image: url(../images/shape/shape-5.png);
    }

.main-header.header-style-two .header-upper .search-toggler {
    padding-right: 30px;
    border-right: 1px solid #ccc;
    line-height: 40px;
}

.main-header.header-style-two .sticky-header .header-upper .inner-container {
    padding: 0;
}

    .main-header.header-style-two .sticky-header .header-upper .inner-container:before {
        opacity: 0;
    }

@media only screen and (max-width: 1139px) {
    .main-header.header-style-two .header-upper .inner-container:before {
        display: none;
    }

    .main-header.header-style-two .header-upper .inner-container {
        padding: 0;
    }
}


/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }

    .search-popup .close-search {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 22px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
    }

        .search-popup .close-search:hover {
            opacity: 0.70;
        }

    .search-popup .search-form {
        position: relative;
        width: calc(100vw - 30px);
        max-width: 1024px;
        max-height: calc(100vh - 100px);
        min-height: 80px;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }

        .search-popup .search-form fieldset {
            position: relative;
            border: 7px solid rgba(255, 255, 255, 0.50);
            border-radius: 12px;
        }

            .search-popup .search-form fieldset input[type="search"] {
                position: relative;
                height: 70px;
                padding: 20px 220px 20px 30px;
                background: #ffffff;
                line-height: 30px;
                font-size: 24px;
                color: #233145;
                border-radius: 7px;
            }

            .search-popup .search-form fieldset input[type="submit"] {
                position: absolute;
                display: block;
                right: 0px;
                top: 0px;
                text-align: center;
                width: 220px;
                height: 70px;
                padding: 20px 10px 20px 10px;
                color: #ffffff !important;
                line-height: 30px;
                font-size: 20px;
                cursor: pointer;
                text-transform: uppercase;
                border-radius: 0px 7px 7px 0px;
            }

            .search-popup .search-form fieldset input[type="submit"] {
                background-color: #276fe9;
            }

    .search-popup h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center;
        display: none;
    }

    .search-popup .recent-searches {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        display: none;
    }

        .search-popup .recent-searches li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .search-popup .recent-searches li a {
                display: block;
                line-height: 24px;
                border: 1px solid #ffffff;
                padding: 7px 15px;
                color: #ffffff;
                border-radius: 3px;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    .search-popup .search-form fieldset input[type="search"]:focus {
        border-color: #ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


/* Google Search */

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 18px !important;
}

.gsc-control-cse .gsc-table-result {
    font-size: 16px !important;
}

.gsc-webResult .gsc-url-top {
    font-size: 15px !important;
}

.gsc-result-info,
.gsc-orderby {
    font-size: 15px !important;
}

.gsc-selected-option-container {
    font-size: 14px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.gsc-selected-option {
    min-width: 3em !important;
}

.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
    color: #009688 !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
    width: 100px !important;
}

    .gs-web-image-box .gs-image,
    .gs-promotion-image-box .gs-promotion-image {
        max-width: 85px !important;
    }

.gsc-search-button-v2 svg {
    width: 18px;
    height: 18px;
}

.gsc-results .gsc-cursor-box {
    margin: 30px 10px 20px !important;
}

    .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
    .gsc-results .gsc-cursor-box .gsc-cursor-page {
        width: 40px;
        height: 40px;
        display: inline-block !important;
        margin: 0 3px 5px;
        border-radius: 50%;
        border: 1px solid #e5e5e5 !important;
        text-align: center;
        line-height: 38px;
        color: #222;
        font-size: 18px;
        font-weight: 600;
    }

        .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
        .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
            color: #fff !important;
            background: #555 !important;
            border-color: #555 !important;
            text-decoration: none !important;
        }



/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0; /*margin-left: 15px;*/
    display: none;
}

@media only screen and (max-width: 1139px) {
    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .mCSB_scrollTools {
        right: -6px;
    }

    .mobile-menu .mCSB_inside > .mCSB_container {
        margin-right: 5px;
    }

    .mobile-menu .navbar-collapse {
        display: block !important;
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 30px 25px;
        text-align: left;
        margin-bottom: 25px;
        margin-top: 25px;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto !important;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 28px;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: bold;
        color: lightblue;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 17px;
        font-weight: normal;
        color: #fff;
        margin-left: 1em;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul {
        display: none;
    }

        .mobile-menu .navigation li > ul > li > ul > li > a {
            margin-left: 2em;
            color: #ccc;
        }


.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a .fab {
                font-size: 40px;
            }

/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    width: 100%;
    max-width: 446px;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.hidden-sidebar-close {
    position: absolute;
    bottom: 0;
    right: -70px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}

.hidden-sidebar-close {
    background: #35bba1;
}

.hidden-sidebar .logo {
    margin-bottom: 35px;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .content-wrapper {
    padding: 80px 30px;
    margin-right: 70px;
    direction: ltr;
    position: relative;
}

.hidden-sidebar .content-wrapper {
    background: #276fe9;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 35px;
    padding: 0;
    background-color: transparent;
}

.hidden-sidebar .text-widget .text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.pdf-widget {
    position: relative;
}

    .pdf-widget .row {
        margin: 0 -7.5px;
    }

    .pdf-widget .column {
        padding: 0 7.5px;
    }

    .pdf-widget .content {
        background-color: rgb(255 255 255 / 96%);
        text-align: center;
        padding: 30px 10px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

        .pdf-widget .content .icon {
            margin-bottom: 15px;
        }

        .pdf-widget .content h4 {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
        }

.contact-widget {
    position: relative;
}

    .contact-widget .icon-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .contact-widget .icon {
        width: 35px;
        font-size: 18px;
        margin-top: 5px;
        color: #fff;
    }

    .contact-widget .text {
        color: #ffffff;
    }

        .contact-widget .text a {
            color: #ffffff;
        }

        .contact-widget .text strong {
            color: #fff;
            font-weight: 700;
            display: block;
        }

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

    .cursor.active {
        opacity: 0.5;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .cursor.hovered {
        opacity: 0.08;
    }

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

    .cursor-follower.active {
        opacity: 0.7;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .cursor-follower.hovered {
        opacity: 0.08;
    }

    .cursor-follower.close-cursor:before {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        left: 48%;
        top: 12px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
    }

    .cursor-follower.close-cursor:after {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        right: 48%;
        top: 12px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    background: #f9f9f9;
}

    .banner-section .background-text {
        position: absolute;
        right: -280px;
        bottom: 190px;
        z-index: 99;
        text-transform: uppercase;
        font-size: 240px;
        font-weight: 700;
        letter-spacing: -5px;
        line-height: 200px;
        color: rgb(255 255 255 / 0.1);
        transform: rotate(-30deg);
    }

        .banner-section .background-text .text-2 {
            position: absolute;
            top: -5px;
            left: 15px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
            color: transparent;
        }

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

    .banner-section .swiper-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        opacity: 0.0;
        content: "";
    }

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 0 15px 10px;
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .banner-section .content-box .inner {
        position: relative;
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        padding: 0 15px;
    }

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-bottom: 30px;
    letter-spacing: 0;
}

    .banner-section .content-box h1:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 76px;
        bottom: 0;
        left: 0;
        background-image: url(../images/shape/shape-10.png);
    }

@media only screen and (max-width: 1199px) {
    .banner-section .content-box h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-section .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section .content-box .inner {
        padding: 0;
    }
}

@media only screen and (max-width: 350px) {
    .banner-section .content-box h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

/* Banner section style two */

.banner-section.style-two .content-box h1 {
    font-size: 80px;
    font-weight: 300;
    padding-bottom: 0;
}

    .banner-section.style-two .content-box h1 strong {
        font-weight: 700;
    }

    .banner-section.style-two .content-box h1:before {
        display: none;
    }

.banner-section.style-two .content-box .text {
    position: relative;
    padding-left: 80px;
}

    .banner-section.style-two .content-box .text:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 58px;
        top: 13px;
        left: 0;
        background-image: url(../images/shape/shape-6.png);
    }

@media only screen and (max-width: 991px) {
    .banner-section.style-two .content-box h1 {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section.style-two .content-box .text {
        padding-left: 0;
    }

        .banner-section.style-two .content-box .text:before {
            display: none;
        }
}

@media only screen and (max-width: 575px) {
    .banner-section.style-two .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 350px) {
    .banner-section.style-two .content-box h1 {
        font-size: 30px;
        line-height: 38px;
    }
}


.banner-section .content-box.justify-content-center h1:before {
    left: 50%;
    transform: translateX(-50%);
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 40px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.8);
    transition: .5s;
    transform: rotate(180deg);
}

    .banner-section .banner-slider-button-next:hover {
        color: #fff;
    }

    .banner-section .banner-slider-button-next:hover {
        background-color: #276fe9;
    }

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.80);
    transition: .5s;
}

    .banner-section .banner-slider-button-prev:hover {
        color: #fff;
    }

    .banner-section .banner-slider-button-prev:hover {
        background-color: #276fe9;
    }

@media only screen and (max-width: 1199px) {
    .banner-section .banner-slider-nav {
        display: none;
    }
}

/* Banner Slider Nav Style Two */

.banner-section .banner-slider-nav.style-two {
    left: 0;
    right: auto;
    top: auto;
}

    .banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
        width: 106px;
        height: 53px;
        border-radius: 0;
        margin: 0;
        line-height: 53px;
        background: #293e9c;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .banner-section .banner-slider-nav.style-two .banner-slider-button-next {
        height: 53px;
        width: 106px;
        border-radius: 0;
        margin: 0;
        line-height: 53px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
            margin-left: 10px;
            position: relative;
            top: 1px;
        }

    .banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
        margin-right: 10px;
        top: 1px;
        position: relative;
    }


/* Banner section style three */

.banner-section-two {
    padding: 30px 0 40px;
    min-height: 800px;
}

    .banner-section-two .content-outer {
        margin: 0 auto;
        display: flex;
        align-content: center;
    }

    .banner-section-two h3 {
        font-size: 36px;
        font-weight: 700;
        color: #093e99;
        margin-bottom: 20px;
        letter-spacing: 1px;
        text-align: center; /*border-left: 7px solid #276fe9; padding-left: 30px;*/
    }

        .banner-section-two h3 > span {
            display: inline-block;
        }

    .banner-section-two .text {
        font-size: 24px;
        line-height: 1.6;
        color: #333;
        text-shadow: 0 0 6px #fff;
    }

@media only screen and (min-width: 1200px) {
    .banner-section-two .content-outer {
        max-width: 1300px;
    }

    .banner-section-two .text {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section-two .content-outer {
        padding-top: 20px;
    }

    .banner-section-two .text {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section-two {
        min-height: 700px;
    }

        .banner-section-two h3 {
            font-size: 28px;
            line-height: 1.4;
            letter-spacing: 0;
        }

        .banner-section-two .text {
            font-size: 18px;
            margin-top: 0px;
        }
}

@media only screen and (max-width: 359px) {
    .banner-section-two .text {
        margin-top: 15px;
    }
}


/* Sec Title */

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

    .sec-title .main-title {
        padding-top: 20px;
        font-size: 40px;
        font-weight: 700;
    }

        .sec-title .main-title:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 63px;
            top: 0;
            left: 0;
            background-image: url(../images/shape/shape-10.png);
        }

    .sec-title.text-center .main-title:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-title .sub-title {
        position: relative;
        font-size: 15px;
        padding-bottom: 15px;
        color: #777777;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

        .sec-title .sub-title:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 63px;
            bottom: 0;
            left: 0;
            background-image: url(../images/shape/shape-10.png);
        }

    .sec-title.text-center .sub-title:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-title.light .sub-title {
        color: #fff;
    }

    .sec-title h2 {
        position: relative;
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
    }

    .sec-title.light h2 {
        color: #fff;
    }

    .sec-title h2 > span,
    .sec-title h3 > span {
        display: inline-block;
    }

    .sec-title .text {
        margin-top: 16px;
        margin-bottom: 0px;
    }

    .sec-title.light .text {
        color: #fff;
    }

    .sec-title.style-one .sub-title {
        font-size: 18px;
    }

        .sec-title.style-one .sub-title:before {
            background-image: url(../images/shape/shape-10.png);
        }

    .sec-title.style-two .sub-title {
        font-size: 18px;
    }

        .sec-title.style-two .sub-title:before {
            background-image: url(../images/shape/shape-11.png);
        }

    .sec-title.style-two .main-title:before {
        background-image: url(../images/shape/shape-11.png);
    }

@media only screen and (max-width: 575px) {
    .sec-title h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .sec-title .main-title {
        font-size: 34px;
        line-height: 1.4;
    }
}


/*麵包屑*/

.breadcrumb {
    position: relative;
    background: none;
    border-radius: 0;
    padding: 0 .3rem 0 .8rem;
}

    .breadcrumb.style-one {
        border-left: 5px solid #276fe9;
    }

    .breadcrumb.style-two {
        border-left: 5px solid #b91c23;
    }

        .breadcrumb.style-two a {
            color: #b91c23;
        }

    .breadcrumb.style-three {
        border-left: 5px solid #276fe9;
        color: #fff;
    }


/* Main Footer */

.main-footer {
    position: relative;
    padding-top: 60px;
    background-color: #000;
    background-position: -80px 20px;
    background-repeat: no-repeat;
}

    .main-footer .widgets-section {
        position: relative; /*padding-bottom: 30px;*/
    }

    /*.main-footer .widget { margin-bottom: 40px; }*/

    .main-footer .widget .widget-title {
        color: #fff;
    }

/* Widget */

.widget {
    position: relative;
    margin-bottom: 40px;
}

    .widget .widget-title {
        position: relative;
        font-size: 24px;
        color: #222;
        padding-bottom: 16px;
        margin-bottom: 35px;
        font-weight: 600;
    }

        .widget .widget-title:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 63px;
            bottom: 0;
            left: 0;
            background-image: url(../images/shape/shape-3.png);
            background-repeat: no-repeat;
        }

.theme-color-two .widget .widget-title:before {
    background-image: url(../images/shape/shape-10.png);
}


.about-widget .logo {
    position: relative;
    margin-bottom: 30px;
}

.about-widget .text {
    position: relative;
    color: rgb(255 255 255 / 0.6);
    margin-bottom: 30px;
    font-weight: 400;
}

.about-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

    .about-widget .social-links li {
        position: relative;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }

        .about-widget .social-links li a {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 14px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: rgb(36 168 142 / 0.15);
            text-align: center;
            border-radius: 50%;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .about-widget .social-links li a i {
                position: relative;
            }

            .about-widget .social-links li a:hover {
                color: #ffffff;
            }

            .about-widget .social-links li a:before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                -webkit-transform: scale(.7);
                -ms-transform: scale(.7);
                transform: scale(.7);
                opacity: 0;
                -webkit-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
            }

            .about-widget .social-links li a:before {
                background: #276fe9;
            }

            .about-widget .social-links li a:hover:before {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .about-widget .social-links li a span {
                position: relative;
            }

.theme-color-two .about-widget .social-links li a {
    background-color: #242424;
}


.newsletter-widget .text {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.newsletter-widget .form-group {
    position: relative;
}

.newsletter-widget input {
    position: relative;
    height: 56px;
    padding: 0 20px;
    background-color: #2c2c2c;
    width: calc(100% - 56px);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-widget .theme-btn {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 56px;
    color: #fff;
    border-radius: 2px;
    transition: .5s;
}

.newsletter-widget .theme-btn {
    background-color: #276fe9;
}

    .newsletter-widget .theme-btn:hover {
        background-color: #fff;
    }

    .newsletter-widget .theme-btn:hover {
        background-color: #fff;
        color: #276fe9;
    }


.links-widget ul li {
    color: #fff;
    margin-bottom: 10px;
}

    .links-widget ul li a {
        color: rgba(255, 255, 255, 0.6);
        transition: .5s;
        font-weight: 400;
        position: relative;
        display: inline-block;
    }

        .links-widget ul li a:hover {
            padding-left: 24px;
        }

        .links-widget ul li a:after {
            font-family: Flaticon;
            content: "\f115";
            position: absolute;
            left: 0;
            top: 2px;
            line-height: 25px;
            font-size: 17px;
            transform: rotate(180deg);
            font-weight: 400;
            transition: .5s;
            opacity: 0;
        }

        .links-widget ul li a:after {
            color: #276fe9;
        }

        .links-widget ul li a:hover:after {
            opacity: 1;
        }

@media (max-width: 575px) {
    .links-widget ul {
        display: flex;
        flex-wrap: wrap;
    }

        .links-widget ul li {
            width: 50%;
        }
}


.contact-widget .contact-info {
    position: relative;
}

    .contact-widget .contact-info li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        align-items: center;
    }

        .contact-widget .contact-info li .icon {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 14px;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background: rgb(36 168 142 / 0.15);
            text-align: center;
            border-radius: 50%;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 500ms ease;
            margin: 8px 0;
            margin-right: 15px;
            font-size: 18px;
        }

        .contact-widget .contact-info li:hover .icon {
            background-color: #276fe9;
        }

        .contact-widget .contact-info li .text {
            position: relative;
            color: rgb(255 255 255 / 0.6);
            width: calc(100% - 60px);
            font-weight: 400;
        }

            .contact-widget .contact-info li .text a {
                color: rgb(255 255 255 / 0.6);
                transition: .5s;
            }

.theme-color-two .contact-widget .contact-info li .icon {
    background-color: #242424;
}

@media only screen and (min-width: 992px) {
    .main-footer .about-widget {
        margin-right: -30px;
    }

    .main-footer .newsletter-widget {
        margin-left: 30px;
        margin-right: -50px;
        z-index: 9;
    }

    .main-footer .contact-widget {
        margin-left: 30px;
    }

    .main-footer .links-widget {
        position: relative;
        margin-left: 85px;
        margin-right: -30px;
    }
}

/* Footer Bottom */

.footer-bottom .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom {
    border-top: 1px solid #373d3d;
    padding: 25px 0;
}

    .footer-bottom .copyright {
        position: relative;
        color: #fff;
    }

    .footer-bottom .text {
        position: relative;
        margin-bottom: 0;
        color: #fff;
    }

    .footer-bottom .footer-menu li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 13px;
        border-right: 1px solid #fff;
        line-height: 18px;
    }

        .footer-bottom .footer-menu li:last-child {
            margin-right: 0;
            padding-right: 0;
            border: 0;
        }

        .footer-bottom .footer-menu li a {
            color: #fff;
            transition: .5s;
        }

            .footer-bottom .footer-menu li a:hover {
                color: #276fe9;
            }

@media only screen and (max-width: 767px) {
    .footer-bottom .wrapper-box {
        justify-content: center;
    }

    .footer-bottom .copyright {
        width: 100%;
        text-align: center;
    }
}


/* Services section */

.services-section {
    position: relative;
    padding: 0 0 90px;
    margin-top: -25px;
    z-index: 9;
}

.service-block-one {
    position: relative;
}

    .service-block-one .inner-box {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
        padding: 55px 30px 35px;
        box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
        transition: .7s;
        background-color: #fff;
        border-bottom: 2px solid #999;
        overflow: hidden;
    }

        .service-block-one .inner-box.active,
        .service-block-one .inner-box:hover {
            border-color: #276fe9;
        }

        .service-block-one .inner-box:before {
            background-color: #276fe9;
        }

        .service-block-one .inner-box:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            transition: .8s;
            background-image: url(../images/shape/shape-2.png);
            transform: translateY(-30px);
        }

        .service-block-one .inner-box.active:before,
        .service-block-one .inner-box:hover:before {
            opacity: 1;
            transform: translateY(0);
        }

    .service-block-one .icon {
        position: relative;
        overflow: hidden;
        width: 112px;
        height: 112px;
        line-height: 112px;
        text-align: center;
        border-radius: 50%;
        background-color: #ebf6fd;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .service-block-one h4 {
        position: relative;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        transition: .5s;
    }

    .service-block-one .inner-box.active h4,
    .service-block-one .inner-box:hover h4 {
        color: #fff;
    }

    .service-block-one .text {
        position: relative;
        margin-bottom: 20px;
        transition: .5s;
    }

    .service-block-one .inner-box.active .text,
    .service-block-one .inner-box:hover .text {
        color: #fff;
    }

    .service-block-one .lower-content {
        position: relative;
        transition: .5s;
    }

    .service-block-one .inner-box.active .lower-content,
    .service-block-one .inner-box:hover .lower-content {
        padding-bottom: 100px;
        margin-bottom: -66px;
    }

    .service-block-one .lower-content .read-more-btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 67px;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0;
        transition: .5s;
        transform: scale(1,0);
        transform-origin: top;
    }

    .service-block-one .inner-box.active .lower-content .read-more-btn,
    .service-block-one .inner-box:hover .lower-content .read-more-btn {
        opacity: 1;
        transform: scale(1);
    }

    .service-block-one .lower-content .read-more-btn a {
        display: inline-block;
    }

    .service-block-one .hover-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: .9s;
        opacity: .3;
    }

    .service-block-one .inner-box:hover .hover-icon {
        transform: scale(1.5);
        opacity: 0;
    }


/* About section */

.about-section {
    position: relative;
    padding: 30px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .about-section .image-block {
        position: relative;
        padding-bottom: 50px;
        text-align: center;
    }

    .about-section .image-block-two {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    .about-section .image-one {
        position: relative;
    }

    .about-section .image-two {
        position: absolute;
        left: -40px;
        bottom: 0;
        background: #fff;
        box-shadow: 0 0 8px #888;
    }

        .about-section .image-two img {
            border: 10px solid #fff;
        }

    .about-section .content-block {
        position: relative;
        margin-bottom: 10px;
    }

        .about-section .content-block h3 {
            position: relative;
            padding-left: 35px;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 25px;
            line-height: 36px;
        }

            .about-section .content-block h3 .icon {
                position: absolute;
                left: 0;
                top: 0;
            }

        .about-section .content-block h4 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .about-section .content-block .text {
            position: relative;
            margin-bottom: 35px;
        }

    .about-section .bottom-content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .about-section .contact-number {
        position: relative;
        margin-bottom: 20px;
    }

        .about-section .contact-number a {
            position: relative;
            display: inline-block;
            border: 2px solid #000;
            padding: 3px;
            border-radius: 30px;
            font-size: 22px;
            font-weight: 700;
            vertical-align: middle;
            padding-right: 30px;
            transition: .5s;
        }

        .about-section .contact-number a {
            color: #276fe9;
        }

            .about-section .contact-number a:hover {
                border-color: #276fe9;
            }

            .about-section .contact-number a i {
                position: relative;
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 50%;
                color: #fff;
                margin-right: 20px;
                vertical-align: middle;
                text-align: center;
                transition: .5s;
            }

            .about-section .contact-number a i {
                background-color: #276fe9;
            }

            .about-section .contact-number a:hover i {
                color: #276fe9;
            }

            .about-section .contact-number a:hover i {
                background-color: #eee;
            }

@media only screen and (max-width: 1599px) {
    .about-section .image-one {
        text-align: center;
    }

    .about-section .image-two {
        left: 0;
        max-width: 58%;
    }
}


/* About Section Two */

.about-section-two {
    position: relative;
    padding: 30px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .about-section-two .content-block h4 {
        position: relative;
        padding-left: 35px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 36px;
    }

        .about-section-two .content-block h4 .icon {
            position: absolute;
            left: 0;
            top: 0;
        }

    .about-section-two .content-block .text {
        margin-bottom: 35px;
    }

    .about-section-two .bottom-content {
        position: relative;
        padding-top: 35px;
        border-top: 1px solid #ddd;
    }

    .about-section-two .signature {
        position: relative;
        margin-bottom: 30px;
    }

    .about-section-two .author-info {
        position: relative;
        padding-left: 35px;
        border-left: 1px solid #ddd;
        margin-bottom: 30px;
    }

        .about-section-two .author-info h4 {
            position: relative;
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .about-section-two .author-info .designation {
            position: relative;
            font-size: 14px;
        }

    .about-section-two .consult-form-wrapper {
        background-color: #fff;
        box-shadow: 0px 0px 48px 12px rgba(0, 0, 0, 0.05);
        border-bottom: 2px solid #999; /*margin-top: -170px;*/
        margin-bottom: 30px;
    }

        .about-section-two .consult-form-wrapper .top-content {
            background-color: #276fe9;
        }

        .about-section-two .consult-form-wrapper .top-content {
            position: relative;
            text-align: center;
            padding: 29px 20px;
        }

            .about-section-two .consult-form-wrapper .top-content h3 {
                position: relative;
                font-size: 30px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 5px;
            }

            .about-section-two .consult-form-wrapper .top-content .text {
                position: relative;
                color: #fff;
                margin-bottom: 0;
            }

    .about-section-two .consult-form {
        right: 0;
        margin-bottom: 0;
        padding: 50px 40px 30px;
    }

        .about-section-two .consult-form .text {
            position: relative;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 500;
            text-align: left;
            color: #222;
            margin-top: 25px;
        }

            .about-section-two .consult-form .text a {
                margin-left: 20px;
                display: inline-block;
                font-weight: 700;
            }

                .about-section-two .consult-form .text a span {
                    margin-right: 8px;
                    color: #222;
                }

@media only screen and (max-width: 991px) {
    .about-section-two .consult-form-wrapper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-section-two .consult-form .text {
        text-align: center;
    }

        .about-section-two .consult-form .text a {
            margin-left: 0;
            width: 100%;
        }
}

@media only screen and (max-width: 350px) {
    .about-section-two .consult-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* about-cert-section */

.about-cert-section {
    position: relative;
    padding: 30px 0 40px;
    background-color: #f9f9f9;
}

    /* color-blue */
    .about-cert-section .tab-area .tab-btn-style-one {
        position: relative;
        border: 0;
        margin: 0 auto 65px;
        display: inline-block;
        padding: 0 35px;
        border-radius: 45px;
    }

        .about-cert-section .tab-area .tab-btn-style-one li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 -2px;
            margin-bottom: 10px;
            background: #fff;
        }

            .about-cert-section .tab-area .tab-btn-style-one li a {
                padding: 22px 0px;
                margin: 0 1px;
                min-width: calc(7em + 100px);
                border-right: 1px solid #ddd;
                border-radius: 0;
                transition: .5s;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                border: 0;
                border-bottom: 2px solid transparent;
            }

                .about-cert-section .tab-area .tab-btn-style-one li a h4 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #222;
                    text-transform: uppercase;
                    transition: .5s;
                }

                .about-cert-section .tab-area .tab-btn-style-one li a.active {
                    border-color: #999;
                }

                    .about-cert-section .tab-area .tab-btn-style-one li a.active h4 {
                        color: #276fe9;
                    }


.inter-block {
    padding: 40px 0;
}

    .inter-block .inner-box {
        position: relative;
    }

    .inter-block .image {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
        text-align: center;
    }

        .inter-block .image img {
            transition: .7s;
        }

    .inter-block .inner-box:hover .image img {
        transform: scale(1.1);
    }

    .inter-block .image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
    }

    .inter-block .image:hover:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

    .inter-block .lower-content {
        position: relative;
    }

    .inter-block h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 32px;
    }

        .inter-block h4 a {
            color: #222;
            transition: .5s;
        }

            .inter-block h4 a:hover {
                color: #276fe9;
            }

@media only screen and (max-width: 991px) {
    .about-cert-section .logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 -15px;
    }

        .about-cert-section .logo > div {
            padding: 0 15px;
        }
}

/*其它測驗*/

.other-cert h4 {
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    padding-left: 24px;
    font-size: 22px;
    font-weight: bold;
}

    .other-cert h4:after {
        font-family: Flaticon;
        content: "\f115";
        position: absolute;
        left: 0;
        top: 2px;
        line-height: 25px;
        font-size: 17px;
        color: #276fe9;
        transform: rotate(180deg);
        font-weight: 400;
        transition: .5s;
    }

.more-contact .inner-box {
    display: inline-block;
    padding: 20px 35px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    transition: .7s;
    background-color: #fff;
    border-bottom: 2px solid #999;
}

    .more-contact .inner-box.active,
    .more-contact .inner-box:hover {
        border-color: #276fe9;
    }

    .more-contact .inner-box .list > li {
        margin: 5px 0;
    }

        .more-contact .inner-box .list > li > img {
            margin-right: 8px;
        }

@media (max-width: 991px) {
    .more-contact {
        text-align: center;
    }

        .more-contact .inner-box {
            margin: 0 auto;
            text-align: left;
        }
}

/* Enterprise section */

.enterprise-section {
    position: relative;
    padding: 30px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .enterprise-section .table {
        font-size: 16px;
    }

        .enterprise-section .table > thead > tr > th,
        .enterprise-section .table > tbody > tr > td {
            min-width: 33.3%;
            padding: 0.5rem 0.3rem;
            line-height: 1.5;
        }

            .enterprise-section .table > tbody > tr > td:nth-child(2) {
                max-width: 6.5em;
            }

            .enterprise-section .table > tbody > tr > td:last-child {
                width: 5em;
                text-align: center;
            }

                .enterprise-section .table > tbody > tr > td:last-child .btn {
                    max-width: 3.5em;
                    padding: 0.25rem 0.5rem;
                    font-size: 0.875rem;
                    line-height: 1.5;
                    border-radius: 0.2rem;
                }
}


/* Check section */

.check-section {
    position: relative;
    padding: 30px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .check-section .swiper-box {
        display: inline-block;
        margin: 0 auto;
        padding: 25px 25px 22px;
        border: 1px solid #bbb;
        border-radius: 20px;
        background: radial-gradient(ellipse at center, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    }

    .check-section .swiper {
        display: inline-block;
        width: 315px;
        height: 288px;
        overflow: hidden;
        margin: 0 auto;
    }


/* 企業服務 */

.ent-section {
    padding: 30px 0 60px;
    background-color: #f5fafe;
}

    .ent-section .auto-container {
        position: relative;
    }

    .ent-section .tab-area .tab-btn-style-one {
        position: relative;
        border: 0;
        margin: 0 auto 20px;
        display: inline-block;
        border-radius: 45px;
    }

        .ent-section .tab-area .tab-btn-style-one li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 -2px;
            margin-bottom: 10px;
            background: #fff;
        }

            .ent-section .tab-area .tab-btn-style-one li a {
                padding: 22px 0px;
                margin: 0 1px;
                min-width: calc(11em + 70px);
                border-right: 1px solid #ddd;
                border-radius: 0;
                transition: .5s;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                border: 0;
                border-bottom: 2px solid transparent;
            }

                .ent-section .tab-area .tab-btn-style-one li a h4 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #222;
                    text-transform: uppercase;
                    transition: .5s;
                }

                .ent-section .tab-area .tab-btn-style-one li a.active {
                    border-color: #999;
                }

                    .ent-section .tab-area .tab-btn-style-one li a.active h4 {
                        color: #276fe9;
                    }

    .ent-section .picture {
        position: absolute;
        right: 0px;
        bottom: 40px;
    }

        .ent-section .picture > img {
            width: 360px;
        }

    .ent-section .image-block { /*margin-left: -180px;*/
        margin-bottom: 30px;
    }

    .ent-section .content-block {
        margin-bottom: 30px;
    }

    .ent-section .icon-box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 30px;
    }

        .ent-section .icon-box .icon {
            margin-right: 30px;
        }

        .ent-section .icon-box .content {
            width: calc(100% - 130px);
        }

            .ent-section .icon-box .content h4 {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .ent-section .icon-box .content .text {
                margin-bottom: 0;
            }

    .ent-section .list {
        position: relative;
        margin-bottom: 15px;
    }

        .ent-section .list li {
            position: relative;
            margin-bottom: 5px;
            padding-left: 30px;
            font-size: 18px;
            color: #444;
        }

            .ent-section .list li:before {
                position: absolute;
                content: '';
                left: 0;
                top: 8px;
                background-image: url(../images/icons/icon-1.png);
                background-repeat: no-repeat;
                width: 15px;
                height: 15px;
            }

    .ent-section .list2 {
        padding-left: 1.4em;
    }

        .ent-section .list2 li {
            list-style: circle;
        }

    .ent-section .tab-content h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ent-section .tab-content h5 {
        margin-top: 1.5em;
        margin-bottom: 0.6em;
        padding-left: 24px;
        font-size: 22px;
        font-weight: bold;
    }

        .ent-section .tab-content h5:after {
            font-family: Flaticon;
            content: "\f115";
            position: absolute;
            left: 0;
            top: 2px;
            line-height: 25px;
            font-size: 17px;
            color: #276fe9;
            transform: rotate(180deg);
            font-weight: 400;
            transition: .5s;
        }

/*@media only screen and (min-width: 992px) and (max-width: 1399px){
    .ent-section .picture { display: none; }
}
@media only screen and (min-width: 681px) and (max-width: 991px){
    .ent-section .picture { right: 50px; }
}
@media only screen and (max-width: 680px){
	.ent-section .picture { display: none; }
}*/

/*@media only screen and (min-width: 900px) and (max-width: 1199px){
    .ent-section .picture { left: auto; right: 25px; top: 860px; }
}
@media only screen and (max-width: 899px){
	.ent-section .picture { display: none; }
}
*/

/* Driving Info section */

.driving-info-section {
    position: relative;
    padding: 120px 0 70px;
}

    .driving-info-section .traffic-cone {
        position: absolute;
        right: 65px;
        bottom: 110px;
    }

    .driving-info-section .image-block {
        margin-left: -230px;
        margin-bottom: 30px;
    }

    .driving-info-section .content-block {
        margin-bottom: 30px;
    }

    .driving-info-section .icon-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .driving-info-section .icon-box .icon {
            margin-right: 30px;
            margin-bottom: 15px;
            margin-top: 10px;
        }

        .driving-info-section .icon-box .content {
            width: calc(100% - 105px);
            margin-bottom: 15px;
        }

        .driving-info-section .icon-box h4 {
            position: relative;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .driving-info-section .icon-box .text {
            position: relative;
            margin-bottom: 0;
        }

@media only screen and (max-width: 1400px) {
    .driving-info-section .traffic-cone {
        display: none;
    }

    .driving-info-section .image-block {
        margin-left: -50px;
        margin-right: 50px;
    }
}


/* Driving courses section */

.driving-courses-section {
    position: relative;
    padding: 120px 0 70px;
}

    .driving-courses-section .sec-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 190px;
        background-size: cover;
    }

    .driving-courses-section .outer-box {
        position: relative;
        padding: 10px;
        background-color: #fff;
    }

    .driving-courses-section .top-content .text {
        position: relative;
        color: #fff;
        font-size: 20px;
    }

    .driving-courses-section .row-10 {
        margin: 0 -10px;
    }


    .driving-courses-section .project-tab .project-tab-btns {
        position: relative;
        margin-bottom: 40px;
    }

        .driving-courses-section .project-tab .project-tab-btns .p-tab-btn {
            position: relative;
            cursor: pointer;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            display: inline-block;
            margin-bottom: 10px;
            margin-right: 15px;
            padding-right: 15px;
            text-transform: capitalize;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            border-right: 1px solid #fff;
        }

            .driving-courses-section .project-tab .project-tab-btns .p-tab-btn:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

            .driving-courses-section .project-tab .project-tab-btns .p-tab-btn:hover,
            .driving-courses-section .project-tab .project-tab-btns .p-tab-btn.active-btn {
                color: #fff;
            }

            .driving-courses-section .project-tab .project-tab-btns .p-tab-btn:hover,
            .driving-courses-section .project-tab .project-tab-btns .p-tab-btn.active-btn {
                color: #1551b6;
            }

    .driving-courses-section .project-tab .p-tabs-content {
        position: relative;
        display: block;
    }

    .driving-courses-section .project-tab .p-tab {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
        visibility: hidden;
    }

        .driving-courses-section .project-tab .p-tab.active-tab {
            position: relative;
            visibility: visible;
            z-index: 5;
        }


    .driving-courses-section .p-tab.active-tab .course-block {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }

    .driving-courses-section .p-tab .course-block {
        transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
    }


    .driving-courses-section .owl-theme .owl-nav {
        position: absolute;
        display: flex;
        width: auto;
        margin: 0 auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        top: -140px;
        right: -5px;
    }

        .driving-courses-section .owl-theme .owl-nav .owl-prev {
            margin: 0 5px;
            height: 45px;
            position: relative;
            width: 45px;
            border-radius: 50%;
            border: none;
            text-align: center;
            color: rgba(0, 0, 0, 0);
            font-size: 0px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            z-index: 9;
        }

            .driving-courses-section .owl-theme .owl-nav .owl-prev:after {
                font-family: "Flaticon";
                content: "\f115";
                position: absolute;
                top: 0;
                width: 45px;
                height: 45px;
                line-height: 45px;
                left: 0;
                background: transparent;
                border: 1px solid #ddd;
                font-size: 18px;
                border-radius: 2px;
                -webkit-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                color: #fff;
            }

        .driving-courses-section .owl-theme .owl-nav .owl-next {
            margin: 0 5px;
            position: relative;
            height: 45px;
            width: 45px;
            color: rgba(0, 0, 0, 0);
            font-size: 0px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            z-index: 9;
        }

            .driving-courses-section .owl-theme .owl-nav .owl-next:after {
                font-family: "Flaticon";
                content: "\f115";
                position: absolute;
                top: 0px;
                right: 0;
                width: 45px;
                height: 45px;
                line-height: 45px;
                border-radius: 2px;
                font-size: 18px;
                -webkit-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                color: #fff;
                background: transparent;
                border: 1px solid #ddd;
            }

            .driving-courses-section .owl-theme .owl-nav .owl-prev:hover:after,
            .driving-courses-section .owl-theme .owl-nav .owl-next:hover:after {
                color: #fff;
            }

            .driving-courses-section .owl-theme .owl-nav .owl-prev:hover:after,
            .driving-courses-section .owl-theme .owl-nav .owl-next:hover:after {
                border-color: #1551b6;
                background-color: #1551b6;
            }

@media only screen and (max-width: 767px) {
    .driving-courses-section .project-tab .project-tab-btns .p-tab-btn {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .driving-courses-section .project-tab .project-tab-btns {
        margin-top: 30px;
    }
}

/* Driving courses section Style Two */

.driving-courses-section.style-two {
    padding: 120px 0 50px;
}

    .driving-courses-section.style-two .course-block {
        padding: 0 15px;
    }

        .driving-courses-section.style-two .course-block .inner-box {
            margin-bottom: 70px;
        }

/* Driving courses section Two */

.driving-courses-section-two {
    position: relative;
    padding: 120px 0 90px;
}

    .driving-courses-section-two .sec-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
    }

    .driving-courses-section-two .outer-box {
        position: relative;
    }

    .driving-courses-section-two .top-content .text {
        position: relative;
        font-size: 20px;
    }

    .driving-courses-section-two .row-10 {
        margin: 0 -10px;
    }

/* Course Block */

.course-block {
    position: relative;
    padding: 0 10px;
}

    .course-block .inner-box {
        position: relative;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    }

    .course-block .image {
        position: relative;
        overflow: hidden;
    }

        .course-block .image img {
            transition: .7s;
            width: 100%;
        }

    .course-block .inner-box:hover .image img {
        transform: scale(1.1);
    }

    .course-block .image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
    }

    .course-block .image:hover:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.course-block .lower-content {
    position: relative;
    padding: 40px 30px;
    text-align: center;
}

.course-block h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

    .course-block h4 a {
        color: #222;
        transition: .5s;
    }

        .course-block h4 a:hover {
            color: #276fe9;
        }

.course-block h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.course-block .text {
    margin-bottom: 35px;
}

.course-block .course-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: 0 -20px;
    margin-bottom: 35px;
}

    .course-block .course-info .price,
    .course-block .course-info .instructor {
        position: relative;
        width: 50%;
    }

        .course-block .course-info .instructor:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 105px;
            background-color: #d8eeea;
            top: 2px;
            right: -1px;
        }

.course-block .thumb {
    position: relative;
    margin-bottom: 15px;
}

    .course-block .thumb img {
        border-radius: 50%;
        width: auto;
        margin: 0 auto;
    }

.course-block .designation {
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .course-block .course-info .price,
    .course-block .course-info .instructor {
        width: 100%;
    }

    .course-block .course-info .instructor {
        margin-bottom: 30px;
    }
}

/* Course Block Two */

.course-block-two {
    position: relative;
}

    .course-block-two .inner-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 30px;
        vertical-align: middle;
        text-align: center;
        margin-top: 110px;
        background: #fff;
        max-width: 380px;
    }

    .course-block-two:nth-child(2) .inner-box {
        z-index: 9;
        box-shadow: 0px 0px 48px 12px rgba(0, 0, 0, 0.05);
    }

    .course-block-two .image {
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin-top: -110px;
        border-radius: 50%;
        vertical-align: middle;
    }

        .course-block-two .image img {
            transition: .7s;
            border-radius: 50%;
        }

    .course-block-two .inner-box:hover .image img {
        transform: scale(1.1);
    }

    .course-block-two .image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
    }

    .course-block-two .image:hover:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

    .course-block-two .lower-content {
        position: relative;
        padding: 40px 50px 50px;
        text-align: left;
    }

    .course-block-two h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .course-block-two h4 a {
            color: #222;
            transition: .5s;
        }

            .course-block-two h4 a:hover {
                color: #276fe9;
            }

    .course-block-two .text {
        margin-bottom: 35px;
    }

    .course-block-two .course-info {
        position: relative;
        align-items: center;
        margin-top: 35px;
    }

        .course-block-two .course-info .price,
        .course-block-two .course-info .instructor {
            position: relative;
            padding-left: 60px;
        }

        .course-block-two .course-info .instructor {
            padding-bottom: 20px;
            margin-bottom: 22px;
            border-bottom: 1px solid #ddd;
        }

            .course-block-two .course-info .instructor:before {
                position: absolute;
                content: '';
                width: 1px;
                height: 105px;
                top: 2px;
                right: -1px;
            }

    .course-block-two .thumb {
        position: absolute;
        margin-bottom: 15px;
        top: 0;
        left: 0;
    }

        .course-block-two .thumb img {
            border-radius: 50%;
        }

    .course-block-two h5 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .course-block-two .designation {
        position: relative;
        font-size: 15px;
        font-weight: 600;
    }

    .course-block-two .btn-style-one {
        width: 100%;
    }

        .course-block-two .btn-style-one.style-three:hover {
            border-color: #276fe9;
        }

        .course-block-two .btn-style-one.style-three:hover {
            color: #fff;
        }

        .course-block-two .btn-style-one.style-three:before {
            background: #276fe9;
        }

        .course-block-two .btn-style-one.style-three:hover:after {
            color: #fff;
        }

@media only screen and (max-width: 575px) {
    .course-block-two .lower-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 350px) {
    .course-block-two .lower-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Feature banner section */

.feature-banner-section {
    position: relative;
    text-align: center;
}

    .feature-banner-section .outer-box {
        position: relative;
        padding: 61px 0;
        background-size: cover;
    }

    .feature-banner-section h2 {
        position: relative;
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .feature-banner-section h3 {
        font-size: 24px;
        color: #000;
    }

        .feature-banner-section h3 a {
            color: #276fe9;
        }

@media only screen and (max-width: 575px) {
    .feature-banner-section h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .feature-banner-section .outer-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* 隱私權政策 */

.policy-section {
    position: relative;
    padding: 60px 0;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .policy-section .tab-area {
        text-align: center;
    }

        .policy-section .tab-area .tab-btn-style-one {
            position: relative;
            border: 0;
            margin-bottom: 45px;
            display: inline-block;
            padding: 0 35px;
            border-radius: 45px;
        }

            .policy-section .tab-area .tab-btn-style-one li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 -2px;
                margin-bottom: 10px;
                background: #fff;
            }

                .policy-section .tab-area .tab-btn-style-one li a {
                    padding: 22px 0px;
                    margin: 0 1px;
                    min-width: calc(7em + 100px);
                    border-right: 1px solid #ddd;
                    border-radius: 0;
                    transition: .5s;
                    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                    border: 0;
                    border-bottom: 2px solid transparent;
                }

                    .policy-section .tab-area .tab-btn-style-one li a h4 {
                        font-size: 20px;
                        font-weight: 600;
                        color: #222;
                        text-transform: uppercase;
                        transition: .5s;
                    }

                    .policy-section .tab-area .tab-btn-style-one li a.active {
                        border-color: #999;
                    }

                        .policy-section .tab-area .tab-btn-style-one li a.active h4 {
                            color: #276fe9;
                        }

        .policy-section .tab-area .tab-content {
            text-align: left;
        }


/* 網站地圖 */

.sitemap-section {
    position: relative;
    padding: 60px 0 0;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .sitemap-section .sec-title .sub-title {
        font-size: 25px;
        font-weight: bold;
        color: #444;
    }

    .sitemap-section ul {
        padding-left: 1em;
    }

    .sitemap-section div > ul > li {
        list-style-type: circle;
    }

        .sitemap-section div > ul > li > ul > li {
            list-style-type: disc;
        }


/* Funfacts Section */

.funfacts-section {
    position: relative;
    padding: 100px 0 80px;
    border-top: 1px solid #d8eeea;
}

    .funfacts-section .auto-container {
        max-width: 1300px;
    }

    .funfacts-section .inner {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .funfacts-section .column:last-child .inner:before {
        display: none;
    }

    .funfacts-section .icon-outer {
        position: relative;
        margin-right: 35px;
        width: 150px;
        height: 140px;
        box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 138px;
        margin-bottom: 20px;
    }

    .funfacts-section .inner .icon-outer:before {
        position: absolute;
        content: '';
        left: 71px;
        top: -100px;
        width: 1px;
        height: 342px;
        background-color: #d8eeea;
    }

    .funfacts-section .icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        border-bottom: 2px solid #999;
    }

    .funfacts-section .hover-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: .9s;
        opacity: .3;
    }

    .funfacts-section .inner:hover .hover-icon {
        transform: scale(1.5);
        opacity: 0;
    }

    .funfacts-section .count-box {
        position: relative;
        font-size: 70px;
        line-height: 65px;
        font-weight: 600;
        min-width: 150px;
        margin-bottom: 12px;
    }

    .funfacts-section .text {
        position: relative;
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 32px;
    }

@media only screen and (max-width: 991px) {
    .funfacts-section .inner .icon-outer:before {
        display: none;
    }

    .funfacts-section .inner {
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .funfacts-section .icon-outer {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .funfacts-section .content {
        width: 100%;
    }

    .funfacts-section .inner {
        text-align: center;
    }
}


/* Info form section  */

.info-form-section {
    position: relative;
    padding: 130px 0 100px;
    background-size: cover;
}

    .info-form-section .content-block {
        position: relative;
        margin-bottom: 30px;
    }

        .info-form-section .content-block .text {
            color: #fff;
            margin-bottom: 30px;
        }

    .info-form-section .list {
        position: relative;
        margin-bottom: 30px;
    }

        .info-form-section .list li {
            position: relative;
            margin-bottom: 6px;
            color: #fff;
            padding-left: 30px;
        }

            .info-form-section .list li:before {
                position: absolute;
                content: '';
                left: 0;
                top: 8px;
                background-image: url(../images/icons/icon-1.png);
                background-repeat: no-repeat;
                width: 15px;
                height: 15px;
            }

    .info-form-section .signal-image-one {
        position: absolute;
        left: 110px;
        bottom: -58px;
        z-index: 9;
    }

    .info-form-section .signal-image-two {
        position: absolute;
        right: 100px;
        bottom: -61px;
        z-index: 9;
    }

@media only screen and (max-width: 1400px) {
    .info-form-section .signal-image-one,
    .info-form-section .signal-image-two {
        display: none;
    }
}


.consult-form {
    margin-bottom: 30px;
    background: #fff;
    padding: 70px 55px 55px;
    right: -30px;
    position: relative;
}

    .consult-form .title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .consult-form .row {
        margin: 0 -5px;
    }

    .consult-form .form-group {
        padding: 0 10px;
    }

    .consult-form .bootstrap-select .dropdown-menu {
        padding: 0;
    }

    .consult-form .dropdown-item.active,
    .consult-form .dropdown-item:active {
        color: #fff;
    }

    .consult-form .bootstrap-select .dropdown-menu li a.active span.text {
        color: #fff;
    }

    .consult-form .dropdown-item {
        color: #222;
    }

    .consult-form .bootstrap-select .dropdown-menu li a span.text {
        color: #222;
        font-size: 16px;
    }

    .consult-form .dropup .dropdown-toggle::after {
        display: none;
    }

    .consult-form h3 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: center;
    }

    .consult-form .text {
        position: relative;
        font-size: 16px;
        margin-bottom: 35px;
        text-align: center;
    }

    .consult-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .consult-form .form-group select {
            height: 46px;
            padding: 0 21px;
        }

        .consult-form .form-group textarea,
        .consult-form .form-group input {
            width: 100%;
            background-color: #fff;
            height: 46px;
            padding: 0 25px;
            border: 1px solid #eee;
        }

        .consult-form .form-group textarea {
            height: 110px;
            padding-top: 15px;
        }

        .consult-form .form-group > strong {
            position: absolute;
            left: 26px;
            top: 9px;
            font-weight: bold;
        }

    .consult-form .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding: 14px 20px;
        background: #f9f9f9;
        border: 1px solid #eee;
    }

    .consult-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .consult-form .bootstrap-select .dropdown-toggle .filter-option:after {
        top: 10px;
    }

@media only screen and (max-width: 1139px) {
    .consult-form {
        right: 0;
    }
}


/* Process Section */

.working-process-section {
    position: relative;
    padding: 0 0 40px; /*background: url(../images/icons/icon-12.png) center center no-repeat;*/
}

    .working-process-section .auto-container {
        max-width: 1470px;
    }

    .working-process-section .background-icon {
        position: absolute;
        top: 155px;
        left: 50%;
        transform: translateX(-50%);
    }

    .working-process-section .top-content .text {
        position: relative;
        font-size: 20px;
        line-height: 30px;
    }

    .working-process-section .wrapper-box {
        position: relative;
        padding-top: 50px;
    }

        .working-process-section .wrapper-box:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            top: 0;
            right: 0;
            background-image: url(../images/shape/shape-4.png);
            background-repeat: no-repeat;
            background-position: center;
        }

.process-block {
    position: relative;
}

    .process-block .inner-box {
        position: relative;
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 60px 0;
        transition: .7s;
    }

        .process-block .inner-box:hover {
            transform: translateY(10px);
        }

    .process-block .count {
        background-color: #276fe9;
    }

    .process-block .count {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 120px;
        width: 120px;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        padding-top: 18px;
    }

    .process-block .content {
        position: relative;
        max-width: 320px;
        border-radius: 50%;
        box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
        padding: 60px 20px 53px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 9;
        background-color: #fff;
        margin: 0 auto;
        min-height: 320px;
    }

        .process-block .content:before {
            position: absolute;
            content: '';
            left: 10px;
            top: 10px;
            right: 10px;
            bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .process-block h4 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        transition: .5s;
        margin-bottom: 10px;
    }

    .process-block .text {
        position: relative;
        margin-bottom: 0;
    }

    .process-block:nth-child(even) {
        margin-top: 45px;
    }

@media only screen and (min-width: 1400px) {
    .working-process-section #tab-three .wrapper-box .process-block {
        max-width: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .working-process-section .wrapper-box:before {
        display: none;
    }

    .process-block:nth-child(even) {
        margin-top: 0;
    }
}

@media only screen and (min-width:768px) {
    .process-block:nth-child(even) .count {
        top: auto;
        bottom: 0;
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .process-block .inner-box br {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .working-process-section {
        background-size: contain;
    }
}

@media only screen and (max-width: 350px) {
    .process-block .content {
        min-height: auto;
        border-radius: 0;
    }

        .process-block .content:before {
            border-radius: 0;
        }
}

.process-block.active .content {
    background-color: #276fe9;
}

    .process-block.active .content:before {
        border: 9px solid rgb(255 255 255 / 0.20);
    }

.process-block.active h4 {
    color: #fff;
}

.process-block.active .text {
    color: #fff;
}

.process-block.active .count {
    background: #fff;
    color: #222;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}


/* CTA Section */

.cta-section {
    text-align: center;
    padding: 110px 0 100px;
    background-size: cover;
}

    .cta-section h5 {
        position: relative;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .cta-section h2 {
        position: relative;
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 50px;
    }

    .cta-section .link-box a {
        margin: 0 10px 10px;
    }

@media only screen and (max-width: 575px) {
    .cta-section h2 {
        font-size: 36px;
        line-height: 45px;
    }
}

/* CTA Section Two */

.cta-section-two {
    padding: 100px 0 70px;
    background-size: cover;
}

    .cta-section-two .auto-container {
        max-width: 1540px;
    }

    .cta-section-two h2 {
        position: relative;
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 28px;
        letter-spacing: -1px;
    }

    .cta-section-two h4 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
    }

    .cta-section-two .bottom-content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .cta-section-two .contact-number {
        position: relative;
        margin-bottom: 20px;
    }

        .cta-section-two .contact-number a {
            position: relative;
            display: inline-block;
            border: 2px solid #fff;
            padding: 3px;
            border-radius: 30px;
            font-size: 22px;
            font-weight: 700;
            vertical-align: middle;
            padding-right: 30px;
            transition: .5s;
            color: #fff;
        }

            .cta-section-two .contact-number a:hover {
                border-color: #276fe9;
            }

            .cta-section-two .contact-number a i {
                background-color: #276fe9;
            }

            .cta-section-two .contact-number a i {
                position: relative;
                display: inline-block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 50%;
                color: #fff;
                margin-right: 20px;
                vertical-align: middle;
                text-align: center;
                transition: .5s;
            }

            .cta-section-two .contact-number a:hover i {
                color: #276fe9;
            }

            .cta-section-two .contact-number a:hover i {
                background-color: #eee;
            }

    .cta-section-two .image {
        position: relative;
        margin: -155px 0;
        margin-right: -80px;
        z-index: 9;
    }

@media only screen and (max-width: 1400px) {
    .cta-section-two .image {
        margin: 0;
        margin-right: 50px;
    }
}

/* Testimonials section */

.testimonials-section {
    position: relative;
    padding: 0;
}

    .testimonials-section .sec-bg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
    }

    .testimonials-section .top-content .text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 31px;
        position: relative;
    }

    .testimonials-section .owl-dots {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

        .testimonials-section .owl-dots .owl-dot {
            position: relative;
            margin: 0px 5px;
            width: 10px;
            height: 8px;
            border-radius: 2.5px;
            display: inline-block;
            border-radius: 4px;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
        }

        .testimonials-section .owl-dots .owl-dot {
            background: #cccccc;
        }

            .testimonials-section .owl-dots .owl-dot:hover,
            .testimonials-section .owl-dots .owl-dot.active {
                width: 18px;
            }

            .testimonials-section .owl-dots .owl-dot:hover,
            .testimonials-section .owl-dots .owl-dot.active {
                background-color: #276fe9;
            }


.testimonial-block .inner-box {
    position: relative;
    padding: 50px;
    margin-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 2px solid #999;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-block .author-info {
    position: relative;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-block .thumb img {
    margin: 0 auto 20px;
    width: auto;
}

.testimonial-block h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-block .location {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.testimonial-block .content {
    position: relative;
    width: calc(100% - 170px);
    margin-bottom: 30px;
}

.testimonial-block .rating-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 7px;
}

.testimonial-block h5 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.testimonial-block h5 {
    color: #276fe9;
}

.testimonial-block .rating {
    font-size: 12px;
    margin-left: 15px;
    color: #ffce4a;
}

.testimonial-block .text {
    position: relative;
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .testimonial-block .content {
        width: 100%;
    }
}


/* brand logo */

.brand-logo .single-logo {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .brand-logo .single-logo img {
        width: auto;
    }

/* Index News section */

.index-news-section {
    position: relative;
    padding: 60px 0 70px;
    background-image: url(../images/background/bg-map2.jpg);
    background-position: center top;
}

    .index-news-section .top-content .text {
        position: relative;
        font-size: 20px;
    }

    .index-news-section .top-content .sec-title {
        display: flex;
        justify-content: start;
        align-items: end;
    }

        .index-news-section .top-content .sec-title .btn-style-one {
            margin-left: 30px;
        }

@media (max-width: 575px) {
    .index-news-section .top-content .sec-title .btn-style-one {
        padding: 10px 15px;
    }

        .index-news-section .top-content .sec-title .btn-style-one:after {
            display: none;
        }
}

.index-news-section .news-table tr > td {
    border-color: #fff;
}

    .index-news-section .news-table tr > td a {
        color: #333;
    }

        .index-news-section .news-table tr > td a:hover {
            color: #276fe9;
        }

    .index-news-section .news-table tr > td .category {
        display: inline-block;
        padding: 2px 0;
        width: 7.4em;
        text-align: center;
        color: #fff;
        background-color: #276fe9;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 2px;
    }

@media only screen and (min-width: 768px) {
    .index-news-section .news-table tr > td:nth-child(1) {
        width: 8rem;
    }

    .index-news-section .news-table tr > td:nth-child(2) {
        width: 7rem;
    }
}

@media only screen and (max-width: 767px) {
    .index-news-section .top-content .text {
        margin-bottom: 30px;
    }

    .index-news-section .news-table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #dee2e6;
    }

        .index-news-section .news-table tr:last-child {
            border-bottom: 1px solid #dee2e6;
        }

        .index-news-section .news-table tr > td {
            border-top: none;
        }

            .index-news-section .news-table tr > td:nth-child(-n+2) {
                padding: .75rem .75rem 0;
            }

            .index-news-section .news-table tr > td:nth-child(3) {
                width: 100%;
            }
}

.index-news-section .col-left {
    padding: 0 15px;
}

.index-news-section .col-right {
    position: relative;
}

.index-news-section .video-box {
    width: 100%; /*height: 230px;*/
    position: relative;
    background-size: cover;
}

    .index-news-section .video-box .image img {
        width: 100%;
    }

    .index-news-section .video-box h5 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        background: #555;
        color: #fff;
        padding: 5px;
    }

.index-news-section .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .index-news-section .video-btn span {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50%;
    }

    .index-news-section .video-btn a {
        height: 110px;
        width: 110px;
        line-height: 102px;
        border-radius: 50%;
        color: #222;
        text-align: center;
        font-size: 30px;
        display: inline-block;
        position: relative;
        background-color: #ffffff;
    }

    .index-news-section .video-btn .ripple:before {
        position: absolute;
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;
        content: '';
        background-color: rgb(255 255 255 / 25%);
        border-radius: 50%;
        transition: .7s;
    }

    .index-news-section .video-btn .ripple:hover:before {
        transform: scale(1.3);
    }

    .index-news-section .video-btn .ripple:after {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

    .index-news-section .video-btn .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

.index-news-section .swiper-slide img {
    width: 100%;
    height: auto;
}

.index-news-section .brand-logo {
    position: relative;
    padding: 50px 0 0;
}

@media (min-width: 1400px) {
    .index-news-section .col-left {
        width: calc(100% - 400px);
    }

    .index-news-section .col-right {
        width: 400px;
        padding: 55px 15px 0;
    }

    .index-news-section .swiper {
        margin-top: 20px;
    }
}

@media (max-width: 1399px) {
    .index-news-section .col-left {
        width: 100%;
    }

    .index-news-section .col-right {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 25px 15px 0;
    }

    .index-news-section .video-box,
    .index-news-section .swiper {
        width: calc(30% - 10px);
    }
}

@media (max-width: 1199px) {
    .index-news-section .video-box,
    .index-news-section .swiper {
        width: calc(40% - 10px);
    }
}

@media (max-width: 991px) {
    .index-news-section .col-right {
        justify-content: space-between;
    }

    .index-news-section .video-box,
    .index-news-section .swiper {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .index-news-section .col-right {
        flex-direction: column;
        align-items: center;
    }

    .index-news-section .video-box,
    .index-news-section .swiper {
        width: calc(60% - 0px);
        margin: 15px 0;
    }

    .index-news-section .brand-logo {
        padding: 15px 0 0;
    }
}

@media (max-width: 575px) {
    .index-news-section .video-box,
    .index-news-section .swiper {
        width: calc(100% - 0px);
    }
}


/* News section */

.news-section {
    padding: 30px 0 40px;
    background-color: #f5fafe;
}

    .news-section .tab-area .tab-btn-style-one li a.active h4 {
        color: #276fe9;
    }

    .news-section .col-left,
    .news-section .col-right {
        padding: 0 15px;
    }

@media (min-width: 1200px) {
    .news-section .col-left {
        width: calc(100% - 380px);
    }

    .news-section .col-right {
        width: 380px;
    }
}

@media (max-width: 1199px) {
    .news-section .col-left {
        width: 100%;
    }

    .news-section .col-right {
        width: 100%;
        text-align: center;
    }
}

.news-section .side-banner {
    width: 100%;
}

    .news-section .side-banner .single-logo {
        margin-bottom: 20px;
    }

        .news-section .side-banner .single-logo img {
            width: 100%;
            max-width: 350px;
        }


/* News List */

.news-list {
    border-bottom: 1px solid #ddd;
}

    .news-list .image {
        position: relative;
        overflow: hidden;
        display: block;
        background: #ccc;
    }

        .news-list .image img {
            transition: .7s;
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            max-width: 100%;
            margin: auto;
        }

    .news-list .inner-box {
        position: relative;
    }

        .news-list .inner-box:hover .image img {
            transform: scale(1.1);
        }

    .news-list .image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
    }

    .news-list .image:hover:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

    .news-list .image:after {
        padding-top: 66.66%;
        content: "";
        display: block;
    }

    .news-list .post-meta-info {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }

        .news-list .post-meta-info .category {
            position: relative;
            padding: 4px 14px;
            color: #276fe9;
            border: 1px solid #276fe9;
            margin-right: 20px;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 2px;
        }

        .news-list .post-meta-info .date {
            position: relative;
            margin-right: 20px;
        }

            .news-list .post-meta-info .date i {
                margin-right: 7px;
            }

        .news-list .post-meta-info .click {
            position: relative; /*margin-right: 20px;*/
        }

            .news-list .post-meta-info .click i {
                margin-right: 7px;
            }

    .news-list h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 32px;
    }

        .news-list h4 a {
            color: #222;
            transition: .5s;
            display: block;
        }

            .news-list h4 a:hover {
                color: #276fe9;
            }

    .news-list > div {
        padding: 40px 0;
    }

        .news-list > div:nth-child(n+2) {
            border-top: 1px solid #ccc;
        }


@media (max-width: 767px) {
    .news-list .inner-box .image {
        margin-bottom: 35px;
    }
}


/* 國際合作 */

.international-section {
    position: relative;
    padding: 30px 0 10px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.inter-block {
    padding: 40px 0;
}

    .inter-block .inner-box {
        position: relative;
    }

    .inter-block .image {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
        text-align: center;
    }

        .inter-block .image img {
            transition: .7s;
        }

    .inter-block .inner-box:hover .image img {
        transform: scale(1.1);
    }

    .inter-block .image:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
    }

    .inter-block .image:hover:before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
    }

    .inter-block .lower-content {
        position: relative;
    }

    .inter-block .post-meta-info {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

        .inter-block .post-meta-info .date {
            position: relative;
            margin-right: 20px;
        }

            .inter-block .post-meta-info .date i {
                margin-right: 7px;
            }

    .inter-block h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 32px;
    }

        .inter-block h4 a {
            color: #222;
            transition: .5s;
        }

            .inter-block h4 a:hover {
                color: #276fe9;
            }

@media (min-width: 992px) and (max-width: 1199px) {
    .inter-block .inner-box {
        display: flex;
        margin: 0 -15px;
    }

    .inter-block .image {
        width: 40%;
        padding: 0 15px;
    }

    .inter-block .lower-content {
        width: 60%;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .international-section .row > div:nth-child(n+2) .inter-block {
        border-top: 1px solid #ddd;
    }
}


/* News block */

.news-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

    .news-block .image img {
        transition: .7s;
        width: 100%;
    }

.news-block .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.news-block .image:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.news-block .lower-content {
    position: relative;
}

    .news-block .lower-content table th,
    .news-block .lower-content table td {
        border: 1px solid #666;
        padding: 3px 8px;
    }

.news-block .post-meta-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

    .news-block .post-meta-info .category {
        position: relative;
        padding: 7px 20px;
        color: #276fe9;
        background-color: #fff;
        border: 1px solid #276fe9;
        margin-right: 20px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 2px;
    }

    .news-block .post-meta-info .date {
        position: relative;
        margin-right: 20px;
    }

        .news-block .post-meta-info .date i {
            margin-right: 7px;
        }

    .news-block .post-meta-info .click {
        position: relative;
        margin-right: 20px;
    }

        .news-block .post-meta-info .click i {
            margin-right: 7px;
        }

    .news-block .post-meta-info .share {
        position: relative;
        margin-right: 20px;
    }

        .news-block .post-meta-info .share i {
            margin-right: 7px;
        }

.news-block .post-share-info .file-links > li {
    margin-bottom: 5px;
}

.news-block h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 32px;
}

    .news-block h4 a {
        color: #222;
        transition: .5s;
    }

        .news-block h4 a:hover {
            color: #276fe9;
        }

@media only screen and (max-width: 575px) {
    .news-block .post-meta-info .category {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}

/* News block style two */

.news-block.style-two h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.news-block.style-two .text {
    margin-bottom: 30px;
}

.news-block.style-two .inner-box {
    margin-bottom: 55px;
}

.news-block .share ul.social-links {
    position: absolute;
    top: -29px;
    left: 50%;
    display: flex;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    transform: translateX(-50%);
}

    .news-block .share ul.social-links li {
        margin-right: 15px;
    }

        .news-block .share ul.social-links li a {
            color: #666;
            transition: .5s;
            font-size: 14px;
        }

            .news-block .share ul.social-links li a:hover {
                color: #fff;
            }

.news-block .share:hover ul.social-links {
    opacity: 1;
    visibility: visible;
}

.news-block.blog-quote h4 a {
    color: #fff;
}

.news-block.blog-quote .quote {
    position: absolute;
    left: 65px;
    top: 70px;
}

.news-block.blog-quote .post-meta-info .date {
    color: #fff;
}

.news-block.blog-quote .post-meta-info .comment {
    color: #fff;
}

.news-block.blog-quote .post-meta-info .like {
    color: #fff;
}

.news-block.blog-quote .post-meta-info .share {
    color: #fff;
}

.news-block.blog-quote .inner-box {
    background-size: cover;
}

.news-block.blog-quote .lower-content {
    padding: 65px 55px 40px;
    padding-left: 100px;
}

@media only screen and (max-width: 767px) {
    .news-block.blog-quote .lower-content {
        padding: 65px 25px 40px;
        padding-left: 50px;
    }

    .news-block.blog-quote .quote {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }
}


/* Search Box */

.search-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding: 19px 35px;
    background: #fff;
    box-shadow: 0 1px 10px #ddd; /*border: 1px solid #ddd;*/
    border-radius: 45px;
}

    .search-box > div {
        padding-left: 5px;
        padding-right: 5px;
    }

        .search-box > div.ipt {
            width: calc(100% - 300px);
        }

        .search-box > div > .form-control {
            border: none;
            background: #eee;
        }

@media (max-width: 600px) {
    .search-box > div.sel {
        width: 100%;
        margin-bottom: 10px;
    }

        .search-box > div.sel > select {
            width: 100%;
        }

    .search-box > div.ipt {
        width: calc(100% - 130px);
    }
}

@media (max-width: 413px) {
    .search-box > div {
        width: 100%;
    }

        .search-box > div.ipt {
            width: 100%;
        }

        .search-box > div > .btn {
            width: 100%;
            margin-top: 10px;
        }
}


/* Search result section */

.search-result-section {
}



/* Projects section */

.projects-section {
    position: relative;
}

    .projects-section .auto-container {
        padding: 0;
        max-width: 100%;
    }

.project-block {
    position: relative;
}

    .project-block .inner-box {
        position: relative;
        overflow: hidden;
    }

    .project-block .image {
        position: relative;
    }

        .project-block .image:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
            opacity: 0.851;
        }

        .project-block .image img {
            width: 100%;
            transition: .7s;
        }

    .project-block .content {
        position: absolute;
        left: 60px;
        bottom: 70px;
        transition: .5s;
    }

    .project-block .inner-box:hover .content {
        opacity: 0;
        transform: scaleY(0);
    }

    .project-block h4 {
        position: relative;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

        .project-block h4:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 63px;
            bottom: 0;
            left: 0;
            background-image: url(../images/shape/shape-6.png);
        }

    .project-block h3 {
        position: relative;
        font-size: 36px;
        font-weight: 700;
        color: #fff;
    }

    .project-block .text {
        position: relative;
        color: #fff;
        margin: 15px 0 25px;
    }

    .project-block .link-btn a {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 39px;
        border: 1px solid #fff;
        border-radius: 2px;
        text-align: center;
        transition: .5s;
    }

        .project-block .link-btn a:hover {
            background-color: #222;
            border-color: #222;
        }

    .project-block .overlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        transition: .7s;
        padding: 20px;
        padding-left: 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: rgba(36, 168, 142, 0.75);
    }

.theme-color-two .project-block .overlay {
    background-color: rgb(39 111 233 / 0.75);
}

.project-block .inner-box:hover .overlay {
    opacity: 1;
}

.project-block .overlay .content-two {
    position: relative;
    transition: .9s;
    transform: translateY(20px);
}

.project-block .inner-box:hover .overlay .content-two {
    transform: translateY(0);
}

@media only screen and (max-width: 575px) {
    .project-block h3 {
        font-size: 24px;
    }

    .project-block .content {
        left: 30px;
        bottom: 30px;
    }

    .project-block .overlay {
        padding-left: 20px;
    }
}

/* courses-package Section */

.courses-package-section {
    position: relative;
    padding: 120px 0 90px;
}

    .courses-package-section .background-icon {
        position: absolute;
        top: 155px;
        left: 50%;
        transform: translateX(-50%);
    }

    .courses-package-section .top-content .text {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 60px;
    }

.course-package-block .inner-box {
    position: relative;
    padding-right: 50px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.course-package-block .image {
    position: relative;
    overflow: hidden;
}

    .course-package-block .image img {
        width: 100%;
        transition: .5s;
    }

.course-package-block .inner-box:hover .image img {
    transform: scale(1.05);
}

.course-package-block .content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 352px;
    box-shadow: 0px 10px 46px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.course-package-block .top-content {
    position: relative;
    padding: 28px 50px;
}

.course-package-block .top-content {
    background: #276fe9;
}

.course-package-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 9px;
    color: #fff;
}

.course-package-block h5 {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.6);
}

.course-package-block .bottom-content {
    position: relative;
    padding: 35px 50px;
}

.course-package-block .text {
    position: relative;
    margin-bottom: 20px;
}

.course-package-block .link-btn {
    position: relative;
}

    .course-package-block .link-btn a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        vertical-align: middle;
        color: #222;
        transition: .5s;
    }

        .course-package-block .link-btn a:hover {
            color: #276fe9;
        }

        .course-package-block .link-btn a i {
            color: #276fe9;
        }

        .course-package-block .link-btn a i {
            margin-left: 10px;
            vertical-align: middle;
        }

@media only screen and (max-width: 575px) {
    .course-package-block .content {
        position: relative;
        max-width: 100%;
    }

    .course-package-block .inner-box {
        padding-right: 0;
    }
}

.courses-package-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .courses-package-section .owl-dots .owl-dot {
        position: relative;
        margin: 0px 5px;
        width: 10px;
        height: 8px;
        border-radius: 2.5px;
        display: inline-block;
        border-radius: 4px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .courses-package-section .owl-dots .owl-dot {
        background: #cccccc;
    }

        .courses-package-section .owl-dots .owl-dot:hover,
        .courses-package-section .owl-dots .owl-dot.active {
            width: 18px;
        }

        .courses-package-section .owl-dots .owl-dot:hover,
        .courses-package-section .owl-dots .owl-dot.active {
            background-color: #276fe9;
        }


/* 技能競賽：資訊月 */

.compet-one-section {
    position: relative;
    background-color: #f5fafe;
}

    .compet-one-section .top-container {
        max-width: 1500px;
        padding: 30px 15px 0px;
        margin: 0 auto;
    }

    .compet-one-section .auto-container {
        max-width: 100%;
        padding: 0;
    }

    .compet-one-section .content-block {
        position: relative;
        padding: 30px 80px;
        z-index: 9;
    }

    .compet-one-section .video-column {
        position: relative;
        background-size: cover;
    }

        .compet-one-section .video-column h3 {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 60px;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
        }

        .compet-one-section .video-column .image {
            display: none;
        }

        .compet-one-section .video-column .video-box {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background-size: cover;
            background-position: 70% center;
        }

            .compet-one-section .video-column .video-box:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.10);
            }

    .compet-one-section .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .compet-one-section .video-btn span {
            position: relative;
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 100px;
            border-radius: 50%;
        }

        .compet-one-section .video-btn a {
            height: 110px;
            width: 110px;
            line-height: 102px;
            border-radius: 50%;
            color: #222;
            text-align: center;
            font-size: 30px;
            display: inline-block;
            position: relative;
            background-color: #ffffff;
        }

        .compet-one-section .video-btn .ripple:before {
            position: absolute;
            left: -10px;
            top: -10px;
            right: -10px;
            bottom: -10px;
            content: '';
            background-color: rgb(255 255 255 / 25%);
            border-radius: 50%;
            transition: .7s;
        }

        .compet-one-section .video-btn .ripple:hover:before {
            transform: scale(1.3);
        }

        .compet-one-section .video-btn .ripple:after {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -webkit-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
        }

        .compet-one-section .video-btn .ripple:after {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
        }

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@media (min-width: 768px) {
    .compet-one-section .owl-theme {
        padding-top: 55px;
    }
}

.compet-one-section .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 15px;
}

    .compet-one-section .owl-theme .owl-nav .owl-prev {
        margin: 0 5px;
        height: 45px;
        position: relative;
        width: 45px;
        border-radius: 50%;
        border: none;
        text-align: center;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .compet-one-section .owl-theme .owl-nav .owl-prev:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            left: 0;
            background: transparent;
            border: 1px solid #ddd;
            font-size: 18px;
            border-radius: 2px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            color: #222;
        }

    .compet-one-section .owl-theme .owl-nav .owl-next {
        margin: 0 5px;
        position: relative;
        height: 45px;
        width: 45px;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .compet-one-section .owl-theme .owl-nav .owl-next:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0px;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            border-radius: 2px;
            font-size: 18px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            color: #222;
            background: transparent;
            border: 1px solid #ddd;
        }

        .compet-one-section .owl-theme .owl-nav .owl-prev:hover:after,
        .compet-one-section .owl-theme .owl-nav .owl-next:hover:after {
            color: #fff;
        }

        .compet-one-section .owl-theme .owl-nav .owl-prev:hover:after,
        .compet-one-section .owl-theme .owl-nav .owl-next:hover:after {
            border-color: #276fe9;
            background-color: #276fe9;
        }

@media only screen and (max-width: 1199px) {
    .compet-one-section .video-column {
        padding: 0 100px;
        margin-bottom: 20px;
    }

        .compet-one-section .video-column .image {
            display: block;
        }

            .compet-one-section .video-column .image img {
                width: 100%;
            }

        .compet-one-section .video-column .video-box {
            position: relative;
            background: transparent !important;
        }
}

@media only screen and (max-width: 575px) {
    .compet-one-section .video-column {
        padding: 0 20px;
    }

        .compet-one-section .video-column h3 {
            position: relative;
            display: none;
        }

    .compet-one-section .content-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Year Block */

/*.year-block { min-height: 425px; }*/
.year-block .inner-box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 48px 20px;
    text-align: center;
    transition: .5s;
    box-shadow: 0px 0px 15px 1px #ddd;
}

.year-block .image {
    position: relative;
    display: inline-block;
    background-color: #e4ecf2;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 15px;
}

    .year-block .image:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 10px solid #e4ecf2;
        border-radius: 50%;
    }

    .year-block .image img {
        border-radius: 50px;
    }

.year-block .content {
    position: relative;
}

    .year-block .content > h4 {
        position: relative;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .year-block .content > .link-btn {
        margin-top: 20px;
    }

        .year-block .content > .link-btn .style-five {
            padding: 16px 40px 16px 23px;
        }

            .year-block .content > .link-btn .style-five:after {
                right: 18px;
            }

/* 技能競賽：歷年自辦 */

.compet-two-section {
    padding: 60px 0 50px;
    background-color: #fff;
}

    .compet-two-section .inner-box {
        position: relative;
        margin-bottom: 50px;
    }

    .compet-two-section .image {
        position: relative;
        overflow: hidden;
    }

        .compet-two-section .image img {
            width: 100%;
            transition: .5s;
        }

    .compet-two-section .inner-box:hover .image img {
        transform: scale(1.05);
    }

    .compet-two-section .content h3 {
        font-weight: bold;
    }


/* Two column section */

.two-column-section {
    position: relative;
    background-color: #f5fafe;
}

    .two-column-section .content-block {
        position: relative;
        padding: 120px 100px 70px;
        z-index: 9;
    }

    .two-column-section .auto-container {
        max-width: 100%;
        padding: 0;
    }

    .two-column-section .video-column {
        position: relative;
        background-size: cover;
    }

        .two-column-section .video-column .video-box:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.10);
        }

        .two-column-section .video-column h3 {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 60px;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
        }

        .two-column-section .video-column .image {
            display: none;
        }

        .two-column-section .video-column .video-box {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background-size: cover;
            background-position: right center;
        }

    .two-column-section .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .two-column-section .video-btn span {
            position: relative;
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 100px;
            border-radius: 50%;
        }

        .two-column-section .video-btn a {
            height: 110px;
            width: 110px;
            line-height: 102px;
            border-radius: 50%;
            color: #222;
            text-align: center;
            font-size: 30px;
            display: inline-block;
            position: relative;
            background-color: #ffffff;
        }

        .two-column-section .video-btn .ripple:before {
            position: absolute;
            left: -10px;
            top: -10px;
            right: -10px;
            bottom: -10px;
            content: '';
            background-color: rgb(255 255 255 / 25%);
            border-radius: 50%;
            transition: .7s;
        }

        .two-column-section .video-btn .ripple:hover:before {
            transform: scale(1.3);
        }

        .two-column-section .video-btn .ripple:after {
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
            -webkit-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
        }

        .two-column-section .video-btn .ripple:after {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
        }

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.two-column-section .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    top: -100px;
    right: 0;
}

    .two-column-section .owl-theme .owl-nav .owl-prev {
        margin: 0 5px;
        height: 45px;
        position: relative;
        width: 45px;
        border-radius: 50%;
        border: none;
        text-align: center;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .two-column-section .owl-theme .owl-nav .owl-prev:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            left: 0;
            background: transparent;
            border: 1px solid #ddd;
            font-size: 18px;
            border-radius: 2px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            color: #222;
        }

    .two-column-section .owl-theme .owl-nav .owl-next {
        margin: 0 5px;
        position: relative;
        height: 45px;
        width: 45px;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .two-column-section .owl-theme .owl-nav .owl-next:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0px;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            border-radius: 2px;
            font-size: 18px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            color: #222;
            background: transparent;
            border: 1px solid #ddd;
        }

        .two-column-section .owl-theme .owl-nav .owl-prev:hover:after,
        .two-column-section .owl-theme .owl-nav .owl-next:hover:after {
            color: #fff;
        }

        .two-column-section .owl-theme .owl-nav .owl-prev:hover:after,
        .two-column-section .owl-theme .owl-nav .owl-next:hover:after {
            border-color: #276fe9;
            background-color: #276fe9;
        }

@media only screen and (max-width: 1199px) {
    .two-column-section .video-column .image {
        display: block;
    }

    .two-column-section .video-column .video-box {
        position: relative;
        background: transparent !important;
    }

    .two-column-section .video-column .image img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .two-column-section .video-column h3 {
        position: relative;
        display: none;
    }

    .two-column-section .content-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Team Block */

.team-block {
    min-height: 425px;
}

    .team-block .inner-box {
        position: relative;
        margin-top: 45px;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 48px 20px;
        text-align: center;
        transition: .5s;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.05);
    }

        .center .team-block .inner-box,
        .team-block .inner-box:hover {
            padding-bottom: 123px;
            margin-bottom: -75px;
        }

    .team-block .image {
        position: relative;
        display: inline-block;
        background-color: #e4ecf2;
        padding: 10px;
        border-radius: 50%;
        margin-bottom: 27px;
    }

        .team-block .image:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 10px solid #e4ecf2;
            border-radius: 50%;
        }

        .team-block .image img {
            border-radius: 50px;
        }

    .team-block .content {
        position: relative;
    }

    .team-block h4 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .team-block .designation {
        position: relative;
        font-size: 16px;
        color: #555;
    }

    .team-block .social-links {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 55px;
        opacity: 0;
        transition: .5s;
        transform: scale(1,0);
        transform-origin: bottom;
        transition: .5s;
    }

    .center .team-block .inner-box .social-links,
    .team-block .inner-box:hover .social-links {
        opacity: 1;
        transform: scale(1);
    }

    .team-block .social-links li {
        display: inline-block;
        margin-top: 10px;
    }

        .team-block .social-links li:last-child {
            margin-right: 0;
        }

        .team-block .social-links li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 17px;
            display: inline-block;
            transition: .5s;
            border-radius: 50%;
        }

            .team-block .social-links li a:hover {
                border-radius: 20%;
            }

    .team-block .social-links a.facebook {
        background-color: #516eb1;
    }

    .team-block .social-links a.twitter {
        background-color: #449bd5;
    }

    .team-block .social-links a.google-plus {
        background-color: #dd4b39;
    }

    .team-block .social-links a.linkedin-in {
        background-color: #0077b5;
    }


/* 服務項目 */

.service-section {
    position: relative;
    padding: 30px 0 0;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-map3.jpg);
    background-position: center top;
}

    .service-section .top-content .text {
        position: relative;
        font-size: 20px;
    }

    .service-section .tab-area {
        position: relative;
        text-align: center;
    }

        .service-section .tab-area .tab-btn-style-one {
            position: relative;
            border: 0;
            margin-bottom: 30px;
            text-align: left;
            display: inline-block;
            box-shadow: 0px 2px 12px #ccc;
            padding: 0 35px;
            border-radius: 45px;
            background: #fff;
            overflow: hidden;
        }

            .service-section .tab-area .tab-btn-style-one li {
                display: inline-block;
                vertical-align: middle;
            }

                .service-section .tab-area .tab-btn-style-one li a {
                    border: 0;
                    padding: 5px 0;
                    padding-right: 20px;
                    margin: 14px 0;
                    margin-right: 20px;
                    border-right: 1px solid #ddd;
                    border-radius: 0;
                    transition: .5s;
                }

                    .service-section .tab-area .tab-btn-style-one li a h4 {
                        font-size: 20px;
                        font-weight: 600;
                        letter-spacing: 1px;
                        color: #222;
                        text-transform: uppercase;
                        transition: .5s;
                    }

                    .service-section .tab-area .tab-btn-style-one li a.active h4 {
                        color: #276fe9;
                    }

                .service-section .tab-area .tab-btn-style-one li:last-child a {
                    border-right: 0;
                    margin-right: 0;
                    padding-right: 0;
                }

@media only screen and (max-width: 991px) {
    .service-section .tab-area {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .service-section .tab-area .tab-btn-style-one li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .service-section .tab-area .tab-btn-style-one li a {
            padding-right: 0;
            margin: 4px 0;
            border: 0;
        }

    .service-section .tab-area .tab-btn-style-one {
        padding: 15px 0;
        width: 100%;
    }
}


/* Pricing section style two */

.pricing-section.style-two .tab-area .tab-btn-style-one {
    padding: 0;
    border: 0;
    margin-bottom: 40px;
}

.pricing-section.style-two .tab-area {
    padding-top: 0;
}

    .pricing-section.style-two .tab-area .tab-btn-style-one li {
        margin-bottom: 10px;
    }

        .pricing-section.style-two .tab-area .tab-btn-style-one li a {
            margin: 0 1px;
            box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
            border: 0;
            padding: 22px 70px;
            border-bottom: 2px solid transparent;
        }

        .pricing-section.style-two .tab-area .tab-btn-style-one li:last-child a {
            padding-right: 70px;
        }

        .pricing-section.style-two .tab-area .tab-btn-style-one li a h4 {
            font-size: 18px;
        }

        .pricing-section.style-two .tab-area .tab-btn-style-one li a.active {
            border-color: #999;
        }


.pricing-block .inner-box {
    position: relative;
    padding: 115px 0 30px;
    border: 1px solid #eee;
    background-color: #fff;
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pricing-block:nth-child(2) {
    margin: 0 -2px;
}

    .pricing-block:nth-child(2) .inner-box {
        z-index: 9;
        border: 0;
        padding: 116px 0 31px;
        box-shadow: 0px 0px 48px 12px rgba(0, 0, 0, 0.05);
    }

.pricing-block h4 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 38px;
}

.pricing-block .price-box {
    position: relative;
    padding: 29px 0;
}

.pricing-block .price-box {
    background-color: #276fe9;
}

.pricing-block:nth-child(2) .price-box {
    background-color: #1551b6;
}

.pricing-block .price-box .ribbon {
    position: absolute;
    left: 50%;
    top: -10px;
    font-size: 10px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #ff7800;
    border-radius: 10px;
    line-height: 20px;
    transform: translateX(-50%);
}

.pricing-block .price {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}

.pricing-block .time {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #cadeef;
}

.pricing-block ul {
    position: relative;
    padding: 58px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    vertical-align: middle;
}

    .pricing-block ul li {
        font-size: 18px;
        color: #222;
        margin-bottom: 22px;
        position: relative;
        display: inline-block;
        padding-left: 25px;
    }

        .pricing-block ul li:last-child {
            margin-bottom: 0;
        }

        .pricing-block ul li:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 7px;
            display: block;
            height: 14px;
            width: 14px;
            background-image: url(../images/icons/icon-16.png);
        }

        .pricing-block ul li.unavailable:before {
            background-image: url(../images/icons/icon-17.png);
        }

        .pricing-block ul li.unavailable {
            color: #777777;
            text-decoration: line-through;
        }

.pricing-block .link-btn {
    position: relative;
}

    .pricing-block .link-btn .theme-btn {
        border-color: #222;
        padding: 16px 45px;
        padding-right: 70px;
    }

        .pricing-block .link-btn .theme-btn:hover {
            color: #fff;
        }

        .pricing-block .link-btn .theme-btn:hover {
            border-color: #276fe9;
        }

            .pricing-block .link-btn .theme-btn:hover:after {
                color: #fff;
            }

    .pricing-block .link-btn .btn-style-one:before {
        background-color: #276fe9;
    }

    .pricing-block .link-btn .btn-style-one.style-three:after {
        right: 40px;
        top: 16px;
    }

.pricing-block .text {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}


/* Brand logo style two */

.brand-logo.style-two {
    margin: 0;
    padding: 80px 0;
    border-top: 1px solid #ddd;
}

    .brand-logo.style-two .auto-container {
        max-width: 1230px;
    }


/* Mission section */

.mission-section {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

    .mission-section .auto-container {
        max-width: 1480px;
    }

    .mission-section .nav-tabs {
        border: 0;
        border-left: 5px solid #cfd2da;
        padding: 43px 0;
    }

        .mission-section .nav-tabs .nav-link {
            border: 0;
            padding: 0;
            background: transparent;
            display: block;
        }

        .mission-section .nav-tabs .nav-item {
            width: 100%;
        }

        .mission-section .nav-tabs .nav-link h4 {
            position: relative;
            font-size: 22px;
            font-weight: 700;
            color: #999;
            padding: 16px 0;
            padding-left: 37px;
            transition: .5s;
        }

        .mission-section .nav-tabs .nav-link.active h4 {
            color: #276fe9;
        }

        .mission-section .nav-tabs .nav-link h4:before {
            position: absolute;
            content: '';
            left: -7.5px;
            top: 0;
            width: 10px;
            bottom: 0;
            background-color: transparent;
            transition: .5s;
        }

        .mission-section .nav-tabs .nav-link h4:after {
            font-family: Flaticon;
            content: "\f115";
            position: absolute;
            right: 26px;
            top: 16px;
            line-height: 25px;
            font-size: 17px;
            color: #999;
            transform: rotate(180deg);
            font-weight: 400;
        }

        .mission-section .nav-tabs .nav-link.active h4:before {
            background-color: #276fe9;
        }

    /*.mission-section .nav-tabs .nav-link.active h4:after { color: #fff; }*/

    .mission-section .content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .mission-section .content .left-content {
            position: relative;
            width: calc(100% - 310px);
        }

        .mission-section .content h4 {
            position: relative;
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            line-height: 36px;
            margin-bottom: 20px;
        }

        .mission-section .content .text {
            position: relative; /*color: #fff;*/
            margin-bottom: 20px;
        }

    .mission-section .image {
        position: relative;
        margin-bottom: 20px;
    }

        .mission-section .image img {
            border-radius: 50%;
        }

    .mission-section .tab-area {
        position: relative; /*padding-bottom: 190px; max-width: 1140px;*/
        margin: 0 auto;
    }

    .mission-section .icon-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .mission-section .icon-box .icon {
            position: relative;
            border: 5px solid #3e434f;
            width: 90px;
            height: 90px;
            text-align: center;
            line-height: 76px;
            border-radius: 50%;
            margin-right: 20px;
            transition: .9s;
        }

        .mission-section .icon-box .icon {
            background: #276fe9;
        }

        .mission-section .icon-box:hover .icon {
            border-color: #dfff;
        }

        .mission-section .icon-box .hover-icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: .9s;
            opacity: .5;
        }

        .mission-section .icon-box:hover .hover-icon {
            transform: scale(1.5);
            opacity: 0;
        }

        .mission-section .icon-box h5 {
            position: relative;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #fff;
        }

        .mission-section .icon-box .text {
            position: relative;
            font-size: 16px;
            color: #fff;
        }

@media only screen and (max-width: 991px) {
    .mission-section .content {
        text-align: center;
        justify-content: center;
    }

    .mission-section .image {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-section .nav-tabs {
        padding: 0;
        margin-bottom: 40px;
    }

    .mission-section .content .left-content {
        width: 100%;
    }

    .mission-section .tab-area {
        padding-bottom: 80px;
    }

    .mission-section .icon-box {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }

        .mission-section .icon-box .icon {
            margin-right: 0;
            margin-bottom: 30px;
        }
}


/* 數位學習平台 */

.eLearning-section {
    position: relative;
    padding: 80px 0 40px;
    /*background-color: #f7f7f7;*/
    background-image: url(../images/background/bg-map2.jpg);
    background-position: center top;
}

    /* color-blue */
    .eLearning-section .tab-area .tab-btn-style-one {
        position: relative;
        border: 0;
        margin: 0 auto 65px;
        display: inline-block;
        padding: 0 35px;
        border-radius: 45px;
    }

        .eLearning-section .tab-area .tab-btn-style-one li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 -2px;
            margin-bottom: 10px;
            background: #fff;
        }

            .eLearning-section .tab-area .tab-btn-style-one li a {
                padding: 22px 0px;
                margin: 0 1px;
                min-width: calc(7em + 100px);
                border-right: 1px solid #ddd;
                border-radius: 0;
                transition: .5s;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                border: 0;
                border-bottom: 2px solid transparent;
            }

                .eLearning-section .tab-area .tab-btn-style-one li a h4 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #222;
                    text-transform: uppercase;
                    transition: .5s;
                }

                .eLearning-section .tab-area .tab-btn-style-one li a.active {
                    border-color: #999;
                }

                    .eLearning-section .tab-area .tab-btn-style-one li a.active h4 {
                        color: #276fe9;
                    }

    /* color-red */
    .eLearning-section .tab-area .tab-btn-style-two {
        position: relative;
        border: 0;
        margin-bottom: 65px;
        display: inline-block;
        padding: 0 35px;
        border-radius: 45px;
    }

        .eLearning-section .tab-area .tab-btn-style-two li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 -2px;
            margin-bottom: 10px;
            background: #fff;
        }

            .eLearning-section .tab-area .tab-btn-style-two li a {
                padding-right: 20px;
                margin-right: 20px;
                min-width: calc(6em + 100px);
                border-right: 1px solid #ddd;
                border-radius: 0;
                transition: .5s;
                margin: 0 1px;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                border: 0;
                padding: 22px 50px;
                border-bottom: 2px solid transparent;
            }

                .eLearning-section .tab-area .tab-btn-style-two li a h4 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #222;
                    text-transform: uppercase;
                    transition: .5s;
                }

                .eLearning-section .tab-area .tab-btn-style-two li a.active {
                    border-color: #999;
                }

                    .eLearning-section .tab-area .tab-btn-style-two li a.active h4 {
                        color: #276fe9; /*color: #b91c23;*/
                    }

    .eLearning-section .content-block h4 {
        position: relative;
        padding-left: 35px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 36px;
    }

        .eLearning-section .content-block h4 .icon {
            position: absolute;
            left: 0;
            top: 0;
        }

@media (max-width: 767px) {
    .eLearning-section .btn-block {
        text-align: center;
    }
}

.eLearning-section .list {
    position: relative;
    margin-bottom: 15px;
}

    .eLearning-section .list li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 600;
    }

        .eLearning-section .list li:before {
            position: absolute;
            content: '';
            left: 0;
            top: 8px;
            background-image: url(../images/icons/icon-1.png);
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
        }

.eLearning-section .feature .inner-box {
    height: calc(100% - 30px);
    display: flex;
    margin-bottom: 30px;
    padding: 40px 30px 25px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    transition: .7s;
    background-color: #fff;
    border-bottom: 2px solid #999;
}

    .eLearning-section .feature .inner-box.active,
    .eLearning-section .feature .inner-box:hover {
        border-color: #276fe9;
    }


/* 數位學習平台-雲端練功坊 */

.csfcloud .table {
    background: #fff;
}

    .csfcloud .table tr > th,
    .csfcloud .table tr > td {
        padding: 0.3rem 0.8rem;
    }

        .csfcloud .table tr > th,
        .csfcloud .table tr > td:nth-child(n+2) {
            text-align: center;
            vertical-align: middle;
        }

.csfcloud .app-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    text-align: center;
}

    .csfcloud .app-block h4 {
        font-weight: bold;
    }

    .csfcloud .app-block .qr {
        background: #fff;
        box-shadow: 0 1px 12px #aaa;
        border-radius: 15px;
        padding: 12px;
        text-align: center;
    }

        .csfcloud .app-block .qr > img {
            width: 150px;
        }

    .csfcloud .app-block .image > img {
        height: 275px;
    }

@media (min-width: 992px) and (max-width: 1090px) {
    .csfcloud .table tr > td:nth-child(2) {
        width: 15%;
    }

    .csfcloud .table tr > td:nth-child(3) {
        width: 15%;
    }

    .csfcloud .table tr > td:last-child {
        width: 5.5em;
    }
}


/* 數位學習平台-中文能力雲端診斷系統 */

.cwtcloud h4 {
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 36px;
}

.cwtcloud .list li {
    font-weight: normal;
}


/* 數位學習平台-作文易學堂 */

.ez .feature .inner-box {
    justify-content: space-between;
    align-content: flex-start;
}

    .ez .feature .inner-box > .image {
        width: 240px;
        position: relative;
    }

        .ez .feature .inner-box > .image > div {
            background: #daf5fc;
            color: #1c51ad;
        }

        .ez .feature .inner-box > .image .title1,
        .ez .feature .inner-box > .image .title2 {
            width: 170px;
            height: 170px;
            border-radius: 85px;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 62px;
            font-size: 1.4em;
            font-weight: bold;
            margin: 0 0 0 auto;
        }

        .ez .feature .inner-box > .image .line1 {
            position: absolute;
            margin: 48px 60px;
            width: 30px;
            height: 30px;
            box-sizing: border-box;
            background: linear-gradient(45deg, transparent 49%, #276fe9 49%, #276fe9 51%, transparent 51%);
        }

        .ez .feature .inner-box > .image .line2 {
            position: absolute;
            margin: 48px 60px;
            width: 30px;
            height: 30px;
            box-sizing: border-box;
            background: linear-gradient(135deg, transparent 49%, #276fe9 49%, #276fe9 51%, transparent 51%);
        }

        .ez .feature .inner-box > .image img {
            width: 105px;
            position: absolute;
            top: 18px;
        }

    .ez .feature .inner-box > .text {
        width: calc(100% - 260px);
    }

        .ez .feature .inner-box > .text p {
            margin-bottom: 0;
        }

@media (max-width: 767px), (min-width: 992px) and (max-width: 1399px) {
    .ez .feature .inner-box {
        flex-wrap: wrap;
    }

        .ez .feature .inner-box > .image {
            margin: 0 auto 20px;
        }

        .ez .feature .inner-box > .text {
            width: 100%;
        }
}


/* 數位學習平台 聯絡方式 */

.contact-box .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    margin-bottom: 30px;
}

    .contact-box .icon-box .icon {
        position: relative;
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 76px;
        border-radius: 50%;
        margin-right: 20px;
        transition: .9s;
    }

    .contact-box .icon-box .hover-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: .9s;
        opacity: .5;
    }

    .contact-box .icon-box:hover .hover-icon {
        transform: scale(1.5);
        opacity: 0;
    }

    .contact-box .icon-box .text h5 {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .contact-box .icon-box .text a {
        font-size: 18px;
    }

/* color-blue */
.contact-box.style-one .icon-box .icon {
    border: 5px solid #3e434f;
    background: #276fe9;
}

.contact-box.style-one .icon-box:hover .icon {
    border-color: #dff;
}

.contact-box.style-one .icon-box .text a {
    color: #276fe9;
}

/* color-red */
.contact-box.style-two {
    background-color: #ffe9e9;
}

    .contact-box.style-two .icon-box .icon {
        border: 5px solid #3e434f;
        background: #b91c23;
    }

    .contact-box.style-two .icon-box:hover .icon {
        border-color: #fdd;
    }

    .contact-box.style-two .icon-box .text a {
        color: #b91c23;
    }

@media (min-width: 414px) and (max-width: 767px) {
    .contact-box .col-md-4 > .text > div,
    .contact-box .col-md-5 > .text > div {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-box .col-md-4.icon-box,
    .contact-box .col-md-5.icon-box {
        display: block;
        text-align: center;
    }

        .contact-box .col-md-4.icon-box .icon,
        .contact-box .col-md-5.icon-box .icon {
            margin: 0 auto;
        }
}

@media (max-width: 413px) {
    .contact-box .icon-box {
        display: block;
        text-align: center;
    }

        .contact-box .icon-box .icon {
            margin: 0 auto;
        }
}


/* 實體出版 */

.book-section {
    position: relative;
    padding: 80px 0;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-map3.jpg);
    background-position: center top;
}

    .book-section .auto-container {
        max-width: 1480px;
    }

.book-block {
    margin: 0 -2px;
    text-align: center;
}

    .book-block .inner-box {
        position: relative;
        padding: 40px 15px;
        border: 1px solid #eee;
        box-shadow: 0px 0px 48px 12px rgba(0, 0, 0, 0.05);
        background-color: #fff;
        height: 100%;
        max-width: 410px;
        margin: 0 auto;
        display: table;
        border-spacing: 15px;
    }

        .book-block .inner-box > div {
            display: table-row;
        }

        .book-block .inner-box > .image.style-one > img {
            height: 112px;
        }

        .book-block .inner-box > .image.style-two > img {
            height: auto;
            margin-bottom: 15px;
        }

        .book-block .inner-box > .text {
            font-size: 17px;
            height: 100%;
            margin-bottom: 0;
            vertical-align: top;
        }

@media (max-width: 1199px) {
    .book-block .inner-box {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
}


/* 民間委辦 */

.folk-section {
    position: relative;
    padding: 80px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-map3.jpg);
    background-position: center top;
}

    .folk-section .auto-container {
        max-width: 1480px;
    }

    .folk-section .tab-area {
        position: relative;
        margin: 0 auto;
    }

    .folk-section .nav-tabs {
        border: 0;
        border-left: 5px solid #cfd2da;
        padding: 15px 0;
        margin-bottom: 40px;
    }

        .folk-section .nav-tabs .nav-item {
            width: 100%;
        }

            .folk-section .nav-tabs .nav-item .nav-link {
                border: 0;
                padding: 0;
                background: transparent;
                display: block;
            }

                .folk-section .nav-tabs .nav-item .nav-link h4 {
                    position: relative;
                    font-size: 22px;
                    font-weight: 700;
                    color: #555;
                    padding: 16px 0;
                    padding-left: 37px;
                    transition: .5s;
                }

                .folk-section .nav-tabs .nav-item .nav-link.active h4 {
                    color: #276fe9;
                }

                .folk-section .nav-tabs .nav-item .nav-link h4:before {
                    position: absolute;
                    content: '';
                    left: -7.5px;
                    top: 0;
                    width: 10px;
                    bottom: 0;
                    background-color: transparent;
                    transition: .5s;
                }

                .folk-section .nav-tabs .nav-item .nav-link h4:after {
                    font-family: Flaticon;
                    content: "\f115";
                    position: absolute;
                    right: 26px;
                    top: 16px;
                    line-height: 25px;
                    font-size: 17px;
                    font-weight: 400;
                    color: #999;
                    transform: rotate(180deg);
                }

                .folk-section .nav-tabs .nav-item .nav-link.active h4:before {
                    background-color: #276fe9;
                }

@media (min-width: 576px) and (max-width: 991px) {
    .folk-section .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        border-left: none;
    }

        .folk-section .nav-tabs .nav-item {
            width: 225px;
            margin-bottom: 10px;
        }

            .folk-section .nav-tabs .nav-item .nav-link h4:before {
                position: absolute;
                content: '';
                left: -7.5px;
                top: 0;
                width: 10px;
                bottom: 0;
                background-color: #ccc;
                transition: .5s;
            }

            .folk-section .nav-tabs .nav-item:last-child .nav-link h4:after {
                display: none;
            }
}


/* 民間委辦-測驗方式 */

.folk-way .sec-title {
    margin-bottom: 0;
}

.folk-way-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background-color: #fff;
    border-bottom: 2px solid #999;
    box-shadow: 0px 8px 20px 0px #ccc;
}

.folk-way-block .author-info .thumb img {
    max-width: 100%;
}

.folk-way-block .content {
    position: relative;
    width: calc(100% - 120px);
}

    .folk-way-block .content h5 {
        position: relative;
        font-weight: 700;
        color: #276fe9;
        margin-bottom: 15px;
        width: 100%;
    }

        .folk-way-block .content h5 > span {
            display: inline-block;
        }

    .folk-way-block .content h6 {
        color: #888;
        margin-bottom: 15px;
    }

    .folk-way-block .content .text > span {
        display: inline-block;
    }

.folk-way-place .image {
    margin-bottom: 20px;
}

.folk-way-place .text {
    margin-bottom: 40px;
    font-size: 1.2em;
    line-height: 1.6;
}

@media only screen and (min-width: 576px) {
    .folk-way-block .author-info {
        margin: 0 20px 0 0;
        text-align: center;
    }

        .folk-way-block .author-info .thumb {
            width: 100px;
            height: 100px;
        }
}

@media only screen and (max-width: 575px) {
    .folk-way-block .inner-box {
        text-align: center;
    }

    .folk-way-block .author-info {
        margin: 0 0 20px 0;
    }

    .folk-way-block .author-info,
    .folk-way-block .content {
        width: 100%;
    }

    .folk-way-place .text br {
        display: none;
    }
}


/* 民間委辦-流程規劃 */

.folk-flow ol {
    list-style: none;
    padding-left: 0;
}

    .folk-flow ol > li {
        float: left;
    }

        .folk-flow ol > li > div {
            position: relative;
            max-width: 280px;
            margin: 0 auto;
            padding: 52px 0;
            transition: .7s;
        }

            .folk-flow ol > li > div:hover {
                transform: translateY(10px);
            }

            .folk-flow ol > li > div .count {
                background-color: #276fe9;
            }

            .folk-flow ol > li > div .count {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                height: 100px;
                width: 100px;
                border-radius: 50%;
                color: #fff;
                font-size: 30px;
                font-weight: 400;
                text-align: center;
                padding-top: 18px;
            }

            .folk-flow ol > li > div .content {
                position: relative;
                max-width: 280px;
                min-height: 280px;
                border-radius: 50%;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                padding: 70px 20px 43px;
                display: flex;
                flex-wrap: wrap;
                align-content: start;
                justify-content: center;
                text-align: center;
                z-index: 9;
                background-color: #fff;
                margin: 0 auto;
            }

                .folk-flow ol > li > div .content:before {
                    position: absolute;
                    content: '';
                    left: 10px;
                    top: 10px;
                    right: 10px;
                    bottom: 10px;
                    border: 1px solid #ddd;
                    border-radius: 50%;
                }

                .folk-flow ol > li > div .content > h5 {
                    position: relative;
                    width: 100%;
                    font-size: 24px;
                    font-weight: 700;
                    transition: .5s;
                    margin-bottom: .5em;
                }

                .folk-flow ol > li > div .content > ul {
                    position: relative;
                    margin-bottom: 0;
                    text-align: left;
                }

                    .folk-flow ol > li > div .content > ul > li {
                        list-style: circle !important;
                    }

        .folk-flow ol > li:nth-child(odd) > div .count {
            background: #fff;
            color: #222;
            box-shadow: 0px 8px 40px 0px rgb(0 0 0 / 10%);
        }

        .folk-flow ol > li:nth-child(odd) > div .content {
            background-color: #276fe9;
        }

            .folk-flow ol > li:nth-child(odd) > div .content > h5,
            .folk-flow ol > li:nth-child(odd) > div .content > ul {
                color: #fff;
            }

@media (min-width: 1200px) {
    .folk-flow ol > li {
        width: 33.3%;
    }
}

@media (min-width: 620px) and (max-width: 1199px) {
    .folk-flow ol > li {
        width: 50%;
    }
}

@media (max-width: 619px) {
    .folk-flow ol > li {
        width: 100%;
    }
}


/* 民間委辦-考場租借 */

.folk-place {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

    .folk-place .left-content {
        width: calc(100% - 310px);
    }

        .folk-place .left-content h4 {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            line-height: 36px;
            margin-bottom: 20px;
        }

        .folk-place .left-content .text {
            margin-bottom: 20px;
        }

    .folk-place .image {
        margin-bottom: 20px;
    }

@media (min-width: 620px) and (max-width: 991px) {
    .folk-place .image {
        margin-top: 30px;
    }
}

@media (max-width: 619px) {
    .folk-place .left-content {
        width: 100%;
    }
}


/* 民間委辦-具體實績 */

.folk-specific {
    position: relative;
    padding: 0;
}

    .folk-specific .sec-title .sub-title {
        font-size: 16px;
    }

    .folk-specific .top-content .text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 31px;
        position: relative;
    }

    .folk-specific .owl-dots {
        display: block;
        text-align: center;
        margin-bottom: 100px;
    }

        .folk-specific .owl-dots .owl-dot {
            position: relative;
            margin: 0px 5px;
            width: 10px;
            height: 8px;
            border-radius: 2.5px;
            display: inline-block;
            border-radius: 4px;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
        }

        .folk-specific .owl-dots .owl-dot {
            background: #cccccc;
        }

            .folk-specific .owl-dots .owl-dot:hover,
            .folk-specific .owl-dots .owl-dot.active {
                width: 18px;
            }

            .folk-specific .owl-dots .owl-dot:hover,
            .folk-specific .owl-dots .owl-dot.active {
                background-color: #276fe9;
            }

.folk-specific-block {
    padding: 0 15px;
}

    .folk-specific-block .inner-box {
        position: relative;
        padding: 40px 30px 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        background-color: #fff;
        border-bottom: 2px solid #999;
        box-shadow: 0px 8px 20px 0px #ccc;
    }

    .folk-specific-block .author-info {
        position: relative;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .folk-specific-block .author-info .thumb {
            width: 110px;
            height: 110px;
        }

            .folk-specific-block .author-info .thumb img {
                max-width: 100%;
            }

    .folk-specific-block .content {
        position: relative;
        width: calc(100% - 140px);
    }

        .folk-specific-block .content h5 {
            position: relative;
            font-weight: 700;
            color: #276fe9;
            margin-bottom: 15px;
            width: 100%;
        }

            .folk-specific-block .content h5 > span {
                display: inline-block;
            }

        .folk-specific-block .content h6 {
            color: #888;
            margin-bottom: 15px;
        }

    .folk-specific-block .text {
        position: relative;
        margin: 0;
    }

@media only screen and (max-width: 500px) {
    .folk-specific-block .content {
        width: 100%;
    }
}


/* 民間委辦-產業跨域人才認證服務中心 */

.folk-cross {
    position: relative;
    padding: 0;
    z-index: 9;
}

    .folk-cross .content-block h4 {
        position: relative;
        padding-left: 35px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 36px;
    }

        .folk-cross .content-block h4 .icon {
            position: absolute;
            left: 0;
            top: 0;
        }

    .folk-cross .content-block .text {
        margin-bottom: 35px;
    }

    .folk-cross .consult-form-wrapper {
        background-color: #fff;
        box-shadow: 0px 0px 48px 12px rgba(0, 0, 0, 0.05);
        border-bottom: 2px solid #999; /*margin-top: -170px;*/
        margin-bottom: 30px;
    }

        .folk-cross .consult-form-wrapper .top-content {
            background-color: #276fe9;
        }

        .folk-cross .consult-form-wrapper .top-content {
            position: relative;
            text-align: center;
            padding: 29px 20px;
        }

            .folk-cross .consult-form-wrapper .top-content h3 {
                position: relative;
                font-size: 28px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 5px;
            }

            .folk-cross .consult-form-wrapper .top-content .text {
                position: relative;
                color: #fff;
                margin-bottom: 0;
            }

    .folk-cross .consult-form {
        right: 0;
        margin-bottom: 0;
        padding: 50px 40px 30px;
    }

        .folk-cross .consult-form .text {
            position: relative;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 500;
            text-align: left;
            color: #222;
            margin-top: 25px;
        }

            .folk-cross .consult-form .text a {
                margin-left: 20px;
                display: inline-block;
                font-weight: 700;
            }

                .folk-cross .consult-form .text a span {
                    margin-right: 8px;
                    color: #222;
                }

@media only screen and (max-width: 991px) {
    .folk-cross .consult-form-wrapper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .folk-cross .consult-form .text {
        text-align: center;
    }

        .folk-cross .consult-form .text a {
            margin-left: 0;
            width: 100%;
        }
}

@media only screen and (max-width: 350px) {
    .folk-cross .consult-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* 統計資料 */

.statistic-block {
    padding: 40px 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background-color: #fff;
    border-bottom: 2px solid #999;
    box-shadow: 0px 8px 20px 0px #ccc;
}

    .statistic-block h4 {
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #333;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .statistic-block ul {
        padding-left: 1.5em;
    }

        .statistic-block ul > li {
            list-style: circle;
            margin-bottom: .2em;
        }

@media only screen and (max-width: 575px) {
}


/* 獎助學金 */

.scholarship-section {
    position: relative;
    padding: 30px 0 80px;
    background-color: #f5fafe;
    /*background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;*/
}

    .scholarship-section .content-block {
        position: relative;
        margin-bottom: 10px;
    }

        .scholarship-section .content-block h3 {
            position: relative;
            padding-left: 35px;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 25px;
            line-height: 36px;
        }

            .scholarship-section .content-block h3 .icon {
                position: absolute;
                left: 0;
                top: 0;
            }

    .scholarship-section .btn-block > a {
        margin: 0 10px 15px;
        width: calc(8em + 90px);
    }

@media (min-width: 768px) {
    .scholarship-winner .owl-theme {
        padding-top: 55px;
    }
}

.scholarship-winner .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 15px;
}

    .scholarship-winner .owl-theme .owl-nav .owl-prev {
        margin: 0 5px;
        height: 45px;
        position: relative;
        width: 45px;
        border-radius: 50%;
        border: none;
        text-align: center;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .scholarship-winner .owl-theme .owl-nav .owl-prev:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            left: 0;
            background: transparent;
            border: 1px solid #ddd;
            font-size: 18px;
            border-radius: 2px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            color: #222;
        }

    .scholarship-winner .owl-theme .owl-nav .owl-next {
        margin: 0 5px;
        position: relative;
        height: 45px;
        width: 45px;
        color: rgba(0, 0, 0, 0);
        font-size: 0px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }

        .scholarship-winner .owl-theme .owl-nav .owl-next:after {
            font-family: "Flaticon";
            content: "\f115";
            position: absolute;
            top: 0px;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            border-radius: 2px;
            font-size: 18px;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            color: #222;
            background: transparent;
            border: 1px solid #ddd;
        }

        .scholarship-winner .owl-theme .owl-nav .owl-prev:hover:after,
        .scholarship-winner .owl-theme .owl-nav .owl-next:hover:after {
            color: #fff;
        }

        .scholarship-winner .owl-theme .owl-nav .owl-prev:hover:after,
        .scholarship-winner .owl-theme .owl-nav .owl-next:hover:after {
            border-color: #276fe9;
            background-color: #276fe9;
        }

.scholarship-winner .year-block .content > h4 {
    font-size: 20px;
}

.scholarship-exp .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    background-color: #fff;
    border-bottom: 2px solid #999;
    box-shadow: 0px 8px 20px 0px #ccc;
}

    .scholarship-exp .inner-box h5 {
        position: relative;
        font-weight: 700;
        color: #276fe9;
        margin-bottom: 15px;
        width: 100%;
    }

        .scholarship-exp .inner-box h5 > span {
            display: inline-block;
        }

    .scholarship-exp .inner-box h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.scholarship-exp .swiper {
    overflow: hidden;
}

    .scholarship-exp .swiper h6 {
        text-align: center;
        font-weight: bold;
    }

.scholarship-exp .content .text {
    margin-bottom: 0;
}


/* 學習歷程 */

.portfolio-section {
    position: relative;
    padding: 30px 0 0px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .portfolio-section .auto-container {
        max-width: 1420px;
    }

    .portfolio-section .btn-block {
        margin: 30px 0 50px;
    }

        .portfolio-section .btn-block > a {
            margin: 0 10px 15px 0;
            width: calc(11em + 90px);
        }

@media only screen and (min-width: 1200px) {
    .portfolio-section .portfolio {
        height: 100%;
        position: relative;
    }

        .portfolio-section .portfolio .image {
            position: absolute;
            bottom: 0;
        }
}

@media only screen and (max-width: 1199px) {
    .portfolio-section .btn-block {
        text-align: center;
    }

    .portfolio-section .portfolio .image {
        text-align: center;
    }
}



/* Page Title */

.page-title {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-position: center top;
}

    .page-title h1 {
        font-size: 66px;
        font-weight: 500;
        line-height: 70px;
        color: #fff;
        text-shadow: 0 1px 8px #000;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

        .page-title h1:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 76px;
            bottom: 0;
            left: 0;
            background-image: url(../images/shape/shape-10.png);
            left: 50%;
            transform: translateX(-50%);
        }

    .page-title .bread-crumb {
        text-shadow: 0 1px 8px #000;
    }

        .page-title .bread-crumb li {
            color: #fff;
            position: relative;
            display: inline-block;
            margin-right: 15px;
            font-size: 18px;
            font-weight: 500;
            padding-right: 35px;
        }

            .page-title .bread-crumb li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

            .page-title .bread-crumb li:before {
                font-family: Flaticon;
                content: "\f115";
                position: absolute;
                right: 0;
                top: 2px;
                line-height: 25px;
                font-size: 17px;
                color: #fff;
                transform: rotate(180deg);
                font-weight: 400;
            }

            .page-title .bread-crumb li:last-child:before {
                display: none;
            }

            .page-title .bread-crumb li a {
                color: #fff;
            }

@media only screen and (max-width: 575px) {
    .page-title h1 {
        font-size: 36px;
        line-height: 45px;
    }
}

/* Team section */

.team-section {
    position: relative;
    padding: 120px 0 90px;
}

    .team-section .sec-bg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
    }

    .team-section .top-content .text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }

    .team-section .team-block {
        min-height: auto;
    }

        .team-section .team-block .inner-box {
            margin-top: 0;
            border-bottom: 2px solid #999;
        }

            .team-section .team-block .inner-box:hover {
                z-index: 9;
            }

    .team-section .icon-box {
        position: relative;
        margin-bottom: 30px;
        padding: 40px 20px 39px;
        text-align: center;
        transition: .5s;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.05);
    }

    .team-section .icon-box {
        background-color: #276fe9;
    }

        .team-section .icon-box .icon {
            position: relative;
            margin-bottom: 27px;
        }

        .team-section .icon-box .content {
            position: relative;
        }

        .team-section .icon-box h4 {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
            color: #fff;
        }

        .team-section .icon-box h5 {
            position: relative;
            font-size: 16px;
            color: #fff;
        }


/* 大事紀 */

.history-section {
    position: relative;
    padding: 30px 0;
}

    .history-section .sec-bg {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
    }

    .history-section .top-content .text {
        font-size: 20px;
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        color: #fff;
    }

    .history-section .nav-tabs.tab-btn-style-one {
        justify-content: space-between;
        padding: 0 30px;
        border: 0;
        margin-top: 85px;
        margin-bottom: 110px;
        position: relative;
    }

        .history-section .nav-tabs.tab-btn-style-one:before {
            position: absolute;
            content: '';
            left: 45px;
            top: -30px;
            right: 45px;
            height: 2px;
            background: #fff;
        }

        .history-section .nav-tabs.tab-btn-style-one li.nav-item {
            position: relative;
            text-align: center;
        }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item a:before {
                position: absolute;
                content: '';
                left: 50%;
                top: -36px;
                height: 14px;
                width: 14px;
                transform: translateX(-50%);
                background: #fff;
                border-radius: 50%;
            }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:before {
                background-color: aqua;
            }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:after {
                background: aqua;
            }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:after {
                position: absolute;
                content: '';
                left: 50%;
                top: -30px;
                height: 2px;
                width: 114px;
                transform: translateX(-50%);
            }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item .nav-link {
                border: none;
                padding: 0;
                background: transparent;
            }

                .history-section .nav-tabs.tab-btn-style-one li.nav-item .nav-link h4 {
                    font-size: 18px;
                    font-weight: 600;
                    color: #fff;
                }

                .history-section .nav-tabs.tab-btn-style-one li.nav-item .nav-link.active h4 {
                    color: aqua;
                }

    .history-section .image {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
    }

    .history-section .content {
        position: relative;
        margin-bottom: 30px;
    }

        .history-section .content h3 {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 24px;
        }

        .history-section .content h4 {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .history-section .content h4 {
            color: aqua;
        }

        .history-section .content .text {
            position: relative;
            color: #fff;
            margin-bottom: 20px;
        }

        .history-section .content ul li {
            font-size: 16px;
            color: #fff;
            margin-bottom: 15px;
            position: relative;
            padding-left: 25px;
        }

            .history-section .content ul li:last-child {
                margin-bottom: 0;
            }

            .history-section .content ul li:before {
                content: "";
                position: absolute;
                left: 0px;
                top: 7px;
                display: block;
                height: 14px;
                width: 14px;
                background-image: url(../images/icons/icon-1.png);
            }

    .history-section .bottom-content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .history-section .bottom-content .text {
            position: relative;
            font-size: 24px;
            color: #fff;
            margin-right: 30px;
            margin-bottom: 30px;
        }

        .history-section .bottom-content .link-btn {
            margin-bottom: 30px;
        }

/*@media only screen and (min-width:992px) {
    .history-section .content { margin-left: -50px; }
}*/
@media only screen and (max-width: 575px) {
    .history-section .tab-area {
        display: flex;
        flex-direction: column-reverse;
    }

    .history-section .nav-tabs.tab-btn-style-one {
        justify-content: flex-start;
        margin-top: 30px;
        margin-bottom: 0;
        padding: 0;
    }

        .history-section .nav-tabs.tab-btn-style-one:before {
            display: none;
        }

        .history-section .nav-tabs.tab-btn-style-one li.nav-item a:before {
            display: none;
        }

        .history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:after {
            display: none;
        }

        .history-section .nav-tabs.tab-btn-style-one li.nav-item {
            width: 25%;
            margin-bottom: 25px;
            text-align: left;
        }

            .history-section .nav-tabs.tab-btn-style-one li.nav-item .nav-link h4 {
                text-align: center;
            }
}


/*Error Section*/

.error-section {
    position: relative;
    padding: 110px 0px;
}

    .error-section .content {
        position: relative;
        text-align: center;
    }

    .error-section h1 {
        position: relative;
        font-size: 200px;
        font-weight: 700;
        line-height: 1em;
        margin-bottom: 10px;
    }

    .error-section h2 {
        position: relative;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .error-section .text {
        position: relative;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .error-section .theme-btn {
        position: relative;
    }


/* FAQ section */

.faq-section {
    position: relative;
    padding: 120px 0 90px;
}


/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

    .accordion-box .block {
        position: relative;
        padding-top: 0px;
        margin-bottom: 30px;
    }

        .accordion-box .block:last-child {
            margin-bottom: 0px;
        }

        .accordion-box .block.active-block {
            box-shadow: 0px 3px 21.06px 5.94px rgba(0, 0, 0, 0.05);
        }

        .accordion-box .block .acc-btn {
            position: relative;
            font-size: 18px;
            cursor: pointer;
            line-height: 1.2em;
            font-weight: 600;
            padding-right: 60px;
            transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            color: #181614;
            padding: 21px 0;
            padding-left: 40px;
            border: 1px solid #ddd;
            border-radius: 2px;
        }

            .accordion-box .block .acc-btn.active {
                color: #fff;
            }

            .accordion-box .block .acc-btn.active {
                background: #276fe9;
                border-color: #276fe9;
            }

            .accordion-box .block .acc-btn strong {
                font-size: 24px;
                color: #c2c0bb;
                width: 76px;
                text-align: center;
                border-right: 1px solid #e9e5df;
                margin-right: 30px;
                display: inline-block;
                line-height: 75px;
            }

        .accordion-box .block .icon-outer {
            position: absolute;
            right: 20px;
            top: 15px;
            font-size: 20px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            text-align: center;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #555;
        }

        .accordion-box .block.active-block .icon-outer {
            transform: rotate(90deg);
            color: #fff;
            background: transparent;
        }

        .accordion-box .block .acc-btn.active .icon-outer {
            color: #fff;
        }

        .accordion-box .block .icon-outer .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 18px;
            font-weight: normal;
            line-height: 1em;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transform: translate(-50%, -50%);
        }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
            border-top: 0;
        }

            .accordion-box .block .acc-content.current {
                display: block;
            }

            .accordion-box .block .acc-content .content-text {
                padding-bottom: 6px;
            }

        .accordion-box .block .content {
            position: relative;
            font-size: 14px;
            padding: 15px 40px 25px;
        }

            .accordion-box .block .content .text {
                color: #565872;
                margin-bottom: 0;
                font-size: 16px;
                margin-top: 20px;
            }


/* Banner Widget */

.banner-widget h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-widget h4 {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

.banner-widget .contact-number {
    position: relative;
    margin-bottom: 20px;
}

    .banner-widget .contact-number a {
        position: relative;
        display: inline-block;
        border: 2px solid #000;
        padding: 3px;
        border-radius: 30px;
        font-size: 22px;
        font-weight: 700;
        vertical-align: middle;
        padding-right: 30px;
        transition: .5s;
    }

    .banner-widget .contact-number a {
        color: #276fe9;
    }

        .banner-widget .contact-number a:hover {
            border-color: #276fe9;
        }

        .banner-widget .contact-number a i {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            color: #fff;
            margin-right: 20px;
            vertical-align: middle;
            text-align: center;
            transition: .5s;
        }

        .banner-widget .contact-number a i {
            background-color: #276fe9;
        }

        .banner-widget .contact-number a:hover i {
            background-color: #eee;
        }

        .banner-widget .contact-number a:hover i {
            color: #276fe9;
        }

.banner-widget .image {
    position: relative;
    margin-bottom: 40px;
}

    .banner-widget .image img {
        width: 100%;
    }

.banner-widget .content {
    padding: 9px;
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 55px;
}

.banner-widget.style-two .content {
    border: 0;
}

.banner-widget.style-two h3 {
    color: #fff;
}

.banner-widget.style-two h4 {
    color: #fff;
}

.banner-widget.style-two .contact-number a {
    color: #fff;
}

.banner-widget.style-two .contact-number a {
    background: #276fe9;
    border-color: #276fe9;
}

    .banner-widget.style-two .contact-number a:hover {
        color: #222;
    }

    .banner-widget.style-two .contact-number a i {
        background: #fff;
        color: #222;
    }


/* 服務據點 */

.map-section {
    position: relative;
    padding: 30px 0 80px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-map3.jpg);
    background-position: center top;
}

    .map-section .tab-area {
        text-align: center;
    }

        .map-section .tab-area .tab-btn-style-one {
            position: relative;
            border: 0;
            margin-bottom: 45px;
            display: inline-block;
            padding: 0 35px;
            border-radius: 45px;
        }

            .map-section .tab-area .tab-btn-style-one li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 -2px;
                margin-bottom: 10px;
                background: #fff;
            }

                .map-section .tab-area .tab-btn-style-one li a {
                    padding-right: 20px;
                    margin-right: 20px;
                    border-right: 1px solid #ddd;
                    border-radius: 0;
                    transition: .5s;
                    margin: 0 1px;
                    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                    border: 0;
                    padding: 22px 50px;
                    border-bottom: 2px solid transparent;
                }

                    .map-section .tab-area .tab-btn-style-one li a h4 {
                        font-size: 20px;
                        font-weight: 600;
                        color: #222;
                        text-transform: uppercase;
                        transition: .5s;
                    }

                    .map-section .tab-area .tab-btn-style-one li a.active {
                        border-color: #999;
                    }

                        .map-section .tab-area .tab-btn-style-one li a.active h4 {
                            color: #276fe9;
                        }

.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

    .contact-info-block .icon {
        position: relative;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .contact-info-block .text {
        font-size: 22px;
        line-height: 36px;
    }

    .contact-info-block h4 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .contact-info-block ul li {
        font-size: 22px;
        line-height: 36px;
    }

        .contact-info-block ul li a {
            color: #222;
            transition: .5s;
        }

            .contact-info-block ul li a:hover {
                color: #26a88e;
            }

    .contact-info-block .inner-box:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 1px;
        height: 270px;
        background-color: #d8eeea;
    }

    .contact-info-block:last-child .inner-box:before {
        display: none;
    }

@media (min-width: 576px) and (max-width: 991px) {
    .contact-info-block {
        display: flex;
        margin: 0 auto 25px;
        width: auto;
    }

        .contact-info-block .icon {
            width: 100px;
            margin-right: 30px;
        }

        .contact-info-block .info {
            width: 350px;
            text-align: left;
        }
}

/* Contact Section */

.contact-section {
    position: relative;
    padding: 60px 0 30px;
}

    .contact-section .top-content .sec-title h3 {
        line-height: 1.4;
    }

    .contact-section .top-content .text {
        position: relative;
        font-size: 20px;
    }

@media only screen and (max-width: 991px) {
    .contact-section .top-content .text {
        margin-bottom: 50px;
    }
}

.contact-section .tab-area {
    text-align: center;
}

    .contact-section .tab-area .tab-btn-style-one {
        position: relative;
        border: 0;
        margin-bottom: 65px;
        display: inline-block;
        padding: 0 35px;
        border-radius: 45px;
    }

        .contact-section .tab-area .tab-btn-style-one li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 -2px;
            margin-bottom: 10px;
            background: #fff;
        }

            .contact-section .tab-area .tab-btn-style-one li a {
                padding-right: 20px;
                margin-right: 20px;
                border-right: 1px solid #ddd;
                border-radius: 0;
                transition: .5s;
                margin: 0 1px;
                box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                border: 0;
                padding: 22px 50px;
                border-bottom: 2px solid transparent;
            }

                .contact-section .tab-area .tab-btn-style-one li a h4 {
                    font-size: 18px;
                    font-weight: 600;
                    color: #222;
                    text-transform: uppercase;
                    transition: .5s;
                }

                .contact-section .tab-area .tab-btn-style-one li a.active {
                    border-color: #999;
                }

                    .contact-section .tab-area .tab-btn-style-one li a.active h4 {
                        color: #276fe9;
                    }

.contact-section .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    margin-bottom: 30px;
}

    .contact-section .icon-box .icon {
        position: relative;
        width: 90px;
        height: 90px;
        text-align: center;
        line-height: 76px;
        border-radius: 50%;
        margin-right: 20px;
        transition: .9s;
    }

    .contact-section .icon-box .hover-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: .9s;
        opacity: .5;
    }

    .contact-section .icon-box:hover .hover-icon {
        transform: scale(1.5);
        opacity: 0;
    }

    .contact-section .icon-box .text h5 {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .contact-section .icon-box .text a {
        font-size: 18px;
    }

/* color-blue */
.contact-section.style-one {
    background-color: #e1f3f9;
}

    .contact-section.style-one .icon-box .icon {
        border: 5px solid #3e434f;
        background: #276fe9;
    }

    .contact-section.style-one .icon-box:hover .icon {
        border-color: #dff;
    }

    .contact-section.style-one .icon-box .text a {
        color: #276fe9;
    }

/* color-red */
.contact-section.style-two {
    background-color: #ffe9e9;
}

    .contact-section.style-two .icon-box .icon {
        border: 5px solid #3e434f;
        background: #b91c23;
    }

    .contact-section.style-two .icon-box:hover .icon {
        border-color: #fdd;
    }

    .contact-section.style-two .icon-box .text a {
        color: #b91c23;
    }

@media (min-width: 414px) and (max-width: 991px) {
    .contact-section .col-lg-4 > .text > div,
    .contact-section .col-lg-5 > .text > div {
        min-width: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-section .col-lg-4.icon-box,
    .contact-section .col-lg-5.icon-box {
        display: block;
        text-align: center;
    }

        .contact-section .col-lg-4.icon-box .icon,
        .contact-section .col-lg-5.icon-box .icon {
            margin: 0 auto;
        }
}

@media (min-width: 414px) and (max-width: 767px) {
    .contact-section .col-md-4 > .text > div,
    .contact-section .col-md-5 > .text > div {
        min-width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-section .col-md-4.icon-box,
    .contact-section .col-md-5.icon-box {
        display: block;
        text-align: center;
    }

        .contact-section .col-md-4.icon-box .icon,
        .contact-section .col-md-5.icon-box .icon {
            margin: 0 auto;
        }
}

@media (max-width: 413px) {
    .contact-section .icon-box {
        display: block;
        text-align: center;
    }

        .contact-section .icon-box .icon {
            margin: 0 auto;
        }
}


/* ICT Section */

.ict-section {
    position: relative;
    padding: 80px 0 40px;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-blue.jpg);
    background-position: center top;
    /*background-repeat: no-repeat;*/
    background-size: cover;
}

    .ict-section .auto-container {
        max-width: 1200px;
    }

    .ict-section h3 {
        color: #fff;
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .ict-section .btn-block {
        padding: 50px 0;
    }

    .ict-section .image {
        position: relative;
        margin: -125px 0 0;
        margin-right: -80px;
        z-index: 9;
    }

@media only screen and (max-width: 1400px) {
    .ict-section .image {
        margin: 0;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ict-section h3,
    .ict-section .btn-block {
        text-align: center;
    }
}


/* ICDL Section */

.icdl-section {
    position: relative;
    padding: 80px 0 60px;
}

    .icdl-section .top-content .text {
        position: relative;
        font-size: 20px;
    }

    .icdl-section .tab-area {
        text-align: center;
    }

        .icdl-section .tab-area .tab-btn-style-one {
            position: relative;
            border: 0;
            margin-bottom: 65px;
            display: inline-block;
            padding: 0 35px;
            border-radius: 45px;
        }

            .icdl-section .tab-area .tab-btn-style-one li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 -2px;
                margin-bottom: 10px;
                background: #fff;
            }

                .icdl-section .tab-area .tab-btn-style-one li a {
                    padding: 22px 0px;
                    margin: 0 1px;
                    min-width: calc(10em + 100px);
                    border-right: 1px solid #ddd;
                    border-radius: 0;
                    transition: .5s;
                    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                    border: 0;
                    border-bottom: 2px solid transparent;
                }

                    .icdl-section .tab-area .tab-btn-style-one li a h4 {
                        font-size: 18px;
                        font-weight: 600;
                        color: #222;
                        text-transform: uppercase;
                        transition: .5s;
                    }

                    .icdl-section .tab-area .tab-btn-style-one li a.active {
                        border-color: #999;
                    }

                        .icdl-section .tab-area .tab-btn-style-one li a.active h4 {
                            color: #276fe9;
                        }

/*認證科目*/
#Work h4,
#Pro h4 {
    color: #fff;
    padding: 6px;
    margin-bottom: 10px;
    text-align: center;
}

#Work h4 {
    background: #009ede;
}

#Pro h4 {
    background: #003c71;
}

#Work > div,
#Pro > div {
    margin-bottom: 2em;
}

@media only screen and (min-width: 1200px) {
    #Pro h4 {
        min-height: calc(2.5em + 12px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*國際採認標準*/
#record {
    margin: 0 auto;
}

    #record tr > td {
        padding-bottom: 15px;
    }

        #record tr > td:nth-child(1) {
            color: #009ede;
            font-size: 1.5em;
            font-weight: bold;
            text-align: right;
            padding-right: 10px;
        }

        #record tr > td:nth-child(2) {
            color: #fff;
        }

#country tr > td {
    padding-bottom: 15px;
}

    #country tr > td:nth-child(1) {
        width: 85px;
        vertical-align: top;
        padding-top: 6px;
    }

        #country tr > td:nth-child(1) > img {
            width: 65px;
        }

    #country tr > td:nth-child(2) {
        color: #fff;
    }


/* CWTC Section */

.cwtc-section {
    position: relative;
    padding: 80px 0 60px;
}

    .cwtc-section .top-content .text {
        position: relative;
        font-size: 20px;
    }

    .cwtc-section .tab-area {
        text-align: center;
    }

        .cwtc-section .tab-area .tab-btn-style-two {
            position: relative;
            border: 0;
            margin-bottom: 65px;
            display: inline-block;
            border-radius: 45px;
        }

            .cwtc-section .tab-area .tab-btn-style-two li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 -2px;
                margin-bottom: 10px;
                background: #fff;
            }

                .cwtc-section .tab-area .tab-btn-style-two li a {
                    padding-right: 20px;
                    margin-right: 20px;
                    border-right: 1px solid #ddd;
                    border-radius: 0;
                    transition: .5s;
                    margin: 0 1px;
                    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
                    border: 0;
                    padding: 22px 50px;
                    border-bottom: 2px solid transparent;
                }

                    .cwtc-section .tab-area .tab-btn-style-two li a h4 {
                        font-size: 20px;
                        font-weight: 600;
                        color: #222;
                        text-transform: uppercase;
                        transition: .5s;
                    }

                    .cwtc-section .tab-area .tab-btn-style-two li a.active {
                        border-color: #999;
                    }

                        .cwtc-section .tab-area .tab-btn-style-two li a.active h4 {
                            color: #b91c23;
                        }

    .cwtc-section .table {
        background: #fff;
    }

        .cwtc-section .table td ol {
            margin-bottom: 0;
        }

        .cwtc-section .table td ol,
        .cwtc-section .table td ul {
            padding-left: 1.5em;
        }

            .cwtc-section .table td ol > li {
                list-style: decimal;
                font-family: Arial;
            }

            .cwtc-section .table td ul > li {
                list-style: initial;
            }


/* Contact form */

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

    .contact-form .form-group select {
        height: 58px;
        padding: 0 21px;
    }

    .contact-form .form-group textarea {
        width: 100%;
        min-height: 130px;
        padding: 15px 25px;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .contact-form .form-group input {
        width: 100%;
        height: 58px;
        padding: 0 25px;
        background-color: #fff;
        border: 1px solid #eee;
    }

    .contact-form .form-group > strong {
        position: absolute;
        left: 30px;
        top: 13px;
        font-weight: bold;
    }

    .contact-form .form-group > span {
        display: block;
        padding: 0 25px;
        word-break: break-word;
    }

    .contact-form .form-group .custom-file-input {
        opacity: 1;
        height: auto;
        padding: 15px 25px;
    }

.contact-form .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding: 14px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 10px;
}


/* Contact form section */

.contact-form-section {
    position: relative;
    padding: 60px 0;
    background-color: #f7f7f7;
    background-image: url(../images/background/bg-mesh-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .contact-form-section .image {
        position: relative;
        margin-bottom: 30px;
        margin-top: 45px;
    }


/* Post Pagination */

.post-pagination {
    position: relative;
}

    .post-pagination li {
        position: relative;
        display: inline-block;
        margin: 0 3px 5px;
    }

        .post-pagination li .current,
        .post-pagination li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #ddd;
            background: #fff;
            text-align: center;
            line-height: 48px;
            display: inline-block;
            color: #222;
            font-size: 20px;
            font-weight: 600;
        }

            .post-pagination li .current,
            .post-pagination li a:hover {
                color: #fff;
                background: #555;
                border-color: #555;
            }

    .post-pagination a.next {
        border-color: transparent;
    }


/* Sidebar Page Container */

.sidebar-page-container {
    padding: 30px 0 0px;
    background-color: #f9f9f9;
}

/* Widget Search */

.widget_search {
    position: relative;
}

.widget.widget_search .widget-title:before {
    background-image: url(../images/shape/shape-8.png);
}

.widget_search input[type="search"] {
    width: 100%;
    height: 65px;
    color: #777;
    padding: 0 30px;
    padding-right: 65px;
    font-weight: 500;
}

.widget_search .form-group {
    position: relative;
    margin-bottom: 0;
}

.widget_search button {
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    color: #222;
    padding-left: 20px;
}

/* Category Widget */

.categories-list {
    position: relative;
}

    .categories-list li {
        position: relative;
        margin-bottom: 13px;
    }

        .categories-list li:last-child {
            margin-bottom: 0;
        }

        .categories-list li a {
            color: #222;
            font-size: 18px;
            font-weight: 500;
            transition: .5s;
            padding-left: 48px;
        }

            .categories-list li.current a,
            .categories-list li a:hover {
                font-weight: 700;
                color: #276fe9;
            }

                .categories-list li.current a:after,
                .categories-list li a:hover:after {
                    color: #276fe9;
                }

                .categories-list li.current a:before,
                .categories-list li a:hover:before {
                    background-color: #276fe9;
                }

            .categories-list li a span {
                position: absolute;
                right: 0;
                top: 0;
                font-weight: 300;
                color: #222;
            }

            .categories-list li a:after {
                font-family: Flaticon;
                content: "\f115";
                position: absolute;
                left: 0;
                top: 4px;
                display: block;
                line-height: 24px;
                font-size: 18px;
                transition: .5s;
                transform: rotate(180deg);
                font-weight: 400;
                color: #b9c8d5;
            }

            .categories-list li a:before {
                position: absolute;
                content: '';
                left: 30px;
                top: 6px;
                width: 1px;
                height: 20px;
                background-color: #b9c8d5;
                transition: .5s;
            }

/* Popular Post */

.widget_popular_post {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: url(../images/shape/shape-2.jpg);
}

    .widget_popular_post .post-thumb {
        position: relative;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 6px;
    }

        .widget_popular_post .post-thumb img {
            border-radius: 50%;
        }

    .widget_popular_post .post {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border-bottom: 1px solid #b8cfd0;
        padding-bottom: 17px;
    }

        .widget_popular_post .post:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

    .widget_popular_post .content {
        position: relative;
        max-width: 200px;
    }

        .widget_popular_post .content h5 {
            position: relative;
            font-size: 18px;
            margin-bottom: 8px;
            font-weight: 600;
        }

            .widget_popular_post .content h5 a {
                color: #222;
                transition: .5s;
            }

                .widget_popular_post .content h5 a:hover {
                    color: #276fe9;
                }

        .widget_popular_post .content .post-info {
            font-size: 14px;
        }

            .widget_popular_post .content .post-info i {
                margin-right: 7px;
            }

            .widget_popular_post .content .post-info i {
                color: #276fe9;
            }

/* Tag Cloud */

.widget_tag_cloud {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: url(../images/shape/shape-2.jpg);
}

    .widget_tag_cloud ul {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .widget_tag_cloud li {
        font-size: 16px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

        .widget_tag_cloud li a {
            color: #222;
            background-color: #d2e0e0;
            transition: .5s;
            padding: 10px 18px;
            display: inline-block;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 2px;
        }

            .widget_tag_cloud li a:hover {
                color: #fff;
            }

            .widget_tag_cloud li a:hover {
                background-color: #276fe9;
            }

.sidebar-style-two .widget {
    padding: 45px;
}

.sidebar-style-two .widget_categories {
    background: #e0f0ff;
}

.sidebar-style-two .widget.widget_search {
    background: #e9e9e9;
}

.sidebar-style-two .widget.banner-widget.style-two {
    padding: 0;
    background-size: cover;
}

/* Download Widget */

.widget_download {
    background: #276fe9 !important;
}

    .widget_download .widget-title {
        color: #fff;
    }

        .widget_download .widget-title:before {
            background-image: url(../images/shape/shape-9.png);
        }

    .widget_download .download-pdf {
        position: relative;
        padding-left: 45px;
        margin-bottom: 30px;
    }

        .widget_download .download-pdf .icon {
            position: absolute;
            left: 0;
            top: 5px;
        }

        .widget_download .download-pdf h4 {
            position: relative;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .widget_download .download-pdf p {
            color: #fff;
            margin: 0;
        }

        .widget_download .download-pdf:last-child {
            margin-bottom: 0;
        }

/* Course details */

.course-details {
    position: relative;
}

    .course-details .image {
        position: relative;
        margin-bottom: 30px;
    }

    .course-details h3 {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .course-details .text {
        margin-bottom: 30px;
    }

    .course-details .group-title h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .course-details .list {
        position: relative;
        margin-bottom: 30px;
    }

        .course-details .list li {
            position: relative;
            margin-bottom: 10px;
            padding-left: 30px;
            font-size: 18px;
            font-weight: 600;
        }

            .course-details .list li:before {
                position: absolute;
                content: '';
                left: 0;
                top: 8px;
                background-image: url(../images/icons/icon-1.png);
                background-repeat: no-repeat;
                width: 15px;
                height: 15px;
            }

    .course-details .list-two {
        position: relative;
        padding-left: 18px;
        margin-bottom: 50px;
    }

    .course-details .table td,
    .course-details .table th {
        border-left: 1px solid #ddd;
        padding-left: 40px;
        font-weight: 500;
    }

    .course-details tbody {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .course-details table.table {
        margin-bottom: 50px;
    }

    .course-details .table td strong,
    .course-details .table th strong {
        font-weight: 500;
    }

    .course-details .table .text {
        font-weight: 500;
        padding: 10px 0 20px;
        margin-bottom: 0;
    }

    .course-details .list-two li {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        list-style: disc;
        color: #555;
        margin-bottom: 5px;
    }

    .course-details .text-block {
        position: relative;
        box-shadow: 0px 10px 46px 4px rgba(0, 0, 0, 0.05);
        background: #fff;
        margin-bottom: 30px;
    }

        .course-details .text-block .top-content {
            background: #276fe9;
        }

        .course-details .text-block .top-content {
            position: relative;
            padding: 28px 50px;
        }

        .course-details .text-block h4 {
            position: relative;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 9px;
            color: #fff;
        }

        .course-details .text-block h5 {
            position: relative;
            font-size: 12px;
            text-transform: uppercase;
            color: rgb(255 255 255 / 0.6);
        }

        .course-details .text-block .bottom-content {
            position: relative;
            padding: 35px 50px;
        }

        .course-details .text-block .text {
            position: relative;
            margin-bottom: 20px;
        }

        .course-details .text-block .link-btn {
            position: relative;
        }

            .course-details .text-block .link-btn a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                font-weight: 600;
                vertical-align: middle;
                color: #222;
                transition: .5s;
            }

                .course-details .text-block .link-btn a:hover {
                    color: #276fe9;
                }

                .course-details .text-block .link-btn a i {
                    color: #276fe9;
                }

                .course-details .text-block .link-btn a i {
                    margin-left: 10px;
                    vertical-align: middle;
                }

    .course-details .text-block-two {
        position: relative;
        margin-top: 50px;
    }

@media only screen and (min-width: 992px) {
    .course-details .text-block-two .right-column {
        margin-left: -40px;
    }

    .course-details .text-block-two .left-column {
        padding-right: 55px;
    }
}


/* Blog single post */

.news-block.blog-single-post .image:before {
    display: none;
}

.news-block.blog-single-post .inner-box:hover .image img {
    transform: scale(1);
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 100px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

    .blog-single-post blockquote .quote {
        position: absolute;
        left: 0;
        top: 5px;
    }

    .blog-single-post blockquote:before {
        position: absolute;
        content: '';
        left: 65px;
        top: 0;
        width: 3px;
        bottom: 0;
    }

    .blog-single-post blockquote:before {
        background: #276fe9;
    }

    .blog-single-post blockquote cite {
        display: block;
        font-size: 18px;
        color: #555;
        font-style: normal;
        margin-top: 10px;
    }

.blog-single-post .list {
    position: relative;
    margin-bottom: 30px;
}

    .blog-single-post .list li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #555;
    }

        .blog-single-post .list li:before {
            position: absolute;
            content: '';
            left: 0;
            top: 8px;
            background-image: url(../images/icons/icon-1.png);
            background-repeat: no-repeat;
            width: 15px;
            height: 15px;
        }

.blog-single-post .group-title h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-single-post .post-share-info {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .blog-single-post .post-share-info .tag {
        margin-right: 30px;
        margin-bottom: 20px;
    }

        .blog-single-post .post-share-info .tag span {
            font-weight: 700;
        }

            .blog-single-post .post-share-info .tag span i {
                margin-right: 8px;
            }

            .blog-single-post .post-share-info .tag span i {
                margin-right: 8px;
                color: #276fe9;
            }

        .blog-single-post .post-share-info .tag a {
            position: relative;
            padding-right: 5px;
            font-weight: 500;
            color: #222;
        }

            .blog-single-post .post-share-info .tag a:before {
                position: absolute;
                content: ',';
                bottom: -5px;
                right: 1px;
                font-size: 16px;
            }

            .blog-single-post .post-share-info .tag a:last-child:before {
                display: none;
            }

.blog-single-post .social-links {
    position: relative; /*margin-bottom: 10px;*/
}

    .blog-single-post .social-links li {
        position: relative;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }

        .blog-single-post .social-links li a {
            position: relative;
            display: block;
            color: #222;
            font-size: 14px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: transparent;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            border: 1px solid #ddd;
        }

            .blog-single-post .social-links li a i {
                position: relative;
            }

            .blog-single-post .social-links li a:hover {
                color: #ffffff;
            }

            .blog-single-post .social-links li a:before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                -webkit-transform: scale(.7);
                -ms-transform: scale(.7);
                transform: scale(.7);
                opacity: 0;
                -webkit-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
            }

            .blog-single-post .social-links li a:before {
                background: #276fe9;
            }

            .blog-single-post .social-links li a:hover:before {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .blog-single-post .social-links li a span {
                position: relative;
            }

.blog-single-post .owl-stage {
    position: relative;
    padding-bottom: 45px;
    height: 443px;
}

    .blog-single-post .owl-stage .owl-item {
        height: 100%;
    }

        .blog-single-post .owl-stage .owl-item .item {
            background: #eee;
            height: 100%;
        }

            .blog-single-post .owl-stage .owl-item .item > a {
                display: flex;
                height: 100%;
                align-items: center;
            }

                .blog-single-post .owl-stage .owl-item .item > a > img {
                    object-fit: contain;
                    margin: 0 auto;
                    max-height: 398px;
                }

            .blog-single-post .owl-stage .owl-item .item > div {
                position: absolute;
                bottom: -100%;
                left: 0px;
                background: url(../images/background/op.png);
                font-size: large; /*font-weight: bold;*/
                text-shadow: #000 1px 1px 4px;
                color: #fff;
                display: block;
                width: 100%;
                padding: 20px;
            }

            .blog-single-post .owl-stage .owl-item .item:hover > div {
                bottom: 0px;
                height: auto;
                animation: 0.3s ease;
            }

        .blog-single-post .owl-stage .owl-item .video {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 0px;
            height: 100%;
            overflow: hidden;
        }

            .blog-single-post .owl-stage .owl-item .video video,
            .blog-single-post .owl-stage .owl-item .video iframe,
            .blog-single-post .owl-stage .owl-item .video object,
            .blog-single-post .owl-stage .owl-item .video embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                max-height: 398px;
                background: #000;
            }

.blog-single-post .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
}

    .blog-single-post .owl-dots .owl-dot {
        position: relative;
        margin: 0px 5px;
        width: 10px;
        height: 8px;
        border-radius: 2.5px;
        display: inline-block;
        border-radius: 4px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .blog-single-post .owl-dots .owl-dot {
        background: #cccccc;
    }

        .blog-single-post .owl-dots .owl-dot:hover,
        .blog-single-post .owl-dots .owl-dot.active {
            width: 18px;
        }

        .blog-single-post .owl-dots .owl-dot:hover,
        .blog-single-post .owl-dots .owl-dot.active {
            background-color: #276fe9;
        }


/* Comments */

.comments-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

    .comments-title h4 {
        font-size: 30px;
        text-transform: capitalize;
        color: #222;
        margin: 0;
        font-weight: 600;
    }

    .comments-title:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 63px;
        bottom: 0;
        left: 0;
        background-image: url(../images/shape/shape-3.png);
        background-repeat: no-repeat;
    }

    .comments-title p {
        font-size: 13px;
        color: #555;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 5px;
    }

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

    .comments-area .comment-box {
        position: relative;
        margin-bottom: 40px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

        .comments-area .comment-box:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

    .comments-area .comment {
        position: relative;
        min-height: 80px;
        padding-left: 105px;
    }

    .comments-area .comment-box .author-thumb {
        position: absolute;
        left: 0px;
        top: 11px;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .comments-area .comment-box .author-thumb img {
            width: 100%;
        }

    .comments-area .comment-box .info-wrap {
        position: relative;
    }

    .comments-area .comment-box .info {
        position: relative;
        margin-bottom: 15px;
        line-height: 24px;
    }

        .comments-area .comment-box .info .name {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 30px;
            color: #222;
            text-transform: capitalize;
            font-weight: 600;
        }

        .comments-area .comment-box .info .comment-date {
            position: relative;
            display: inline-block;
            font-size: 13px;
            line-height: 24px;
            font-weight: 500;
            color: #555;
        }

.blog-single-post .comments-area .comment-box .text {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 30px;
}

    .comments-area .comment-box .reply-btn a {
        padding-right: 20px;
        transition: .5s;
    }

        .comments-area .comment-box .reply-btn a:hover {
            color: #276fe9;
        }

.comments-area .comment-box .theme-btn .btn-title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: underline;
    text-transform: uppercase;
}

.comments-area .comment-box .theme-btn:after {
    color: #276fe9;
}

.comments-area .comment-box .theme-btn:after {
    font-family: Flaticon;
    content: "\f115";
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    line-height: 22px;
    font-size: 16px;
    transition: .5s;
    transform: rotate(180deg);
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment {
        padding-left: 0;
    }

    .comments-area .comment-box .author-thumb {
        position: relative;
        margin-bottom: 30px;
    }
}

/* Leave Comments Form */

.leave-comments {
    position: relative;
}

    .leave-comments .instruction {
        padding-top: 15px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .leave-comments form .form-group {
        margin-bottom: 30px;
    }

        .leave-comments form .form-group textarea {
            height: 200px;
        }
