﻿
@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-bold-webfont.ttf') format('ttf'), url('../fonts/barlow-bold-webfont.woff2') format('woff2'), url('../fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-bolditalic-webfont.ttf') format('ttf'), url('../fonts/barlow-bolditalic-webfont.woff2') format('woff2'), url('../fonts/barlow-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-italic-webfont.ttf') format('ttf'), url('../fonts/barlow-italic-webfont.woff2') format('woff2'), url('../fonts/barlow-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-light-webfont.ttf') format('ttf'), url('../fonts/barlow-light-webfont.woff2') format('woff2'), url('../fonts/barlow-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-medium-webfont.ttf') format('ttf'), url('../fonts/barlow-medium-webfont.woff2') format('woff2'), url('../fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-regular-webfont.ttf') format('ttf'), url('../fonts/barlow-regular-webfont.woff2') format('woff2'), url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'barlow';
    src: url('../fonts/barlow-semibold-webfont.ttf') format('ttf'), url('../fonts/barlow-semibold-webfont.woff2') format('woff2'), url('../fonts/barlow-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'barlow';
    font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

a:hover {
    text-decoration: none
}

.pageOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #044E96;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    transition: ease all .15s;
    pointer-events: none;
}

    .pageOverlay.clicked {
        opacity: 1;
        pointer-events: all;
    }

header {
}

    header .headerTop {
        background: #e4b95b;
        position: relative;
        z-index: 3;
    }

    header .headerTop ul {
        text-align: right;
    }
    header .headerTop ul.socialMedia {
        text-align: left;
    }
    header .headerTop ul.socialMedia li{
        margin-left:0;margin-right:24px;
    }

            header .headerTop ul li {
                display: inline-block;
                line-height: 30px;
                margin-left: 24px;
                position: relative;
            }

                header .headerTop ul li::after {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 14px;
                    background: #fff;
                    right: -15px;
                    top: 8px;
                }

                header .headerTop ul li:last-child::after {
                    display: none
                }

                header .headerTop ul li a {
                    line-height: 30px;
                    display: block;
                    font-size: 12px;
                    color: #ffffff;
                }

                    header .headerTop ul li a.active {
                        color: #fff;
                        font-size:14px;
                        font-weight:500
                    }

                    header .headerNav {
                        background: #383848;
                        z-index: 2;
                        position: relative;
                        border-bottom: 1px solid #ddd;
                    }

        header .headerNav * {
            background: #383848;
        }

        header .headerNav .logo {
            padding: 5px 0;
        }

            header .headerNav .logo a {
                display: inline-block;
            }

                header .headerNav .logo a img {
                    max-width: 150px;
                }

        header .headerNav ul.siteNav {
            text-align: right;
            padding: 0 0 0;
        }

            header .headerNav ul.siteNav li {
                display: inline-block;
            }
            header .headerNav ul.siteNav li > a {
                font-weight: 400;
                color: #fff;
                padding: 24px 8px 25px 8px;
                font-family: 'barlow', sans-serif;
                display: block;
                line-height: 36px;
                font-size: 16px;
                position: relative;
            }

                header .headerNav ul.siteNav li.last a {
                    line-height: 40px;
                    margin-top: 0px;
                    padding: 0px 20px;
                    background: #e4b95b;
                    color: #fff;
                    font-size: 14px;
                }

                header .headerNav ul.siteNav li .megaMenu {
                    opacity: 0;
                    pointer-events: none;
                    position: absolute;
                    width: calc(100% - 30px);
                    top: -100%;
                    left: 55px;
                    right: 0;
                    transition: ease all .25s;
                    min-height: 200px;
                    padding: 10px 30px;
                    background: #fff;
                    box-shadow: 0 3px 6px rgb(0 70 126 / 35%);
                    border-bottom-left-radius: 22px;
                    border-bottom-right-radius: 22px;
                    /*max-width: 1110px;*/
                    max-width: 170px;
                    z-index: -1;
                }

                    header .headerNav ul.siteNav li .megaMenu * {
                        background: #fff
                    }

                header .headerNav ul.siteNav li:hover .megaMenu {
                    opacity: 1;
                    pointer-events: all;
                    top: 100%;
                }

                header .headerNav ul.siteNav li .megaMenu .subMenu {
                    text-align: left;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%);
                }

                    header .headerNav ul.siteNav li .megaMenu .subMenu li {
                        margin-left: 0;
                        margin-bottom: 5px;
                    }

                        header .headerNav ul.siteNav li .megaMenu .subMenu li a {
                            font-size: 14px;
                            color: #123075;
                            line-height: 24px;
                            padding: 0;
                            font-weight: 300;
                        }

                header .headerNav ul.siteNav li .megaMenu img {
                    border-radius: 22px;
                    border-bottom-right-radius: 0;
                    box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                    width: 100%;
                }
                @keyframes fadebounce {
                    0% {
                        transform: translateY(0);
                        opacity: 1
                    }
                    50% {
                        transform: translateY(20px);
                        opacity: 1
                    }
                    100% {
                        transform: translateY(0);
                        opacity: 1
                    }
                }
                
footer {
    background: #2a2a2a;
    margin-top: 0;
    position: relative;
}

footer .footerTop {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

        footer .footerTop img {
            max-width: 100%;
        }

        footer .footerTop .footerButton {
            display: inline-block;
            width: 100%;
            padding: 10px;
            border: 1px solid #7e7e7e;
            border-radius: 25px;
            margin-top: 10px;
        }

            footer .footerTop .footerButton .icon {
                position: absolute;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: center;
            }

            footer .footerTop .footerButton.footerWhatsappButton .icon {
                background-image: url(../img/footerWhatsappIcon.png);
            }

            footer .footerTop .footerButton.footerPhoneButton .icon {
                background-image: url(../img/footerPhoneIcon.png);
            }

            footer .footerTop .footerButton.footerMailButton .icon {
                background-image: url(../img/footerMailIcon.png);
            }

            footer .footerTop .footerButton h3 {
                color: #7e7e7e;
                font-size: 17px;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0.5px;
            }

            footer .footerTop .footerButton .title {
                color: #7e7e7e;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
            }
            footer .footerMiddle span.footerDesc{
                color:#fff;display:block;padding-top:15px;padding-bottom:15px;
            }

    footer .footerMiddle {
        padding: 30px 0 40px;
        position: relative;
        z-index: 1;
    }

        footer .footerMiddle h2 {
            font-size: 18px;
            color: #C3CAE0;
            font-weight: 400;
            line-height: 40px;
            border-bottom: 1px solid #0B60B2;
            margin-bottom: 20px;
        }

        footer .footerMiddle .footerMenu {
        }

            footer .footerMiddle .footerMenu li {
            }

            footer .footerMiddle .footerMenu li a {
                font-size: 14px;
                color: #D1DBE3;
                line-height: 24px;
                /* border-bottom: 1px solid #ddd; */
            }

        footer .footerMiddle .socialMedia {
            display: flex;
        }

        footer .footerMiddle .socialMedia li {
            display: inline-block;
            margin-right: 10px;
        }

                footer .footerMiddle .socialMedia li a {
                    color: #fff;
                    line-height: 24px;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #fff;
                    display: block;
                    border-radius: 15px;
                }

                footer .footerBottom {
                    background: #f0f0f0;
                    /* min-height: 50px; */
                    z-index: 1;
                    position: relative;
                    display: block;
                    width: 100%;
                    float: left;
                }

        footer .footerBottom .copyright {
            float: left;
            padding: 12px 0;
        }

            footer .footerBottom .copyright li {
                float: left;
                padding: 0;
                border-right: 1px solid #3f475f ;
            }

                footer .footerBottom .copyright li span {
                    display: block;
                    line-height: 16px;
                    color: #3f475f ;
                    font-size: 12px;
                    font-weight: 300;
                }

                footer .footerBottom .copyright li a {
                    display: block;
                    line-height: 16px;
                    color: #3f475f ;
                    font-size: 12px;
                    font-weight: 300;
                }

                footer .footerBottom .copyright li.first {
                    padding-right: 15px;
                    margin-right: 15px;
                    border-right: 0;
                    position: relative;
                }

                    

                footer .footerBottom .copyright li.last {
                    border-right: 0;
                }

                footer .footerBottom .toretto {
                    float: right;
                    color: #3f475f;
                    padding-top: 5px;
                }

            footer .footerBottom .toretto img {
                width: 90px;
            }

.mainSlider {
    position: relative;
    height: calc(100vh - 145px);
}

.mainSliderJS {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: contain;
}

    .mainSliderJS .slideText {
        padding: 150px 0px 250px;
        position: relative;
        left: -50px;
        opacity: 0;
        transition: ease-out all .0s;
        z-index: 1;
    }

        .mainSliderJS .slideText h3 {
            font-size: 45px;
            color: #fff;
            font-weight: 400;
            line-height: 60px;
        }
        .mainSliderJS .slideText p{
                color: #fff;
                font-size: 32px;
                line-height: 1.3;
        }

        .mainSliderJS .slideText a {
            color: #ffffff;
            line-height: 46px;
            width: 140px;
            text-align: center;
            background: #e4b95b;
            border-radius: 15px;
            box-shadow: 0 3px 6px rgba(0,70,126,0.15);
            display: block;
            margin: 0 auto;
            margin-top: 30px;
        }

    .mainSliderJS .slideTextWrap {
    }

    .mainSliderJS .slideImageWrap {
        height: 100%;
        position: absolute;
    }

    .mainSliderJS .slideImage {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
        transition: ease-out all .25s;
        left: 50%;
        transform: translateX(-50%);
    }

    .mainSliderJS .swiper-slide-active .slideText {
        left: 0;
        opacity: 1;
        transition: ease-in all 1s;
    }



    .mainSliderJS .swiper-slide-active .slideImage {
        transition: ease-in all 1s;
        opacity: 1
    }


    .mainSliderJS .swiper-pagination {
        bottom: 30px;
    }

        .mainSliderJS .swiper-pagination .swiper-pagination-bullet {
            width: 18px;
            height: 18px;
            border: 2px solid #fff;
            background: #fff;
            opacity: 1;
            margin: 0 6px;
            outline: none;
        }

            .mainSliderJS .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: transparent;
            }


    .mainSliderJS .swiper-button-next {
        right: -10%;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 25px;
        outline: none;
    }

        .mainSliderJS .swiper-button-next:after {
            font-size: 14px;
            font-weight: bold;
            color: #00467E;
        }

    .mainSliderJS .swiper-button-prev {
        left: -10%;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 25px;
        outline: none;
    }

        .mainSliderJS .swiper-button-prev:after {
            font-size: 14px;
            font-weight: bold;
            color: #00467E;
        }

    .mainSliderJS .navContent {
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        z-index: 11;
    }

    .mainSliderJS .slideOrtala {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

.mainSlider .socialMedia {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 30px;
    z-index: 1;
}

    .mainSlider .socialMedia li {
        display: inline-block;
        margin-left: 10px;
    }

        .mainSlider .socialMedia li a {
            color: #fff;
            line-height: 24px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #fff;
            display: block;
            border-radius: 15px;
        }

.mainServices {
    padding: 30px 0;
}
.mainServices {
    background-image: url("/assets/img/banner2.jpg");
    visibility: visible;
    animation-duration: 1000ms;
    animation-delay: 300ms;
    animation-name: fadeInDown;
    background-size: cover
}

.mainServicesJS {
}

.mainServicesJS .serviceItem {
    border: 1px solid #DDDFE7;
    display: block;
    border-radius: 5px;
    padding: 24px 0 24px;
    transition: ease all .25s;
    margin: 10px 10px 30px;
    background: #f7f7f7;
}
        .mainServicesJS .serviceItem .serviceIcon {
            display: block;
            width: 85px;
            height: 85px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 10px;
        }

        .mainServicesJS .serviceItem .serviceIconHover {
            display: none;
            width: 85px;
            height: 85px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 10px;
        }

        .mainServicesJS .serviceItem h3 {
            font-size: 18px;
            color: #000;
            line-height: 26px;
            text-align: center;
        }

        .mainServicesJS .serviceItem:hover {
            border: 1px solid transparent;
            
            box-shadow: 0px 13px 15px rgba(0,0,0,0.16);
        }

            .mainServicesJS .serviceItem:hover .serviceIcon {
                display: none;
            }

            .mainServicesJS .serviceItem:hover .serviceIconHover {
                display: block;
            }

            .mainServicesJS .serviceItem:hover h3 {
                
            }
            .mainServicesJS .serviceItem a {
                color: #ffffff;
                line-height: 36px;
                width: 110px;
                text-align: center;
                background: #e4b95b;
                border-radius: 15px;
                box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                display: inline-block;
                margin: 10px 0 0;
            }

            .sectionTitle {
                font-size: 28px;
                font-weight: 500;
                color: #2a2a2a;
                text-align: center;
            }

.sectionBgTitle {
    color: #00539D;
    font-weight: 600;
    text-align: center;
    display: block;
    opacity: 0.03;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 64px;
    letter-spacing: 0.6vw;
}

.mainPromotions {
    position: relative;
    overflow: hidden;
}

    .mainPromotions:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 55%;
        background: #F7F8FB;
        transform: skew(0deg, -5deg);
    }

    .mainPromotions .sectionTitle {
    }

    .mainPromotions .sectionBgTitle {
        font-size: 10vw;
    }

.mainPromotionsJS {
    margin: 30px 0;
}

    .mainPromotionsJS .promotionItem {
        margin-bottom: 20px;
        border-radius: 25px;
        margin-top: 100px;
        position: relative;
        padding-top: 75px;
        box-shadow: 0px 3px 15px transparent;
        transition: ease all .25s;
        top: 0;
        margin: 100px 10px 20px;
    }

        .mainPromotionsJS .promotionItem .promotionImage {
            width: auto;
            height: 150px;
            background-size: contain;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            /* top: -75px; */
            left: 0;
            right: 0;
            top: -75px;
        }

        .mainPromotionsJS .promotionItem .promotionContent {
            padding: 10px;
            background: #fff;
            border-radius: 25px;
            padding-top: 0;
        }

        .mainPromotionsJS .promotionItem .promotionContent h2 {
            color: #297bbe;
            font-size: 24px;
            font-weight: 600;
            text-align: left;
            margin: 12px 0;
            padding-left: 10px;
        }

            .mainPromotionsJS .promotionItem .promotionContent p {
                font-size: 16px;
                line-height: 22px;
                padding: 0 10px;
                height: 88px;
                overflow: hidden;
            }

            .mainPromotionsJS .promotionItem .promotionContent .price {
                display: block;
                text-align: center;
                width: 100%;
                line-height: 65px;
                border-radius: 22px;
                border-top-left-radius: 0;
                margin-top: 24px;
                color: #fff;
                background: rgb(254,144,0);
                background: -moz-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
                background: #63bcd7;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9000",endColorstr="#face00",GradientType=1);
                font-size: 20px;
            }

                .mainPromotionsJS .promotionItem .promotionContent .price strong {
                    font-weight: 300;
                    font-size: 31px;
                    margin-right: 10px;
                }

            .mainPromotionsJS .promotionItem .promotionContent .viewButton {
                position: absolute;
                line-height: 46px;
                width: 150px;
                text-align: center;
                margin: auto;
                left: 0;
                right: 0;
                background: #fff;
                display: block;
                border-radius: 23px;
                box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                transition: ease all .25s;
                bottom: 0;
                opacity: 0;
                font-size: 16px;
                color: #00467E;
                font-weight: 400;
            }

        .mainPromotionsJS .promotionItem:hover {
            box-shadow: 0px 3px 15px #C3CAE0;
            top: -20px;
        }

            .mainPromotionsJS .promotionItem:hover .promotionContent .viewButton {
                bottom: -23px;
                opacity: 1;
            }

.mainPromotions .allPromotionsButton {
    color: #C3CAE0;
    position: relative;
    margin-bottom: 50px;
    display: block;
    float: right;
    font-size: 14px;
    z-index: 11
}

    .mainPromotions .allPromotionsButton i {
        font-weight: 700;
        font-size: 12px;
        margin-left: 5px;
    }

.mainMiddleBanner {
    /* padding: 90px 0 160px; */
    position: relative;
    background: #0257AB;
}

    .mainMiddleBanner .icenetBg {
        background-image: url(../img/icenetBg.png);
        padding: 90px 0 160px;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 100% 30%;
    }

    .mainMiddleBanner .videoWrapper {
        padding: 0 40px;
    }

        .mainMiddleBanner .videoWrapper a {
            display: inline-block;
            position: relative;
            border-radius: 21px;
            overflow: hidden;
            box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
        }

            .mainMiddleBanner .videoWrapper a img {
                max-width: 100%;
                float: left;
            }

            .mainMiddleBanner .videoWrapper a .playButton {
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                top: 50%;
                transform: translateY(-50%);
                text-align: center;
                font-size: 40px;
                color: #A6CE4C;
            }

            .mainMiddleBanner .videoWrapper a:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgb(0 1 2 / 0.5);
            }

    .mainMiddleBanner .bannerDescription {
        padding: 0 40px;
        padding-right: 105px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

        .mainMiddleBanner .bannerDescription .dots {
            position: absolute;
            width: 50px;
            height: 50px;
            left: 35px;
            top: -40px;
            z-index: 1;
        }

            .mainMiddleBanner .bannerDescription .dots:before {
                content: '';
                width: 32px;
                height: 32px;
                background: #FFC000;
                position: absolute;
                border-radius: 100%;
                left: 0;
                top: 0;
            }

            .mainMiddleBanner .bannerDescription .dots:after {
                content: '';
                width: 22px;
                height: 22px;
                background: #FFC000;
                position: absolute;
                border-radius: 100%;
                right: 0;
                bottom: 0;
            }

        .mainMiddleBanner .bannerDescription .triangle {
            bottom: 100px;
            position: absolute;
            z-index: 1;
            left: 60%;
        }

            .mainMiddleBanner .bannerDescription .triangle .playButton {
                position: absolute;
                text-align: center;
                font-size: 40px;
                color: #A6CE4C;
                line-height: 40px;
            }

        .mainMiddleBanner .bannerDescription h3 {
            display: block;
            text-align: center;
            width: 100%;
            line-height: 39px;
            border-radius: 23px;
            border-top-left-radius: 0;
            color: #fff;
            background: rgb(254,144,0);
            background: -moz-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
            background: linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9000",endColorstr="#face00",GradientType=1);
            font-size: 29px;
            text-align: left;
            padding: 25px 30px;
            font-style: italic;
            font-weight: 300;
            box-shadow: 0px 10px 14px rgba(0,0,0,0.39);
            margin-top: 30px;
            position: relative;
            overflow: hidden;
        }

            .mainMiddleBanner .bannerDescription h3 strong {
                display: block;
                font-weight: bold;
            }

            .mainMiddleBanner .bannerDescription h3:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-image: url(../img/icenetBg2.png);
                background-size: cover;
                background-position: center;
                z-index: 1;
            }

        .mainMiddleBanner .bannerDescription a {
            color: #0B60B2;
            line-height: 46px;
            width: 140px;
            text-align: center;
            background: #fff;
            border-radius: 23px;
            box-shadow: 0 3px 6px rgba(0,70,126,0.15);
            display: block;
            margin: 30px 0 0;
        }

    .mainMiddleBanner:after {
        content: '';
        height: 120px;
        background: #fff;
        width: 100%;
        bottom: -60px; /* z-index: 1; */
        position: absolute;
        transform: skew(0deg, 3deg);
    }

.mainNews {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

    .mainNews:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 55%;
        background: #F7F8FB;
        transform: skew(0deg, -5deg);
        display: none;
    }

    .mainNews .sectionTitle {
    }

    .mainNews .sectionBgTitle {
        font-size: 8vw;
        margin-top: 20px;
    }

.mainNewsJS {
    margin: 60px 0 -20px;
    padding-bottom: 30px;
}

    .mainNewsJS .newItem {
        margin-bottom: 20px;
        border-radius: 25px;
        margin-top: 0;
        position: relative;
        padding-top: 75px;
        box-shadow: 0px 3px 15px transparent;
        transition: ease all .25s;
        top: 0;
        margin: 30px 10px;
        padding: 8px 8px 30px;
        background: #fff;
    }

        .mainNewsJS .newItem .newImage {
            width: 100%;
            height: 200px;
            background-size: cover;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            /* top: -75px; */
            left: 0;
            right: 0;
            top: 0;
            border-radius: 22px;
            border-bottom-right-radius: 0;
            box-shadow: 0 3px 6px rgba(0,70,126,0.15);
        }

        .mainNewsJS .newItem .newContent {
            padding: 0;
            background: #fff;
            border-radius: 25px;
            padding-top: 0;
        }

            .mainNewsJS .newItem .newContent h2 {
                color: #044E96;
                font-size: 18px;
                font-weight: 600;
                text-align: left;
                margin: 12px 0;
                padding-left: 0;
                line-height: 26px;
                max-height: 52px;
                overflow: hidden;
            }

            .mainNewsJS .newItem .newContent p {
                font-size: 14px;
                line-height: 18px;
                padding: 0;
                height: 88px;
                overflow: hidden;
            }


            .mainNewsJS .newItem .newContent .viewButton {
                position: absolute;
                line-height: 46px;
                width: 150px;
                text-align: center;
                margin: auto;
                left: 0;
                right: 0;
                background: #0257AB;
                display: block;
                border-radius: 23px;
                box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                transition: ease all .25s;
                bottom: -10px;
                opacity: 0;
                font-size: 16px;
                color: #fff;
                font-weight: 400;
            }

        .mainNewsJS .newItem:hover {
            box-shadow: 0px 3px 15px #C3CAE0;
            top: -20px;
        }

            .mainNewsJS .newItem:hover .newContent .viewButton {
                bottom: -30px;
                opacity: 1;
            }

.mainNews .allNewsButton {
    color: #C3CAE0;
    position: relative;
    margin-bottom: 50px;
    display: block;
    float: right;
    font-size: 14px;
    z-index: 11
}

    .mainNews .allNewsButton i {
        font-weight: 700;
        font-size: 12px;
        margin-left: 5px;
    }

.mainNewsJS .swiper-pagination {
    bottom: 0;
}

    .mainNewsJS .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        border: 2px solid #E2E5EF;
        background: #E2E5EF;
        opacity: 1;
        margin: 0 6px;
        outline: none;
        transform: scale(1);
    }

        .mainNewsJS .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: transparent;
            border-color: #0C1350;
        }

.mainBottomBanner {
    position: relative;
    background: #383848;
}

    .mainBottomBanner .icenetBg {
        padding: 180px 0 0px;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 100% 30%;
    }

    .mainBottomBanner:after {
        content: '';
        height: 75px;
        background: #fff;
        width: 100%;
        top: -35px;
        /* z-index: 1; */
        position: absolute;
        transform: skew(0deg, -2deg);
        /* border-top: 3px solid #e4b95b; */
    }

    .mainBottomBanner .bannerDescription {
        padding: 0;
        padding-right: 0;
        position: relative;
        top: 40%;
        transform: translateY(-50%);
        display: inline-block;
        width: 100%;
    }

        .mainBottomBanner .bannerDescription h3 {
            font-size: 29px;
            font-style: italic;
            font-weight: 600;
            text-align: right;
            line-height: 39px;
            color: #fff;
        }

        .mainBottomBanner .bannerDescription a {
            color: #ffffff;
            line-height: 46px;
            width: 140px;
            text-align: center;
            background: #ebae3b;
            border-radius: 0;
            display: block;
            margin: 30px 0 0;
            float: right;
            /* font-weight: bold; */
        }
    .mainBottomBanner .imageWrapper {
        margin-bottom: -29px;
        margin-top: -220px;
        position: relative;
        z-index: 1;
    }

        .mainBottomBanner .imageWrapper img {
            max-width: 100%;
        }


.mainUsers {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

    .mainUsers:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 55%;
        background: #F7F8FB;
        transform: skew(0deg, -5deg);
        display: none;
    }

    .mainUsers .sectionTitle {
    }

    .mainUsers .sectionBgTitle {
        font-size: 6vw;
        margin-top: 20px;
        letter-spacing: 0;
    }

.mainUsersJS {
    margin: 70px 0;
}

    .mainUsersJS .userItem {
        margin: auto;
        text-align: center;
    }

        .mainUsersJS .userItem .userImage {
            width: 180px;
            height: 180px;
            border: 3px solid #FFC000;
            border-radius: 100%;
            display: inline-block;
            box-shadow: 0px 20px 20px rgb(12 19 80 / 0.27);
        }

        .mainUsersJS .userItem .userContent {
        }

            .mainUsersJS .userItem .userContent p {
                font-size: 22px;
                color: #0C1350;
                font-style: italic;
                text-align: center;
                line-height: 28px;
                letter-spacing: -0.5px;
                padding: 80px 40px 0;
                /* margin: 0 -50px; */
                position: relative;
            }

                .mainUsersJS .userItem .userContent p:before {
                    content: '';
                    position: absolute;
                    background-image: url(../img/commentBg.png);
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: center;
                    z-index: -1;
                    background-size: 30%;
                    top: 0%;
                    letter-spacing: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                }

            .mainUsersJS .userItem .userContent span {
                display: block;
                margin: 50px 0 80px;
                color: #595F6F;
                font-size: 23px;
                font-weight: 600;
            }

    .mainUsersJS .swiper-pagination {
        bottom: 0;
    }

        .mainUsersJS .swiper-pagination .swiper-pagination-bullet {
            width: 18px;
            height: 18px;
            border: 2px solid #E2E5EF;
            background: #E2E5EF;
            opacity: 1;
            margin: 0 6px;
            outline: none;
            transform: scale(1);
        }

            .mainUsersJS .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: transparent;
                border-color: #0C1350;
            }

    .mainUsersJS .swiper-slide {
        opacity: 0;
        transition: ease all .5s;
    }

    .mainUsersJS .swiper-slide-active {
        opacity: 1
    }

.mainUsers .usersElement {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 290px;
    left: 0;
    pointer-events: none;
}

    .mainUsers .usersElement .user {
        border-radius: 100%;
        border: 2px solid #FFC000;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        display: inline-block;
        position: absolute;
        background-size: cover;
    }

    .mainUsers .usersElement .user1 {
        background-image: url(../../uploads/user/user2.png) !important;
        width: 72px;
        height: 72px;
        left: 5%;
        top: 0;
    }

    .mainUsers .usersElement .user2 {
        background-image: url(../../uploads/user/user3.png) !important;
        width: 92px;
        height: 92px;
        left: 0;
        bottom: 0;
    }

    .mainUsers .usersElement .user3 {
        background-image: url(../../uploads/user/user4.png) !important;
        width: 100px;
        height: 100px;
        left: 16%;
        top: 30%;
    }

    .mainUsers .usersElement .user4 {
        background-image: url(../../uploads/user/user5.png) !important;
        width: 80px;
        height: 80px;
        right: 20%;
        top: 10%;
    }

    .mainUsers .usersElement .user5 {
        background-image: url(../../uploads/user/user6.png) !important;
        width: 98px;
        height: 98px;
        right: 5%;
        top: 30%;
    }

    .mainUsers .usersElement .user6 {
        background-image: url(../../uploads/user/user7.png) !important;
        width: 100px;
        height: 100px;
        right: 3%;
        top: -30%;
    }

    .mainUsers .usersElement .user7 {
        background-image: url(../../uploads/user/user8.png) !important;
        width: 56px;
        height: 56px;
        right: 16%;
        bottom: 0;
    }

.mainApplications {
    padding: 30px 0;
}

.mainApplicationJS {
}

    .mainApplicationJS .applicationItem {
        border: 1px solid #f4f4f4;
        display: block;
        border-radius: 25px;
        padding: 0;
        transition: ease all .25s;
        margin: 0px 10px;
    }

        .mainApplicationJS .applicationItem .applicationIcon {
            display: block;
            /*width: 80%;*/
            height: 118px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            margin-bottom: 0;
            background-size: contain;
        }

        .mainApplicationJS .applicationItem .applicationHover {
            display: none;
            width: 80%;
            height: 118px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        .mainApplicationJS .applicationItem h3 {
            font-size: 18px;
            color: #ACB5D3;
            line-height: 26px;
            text-align: center;
        }

        .mainApplicationJS .applicationItem:hover {
            border: 1px solid #00000080;
            /*background: #0257AB;*/
        }

/*.mainApplicationJS .applicationItem:hover .applicationIcon {
                display: none;
            }

            .mainApplicationJS .applicationItem:hover .applicationHover {
                display: block;
            }*/

.pageContent {
    padding-top: 40px;
}

    .pageContent .leftMenu {
        margin-right: 30px;
        border: 1px solid #DDDFE7;
        border-radius: 10px;
        border-top-left-radius: 0;
    }

    .pageContent .leftMenu .leftMenuHeader {
        /* margin-top: 15px; */
        /* margin-left: -15px; */
        line-height: 46px;
        background: #e4b95b;
        padding-left: 25px;
        border-radius: 0;
        border-top-left-radius: 0;
        box-shadow: 0 3px 6px rgba(0,70,126,0.15);
        /* margin-right: 15px; */
    }

    .pageContent .leftMenu .leftMenuHeader h2 {
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
    }

        .pageContent .leftMenu .leftMainMenu {
            padding: 15px;
            max-height: calc(100vh - 280px);
            overflow: auto;
        }
            /* width */
            .pageContent .leftMenu .leftMainMenu::-webkit-scrollbar {
                width: 5px;
            }

            /* Track */
            .pageContent .leftMenu .leftMainMenu::-webkit-scrollbar-track {
                background: #f1f1f1;
                width: 5px;
            }

            /* Handle */
            .pageContent .leftMenu .leftMainMenu::-webkit-scrollbar-thumb {
                background: #f6cb03;
                width: 5px;
                border-radius: 5px;
            }

                /* Handle on hover */
                .pageContent .leftMenu .leftMainMenu::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

            .pageContent .leftMenu .leftMainMenu > li {
                margin: 8px 0;
            }

                .pageContent .leftMenu .leftMainMenu > li > a {
                    font-size: 16px;
                    color: #7e7e7e;
                    line-height: 20px;
                    display: block;
                    transition: ease all .25s;
                }

                .pageContent .leftMenu .leftMainMenu > li > a.active {
                    color: #0b8921;
                    font-weight: 500;
                }

                .pageContent .leftMenu .leftMainMenu > li > ul.leftSubMenu {
                    padding-left: 20px;
                    margin: 5px 0;
                }
                .pageContent .leftMenu .leftMainMenu > li > ul.leftSubMenu li .leftSubSubMenu {
                    padding-left: 20px;
                    margin: 5px 0;
                }

                    .pageContent .leftMenu .leftMainMenu > li > ul.leftSubMenu li {
                    }

                        .pageContent .leftMenu .leftMainMenu > li > ul.leftSubMenu li a {
                            color: #687395;
                            line-height: 24px;
                            font-size: 14px;
                            font-weight: 400;
                        }

                            .pageContent .leftMenu .leftMainMenu > li > ul.leftSubMenu li a.active {
                                color: #0257ab;
                                font-weight: 700;
                            }

    .pageContent .pageTitle {
        margin-bottom: 20px;
        position: relative;
    }

    .pageContent .pageTitle h2 {
        font-size: 30px;
        font-weight: 400;
        color: #363636;
    }

        .pageContent .pageTitle p {
            margin-top: 30px;
            font-size: 14px;
            line-height: 18px;
            max-width: 500px;
        }

        .pageServices .serviceItem {
            border: 1px solid #E2E5EF;
            margin-bottom: 30px;
            transition: ease all .5s;
            position: relative;
            border-top-left-radius: 15px;
        }

    .pageServices .serviceItem .serviceContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pageServices .serviceItem .serviceTitle {
        background: #e4b95b;
        padding-left: 15px;
        border-radius: 15px;
        border-bottom: 3px solid #0d5f89;
        box-shadow: 0px 3px 4px #93939373;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

            .pageServices .serviceItem .serviceTitle h3 {
                font-size: 24px;
                font-weight: 500;
                line-height: 54px;
                color: #fff;
            }

        .pageServices .serviceItem .serviceContent .serviceShortDesc {
            margin-top: 10px;
        }

            .pageServices .serviceItem .serviceContent .serviceShortDesc p {
                font-size: 16px;
                line-height: 22px;
            }

        .pageServices .serviceItem .serviceContent .servicePrice {
            margin-top: 50px;
        }

            .pageServices .serviceItem .serviceContent .servicePrice h4 {
                color: #9FA7C0;
                line-height: 58px;
                font-size: 20px;
            }

                .pageServices .serviceItem .serviceContent .servicePrice h4 strong {
                    font-size: 31px;
                }

        .pageServices .serviceItem .serviceContent .serviceButton {
            margin-bottom: 30px;
        }

            .pageServices .serviceItem .serviceContent .serviceButton a {
                line-height: 46px;
                margin-top: 0px;
                padding: 0px 10px;
                background: #FFE500;
                border-radius: 23px;
                color: #fff;
                font-size: 16px;
                display: inline-block;
                width: 140px;
                text-align: center;
                font-weight: 500;
                transition: ease all .5s;
            }

    .pageServices .serviceItem .serviceFeatures {
        background: #F7F8FA;
        padding: 0;
        position: relative;
        height: 100%;
        border-top-right-radius: 27px;
        border-bottom-right-radius: 27px;
    }

        .pageServices .serviceItem .serviceFeatures .serviceFeaturesHeader {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #E2E5EF;
            display: flex;
            justify-content: space-between;
        }

            .pageServices .serviceItem .serviceFeatures .serviceFeaturesHeader li {
                display: inline-block;
            }

                .pageServices .serviceItem .serviceFeatures .serviceFeaturesHeader li h3 {
                    font-size: 18px;
                    font-weight: 400;
                    color: #123075;
                }

        .pageServices .serviceItem .serviceFeatures .serviceFeaturesList {
            padding-left: 15px;
            padding-right: 15px;
        }

        .pageServices .serviceItem .serviceFeatures li {
            font-size: 16px;
            line-height: 28px;
            list-style: none;
            padding-left: 15px;
            border-bottom: 1px dashed #ddd;
            padding: 10px 10px 10px 15px;
        }
            .pageServices .serviceItem .serviceFeatures li strong{
                font-weight: 500;
            }
            .pageServices .serviceItem .serviceFeatures .serviceButton a {
                padding: 12px 6px;
                display: block;
                text-align: center;
                background: #0c9b15;
                margin: 10px;
                color: #fff;
                /* font-weight: 500; */
            }
                .pageServices .serviceItem .serviceFeatures .serviceFeaturesList li::before {
                    content: "\2022";
                    color: #9FA7C0;
                    font-weight: bold;
                    display: inline-block;
                    width: 0.7em;
                    margin-left: -0.7em;
                    font-size: 30px;
                    position: relative;
                    top: 5px;
                }

    .pageServices .serviceItem:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    }

        .pageServices .serviceItem:hover .serviceContent .serviceButton a {
            background: #0257AB;
        }

    .pageServices .serviceItem .categoryIconWrapper {
        border: 1px solid #DDDFE7;
        display: block;
        border-radius: 25px;
        padding: 0;
        transition: ease all .25s;
        margin: 0;
        border: 1px solid transparent;
        background: #0257AB;
        box-shadow: 0px 13px 15px rgba(0,0,0,0.16);
        width: 132px;
        height: 132px;
        position: absolute;
        left: -66px;
        top: 40px;
        display: none;
    }

        .pageServices .serviceItem .categoryIconWrapper .categoryIcon {
            display: none;
            width: 100%;
            height: 80px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            margin-top: 8px;
        }

        .pageServices .serviceItem .categoryIconWrapper .categoryTitle {
            font-size: 18px;
            color: #FFE500;
            line-height: 26px;
            text-align: center;
            display: block;
        }

    .pageServices .serviceItem:first-child .categoryIconWrapper {
        display: block
    }

    .pageApplications .applicationDesc {
        background: #f8fcfe;
        padding: 25px 25px 50px;
        border-radius: 10px;
        border-top-left-radius: 0;
        position: relative;
        /* margin-top: 0; */
        margin-bottom: 60px;
    }

    .pageApplications .applicationDesc p {
        font-size: 16px;
        line-height: 1.5;
    }

    .pageApplications .applicationDesc strong {
        font-weight: bold
    }

.pageApplications .applicationFeatureItem {
    border: 1px solid #E2E5EF;
    border-radius: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 15px;
}

    .pageApplications .applicationFeatureItem p {
        font-size: 14px;
        padding: 20px 0px;
        line-height: 20px;
        position: relative;
    }

        .pageApplications .applicationFeatureItem p:before {
            content: '';
            border: 2px solid #FFC000;
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            position: absolute;
            left: -15px;
            top: 25px;
        }

.pageApplications .applicationTabs {
    margin: 100px 0 0;
}

    .pageApplications .applicationTabs ul.tabs-nav-main {
        list-style: none;
        margin: 0;
        padding: 5px;
        overflow: auto;
    }



        .pageApplications .applicationTabs ul.tabs-nav-main li:hover a,
        .pageApplications .applicationTabs ul.tabs-nav-main li.active a {
            background-color: #0B60B2;
        }

    .pageApplications .applicationTabs .tabs-nav-main li a {
        position: relative;
        display: block;
        padding: 20px 0;
        padding-right: 25px;
        padding-left: 70px;
        border-radius: 18px;
        border: 1px solid #E2E5EF;
        transition: ease all .5s;
    }

        .pageApplications .applicationTabs .tabs-nav-main li a .tabIcon {
            position: absolute;
            width: 70px;
            height: 100%;
            left: 0;
            background-size: 40px;
            background-repeat: no-repeat;
            background-position: center;
            top: 50%;
            transform: translateY(-50%);
        }

        .pageApplications .applicationTabs .tabs-nav-main li a h2 {
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            color: #767676;
            transition: ease all .5s
        }

    .pageApplications .applicationTabs ul.tabs-nav-main li:hover a h2,
    .pageApplications .applicationTabs ul.tabs-nav-main li.active a h2 {
        color: #fff;
    }

    .pageApplications .applicationTabs .tab-content-main {
        /*margin-top: 50px;*/
    }

        .pageApplications .applicationTabs .tab-content-main ul.tabs-sub {
            margin: 0px;
            padding: 0px;
            list-style: none;
            background: #EDEFF5;
            border: 5px solid #EDEFF5;
            border-radius: 90px;
        }

            .pageApplications .applicationTabs .tab-content-main ul.tabs-sub li {
                line-height: 20px;
                text-align: center;
                color: #123075;
                font-size: 14px;
                font-weight: 500;
                border-radius: 90px;
                padding: 5px 0;
                background: transparent;
                cursor: pointer;
                transition: ease all .5s;
                position: relative;
            }

                .pageApplications .applicationTabs .tab-content-main ul.tabs-sub li span {
                    color: #FF8900;
                    pointer-events: none;
                }

                    .pageApplications .applicationTabs .tab-content-main ul.tabs-sub li span.noGift {
                        display: block;
                        width: 30px;
                        height: 1px;
                        background: #FF8900;
                        margin: 12px auto;
                    }

                .pageApplications .applicationTabs .tab-content-main ul.tabs-sub li.current {
                    background: #9FA7C0;
                    color: #fff;
                }

        .pageApplications .applicationTabs .tab-content-main .tab-content-sub {
            display: none;
            margin: 100px 0;
        }

            .pageApplications .applicationTabs .tab-content-main .tab-content-sub.current {
                display: inherit;
            }

        .pageApplications .applicationTabs .tab-content-main ul.tabs-sub li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 11;
            display: block;
            background: transparent;
        }

        .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem {
            padding: 5px;
            border: 1px solid #E2E5EF;
            border-radius: 22px;
            position: relative;
            transition: ease all .5s;
            top: 0;
            box-shadow: 0 0 0 transparent;
        }

            .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceHeader {
                background: #F4F4F4;
                border-radius: 20px;
                border-bottom-right-radius: 0;
                height: 65px;
                padding: 10px 15px;
                transition: ease all .5s;
            }



                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceHeader .priceName h2 {
                    color: #9FA7C0;
                    font-weight: 500;
                    line-height: 33px;
                    font-size: 21px;
                    transition: ease all .5s;
                }



                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceHeader .priceDetail h3 {
                    color: #767676;
                    transition: ease all .5s;
                    font-size: 17px;
                }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceHeader .priceDetail h3 strong {
                        font-size: 27px;
                        transition: ease all .5s;
                        margin-right: 5px;
                    }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceHeader .priceDetail span {
                    color: #767676;
                    font-size: 17px;
                    display: block;
                    transition: ease all .5s;
                    line-height: 24px;
                }

            .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceContent {
                padding: 15px;
            }



                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceContent .priceFeatures li {
                    color: #767676;
                    font-size: 16px;
                    line-height: 30px;
                    position: relative;
                    padding-left: 28px;
                }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceContent .priceFeatures li:before {
                        content: '';
                        width: 13px;
                        height: 13px;
                        position: absolute;
                        border: 1px solid #000;
                        border-radius: 10px;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        padding-left: 1px;
                        font-family: "Font Awesome 5 Free";
                        font-size: 7px;
                        font-weight: 900;
                        line-height: 11px;
                        text-align: center;
                    }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceContent .priceFeatures li:before {
                        content: '\f00c';
                        color: #65B43B;
                        border-color: #65B43B;
                    }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceContent .priceFeatures li.yok :before {
                        content: '\f00d';
                        color: #E40005;
                        border-color: #E40005;
                    }

            .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceFooter {
                position: relative;
                width: 100%;
                height: 0;
                padding-top: 0;
                transition: ease all .5s;
                margin-bottom: -5px;
            }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem .priceFooter .priceButton {
                    width: 150px;
                    line-height: 46px;
                    color: #E2E5EF;
                    background: #0B60B2;
                    box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                    display: block;
                    margin: auto;
                    text-align: center;
                    border-radius: 23px;
                    font-weight: 400;
                    bottom: -15px;
                    opacity: 0;
                    transition: ease all .25s;
                    position: absolute;
                    left: 0;
                    right: 0;
                }

            .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover {
                top: -30px;
                box-shadow: 0 3px 20px rgba(159,167,192,0.3);
                /* padding-bottom: 20px; */
            }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceHeader {
                    background: #0B60B2;
                }



                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceHeader .priceName h2 {
                        color: #fff;
                    }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceFooter {
                    padding-top: 15px;
                }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceFooter .priceButton {
                        bottom: -50px;
                        transform: translateY(-50%);
                        opacity: 1;
                    }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceHeader .priceDetail h3 {
                    color: #9FA7C0
                }

                    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceHeader .priceDetail h3 strong {
                        color: #9FA7C0
                    }

                .pageApplications .applicationTabs .tab-content-main .tab-content-sub .priceItem:hover .priceHeader .priceDetail span {
                    color: #9FA7C0
                }

.pagePromotions {
}

    .pagePromotions .promotionItem {
        margin-bottom: 20px;
        border-radius: 25px;
        margin-top: 100px;
        position: relative;
        padding-top: 90px;
        box-shadow: 0px 3px 15px transparent;
        transition: ease all .25s;
        top: 0;
        margin: 100px 0px 20px;
        border: 1px solid #DDDFE7;
    }

        .pagePromotions .promotionItem .promotionImage {
            width: auto;
            height: 150px;
            background-size: contain;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            /* top: -75px; */
            left: 0;
            right: 0;
            top: -75px;
        }

        .pagePromotions .promotionItem .promotionContent {
            padding: 8px;
            background: #fff;
            border-radius: 25px;
            padding-top: 0;
        }

            .pagePromotions .promotionItem .promotionContent h2 {
                color: #0C1350;
                font-size: 24px;
                font-weight: 600;
                text-align: left;
                margin: 17px 0;
                padding-left: 15px;
            }

            .pagePromotions .promotionItem .promotionContent p {
                font-size: 16px;
                line-height: 22px;
                padding: 0px 15px;
                height: 88px;
                overflow: hidden;
                margin: 20px 0;
            }

            .pagePromotions .promotionItem .promotionContent .price {
                display: block;
                text-align: center;
                width: 100%;
                line-height: 61px;
                border-radius: 22px;
                border-top-left-radius: 0;
                margin-top: 24px;
                color: #fff;
                background: rgb(254,144,0);
                background: -moz-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
                background: linear-gradient(90deg, rgba(254,144,0,1) 0%, rgba(250,206,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9000",endColorstr="#face00",GradientType=1);
                font-size: 20px;
            }

                .pagePromotions .promotionItem .promotionContent .price strong {
                    font-weight: 300;
                    font-size: 31px;
                    margin-right: 10px;
                }

            .pagePromotions .promotionItem .promotionContent .viewButton {
                position: absolute;
                line-height: 46px;
                width: 150px;
                text-align: center;
                margin: auto;
                left: 0;
                right: 0;
                background: #fff;
                display: block;
                border-radius: 23px;
                box-shadow: 0 3px 6px rgba(0,70,126,0.15);
                transition: ease all .25s;
                bottom: -3px;
                opacity: 0;
                font-size: 16px;
                color: #00467E;
                font-weight: 400;
            }

        .pagePromotions .promotionItem:hover {
            box-shadow: 0px 3px 15px #C3CAE0;
            top: -20px;
        }

            .pagePromotions .promotionItem:hover .promotionContent .viewButton {
                bottom: -23px;
                opacity: 1;
            }





.pagePromotionDetail .promotionItem {
    margin-left: 66px;
    border: 1px solid #E2E5EF;
    margin-bottom: 30px;
    border-radius: 30px;
    padding-left: 70px;
    transition: ease all .5s;
    position: relative;
}

    .pagePromotionDetail .promotionItem .promotionContent {
        padding-left: 20px;
        padding-right: 20px;
    }

        .pagePromotionDetail .promotionItem .promotionContent .promotionTitle {
            margin-top: 10px;
        }

            .pagePromotionDetail .promotionItem .promotionContent .promotionTitle h3 {
                font-size: 24px;
                font-weight: 600;
                line-height: 54px;
                color: #044E96;
            }

        .pagePromotionDetail .promotionItem .promotionContent .promotionShortDesc {
            margin-top: 10px;
        }

            .pagePromotionDetail .promotionItem .promotionContent .promotionShortDesc p {
                font-size: 16px;
                line-height: 22px;
            }

        .pagePromotionDetail .promotionItem .promotionContent .promotionPrice {
            margin-top: 50px;
        }

            .pagePromotionDetail .promotionItem .promotionContent .promotionPrice h4 {
                color: #9FA7C0;
                line-height: 58px;
                font-size: 20px;
            }

                .pagePromotionDetail .promotionItem .promotionContent .promotionPrice h4 strong {
                    font-size: 31px;
                }

        .pagePromotionDetail .promotionItem .promotionContent .promotionButton {
            margin-bottom: 30px;
        }

            .pagePromotionDetail .promotionItem .promotionContent .promotionButton a {
                line-height: 46px;
                margin-top: 0px;
                padding: 0px 10px;
                background: #FFC000;
                border-radius: 23px;
                color: #fff;
                font-size: 16px;
                display: inline-block;
                width: 140px;
                text-align: center;
                font-weight: 500;
                transition: ease all .5s;
            }

    .pagePromotionDetail .promotionItem .promotionFeatures {
        background: #F7F8FA;
        padding: 30px;
        position: relative;
        height: 100%;
        border-top-right-radius: 27px;
        border-bottom-right-radius: 27px;
    }

        .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesHeader {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #E2E5EF;
            display: flex;
            justify-content: space-between;
        }

            .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesHeader li {
                display: inline-block;
            }

                .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesHeader li h3 {
                    font-size: 18px;
                    font-weight: 400;
                    color: #123075;
                }

        .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesList {
            padding-left: 15px;
            padding-right: 15px;
        }

            .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesList li {
                font-size: 16px;
                line-height: 28px;
                list-style: none;
            }

                .pagePromotionDetail .promotionItem .promotionFeatures .promotionFeaturesList li::before {
                    content: "\2022";
                    color: #9FA7C0;
                    font-weight: bold;
                    display: inline-block;
                    width: 0.7em;
                    margin-left: -0.7em;
                    font-size: 30px;
                    position: relative;
                    top: 5px;
                }



    .pagePromotionDetail .promotionItem:hover .promotionContent .promotionButton a {
        background: #0257AB;
    }

    .pagePromotionDetail .promotionItem .promotionIconWrapper {
        display: block;
        border-radius: 100%;
        padding: 0;
        transition: ease all .25s;
        margin: 0;
        box-shadow: 0px 13px 15px rgba(0,0,0,0.16);
        width: 130px;
        height: 130px;
        position: absolute;
        left: -70px;
        top: 35px;
    }

        .pagePromotionDetail .promotionItem .promotionIconWrapper .promotionIcon {
            width: 180px;
            height: 180px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            margin-top: 0;
            background-size: contain;
            position: absolute;
            top: 50%;
            left: 58%;
            transform: translate(-50%, -50%);
        }

.pagePromotionsCarousel .allPromotionsButton {
    color: #C3CAE0;
    position: relative;
    margin-bottom: 50px;
    display: block;
    float: right;
    font-size: 14px;
    z-index: 11
}

    .pagePromotionsCarousel .allPromotionsButton i {
        font-weight: 700;
        font-size: 12px;
        margin-left: 5px;
    }

.pagePromotionsCarousel {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

    .pagePromotionsCarousel:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 55%;
        background: #F7F8FB;
        transform: skew(0deg, -5deg);
    }

    .pagePromotionsCarousel .sectionTitle {
    }

    .pagePromotionsCarousel .sectionBgTitle {
        font-size: 10vw;
    }

.pageCorporate .corporateDesc {
    background: #F7F8FA;
    padding: 10px 25px 50px;
    border-radius: 20px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .pageCorporate .corporateDesc .corporateIconWrapper {
        border: 1px solid #DDDFE7;
        display: block;
        border-radius: 25px;
        padding: 0;
        transition: ease all .25s;
        margin: 0;
        border: 1px solid transparent;
        background: #fff;
        box-shadow: 0px 3px 16px rgba(0,0,0,0.1);
        width: 160px;
        height: 120px;
        position: absolute;
        left: 25px;
        top: -40px;
        display: block;
    }

        .pageCorporate .corporateDesc .corporateIconWrapper .corporateIcon {
            display: none;
            width: 100%;
            height: 100%;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            margin-top: 0;
        }

    .pageCorporate .corporateDesc .corporateSlogan {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

        .pageCorporate .corporateDesc .corporateSlogan img {
        }

    .pageCorporate .corporateDesc p {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0;
    }

    .pageCorporate .corporateDesc h2 {
        font-size: 24px;
        line-height: 54px;
        margin: 15px 0;
        font-weight: 600;
        color: #0C1350
    }

    .pageCorporate .corporateDesc h3 {
        color: #0B60B2;
        font-size: 24px;
        line-height: 54px;
        margin: 15px 0;
        font-weight: 600;
    }

    .pageCorporate .corporateDesc .licenseList {
        margin-top: 50px;
    }

        .pageCorporate .corporateDesc .licenseList li {
            margin-bottom: 50px;
        }

            .pageCorporate .corporateDesc .licenseList li a {
                display: inline-block;
                width: 100%;
                background: #fff;
                padding: 30px 0;
                text-align: center;
                border: 1px solid #E2E5EF;
                border-radius: 20px;
                box-shadow: 0 0 transparent;
                transition: ease all .5s;
            }

            .pageCorporate .corporateDesc .licenseList li:hover a {
                border-color: transparent;
                box-shadow: 0px 3px 16px rgba(0,0,0,0.1);
            }

            .pageCorporate .corporateDesc .licenseList li a .licenseImg {
                display: block;
                height: 50px;
                background-repeat: no-repeat;
                background-size: auto;
                background-position: center;
                margin-bottom: 50px;
            }

            .pageCorporate .corporateDesc .licenseList li a .pdfIcon {
                background-image: url(../img/pdfIcon.png);
                width: 100%;
                height: 50px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
            }

            .pageCorporate .corporateDesc .licenseList li a .licenseText {
                position: absolute;
                width: calc(100% - 50px);
                left: 0;
                right: 0;
                margin: auto;
                color: #C3CAE0;
                font-size: 17px;
                font-weight: 400;
                top: calc(100% + 10px);
            }

.pageCorporate .contactInfo {
    margin-top: 30px;
}

    .pageCorporate .contactInfo h4 {
        color: #0B60B2;
        font-size: 24px;
        line-height: 2;
        margin: 40px 0 0;
        font-weight: 600;
    }

    .pageCorporate .contactInfo p {
        line-height: 22px;
    }

    .pageCorporate .contactInfo .contactRow {
        margin-top: 10px;
        border-top: 1px solid #E2E5EF;
        padding-top: 15px;
        margin-bottom: 0;
        position: relative;
    }

        .pageCorporate .contactInfo .contactRow ul.contactUs {
        }

            .pageCorporate .contactInfo .contactRow ul.contactUs li {
                margin-bottom: 10px;
            }

                .pageCorporate .contactInfo .contactRow ul.contactUs li strong {
                    font-size: 16px;
                    color: #123075;
                    font-weight: 400;
                    line-height: 26px;
                    position: relative;
                    display: block;
                }

                    .pageCorporate .contactInfo .contactRow ul.contactUs li strong:after {
                        content: ':';
                        float: right;
                    }

                .pageCorporate .contactInfo .contactRow ul.contactUs li p {
                    line-height: 20px;
                    margin-top: 4px;
                }

                .pageCorporate .contactInfo .contactRow ul.contactUs li a {
                    line-height: 26px;
                    color: #000;
                }

                    .pageCorporate .contactInfo .contactRow ul.contactUs li a.showMap {
                        font-size: 15px;
                        font-weight: 400;
                        color: #0C1350;
                        line-height: 30px;
                        border: 1px solid #c3cae0;
                        display: inline-block;
                        padding: 0 15px;
                        border-radius: 23px;
                    }

                        .pageCorporate .contactInfo .contactRow ul.contactUs li a.showMap i {
                            color: #C3CAE0;
                            margin-left: 10px;
                        }

        .pageCorporate .contactInfo .contactRow h2 {
            color: #0B60B2;
            font-size: 24px;
            line-height: 1;
            margin: 0;
            font-weight: 400;
            position: absolute;
            bottom: calc(100% + 15px);
        }

        .pageCorporate .contactInfo .contactRow .socialMedia {
            display: flex;
            justify-content: left;
        }

            .pageCorporate .contactInfo .contactRow .socialMedia li {
                display: inline-block;
                margin-right: 10px;
            }

                .pageCorporate .contactInfo .contactRow .socialMedia li a {
                    color: #C3CAE0;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #C3CAE0;
                    display: block;
                    border-radius: 15px;
                    transition: ease all .5s;
                }

                .pageCorporate .contactInfo .contactRow .socialMedia li:hover a {
                    background: #123075;
                }

.pageCorporate .corporateDesc .contactForm {
    margin-top: 30px;
    margin-bottom: -30px;
}

    .pageCorporate .corporateDesc .contactForm .form-group {
        margin-bottom: 12px;
    }

        .pageCorporate .corporateDesc .contactForm .form-group .form-control {
            line-height: 50px;
            min-height: 50px;
            background: transparent;
            border-radius: 20px;
            padding-left: 20px;
        }

            .pageCorporate .corporateDesc .contactForm .form-group .form-control:focus {
                border: 1px solid #123075;
                outline: none;
                background: #fff;
                box-shadow: none;
            }

        .pageCorporate .corporateDesc .contactForm .form-group .formButton {
            width: 140px;
            line-height: 46px;
            color: #fff;
            background: #044E96;
            border-radius: 23px;
            display: inline-block;
            text-align: center;
            font-weight: 500;
            margin-bottom: 0;
        }

.pageCorporate .faqList {
    -moz-column-width: 25em;
    -webkit-column-width: 25em;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    margin-bottom: 40px;
}

    .pageCorporate .faqList li {
        display: inline-block;
        padding: 0;
        width: 100%;
        float: none;
    }

        .pageCorporate .faqList li .faqItem {
            position: relative;
            padding: 10px 0 10px;
            border: 1px solid #E2E5EF;
            border-radius: 20px;
            margin-bottom: 20px;
            min-height: 80px;
            transition: ease all .5s;
            box-shadow: 0 0 transparent;
        }

            .pageCorporate .faqList li .faqItem.show {
                min-height: 200px;
                border: 1px solid #123075;
                box-shadow: 0 3px 16px rgba(0,0,0,0.1);
            }
            /*.pageCorporate .faqList li .faqItem.show .faqTitle {pointer-events:none;}*/
            .pageCorporate .faqList li .faqItem .faqTitle {
                padding: 0 30px;
                font-size: 18px;
                font-weight: bold;
                color: #044E96;
                line-height: 22px;
                display: block;
                padding-right: 70px;
                height: 61px;
                position: relative;
                cursor: pointer;
                background: #fff;
                border-radius: 20px;
                z-index: 1;
            }

                .pageCorporate .faqList li .faqItem .faqTitle:after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    border-bottom: 2px solid #123075;
                    position: absolute;
                    border-right: 2px solid #123075;
                    transform: rotate(45deg) translateY(-50%);
                    right: 30px;
                    top: calc(50% - 6px);
                    transition: ease all .5s;
                }

            .pageCorporate .faqList li .faqItem.show .faqTitle:after {
                content: '';
                transform: rotate(225deg) translateY(-50%);
                right: 24px;
            }

            .pageCorporate .faqList li .faqItem .faqDesc {
                font-size: 16px;
                line-height: 22px;
                position: absolute;
                top: 0;
                opacity: 0;
                pointer-events: none;
                padding: 0 30px;
                max-height: 108px;
                overflow: auto;
                transition: ease all .5s;
            }

            .pageCorporate .faqList li .faqItem.show .faqDesc {
                top: 80px;
                opacity: 1;
                pointer-events: all;
                z-index: 12;
            }



.pageBlog .newItem {
    margin-bottom: 0;
    border-radius: 25px;
    margin-top: 0;
    position: relative;
    padding-top: 75px;
    box-shadow: 0px 3px 15px transparent;
    transition: ease all .25s;
    top: 0;
    margin: 0 0 30px;
    padding: 8px 8px 30px;
    background: #fff;
}

    .pageBlog .newItem .newImage {
        width: 100%;
        height: 200px;
        background-size: cover;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        /* top: -75px; */
        left: 0;
        right: 0;
        top: 0;
        border-radius: 22px;
        border-bottom-right-radius: 0;
        box-shadow: 0 3px 6px rgba(0,70,126,0.15);
    }

    .pageBlog .newItem .newContent {
        padding: 0;
        background: #fff;
        border-radius: 25px;
        padding-top: 0;
    }

        .pageBlog .newItem .newContent h2 {
            color: #044E96;
            font-size: 18px;
            font-weight: 600;
            text-align: left;
            margin: 12px 0;
            padding-left: 0;
            line-height: 26px;
            max-height: 52px;
            overflow: hidden;
        }

        .pageBlog .newItem .newContent p {
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            height: 88px;
            overflow: hidden;
        }


        .pageBlog .newItem .newContent .viewButton {
            position: absolute;
            line-height: 46px;
            width: 150px;
            text-align: center;
            margin: auto;
            left: 0;
            right: 0;
            background: #0C1350;
            display: block;
            border-radius: 23px;
            box-shadow: 0 3px 6px rgba(0,70,126,0.15);
            transition: ease all .25s;
            bottom: -10px;
            opacity: 0;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
        }

    .pageBlog .newItem:hover {
        box-shadow: 0px 3px 15px #C3CAE0;
        top: -20px;
    }

        .pageBlog .newItem:hover .newContent .viewButton {
            bottom: -30px;
            opacity: 1;
        }

.pageBlog .pagination {
    justify-content: center;
}

    .pageBlog .pagination li {
        margin: 0 2px;
        display: inline-block;
    }

        .pageBlog .pagination li a {
            width: 40px;
            height: 40px;
            display: block;
            line-height: 40px;
            text-align: center;
            color: #9FA7C0;
            font-size: 14px;
            border: 1px solid #9FA7C0;
            border-radius: 16px;
            font-weight: 600;
        }

            .pageBlog .pagination li a.active {
                background: #0257AB !important;
                color: #fff;
                border-color: transparent;
                pointer-events: none;
            }

            .pageBlog .pagination li a.first, .pageBlog .pagination li a.prev, .pageBlog .pagination li a.next, .pageBlog .pagination li a.last {
                width: 30px;
                border: none;
                background: none !important;
                color: #9FA7C0 !important;
            }

        .pageBlog .pagination li:hover a {
            color: #fff;
            background: #9FA7C0;
        }

.pageNewsCarousel {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

    .pageNewsCarousel .mainNewsJS {
        margin: 20px 0 0;
        padding-bottom: 30px;
    }

.pageBlog .leftMenu .leftMainMenu > li > a:hover {
    color: #0C1350;
}

.pageBlog .blogContent {
}

    .pageBlog .blogContent img {
        border-radius: 22px;
        border-bottom-right-radius: 0;
        box-shadow: 0px 3px 6px rgb(195 202 224 / 0.54);
        width: 100%;
    }

    .pageBlog .blogContent h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 600;
        color: #044E96;
    }

    .pageBlog .blogContent p {
        line-height: 22px;
        margin-bottom: 18px;
    }

#cookies {
    font-weight: 300;
    font-size: 12px;
    background-color: #f7f8fa;
    padding: 15px 0 0;
    text-align: left;
    border-radius: .2em;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    max-width: 682px;
    z-index: 11;
    box-shadow: 2px 1px 10px -5px rgb(0 0 0 / 36%);
}

    #cookies .cookies-notice {
        display: block;
        text-align: justify;
    }

        #cookies .cookies-notice a {
            font-weight: 200;
            color: #fff;
            text-decoration: underline;
        }

    #cookies .cookies-button {
        color: #fff;
        background-color: #0257ab;
        padding: 0 20px;
        margin-left: 0;
        cursor: pointer;
        border-radius: .2em;
        display: inline-block;
        margin: 10px 0 0;
        font-weight: 400;
        float: right;
        line-height: 26px;
    }

.pageCorporate .faqList li .faqItem .toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    pointer-events: none;
}

.pageCorporate .faqList li .faqItem.show .toggle {
    pointer-events: all
}

.pageApplicationJS {
    padding-top: 30px
}

.pageApplications .applicationTabs .tab-content-main .tab-content-sub .pageApplicationJS .priceItem .priceHeader .priceName {
    position: relative;
    height: 45px;
}

    .pageApplications .applicationTabs .tab-content-main .tab-content-sub .pageApplicationJS .priceItem .priceHeader .priceName h2 {
        line-height: 25px;
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

.pageApplications .applicationTabs .tab-content-main .tab-content-sub .pageApplicationJS .priceItem .priceHeader .priceDetail h3 {
    color: #767676;
    transition: ease all .5s;
    font-size: 17px;
    line-height: 45px;
    text-align: right;
}

.pageApplications .applicationTabs .tab-content-main .tab-content-sub .pageApplicationJS .priceItem:hover .priceHeader .priceDetail h3 {
    color: #9FA7C0;
}

.basvurModal {
    opacity: 0;
    position: fixed;
    left: 50%;
    background: #fff;
    z-index: 111;
    pointer-events: none;
    transition: ease all .5s;
    top: 50%;
    width: 600px;
    max-width: 90%;
    padding: 20px;
    transform: translate(-50%, -50%);
}

    .basvurModal.opened {
        opacity: 1;
        pointer-events: all;
    }

    .basvurModal:before {
        content: '';
        background: #000;
        width: 100vw;
        height: 100vw;
        position: absolute;
        z-index: -2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
        pointer-events: none;
    }

    .basvurModal:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0%;
        top: 0%;
        pointer-events: none;
    }

.detayliBilgiButon {
    line-height: 30px;
    margin-top: 0px;
    padding: 0px 20px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #00467E;
    font-size: 14px;
    box-shadow: 0 3px 6px rgba(0,70,126,0.15);
    display: inline-block;
    border: 1px solid #0257ab;
    position: absolute;
    right: 0;
    top: 0;
}

.fixedSupport {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 50px;
    right: 50px;
    z-index: 111;
}

    .fixedSupport .showButtons {
        width: 44px;
        height: 44px;
        border: 2px solid #ffd000;
        line-height: 44px;
        text-align: center;
        border-radius: 22px;
        background: #fff;
        color: #0257ab;
        font-size: 20px;
        display: block;
    }

        .fixedSupport .showButtons.show {
            display: block;
            background: #ffc107;
        }

        .fixedSupport .showButtons .opened {
            display: none;
        }

        .fixedSupport .showButtons.show .opened {
            display: inline-block;
        }

        .fixedSupport .showButtons .closed {
            display: inline-block;
        }

        .fixedSupport .showButtons.show .closed {
            display: none;
        }

.fixedButtons {
    display: none;
    width: 200px;
}

    .fixedButtons.show {
        position: absolute;
        bottom: 60px;
        right: 0;
        background: #fff;
        display: block;
        padding: 10px;
        border-radius: 15px;
        box-shadow: 0 3px 6px rgba(0,70,126,0.15);
    }

    .fixedButtons li {
        margin: 10px 0;
    }

        .fixedButtons li a {
            font-size: 18px;
            color: #9FA7C0;
        }

            .fixedButtons li a.whatsapp {
            }

            .fixedButtons li a.email {
            }

            .fixedButtons li a.phone {
            }

            .fixedButtons li a.whatsapp .fa {
                color: #079605;
                border-color: #079605;
                width: 25px;
                height: 25px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;
                float: left;
                text-align: center;
                line-height: 25px;
            }

            .fixedButtons li a.email i {
                background: url(../img/fixedEmail.png);
                width: 25px;
                height: 25px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;
                float: left;
            }

            .fixedButtons li a.phone i {
                background: url(../img/fixedPhone.png);
                width: 25px;
                height: 25px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;
                float: left;
            }

            .fixedButtons li a.support i {
                background: url(../img/fixedSupport.png);
                width: 25px;
                height: 25px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: center;
                float: left;
            }

            .fixedButtons li a .fa {
            }

            .fixedButtons li a span {
                display: inline-block;
                line-height: 25px;
                padding-top: 2px;
                padding-left: 10px;
            }

    .fixedButtons:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        bottom: -5px;
        right: 20px;
        transform: rotate(45deg);
    }


.pageContent .leftMenu.is-affixed {
    margin-right: 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    border-top-left-radius: 0;
}

    .pageContent .leftMenu.is-affixed .sidebar__inner {
        margin-right: 30px;
        border: 1px solid #DDDFE7;
        border-radius: 10px;
        border-top-left-radius: 0;
    }

    .mainAbout {
        position: relative;
        background: #f7f7f7;
        z-index: 1;
    }
    .mainAbout p {
        font-size: 18px;
        line-height: 1.3;
    }
            .iq-objects {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .iq-objects .iq-objects-01 {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .iq-objects .iq-objects-02 {
        position: absolute;
        top: 10%;
        right: 35%;
    }
    .iq-objects .iq-objects-03 {
        position: absolute;
        top: 30%;
        right: 0;
    }
    .iq-fadebounce {
        -webkit-animation-name: fadebounce;
        -moz-animation-name: fadebounce;
        -ms-animation-name: fadebounce;
        -o-animation-name: fadebounce;
        animation-name: fadebounce;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .iq-objects .iq-objects-04 {
        position: absolute;
        top: 0%;
        right: -13%;
        border: 56px solid #e4b95b;
        border-radius: 900px;
        height: 600px;
        width: 600px;
    }
    #callToAction {
        padding: 0 0;
        color: #fff;
        background:#e4b95b;
        background-size: auto;
        background-repeat: repeat;
    }

    .slider-alt {
        float: left;
        width: 100%;
        margin-top: 0px;
        height: 140px;
        background: #e4b95b;
        position: relative;
    }

    .slider-alt-list li {
        float: left;
        text-align: center;
        position: relative;
        width: 25%;
        height: 140px;
        display: table;
    }
    
    .slider-alt-list li:hover{
        background:#ebae3b;
    }
    

    .slider-alt-list li a {
        vertical-align: middle;
        color:#fff;
        display: table-cell;
    }

    .slider-alt-list li a .slider-alt-list-icon {
        margin-bottom: 10px;
    }

    .slider-alt-list li a img {
        vertical-align: middle;
    }

    .slider-alt-list li h1 {
        font-size: 15px;
        color: #fff;
        padding: 0;
        margin-top:10px
    }

    .slider-alt-list li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background: #fff;
    }
    .slider-alt-list li:first-child::before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
    }
    .collapse__item {
        padding: 1em;
        box-shadow: 0 7px 26px rgba(24, 63, 88, .1);
        border-radius: 0;
        margin-bottom: 5px;
        background: #fff;
        border-bottom: 1px solid #585858;
    }
    
    .collapse__item .collapsed {
        color: #0e233e;
    }
    
    .collapse__item a {
        color: #e4b95b;
        font-weight: 400;
        display: block;
        position: relative;
        padding-right: 20px;
        font-size: 18px;
        line-height: 26px;
    }
    .collapse__item a:before {
        content: "-";
        position: absolute;
        right: 0;
        font-size: 32px;
        line-height: 32px;
    }
    .collapse__item .collapsed:before {
        content: "+";
    }
    
    .collapse__content {
        font-size: 13px;
        padding-left: 20px;
        padding-top: 15px;
    }
    .collapse__content p {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.3;
    }
    .tarife-price {
        color: #fff;
        background: #113446;
        border-bottom-right-radius: 15px;
        padding-top: 5px;
        padding-left: 10px;
        margin-left: -15px;
    }

    .tarife-price>p {
        display: inline-block;
        margin: 0;
    }

    .tarife-price>p {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.21;
    }

    .tarife-speed {
        padding: 10px 1px;
        display: flex;
        align-items: center;
    }

    .tarife-speed-icon {
        margin-left: 40px;
    }

    .tarife-speed .tarife-speed-text {
        margin-left: 24px;
    }

    .tarife-speed .tarife-speed-text>p {
        font-size: 24px;
        margin: 0;
        font-weight: 400;
        line-height: 1.42;
    }

    .tarife-price-text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.29;
        color: #fff
    }

    .tarife-price-text strong {
        font-weight: 600
    }
    .overlay-main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
            .counter
    {
        background-color: #eaecf0;
        text-align: center;
        position: relative;
    }
    .employees,.customer,.design,.order
    {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .counter-count {
        font-size: 48px;
        /* background-color: #e4b95b; */
        border-radius: 50%;
        position: relative;
        color: #ffffff;
        text-align: center;
        line-height: 56px;
        /* width: 92px; */
        /* height: 92px; */
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        font-weight: 500;
    }
    .counter-icon i{
        font-size:56px;
        color:#fff;
        margin-bottom: 10px;
    }
    
    .employee-p, .customer-p, .order-p, .design-p {
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        font-weight: 500;
        margin-top: 10px;
    }
    .bg-black-soft{
        background: rgb(0 0 0 / 19%);
    }