body {
    
    background-size: 100% auto;
    color: #fff;
}
.pop_container {
    bottom: 0;
    position: fixed;
    right: 5px;
    z-index: 9999;
    background-color: #346699;
    padding: 5px;
}

#pop-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.pop_close {
    background-position: 0 0;
}

#pop-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.pop_min {
    background-position: -25px 0;
}
a.pop_close {
    background-position: 0 0;
}
a.pop_min {
    background-position: -25px 0;
}
.pop_b a {
    background: url(/cdn/home/images/pop-b1.png) no-repeat scroll 0 0 transparent;
    background-position-x: 0px;
    background-position-y: 0px;
    float: right;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    width: 13px;
}

    body.authen {
        background: url(../images/banner/banner-home-job.jpg) center center no-repeat #017bbd;
        background-size: cover;
        background-position: 50%;
        color: #fff;
        text-align: center;
    }

        body.authen .datepicker {
            color: #000;
            padding: 5px;
            box-shadow: 10px -10px rgba(0,85,227,.86);
        }
.datepicker table tr {
    display: revert;
}
.css-vnc-sec-banner {
    background-size: 100% auto;    
    color: #000;
    text-align: center;  
    height: auto;    
}

.specialized-training {
    padding: 3px 10px;
    display: inline-block;
    margin: 4px 8px;
    box-shadow: 3px 3px #ccc;
    border: solid 1px #ccc;
}


.box-search-quick {
    /*height: 260px;*/
    margin: auto 15px;
    margin-top: 8px;
    padding: 20px 20px;
    /*box-shadow: 0px 0px 10px #888;*/
    background: #017bbd; /* linear-gradient(180deg, rgba(240,240,240,.86) 0%, rgba(255,255,255,.86) 100%)*/
    color: #000;
}

    .box-search-quick .result-list-search {
        margin-top: 20px;
    }


        .box-search-quick .result-list-search .result-list-item {
            width: calc(16.6667% - 20px);
            margin: auto 10px;
            float: left;
            text-align: center;
        }

            .box-search-quick .result-list-search .result-list-item img {
                margin: 0px auto 20px auto;
                height: 40px;
            }


            .box-search-quick .result-list-search .result-list-item h4 {
                margin: auto;
                font-size: 16px;
                margin-top: 15px;
                color: #00fff6;
            }

    .box-search-quick .filter-box-search {
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
    }

        .box-search-quick .filter-box-search .text-search {
            float: left;
            width: 40%;
        }

        .box-search-quick .filter-box-search .dropdownlist-search {
            float: left;
            width: calc(22% - 1px);
            padding: 0px 10px;
            border-left: solid 1px #ccc;
        }
            .box-search-quick .filter-box-search .dropdownlist-search .select2-container .select2-selection--single {
                border: unset;
                height: 36px;
            }
            .box-search-quick .filter-box-search .dropdownlist-search .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 36px;
            }

            .box-search-quick .filter-box-search .dropdownlist-search .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 36px;
            }
            .box-search-quick .filter-box-search .dropdownlist-search .select2-container{
                display: block;
            }
            .box-search-quick .filter-box-search .button-search {
                float: right;
                width: 16%;
            }

        .box-search-quick .filter-box-search input, .box-search-quick .filter-box-search select, .box-search-quick .filter-box-search button {
            border: unset;
            border-width: unset;
            border-radius: 5px;
            height: 36px;
            display: block;
            box-shadow: unset;
            width: 100%;
            font-size: 12px;
            color: #333;
        }

.bg-banner-news {
    background: url(../images/banner/news-banner-01.jpg) center center no-repeat #fff; /*#121314;*/
    height: 160px;
    background-size: 100% auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
    position: relative;
}

    .bg-banner-news .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .bg-banner-news .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 36px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .bg-banner-news a {
        color: #fff;
    }

.bg-banner-recruitment {
    background: url(../images/banner/recruitment-banner-01.jpg) center center no-repeat #fff; /*#121314;*/
    height: 160px;
    background-size: 100% auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-top: 50px;
    position: relative;
}

    .bg-banner-recruitment .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .bg-banner-recruitment .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 36px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .bg-banner-recruitment a {
        color: #fff;
    }

.bg-banner-law {
    background: url(../images/banner/law-banner-01.jpg) center center no-repeat #fff;
    height: 160px;
    background-size: 100% auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
    position: relative;
}

    .bg-banner-law .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .bg-banner-law .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 36px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .bg-banner-law a {
        color: #fff;
    }

.bg-banner-faq {
    background: url(../images/banner/banner-faq-03.jpg) center center no-repeat #fff; /*#121314;*/
    height: 160px;
    background-size: 100% auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 50px;
    position: relative;
}

    .bg-banner-faq .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

    .bg-banner-faq .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 36px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .bg-banner-faq a {
        color: #fff;
    }

.news-relate {
    margin-top: 30px;
}
    /*.news-relate:first-child{
    margin-top:0px;
}*/
    .news-relate img {
        width: 100%;
        /*margin-bottom: 15px;*/
    }

    .news-relate .news-title {
        font-size: 16px;
        font-weight: 700;
        color: #017bbd;
    }

    .news-relate .news-info {
        padding: 20px;
        box-shadow: 0px 0px 10px #ccc;
    }

    .news-relate .news-desc {
        font-size: 12px;
        margin-top: 15px;
    }

@-webkit-keyframes promotion-running {
    0%,100%,50% {
        background-color: #FF0A0A;
        color: #fff;
    }

    25%,75% {
        background-color: #fff;
        color: #017bbd;
    }
}

@keyframes promotion-running {
    0%,100%,50% {
        background-color: #FF0A0A;
        color: #fff;
    }

    25%,75% {
        background-color: #fff;
        color: #FF0A0A;
    }
}

@-webkit-keyframes promotion-desc-running {
    0%,100%,50% {
        background-color: #FF0A0A;
        color: #fff;
    }

    25%,75% {
        background-color: #fff;
        color: #017bbd;
    }
}

@keyframes promotion-desc-running {
    0%,100%,50% {
        background-color: #FF0A0A;
        color: #fff;
    }

    25%,75% {
        background-color: #017bbd;
    }
}

.css-vnc-sec-promotion {
    background-color: #fff;
    padding-bottom: 30px;
    background: linear-gradient(0deg, #017bbd 0%, #017bbd 50%, #fff 50.1%, #fff 100%);
}

    .css-vnc-sec-promotion .module-promotion .promotion-bound {
        width: 100%;
    }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list {
            padding-top: 20px;
        }




            /* For only one */
            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one {
                float: none;
                width: auto;
                margin-left: 0px;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-infor {
                    float: right;
                    width: calc(100% - 390px);
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-name {
                    font-size: 18px;
                    text-align: center;
                    font-family: gilroy_bold;
                    margin-top: 30px;
                    color: #017bbd;
                    padding: 10px;
                    border: solid 5px #fff;
                    background-color: #fff;
                    height: 60px;
                }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item .promotion-item-name.on-mobile {
                display: none;
                margin-bottom: 20px;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one.is-running .promotion-item-name {
                animation: promotion-running infinite 2s;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one.finished .promotion-item-name {
                color: #888;
                background-color: #ccc;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-desc {
                /* margin-top: 30px;*/
                font-size: 12px;
                text-align: justify;
                font-family: gilroy;
                line-height: 20px;
                color: #fff;
                padding: 20px;
                height: 240px;
                background-color: #017bbd;
                border: solid 5px #fff;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image {
                position: relative;
                text-align: center;
                float: left;
                width: 360px;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image img {
                    height: 240px;
                    width: 100%;
                    transform: rotate(6deg);
                    border: solid 5px #fff;
                    box-shadow: 0px 0px 10px #017bbd;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .image-behind {
                    transform: rotate(-6deg);
                    background-color: #cbacff;
                    width: 100%;
                    transition: all 0.5s;
                    height: 240px;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-infor {
                    margin-top: 30px;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-clock {
                    height: 60px;
                }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one.is-running .promotion-item-image .promotion-clock {
                background-color: rgb(0,0,0,0);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-end-time {
                height: 230px;
                width: calc(100% - 10px);
                margin: 5px;
                position: absolute;
                top: 0px;
                left: 0px;
                padding-left: calc(50% - 65px);
                padding-top: 95px;
                background-color: rgb(255,255,255,0.5);
                transition: all 0.5s;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-end-time > div {
                    height: 40px;
                    line-height: 35px;
                    width: 120px;
                    color: #017bbd;
                    background-color: #fff;
                    border: solid 3px #017bbd;
                    font-size: 16px;
                    text-align: center;
                    font-family: gilroy_bold;
                }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-clock .clock {
                width: auto;
                height: 54px;
                line-height: 45px;
                color: #017bbd;
                background-color: #fff;
                border: solid 3px #017bbd;
                font-size: 26px;
                text-align: center;
                font-family: gilroy_bold;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-clock .day {
                width: auto;
                height: 54px;
                line-height: 45px;
                color: #FF0A0A;
                background-color: #fff;
                border: solid 3px #FF0A0A;
                font-size: 26px;
                text-align: center;
                font-family: gilroy_bold;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-clock .clock-bound {
                float: left;
                margin: 0px 0px;
                padding: 3px;
                width: calc(25% - 15px);
                height: 60px;
                background-color: #fff;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-clock .promotion-time-sep {
                width: 20px;
                height: 60px;
                line-height: 50px;
                color: #fff;
                font-size: 30px;
                text-align: center;
                float: left;
                font-family: gilroy_bold;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one:hover .promotion-item-image img {
                transform: rotate(-6deg);
                box-shadow: unset;
                transition: all 0.3s;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one:hover .promotion-item-image .image-behind {
                transition: all 0.3s;
                transform: rotate(0deg);
            }
            /* End for only one*/

            /*For 2 coloum*/
            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum {
                float: left;
                width: calc(50% - 15px);
                margin-left: 30px;
                position: relative;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:first-child {
                    margin-left: 0px;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-name {
                    font-size: 18px;
                    text-align: center;
                    font-family: gilroy_bold;
                    margin-top: 30px;
                    color: #017bbd;
                    padding: 10px;
                    border: solid 5px #fff;
                    background-color: #fff;
                    height: 60px;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-name.on-mobile {
                        display: none;
                        margin-bottom: 20px;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum.is-running .promotion-item-name {
                    animation: promotion-running infinite 2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum.finished .promotion-item-name {
                    color: #888;
                    background-color: #ccc;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-name {
                    /*color: #fff;
                    background-color: transparent;
                    transition: all 0.3s;*/
                    visibility: hidden;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-desc {
                    /* margin-top: 30px;*/
                    font-size: 11px;
                    text-align: justify;
                    font-family: gilroy;
                    line-height: 20px;
                    color: #fff;
                    padding: 20px;
                    width: 100%;
                    left: -100%;
                    top: 0px;
                    height: 320px;
                    background-color: rgb(98 39 197 / 0.86);
                    border: solid 5px #fff;
                    position: absolute;
                    visibility: hidden;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum.is-running .promotion-item-desc {
                    animation: promotion-desc-running infinite 2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-desc {
                    left: 0px;
                    box-shadow: 0px 0px 10px #017bbd;
                    visibility: visible;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image {
                    position: relative;
                    text-align: center;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image img {
                        height: 320px;
                        width: 100%;
                        transform: rotate(6deg);
                        border: solid 5px #fff;
                        box-shadow: 0px 0px 10px #017bbd;
                        transition: all 0.3s;
                    }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .image-behind {
                        transform: rotate(-6deg);
                        background-color: #cbacff;
                        width: 100%;
                        transition: all 0.5s;
                        height: 320px;
                    }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock {
                        height: 310px;
                        width: calc(100% - 10px);
                        margin: 5px;
                        position: absolute;
                        top: 0px;
                        padding-top: 125px;
                        padding-left: calc(50% - 155px);
                        background-color: rgb(0,0,0,0.5);
                        transition: all 0.5s;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum.is-running .promotion-item-image .promotion-clock {
                    background-color: rgb(0,0,0,0);
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-end-time {
                    height: 310px;
                    width: calc(100% - 10px);
                    margin: 5px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding-left: calc(50% - 65px);
                    padding-top: 135px;
                    background-color: rgb(255,255,255,0.5);
                    transition: all 0.5s;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-end-time > div {
                        height: 40px;
                        line-height: 35px;
                        width: 120px;
                        color: #017bbd;
                        background-color: #fff;
                        border: solid 3px #017bbd;
                        font-size: 16px;
                        text-align: center;
                        font-family: gilroy_bold;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .clock {
                    width: 54px;
                    height: 54px;
                    line-height: 45px;
                    color: #017bbd;
                    background-color: #fff;
                    border: solid 3px #017bbd;
                    font-size: 26px;
                    text-align: center;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .day {
                    width: 54px;
                    height: 54px;
                    line-height: 45px;
                    color: #FF0A0A;
                    background-color: #fff;
                    border: solid 3px #FF0A0A;
                    font-size: 26px;
                    text-align: center;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .clock-bound {
                    float: left;
                    margin: 0px 0px;
                    padding: 3px;
                    width: 60px;
                    height: 60px;
                    background-color: #fff;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .promotion-time-sep {
                    width: 20px;
                    height: 60px;
                    line-height: 50px;
                    color: #fff;
                    font-size: 30px;
                    text-align: center;
                    float: left;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image img {
                    transform: rotate(0deg);
                    box-shadow: unset;
                    border-color: #cbacff;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .image-behind {
                    /*transition: all 0.3s;
                transform: rotate(0deg);*/
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock {
                    height: 60px;
                    background-color: transparent;
                    top: 345px;
                    padding-top: 0px;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-end-time {
                    height: 60px;
                    top: 345px;
                    padding-top: 0px;
                    transition: all 0.3s;
                    background-color: transparent;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-end-time > div {
                        height: 60px;
                        background-color: #fff;
                        transition: all 0.3s;
                        line-height: 55px;
                        font-size: 18px;
                        color: #9c64fb;
                        border-color: #9c64fb;
                        background-color: #fff;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock .clock {
                    color: #fff;
                    background-color: #017bbd;
                    transition: all 0.2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock .day {
                    background-color: #FF0A0A;
                    color: #fff;
                    transition: all 0.2s;
                }
            /*End for 2 coloum*/

            /*For 3 coloum*/
            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum {
                float: left;
                width: calc(33.3333% - 20px);
                margin-left: 30px;
                position: relative;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:first-child {
                    margin-left: 0px;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-name {
                    font-size: 18px;
                    text-align: center;
                    font-family: gilroy_bold;
                    margin-top: 30px;
                    color: #017bbd;
                    padding: 10px;
                    border: solid 5px #fff;
                    background-color: #fff;
                    height: 60px;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum.is-running .promotion-item-name {
                    animation: promotion-running infinite 2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum.finished .promotion-item-name {
                    color: #888;
                    background-color: #ccc;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-name {
                    /*color: #fff;
                    background-color: transparent;
                    transition: all 0.3s;*/
                    visibility: hidden;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-desc {
                    /* margin-top: 30px;*/
                    font-size: 11px;
                    text-align: justify;
                    font-family: gilroy;
                    line-height: 20px;
                    color: #fff;
                    padding: 20px;
                    width: 100%;
                    left: -100%;
                    top: 0px;
                    height: 240px;
                    background-color: rgb(98 39 197 / 0.86);
                    border: solid 5px #fff;
                    position: absolute;
                    visibility: hidden;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum.is-running .promotion-item-desc {
                    animation: promotion-desc-running infinite 2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-desc {
                    height: 240px;
                    left: 0px;
                    box-shadow: 0px 0px 10px #017bbd;
                    visibility: visible;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image {
                    position: relative;
                    text-align: center;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image img {
                        height: 240px;
                        width: 100%;
                        transform: rotate(6deg);
                        border: solid 5px #fff;
                        box-shadow: 0px 0px 10px #017bbd;
                        transition: all 0.3s;
                    }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .image-behind {
                        transform: rotate(-6deg);
                        background-color: #cbacff;
                        width: 100%;
                        transition: all 0.5s;
                        height: 240px;
                    }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock {
                        height: 230px;
                        width: calc(100% - 10px);
                        margin: 5px;
                        position: absolute;
                        top: 0px;
                        padding-top: 85px;
                        padding-left: calc(50% - 155px);
                        background-color: rgb(0,0,0,0.5);
                        transition: all 0.5s;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum.is-running .promotion-item-image .promotion-clock {
                    background-color: rgb(0,0,0,0);
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-end-time {
                    height: 230px;
                    width: calc(100% - 10px);
                    margin: 5px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding-left: calc(50% - 65px);
                    padding-top: 95px;
                    background-color: rgb(255,255,255,0.5);
                    transition: all 0.5s;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-end-time > div {
                        height: 40px;
                        line-height: 35px;
                        width: 120px;
                        color: #017bbd;
                        background-color: #fff;
                        border: solid 3px #017bbd;
                        font-size: 16px;
                        text-align: center;
                        font-family: gilroy_bold;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .clock {
                    width: 54px;
                    height: 54px;
                    line-height: 45px;
                    color: #017bbd;
                    background-color: #fff;
                    border: solid 3px #017bbd;
                    font-size: 26px;
                    text-align: center;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .day {
                    width: 54px;
                    height: 54px;
                    line-height: 45px;
                    color: #FF0A0A;
                    background-color: #fff;
                    border: solid 3px #FF0A0A;
                    font-size: 26px;
                    text-align: center;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .clock-bound {
                    float: left;
                    margin: 0px 0px;
                    padding: 3px;
                    width: 60px;
                    height: 60px;
                    background-color: #fff;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .promotion-time-sep {
                    width: 20px;
                    height: 60px;
                    line-height: 50px;
                    color: #fff;
                    font-size: 30px;
                    text-align: center;
                    float: left;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image img {
                    transform: rotate(0deg);
                    box-shadow: unset;
                    border-color: #cbacff;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .image-behind {
                    /*transition: all 0.3s;
                transform: rotate(0deg);*/
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-clock {
                    height: 60px;
                    background-color: transparent;
                    top: 265px;
                    padding-top: 0px;
                    transition: all 0.3s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-end-time {
                    height: 60px;
                    top: 265px;
                    padding-top: 0px;
                    transition: all 0.3s;
                    background-color: transparent;
                }

                    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-end-time > div {
                        height: 60px;
                        background-color: #fff;
                        transition: all 0.3s;
                        line-height: 55px;
                        font-size: 18px;
                        color: #9c64fb;
                        border-color: #9c64fb;
                        background-color: #fff;
                    }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-clock .clock {
                    color: #fff;
                    background-color: #017bbd;
                    transition: all 0.2s;
                }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-clock .day {
                    background-color: #FF0A0A;
                    color: #fff;
                    transition: all 0.2s;
                }
.group-fields {
    padding: 20px 20px 10px 20px;
    position: relative;
    border: solid 1px #ccc;
    clear: both;
    margin-bottom: 25px;
    margin-top: 10px;
    box-shadow: 5px 5px #ccc;
}

    .group-fields .group-title {
        position: absolute;
        left: 5px;
        top: -10px;
        background-color: #fff;
        color: #000;
        font-weight: bold;
        padding: 0px 15px;
        /*min-width: 280px;*/
    }

    .group-fields .group-content {
    }

#recruitment-information {
    margin-bottom: 50px;
}

#profile-information {
    margin-bottom: 50px;
}
    #profile-information .profile-detail-img{
        width: 100%;
        height: 
    }
    #profile-information .profile-detail-address{
        color:#017bbd;
        padding: 10px 0px;
        border-bottom: dashed 1px #ccc;
        border-bottom: 10px;
    }
    /*End for 3 coloum*/
    .css-vnc-sec-eco {
        background: linear-gradient(90deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);
        padding: 40px 0px;
    }

    .css-vnc-sec-eco .sec-eco-bound {
        margin: 0px 15px;
        color: #fff;
    }

        .css-vnc-sec-eco .sec-eco-bound .eco-title {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 10px;
            border-bottom: dashed 2px #fff;
            width: auto;
            float: left;
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-desc {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            margin: 15px 0px;
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-content {
            color: #fff;
            font-size: 16px;
            line-height: 36px;
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-left {
            float: left;
            width: calc(40% - 15px);
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-right {
            float: right;
            width: calc(50% - 15px);
            /*background: url(../images/banner/vnc-banner.jpg) center center no-repeat #fff;*/
            background-size: cover;
            min-height: 300px;
            border-radius: 10px;
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-list {
            min-height: 300px;
            background: rgba(0,85,227,.68);
            border-radius: 10px;
            padding: 20px;
        }

            .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item {
                width: calc(50% - 30px);
                margin: 15px;
                text-align: center;
                float: left;
            }

                .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item .eco-img {
                    width: 60px;
                    height: 60px;
                    background-color: #fff;
                    border-radius: 50%;
                    padding: 15px;
                    margin: auto;
                }

                    .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item .eco-img img {
                        height: 30px;
                        width: 30px;
                    }

                .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item a {
                    display: inline-block;
                    width: auto;
                    margin-top: 15px;
                    color: #fff;
                    font-size: 18px;
                    padding: 10px 15px;
                    /*background-color:#fff;*/
                    min-width: 160px;
                    border-radius: 8px;
                    font-weight: 700;
                }

                .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item p {
                    margin: 15px 0px 0px 0px;
                    color: #000;
                    font-size: 12px;
                    color: #fff;
                }

.css-vnc-sec-feature {
    background: linear-gradient(-90deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);
    padding: 40px 0px;
}

    .css-vnc-sec-feature .sec-feature-bound {
        margin: 0px 15px;
        color: #fff;
    }

        .css-vnc-sec-feature .sec-feature-bound .feature-title {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 10px;
            border-bottom: dashed 2px #fff;
            width: auto;
            float: right;
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-desc {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            margin: 15px 0px;
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-content {
            color: #fff;
            font-size: 16px;
            line-height: 36px;
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-left {
            float: right;
            text-align: right;
            width: calc(40% - 15px);
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-right {
            float: left;
            width: calc(50% - 15px);
            /*background: url(../images/banner/vnc-banner.jpg) center center no-repeat #fff;*/
            background-size: cover;
            min-height: 300px;
            border-radius: 10px;
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-list {
            min-height: 300px;
            background: rgba(0,85,227,.68);
            border-radius: 10px;
            padding: 20px;
        }

            .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item {
                width: calc(50% - 30px);
                margin: 15px;
                text-align: center;
                float: left;
            }

                .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item .feature-img {
                    width: 60px;
                    height: 60px;
                    background-color: #017bbd;
                    border-radius: 50%;
                    padding: 15px;
                    margin: auto;
                }

                    .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item .feature-img img {
                        height: 30px;
                        width: 30px;
                    }

                .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item a {
                    display: inline-block;
                    width: auto;
                    margin-top: 15px;
                    color: #fff;
                    font-size: 18px;
                    padding: 10px 15px;
                    /*background-color:#fff;*/
                    min-width: 160px;
                    border-radius: 8px;
                    font-weight: 700;
                }

                .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item p {
                    margin: 15px 0px 0px 0px;
                    color: #000;
                    font-size: 12px;
                    color: #fff;
                }

.css-vnc-sec-banner .module-banner {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    text-align: center;
}

    .css-vnc-sec-banner .module-banner .community {
        position: absolute;
        bottom: -125px;
        left: calc(50% - 50px);
        /*padding:10px;
        border:solid 5px #fff;*/
        width: 100px;
        height: auto;
        text-align: center;
        cursor: pointer;
    }

        .css-vnc-sec-banner .module-banner .community img.scloud {
            width: 100px;
            /*z-index: 2;*/
            animation: banner-icon-logo-spin infinite 3s linear;
        }

        .css-vnc-sec-banner .module-banner .community:hover img.scloud {
            animation: banner-icon-logo-spin infinite 8s linear;
            position: relative;
        }

@keyframes banner-icon-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#ValidationMessageData {
    position: fixed;
    /*top: 0px;
    left: 25%;
    width: 50%;*/
    min-width: 100%;
    background-color: rgba(0,85,227,.8);
    padding: 10px;
    border-radius: 6px;
    display: none;
}

    #ValidationMessageData.show-validation {
        display: block;
        z-index: 9999;
    }

span.field-validation-error {
    color: red;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 10px;
    display: inline-flex;
    min-width: calc(50% - 50px);
    /* position: absolute;
    top: calc(100% + 1px);
    right: 30px;*/
    font-size: 11px;
    /*padding: 5px 5px;
    background-color:rgba(255,255,255,0.6);*/
}

#ValidationMessageData span.field-validation-error {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    margin: 10px;
}

.module-header {    
    text-align: center;
}
.module-header h2.title{
    /*margin: 20px auto;*/
}

.css-vnc-sec-banner .module-banner .module-header {
    padding: 0px;
    text-align: center;
}

.css-vnc-sec-report .report-list {
    margin: 0px 15px;
    padding-bottom:30px;
    margin-top: 30px;
}
#scrollToViewSearch{
    
}
.css-vnc-sec-report .report-list .report-item {
    /*background: linear-gradient(-45deg, transparent 0%, transparent 3%, #017bbd 3%, #017bbd 5%, transparent 5%, transparent 7%, #fff 7%, #fff 93%, transparent 93%, transparent 95%, #017bbd 95%, #017bbd 97%, transparent 97%, transparent 100%);*/
    /*background-color:#fff;*/
    text-align: center;
    padding: 15px 30px;
    width: calc(33% - 22.5px);
    float: left;
    margin-left: 30px;
    /*margin-top: 30px;*/
    color: #000;
    border: solid 2px #017bbd;
    /*box-shadow: 10px 10px #ccc;*/
    background-color: #fff;
    /*border-top-left-radius: 10px;
        border-top-right-radius: 10px;*/
}

        .css-vnc-sec-report .report-list .report-item:nth-child(4n+1) {
            margin-left: 0px;
        }

        .css-vnc-sec-report .report-list .report-item h4 {
            font-size: 16px;
            font-weight: bold;
        }

        .css-vnc-sec-report .report-list .report-item h2 {
            color: #017bbd;
            font-weight: bold;
            font-size: 40px;
        }
/*.css-vnc-sec-banner .module-banner .report-list .report-item.row-1{
        margin-left: 70px;
    }
        .css-vnc-sec-banner .module-banner .report-list .report-item.row-2 {
            margin-top: 30px;
            margin-left: 17px;
            margin-right: 53px;
        }
        .css-vnc-sec-banner .module-banner .report-list .report-item.row-3 {
            margin-top: 30px;
            margin-left: -45px;
            margin-right: 105px;
        }*/
.css-vnc-sec-banner .module-banner .program-list {
    /*background-color: rgba(0,0,0,0.3);
    border-radius: 15px;
    padding: 10px 30px 30px 30px;*/
    margin-top: 30px;
}


    .css-vnc-sec-banner .module-banner .program-list .module-header {
        text-align: center;
    }

    .css-vnc-sec-banner .module-banner .program-list .program-item {
        text-align: center;
        display: block;
        border-radius: 10px;
    }

        .css-vnc-sec-banner .module-banner .program-list .program-item img {
            height: 310px;
            width: 100%;
            border-radius: 10px;
        }

.css-vnc-sec-banner .module-banner .module-header .title {
    font-family: gilroy_bold;
    font-size: 30px;
    margin: 20px auto;
}

.css-vnc-sec-banner .module-banner .module-header .desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    animation: unset;
}

.module-header .desc {
    font-family: gilroy;
    font-size: 16px;
}

p.desc > span {
    display: inline-block;
    margin-left: auto;
    position: relative;
    margin-right: auto;
}

    p.desc > span:before {
        content: '';
        /*animation: bottom-center-to-left-right infinite 2s linear;*/
        position: absolute;
        width: 20px;
        bottom: -6px;
        left: calc(50% - 10px);
        height: 3px;
        background-color: #FF0A0A;
    }

@keyframes text-left-to-right {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
        color: #FF0A0A;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes bottom-left-to-right {
    0% {
        left: 0px;
    }

    50% {
        left: calc(100% - 20px);
    }

    100% {
        left: 0px;
    }
}

@keyframes bottom-center-to-left-right {
    0% {
        width: 20px;
        left: calc(50% - 10px);
    }

    50% {
        width: calc(100% - 20px);
        left: 10px;
    }

    100% {
        width: 20px;
        left: calc(50% - 10px);
    }
}

.css-vnc-sec-swap {
    color: #fff;
}

    .css-vnc-sec-swap .swap-list {
        margin: 15px 15px 0px 15px;
        text-align: center;
    }

        .css-vnc-sec-swap .swap-list .swap-pair {
            margin-bottom: 30px;
        }

            .css-vnc-sec-swap .swap-list .swap-pair .pool {
                float: left;
                margin-bottom: 0px;
                width: calc(33.3333% - 20px);
                border-radius: 10px;
                /*background: url(../images/banner/vnc-banner.jpg) center center no-repeat #017bbd;*/
                color: #fff;
                margin-left: 30px;
            }

                .css-vnc-sec-swap .swap-list .swap-pair .pool > div {
                    background: rgba(0,85,227,.68);
                    padding: 30px;
                    border-radius: 10px;
                }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action {
                float: left;
                width: calc(33.3333% - 20px);
                margin-left: 30px;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .pool.A {
                margin-left: 0px;
                /*background-color: #e4c200;*/
            }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .token-icon {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                padding: 20px;
                margin: auto;
                background-color: #fff;
            }

                .css-vnc-sec-swap .swap-list .swap-pair .pool .token-icon img {
                    width: 100%;
                }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .token-name {
                text-align: center;
                margin: 20px 0px;
            }

                .css-vnc-sec-swap .swap-list .swap-pair .pool .token-name a {
                    color: #fff;
                    font-size: 20px;
                    font-family: gilroy_bold;
                }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .token-desc {
                margin-bottom: 20px;
                font-size: 12px;
                color: #f0f0f0;
                font-style: italic;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .token-label {
                float: left;
                width: 50%;
                border-right: solid 1px #ccc;
                background-color: #f0f0f0;
                padding: 10px 10px;
                text-align: left;
                color: #000;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .token-content {
                float: right;
                width: 49%;
                padding: 10px 10px;
                text-align: right;
                color: #000;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .pool .swap-bound {
                margin-bottom: 5px;
                background-color: #fff;
            }
            /* .css-vnc-sec-swap .swap-list .swap-pair .pool .pool-swap-action {
                    text-align:center;
                    margin:auto;
                }
                .css-vnc-sec-swap .swap-list .swap-pair .pool .pool-swap-action a{
                    padding:10px;
                    display:block;
                    width:auto;
                    min-width:120px;
                    margin: auto;
                    background-color:#e4c200;
                    color:#fff;
                    margin-top:15px;
                }*/

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action .A-B {
                position: relative;
                margin-top: 80px;
            }

                .css-vnc-sec-swap .swap-list .swap-pair .swap-action .A-B .swap-action-form {
                    width: calc(100% - 50px);
                    background-color: #fff;
                    color: #000;
                    border-right: none;
                    padding: 15px;
                    height: 120px;
                    margin-right: 50px;
                    border-left: solid 50px #ccc;
                }

                .css-vnc-sec-swap .swap-list .swap-pair .swap-action .A-B::before {
                    content: '';
                    position: absolute;
                    display: inline-block;
                    top: -20px;
                    right: 1px;
                    width: 0;
                    height: 0;
                    border-top: 80px solid transparent;
                    border-bottom: 80px solid transparent;
                    border-left: 50px solid #fff;
                    /*transform: rotate(276.5deg);*/
                }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action .B-A {
                position: relative;
            }

                .css-vnc-sec-swap .swap-list .swap-pair .swap-action .B-A .swap-action-form {
                    width: calc(100% - 50px);
                    background-color: #fff;
                    color: #000;
                    border-left: none;
                    padding: 15px;
                    height: 120px;
                    margin-left: 50px;
                    border-right: solid 50px #ccc;
                }

                .css-vnc-sec-swap .swap-list .swap-pair .swap-action .B-A::before {
                    content: '';
                    position: absolute;
                    display: inline-block;
                    top: -20px;
                    left: 0px;
                    width: 0;
                    height: 0;
                    border-top: 80px solid transparent;
                    border-bottom: 80px solid transparent;
                    border-right: 50px solid #fff;
                    /*transform: rotate(276.5deg);*/
                }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action .swap-pair-name {
                margin: 25px 0px;
                padding: 10px;
                font-size: 25px;
                font-family: gilroy_bold;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action input {
                margin-bottom: 15px;
                box-shadow: 0px 0px 10px #ccc;
                color: #333;
                text-align: center;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action a {
                padding: 10px;
                text-align: center;
                display: block;
                width: 100%;
                color: #fff;
                background-color: #2e3192;
                border-radius: 6px;
            }

            .css-vnc-sec-swap .swap-list .swap-pair .swap-action .B-A a {
                background-color: #e4c200;
            }

.css-vnc-sec-staking {
    background: linear-gradient(45deg, #017bbd 0%, #017bbd 25%, #1d71ff 25%, #1d71ff 75%, #017bbd 75%, #017bbd 100%);
    color: #fff;
    padding-top: 10px;
}

    .css-vnc-sec-staking .package-list {
        margin: 25px 15px 0px 15px;
        text-align: center;
    }

        .css-vnc-sec-staking .package-list .package-item {
            box-shadow: 0px 0px 10px #1c2584;
            padding: 30px;
            float: left;
            margin-bottom: 45px;
            margin-left: 30px;
            width: calc(33.3333% - 20px);
            border-radius: 20px;
            background-color: #fff;
            color: #333;
        }

            .css-vnc-sec-staking .package-list .package-item:first-child {
                margin-left: 0px;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-icon {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                padding: 20px;
                margin: auto;
                background-color: #2e3192;
            }

                .css-vnc-sec-staking .package-list .package-item .package-info .package-icon img {
                    width: 100%;
                }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-name {
                text-align: center;
                margin: 20px 0px;
            }

                .css-vnc-sec-staking .package-list .package-item .package-info .package-name a {
                    color: #e4c200;
                    font-size: 20px;
                    font-family: gilroy_bold;
                }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-desc {
                margin-bottom: 20px;
                font-size: 12px;
                color: #444;
                font-style: italic;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .lp-condition {
                margin-bottom: 5px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .vnc-condition {
                margin-bottom: 5px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-time {
                margin-bottom: 5px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-profit {
                border: solid 1px #ccc;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-label {
                float: left;
                width: 60%;
                border-right: solid 1px #ccc;
                background-color: #f0f0f0;
                padding: 5px 10px;
            }

            .css-vnc-sec-staking .package-list .package-item .package-info .package-content {
                float: right;
                width: 39%;
                padding: 5px 10px;
            }

            .css-vnc-sec-staking .package-list .package-item .package-action {
                margin: 20px 0px 0px 0px;
                display: flex;
            }

                .css-vnc-sec-staking .package-list .package-item .package-action span {
                    display: inline-block;
                    width: calc(50% - 30px);
                    text-align: center;
                    margin: 0px 15px;
                    position: relative;
                    padding: 10px;
                    height: 40px;
                }

                    .css-vnc-sec-staking .package-list .package-item .package-action span::before {
                        content: '';
                        position: absolute;
                        display: inline-block;
                        background-color: #e4c200;
                        width: 100%;
                        height: 40px;
                        top: 0px;
                        left: 0px;
                        transform: skew(-35deg);
                    }

                    .css-vnc-sec-staking .package-list .package-item .package-action span:hover::before {
                        background-color: #d5b915;
                    }

                    .css-vnc-sec-staking .package-list .package-item .package-action span:first-child::before {
                        background-color: #2e3192;
                    }

                    .css-vnc-sec-staking .package-list .package-item .package-action span:first-child:hover::before {
                        background-color: #1c2584;
                    }

                    .css-vnc-sec-staking .package-list .package-item .package-action span a {
                        color: #fff;
                        position: relative;
                    }

.css-vnc-sec-community {
    background: linear-gradient(45deg, #017bbd 0%, #017bbd 25%, #1d71ff 25%, #1d71ff 75%, #017bbd 75%, #017bbd 100%);
    color: #fff;
    padding: 10px 0px;
}

    .css-vnc-sec-community .package-list {
        margin: 10px 15px 20px 15px;
        text-align: center;
    }

        .css-vnc-sec-community .package-list .package-item {
            /*box-shadow: 0px 0px 10px #1c2584;*/
            padding: 25px;
            margin: 0px 0px;
            /* float: left;*/
            /* margin-bottom: 45px;*/
            /*margin-left: 30px;*/
            /*width: calc(33.3333% - 0px);*/
            border-radius: 0px;
            background-color: #fff;
            color: #333;
        }

            .css-vnc-sec-community .package-list .package-item:nth-child(2n+1) {
                background-color: #f0f0f0;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .package-icon {
                width: 80px;
                height: 80px;
                /*border-radius: 50%;*/
                transform: rotate(45deg);
                padding: 15px;
                margin: 10px auto;
                background: linear-gradient(45deg, #FF0A0A 0%, #FF0A0A 50%, #fff 50%, #fff 100%);
                border: solid 3px #e4c200;
                text-align: center;
            }

                .css-vnc-sec-community .package-list .package-item .package-info .package-icon img {
                    width: 100%;
                    margin: auto;
                    transform: rotate(-45deg);
                }

            .css-vnc-sec-community .package-list .package-item .package-info .package-name {
                text-align: center;
                margin: 30px 0px 15px 0px;
            }

                .css-vnc-sec-community .package-list .package-item .package-info .package-name a {
                    color: #017bbd;
                    font-size: 20px;
                    font-family: gilroy_bold;
                }

            .css-vnc-sec-community .package-list .package-item .package-info .package-desc {
                font-size: 12px;
                color: #444;
                font-style: italic;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .community-info {
                margin-top: 20px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .vnc-condition {
                margin-bottom: 5px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .package-time {
                margin-bottom: 5px;
                border: solid 1px #ccc;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .package-profit {
                border: solid 1px #ccc;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .package-label {
                border-bottom: solid 1px #ccc;
                background-color: #888;
                padding: 10px 10px;
                color: #fff;
            }

            .css-vnc-sec-community .package-list .package-item .package-info .package-content {
                padding: 15px;
                background-color: #fff;
            }

                .css-vnc-sec-community .package-list .package-item .package-info .package-content.how-to-join {
                    min-height: 180px;
                    text-align: left;
                }

            .css-vnc-sec-community .package-list .package-item .package-action {
                margin: 20px 0px 0px 0px;
                display: flex;
            }

                .css-vnc-sec-community .package-list .package-item .package-action span {
                    display: inline-block;
                    width: calc(50% - 30px);
                    text-align: center;
                    margin: 0px 15px;
                    position: relative;
                    padding: 10px;
                    height: 40px;
                }

                    .css-vnc-sec-community .package-list .package-item .package-action span::before {
                        content: '';
                        position: absolute;
                        display: inline-block;
                        background-color: #e4c200;
                        width: 100%;
                        height: 40px;
                        top: 0px;
                        left: 0px;
                        transform: skew(-35deg);
                    }

                    .css-vnc-sec-community .package-list .package-item .package-action span:hover::before {
                        background-color: #d5b915;
                    }

                    .css-vnc-sec-community .package-list .package-item .package-action span:first-child::before {
                        background-color: #2e3192;
                    }

                    .css-vnc-sec-community .package-list .package-item .package-action span:first-child:hover::before {
                        background-color: #1c2584;
                    }

                    .css-vnc-sec-community .package-list .package-item .package-action span a {
                        color: #fff;
                        position: relative;
                    }

.css-vnc-sec-profile {
    text-align: center;
    padding-bottom: 30px;
    /*background: url(../images/bg-news.jpg) bottom center no-repeat #2e3192;*/
    background-size: 100% auto;
    color: #fff;
}

    .css-vnc-sec-profile .module-header {
        color: #000;
    }

    .css-vnc-sec-profile .profile-list {
    }

        .css-vnc-sec-profile .profile-list .profile-item {
            padding: 15px;
            background: #017bbd; /*linear-gradient(45deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);*/
            border-radius: 10px;
            text-align: center;
            color: #fff;
            margin-bottom: 30px;
            height: 250px;
        }

            .css-vnc-sec-profile .profile-list .profile-item .img {
                text-align: center;
                margin: auto;
                width: 100px;
                height: 100px;
                padding: 5px;
                border-radius: 50%;
                background-color: #fff;
                overflow: hidden;
            }

                .css-vnc-sec-profile .profile-list .profile-item .img img {
                    height: 90px;
                    width: 90px;
                    object-fit: cover;
                    border-radius: 50%;
                }

            .css-vnc-sec-profile .profile-list .profile-item .profile-item-info {
            }

                .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-name {
                    color: #fff;
                    font-family: gilroy_bold;
                    font-size: 16px;
                    margin: 10px 0px;
                }

                .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-position {
                    float: left;
                    font-size: 16px;
                    color: #fff;
                    font-family: gilroy_bold;
                }

                .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-social {
                    float: right;
                }

                    .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-social a {
                        margin-left: 10px;
                        color: #fff;
                        font-size: 18px;
                    }

                        .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-social a:hover {
                            color: #333;
                        }

                .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-desc {
                    margin-top: 10px;
                    padding: 15px;
                    background-color: #fff;
                    color: #000;
                }

                .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-condition {
                    padding-top: 10px;
                }

                    .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-condition > div:first-child {
                        float: left;
                        width: 65%;
                        text-align: left;
                    }

                    .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-condition > div:nth-child(2) {
                        float: right;
                        width: 35%;
                        text-align: right;
                    }

                    .css-vnc-sec-profile .profile-list .profile-item .profile-item-info .profile-item-condition > div i {
                        margin-right: 5px;
                        font-size: 10px;
                        color: #fff;
                    }

.css-vnc-sec-banner .module-banner .module-header .quick-staking-form {
    width: 70%;
    margin-left: 15%;
}

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form p {
        padding-top: 10px;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form .quick-staking-form-left {
        float: left;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form .quick-staking-form-right {
        float: right;
        width: calc(100% - 70px);
        text-align: right;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form > div {
        margin: 0px 1px;
        background-color: #fff;
        border-radius: 3px;
        color: #333;
        /*position:relative;*/
        width: calc(33.3333% - 3px);
        padding: 5px 10px;
        float: left;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form .staking-action {
        padding: 0px;
        width: 33.3333%;
        background-color: transparent
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form input {
        /*position:absolute;
                right:0px;
                top:0px;*/
        padding: 0px 10px;
        margin-top: 5px;
        width: 100%;
        border: none;
        /*background-color: #f0f0f0;*/
        height: 30px;
        border: solid 1px #f0f0f0;
    }

.css-vnc-sec-banner .module-banner .module-header .link {
    display: inline-block;
    background: #017bbd;
    padding: 14px 46px;
    font-family: gilroy_bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

    .css-vnc-sec-banner .module-banner .module-header .link:hover {
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
        box-shadow: 2px 2px 5px rgba(0,0,0,.3)
    }

.css-vnc-sec-banner .module-banner .module-content {
    /*position: absolute;
            top: 0;
            right: 0*/
    text-align: left;
}

    .css-vnc-sec-banner .module-banner .module-content .quick-link {
    }

        .css-vnc-sec-banner .module-banner .module-content .quick-link .quick-link-left {
            float: left;
        }

        .css-vnc-sec-banner .module-banner .module-content .quick-link .quick-link-right {
            float: right;
        }

    .css-vnc-sec-banner .module-banner .module-content .banner-action {
        list-style-type: none;
        padding: 0px;
    }

        .css-vnc-sec-banner .module-banner .module-content .banner-action li {
            float: left;
            width: calc(25% - 22.5px);
            margin-left: 30px;
            /*margin-bottom: 30px;*/
        }

            .css-vnc-sec-banner .module-banner .module-content .banner-action li a {
                padding: 8px 10px;
                text-align: center;
                background-color: #FF0A0A;
                border-radius: 6px;
                color: #fff;
                width: 100%;
                display: block;
            }

                .css-vnc-sec-banner .module-banner .module-content .banner-action li a.blue {
                    background-color: #017bbd;
                    color: #fff;
                }

                .css-vnc-sec-banner .module-banner .module-content .banner-action li a.orange {
                    background-color: #404041;
                    color: #fff;
                }

                .css-vnc-sec-banner .module-banner .module-content .banner-action li a.black {
                    background-color: #000;
                    color: #fff;
                }

            .css-vnc-sec-banner .module-banner .module-content .banner-action li:first-child {
                margin-left: 0px;
            }

    .css-vnc-sec-banner .module-banner .module-content .quick-link h5 a {
        color: #fff;
        padding: 5px 15px 8px 15px;
        display: inline-block;
        background-color: #017bbd;
        margin-left: 5px;
        box-shadow: 0px 0px 10px #fff;
        border-radius: 3px;
    }

    .css-vnc-sec-banner .module-banner .module-content h5 a:hover {
        color: #e39909;
    }

.module-header .bottom-header {
    text-align: center;
    padding: 0px 40px;
    border-bottom: solid 2px #ccc;
    position: relative;
    animation: bottom-header-center-to-left-right infinite 2s linear;
}

@keyframes bottom-header-center-to-left-right {
    0% {
        padding: 0px 40px;
    }

    50% {
        padding: 0px 120px;
    }

    100% {
        padding: 0px 40px;
    }
}

.module-header .bottom-header i {
    padding: 12px;
    top: -3px;
    border-radius: 10px;
    background-color: #f0f0f0;
    color: #666;
    position: absolute;
    left: calc(50% - 21px);
    /*animation: bottom-header-icon infinite 2s linear;*/
    width: 42px;
    height: 42px;
    /*transform: rotate(45deg);*/
}

    .module-header .bottom-header i::before {
        font-size: 18px;
    }

.module-header .bottom-header.bg-white {
    border-bottom: solid 2px #fff;
}

    .module-header .bottom-header.bg-white i {
        background-color: #fff;
        color: #888;
    }

@keyframes bottom-header-icon {
    0% {
        /*top: -10px;*/
        /*transform:rotate(0deg);*/
        transform: rotate(-360deg);
    }

    50% {
        /*top: -10px;*/
        /*transform:rotate(0deg);*/
        background-color: #017bbd;
    }

    100% {
        /*top: -10px;*/
        /*transform:rotate(0deg);*/
        background-color: #f0f0f0;
    }
}

.css-vnc-sec-about {
    padding-top: 0px;    
    color: #000;
}

    .css-vnc-sec-about .module-about .module-header {
        padding-top: 0px;
    }

        .css-vnc-sec-about .module-about .module-header .title {
            padding: 15px 15px;
            background-color: #017bbd;
            color: #fff;
            text-align: left;
            display: flex;
            width: auto;
            font-size: 14px;
            float: left;
            line-height: 25px;
            margin-top: 30px;
            min-width: 200px;
        }

        .css-vnc-sec-about .module-about .module-header .desc {
            /*    font-size: 16px;
            text-align: center;*/
        }

    .css-vnc-sec-about .module-about .module-content .about-content {
    }

        .css-vnc-sec-about .module-about .module-content .about-content .about-summary {
            line-height: 25px;
            text-align: justify;
            font-size: 12px;
            padding: 20px;
            box-shadow: 10px 10px #ccc;
            border: solid 1px #ccc;
            margin-top: 30px;
        }
        .css-vnc-sec-about .module-about .module-content .about-content .about-summary .about-title{
            margin: -20px -20px 20px -20px;
            font-weight: 700;
            padding: 15px 20px;
            background-color:#017bbd;
            color:#fff;
        } 
        .css-vnc-sec-about .module-about .module-content .about-content .about-summary ul li{
            margin: 5px 0px;
        }
        .css-vnc-sec-about .module-about .module-content .about-content .about-view {
            text-align: center;
            margin: 15px auto 0px auto;
        }
        .css-vnc-sec-about .module-about .module-content .about-content .about-view a{
            display: inline-block;
            min-width: 120px;
            text-align: center;
            background-color:#FF0A0A;
            color:#fff;
            font-size: 14px;
            padding: 6px 10px;
            border-radius: 4px;
            /*box-shadow: 10px 10px #ccc;*/
        }

        .css-vnc-sec-about .module-about .module-content .about-content .step {
            /* margin: 10px 15px;
        float: left;
        width: calc(33.3333% - 30px);*/
            /*margin: 40px 15px 15px 15px;*/
            margin-top: 30px;
        }

            .css-vnc-sec-about .module-about .module-content .about-content .step:first-child {
                /* margin-left: 0px;*/
            }

        .css-vnc-sec-about .module-about .module-content .about-content img {
            width: 100%;
        }




        .css-vnc-sec-about .module-about .module-content .about-content .step .step-title {
            position: relative;
            /*margin-bottom: 30px;*/
        }

            .css-vnc-sec-about .module-about .module-content .about-content .step .step-title .title {
                font-family: gilroy_bold;
                font-size: 20px;
                text-align: left;
                background: rgba(0,85,227,.8);
                padding-left: 110px;
                color: #fff;
                height: 60px;
                line-height: 60px;
            }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon {
            width: 60px;
            height: 60px;
            padding: 10px;
            transform: rotate(-45deg);
            color: #fff;
            background: linear-gradient(45deg, #FF0A0A 0%, #FF0A0A 50%, #fff 50%, #fff 100%);
            text-align: center;
            position: absolute;
            left: 25px;
            top: 0px;
        }

            .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon > div {
                background: linear-gradient(45deg, #FF0A0A 0%, #FF0A0A 50%, #fff 50%, #fff 100%);
                padding: 5px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                transform: rotate(180deg);
            }

                .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon > div > div {
                    /*background-color: #017bbd;*/
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    /*transform: rotate(45deg);
                border-radius: 50%;*/
                }

                    .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon > div > div > span {
                        display: inline-block;
                        transform: rotate(-135deg);
                        color: #017bbd;
                        font-size: 18px;
                        font-weight: 700;
                    }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-content {
            font-size: 12px;
            /*padding-bottom: 10px;
        margin-bottom: 10px;*/
            text-align: justify;
            line-height: 30px;
            padding: 20px;
            background: rgba(255,255,255,.8);
            color: #000;
        }

        .css-vnc-sec-about .module-about .module-content .about-content .step-content > div {
            /*background: rgba(251,174,23,.6);*/
            /*background: rgba(0,30,94,.6);*/
            /*height: 240px;*/
        }

        .css-vnc-sec-about .module-about .module-content .about-content .step:nth-child(3) .step-content {
            /*border-bottom: none;
        padding-bottom: 0px;*/
        }

        .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain {
            padding-top: 20px;
            line-height: 20px;
            opacity: 0.8;
        }

            .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain:hover {
                opacity: 1;
            }

            .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain p {
                font-family: gilroy_bold;
                font-size: 14px;
                margin-bottom: 15px;
            }

            .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain iframe {
                width: 100%;
                height: 180px;
            }

.css-vnc-sec-info {
    /* background: linear-gradient(-90deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);
    padding: 40px 0px;*/
    color: #fff;
}


    .css-vnc-sec-info .module-info .module-header .title {
        font-family: gilroy_bold;
        text-align: center;
    }

    .css-vnc-sec-info .module-info .module-content {
        /*background: url(../images/banner/vnc-banner-01.jpg) center center no-repeat #fff;
        background-size: 100% auto;
        border-radius: 10px;*/
    }

        .css-vnc-sec-info .module-info .module-content .info-content {
            background: rgba(0,85,227,0.5);
            border-radius: 10px;
            padding: 30px;
            margin: 15px 15px 30px 15px;
        }

            .css-vnc-sec-info .module-info .module-content .info-content .css-vnc-col:last-child .info-item .img:after {
                display: none
            }

            .css-vnc-sec-info .module-info .module-content .info-content .info-item {
            }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .img {
                    position: relative;
                    margin-top: 15px;
                    padding-top: 15px;
                }

                    .css-vnc-sec-info .module-info .module-content .info-content .info-item .img .img-content {
                        display: table;
                        border: solid 3px #fff;
                        background-color: #017bbd;
                        /*border-radius: 50%;*/
                        overflow: hidden;
                        /*-webkit-transform: scale(1);
                transform: scale(1);*/
                        -webkit-transition: all .3s;
                        transition: all .3s;
                        padding: 15px;
                        /*margin-left: calc(50% - 40px);*/
                        margin: auto;
                        width: 60px;
                        height: 60px;
                        transform: rotate(45deg);
                    }

                        .css-vnc-sec-info .module-info .module-content .info-content .info-item .img .img-content img {
                            height: 30px;
                        }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item:hover .img .img-content img {
                    /*height: 40px;*/
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item:hover .img .img-content {
                    /*-webkit-transform: scale(1.2);
                    transform: scale(1.2);*/
                    transform: rotate(315deg);
                    background-color: #FF0A0A;
                    /*width: 60px;
                height: 60px;
                padding: 10px;*/
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .img > img {
                    max-width: 100%;
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .img:after {
                    /*content: url(../images/info__arrow.gif);
                display: block;
                position: absolute;
                right: 12px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)*/
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .text {
                    padding-top: 34px
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item:hover .text {
                    /*padding-top: 24px*/
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .title {
                    font-size: 18px;
                    padding-bottom: 12px;
                    text-align: center;
                }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .desc {
                    font-size: 12px;
                    line-height: 25px;
                    text-align: justify;
                    padding: 25px;
                    background-color: #fff;
                    color: #333;
                    height: 250px;
                    overflow-y: auto;
                    border-radius: 10px;
                    /*box-shadow: 0px 0px 6px #0086b9;*/
                }

.css-vnc-sec-get {
    padding-top: 50px;
    background-color: #00505f;
    color: #fff;
    overflow: hidden;
    padding-bottom: 50px;
}

    .css-vnc-sec-get .module-get {
        padding-left: 355px;
        position: relative;
        padding-top: 0px;
        min-height: 422px;
        z-index: 1
    }

        .css-vnc-sec-get .module-get .module-header .title {
            margin-top: 0;
            font-size: 30px;
            /*line-height: 48px;*/
            margin-bottom: 30px
        }

            .css-vnc-sec-get .module-get .module-header .title span {
                /*display: block;*/
                /*font-size:25px;*/
                /*margin-top:10px;*/
                color: #0087a0;
            }

        .css-vnc-sec-get .module-get .module-header .desc {
            font-size: 12px;
            line-height: 25px;
            margin-bottom: 30px;
            text-align: justify;
        }

            .css-vnc-sec-get .module-get .module-header .desc.bold {
                font-size: 12px;
                line-height: 25px;
                margin-bottom: 0px;
            }

        .css-vnc-sec-get .module-get .module-content {
            position: absolute;
            top: 0;
            left: 0px
        }

            .css-vnc-sec-get .module-get .module-content .img-content img {
                border-radius: 30px;
            }

        .css-vnc-sec-get .module-get .img-bg {
            /*position: absolute;
            bottom: 0;
            right: 0;
            z-index: -1;
            max-width: calc(100% - 345px);*/
            width: 100%;
        }

            .css-vnc-sec-get .module-get .img-bg .img-content {
                width: 100%;
                position: relative;
                height: 180px;
                margin-bottom: 30px;
            }

                .css-vnc-sec-get .module-get .img-bg .img-content .layer {
                    position: absolute;
                    bottom: 0;
                    width: 4.345%;
                    background-color: #017bbd;
                    border: solid 5px #fff;
                    -moz-box-shadow: 5px -5px 0px #0087a0;
                    box-shadow: 5px -5px 0px #0087a0;
                }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer img {
                        width: 100%
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer1 {
                        left: 0;
                        height: 15px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer2 {
                        left: 8.69%;
                        height: 30px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer3 {
                        left: 17.38%;
                        height: 45px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer4 {
                        left: 26.07%;
                        height: 60px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer5 {
                        left: 34.76%;
                        height: 75px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer6 {
                        left: 43.45%;
                        height: 90px;
                        /*background-color: #017bbd;*/
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer7 {
                        left: 52.14%;
                        height: 105px;
                        /*background-color: #017bbd;*/
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer8 {
                        left: 60.83%;
                        height: 120px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer9 {
                        left: 69.52%;
                        height: 135px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer10 {
                        left: 78.21%;
                        height: 150px;
                        /*background-color: #017bbd;*/
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer11 {
                        left: 86.90%;
                        height: 165px;
                    }

                    .css-vnc-sec-get .module-get .img-bg .img-content .layer.layer12 {
                        left: 95.59%;
                        height: 180px;
                    }


.css-vnc-sec-progress {
    padding-top: 66px;
    padding-bottom: 105px
}

    .css-vnc-sec-progress .module-progress .module-header {
        padding-bottom: 47px
    }

        .css-vnc-sec-progress .module-progress .module-header .title {
            font-size: 30px;
            line-height: 37px
        }

            .css-vnc-sec-progress .module-progress .module-header .title span {
                display: block
            }

    .css-vnc-sec-progress .module-progress .module-content .progress-item {
        max-width: 647px;
        position: relative;
        padding-left: 139px;
        padding-bottom: 53px
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .head {
            position: absolute;
            top: 26px;
            left: 14px
        }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .head .title {
                font-size: 40px;
                margin-bottom: 16px
            }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .head .unit {
                font-size: 16px;
                font-family: gilroy_bold
            }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .content {
            padding-top: 62px;
            position: relative
        }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .content:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                border-top: 57px solid transparent;
                border-left: 0;
                border-right: 508px solid #e6e6e6;
                border-bottom: 0;
                z-index: -1
            }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 5px;
                background: #aeabab
            }

                .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .result {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    background: #017bbd;
                    height: 100%
                }

                .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .run {
                    position: absolute;
                    left: 0;
                    height: 5px;
                    top: 0;
                    width: 0
                }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .run .run-content {
                        width: 34px;
                        height: 34px;
                        background: #017bbd;
                        border-radius: 50%;
                        top: 50%;
                        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
                        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
                        left: 0;
                        -webkit-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        position: absolute;
                        cursor: pointer
                    }

                        .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .run .run-content:hover {
                            -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
                            box-shadow: 0 0 15px 0 rgba(0,0,0,.3)
                        }

                .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value {
                    font-family: gilroy_bold;
                    position: absolute;
                    left: 0;
                    top: 40px;
                    font-size: 16px;
                    color: #b4b4b4;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%)
                }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value:nth-child(1) {
                        left: 0
                    }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value:nth-child(2) {
                        left: 25%
                    }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value:nth-child(3) {
                        left: 50%
                    }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value:nth-child(4) {
                        left: 75%
                    }

                    .css-vnc-sec-progress .module-progress .module-content .progress-item .content .progress-bar .value:nth-child(5) {
                        left: 100%
                    }

    .css-vnc-sec-progress .module-progress .module-content .progress-result {
        margin-top: 29px;
        margin-left: 92px;
        position: relative
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .value {
            font-size: 36px;
            margin-bottom: 15px
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .unit {
            font-family: gilroy_bold;
            font-size: 16px
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .desc {
            position: absolute;
            top: -150px;
            font-size: 12px;
            line-height: 18px
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result:after {
            content: url(../images/info__arrow.gif);
            position: absolute;
            top: 15px;
            left: -87px
        }

.css-vnc-sec-calendar {
    background: #eaf4fe;
    padding-top: 66px;
    padding-bottom: 66px
}

    .css-vnc-sec-calendar .module-calendar .module-header {
        padding-bottom: 49px
    }

        .css-vnc-sec-calendar .module-calendar .module-header .header-item {
            display: inline-block;
            margin-right: 84px
        }

            .css-vnc-sec-calendar .module-calendar .module-header .header-item .title {
                font-size: 16px
            }

            .css-vnc-sec-calendar .module-calendar .module-header .header-item .value {
                font-size: 60px;
                font-family: gilroy_bold;
                text-transform: uppercase
            }

    .css-vnc-sec-calendar .module-calendar .module-content {
        position: relative;
        padding-right: 730px
    }

        .css-vnc-sec-calendar .module-calendar .module-content .img {
            position: absolute;
            top: 4px;
            right: 0
        }

            .css-vnc-sec-calendar .module-calendar .module-content .img > img {
                opacity: 0
            }

            .css-vnc-sec-calendar .module-calendar .module-content .img .show {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

                .css-vnc-sec-calendar .module-calendar .module-content .img .show .layer {
                    position: absolute
                }

                    .css-vnc-sec-calendar .module-calendar .module-content .img .show .layer.layer1 {
                        width: 65.3%;
                        top: 0;
                        right: 0
                    }

                    .css-vnc-sec-calendar .module-calendar .module-content .img .show .layer.layer2 {
                        width: 56.3%;
                        left: 0;
                        bottom: 8%
                    }

                    .css-vnc-sec-calendar .module-calendar .module-content .img .show .layer.layer3 {
                        width: 51.3%;
                        top: 38%;
                        right: 13.8%
                    }

                    .css-vnc-sec-calendar .module-calendar .module-content .img .show .layer.layer4 {
                        width: 30.3%;
                        top: unset;
                        right: unset;
                        bottom: 1.6%;
                        left: 17.7%
                    }

                .css-vnc-sec-calendar .module-calendar .module-content .img .show img {
                    width: 100%
                }

        .css-vnc-sec-calendar .module-calendar .module-content .text {
            max-width: 280px;
            margin-left: auto
        }

            .css-vnc-sec-calendar .module-calendar .module-content .text .head .title {
                font-size: 16px;
                line-height: 23px
            }

            .css-vnc-sec-calendar .module-calendar .module-content .text .content {
                padding-top: 16px
            }

                .css-vnc-sec-calendar .module-calendar .module-content .text .content .calendar-list {
                    margin-bottom: 52px
                }

                    .css-vnc-sec-calendar .module-calendar .module-content .text .content .calendar-list .calendar-list__item {
                        padding: 19px 10px;
                        border-bottom: 1px solid #000;
                        font-size: 12px
                    }

                        .css-vnc-sec-calendar .module-calendar .module-content .text .content .calendar-list .calendar-list__item .value {
                            float: right
                        }

                .css-vnc-sec-calendar .module-calendar .module-content .text .content .link {
                    display: table;
                    margin-left: auto;
                    margin-right: auto;
                    background: #017bbd;
                    font-family: gilroy_bold;
                    padding: 14px 50px;
                    border-radius: 5px;
                    color: #fff;
                    text-transform: uppercase
                }

                    .css-vnc-sec-calendar .module-calendar .module-content .text .content .link:hover {
                        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
                        box-shadow: 2px 2px 5px rgba(0,0,0,.3)
                    }
.css-vnc-sec-chart{
    padding-bottom: 30px;
    background-color:#017bbd;
    color:#fff;
}
.css-vnc-sec-job-list {
    /*padding-top: 50px;*/
    /*background: url(../images/bg-map-1.png) bottom center no-repeat #fff;
    background-size: auto 100%;*/
    color: #000;
    padding: 0px 0px;
    background-color:#f0f0f0;
}
    /*.css-vnc-sec-job-list .module-job-list h2.title {
        font-size:30px;
        font-weight:600;
        text-align:center;
        margin-bottom:50px;
    }*/
    .css-vnc-sec-job-list .module-job-list .module-content .part.part1 {
        position: relative
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part.part1:after {
            /*content: "";
            display: block;
            position: absolute;
            bottom: 15px;
            left: 0;
            height: 20px;
            width: 57%;
            background: #e6e6e6*/
        }

    .css-vnc-sec-job-list .module-job-list .module-content .part.part2 {
        padding-top: 35px
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .head {
        padding-bottom: 76px
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .head .title {
            font-size: 40px;
            max-width: 902px;
            line-height: 49px
        }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
        position: relative;
        height: 110px;
        margin: 15px auto;
        padding: 15px 15px 15px 110px;
        border-radius: 0px;
        /*background: linear-gradient(45deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);*/
        box-shadow: 5px 5px #ccc;
        border: solid 1px #CCC;
        background-color: #fff;
        color: #000;
    }

@-webkit-keyframes img-hover {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes img-hover {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img {
    position: absolute;
    top: 15px;
    left: 15px;
}

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content {
        display: table;
        border-radius: 50%;
        /*background: #FF0A0A;*/
        width: 80px;
        height: 80px;
        /*border: solid 1px #017bbd;*/
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content:hover {
            /*border: dashed 2px #017bbd;*/
            box-shadow: unset;
            background-color: transparent;
        }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content img {
            height: 80px;
            /*margin: 20px;*/
        }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content:hover img {
            /*height: 120px;
            margin: 0px;
            -webkit-animation: img-hover .5s;
            animation: img-hover .5s;*/
        }

.css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text {
    padding-top: 0px;
    margin-top: -5px;
}

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .title {
        font-size: 12px;
        font-weight: 600;
        color: #017bbd;
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .time {
        font-size: 11px;
        padding: 5px 10px;
        background-color: #f0f0f0;
        color: #000;
        border-radius: 3px;
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .desc {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .desc i {
            color: #FF0A0A;
            font-size: 10px;
            margin-right: 10px;
        }

.css-vnc-sec-transaction {
    /*padding-top: 50px;*/
    /*background: url(../images/bg-transaction.png) top center no-repeat #3f4753;*/
    background-size: 90% auto;
    background-position-y: 0px;
    padding-bottom: 30px;
    color: #fff;
}

    .css-vnc-sec-transaction .list-token {
        margin: 0px 15px 10px 15px;
    }

        .css-vnc-sec-transaction .list-token ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            display: inline-flex;
        }

            .css-vnc-sec-transaction .list-token ul li {
                padding: 8px 15px;
                background-color: #fff;
                color: #666;
                cursor: pointer;
                margin-right: 10px;
                border-radius: 4px;
            }

                .css-vnc-sec-transaction .list-token ul li.active {
                    background-color: #404041;
                    color: #fff;
                }

                .css-vnc-sec-transaction .list-token ul li:hover {
                    background-color: #017bbd;
                    color: #fff;
                }

                    .css-vnc-sec-transaction .list-token ul li:hover a {
                        color: #fff;
                    }

    .css-vnc-sec-transaction .bg-transaction {
        /*margin: 0px -15px;*/
    }

        .css-vnc-sec-transaction .bg-transaction .token-price {
            margin: 15px 0px;
        }

    .css-vnc-sec-transaction .table-transaction > div {
        display: none;
    }

        .css-vnc-sec-transaction .table-transaction > div iframe {
            height: 527px;
            border: 0;
            margin: 0;
            padding: 0;
            line-height: 14px;
        }

            .css-vnc-sec-transaction .table-transaction > div iframe.show-mobile {
                height: 195px;
                display: none;
            }

        .css-vnc-sec-transaction .table-transaction > div.active {
            display: block;
        }

    .css-vnc-sec-transaction .css-vnc-title {
        padding: 7px 15px;
        background-color: #017bbd;
        color: #fff;
        font-size: 16px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .css-vnc-sec-transaction .css-vnc-title.css-vnc-token {
            margin-top: 30px;
        }

    .css-vnc-sec-transaction .css-vnc-bound {
        padding: 0px 5px 5px 5px;
        background-color: #f0f0f0;
        color: #404142;
        font-size: 12px;
        /*margin-bottom:30px;*/
    }

        .css-vnc-sec-transaction .css-vnc-bound .css-vnc-label {
            float: left;
            width: 55%;
            background-color: #fff;
            margin-top: 5px;
            margin-right: 5px;
            padding: 6px 10px;
            /*font-size: 11px;*/
        }

        .css-vnc-sec-transaction .css-vnc-bound .css-vnc-info {
            float: right;
            width: calc(45% - 5px);
            background-color: #404142;
            margin-top: 5px;
            color: #fff;
            padding: 6px 10px;
        }

.action-transaction {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

    .action-transaction li {
        margin-top: 30px;
    }

        .action-transaction li:first-child {
            margin-top: 0px;
        }

        .action-transaction li a {
            padding: 8px 15px;
            text-align: center;
            display: block;
            width: 100%;
            background-color: #fff;
            color: #333;
            box-shadow: 0px 0px 10px #666;
        }

            .action-transaction li a.blue {
                background-color: #017bbd;
                color: #fff;
            }

            .action-transaction li a.black {
                background-color: #121314;
                color: #fff;
            }

            .action-transaction li a.orange {
                background-color: #404041;
                color: #fff;
            }

.css-vnc-sec-transaction table {
    width: 100%;
    border: solid 18px #fff;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px #666;
    display: none;
    color: #333;
}

    .css-vnc-sec-transaction table.active {
        display: table;
    }

    .css-vnc-sec-transaction table tr td {
        padding: 8px 10px;
        border: solid 1px #fff;
        font-size: 12px;
    }

    .css-vnc-sec-transaction table tr:nth-child(2n) {
        background-color: #dff6ff;
    }

    .css-vnc-sec-transaction table tr th {
        text-align: center;
        font-family: gilroy_bold;
        padding: 8px 10px;
        border: solid 1px #fff;
        background-color: #017bbd;
        color: #fff;
    }

    .css-vnc-sec-transaction table.orange tr th {
        background-color: #404041;
    }

    .css-vnc-sec-transaction table.dark-green tr th {
        background-color: #13b9d2;
    }

    .css-vnc-sec-transaction table.purple tr th {
        background-color: #00505f;
    }
/*.css-vnc-sec-transaction .bg-transaction img {
    width: 100%;
    animation: rotate-transaction infinite 3s linear;
}

@keyframes rotate-transaction {
    0% {
        transform: skew(0deg,0deg);
    }

    100% {
        transform: skew(0deg,0deg);
    }
}*/

.css-vnc-sec-programs {
    /*background: url(../images/bg-program.jpg) bottom center no-repeat fixed #fff;*/
    background-size: 100% auto;
    color: #333;
    padding-bottom: 30px;
}

    .css-vnc-sec-programs .list-program {
    }

        .css-vnc-sec-programs .list-program .list-program-item {
            /*padding: 20px 20px;*/
            /*box-shadow: 0px 0px 6px #333;*/
            /*background-color: #fff;*/
            color: #333;
            float: left;
            width: calc(33.3333% - 30px);
            margin: 30px 15px 0px 15px;
        }

            .css-vnc-sec-programs .list-program .list-program-item:first-child {
                /*margin-left: 0px;*/
            }

            .css-vnc-sec-programs .list-program .list-program-item .img {
                /*box-shadow: 0px 0px 6px #017bbd;*/
            }

                .css-vnc-sec-programs .list-program .list-program-item .img img {
                    width: 100%;
                    height: 240px;
                }

            .css-vnc-sec-programs .list-program .list-program-item .item-bound {
            }

            .css-vnc-sec-programs .list-program .list-program-item .program-name {
                font-size: 12px;
                font-family: gilroy_bold;
                margin: 15px 0px;
            }

            .css-vnc-sec-programs .list-program .list-program-item .program-desc {
                font-size: 12px;
                color: #333;
                text-align: justify;
                line-height: 25px;
            }

            .css-vnc-sec-programs .list-program .list-program-item table {
                width: 100%;
                border: solid 1px #575d64;
                margin-top: 30px;
                padding: 1px;
                border-collapse: separate;
            }

                .css-vnc-sec-programs .list-program .list-program-item table thead tr th {
                    padding: 8px 10px 10px 10px;
                    text-align: center;
                    font-family: gilroy_bold;
                    border: solid 1px #fff;
                    background-color: #575d64;
                    color: #fff;
                    font-size: 16px;
                }

                .css-vnc-sec-programs .list-program .list-program-item table tbody tr td {
                    padding: 6px 10px 8px 10px;
                    border: solid 1px #fff;
                    background-color: #f5f5f5;
                    color: #333;
                    vertical-align: top;
                }

                .css-vnc-sec-programs .list-program .list-program-item table thead tr th:nth-child(2) {
                    min-width: 160px;
                }

                .css-vnc-sec-programs .list-program .list-program-item table tbody tr td:first-child {
                    text-align: center;
                    width: 60px;
                }

                .css-vnc-sec-programs .list-program .list-program-item table tbody tr:nth-child(2n) td {
                    background-color: #fcfcfc;
                }

                .css-vnc-sec-programs .list-program .list-program-item table tbody tr td.action-program {
                    text-align: center;
                    padding: 10px 10px 0px 10px;
                    width: 180px;
                }

                    .css-vnc-sec-programs .list-program .list-program-item table tbody tr td.action-program a {
                        display: inline-block;
                        margin-bottom: 10px;
                        color: #fff;
                        background-color: #404041;
                        width: 50%;
                        padding: 5px 10px 7px 10px;
                        float: left;
                        font-size: 11px;
                    }

                        .css-vnc-sec-programs .list-program .list-program-item table tbody tr td.action-program a.view-more {
                            background-color: #017bbd;
                        }

.css-vnc-sec-competitive {
    background: #f7f7f7;
    padding-top: 71px
}

    .css-vnc-sec-competitive.competitive2 {
        padding-bottom: 129px
    }

    .css-vnc-sec-competitive .module-competitive .module-header {
        padding-bottom: 61px
    }

        .css-vnc-sec-competitive .module-competitive .module-header .title {
            font-size: 40px
        }

    .css-vnc-sec-competitive .module-competitive .module-content .competitive-item {
        max-width: 511px;
        margin-left: auto;
        padding-left: 105px;
        position: relative;
        margin-bottom: 32px;
        min-height: 78px
    }

        .css-vnc-sec-competitive .module-competitive .module-content .competitive-item .img {
            position: absolute;
            top: 0;
            left: 0
        }

            .css-vnc-sec-competitive .module-competitive .module-content .competitive-item .img img {
                max-width: 100%
            }

        .css-vnc-sec-competitive .module-competitive .module-content .competitive-item .desc {
            font-size: 20px;
            padding-top: 11px;
            max-width: 341px
        }



.css-vnc-sec-partner {
    padding-bottom: 30px;
    text-align: center;
    /*background-color: #eaf4fe;*/
    position: relative;
}

    .css-vnc-sec-partner .module-partner .module-header {
        /*padding-bottom: 53px*/
    }

    .css-vnc-sec-partner .module-partner .module-content .partner-item {
        /*display: inline-block;*/
        margin: 10px 10px;
        width: auto;
        height: 170px;
        padding-top: 24px;
    }

section .slick-dots li button {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border-radius: unset;
}

    section .slick-dots li button::before {
        font-size: 20px;
    }

.css-vnc-sec-partner .module-partner .module-content .partner-item .img {
    width: 120px;
    /*-webkit-box-shadow: 0px 0px 6px #017bbd;
    box-shadow: 0px 0px 6px #017bbd;*/
    border: solid 3px #017bbd;
    height: 120px;
    padding: 20px;
    transform: rotate(45deg);
    margin: auto;
}

    .css-vnc-sec-partner .module-partner .module-content .partner-item .img img {
        width: 100%;
        transform: rotate(-45deg);
    }

/*.css-vnc-sec-partner .module-partner .bg {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }*/

.css-vnc-sec-news {
    text-align: center;
    background-size: 100% auto;
    color: #333;
}

    .css-vnc-sec-news .module-news .module-content .part .content .job-list-item {
        position: relative;
        height: 140px;
        margin: 15px auto;
        padding: 15px 15px 15px 110px;
        border-radius: 5px;
        /*background: linear-gradient(45deg, #017bbd 0%, #002678 75%, rgba(0,30,94,1) 85%, rgba(0,30,94,1) 100%);*/
        box-shadow: 0px 0px 10px #ccc;
        background-color: #fff;
        color: #000;
    }

    .css-vnc-sec-news .module-news .module-header {
    }

    .css-vnc-sec-news .module-news .module-content {
    }

        .css-vnc-sec-news .module-news .module-content .news-item {
            padding: 13px 10px 0px 0px;
            margin-bottom: 10px;
            /* box-shadow: 0px 0px 5px #ccc;*/
            font-size: 12px;
            /*  background-color: #fff;*/
            height: 175px;
            overflow: hidden;
        }

            .css-vnc-sec-news .module-news .module-content .news-item.news-page {
                padding: 15px;
                margin: 15px 0px;
                box-shadow: 5px 5px 5px #ccc;
                border: solid 1px #ccc;
                height:360px;
                overflow:hidden;
            }

            .css-vnc-sec-news .module-news .module-content .news-item .news-img {                
                overflow: hidden;
                box-shadow: 5px 5px #ccc;
                border: solid 1px #ccc;
                /*padding: 10px;*/
                
            }

                .css-vnc-sec-news .module-news .module-content .news-item .news-img img {
                    height: 100%;
                    width: 100%;
                    object-fit: contain;
                }

            .css-vnc-sec-news .module-news .module-content .news-item .news-bound {                
                overflow: hidden;
                padding-bottom: 10px;
            }

            .css-vnc-sec-news .module-news .module-content .news-item .news-title {
                text-align: left;
                margin: 0px 0px;
            }

                .css-vnc-sec-news .module-news .module-content .news-item .news-title a {
                    color: #00505f;
                    font-weight: 600;
                    font-size: 13px;
                }

            .css-vnc-sec-news .module-news .module-content .news-item .news-info {
                color: #666;
                font-size: 11px;
                margin: 15px 0px;
            }

                .css-vnc-sec-news .module-news .module-content .news-item .news-info .news-info-date {
                    float: left;
                }

                .css-vnc-sec-news .module-news .module-content .news-item .news-info .news-info-view {
                    float: right;
                }

            .css-vnc-sec-news .module-news .module-content .news-item .news-desc {
                text-align: justify;               
                line-height: 20px;               
                color: #454545;
            }
.law-detail{
    margin: 20px auto;
}
#lawDocumentFiles #viewerContainer {
    padding: 15px 0px;
    margin: 15px 0px;
}
.news-content {
    box-shadow: 5px 5px 5px #ccc;
    margin: 30px auto;
    padding: 20px;
    line-height: 25px;
    text-align: justify;
    border: solid 1px #ccc;
    border-radius: 10px;
}

    .news-content .news-title {
        font-size: 18px;
        color: #FF0A0A;
        font-weight: 700;
        margin-top: 10px;
    }

    .news-content .news-desc {
        font-size: 12px;
        color: #333;
        font-weight: 700;
        margin-top: 20px;
    }

    .news-content .news-img {
        margin: 20px auto;
        text-align: center;
    }

        .news-content .news-img img {
            max-width: 100%;
            margin: auto;
        }
 

.css-vnc-sec-contact {
    text-align: center;
    padding-bottom: 30px;
    /*background: url(../images/bg-contact.png) bottom center no-repeat #3f4753;*/
    background: #017bbd;
    background-size: 100% auto;
    color: #fff;
}

    .css-vnc-sec-contact .list-faqs {
        text-align: left;
    }

        .css-vnc-sec-contact .list-faqs .title {
            font-size: 18px;
            font-family: gilroy_bold;
            margin-bottom: 15px;
        }

        .css-vnc-sec-contact .list-faqs ul.faqs {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .css-vnc-sec-contact .list-faqs ul.faqs li {
                padding: 10px 15px;
                background-color: #fff;
                color: #333;
                border-radius: 5px;
                position: relative;
                cursor: pointer;
                margin-bottom: 10px;
            }

                .css-vnc-sec-contact .list-faqs ul.faqs li > i {
                    position: absolute;
                    top: 13px;
                    right: 10px;
                }

                .css-vnc-sec-contact .list-faqs ul.faqs li .question > i {
                    margin-right: 10px;
                }

                .css-vnc-sec-contact .list-faqs ul.faqs li .answer {
                    display: none;
                    margin-top: 10px;
                    font-size: 12px;
                    font-style: italic;
                }

                .css-vnc-sec-contact .list-faqs ul.faqs li.active {
                    background-color: #017bbd;
                    color: #fff;
                }

                    .css-vnc-sec-contact .list-faqs ul.faqs li.active .answer {
                        display: block;
                        transition: all ease-out 1s;
                    }

    .css-vnc-sec-contact .bizform {
        text-align: left;
    }

        .css-vnc-sec-contact .bizform .title {
            font-size: 18px;
            font-family: gilroy_bold;
            margin-bottom: 15px;
        }

        .css-vnc-sec-contact .bizform .contact-form {
            padding: 20px 20px 10px 20px;
            text-align: left;
            font-size: 12px;
            color: #333;
            background-color: #fff;
        }

            .css-vnc-sec-contact .bizform .contact-form button.btn-primary {
                background-color: #017bbd;
                border-color: unset;
            }

.css-vnc-sec-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

    .css-vnc-sec-logo img {
        height: 100px;
    }

.account-title {
    /*text-align: center;
    padding-bottom: 15px;
    position: relative;*/
    font-size: 12px;
    margin: -30px -30px 20px -30px;
    padding: 15px 30px;
    background-color: #fff;
    color: #017bbd;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.module-login.register-form .account-title {
    font-size: 12px;
    margin: -30px -30px 20px -30px;
    padding: 15px 30px;
    background-color: #fff;
    color: #017bbd;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .module-login.register-form .account-title .register-label {
        float: left;
        padding-top: 4px;
    }

    .module-login.register-form .account-title .login-label {
        float: right;
        color: #666;
        font-size: 11px;
    }

        .module-login.register-form .account-title .login-label a {
            display: inline-block;
            padding: 3px 15px 5px 15px;
            border-radius: 6px;
            background-color: #009bd6;
            color: #fff;
            margin: 0px -15px 0px 10px;
        }
/*.account-title span{
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    background-color:#fff;
    color:#017bbd;
    font-size: 20px;
}*/
.account-title .img {
    width: 60px;
    height: 60px;
    margin: -40px auto 5px auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
}

    .account-title .img img {
        width: 100%;
        border-radius: 50%;
    }

.account-title h4 {
    padding-bottom: 15px;
    /*border-bottom: dashed 2px #fff;*/
}


.account-bottom {
    /*text-align: center;
    padding-bottom: 15px;
    position: relative;*/
    font-size: 11px;
    margin: 20px -30px -30px -30px;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.css-vnc-sec-login {
    padding-top: 0px;
    text-align: center;
}

    .css-vnc-sec-login .module-login {
        /*max-width: 480px;*/
        margin-left: auto;
        margin-right: auto;
        /* background: rgba(33,33,33,.68);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
        box-shadow: 0 0 15px rgba(0,0,0,.2);
        padding: 10px 30px 20px 30px;
        border: solid 15px #017bbd;*/
        /*border: solid 3px #fff;*/
    }

        .css-vnc-sec-login .module-login.register-form {
            /*max-width: 670px;*/
        }

        .css-vnc-sec-login .module-login .module-header {
            padding-top: 0px
        }

            .css-vnc-sec-login .module-login .module-header .title {
                display: block;
                margin: 0px; /* -20px -30px 0px -30px;*/
                font-size: 20px;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
                background-color: #017bbd;
                /*border-bottom: 6px solid #fff;*/
                color: #fff;
            }

            .css-vnc-sec-login .module-login .module-header .desc {
                float: right;
                font-size: 16px;
                padding-top: 4px
            }

                .css-vnc-sec-login .module-login .module-header .desc .link {
                    font-family: gilroy_bold;
                    color: #017bbd;
                    position: relative
                }

                    .css-vnc-sec-login .module-login .module-header .desc .link:after {
                        content: "";
                        display: block;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        height: 1px;
                        width: 100%;
                        background: #017bbd
                    }

        .css-vnc-sec-login .module-login .module-content {
            padding-top: 10px
        }

            .css-vnc-sec-login .module-login .module-content .item {
                margin-bottom: 15px;
                position: relative
            }

        .css-vnc-sec-login .module-login.register-form .module-content .item {
            float: left;
            width: calc(33.3333% - 20px);
            margin-left: 30px;
        }

            .css-vnc-sec-login .module-login.register-form .module-content .item.address {
                float: none;
                width: 100%;
                margin-left: 0px;
            }

            .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(1) {
                margin-left: 0px;
            }

            .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(2) {
                clear: both;
            }

            .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(3n + 2) {
                margin-left: 0px;
            }

        .css-vnc-sec-login .module-login .module-content .item i.fa {
            width: 20px;
        }

        .css-vnc-sec-login .module-login .module-content .item .item-code {
            margin-top: 0px;
            padding-right: 30px;
            position: relative;
            float: left;
        }

            .css-vnc-sec-login .module-login .module-content .item .item-code .code {
                width: 100px;
                height: 40px;
                /*-o-object-fit: cover;
                        object-fit: cover*/
            }

            .css-vnc-sec-login .module-login .module-content .item .item-code .refresh {
                position: absolute;
                top: 10px;
                left: 115px;
                display: block;
                cursor: pointer
            }

        .css-vnc-sec-login .module-login .module-content .item label {
            font-weight: 400;
            font-size: 12px;
            margin-bottom: 0;
            color: #fff;
        }

        .css-vnc-sec-login .module-login.register-form input {
            border: solid 1px #fff; /*rgba(255,255,255,0.6);*/
            border-radius: 0px;
            padding: 6px 10px 8px 10px;
            height: auto;
            margin-top: 10px;
            position: relative;
            background: rgba(0,85,227,.3);
            color: #fff;
        }

        .css-vnc-sec-login .module-login.register-form select {
            border: solid 1px #fff; /*rgba(255,255,255,0.6);*/
            border-radius: 0px;
            padding: 7px 10px 8px 10px;
            height: auto;
            margin-top: 10px;
            position: relative;
            background: rgba(0,85,227,.3);
            color: #fff;
        }

            .css-vnc-sec-login .module-login.register-form select option {
                border: solid 1px #fff;
                border-radius: 0px;
                padding: 7px 10px 8px 10px;
                height: auto;
                margin-top: 10px;
                position: relative;
                background: #fff;
                color: #000;
            }

        .css-vnc-sec-login .module-login label {
            font-weight: normal;
            text-align: center;
        }

        .css-vnc-sec-login .module-login.register-form label > i {
            margin-right: 10px;
        }

        .css-vnc-sec-login .module-login .module-content .item .login__input {
            border: solid 1px #fff; /*rgba(255,255,255,0.6);*/
            border-radius: 0px;
            padding: 8px 10px 10px 10px;
            height: auto;
            margin-top: 10px;
            position: relative;
            background: rgba(0,85,227,.3);
            color: #fff;
        }

            .css-vnc-sec-login .module-login .module-content .item .login__input::after {
                content: "\f007";
            }

        .css-vnc-sec-login .module-login .module-content .item .login__btn {
            /*float: right;
            width: calc(50% - 15px);*/
            width: 50%;
            margin: auto;
            border-radius: 0px;
            padding: 10px 20px;
            /*font-family: gilroy_bold;*/
            /* background: #fff;
            color: #017bbd;*/
            font-size: 12px;
            /*text-transform: uppercase;*/
            background-color: #FF0A0A;
            /*box-shadow: 6px 6px #fff;*/
            color: #fff;
            border: solid 1px #fff;
        }

            .css-vnc-sec-login .module-login .module-content .item .login__btn.white__btn {
                background: #fff;
                color: #333;
                border: 2px solid #333;
                font-family: gilroy;
                padding: 12px;
                margin-bottom: 0
            }

            .css-vnc-sec-login .module-login .module-content .item .login__btn:hover {
                -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
                box-shadow: 2px 2px 5px rgba(0,0,0,.3)
            }

        .css-vnc-sec-login .module-login .module-content .item .select2-container {
            width: 100% !important
        }

            .css-vnc-sec-login .module-login .module-content .item .select2-container .select2-selection--single {
                border-radius: 0;
                border: none;
                border-bottom: 1px solid #565656;
                padding-bottom: 12px;
                padding-top: 3px;
                height: auto
            }

                .css-vnc-sec-login .module-login .module-content .item .select2-container .select2-selection--single .select2-selection__rendered {
                    padding: 0
                }

        .css-vnc-sec-login .module-login .module-content .item .link {
            font-size: 12px;
            color: #fff;
            padding: 5px 15px;
            border-bottom: dashed 1px #fff;
            /*border-radius: 6px;*/
            width: auto;
            display: inline-block;
        }

        .css-vnc-sec-login .module-login .module-content .item .create-account {
            font-size: 12px;
            color: #fff;
            padding: 10px 15px;
            border: solid 1px #fff;
            /*border-radius: 6px;*/
            background-color: rgba(0,85,227,1);
            width: 50%;
            display: inline-block;
        }

        .css-vnc-sec-login .module-login .module-content .btn-create-account {
            background-color: #FF0A0A;
            border: none;
            border-radius: 0px;
            min-width: 160px;
            padding: 12px 30px;
            color: #fff;
            /*box-shadow: 6px 6px #fff;*/
            /*border-bottom: 6px solid #fff;*/
            /*margin-bottom: 20px;*/
        }

.login-link {
    display: inline-block;
    margin-left: 10px;
    color: #FF0A0A;
}

    .login-link:hover {
        color: #d79800;
    }

.css-vnc-sec-login .module-login .module-content .checkbox-content {
    position: relative;
    padding-left: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .css-vnc-sec-login .module-login .module-content .checkbox-content .checkbox {
        position: absolute;
        width: 21px;
        height: 19px;
        border: 1px solid #ccc;
        top: 0;
        left: 0;
        margin: 0;
        border-radius: 3px;
        display: block
    }

        .css-vnc-sec-login .module-login .module-content .checkbox-content .checkbox.active:after {
            display: block
        }

        .css-vnc-sec-login .module-login .module-content .checkbox-content .checkbox:after {
            content: url(../images/icon_tick.gif);
            position: absolute;
            top: 8px;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            display: none
        }

        .css-vnc-sec-login .module-login .module-content .checkbox-content .checkbox input {
            display: none
        }

    .css-vnc-sec-login .module-login .module-content .checkbox-content label {
        font-size: 11px;
        color: #333
    }

.css-vnc-sec-login .module-login .module-content .note {
    text-align: justify;
    font-size: 11px;
    margin-top: -9px;
    line-height: 17px
}

.css-vnc-sec-login .module-login .module-content .item .note.confirm__mail {
    padding-top: 26px;
    font-size: 11px;
    text-align: left;
    margin-bottom: 33px
}

.css-vnc-sec-login .module-login .module-content .item .note .link {
    font-size: 11px;
    color: #333;
    text-decoration: none;
    font-family: gilroy_bold
}

    .css-vnc-sec-login .module-login .module-content .item .note .link:hover {
        color: #017bbd
    }

.css-vnc-sec-login .module-login .module-content .item .notic {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 18px;
    right: 9px
}

    .css-vnc-sec-login .module-login .module-content .item .notic .fas {
        position: absolute;
        top: 15px;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .css-vnc-sec-login .module-login .module-content .item .notic.error .fa-times, .css-vnc-sec-login .module-login .module-content .item .notic.success .fa-check {
        display: block
    }

    .css-vnc-sec-login .module-login .module-content .item .notic .fa-check {
        color: #39b54a;
        display: none
    }

    .css-vnc-sec-login .module-login .module-content .item .notic .fa-times {
        color: #d00505;
        display: none
    }

.css-vnc-sec-login .module-login .module-content .item.item-button {
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
}

    .css-vnc-sec-login .module-login .module-content .item.item-button p {
        /*text-align: center;
                float: left;
                width: calc(50% - 15px);*/
        margin-top: 20px;
        margin-bottom: 0px;
    }

#footer {
    /*border-top: 2px solid #f0f0f0;*/
    text-align: center;
    /* padding-bottom: 20px;
    margin-top: 25px;*/
    color: #fff;
}

    #footer .footer-content .list-menu-cate {
        padding-left: 15px;
    }

        #footer .footer-content .list-menu-cate .title {
            text-transform: uppercase;
            font-size: 16px;
        }

        #footer .footer-content .list-menu-cate ul {
            /*padding-left: 15px;*/
            /*border-left: dashed 1px #fff;*/
        }

            #footer .footer-content .list-menu-cate ul li {
                margin: 15px 0px;
            }

                #footer .footer-content .list-menu-cate ul li i {
                    font-size: 8px;
                    margin-right: 10px;
                }

                #footer .footer-content .list-menu-cate ul li a {
                    color: #f0f0f0;
                    border-bottom: dashed 1px #9c64fb;
                    padding-bottom: 5px;
                    display: inline-block;
                    width: calc(100% - 17px);
                }

    #footer .footer-content .logo {
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: auto;
    }

        #footer .footer-content .logo img {
            height: 100px;
        }

    #footer.footer-login {
        border-top: none;
        padding-top: 20px;
        padding-bottom: 0
    }

        #footer.footer-login .desc {
            margin-bottom: 0px;
        }

    #footer .desc {
        /*margin-top: 25px;*/
        padding: 15px 0px;
        font-size: 12px;
        text-align: center;
        background-color: #017bbd;
        /*display: inline-block;*/
    }

    #footer .footer-social {
        text-align: center;
        padding: 15px 15px;
        font-size: 12px;
        background-color: #004ac7;
    }

        #footer .footer-social .link {
            color: #fff;
            font-size: 18px;
            margin: 0 8px
        }

        #footer .footer-social span.link {
            color: #fff;
            font-size: 12px;
            margin: 0px 10px 0px 0px;
        }

        #footer .footer-social .link:hover {
            color: #FF0A0A;
            text-shadow: 2px 2px 2px rgba(0,0,0,.2)
        }

.account-bound {
    background: rgba(0,85,227,.86);
    padding: 30px;
    margin: 30px auto 30px auto;
    border-radius: 15px;
    /*min-height: calc(100vh - 180px);*/
    height: auto;
    width: 480px;
    box-shadow: 0px 0px 10px #017bbd; /*rgba(0,85,227,.6);*/
}

    .account-bound.register-form {
        width: auto;
        margin-top: 10px;
        max-width: 600px;
    }

    .account-bound .header-nav .nav {
        /*float: right;*/
    }

.other-infor {
    display: none;
}

    .other-infor.show {
        display: block;
    }

#header {
    position: relative;
    background: url(../images/bg_menu.png) center center no-repeat transparent;
    background-size: auto 100%;
    color: #fff;
    padding: 10px 0px;
    /*background-color: #2278ff;*/
}

.authen #header {
    position: relative;
    color: #fff;
    margin: auto;
    text-align: center;
    background-color: transparent;
    background: unset;
}

.header-nav {
    position: fixed;    
    top: 0;
    z-index: 10;    
}

#header .nav-content .customer-infor {
   float: left; 
}

#header .nav-content .customer-infor h4{
   margin: 5px auto 15px auto;
}
#header .nav-content .customer-infor h3{
   margin: 0px auto 0px auto;
}
    #header .nav-content .logo img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        /*box-shadow: 0px 0px  10px #fff;*/
        /*border: solid 3px #fff;
            border-radius: 50%;*/
    }

    .header-nav .nav .menu .menu-list {
        margin-bottom: 0
    }

        .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link {
            color: #fff
        }

            .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link:hover {
                color: #017bbd
            }

    #header .nav-content .header-right .right-item .link {
        color: #fff
    }

        #header .nav-content .header-right .right-item .link:hover {
            color: #fff;
            background: #017bbd;
        }

    .header-nav .nav .menu .menu-list .menu-list__item .cate-mobile {
        display: none;
    }

#header.header-login .header-nav {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff
}

#header.header-login .header-nav {
    padding-bottom: 24px
}

    #header.header-login .header-nav .nav-content .header-right .right-item .link {
        border: 2px solid #a6a6a6;
        padding: 11px
    }

        #header.header-login .header-nav .nav-content .header-right .right-item .link:hover {
        }
.contact-info {
    float: right;
    text-align: right;
    font-size: 25px;
    padding-top: 0px;
    color: #017bbd;
    position: relative;
    padding-left: 35px;
}
    .contact-info i {
        background-color: #017bbd;
        color: #fff;
        border-radius: 50%;
        padding: 8px;
        font-size: 14px;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .contact-info span {
        padding: 0px 0px;
        font-size: 15px;
        display: inline-block;
    }
.header-nav {
    position: relative;
    /*width: 100%;*/
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0px 15px;
}

    #header .nav-content .logo {      
        text-align: right;
    }

.authen #header .nav-content .logo {
    /*margin: 20px auto;*/
    float: none;
    margin: auto;
    margin-bottom: 20px;
}

#header .nav-content .logo img {
    height: 68px;
}

.header-nav .nav-content .software-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    margin: auto;
    /*background-color: #fff;
            color:#FF0A0A;
            padding: 15px;*/
    text-align: center;
    text-transform: uppercase;
}

.header-nav .nav {
    float: left;
    padding-top: 0px;
}

    .header-nav .nav .menu .close__menu, .header-nav .nav .show__menu {
        display: none
    }

    .header-nav .nav .menu .menu-list {
        margin-left: 0px;
        margin-bottom: 0px;
    }

        .header-nav .nav .menu .menu-list .menu-list__item {
            float: left;
            position: relative;
            height: 40px;
        }

            .header-nav .nav .menu .menu-list .menu-list__item > img {
                height: 20px;
                cursor: pointer;
            }

            .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link {
                display: block;
                color: #fff;
                font-size: 12px;
                position: relative;
                text-transform: capitalize;
                font-weight: 600;
                /*background-color: #fff;*/
                /*margin-right: 20px;*/
                padding: 10px 8px;
                /*border-radius: 8px;*/
                /*background: #017bbd;
                        transform: skew(-45deg);*/
                background-color: #017bbd;
                /*background: linear-gradient(-45deg, transparent 0%, transparent 3%, #fff 3%, #fff 5%, #017bbd 5%, #017bbd 95%, #fff 95%, #fff 97%, transparent 97%, transparent 100%);*/
                margin-right: 12px;
                /*min-width: 100px;*/
                text-align: center;
                border: solid 1px #017bbd;
            }

            .header-nav .nav .menu .menu-list .menu-list__item:hover .menu-list__link {
                color: #017bbd;
                /*background: linear-gradient(-45deg, transparent 0%, transparent 3%, #017bbd 3%, #017bbd 5%, #fff 5%, #fff 95%, #017bbd 95%, #017bbd 97%, transparent 97%, transparent 100%);*/
                background-color: #ffffff;
                /*box-shadow: 5px 5px #017bbd;*/
                
            }

            .header-nav .nav .menu .menu-list .menu-list__item .sub-menu {
                display: none;
                position: absolute;
                top: 40px;
                left: 0px;
                background: #fff;
                padding-bottom: 20px;
                border-radius: 0px;
                color: #FF0A0A;
                width: 402px;
                box-shadow: 10px 10px #eee;
                z-index: 99;
                border: solid 1px #017bbd;
                /*box-shadow: 0px 0px 10px #fff;*/
            }

            .header-nav .nav .menu .menu-list .menu-list__item:hover .sub-menu {
                display: block;
                min-width: 250px;
            }

            .header-nav .nav .menu .menu-list .menu-list__item .fa-chevron-down::before {
                font-size: 8px;
            }
            /*.header-nav .nav .menu .menu-list .menu-list__item .fa-chevron-down::before {
                        transition: all .2s;
                    }*/
            .header-nav .nav .menu .menu-list .menu-list__item:hover .fa-chevron-down::before {
                content: "\f077";
                /*transform: rotate(-90deg);*/
            }

            .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li {
                width: 170px;
                text-align: center;
                color: #fff;
                margin: 0px 15px;
                float: left;
            }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li img {
                    height: 50px;
                }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li:hover img.icon {
                    transform: rotate(360deg);
                    transition: all 0.5s;
                }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li i {
                    /*text-decoration: underline;*/
                    font-size: 30px;
                }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li a {
                    /*text-decoration: underline;*/
                    color: #017bbd;
                    font-weight: bold;
                    display: block;
                    margin: 15px 0px;
                }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li:hover a {
                    color: #662cc8
                }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li p {
                    /*font-size: 11px;*/
                    /*font-style:italic;*/
                    margin-top: 10px;
                    margin-bottom: 0px;
                    color: #333;
                }

#header .nav-content .header-right {
    float: right;
    padding-top: 29px;
}

    #header .nav-content .header-right .right-item {
        float: left;
        margin-left: 10px;
    }

        #header .nav-content .header-right .right-item .language {
            display: block;
            padding: 7px 10px;
            margin-left: 15px;
            min-width: 100px;
            text-align: center;
            font-size: 12px;
            text-transform: CAPITALIZE;
            text-decoration: none;
            border-radius: 4px;
            color: #fff;
            background-color: #333;
            position: relative;
            cursor: pointer;
        }

            #header .nav-content .header-right .right-item .language .list-language {
                position: absolute;
                top: 35px;
                right: 0px;
                background-color: #333;
                padding: 5px;
                min-width: 330px;
                display: none;
                border-radius: 5px;
            }

            #header .nav-content .header-right .right-item .language:hover .list-language {
                display: block;
            }

                #header .nav-content .header-right .right-item .language:hover .list-language ul {
                }

            #header .nav-content .header-right .right-item .language .list-language ul li {
                width: calc(33.3333% - 10px);
                float: left;
                margin: 5px;
                border-radius: 3px;
                padding: 5px 10px;
                background-color: #252525;
                font-size: 11px;
                cursor: pointer;
                color: #f0f0f0;
            }

                #header .nav-content .header-right .right-item .language .list-language ul li.active {
                    background-color: #017bbd;
                    cursor: unset;
                }

                #header .nav-content .header-right .right-item .language .list-language ul li:hover {
                    background-color: #121212;
                    color: #fff;
                }

        #header .nav-content .header-right .right-item .link {
            display: block;
            padding: 10px 20px;
            min-width: 100px;
            text-align: center;
            font-size: 12px;
            border-radius: 4px;
            /*border: solid 2px #fff;*/
            color: #000;
            background-color: #fff;
            /*border: solid 1px #fff;*/
        }

            #header .nav-content .header-right .right-item .link.login {
                color: #000;
                background: #fff;
                /*border: solid 1px #017bbd;*/
                /*border: dashed 2px #333;*/
            }

            #header .nav-content .header-right .right-item .link:hover {
                color: #fff;
                background: #017bbd;
                /*border: dashed 2px #333;*/
            }

body {
    color: #4a4a4a
}
section.css-vnc-sec-lawdoc .css-vnc-container {
    padding: 0px 30px;
}
section.css-vnc-sec-news .css-vnc-container {
    padding: 0px 30px;
}
#main {
    width: 100%;
    overflow: hidden
}

.filter-box {
    padding: 15px 25px 5px 25px;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    border: solid 1px #ccc;
    border-top: unset;
    margin-top: -10px;
    margin-bottom: 15px;
}

    .filter-box label {
        color: #000;
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 10px;
        display: block; 
        text-align: left;
    }

    .filter-box > .row .col-md-1, .filter-box > .row .col-md-10, .filter-box > .row .col-md-11, .filter-box > .row .col-md-12,
    .filter-box > .row .col-md-2, .filter-box > .row .col-md-3, .filter-box > .row .col-md-4, .filter-box > .row .col-md-5,
    .filter-box > .row .col-md-6, .filter-box > .row .col-md-7, .filter-box > .row .col-md-8, .filter-box > .row .col-md-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .filter-box select {
        width: 100%;
    }

    .filter-box input {
        width: 100%;
    }

    /*.filter-box {
    padding: 10px 20px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 15px auto;
    background-color: #0fb6f0;
}

    .filter-box label {
        color: #fff;
    }
*/
    .filter-box.hide-filter-box {
        display: none;
    }

.search-container {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

    .search-container label {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .search-container select {
        display: block;
        width: 100%;
        padding: 7px 10px;
        background-color: #fff;
        color: #000;
        border: solid 1px #ccc;
    }

    .search-container input {
        display: block;
        width: 100%;
        padding: 7px 10px;
        background-color: #fff;
        color: #000;
        border: solid 1px #ccc;
    }

    .search-container button {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #FF0A0A;
        color: #fff;
        height: 35px;
        margin: auto;
        margin-top: 30px;
    }

.recruitment-detail-title {
    font-size: 16px;
    font-weight: bold;
    color:#017bbd;
    margin: 15px auto 15px auto;
}

.profile-detail-title {
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto 15px auto;
}

.profile-detail {
    box-shadow: 10px 10px #ccc;
    padding: 30px;
    border: solid 1px #ccc;
}

    .profile-detail input {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.profile-detail-content {
    padding: 15px;
    border: solid 1px #ccc;
    background-color: #f0f0f0;
}

.recruitment-detail {
    /*box-shadow: 10px 10px #ccc;*/
    padding: 20px 20px 10px 20px;
    border: solid 1px #ccc;
    /*background-color:#017bbd;
    color:#fff;*/
    margin-bottom: 20px;
}
    .recruitment-detail.enterprise-bound {
        box-shadow: unset;
        color:#fff;
        border:unset;
        background-color:#017bbd;
    }

    .recruitment-detail input {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .recruitment-detail .form-group label{
        /*font-weight: normal;*/
        font-size: 11px;
    }
    .recruitment-detail .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
        background-color:#f0f0f0;
        box-shadow: unset;
        /*font-weight: bold;*/
    }
    .recruitment-detail-content {
        padding: 15px;
        border: solid 1px #ccc;
        background-color: #f0f0f0;
    }
.recruitment-detail-apply{
    text-align: center;
    margin-top: 20px;
}
#enterprise-recruiment.toFixedPosition{
    position: fixed;
    top: 0px;
}

#faqs-cate.toFixedPosition{
    position: fixed;
    top: 20px;
}
.recruitment-detail-apply button {
    background-color: #FF0A0A;
    color: #fff;
    padding: 10px;
    border: unset;
    text-align: center;
    width: 100%;
}
.list-checkbox {
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #f0f0f0;
}

    .list-checkbox span {
        margin: 5px;
        padding: 5px 10px;
        display: inline-block;
        box-shadow: 0px 0px 5px #f0f0f0;
        font-size: 11px;
        background-color: #fff;
    }
/*.list-checkbox-item .mt-checkbox > span, .mt-radio > span {
        background: #77c8ff;
    }*/

.enterprise-name {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.enterprise-logo {
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
    background-color:#fff;
    padding: 5px;
}

    .enterprise-logo img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-overflow: ellipsis;
        background-size: cover;
    }

.enterprise-infor {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color:#fff;
    color:#000;
}

    .enterprise-infor table {
        border: solid 1px #f0f0f0;
        width: 100%;
    }

        .enterprise-infor table tr td {
            padding: 5px 10px;
            border: solid 1px #f0f0f0;
            font-size: 11px;
        }

.module-article .article-title {
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

    .module-article .article-title::before {
        height: 18px;
        width: 2px;
        top: 0;
        left: 0;
        display: block;
        background: #55a7ff;
        position: absolute;
        content: '';
    }

    .module-article .article-title::after {
        width: 40px;
        height: 2px;
        top: 0;
        left: 0;
        display: block;
        background: #55a7ff;
        position: absolute;
        content: '';
    }

    .module-article .article-title .title {
        text-transform: uppercase;
        font-size: 18px;
        padding: 5px 50px;
        color: #FF0A0A;
        margin: 0;
        text-align: center;
        line-height: 30px;
    }

        .module-article .article-title .title::before {
            height: 18px;
            width: 2px;
            bottom: 0;
            right: 0;
            display: block;
            background: #55a7ff;
            position: absolute;
            content: '';
        }

        .module-article .article-title .title::after {
            width: 40px;
            height: 2px;
            bottom: 0;
            right: 0;
            display: block;
            background: #55a7ff;
            position: absolute;
            content: '';
        }

.article-summary{
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.article-bound {
    /*padding: 25px;*/
    line-height: 20px;
    text-align: justify;
    /*box-shadow: 15px 15px #eee;
        border: solid 1px #ccc;*/
    margin-bottom: 30px;
}
.article-bound img{
    width: 100%;
    margin-bottom: 20px;
}
.step-list{
    text-align: center;
}
    .step-list .step-bound {
        padding: 20px 20px 20px 20px;
        line-height: 20px;
        text-align: justify;
        border: solid 1px #ccc;
        /*background: linear-gradient(0deg, #888 0%, #888 5%, #fff 5%, #fff 100%);*/
        border-bottom-width: 10px;
        /*box-shadow: 10px 10px #ccc;*/
        margin-bottom: 20px;
        height: 240px;
        margin-left: 1px;
        margin-right: 1px;
    }

        .step-list .step-bound .step-advisory {
            text-align: center;
        }

            .step-list .step-bound .step-advisory .step-name {
                margin: 15px auto;
                font-size: 12px;
                font-weight: bold;
                color: #017bbd;
            }

            .step-list .step-bound .step-advisory .step-content {
                font-size: 12px;
                color: #333;
                text-align: justify;
            }

            .step-list .step-bound .step-advisory .step-icon {
                margin: auto;
                height: 40px;
                text-align: center;
                display: inline-block;
            }

                .step-list .step-bound .step-advisory .step-icon img {
                    height: 40px;
                }

.profession-bound {
    /*padding: 20px 20px 0px 20px;
    box-shadow: 0px 0px 15px #ccc;
    border: solid 1px #ccc;*/
    
}

#profession-recruiment {
    /*height: 395px;*/
    /*overflow-x: auto;*/
}

    #profession-recruiment .profession-recruiment-item {
        border: solid 1px #CCC;
        /*box-shadow: 5px 5px #ccc;*/
         margin-bottom: 20px;
        margin-left: 0px;
        cursor: pointer;
    }
      #profession-recruiment .profession-recruiment-item:nth-child(4n+1) {
        margin-top: 0px;
        margin-left: 0px;
    }

        #profession-recruiment .profession-recruiment-item .profession-recruiment-count {
            float: right;
            line-height: 40px;
            font-size: 12px;
            text-align: center;
            width: 60px;
            background-color: #333;
            color: #fff;
            padding: 0px 5px;
        }
        #profession-recruiment .profession-recruiment-item .profession-name {
            float: left;
            font-size: 12px;
            vertical-align: middle;
            text-align: left;
            width: calc(100% - 80px);
            height: 40px;
            line-height: 40px;
            padding: 0px 10px;
            overflow: hidden;
            display: table-cell;
            font-weight: bold;
            background-color: #fff;
            color: #000;
            text-overflow: ellipsis;
        }


#province-recruiment {
    /*height: 395px;*/
    /*overflow-x: auto;*/
}

    #province-recruiment .province-recruiment-item {
        border: solid 1px #CCC;
        /*box-shadow: 5px 5px #ccc;*/
        margin-bottom: 20px;
        margin-left: 20px;
        cursor: pointer;
        width: calc(25% - 15px);
        float: left;
    }
        #province-recruiment .province-recruiment-item:nth-child(4n+1) {
            margin-top: 0px;
            margin-left: 0px;
        }

        #province-recruiment .province-recruiment-item .province-recruiment-count {
            float: left;
            line-height: 36px;
            font-size: 16px;
            text-align: center;
            width: 60px;
            background-color: #FF0A0A;
            color: #fff;
            padding: 0px 10px;
        }
        #province-recruiment .province-recruiment-item .province-name {
            float: left;
            font-size: 12px;
            vertical-align: middle;
            text-align: left;
            width: calc(100% - 60px);
            padding: 9px 10px;
            height: 36px;
            overflow: hidden;
            display: table-cell;
            font-weight: bold;
            background-color: #fff;
            color: #000;
        }


.profile-bound {
    padding: 20px 0px 15px 15px;
    box-shadow: 0px 0px 15px #ccc;
    border: solid 1px #ccc;
}

#profile-degree {
    height: 395px;
    overflow-x: auto;
}

    #profile-degree .profile-degree-item {
        border: solid 1px #CCC;
        box-shadow: -5px 5px #ccc;
        margin-top: 20px;
        margin-bottom: 5px;
        margin-right: 20px;
        margin-left: 5px;
        cursor: pointer;
    }
        #profile-degree .profile-degree-item:first-child {
            margin-top: 0px;
        }

        #profile-degree .profile-degree-item .profile-count {
            float: right;
            line-height: 36px;
            font-size: 16px;
            text-align: center;
            width: 80px;
            background-color: #FF0A0A;
            color: #fff;
            padding: 0px 10px;
            height: 40px;
            display: table-cell;
            vertical-align: middle;
        }
        #profile-degree .profile-degree-item .degree-name {
            /*float: left;*/
            font-size: 11px;
            vertical-align: middle;
            text-align: left;
            width: calc(100% - 100px);
            padding: 10px 10px;
            height: 40px;
            overflow: hidden;
            display: table-cell;
            font-weight: bold;
        }

.chart-bound {
    padding: 20px;
    /*box-shadow: 0px 0px 10px #fff;*/
    border: solid 1px #ccc;
    background-color: #fff;
    color: #000;
}
.advisory-action {
    width: 100%;
    padding-top: 20px;
}
    .advisory-action .create-advisory {
        padding: 8px 10px;
        text-align: center;
        background-color: #017bbd;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
    }
    .advisory-action .article-advisory {
        padding: 8px 10px;
        text-align: center;
        background-color: #FF0A0A;
        border-radius: 6px;
        color: #fff;
        margin-top: 20px;
        cursor: pointer;
    }
.advisory-action a{
    color:#fff;
}
.recruitment-enterprise-name{
    padding-top: 4px;
    margin-top: 5px;
    border-top: dashed 1px #888;
}
.queue-list{
    
}
    .queue-list table tr td {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
    }
    .queue-list table tr th {
        background-color: #FF0A0A;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    @media only screen and (max-width:1199px) {
        /*#header .nav-content .logo {
        float: none;
        text-align: center;
        margin-bottom: 15px;
        padding: 10px;
        background-color: #fff;
    }*/

        .css-vnc-sec-banner {
        /*min-height: 500px;*/
        /*background: url(../images/banner/bg-banner.png) bottom center no-repeat  #121314;*/
    }

        .css-vnc-sec-banner .module-banner {
            /*padding-right: 508px*/
        }

            .css-vnc-sec-banner .module-banner .module-header .title {
            }

            .css-vnc-sec-banner .module-banner .module-header .desc {
            }

            .css-vnc-sec-banner .module-banner .module-header .quick-staking-form {
                margin-left: 5%;
                width: 90%;
            }

    .css-vnc-sec-partner {
        padding-bottom: 30px;
    }

    .css-vnc-sec-banner .module-banner .module-content {
        /*width: 500px*/
    }

        .css-vnc-sec-banner .module-banner .module-content img {
            max-width: 100%
        }

    .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .title {
        font-size: 16px;
    }

    .css-vnc-sec-progress .module-progress .module-content .progress-item .content:after {
        border-right: 413px solid #e6e6e6
    }

    .css-vnc-sec-get {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .css-vnc-sec-get .module-get {
            padding-left: 330px;
        }

            .css-vnc-sec-get .module-get .module-header .title {
                font-size: 24px;
            }

    .css-vnc-sec-calendar .module-calendar .module-content {
        padding-right: 659px
    }

    .css-vnc-sec-job-list {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part.part1:after {
            bottom: 0
        }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
            /*margin-bottom: 50px*/
        }

            .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text {
                padding-top: 0
            }

                .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .title {
                }

    .css-vnc-sec-partner .module-partner .module-content .partner-item {
        margin: 0 15px
    }

    .css-vnc-sec-report .report-list .report-item {
        padding: 15px;
    }

        .css-vnc-sec-report .report-list .report-item h4 {
            font-size: 12px;
        }

        .css-vnc-sec-report .report-list .report-item h2 {
            font-size: 22px;
        }

    .css-vnc-sec-news {        
        background-color:#fff;
    }


        .css-vnc-sec-news .module-news .module-content .news-item {
            padding: 0px 0px 15px 0px;
        }

            .css-vnc-sec-news .module-news .module-content .news-item .news-img {
                max-height: 160px;
            }

            .css-vnc-sec-news .module-news .module-content .news-item .news-title {
                padding: 0px 5px;
                height: 50px;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .css-vnc-sec-news .module-news .module-content .news-item .news-desc {
                padding: 0px 5px;
            }

            .css-vnc-sec-news .module-news .module-content .news-item .news-info {
                padding: 0px 5px;
            }

    .header-nav .nav .menu .menu-list {
        /* margin-left: -15px*/
    }

        .header-nav .nav .menu .menu-list .menu-list__item {
            /*padding-left: 44px*/
        }

    .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .desc {
        height: 280px;
        padding: 15px;
    }

    .css-vnc-sec-partner .module-partner .module-content .partner-item .img {
        /*height: 195px;*/
    }

    section .slick-dots li button::before {
        margin-top: 15px;
    }

    .css-vnc-sec-transaction .table-transaction {
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .css-vnc-sec-transaction table {
        min-width: 800px;
    }

    #footer .footer-social span.link {
        /*display: block;
        margin-bottom: 10px;*/
    }

    #footer .desc {
        display: block;
    }

        #footer .desc span {
            /*display: block;
            margin-top: 10px;*/
        }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-content .title {
        font-size: 16px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-content {
        /*height: 170px;*/
    }

    .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain iframe {
        height: 200px;
    }

    .css-vnc-sec-programs .list-program .list-program-item .img img {
        height: 180px;
    }

    .css-vnc-sec-partner .module-partner .module-content .partner-item {
        padding-top: 54px;
        height: 205px;
    }

    .css-vnc-sec-promotion {
        background: linear-gradient(-15deg, #017bbd 0%, #017bbd 50%, #fff 50.1%, #fff 100%);
    }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum {
            width: calc(50% - 15px);
            margin-top: 30px;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:nth-child(2n+1) {
                margin-left: 0px;
            }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
        padding: 25px;
        height: 310px;
        text-align: center;
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img {
            position: unset;
        }

            .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content {
                margin: 0px auto 15px auto;
            }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text {
            margin-top: 0px;
        }
}

@media only screen and (max-width:991px) {
    body {
        background-size: auto 100%;
    }

    .header-nav .nav .menu .menu-list .menu-list__item .cate-mobile {
        display: inline-block;
        color: inherit;
    }

    .header-nav {
        padding-top: 10px;
        padding-bottom: 10px
    }

        #header .nav-content .logo {
            /*float: left;
            text-align: unset;
            margin-bottom: 0px;
            padding: 0px;
            background-color: transparent;
            margin-left: 30px;*/
        }

        .header-nav .nav .show__menu {
            display: block;
            color: #fff;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 35px;
            cursor: pointer;
            /*top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
        }

        .header-nav .nav .menu {
            position: fixed;
            top: 0;
            padding-top: 0px;
            left: 0;
            background: #017bbd;
            height: 100%;
            overflow: auto;
            padding-right: 20px;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            min-width: 240px;
            z-index: 999;
            /*box-shadow: 0px 6px 6px #34383E;*/
        }

            .header-nav .nav .menu .menu-list .menu-list__item {
                height: auto;
            }

                .header-nav .nav .menu .menu-list .menu-list__item:hover .menu-list__link {
                    background-color: transparent;
                    color: #fff;
                }

            .header-nav .nav .menu.active {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }

            .header-nav .nav .menu .close__menu {
                display: block;
                color: #fff;
                font-size: 20px;
                position: absolute;
                top: 10px;
                right: 20px;
                z-index: 9999;
                cursor: pointer;
            }

            .header-nav .nav .menu .menu-list .menu-list__item {
                padding: 0px;
                padding-top: 16px;
                float: none
            }

                .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link {
                    color: #fff;
                    padding: 5px 10px 7px 10px;
                    border-radius: 0px;
                    display: block;
                    background: #004ccb;
                    margin-right: 0px;
                }

                    .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link.active, .header-nav .nav .menu .menu-list .menu-list__item .menu-list__link:hover {
                        /*font-family: gilroy_bold*/
                    }

                .header-nav .nav .menu .menu-list .menu-list__item:hover .sub-menu {
                    min-width: unset;
                }

        #header .nav-content .header-right {
            margin-right: 0px
        }

        .header-nav .nav .menu .menu-list .menu-list__item .sub-menu {
            position: unset;
            clear: both;
            display: block;
            width: 100%;
            margin-top: 15px;
            padding: 10px;
            border-radius: 6px;
            box-shadow: none;
            background-color: #fff;
        }

            .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li {
                margin: 5px 8px;
            }

                .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li img.icon {
                    height: 14px;
                    margin-top: -2px;
                }

        .header-nav .nav .menu .menu-list .menu-list__item:hover .sub-menu {
            padding: 10px;
            width: auto;
        }

        .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li p {
            display: none;
        }

        .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li {
            float: none;
            width: auto;
            position: relative;
            height: 34px;
        }

            .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li a {
                font-size: 11px;
                font-weight: normal;
                text-align: left;
                margin: 10px auto;
                padding-left: 30px;
            }

            .header-nav .nav .menu .menu-list .menu-list__item .sub-menu li img {
                height: auto;
                position: absolute;
                left: 0px;
                width: 20px;
                top: 0px;
            }

    .css-vnc-sec-about .module-about .module-content .about-content .step {
        float: none;
        width: auto;
        /*margin-top: 20px;*/
    }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon {
            /* float: left;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;*/
            display: none;
        }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-content {
            /*float: right;
            width: calc(100% - 60px);
            height: auto;*/
        }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-title .title {
            /*text-align: left;
                margin-top: -5px;
                margin-bottom: 15px;*/
            text-align: center;
            padding-left: 0px;
        }
        .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain {
            margin-top: 20px;
        }

            .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain iframe {
                height: 180px;
            }

    .css-vnc-sec-banner {
        /*background: url(../images/banner/bg-banner.jpg) top center no-repeat fixed;*/
        padding-top: 20px;
        padding-bottom: 30px;
    }

        .css-vnc-sec-banner .module-banner .module-content .quick-link .quick-link-left, .css-vnc-sec-banner .module-banner .module-content .quick-link .quick-link-right {
            width: 100%;
        }

        .css-vnc-sec-banner .module-banner .module-header .title {
            margin: 10px auto;
        }

        .css-vnc-sec-banner .module-banner .module-content .banner-action li {
            width: calc(25% - 15px);
            margin-left: 20px;
            margin-bottom: 0px;
        }

            .css-vnc-sec-banner .module-banner .module-content .banner-action li:nth-child(2n+1) {
                margin-left: 20px;
            }

            .css-vnc-sec-banner .module-banner .module-content .banner-action li:first-child {
                margin-left: 0px;
            }

        .css-vnc-sec-banner .module-banner, .css-vnc-sec-calendar .module-calendar .module-content {
            text-align: center;
            width: calc(100% - 30px);
            margin-left: 15px;
            margin-top: 50px;
            padding: 0px;
        }

            .css-vnc-sec-banner .module-banner .module-header {
                padding-bottom: 0px;
                text-align: center;
                margin-left: auto;
                margin-right: auto
            }

            .css-vnc-sec-banner .module-banner .community {
                bottom: -90px;
            }

                .css-vnc-sec-banner .module-banner .community img {
                    width: 80px;
                }

            .css-vnc-sec-banner .module-banner .module-header .title {
                margin-bottom: 20px
            }

            .css-vnc-sec-banner .module-banner .module-header .desc {
                font-size: 16px;
                line-height: 25px;
                margin-bottom: 30px;
                text-align: center;
            }

            .css-vnc-sec-banner .module-banner .module-content {
                position: relative;
                width: 100%;
                text-align: center
            }

                .css-vnc-sec-banner .module-banner .module-content img {
                    max-width: 100%
                }

            .css-vnc-sec-banner .module-banner .module-header .quick-staking-form {
                margin-left: 0%;
                width: 100%;
            }

            .css-vnc-sec-banner .module-banner .program-list {
                margin-top: 20px;
                margin: 20px -10px auto -10px;
            }

                .css-vnc-sec-banner .module-banner .program-list .program-item {
                    padding: 0px 10px;
                }

    .css-vnc-sec-calendar .module-calendar .module-header .header-item .value {
        font-size: 40px
    }

    .css-vnc-sec-report .report-list {
        margin-top: 0px;
    }

        .css-vnc-sec-report .report-list .report-item {
            width: calc(50% - 10px);
            margin-left: 20px;
            margin-top: 20px;
        }

            .css-vnc-sec-report .report-list .report-item:nth-child(2n+1) {
                margin-left: 0px;
            }

    .css-vnc-sec-calendar .module-calendar .module-content .img {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .css-vnc-sec-calendar .module-calendar .module-content .text {
        max-width: 400px;
        margin-right: auto
    }

    .css-vnc-sec-about .module-about .module-content .about-content img {
        margin-top: 20px;
        margin-left: calc(50% - 250px);
        width: 500px;
    }

    .css-vnc-sec-info .module-info .module-content .info-content .info-item .text {
        padding: 60px 15px 15px;
        margin-top: -33px;
        background-color: #fff;
        color: #333;
        height: 240px;
        overflow-x: auto;
        border-radius: 8px;
    }

        .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .desc {
            height: unset;
            box-shadow: unset;
            padding: 0px;
        }

        .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .title {
            padding-bottom: 0px;
        }

    .css-vnc-sec-job-list .module-job-list .module-content .part.part1:after {
        bottom: 0
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
        /*padding-left: 150px;*/
        padding: 15px;
        height: 290px;
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .time {
            font-size: 11px;
        }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content {
            margin: 0px auto 10px auto;
        }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img {
        }



        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text {
        }

            .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .title {
            }

    .text p.desc {
        margin-bottom: 0px;
    }

    .css-vnc-sec-competitive .module-competitive .module-content .competitive-item {
        max-width: 100%;
        margin-bottom: 10px
    }

        .css-vnc-sec-competitive .module-competitive .module-content .competitive-item .desc {
            max-width: 100%
        }

    .css-vnc-sec-info .module-info .module-content .info-content .info-item {
        /*margin-bottom: 20px;*/
    }

        .css-vnc-sec-info .module-info .module-content .info-content .info-item .img:after {
            right: -32px
        }



    .css-vnc-sec-get {
        padding-bottom: 20px
    }

        .css-vnc-sec-get .module-get {
            padding-left: 0px
        }

            .css-vnc-sec-get .module-get .module-content {
                display: none;
            }

            .css-vnc-sec-get .module-get .module-header .title {
                margin-top: 0;
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 30px;
                text-align: center;
            }

                .css-vnc-sec-get .module-get .module-header .title span {
                }

            .css-vnc-sec-get .module-get .module-header .desc {
                margin-bottom: 20px;
            }

            .css-vnc-sec-get .module-get .module-content {
                left: 0
            }

    .css-vnc-sec-progress .module-progress .module-content .progress-item .content:after {
        border-right: 281px solid #e6e6e6
    }

    .css-vnc-sec-calendar .module-calendar .module-header .header-item .value {
        font-size: 40px
    }

    .css-vnc-sec-calendar .module-calendar .module-content {
        padding-right: 0
    }

        .css-vnc-sec-calendar .module-calendar .module-content .img {
            position: relative;
            margin-bottom: 30px;
            text-align: center
        }

        .css-vnc-sec-calendar .module-calendar .module-content .text {
            max-width: 400px;
            margin-right: auto
        }

    .css-vnc-sec-partner .module-partner .module-content .partner-item {
        /*margin: 0 7px;*/
        height: 170px;
        padding-top: 25px;
    }

    .header-nav .nav .menu .menu-list {
        margin-left: 20px
    }

    #header .nav-content .header-right .right-item .link {
    }

    .css-vnc-sec-news .module-news .module-content .col-sm-6:nth-child(3) {
        display: none;
    }

    .css-vnc-sec-transaction {
        padding-bottom: 0px;
    }

    .action-transaction {
        display: unset;
    }

        .action-transaction li {
            width: calc(33.3333% - 13.3334px);
            float: left;
            margin-left: 20px;
            margin-top: 0px;
            margin-bottom: 20px;
        }

            .action-transaction li:nth-child(3n+1) {
                margin-left: 0px;
            }

    .css-vnc-sec-transaction .css-vnc-title.css-vnc-token {
        margin-top: 0px;
    }

    .css-vnc-sec-transaction .css-vnc-bound {
        margin-bottom: 20px;
    }

    .css-vnc-sec-programs {
        padding-bottom: 15px;
    }

        .css-vnc-sec-programs .list-program .list-program-item img {
            margin-bottom: 20px;
            /*max-width: 360px;*/
        }

        .css-vnc-sec-programs .list-program .list-program-item .program-name {
            text-align: center;
        }


        .css-vnc-sec-programs .list-program .list-program-item .table-program {
            overflow-y: auto;
        }

        .css-vnc-sec-programs .list-program .list-program-item table {
            min-width: 999px;
        }

    .css-vnc-sec-contact .bizform .title {
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .css-vnc-sec-contact .bizform .contact-form {
        padding: 0px;
        padding-top: 15px;
    }

    .css-vnc-sec-partner .module-partner .module-content .partner-item .img {
        /*height: 216px;*/
    }

    #footer .footer-content .footer-info {
        /*margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: dashed 2px #9c64fb;*/
    }

    #footer .footer-content .logo {
        /*float: left;
        margin-right: 20px;*/
    }

        #footer .footer-content .logo img {
            /*height: 40px;*/
        }

    #footer .footer-content .desc {
        /*float: left;
        margin: 0px;
        border: unset;*/
    }

    #footer .footer-content .footer-social {
        /* float: right;
        padding-top: 5px;*/
    }

    #footer .footer-social span.link {
        /* display: unset;
        margin-bottom: 0px;*/
    }


    #footer .desc span {
        /*display: unset;
        margin-top: 0px;*/
    }

    #footer .footer-content .list-menu-cate {
        padding-left: 0px;
    }

    .css-vnc-sec-login .module-login.register-form .module-content .item {
        margin-left: 20px;
        width: calc(33.3333% - 13.3334px);
    }

    .css-vnc-sec-banner .module-banner .module-content .quick-link h5 a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding: 5px 20px 8px 20px;
        display: block;
        width: 100px;
    }

    .css-vnc-sec-promotion {
        padding-bottom: 15px;
        background: linear-gradient(-30deg, #017bbd 0%, #017bbd 50%, #fff 50.1%, #fff 100%);
    }
        /* For promotion one coloum*/
        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image {
            width: 300px;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .image-behind {
                /*height: 180px;*/
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image img {
                /*height: 180px;*/
            }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-infor {
            width: calc(100% - 330px);
        }
        /* End For promotion one coloum*/

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .image-behind {
            height: 240px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image img {
            height: 240px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock {
            height: 230px;
            padding-top: 85px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-desc {
            height: 240px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock {
            top: 265px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum {
            width: calc(50% - 10px);
            margin-top: 20px;
            margin-left: 20px;
        }

    .css-vnc-sec-eco .sec-eco-bound .eco-left {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0px auto 15px auto;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-title {
        width: auto;
        float: none;
        text-align: center;
        border-bottom: unset;
        padding: 0px;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .css-vnc-sec-feature .sec-feature-bound .feature-left {
        float: left;
        text-align: center;
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .css-vnc-sec-feature .sec-feature-bound .feature-title {
        width: auto;
        float: none;
        text-align: center;
        border-bottom: unset;
        padding: 0px;
    }

    .css-vnc-sec-feature .sec-feature-bound .feature-right {
        float: right;
        width: 100%;
        margin: auto;
    }

    .css-vnc-sec-community .package-list .package-item .package-info .package-desc {
        font-size: 11px;
    }

    .css-vnc-sec-community .package-list .package-item .package-info .package-content.how-to-join {
        min-height: 190px;
    }
}

@media only screen and (max-width:767px) {
    .css-vnc-sec-banner {
        padding-top: 15px;
        padding-bottom: 20px;
    }

        .css-vnc-sec-banner .module-banner .module-content .quick-link {
            /*display: none;*/
        }

        .css-vnc-sec-banner .module-banner .module-header .title {
            margin-bottom: 10px;
        }

    .css-vnc-sec-programs {
        padding-bottom: 10px;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form > div {
        width: calc(50% - 2px);
    }

        .css-vnc-sec-banner .module-banner .module-header .quick-staking-form > div.staking-action {
            width: 224px;
            clear: both;
            margin-top: 15px;
            margin-left: calc(50% - 112px)
        }

    .css-vnc-sec-banner .module-banner .module-header .desc {
        font-size: 12px;
        margin-bottom: 0px
    }

    .css-vnc-sec-partner {
        padding-top: 0px;
    }

    .css-vnc-sec-info .module-info .module-content .info-content .info-item .text {
        height: auto;
    }

    .css-vnc-sec-get .module-get {
        padding-left: 0
    }

        .css-vnc-sec-get .module-get .module-content {
            position: relative;
            left: 0
        }

        .css-vnc-sec-get .module-get .module-header .title span {
            display: block;
            margin-top: 10px;
        }

        .css-vnc-sec-get .module-get .img-bg {
            right: 0
        }

    .css-vnc-sec-progress .module-progress .module-content .progress-item {
        padding-left: 0;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .head {
            position: relative;
            top: 0;
            left: 0;
            text-align: center
        }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .head .title, .css-vnc-sec-progress .module-progress .module-content .progress-item .head .unit {
                display: inline-block
            }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .content:after {
            border-right: 450px solid #e6e6e6
        }

    .css-vnc-sec-progress .module-progress .module-content .progress-result {
        margin-left: 0;
        margin-top: 80px
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-result:after {
            left: 50%;
            top: -52px;
            -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg)
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .unit, .css-vnc-sec-progress .module-progress .module-content .progress-result .value {
            text-align: center;
            margin-bottom: 10px
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .desc {
            position: relative;
            top: 0;
            left: 0;
            max-width: 450px;
            margin-left: auto;
            margin-right: auto
        }

    .css-vnc-sec-calendar .module-calendar .module-header .header-item {
        margin-right: 25px
    }

        .css-vnc-sec-calendar .module-calendar .module-header .header-item:nth-child(2) {
            margin-right: 0
        }

        .css-vnc-sec-calendar .module-calendar .module-header .header-item .value {
            font-size: 35px
        }

    .css-vnc-sec-job-list .module-job-list .module-content .part .head .title, .css-vnc-sec-competitive .module-competitive .module-header .title {
        font-size: 30px;
        line-height: 37px
    }

    .css-vnc-sec-calendar .module-calendar .module-content img {
        max-width: 100%
    }

    .css-vnc-sec-competitive.competitive2 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .css-vnc-sec-partner .module-partner .module-header .title {
        font-size: 36px;
        line-height: 40px
    }

    .css-vnc-sec-partner .module-partner .module-content {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }

        .css-vnc-sec-partner .module-partner .module-content .partner-item {
            margin: 10px;
            height: 160px;
        }

            .css-vnc-sec-partner .module-partner .module-content .partner-item .img {
                /*height: 195px;*/
            }

    .css-vnc-sec-login {
        padding-bottom: 0px;
        min-height: unset
    }

    .header-nav {
        margin: 0px 10px;
    }

        #header .nav-content .header-right {
        }

        .header-nav .nav .show__menu {
            right: unset;
            left: 0px;
        }

        #header .nav-content .header-right .right-item .language {
            margin-left: 10px;
        }

        #header .nav-content .header-right .right-item .link, .header-nav .nav .menu .menu-list {
            margin-left: 10px;
            padding-left: 20px;
        }

            #header .nav-content .header-right .right-item .link:hover {
                font-family: gilroy;
            }

    .css-vnc-sec-contact {
        padding-bottom: 15px;
    }



    /* .css-vnc-sec-banner .module-banner .module-header .desc {
        font-size: 18px;
    }*/

    .css-vnc-sec-banner .module-banner .module-header ul.quick-staking-form li:nth-child(1) {
        width: calc(50% - 2px);
    }

    .css-vnc-sec-banner .module-banner .module-header ul.quick-staking-form li:nth-child(2) {
        width: calc(50% - 2px);
    }

    .css-vnc-sec-banner .module-banner .module-header ul.quick-staking-form li:nth-child(3) {
        width: 100%;
    }

    .css-vnc-sec-news .module-news .module-content .col-sm-6:nth-child(3) {
        display: block;
    }

    .css-vnc-sec-news .module-news .module-content .col-sm-6 {
        margin-top: 15px;
    }

        .css-vnc-sec-news .module-news .module-content .col-sm-6:first-child {
            margin-top: 0px;
        }

    .css-vnc-sec-news .module-news .module-content .news-item .news-img {
        max-height: 120px;
    }

    .css-vnc-sec-news .module-news .module-content .news-item .news-desc {
    }

    .css-vnc-sec-login .module-login.register-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .css-vnc-sec-login .module-login .module-content {
        padding-top: 0px;
    }

    .css-vnc-sec-login .module-login.register-form .module-header .title {
        margin: 0px -20px;
    }

    .css-vnc-sec-login .module-login.register-form .module-content .item {
        width: calc(50% - 10px);
        margin-left: 20px;
    }

        .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(3n + 2) {
            margin-left: 20px;
        }

        .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(2n) {
            margin-left: 0px;
        }

        .css-vnc-sec-login .module-login.register-form .module-content .item.country {
            margin-left: 0px;
        }

        .css-vnc-sec-login .module-login.register-form .module-content .item.phone-bound {
            margin-left: 20px;
        }

        .css-vnc-sec-login .module-login.register-form .module-content .item.passport {
            margin-left: 0px;
        }

        .css-vnc-sec-login .module-login.register-form .module-content .item.address {
            margin-left: 20px;
            float: left;
            width: calc(50% - 10px);
        }

    h2.title {
        font-size: 25px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content img {
        margin-top: 20px;
        margin-left: calc(50% - 200px);
        width: 400px;
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
        height: auto;
        margin-bottom: 20px;
    }

    .action-transaction li {
        width: calc(50% - 10px);
    }

        .action-transaction li:nth-child(3n+1) {
            margin-left: 20px;
        }

        .action-transaction li:nth-child(2n+1) {
            margin-left: 0px;
        }

    #footer .footer-content .footer-info {
        text-align: center;
    }

    #footer .footer-content .logo {
        width: 80px;
        height: 80px;
    }

        #footer .footer-content .logo img {
            height: 50px;
        }

    #footer .footer-content .desc {
        float: none;
        margin-top: 20px;
        font-size: 11px;
        padding: 10px;
    }

    #footer .footer-content .footer-social {
        float: none;
        padding: 10px;
    }

    #footer .footer-content .list-menu-cate ul li a {
        /*width:calc(100% - 32px);*/
    }

    #header .nav-content .logo img {
        padding-top: 0px;
    }

    .css-vnc-sec-programs .list-program {
        margin: 0px 0px;
    }

        .css-vnc-sec-programs .list-program .list-program-item {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            float: none;
            width: 100%;
        }

            .css-vnc-sec-programs .list-program .list-program-item .img img {
                height: auto;
                margin-bottom: 0px;
            }

            .css-vnc-sec-programs .list-program .list-program-item .program-name {
                margin: 10px 0px 10px 0px;
            }

    .css-vnc-sec-promotion {
        background: linear-gradient(-45deg, #017bbd 0%, #017bbd 50%, #fff 50.1%, #fff 100%);
    }
        /* For promotion one coloum*/
        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image {
            width: auto;
            float: none;
            margin-top: 15px;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .image-behind {
                height: auto;
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image img {
                transform: rotate(0deg);
                height: auto;
            }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one:hover .promotion-item-image .image-behind {
            height: auto;
            transform: rotate(0deg);
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one:hover .promotion-item-image img {
            transform: rotate(0deg);
            height: auto;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-infor {
            width: auto;
            float: none;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-name {
            display: none;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-name.on-mobile {
                display: block;
                margin-top: 0px;
                margin-bottom: 15px;
                border-color: #aaa;
            }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.only-one .promotion-item-image .promotion-infor {
            margin: 15px 0px;
        }
        /* End For promotion one coloum*/
        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-name {
            margin-top: 15px;
        }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum {
            float: none;
            width: auto;
            margin-left: 0px;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:first-child {
                margin-bottom: 15px;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .image-behind {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image img {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .image-behind {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image img {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock {
                top: -80px;
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-name {
                display: none;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-name.on-mobile {
                    display: block;
                    margin-top: 0px;
                    margin-bottom: 15px;
                    border-color: #cbacff;
                }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item .promotion-item-name.on-mobile {
            position: relative;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item .promotion-item-name.on-mobile::after {
                content: '';
                left: calc(50% - 10px);
                top: calc(100% + 5px);
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #cbacff;
                position: absolute;
            }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum {
            width: auto;
            margin-top: 15px;
            margin-left: 0px;
            float: none;
        }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .image-behind {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image img {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .image-behind {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image img {
                transform: rotate(0deg);
            }

            .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-name {
                display: none;
            }

                .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-name.on-mobile {
                    display: block;
                    margin-top: 0px;
                    margin-bottom: 15px;
                    border-color: #cbacff;
                }

    .css-vnc-sec-banner .module-banner .module-header {
        margin-bottom: 0px;
    }

    .css-vnc-sec-banner .module-banner .module-content .banner-action li {
        width: calc(50% - 10px);
        margin-left: 20px;
        margin-top: 20px;
    }

        .css-vnc-sec-banner .module-banner .module-content .banner-action li:nth-child(2n+1) {
            margin-left: 0px;
        }

    .css-vnc-sec-about .module-about .module-content .about-content .step {
        margin-top: 20px;
    }

    .account-bound {
        /*background: unset;*/
        padding: 20px 20px;
        margin: 0px auto 20px auto;
        border-radius: 10px;
        width: auto;
        min-height: unset;
    }

        .account-bound .header-nav {
            margin: 0px;
        }

            .account-bound .header-nav .nav .show__menu {
                right: unset;
                left: 0px;
            }
}

@media only screen and (max-width:479px) {
    #header .nav-content .logo {
        /*float: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #fff;*/
    }

    .header-nav .nav .show__menu {
        /* color: #333;
        right: 10px;*/
        top: 30px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain iframe {
        height: 240px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-icon {
        /*margin-top: 0px;
        width: 36px;
        height: 36px;
        padding-top: 3px;
        font-size: 20px;*/
        float: none;
        margin: 10px auto;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-content {
        width: 100%;
        /*margin-left: -60px;*/
        text-align: justify;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain {
        margin-top: 10px;
        line-height: 15px;
    }

        .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain p {
            margin-bottom: 10px;
            text-align: center;
        }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-content .title {
        /* margin-left: 50px;
            height: 36px;
            line-height: 36px;
            font-size: 12px;*/
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .css-vnc-sec-banner {
        padding-bottom: 0px;
        min-height: auto;
    }

        .css-vnc-sec-banner .module-banner .module-header {
            margin-bottom: 0px;
        }

    #header .nav-content .header-right {
        /*float: none;
        width: 100%;*/
    }

    #header .nav-content .logo img {
        height: auto;
        width: 60%;
        margin: auto;
    }

    .header-nav .nav-content .software-name {
        margin: auto 10px;
        padding: 5px;
        line-height: 30px;
    }

    .account-bound {
        padding: 15px;
        margin-top: 20px;
    }

    .css-vnc-sec-login .module-login .module-content .item .login__btn {
        width: 100%;
        height: 36px;
        padding: 0px 15px;
        line-height: 32px;
        font-size: 12px;
    }

    .css-vnc-sec-login .module-login .module-content .item.item-button p {
        margin-top: 20px;
    }

    .css-vnc-sec-login .module-login .module-content .item .link {
        font-size: 12px;
        width: 100%;
    }

    .account-title {
        text-align: center;
        padding-bottom: 15px;
        position: relative;
        font-size: 20px;
    }

        .account-title h4 {
            display: none;
        }

        .account-title .img {
            position: absolute;
            top: -35px;
            left: calc(50% - 20px);
        }

    .css-vnc-sec-login .module-login .module-content .item.item-button {
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .css-vnc-sec-login .module-login .module-content .item label {
        font-size: 11px;
    }

    .css-vnc-sec-login .module-login .module-content .item .login__input {
        height: 36px;
        line-height: 32px;
        font-size: 12px;
        padding: 0px 15px;
    }

    #header .nav-content .header-right .right-item:nth-child(3) {
        float: right;
    }

    .css-vnc-sec-banner .module-banner .module-header .title {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 0px;
    }

    .css-vnc-sec-banner .module-banner .module-header .quick-staking-form > div {
        width: auto;
        float: none;
        clear: both;
        margin-bottom: 15px;
    }

    .css-vnc-sec-banner .module-banner .module-header .desc {
        font-size: 12px;
        margin-bottom: 10px
    }

    .css-vnc-sec-info {
        padding-bottom: 0px;
    }

        .css-vnc-sec-info .module-info .module-header {            
            padding-top: 0px;
        }

            .css-vnc-sec-info .module-info .module-header .title {
                font-size: 18px;
            }

        .css-vnc-sec-info .module-info .module-content .info-content {
            padding-bottom: 15px;
        }

            .css-vnc-sec-info .module-info .module-content .info-content .info-item {
                position: relative;
                padding-left: 0px;
                min-height: unset;
                margin-top: 15px;
            }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .img {
                    position: unset;
                    top: 0;
                    left: 0
                }

                    .css-vnc-sec-info .module-info .module-content .info-content .info-item .img .img-content {
                        /*  width: auto;*/
                        /*margin-left: calc(50% - 57.4px);*/
                    }

                        .css-vnc-sec-info .module-info .module-content .info-content .info-item .img .img-content img {
                            /*width: 100%*/
                        }

                    .css-vnc-sec-info .module-info .module-content .info-content .info-item .img:after {
                        -webkit-transform: translate(-50%,9px) rotate(90deg);
                        transform: translate(-50%,9px) rotate(90deg);
                        left: 47%;
                        right: unset;
                        top: 100%
                    }

                .css-vnc-sec-info .module-info .module-content .info-content .info-item .text {
                }

                    .css-vnc-sec-info .module-info .module-content .info-content .info-item .text .title {
                        font-size: 12px;
                        padding-bottom: 0
                    }

    .css-vnc-sec-login .module-login .module-header .title {
        margin: 0px -45px;
    }

    .css-vnc-sec-login .module-login.register-form .module-header .title {
        margin: 0px -35px;
    }

    .css-vnc-sec-get .module-get {
        padding-left: 0
    }

        .css-vnc-sec-get .module-get .module-header .title {
            margin-top: 0;
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 18px
        }

        .css-vnc-sec-get .module-get .module-content {
            position: relative;
            left: 0
        }

            .css-vnc-sec-get .module-get .module-content img {
                max-width: 100%
            }

        .css-vnc-sec-get .module-get .img-bg {
            right: 0
        }

    .css-vnc-sec-job-list {
        padding-top: 0px;
    }

    .css-vnc-sec-progress .module-progress .module-header .title {
        font-size: 12px;
        line-height: 20px
    }

    .css-vnc-sec-progress .module-progress .module-content .progress-item {
        padding-left: 0;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .head {
            position: relative;
            top: 0;
            left: 0;
            text-align: center
        }

            .css-vnc-sec-progress .module-progress .module-content .progress-item .head .title, .css-vnc-sec-progress .module-progress .module-content .progress-item .head .unit {
                display: inline-block
            }

        .css-vnc-sec-progress .module-progress .module-content .progress-item .content:after {
            border-right: 290px solid #e6e6e6
        }

    .css-vnc-sec-progress .module-progress .module-content .progress-result {
        margin-left: 0;
        margin-top: 80px
    }

        .css-vnc-sec-progress .module-progress .module-content .progress-result:after {
            left: 50%;
            top: -52px;
            -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg)
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .unit, .css-vnc-sec-progress .module-progress .module-content .progress-result .value {
            text-align: center;
            margin-bottom: 10px
        }

        .css-vnc-sec-progress .module-progress .module-content .progress-result .desc {
            position: relative;
            top: 0;
            left: 0;
            max-width: 450px;
            margin-left: auto;
            margin-right: auto
        }

    .css-vnc-sec-contact {
        padding-bottom: 10px;
    }

        .css-vnc-sec-contact .list-faqs {
            margin: 0px 15px;
        }

        .css-vnc-sec-contact .bizform {
            margin: 0px 15px;
        }

    .css-vnc-sec-calendar .module-calendar .module-header .header-item {
        margin-right: 25px
    }

        .css-vnc-sec-calendar .module-calendar .module-header .header-item:nth-child(2) {
            margin-right: 0
        }

        .css-vnc-sec-calendar .module-calendar .module-header .header-item .value {
            font-size: 36px
        }

    .css-vnc-sec-calendar .module-calendar .module-content img {
        max-width: 100%
    }

    .css-vnc-sec-transaction .table-transaction {
        margin-bottom: 10px;
    }

        .css-vnc-sec-transaction .table-transaction > div iframe {
            display: none;
        }

            .css-vnc-sec-transaction .table-transaction > div iframe.show-mobile {
                display: block;
            }

    .css-vnc-sec-transaction .css-vnc-bound {
        margin-bottom: 10px;
    }

    .css-vnc-sec-competitive.competitive2 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .css-vnc-sec-competitive .module-competitive .module-header .title {
        font-size: 24px;
        line-height: 37px
    }

    .css-vnc-sec-competitive .module-competitive .module-content .competitive-item {
        padding-left: 70px;
        margin-bottom: 10px
    }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item {
        margin-bottom: 15px;
        padding: 15px;
        position: unset;
    }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img {
            position: unset;
        }

            .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .img .img-content {
                margin-left: calc(50% - 60px);
            }

        .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text {
            padding-top: 20px;
        }

    .css-vnc-sec-job-list .module-job-list h2.title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .step {
        margin-top: 10px;
    }

        .css-vnc-sec-about .module-about .module-content .about-content .step .step-content {
            padding: 15px;
            line-height: 25px;
        }

    .css-vnc-sec-job-list .module-job-list .module-content .part .content .job-list-item .text .title {
        font-size: 12px;
        text-align: center;
    }

    .css-vnc-sec-about .module-about .module-content .about-content .step .step-title .title {
        font-size: 16px;
        height: 45px;
        line-height: 40px;
    }

    .css-vnc-sec-competitive .module-competitive .module-content .competitive-item .desc {
        min-height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        padding-top: 0
    }

    h2.title {
        font-size: 18px;
        line-height: unset
    }

    .css-vnc-sec-partner .module-partner .module-header .title {
        font-size: 18px;
        line-height: unset
    }

    .css-vnc-sec-partner .module-partner .module-content {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto
    }

        .css-vnc-sec-partner .module-partner .module-content .partner-item {
            margin: 0px 5px 10px 5px;
            width: calc(50% - 12px);
            height: 130px;
        }

    .css-vnc-sec-login {
    }

        .css-vnc-sec-login .module-login {
            /*padding: 30px 15px*/
            max-width: unset;
            width: 100%;
        }

            .css-vnc-sec-login .module-login.register-form .module-content .item {
                width: 100%;
                margin-left: 0px;
            }

                .css-vnc-sec-login .module-login.register-form .module-content .item:nth-child(3n + 2) {
                    margin-left: 0px;
                }

    .css-vnc-sec-about .module-about .module-content .about-content .video-vnc-chain p {
        font-size: 16px;
    }

    #header.header-login {
        border-bottom: 1px solid #ccc
    }

        #header.header-login .header-nav {
            padding-bottom: 0
        }

            #header.header-login .header-nav .nav-content .logo {
            }

            #header.header-login .header-nav .nav-content .header-right {
                float: right;
                width: auto
            }

                #header.header-login .header-nav .nav-content .header-right .right-item .link {
                    padding: 4px 10px;
                    min-width: 90px
                }

    .header-nav {
        margin: 0px;
    }

        #header .nav-content .logo {
            margin: 10px auto;
        }



        #header .nav-content .header-right {
            padding-top: 15px;
        }

            #header .nav-content .header-right .right-item {
                /*width: calc(33.3333% - 6.6667px);
                margin-left: 10px;*/
            }

                #header .nav-content .header-right .right-item:first-child {
                    /*margin-left: 0px;*/
                }

                #header .nav-content .header-right .right-item .link {
                    padding: 10px;
                    margin: 0px;
                    min-width: 80px;
                    font-size: 11px;
                }

                    #header .nav-content .header-right .right-item .link.login {
                        /*background-color: #333;*/
                    }

                        #header .nav-content .header-right .right-item .link.login:hover {
                            background-color: #017bbd;
                        }

                #header .nav-content .header-right .right-item .language {
                    margin-left: 0px;
                    min-width: unset;
                    font-size: 11px;
                }

                #header .nav-content .header-right .right-item .link:hover {
                }

                #header .nav-content .header-right .right-item .language .list-language {
                    min-width: unset;
                    width: calc(300% + 20px);
                    top: 33px;
                    background-color: #fff;
                    box-shadow: 0px 0px 10px #333;
                }

                    #header .nav-content .header-right .right-item .language .list-language ul li {
                        width: calc(50% - 10px);
                    }

    .css-vnc-sec-banner .module-banner h5.aos-init {
        /*display: none;*/
    }

    .css-vnc-sec-banner .module-banner .module-content .quick-link h5 a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding: 5px 20px 8px 20px;
        display: block;
        width: 100px;
    }

    .css-vnc-sec-banner .module-banner .module-content .quick-link .quick-link-right {
        margin-bottom: 10px;
    }

    .css-vnc-sec-banner .module-banner .module-content .banner-action li {
        width: calc(50% - 5px);
        margin: 10px 0px 0px 10px;
    }

        .css-vnc-sec-banner .module-banner .module-content .banner-action li:nth-child(2n+1) {
            margin-left: 0px;
        }

    .css-vnc-sec-banner .module-banner .program-list {
        padding: 0px;
        margin-top: 0px;
    }

    .css-vnc-sec-report .report-list {
    }

        .css-vnc-sec-report .report-list .report-item {
            /*width: 100%;
        float: none;*/
            margin: 10px 0px 0px 10px;
            padding: 5px 5px;
            width: calc(50% - 5px);
        }

            .css-vnc-sec-report .report-list .report-item h4 {
                margin: 5px 0px;
                font-size: 11px;
            }

            .css-vnc-sec-report .report-list .report-item h2 {
                margin: 5px 0px 10px 0px;
                font-size: 20px;
            }

    .css-vnc-sec-banner .module-banner .program-list .slick-dots {
        bottom: 25px;
        width: calc(100% - 30px);
    }

    .css-vnc-sec-banner .module-banner .program-list.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .css-vnc-sec-banner .module-banner .program-list .slick-dots li button::before {
        color: #fff;
    }

    .css-vnc-sec-news {
        padding-top: 0px;        
    }

        .css-vnc-sec-news .module-news .module-header {
            padding-bottom: 10px;
        }

        .css-vnc-sec-news .module-news .module-content {
            margin: 0px -15px;
        }

        .css-vnc-sec-news .module-news .module-header .title {
            font-size: 18px;
        }

    .module-header {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 0px;        
    }

    .css-vnc-sec-about .module-about .module-header {
        /*padding-top: 20px;*/
    }

        .css-vnc-sec-about .module-about .module-header .title {
            font-size: 18px;
            margin: 20px 0px 10px 0px;
        }

    .module-header .desc {
        font-size: 12px;
    }

    .css-vnc-sec-about .module-about .module-header .desc {
        font-size: 12px;
    }

    .css-vnc-sec-about .module-about .module-content .about-content img {
        width: 100%;
        margin-left: 0px;
    }

    .css-vnc-sec-transaction .list-token {
        margin-bottom: 0px;
    }

        .css-vnc-sec-transaction .list-token ul {
            display: block;
        }

            .css-vnc-sec-transaction .list-token ul li {
                width: calc(25% - 7.5px);
                margin-left: 10px;
                margin-right: 0px;
                margin-bottom: 10px;
                float: left;
                text-align: center;
                padding: 8px 10px;
            }

                .css-vnc-sec-transaction .list-token ul li:nth-child(4n+1) {
                    margin-left: 0px;
                }

    .action-transaction li {
        margin-left: 10px;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .action-transaction li:nth-child(3n+1) {
            margin-left: 0px;
        }

        .action-transaction li:nth-child(2n+1) {
            margin-left: 0px;
        }

        .action-transaction li:nth-child(2n) {
            margin-left: 10px;
        }

        .action-transaction li a {
            padding: 8px;
        }

    .css-vnc-sec-programs .list-program .list-program-item {
        margin: 10px 15px 10px 15px;
        /*padding: 15px 0px;*/
        width: auto;
    }

        .css-vnc-sec-programs .list-program .list-program-item .program-name {
            margin-bottom: 10px;
        }

        .css-vnc-sec-programs .list-program .list-program-item table {
            margin-top: 15px;
        }

    .css-vnc-sec-news .module-news .module-content .news-list {
        margin: 15px 15px 30px 15px;
    }
   /* .css-vnc-sec-news .module-news .module-content .news-list .news-item {
        margin: 15px 15px 30px 15px;
    }*/

        .css-vnc-sec-news .module-news .module-content .news-list .news-item .news-img {
            max-height: 160px;
        }

    .css-vnc-sec-news .module-news .module-content .news-list .slick-dots {
        bottom: -15px;
    }

    .css-vnc-sec-partner .module-partner .module-content .partner-item .img {
        height: 95px;
        width: 95px;
    }

    .css-vnc-sec-login .module-login.register-form .module-content .item.phone-bound {
        margin-left: 0px;
    }

    .css-vnc-sec-login .module-login.register-form .module-content .item.address {
        width: 100%;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-name {
        visibility: visible;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock {
        height: auto;
        padding-top: unset;
        top: unset;
        position: unset;
        margin: auto;
        margin-top: 15px;
        width: 100%;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-image .promotion-clock {
        transition: unset;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .clock-bound {
        width: calc(25% - 15px);
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .day {
        width: auto;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-image .promotion-clock .clock {
        width: auto;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-desc {
        position: unset;
        height: auto;
        margin-top: 15px;
        visibility: visible;
    }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum .promotion-item-desc > div:first-child {
            display: none;
        }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.two-coloum:hover .promotion-item-desc {
        height: auto;
        transition: unset;
    }



    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-name {
        visibility: visible;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock {
        height: auto;
        padding-top: unset;
        top: unset;
        position: unset;
        margin: auto;
        margin-top: 15px;
        width: 100%;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-image .promotion-clock {
        transition: unset;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .clock-bound {
        width: calc(25% - 15px);
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .day {
        width: auto;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-image .promotion-clock .clock {
        width: auto;
    }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-desc {
        position: unset;
        height: auto;
        margin-top: 15px;
        visibility: visible;
    }

        .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum .promotion-item-desc > div:first-child {
            display: none;
        }

    .css-vnc-sec-promotion .module-promotion .promotion-bound .promotion-list .promotion-list-item.three-coloum:hover .promotion-item-desc {
        transition: unset;
        height: auto;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-list {
        padding: 15px;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-desc {
        font-size: 24px;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-content {
        font-size: 12px;
        line-height: 25px;
    }

    .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item {
        margin: 10px 5px;
        width: calc(50% - 10px);
    }

        .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item a {
            margin-top: 10px;
            font-size: 12px;
            padding: 5px 10px;
            min-width: unset;
        }

        .css-vnc-sec-eco .sec-eco-bound .eco-list .eco-list-item p {
            margin-top: 10px;
            font-size: 11px;
        }

    .css-vnc-sec-feature .sec-feature-bound .feature-list {
        padding: 15px;
    }

    .css-vnc-sec-feature .sec-feature-bound .feature-content {
        font-size: 12px;
        line-height: 25px;
    }

    .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item {
        margin: 10px 5px;
        width: calc(50% - 10px);
    }

        .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item a {
            margin-top: 10px;
            font-size: 12px;
            padding: 5px 10px;
            min-width: unset;
        }

        .css-vnc-sec-feature .sec-feature-bound .feature-list .feature-list-item p {
            margin-top: 10px;
            font-size: 11px;
        }

    .css-vnc-sec-feature .sec-feature-bound .feature-desc {
        font-size: 24px;
    }

    .css-vnc-sec-community .package-list .package-item .package-info .package-content.how-to-join {
        font-size: 11px;
        line-height: 25px;
        min-height: 230px;
    }

    #footer .desc span {
        display: block;
        margin-top: 5px;
    }
}

.page-current {
    background-color: #000;
}
/*trang quan li chi tiet VBPL*/
.title-group {
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 20px;
}

    .title-group span {
        font-weight: bolder;
    }

.hidden-box {
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
}

    .hidden-box ul li a {
        color: #000;
    }

        .hidden-box ul li a:hover {
            color: #017bbd;
        }

#law-field-list {
    display: none;
}

.job-title {
    cursor: pointer;
}

.apply-job-title {
    font-size: 24px;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.profile-list-item {
    border: solid 1px #ccc;
    box-shadow: 5px -5px #ccc;
    padding: 20px 20px;
}

.jobseeker-infor-item input {
    background-color: #eee;
}

.apply-job-item-infor input {
    background-color: #eee;
    user-select: none;
}

#soft-skill-detail, #other-infor-detail, #job-detail, #skill-detail {
    display: none;
}

/*#chi_tiet_tuyen_dung th {
    color: #000;
    background: #f1e9e9;
}*/

#search_model {
    background-color: #017bbd;
    align-content: center;
    padding: 20px 10px;
    width: 100%;
}

    #search_model .form-group-sm .form-control, .input-sm {
        font-size: 12px;
    }
