* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "VIE-HandelGothic";
    src: url(../fonts/VIE-HandelGothic Medium.otf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VIE-HandelGothic";
    src: url(/cPanel_magic_revision_1724828953/unprotected/cpanel/navigation/assets/fonts/VIE-HandelGothic-Bold.otf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "VIE-HandelGothic";
    src: url(../fonts/VIE-HandelGothic Medium.otf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VIE-HandelGothic";
    src: url(/cPanel_magic_revision_1724828953/unprotected/cpanel/navigation/assets/fonts/VIE-HandelGothic-Bold.otf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.header {
    position: relative;
    z-index: 10;
}

    .header .head_top {
        width: 100%;
        height: 39px;
        background-color: #005db2;
        display: flex;
        align-items: center;
    }

        .header .head_top .container {
            display: flex;
            justify-content: flex-end;
            height: 100%;
        }

        .header .head_top ul {
            padding: 0;
            margin: 0;
            height: 100%;
            list-style: none;
            display: flex;
            align-items: center;
        }

            .header .head_top ul li {
                height: 100%;
                display: flex;
                align-items: center;
                padding: 0 36px;
                /* border-left: 1px solid #4586C7; */
                position: relative;
            }

                /* .header .head_top ul li:last-child {
                    border-right: 1px solid #4586C7;
                } */

                    .header .head_top ul li:last-child span {
                        width: 13px;
                        height: 13px;
                        background-color: #ff2e17;
                        display: block;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        font-family: Muli;
                        font-size: 8px;
                        font-weight: bold;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 13px;
                        letter-spacing: normal;
                        text-align: center;
                        color: #ffffff;
                        position: absolute;
                        top: 18px;
                        left: 43px;
                    }

                .header .head_top ul li:nth-child(2) a {
                    font-family: Muli;
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.29;
                    letter-spacing: normal;
                    text-align: left;
                    color: #ffffff;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                }

                    .header .head_top ul li:nth-child(2) a img {
                        margin: 0 5px;
                    }

    .header .head_main {
        width: 100%;
        height: 80px;
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        display: flex;
        align-items: center;
    }

        .header .head_main .container {
            display: flex;
            align-items: center;
        }

            .header .head_main .container ul {
                display: flex;
                align-items: center;
                list-style: none;
            }

                .header .head_main .container ul li {
                    margin-left: 44px;
                }

                    .header .head_main .container ul li a {
                        text-decoration: none;
                        display: flex;
                        align-items: center;
                        font-family: Roboto;
                        font-size: 16px;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.19;
                        letter-spacing: normal;
                        text-align: center;
                        color: #005db2;
                    }

                        .header .head_main .container ul li a img {
                            margin-left: 4px;
                            margin-top: 5px;
                        }

.flex-grow {
    flex-grow: 1;
}

.header .head_main .container .search {
    margin-left: 44px;
    display: flex;
    align-items: center;
}

.footer .top {
    background-color: #005db2;
    padding: 30px 0px;
}

    .footer .top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer .top .container ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .footer .top .container .info h3 {
            font-family: Roboto,sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }

            .footer .top .container .info h3:after {
                content: "";
                display: block;
                width: 97px;
                height: 1px;
                background: #FFF;
                margin: 10px 0px;
            }

        .footer .top .container .info p {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

        .footer .top .container .local li {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

        .footer .top .container .local {
            margin-top: 42px;
        }

        .footer .top .container .social h3 {
            font-family: Roboto,sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }

            .footer .top .container .social h3:after {
                content: "";
                display: block;
                width: 97px;
                height: 1px;
                background: #FFF;
                margin: 10px 0px;
            }

        .footer .top .container .social {
            width: 261px;
        }

            .footer .top .container .social ul {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 12px;
            }

.footer .center {
    background-size: cover !important;
    background-position: center center !important;
    padding: 70px 0px;
    padding-bottom: 60px;
}

    .footer .center .container {
        display: flex;
        justify-content: space-between;
    }

a {
    text-decoration: none;
}

.footer .center .container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .center .container h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

    .footer .center .container h3:after {
        content: "";
        display: block;
        width: 176px;
        height: 1px;
        background: #FFF;
        margin: 20px 0px;
        margin-bottom: 10px;
    }

.footer .center .container ul li {
}

    .footer .center .container ul li a {
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.07;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        transition: 0.3s;
    }

        .footer .center .container ul li a:hover {
            color: #E50019 !important;
        }

.footer .bottom {
    padding: 45px 0px;
}

    .footer .bottom .container {
        display: flex;
        justify-content: space-between;
    }

        .footer .bottom .container ul {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        .footer .bottom .container h2 {
            font-family: Roboto;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.14;
            color: #005db2;
        }

        .footer .bottom .container ul li {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

        .footer .bottom .container .copyright {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #fcb431;
            margin-top: 52px;
        }

main .slide {
    position: relative;
}

    main .slide .info {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
    }

        main .slide .info .in {
            width: 100%;
            margin-top: -180px;
        }

        main .slide .info h2 {
            font-size: 48px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            font-family: VIE-HandelGothic,sans-serif;
            text-transform: uppercase;
        }

        main .slide .info p {
            max-width: 394px;
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-top: 12px;
        }

        main .slide .info form input {
            width: 328.4px;
            height: 45.9px;
            border-radius: 23px;
            border: solid 1px #005db2;
            text-indent: 26px;
            outline: none;
            color: #005db2;
            font-family: VIE-HandelGothic;
        }

            main .slide .info form input::placeholder {
                font-family: Segoe UI;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.31;
                letter-spacing: -0.2px;
                text-align: left;
                color: #e2ebf6;
            }

        main .slide .info form {
            margin-top: 35px;
        }

            main .slide .info form span {
                position: relative;
            }

                main .slide .info form span:before {
                    content: "";
                    display: block;
                    width: 1px;
                    height: 21px;
                    background: #005db2;
                    position: absolute;
                    top: 13px;
                    left: 20px;
                }

        main .slide .info form {
            display: flex;
            align-items: center;
        }

            main .slide .info form button {
                width: 159.4px;
                height: 47.89px;
                border-radius: 23px;
                border: solid 1px #005db2;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Montserrat;
                font-size: 14px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.29;
                letter-spacing: normal;
                text-align: left;
                color: #005db2;
                outline: none;
                cursor: pointer;
                margin-left: 12px;
                background: #FFF;
            }

                main .slide .info form button img {
                    margin-left: 10px;
                    margin-right: -10px;
                }

main .service {
    margin-top: -252px;
    position: relative;
    z-index: 10;
}

    main .service .container {
        display: flex;
        align-items: center;
        -ms-transform-origin: center;
    }

        main .service .container .item {
            padding: 15px;
            padding-bottom: 80px;
        }

            main .service .container .item .in {
                border-radius: 6px;
                box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
                background-color: #ffffff;
                transition: 0.3s;
                -ms-transform-origin: center;
            }

                main .service .container .item .in:hover {
                    transform: scale(1,1.1);
                }

                main .service .container .item .in .img {
                    text-align: center;
                }

                    main .service .container .item .in .img img {
                        width: auto;
                        height: 240px;
                    }

                main .service .container .item .in h3 {
                    font-family: Montserrat;
                    font-size: 28px;
                    font-weight: 700;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.32;
                    letter-spacing: normal;
                    text-align: center;
                    color: #005db2;
                    text-transform: uppercase;
                    margin-top: -20px;
                }

                main .service .container .item .in p {
                    font-family: Muli;
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.29;
                    letter-spacing: normal;
                    text-align: center;
                    color: #6d6d6d;
                    margin-top: 15px;
                }

                main .service .container .item .in .content {
                    padding: 30px;
                    text-align: center;
                    padding-bottom: 100px;
                    position: relative;
                }

                    main .service .container .item .in .content .price {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-top: 25px;
                        position: absolute;
                        left: 50%;
                        transform: translate(-50%,0%);
                    }

                        main .service .container .item .in .content .price span {
                            font-family: Montserrat;
                            font-size: 18px;
                            font-weight: 700;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.33;
                            letter-spacing: normal;
                            text-align: left;
                            color: #005db2;
                        }

                        main .service .container .item .in .content .price img {
                            margin-left: 25px;
                        }

main .service {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    main .service .container .inside {
        display: flex;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-top: 50px;
    }

    main .service .container .item .in .content .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        visibility: hidden;
        opacity: 0;
        text-indent: -40px;
        transition: 0.3s;
    }


        main .service .container .item .in .content .view img {
            position: absolute;
            right: 5px;
        }

    main .service .container .item:hover .in .content .view {
        visibility: visible;
        opacity: 1;
    }

main .box .first .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
}

main .box .first h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
}

main .box .first .content {
    width: 450px;
}

main .box .first .content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

    main .box .first .content img {
        margin-right: 10px;
        margin-top: -10px;
    }

    main .box .first .content .cnt {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d2d;
    }

        main .box .first .content .cnt p {
            margin-bottom: 10px;
        }

            main .box .first .content .cnt p:last-child {
                margin-bottom: 0;
            }

.box {
    overflow: hidden;
    margin-top: 50px;
}

    .box .inside {
        display: flex;
        width: calc(100% + 60px);
        margin-left: -30px;
    }

        .box .inside h3 {
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            font-family: VIE-HandelGothic,sans-serif;
            text-transform: uppercase;
            margin: 10px 0px;
        }

        .box .inside .content {
            margin-top: 25px;
        }

        .box .inside p {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
        }

        .box .inside .item .in {
            padding: 30px;
        }

.table {
    background: #F9FBFD;
    padding: 100px 0px;
    margin-top: 60px;
    overflow: hidden;
}

    .table .container {
        display: flex;
        justify-content: space-between;
    }

    .table .list {
        display: flex;
        width: calc(100% - 291px);
        margin-left: -7.5px;
        padding-right: 40px;
    }

        .table .list .item {
            width: 33.33%;
            padding: 7.5px;
        }

    .table .container .info {
        width: 291px;
    }

    .table .list .item .in {
        border-radius: 6px;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        position: relative;
    }

        .table .list .item .in .img {
            width: 100%;
            text-align: center;
            padding: 40px 0px;
            padding-bottom: 10px;
        }

            .table .list .item .in .img img {
                height: 130px;
                width: auto;
            }

        .table .list .item .in h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-bottom: 10px;
        }

        .table .list .item .in .cnt {
            padding: 0px 30px;
            position: relative;
            padding-bottom: 100px;
        }

        .table .list .item .in ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .table .list .item .in ul li {
                font-family: Roboto;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 2.79;
                letter-spacing: normal;
                text-align: left;
                color: #707070;
            }

    .table .list .item .price {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        width: 100%;
    }

        .table .list .item .price span {
            font-family: Montserrat;
            font-size: 18px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-right: 7px;
        }

    .table .list .item rice img {
        margin-left: 25px;
    }

    .table .list .item .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        text-indent: -40px;
    }


        .table .list .item .view img {
            position: absolute;
            right: 5px;
        }

    .table .list .item:hover .view {
        visibility: visible;
        opacity: 1;
    }

    .table .info h2 {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
    }

    .table .info p {
        font-family: HelveticaNeue,sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #6d6d6d;
        margin: 30px 0px;
        margin-top: 20px;
    }

    .table .info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .table .info ul li {
            display: flex;
            align-items: center;
            font-family: Roboto;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #707070;
            margin-top: 10px;
        }

            .table .info ul li img {
                margin-right: 15px;
            }

    .table .info .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        transition: 0.3s;
        position: relative;
        margin-left: 0px;
        text-indent: -40px;
        margin-top: 40px;
    }

#partners {
    margin-top: 30px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 10px;
}

.table .info .view img {
    position: absolute;
    right: 5px;
}

.partner {
    padding: 60px 0px;
}

#partners .swiper-wrapper {
    align-items: center;
    padding-bottom: 70px;
}

.partner h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005DB2;
    text-transform: uppercase;
}

#partners .swiper-pagination-bullet {
    opacity: 1;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
}

#partners .swiper-pagination-bullet-active {
    background: #DDDDDD;
    width: 30px;
    border-radius: 12px;
}

.contact {
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 50px;
    padding-bottom: 100px;
}

    .contact h2 {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .contact ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .contact ul {
        width: 551px;
        display: flex;
        flex-wrap: wrap;
    }

    .contact .form {
        border-radius: 6px;
        border: solid 10px #ffffff;
        padding: 50px;
        width: 1000px;
    }

    .contact ul li input, .contact ul li textarea {
        width: 100%;
        outline: none;
        border: none;
        background: none;
        height: 35px;
        border-bottom: 1px solid #6390BB;
        color: #FFF;
    }

    .contact ul li {
        width: 100%;
        margin-top: 15px;
    }

        .contact ul li:nth-child(2) {
            width: 50%;
        }

        .contact ul li:nth-child(3) {
            width: 50%;
        }

        .contact ul li input::placeholder {
            color: #FFF;
        }

        .contact ul li textarea::placeholder {
            color: #FFF;
        }

        .contact ul li input[type="checkbox"] {
            width: initial !important;
            font-family: VIE-HandelGothic,sans-serif;
        }

        .contact ul li textarea {
            margin-top: 15px;
        }

        .contact ul li .view {
            width: 196px;
            height: 45.9px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 23px;
            background-color: #005db2;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            margin: auto;
            margin-top: 25px;
            transition: 0.3s;
            position: relative;
            border: none;
            background: transparent;
            border: 1px solid #FFF;
            border-radius: 25px;
            text-indent: -40px;
            margin: 0;
        }

            .contact ul li .view img {
                position: absolute;
                right: 5px;
            }

        .contact ul li:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .contact ul li .item {
            height: 100%;
            display: flex;
            align-items: center;
            color: #FFF;
        }

        .contact ul li:last-child span {
            font-family: Muli;
            margin-left: 10px;
        }

.contact {
    overflow: hidden;
}

    .contact .form {
        position: relative;
    }

        .contact .form .img {
            position: absolute;
            right: -160px;
            top: -108px;
            width: 589px;
        }

.blog h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
}

.blog .first p {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #464749;
}

.blog .first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    .blog .first form input {
        width: 328.4px;
        height: 45.9px;
        border-radius: 23px;
        border: solid 1px #005db2;
        text-indent: 26px;
        outline: none;
        color: #005db2;
    }

        .blog .first form input::placeholder {
            font-family: Segoe UI;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.31;
            letter-spacing: -0.2px;
            text-align: left;
            color: #e2ebf6;
        }

    .blog .first form {
        margin-top: 35px;
    }

        .blog .first form span {
            position: relative;
        }

            .blog .first form span:before {
                content: "";
                display: block;
                width: 1px;
                height: 21px;
                background: #005db2;
                position: absolute;
                top: 13px;
                left: 20px;
            }

    .blog .first form {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .blog .first form button {
            width: 159.4px;
            height: 47.89px;
            border-radius: 23px;
            border: solid 1px #005db2;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            outline: none;
            cursor: pointer;
            margin-left: 12px;
            background: #FFF;
            position: relative;
            text-indent: -30px;
        }

            .blog .first form button img {
                margin-left: 10px;
                margin-right: -10px;
                position: absolute;
                right: 15px;
            }

    .blog .first .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .blog .first .item p {
            width: 100%;
        }

.list_blog .nav {
    width: 100%;
    margin-top: 40px;
}

    .list_blog .nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #B7B7B7;
    }

    .list_blog .nav li {
        width: 33.33%;
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: center;
        color: #005db2;
        display: flex;
        justify-content: center;
        padding-bottom: 12px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
    }

        .list_blog .nav li:hover {
            color: #FF2E17;
        }

        .list_blog .nav li.active:before {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background: #d9001b;
            position: absolute;
            left: 0px;
            bottom: -2px;
        }

.blog .content_list {
    margin-top: 35px;
}

.blog {
    overflow: hidden;
}

    .blog .content_list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

        .blog .content_list h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            text-transform: uppercase;
        }

    .blog .content_list {
        display: flex;
    }

        .blog .content_list .item {
            width: 50%;
            padding: 15px;
        }

            .blog .content_list .item .img img {
                width: 100%;
            }

            .blog .content_list .item:first-child .content {
                padding-left: 100px;
            }

            .blog .content_list .item .date {
                width: 56px;
                height: 67px;
                border-radius: 4px;
                display: block;
                background-color: #005db2;
                text-align: center;
            }

            .blog .content_list .item .content {
                position: relative;
                margin-top: 20px;
            }

            .blog .content_list .item .date span {
                display: block;
                width: 100%;
            }

            .blog .content_list .item:first-child .date {
                position: absolute;
                top: 0;
                left: 22px;
            }

            .blog .content_list .item .date span:first-child {
                font-family: Roboto;
                font-size: 32px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.19;
                letter-spacing: 0.8px;
                text-align: center;
                color: #ffffff;
            }

            .blog .content_list .item .date span:last-child {
                font-family: Roboto;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: -0.7px;
                text-align: center;
                color: #ffffff;
            }

            .blog .content_list .item .date span:first-child:after {
                content: "";
                display: block;
                width: calc(100% - 10px);
                height: 1px;
                background: #FFF;
                margin-left: 5px;
                margin-bottom: 4px;
                margin-top: 2px;
            }

            .blog .content_list .item ul {
                padding: 0;
                margin-top: 0;
                list-style: none;
                display: flex;
                margin-top: 10px;
            }

                .blog .content_list .item ul li {
                    font-family: HelveticaNeue;
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fcb431;
                    display: flex;
                    align-items: center;
                    margin-right: 10px;
                }

                    .blog .content_list .item ul li img {
                        margin-right: 5px;
                        margin-top: -2px;
                    }

            .blog .content_list .item .ex {
                font-family: Roboto,sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.38;
                letter-spacing: normal;
                text-align: left;
                color: #484848;
                margin-top: 10px;
            }

            .blog .content_list .item:last-child article {
                display: flex;
            }

                .blog .content_list .item:last-child article .img img {
                    width: 292px;
                }

                .blog .content_list .item:last-child article .date {
                    position: absolute;
                    top: 15px;
                    left: 15px;
                }

                .blog .content_list .item:last-child article .content {
                    position: static;
                }

            .blog .content_list .item:last-child article {
                position: relative;
                border-radius: 9px;
                display: flex;
                margin-bottom: 30px;
            }

            .blog .content_list .item:last-child .content {
                border: solid 1px #d8d8d8;
                margin-top: 0px;
                border-left: none;
                padding: 0px 20px;
            }

            .blog .content_list .item:last-child h3 {
                margin-top: 20px;
            }

            .blog .content_list .item:last-child a {
                display: flex;
            }

.blog {
    padding: 60px 0px;
}

    .blog .view {
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        display: flex !important;
        align-items: center;
        margin-top: 20px;
        height: auto !important;
    }

    .blog .content_list .item .view img {
        margin-left: 10px;
    }

    .blog .img a img {
        height: 100%;
        object-fit: cover;
    }

.hot {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-bottom: 60px solid transparent;
    border-right: 60px solid transparent;
    border-right: 60px solid #005DB2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .hot span {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #fcb431;
        text-transform: uppercase;
        display: block;
        transform: rotate(45deg);
        text-align: center;
        margin-top: -2px;
        margin-left: 28px;
    }

.table .list .item:hover .hot {
    opacity: 1;
    visibility: visible;
}

.img_map h3 {
    font-family: VIE-HandelGothic;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #6d6d6d;
}

.img_map h2 {
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img_map p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

.img_map a {
    display: flex;
    align-items: center;
}

.img_map .content {
    position: absolute;
    top: 0;
    padding: 45px;
    left: 0;
}

    .img_map .content a {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        margin-top: 30px;
    }

        .img_map .content a img {
            margin-right: 10px;
        }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog .content_list .item .ex {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.login_frm .container {
    position: relative;
    height: 100vh;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 991px;
    }

    main .service .container .item {
        width: 30.33%;
    }

    main .service .container .inside {
        flex-wrap: wrap;
    }

    main .service .container .item .in h3 {
        font-size: 24px;
    }

    main .service .container .item .in .content .price span {
        font-size: 15px;
        white-space: nowrap;
        margin-right: -10px;
    }

    .table .list .item .in h3 {
        font-size: 18px;
    }

    .table .list .item .in ul li {
        font-size: 11px;
    }

    .table .list .item .price span {
        font-size: 14px;
    }

    .table .list .item .price img {
        width: 25px;
    }

    .partner img {
        width: 100%;
    }

    .partner h2 img {
        width: auto;
    }

    .contact .form {
        width: calc(100% - 100px);
    }

        .contact .form .img img {
            width: 100%;
        }

    .img_map .content img {
        width: initial !important;
    }

    .contact .form .img {
        position: absolute;
        right: -55px;
        top: -108px;
        width: 415px;
    }

    .img_map h2 {
        font-size: 26px;
    }

    .img_map .content {
        position: absolute;
        top: 0;
        padding: 25px;
        left: 0;
    }

        .img_map .content a img {
            width: 35px !important;
        }

        .img_map .content a {
            margin-top: 13px;
        }

    .img_map p {
        margin-top: -10px;
    }

    .blog .content_list .item .ex {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.toggle_menu {
    display: none;
}

.login_frm {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

    .login_frm .inside {
        width: 400px;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 39px;
    }

.header .head_top ul li:nth-child(2) a {
    white-space: nowrap;
}

.login_frm .inside .img img {
    width: 201px;
}

.login_frm .inside .img {
    width: 100%;
    text-align: center;
}

.login_frm .inside h2 {
    font-family: VIE-HandelGothic;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
    margin-top: 40px;
}

.login_frm .inside ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 18px;
}

    .login_frm .inside ul li {
        height: 54px;
        border: solid 1px #e8e8e8;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .login_frm .inside ul li img {
            width: 21px;
            margin-right: 18px;
        }

        .login_frm .inside ul li input {
            width: 70%;
            border: none;
            outline: none;
        }

.login_frm .inside button {
    width: 100%;
    height: 47px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #005db2;
    font-family: VIE-HandelGothic;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.login_frm .inside p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.31px;
    text-align: center;
    color: #535353;
    margin-top: 10px;
}

    .login_frm .inside p a {
        color: #fc9200;
    }

.login_frm .reset_pass {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: right;
    color: #fcb431;
    margin-top: -20px;
    margin-bottom: 30px;
}

.login_frm .close {
    font-family: Roboto,sans-serif;
    cursor: pointer;
    font-size: 35px;
    color: red;
    position: fixed;
    top: 0px;
    right: 15px;
}

.header .head_main .container ul li {
    position: relative;
}

    .header .head_main .container ul li:after {
        content: "";
        display: block;
        width: 0%;
        height: 3px;
        background: #FCB431;
        position: absolute;
        bottom: -30px;
        left: 0px;
        transition: 0.3s;
    }

    .header .head_main .container ul li:hover:after {
        width: 100%;
    }

.slide .swiper-slide.ex h2 {
    color: #FFF;
}

.slide .swiper-slide.ex p {
    color: #FFF;
}

main .slide .swiper-slide.ex .info form span:before {
    background: #C0D0E7;
}

button {
    transition: 0.3s;
}

.slide .swiper-slide.ex button {
    color: #FFF;
    border-color: #C0D0E7;
    background: none;
    transition: 0.3s;
}

.slide .swiper-slide button:hover {
    background: #CE0101;
    border-color: #CE0101;
    color: #FFF;
}

.slide .swiper-slide button:hover {
    background: #CE0101;
    border-color: #CE0101;
}

.slide .swiper-slide.ex form input {
    background: none;
    color: #C0D0E7;
    border-color: #C0D0E7;
}

#partners img {
    width: 100%;
}

#partners .swiper-wrapper {
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .login_frm .inside {
        position: relative;
        top: initial;
        right: initial;
    }

    .toggle_menu {
        font-family: VIE-HandelGothic,sans-serif;
        color: #005DB2;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 10px;
    }

    .login_frm .container {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        height: 100vh;
    }

    .container {
        max-width: 100%;
    }

    main .slide .info .in {
        margin-top: 0px;
    }

    main .service {
        margin-top: 0px;
    }

        main .service .container .item {
            width: 100%;
        }

    main .slide .info h2 {
        font-size: 24px;
    }

    main .slide .info form input {
        width: 100%;
        height: 28px;
    }

    main .slide .info form span {
        display: block;
        width: calc(100% - 175px);
    }

    main .slide .info form {
        margin-top: 20px;
    }

        main .slide .info form button {
            height: 30px;
            margin-top: 10px;
        }

    main .slide .info {
        padding: 30px;
    }

        main .slide .info form span:before {
            display: none;
        }

    .slide .swiper-slide img {
        height: 200px;
    }

    main .slide .info form img {
        height: auto !important;
    }

    main .slide .info form button {
        width: 120px;
        margin-top: 0px;
    }

    main .slide .info h2 {
        font-size: 24px;
        margin-top: -75px;
    }

    main .slide .info form {
        display: none;
    }

        main .slide .info form button img {
            display: none;
        }

        main .slide .info form button {
            width: 100px;
            margin-top: 0px;
            font-size: 10px;
            white-space: nowrap;
        }

        main .slide .info form button {
            background: #005CB1;
            color: #FFF;
        }

    main .service .container .item {
        padding: 0px;
    }

    main .service .container .inside {
        display: flex;
        width: 90%;
        margin-left: 5%;
        padding-top: 30px;
    }

    main .service .container .item {
        padding: 0px;
        margin-bottom: 30px;
    }

    main .box .first .container {
        flex-wrap: wrap;
    }

    main .box .first h2 {
        font-size: 28px;
        margin-top: 25px;
        width: 100%;
    }

    main .box .first .content img {
        display: none;
    }

    main .box .first .content {
        margin-top: 25px;
    }

    main .box .first .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

    .box {
        overflow: hidden;
        margin-top: 15px;
    }

        .box .inside {
            width: 100%;
            margin: 0px;
            flex-wrap: wrap;
        }

            .box .inside .item {
                width: 100%;
                text-align: center;
            }

            .box .inside h3 {
                text-align: center;
            }

            .box .inside p {
                text-align: center;
            }

    .table .list {
        margin: 0;
        flex-wrap: wrap;
        padding: 0px;
        width: 90%;
        margin-left: 5%;
    }

        .table .list .item {
            width: 100%;
            margin-bottom: 15px;
        }

        .table .list .item {
            padding: 0px;
        }

    .table .container {
        flex-wrap: wrap;
    }

    .table {
        padding: 30px 0px;
    }

        .table .list .item .in h3 {
            text-align: center;
        }

        .table .list .item .in ul li {
            text-align: center;
        }

        .table .container .info {
            width: 90%;
            margin-left: 5%;
        }

    .partner h2, .contact h2 {
        font-size: 36px;
    }

    .partner {
        padding: 30px 0px;
        padding-top: 10px;
        width: 90%;
        margin-left: 5%;
    }

    .contact .form .img {
        display: none;
    }

    .contact .form {
        width: calc(100% - 120px);
    }

    .contact .form {
        padding: 15px;
    }

    .contact .form {
        width: calc(100% - 50px);
    }

    .contact ul {
        width: 100%;
    }

        .contact ul li:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: -15px;
        }

    .contact ul {
        width: 100%;
        margin-top: -25px;
    }

        .contact ul li .item {
            width: 100%;
        }

    .contact .form {
        padding-bottom: 60px;
    }

    .contact ul li .view {
        width: 165px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .contact ul li .item:last-child {
        width: 100%;
        margin-top: -10px;
    }

    .contact ul li .view img {
        position: absolute;
        right: 5px;
        width: 29px;
    }

    .contact .container {
        width: 90%;
        margin-left: 5%;
    }

    .contact {
        padding-top: 0px;
        padding-bottom: 30px;
    }

        .partner h2, .contact h2 {
            font-size: 30px;
        }

    .blog .first {
        display: none;
    }

    .list_blog .nav {
        display: none;
    }

    .blog h2 {
        font-size: 30px;
    }

    .blog .container {
        width: 90%;
        margin-left: 5%;
    }

    .blog {
        padding: 20px 0px;
    }

        .blog .content_list {
            flex-wrap: wrap;
        }

            .blog .content_list .item {
                width: 100%;
            }

                .blog .content_list .item:last-child article {
                    flex-wrap: wrap;
                }

                    .blog .content_list .item:last-child article .img img {
                        width: 100% !important;
                    }

                    .blog .content_list .item:last-child article .img {
                        width: 100%;
                    }

                    .blog .content_list .item:last-child article .content {
                        padding: 0px;
                        border: none;
                    }

    .footer .top .container {
        flex-wrap: wrap;
    }

    .footer .top .container {
        width: 90%;
        margin-left: 5%;
    }

        .footer .top .container .info {
            margin-top: 15px;
        }

        .footer .top .container .local {
            margin-top: 15px;
        }

        .footer .top .container .social {
            margin-top: 15px;
        }

            .footer .top .container .social ul {
                margin-top: 15px;
            }

    .footer .center .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

        .footer .center .container .item {
            width: 100%;
        }

    .footer .center {
        padding: 30px 0px;
        padding-bottom: 20px;
    }

    .footer .bottom .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

        .footer .bottom .container .copyright {
            margin-top: 20px;
        }

    .header .head_top ul li:first-child {
        border: none;
    }

    .header .head_top ul li:last-child {
        border-right: none;
    }

    .header .head_main .container {
        flex-wrap: wrap;
    }

    .header {
        z-index: 99999999999999;
    }

    .menu {
        position: absolute;
        width: calc(100% + 5%);
        background: rgba(0,93,178,1);
        top: 119px;
        z-index: 99999999999999999999999;
        left: -5%;
        display: none;
    }

        .menu ul {
            flex-wrap: wrap;
            padding: 10px 0px;
            padding-bottom: 20px;
        }

    .header .head_top ul li {
        padding: 0 30px;
    }

    .menu ul li {
        width: 100%;
    }

    .menu ul li {
        margin-top: 10px;
    }

        .menu ul li a {
            color: #FFF !important;
        }

    .header .head_main .container {
        width: 90%;
        margin-left: 5%;
    }
}


/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.14em solid #005DB2;
    width: 0.72em;
    height: 0.72em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #ccc;
}

    .c100 *, .c100 *:before, .c100 *:after {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100.small {
        font-size: 80px;
    }

    .c100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        color: #ccc;
        display: block;
        text-align: center;
        white-space: nowrap;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .c100:after {
        position: absolute;
        top: 0.14em;
        left: 0.14em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #fff;
        width: 0.72em;
        height: 0.72em;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

    .c100.p1 .bar {
        -moz-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        -webkit-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }

    .c100.p2 .bar {
        -moz-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        -webkit-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }

    .c100.p3 .bar {
        -moz-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        -webkit-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }

    .c100.p4 .bar {
        -moz-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        -webkit-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }

    .c100.p5 .bar {
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    .c100.p6 .bar {
        -moz-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        -webkit-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }

    .c100.p7 .bar {
        -moz-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        -webkit-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }

    .c100.p8 .bar {
        -moz-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        -webkit-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }

    .c100.p9 .bar {
        -moz-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        -webkit-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }

    .c100.p10 .bar {
        -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }

    .c100.p11 .bar {
        -moz-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        -webkit-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }

    .c100.p12 .bar {
        -moz-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        -webkit-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

    .c100.p13 .bar {
        -moz-transform: rotate(46.8deg);
        -ms-transform: rotate(46.8deg);
        -webkit-transform: rotate(46.8deg);
        transform: rotate(46.8deg);
    }

    .c100.p14 .bar {
        -moz-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        -webkit-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }

    .c100.p15 .bar {
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -webkit-transform: rotate(54deg);
        transform: rotate(54deg);
    }

    .c100.p16 .bar {
        -moz-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        -webkit-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }

    .c100.p17 .bar {
        -moz-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        -webkit-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }

    .c100.p18 .bar {
        -moz-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        -webkit-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }

    .c100.p19 .bar {
        -moz-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        -webkit-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }

    .c100.p20 .bar {
        -moz-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    .c100.p21 .bar {
        -moz-transform: rotate(75.6deg);
        -ms-transform: rotate(75.6deg);
        -webkit-transform: rotate(75.6deg);
        transform: rotate(75.6deg);
    }

    .c100.p22 .bar {
        -moz-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        -webkit-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }

    .c100.p23 .bar {
        -moz-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        -webkit-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }

    .c100.p24 .bar {
        -moz-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        -webkit-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }

    .c100.p25 .bar {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c100.p26 .bar {
        -moz-transform: rotate(93.6deg);
        -ms-transform: rotate(93.6deg);
        -webkit-transform: rotate(93.6deg);
        transform: rotate(93.6deg);
    }

    .c100.p27 .bar {
        -moz-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        -webkit-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }

    .c100.p28 .bar {
        -moz-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        -webkit-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }

    .c100.p29 .bar {
        -moz-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        -webkit-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }

    .c100.p30 .bar {
        -moz-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }

    .c100.p31 .bar {
        -moz-transform: rotate(111.6deg);
        -ms-transform: rotate(111.6deg);
        -webkit-transform: rotate(111.6deg);
        transform: rotate(111.6deg);
    }

    .c100.p32 .bar {
        -moz-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        -webkit-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }

    .c100.p33 .bar {
        -moz-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        -webkit-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }

    .c100.p34 .bar {
        -moz-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        -webkit-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }

    .c100.p35 .bar {
        -moz-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }

    .c100.p36 .bar {
        -moz-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        -webkit-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }

    .c100.p37 .bar {
        -moz-transform: rotate(133.2deg);
        -ms-transform: rotate(133.2deg);
        -webkit-transform: rotate(133.2deg);
        transform: rotate(133.2deg);
    }

    .c100.p38 .bar {
        -moz-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        -webkit-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }

    .c100.p39 .bar {
        -moz-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        -webkit-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }

    .c100.p40 .bar {
        -moz-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }

    .c100.p41 .bar {
        -moz-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        -webkit-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }

    .c100.p42 .bar {
        -moz-transform: rotate(151.2deg);
        -ms-transform: rotate(151.2deg);
        -webkit-transform: rotate(151.2deg);
        transform: rotate(151.2deg);
    }

    .c100.p43 .bar {
        -moz-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        -webkit-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }

    .c100.p44 .bar {
        -moz-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        -webkit-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }

    .c100.p45 .bar {
        -moz-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }

    .c100.p46 .bar {
        -moz-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        -webkit-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }

    .c100.p47 .bar {
        -moz-transform: rotate(169.2deg);
        -ms-transform: rotate(169.2deg);
        -webkit-transform: rotate(169.2deg);
        transform: rotate(169.2deg);
    }

    .c100.p48 .bar {
        -moz-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        -webkit-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }

    .c100.p49 .bar {
        -moz-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        -webkit-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }

    .c100.p50 .bar {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c100.p51 .bar {
        -moz-transform: rotate(183.6deg);
        -ms-transform: rotate(183.6deg);
        -webkit-transform: rotate(183.6deg);
        transform: rotate(183.6deg);
    }

    .c100.p52 .bar {
        -moz-transform: rotate(187.2deg);
        -ms-transform: rotate(187.2deg);
        -webkit-transform: rotate(187.2deg);
        transform: rotate(187.2deg);
    }

    .c100.p53 .bar {
        -moz-transform: rotate(190.8deg);
        -ms-transform: rotate(190.8deg);
        -webkit-transform: rotate(190.8deg);
        transform: rotate(190.8deg);
    }

    .c100.p54 .bar {
        -moz-transform: rotate(194.4deg);
        -ms-transform: rotate(194.4deg);
        -webkit-transform: rotate(194.4deg);
        transform: rotate(194.4deg);
    }

    .c100.p55 .bar {
        -moz-transform: rotate(198deg);
        -ms-transform: rotate(198deg);
        -webkit-transform: rotate(198deg);
        transform: rotate(198deg);
    }

    .c100.p56 .bar {
        -moz-transform: rotate(201.6deg);
        -ms-transform: rotate(201.6deg);
        -webkit-transform: rotate(201.6deg);
        transform: rotate(201.6deg);
    }

    .c100.p57 .bar {
        -moz-transform: rotate(205.2deg);
        -ms-transform: rotate(205.2deg);
        -webkit-transform: rotate(205.2deg);
        transform: rotate(205.2deg);
    }

    .c100.p58 .bar {
        -moz-transform: rotate(208.8deg);
        -ms-transform: rotate(208.8deg);
        -webkit-transform: rotate(208.8deg);
        transform: rotate(208.8deg);
    }

    .c100.p59 .bar {
        -moz-transform: rotate(212.4deg);
        -ms-transform: rotate(212.4deg);
        -webkit-transform: rotate(212.4deg);
        transform: rotate(212.4deg);
    }

    .c100.p60 .bar {
        -moz-transform: rotate(216deg);
        -ms-transform: rotate(216deg);
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    .c100.p61 .bar {
        -moz-transform: rotate(219.6deg);
        -ms-transform: rotate(219.6deg);
        -webkit-transform: rotate(219.6deg);
        transform: rotate(219.6deg);
    }

    .c100.p62 .bar {
        -moz-transform: rotate(223.2deg);
        -ms-transform: rotate(223.2deg);
        -webkit-transform: rotate(223.2deg);
        transform: rotate(223.2deg);
    }

    .c100.p63 .bar {
        -moz-transform: rotate(226.8deg);
        -ms-transform: rotate(226.8deg);
        -webkit-transform: rotate(226.8deg);
        transform: rotate(226.8deg);
    }

    .c100.p64 .bar {
        -moz-transform: rotate(230.4deg);
        -ms-transform: rotate(230.4deg);
        -webkit-transform: rotate(230.4deg);
        transform: rotate(230.4deg);
    }

    .c100.p65 .bar {
        -moz-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        -webkit-transform: rotate(234deg);
        transform: rotate(234deg);
    }

    .c100.p66 .bar {
        -moz-transform: rotate(237.6deg);
        -ms-transform: rotate(237.6deg);
        -webkit-transform: rotate(237.6deg);
        transform: rotate(237.6deg);
    }

    .c100.p67 .bar {
        -moz-transform: rotate(241.2deg);
        -ms-transform: rotate(241.2deg);
        -webkit-transform: rotate(241.2deg);
        transform: rotate(241.2deg);
    }

    .c100.p68 .bar {
        -moz-transform: rotate(244.8deg);
        -ms-transform: rotate(244.8deg);
        -webkit-transform: rotate(244.8deg);
        transform: rotate(244.8deg);
    }

    .c100.p69 .bar {
        -moz-transform: rotate(248.4deg);
        -ms-transform: rotate(248.4deg);
        -webkit-transform: rotate(248.4deg);
        transform: rotate(248.4deg);
    }

    .c100.p70 .bar {
        -moz-transform: rotate(252deg);
        -ms-transform: rotate(252deg);
        -webkit-transform: rotate(252deg);
        transform: rotate(252deg);
    }

    .c100.p71 .bar {
        -moz-transform: rotate(255.6deg);
        -ms-transform: rotate(255.6deg);
        -webkit-transform: rotate(255.6deg);
        transform: rotate(255.6deg);
    }

    .c100.p72 .bar {
        -moz-transform: rotate(259.2deg);
        -ms-transform: rotate(259.2deg);
        -webkit-transform: rotate(259.2deg);
        transform: rotate(259.2deg);
    }

    .c100.p73 .bar {
        -moz-transform: rotate(262.8deg);
        -ms-transform: rotate(262.8deg);
        -webkit-transform: rotate(262.8deg);
        transform: rotate(262.8deg);
    }

    .c100.p74 .bar {
        -moz-transform: rotate(266.4deg);
        -ms-transform: rotate(266.4deg);
        -webkit-transform: rotate(266.4deg);
        transform: rotate(266.4deg);
    }

    .c100.p75 .bar {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .c100.p76 .bar {
        -moz-transform: rotate(273.6deg);
        -ms-transform: rotate(273.6deg);
        -webkit-transform: rotate(273.6deg);
        transform: rotate(273.6deg);
    }

    .c100.p77 .bar {
        -moz-transform: rotate(277.2deg);
        -ms-transform: rotate(277.2deg);
        -webkit-transform: rotate(277.2deg);
        transform: rotate(277.2deg);
    }

    .c100.p78 .bar {
        -moz-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        -webkit-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }

    .c100.p79 .bar {
        -moz-transform: rotate(284.4deg);
        -ms-transform: rotate(284.4deg);
        -webkit-transform: rotate(284.4deg);
        transform: rotate(284.4deg);
    }

    .c100.p80 .bar {
        -moz-transform: rotate(288deg);
        -ms-transform: rotate(288deg);
        -webkit-transform: rotate(288deg);
        transform: rotate(288deg);
    }

    .c100.p81 .bar {
        -moz-transform: rotate(291.6deg);
        -ms-transform: rotate(291.6deg);
        -webkit-transform: rotate(291.6deg);
        transform: rotate(291.6deg);
    }

    .c100.p82 .bar {
        -moz-transform: rotate(295.2deg);
        -ms-transform: rotate(295.2deg);
        -webkit-transform: rotate(295.2deg);
        transform: rotate(295.2deg);
    }

    .c100.p83 .bar {
        -moz-transform: rotate(298.8deg);
        -ms-transform: rotate(298.8deg);
        -webkit-transform: rotate(298.8deg);
        transform: rotate(298.8deg);
    }

    .c100.p84 .bar {
        -moz-transform: rotate(302.4deg);
        -ms-transform: rotate(302.4deg);
        -webkit-transform: rotate(302.4deg);
        transform: rotate(302.4deg);
    }

    .c100.p85 .bar {
        -moz-transform: rotate(306deg);
        -ms-transform: rotate(306deg);
        -webkit-transform: rotate(306deg);
        transform: rotate(306deg);
    }

    .c100.p86 .bar {
        -moz-transform: rotate(309.6deg);
        -ms-transform: rotate(309.6deg);
        -webkit-transform: rotate(309.6deg);
        transform: rotate(309.6deg);
    }

    .c100.p87 .bar {
        -moz-transform: rotate(313.2deg);
        -ms-transform: rotate(313.2deg);
        -webkit-transform: rotate(313.2deg);
        transform: rotate(313.2deg);
    }

    .c100.p88 .bar {
        -moz-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        -webkit-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }

    .c100.p89 .bar {
        -moz-transform: rotate(320.4deg);
        -ms-transform: rotate(320.4deg);
        -webkit-transform: rotate(320.4deg);
        transform: rotate(320.4deg);
    }

    .c100.p90 .bar {
        -moz-transform: rotate(324deg);
        -ms-transform: rotate(324deg);
        -webkit-transform: rotate(324deg);
        transform: rotate(324deg);
    }

    .c100.p91 .bar {
        -moz-transform: rotate(327.6deg);
        -ms-transform: rotate(327.6deg);
        -webkit-transform: rotate(327.6deg);
        transform: rotate(327.6deg);
    }

    .c100.p92 .bar {
        -moz-transform: rotate(331.2deg);
        -ms-transform: rotate(331.2deg);
        -webkit-transform: rotate(331.2deg);
        transform: rotate(331.2deg);
    }

    .c100.p93 .bar {
        -moz-transform: rotate(334.8deg);
        -ms-transform: rotate(334.8deg);
        -webkit-transform: rotate(334.8deg);
        transform: rotate(334.8deg);
    }

    .c100.p94 .bar {
        -moz-transform: rotate(338.4deg);
        -ms-transform: rotate(338.4deg);
        -webkit-transform: rotate(338.4deg);
        transform: rotate(338.4deg);
    }

    .c100.p95 .bar {
        -moz-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        -webkit-transform: rotate(342deg);
        transform: rotate(342deg);
    }

    .c100.p96 .bar {
        -moz-transform: rotate(345.6deg);
        -ms-transform: rotate(345.6deg);
        -webkit-transform: rotate(345.6deg);
        transform: rotate(345.6deg);
    }

    .c100.p97 .bar {
        -moz-transform: rotate(349.2deg);
        -ms-transform: rotate(349.2deg);
        -webkit-transform: rotate(349.2deg);
        transform: rotate(349.2deg);
    }

    .c100.p98 .bar {
        -moz-transform: rotate(352.8deg);
        -ms-transform: rotate(352.8deg);
        -webkit-transform: rotate(352.8deg);
        transform: rotate(352.8deg);
    }

    .c100.p99 .bar {
        -moz-transform: rotate(356.4deg);
        -ms-transform: rotate(356.4deg);
        -webkit-transform: rotate(356.4deg);
        transform: rotate(356.4deg);
    }

    .c100.p100 .bar {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .c100:hover {
        cursor: default;
    }

        .c100:hover > span {
            width: 3.33em;
            line-height: 3.33em;
            font-size: 0.3em;
            color: #307bbb;
        }

        .c100:hover:after {
            top: 0.04em;
            left: 0.04em;
            width: 0.92em;
            height: 0.92em;
        }

    .c100.dark {
        background-color: #777;
    }

        .c100.dark .bar,
        .c100.dark .fill {
            border-color: #c6ff00 !important;
        }

        .c100.dark > span {
            color: #777;
        }

        .c100.dark:after {
            background-color: #666;
        }

        .c100.dark:hover > span {
            color: #c6ff00;
        }

    .c100.green .bar, .c100.green .fill {
        border-color: #4db53c !important;
    }

    .c100.green:hover > span {
        color: #4db53c;
    }

    .c100.green.dark .bar, .c100.green.dark .fill {
        border-color: #5fd400 !important;
    }

    .c100.green.dark:hover > span {
        color: #5fd400;
    }

    .c100.orange .bar, .c100.orange .fill {
        border-color: #dd9d22 !important;
    }

    .c100.orange:hover > span {
        color: #dd9d22;
    }

    .c100.orange.dark .bar, .c100.orange.dark .fill {
        border-color: #e08833 !important;
    }

    .c100.orange.dark:hover > span {
        color: #e08833;
    }

.c100 {
    font-size: 89px;
    float: none;
    background: #F5F5F5;
}

    .c100 > span {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 500;
        color: #005db2;
    }

.process .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .process .in ul {
        display: flex;
    }

        .process .in ul li {
            list-style: none;
            font-family: Roboto;
            font-size: 19px;
            font-weight: 500;
            color: #6d6d6d;
            display: flex;
            align-items: center;
        }

            .process .in ul li.active span {
                border: solid 2px #005db2;
                background-color: #005db2;
                color: #FFF;
            }

            .process .in ul li span {
                display: block;
                width: 24px;
                height: 24px;
                border: solid 2px #6d6d6d;
                border-radius: 50%;
                text-align: center;
                line-height: 28px;
                margin-right: 10px;
            }

.list_process ul li.active .img1 {
    display: none;
}

.list_process ul li.active {
    color: #005db2;
}

    .list_process ul li.active .img2 {
        display: block;
    }

.list_process ul li .img2 {
    display: none;
}

.list_process ul li img {
    margin: 0px 46px;
}

.process {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_table {
    padding-bottom: 40px;
}

    .content_table .right {
        width: 358px;
        background: #FFF;
        border-radius: 10px;
    }

    .content_table .left {
        width: calc(100% - 388px);
        border-radius: 10px;
        margin-right: 30px;
    }

.content_table {
    background: #F9F9F9;
}

    .content_table .in {
        display: flex;
        flex-wrap: wrap;
    }

    .content_table .left .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 36px;
        margin-bottom: 15px;
    }

        .content_table .left .title h1 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.32;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

        .content_table .left .title .remove_all {
            width: 94px;
            height: 26px;
            border-radius: 10px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            background-color: #ffffff;
            font-family: Roboto;
            font-size: 14px;
            line-height: 28px;
            color: #ed1d24;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

            .content_table .left .title .remove_all img {
                margin-right: 3px;
            }

            .content_table .left .title .remove_all span {
                margin-top: 3px;
            }

            .content_table .left .title .remove_all:hover {
                box-shadow: none;
            }

.list_order .in {
}

    .list_order .in .item {
        width: 100%;
        border-radius: 10px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        padding: 30px;
        margin-bottom: 15px;
        justify-content: space-between;
    }

        .list_order .in .item ul {
            display: flex;
            align-items: center;
            border-radius: 10px;
            border: solid 1px #ececec;
            background-color: #ffffff;
            font-family: Roboto;
            font-size: 14px;
            line-height: 1.21;
            color: #6d6d6d;
            overflow: hidden;
            display: none;
        }

            .list_order .in .item ul li {
                list-style: none;
                border-bottom: solid 1px #ececec;
                cursor: pointer;
                transition: 0.3s;
                padding: 13px 17px;
            }

                .list_order .in .item ul li:last-child {
                    border-bottom: none;
                }

                .list_order .in .item ul li:hover {
                    background: #E2EBF6;
                }

        .list_order .in .item .slt {
            width: 230px;
            height: 41px;
            border-radius: 10px;
            border: solid 1px #ececec;
            background-color: #ffffff;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .list_order .in .item .slt span {
                font-family: Roboto;
                font-size: 14px;
                color: #6d6d6d;
            }

            .list_order .in .item .slt img {
                margin-left: 70px;
                position: relative;
                transition: 0.3s;
                z-index: 11;
            }

        .list_order .in .item .slt {
            cursor: pointer;
        }

            .list_order .in .item .slt:hover img {
                transform: rotate(-180deg);
            }

        .list_order .in .item:nth-child(1) {
            z-index: 10;
        }

        .list_order .in .item:nth-child(2) {
            z-index: 9;
        }

        .list_order .in .item:nth-child(3) {
            z-index: 8;
        }

        .list_order .in .item:nth-child(4) {
            z-index: 7;
        }

        .list_order .in .item:nth-child(5) {
            z-index: 6;
        }

        .list_order .in .item:nth-child(6) {
            z-index: 5;
        }

        .list_order .in .item:nth-child(7) {
            z-index: 4;
        }

        .list_order .in .item:nth-child(8) {
            z-index: 3;
        }

        .list_order .in .item:nth-child(9) {
            z-index: 2;
        }

        .list_order .in .item:nth-child(10) {
            z-index: 1;
        }

        .list_order .in .item .slt ul {
            background: #FFF;
            position: absolute;
            flex-wrap: wrap;
            top: -1px;
            width: 100%;
            z-index: 10;
        }

            .list_order .in .item .slt ul li {
                width: 100%;
            }

        .list_order .in .item .price .sale {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2d;
            text-align: right;
        }

        .list_order .in .item .price .regular {
            font-family: Roboto;
            font-size: 12px;
            color: #ed1d24;
            text-align: right;
            text-decoration: line-through;
        }

        .list_order .in .item .img {
            display: flex;
            align-items: center;
        }

        .list_order .in .item h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: center;
            color: #005db2;
            margin-left: 28px;
            margin-right: 62px;
        }

        .list_order .in .item a.remove_item .img2 {
            display: none;
        }

        .list_order .in .item a.remove_item {
            transition: 0.3s;
            width: 27px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            background-color: #ffffff;
            border-radius: 10px;
            position: relative;
        }

            .list_order .in .item a.remove_item img {
                transition: 0.3s;
                position: absolute;
                left: 6px;
                top: 5px;
            }

            .list_order .in .item a.remove_item:hover .img2 {
                display: block;
            }

            .list_order .in .item a.remove_item:hover .img1 {
                display: none;
            }

            .list_order .in .item a.remove_item:hover {
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            }

.content_table .right {
    height: fit-content;
    margin-top: 87px;
}

    .content_table .right .in {
        padding: 25px;
    }

.list_txt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_table .right .in .gift {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ececec;
}

    .content_table .right .in .gift input {
        width: 100%;
        height: 41px;
        border: none;
        background-color: #ffffff;
        outline: none;
        text-indent: 17px;
        font-family: Roboto;
        font-size: 14px;
        color: #6d6d6d;
    }

    .content_table .right .in .gift button {
        position: absolute;
        top: 0;
        right: 0;
        width: 92px;
        height: 43px;
        border: none;
        outline: none;
        background-color: #005db2;
        font-family: Roboto;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer;
        transition: 0.3s;
    }

        .content_table .right .in .gift button:hover {
            background: #E50019;
        }

.content_table .right .in .list_txt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_table .right .in .list_txt {
    width: 100%;
}

    .content_table .right .in .list_txt label {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #005db2;
    }

    .content_table .right .in .list_txt strong {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #2d2d2d;
    }

    .content_table .right .in .list_txt span {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        color: #6d6d6d;
    }

    .content_table .right .in .list_txt ul li {
        margin-top: 28px;
    }

.content_table .right .in .list_txt_sale {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    margin-top: 28px;
}

    .content_table .right .in .list_txt_sale span {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #ff2e17;
    }

    .content_table .right .in .list_txt_sale p {
        font-family: Roboto;
        font-size: 10px;
        font-weight: 500;
        color: #6d6d6d;
    }

    .content_table .right .in .list_txt_sale .number {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        color: #ff2e17;
    }

.content_table .right .in .list_txt_sale {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 28px;
}

.content_table .right .in .total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

    .content_table .right .in .total label {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        color: #005db2;
    }

    .content_table .right .in .total span {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        color: #005db2;
    }

.content_table .right .in .btn {
    width: 100%;
    height: 47px;
    border-radius: 6px;
    background-color: #005db2;
    outline: none;
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 20px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 28px;
    transition: 0.3s;
}

    .content_table .right .in .btn:hover {
        background: #E50019;
    }

@media screen and (max-width: 1199px) {
    .list_order .in .item h3 {
        margin-left: 10px;
        margin-right: 18px;
    }

    .list_order .in .item .slt {
        width: 130px;
    }

        .list_order .in .item .slt img {
            margin-left: 40px;
        }

    .list_order .in .item h3 {
        max-width: 130px;
    }
}

@media screen and (max-width: 991px) {
    .content_table .left {
        width: 100%;
        border-radius: 10px;
        margin-right: 0px;
    }

    .container .in {
        padding: 0 15px;
    }

    .process .in ul li span {
        display: none;
    }

    .list_order .in {
        padding: 0px;
    }

    .content_table .right {
        width: 100%;
        margin-top: 30px;
    }

    .list_process ul li img {
        margin: 0px 20px;
    }

    .list_order .in .item {
        flex-wrap: wrap;
    }

        .list_order .in .item h3 {
            max-width: 100%;
            margin-left: 30px;
        }

    .process .in ul li {
        font-size: 14px;
    }

    .list_process ul li img {
        margin: 0px 5px;
    }

    .process .in {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

.form_order {
    width: calc(100% - 60px);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
}

    .form_order ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }


        .form_order ul li {
            width: calc(50% - 20px);
            padding: 10px;
            position: relative;
        }

        .form_order ul li {
            position: relative;
        }

            .form_order ul li input {
                width: 100%;
                height: 45px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
            }

            .form_order ul li:nth-child(2) img {
                position: absolute;
                right: 20px;
                top: 54px;
            }

            .form_order ul li:nth-child(5) .img {
                position: absolute;
                right: 13px;
                top: 54px;
                background: #FFF;
                padding-right: 10px;
            }

            .form_order ul li:last-child {
                margin-top: -97px;
            }

            .form_order ul li textarea {
                width: 100%;
                height: 120px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
                padding-top: 15px;
            }

            .form_order ul li select {
                width: 100%;
                height: 45px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
            }

            .form_order ul li label {
                font-family: Roboto;
                font-size: 16px;
                font-weight: 500;
                color: #005db2;
            }

            .form_order ul li span {
                color: #ed1d24;
            }

.avatar {
    display: flex;
    align-items: center;
    font-family: Muli;
    font-size: 14px;
    color: #ffffff;
}

    .avatar img {
        margin: 0 8px;
    }

.form_order .btn .reload {
    width: 47px;
    height: 47px;
    border-radius: 6px;
    background-color: #5d94cf;
    border: none;
    outline: none;
}

.form_order .btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin-top: 30px;
}

    .form_order .btn .pay {
        width: 292px;
        height: 47px;
        border-radius: 6px;
        background-color: #005db2;
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border: none;
        outline: none;
        margin-left: 15px;
    }

    .form_order .btn button {
        cursor: pointer;
    }

        .form_order .btn button:hover {
            background: #E50019 !important;
        }

.thankyou {
    width: 100%;
    margin-top: 30px;
}

    .thankyou img {
        width: 100%;
    }

    .thankyou h1 {
        font-family: VIE-HandelGothic;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #005db2;
        margin: auto;
        margin-top: 20px;
    }

.process .in ul li span img {
    margin: 0;
    width: 28px;
    margin-top: -2px;
    margin-left: -2px;
}

@media screen and (max-width: 991px) {
    .form_order ul li {
        margin: 0;
        width: 100%;
    }

    .form_order {
        width: 100%;
        padding: 0px;
    }

    .list_process {
        margin-top: 15px;
    }

    .thankyou h1 {
        font-size: 30px;
    }

    .form_order ul li:last-child {
        margin-top: 0;
    }

    .type_pay ul li:nth-child(2) .content .in {
        flex-wrap: wrap !important;
    }

        .type_pay ul li:nth-child(2) .content .in .left_ {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .type_pay ul li:nth-child(2) .content .in .right_ {
            width: 100%;
            margin: 0;
            padding: 0;
        }

    .type_pay .btn_pay {
        width: 100% !important;
    }
}

.type_pay ul li:nth-child(3) .content img {
    width: 100% !important;
}

.type_pay ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .type_pay ul li h4 {
        font-family: Roboto;
        font-size: 14px;
        color: #2d2d2d;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }

        .type_pay ul li h4:hover {
            color: #ed1d24;
        }

        .type_pay ul li h4 span {
            margin-right: 6px;
        }

        .type_pay ul li h4 span {
            display: block;
            width: 19px;
            height: 19px;
            min-width: 19px;
            min-height: 19px;
            border: solid 2px #2d2d2d;
            border-radius: 50%;
        }

    .type_pay ul li:first-child .content {
        display: block;
    }

    .type_pay ul li h4 img {
        width: 23px;
        height: 23px;
        min-width: 23px;
        min-height: 23px;
        position: absolute;
        left: 0;
        opacity: 0;
    }

    .type_pay ul li .content {
        margin-top: 20px;
    }

        .type_pay ul li .content img {
            width: 100%;
        }

    .type_pay ul li h4 .img {
        position: relative;
        width: auto;
        opacity: 1;
    }

.c100 {
    margin: 0;
}

.type_pay ul li {
    border-top: 1px solid #ECECEC;
    margin-top: 25px;
    padding-top: 25px;
}

    .type_pay ul li:nth-child(2) .content {
        width: 100%;
    }

    .type_pay ul li:nth-child(3) img {
        width: auto !important;
    }

    .type_pay ul li h4.active img {
        opacity: 1;
    }

    .type_pay ul li h4.active span {
        opacity: 0;
    }

.type_pay .bank_check {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 14px);
}

    .type_pay .bank_check .item {
        width: 12.8%;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px dashed #DFDFDF;
        background: #FFF;
        cursor: pointer;
    }

@media screen and (max-width: 767px) {
    .type_pay .bank_check .item {
        width: 21.5%;
    }
}

.type_pay .bank_check .item.active {
    border-color: #E50019;
}

.type_pay ul li:nth-child(2) .content .in {
    display: flex;
    flex-wrap: nowrap;
}

.type_pay ul li .content {
    display: none;
}

.type_pay ul li:nth-child(2) .content .left_ {
    width: 50%;
    padding-right: 30px;
}

.type_pay ul li:nth-child(2) .content .right_ {
    width: 50%;
    margin-top: 30px;
}

.type_pay ul li:nth-child(2) .content .left_ label {
    display: block;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    margin-bottom: 9px;
}

.type_pay ul li:nth-child(2) .content .left_ input {
    /*width: 100%;
    height: 38px;*/
    border-radius: 10px;
    border: solid 1px #ececec;
    background-color: #ffffff;
    margin-bottom: 15px;
    text-indent: 15px;
    outline: none;
}

.type_pay ul li:nth-child(2) .content .right_ p img {
    width: auto;
    margin-right: 5px;
}

.type_pay ul li:nth-child(2) .content .right_ p {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.type_pay ul li h4 a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    position: absolute;
    right: 0;
    transition: 0.3s;
}

    .type_pay ul li h4 a:hover {
        color: #ed1d24;
    }

.type_pay ul li:nth-child(3) img {
    width: 100%;
}

.type_pay ul li:nth-child(3) p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    margin-bottom: 15px;
}

.type_pay ul {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
}

.type_pay .btn_pay {
    width: 173px;
    height: 47px;
    border-radius: 6px;
    background-color: #005db2;
    border: none;
    outline: none;
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 30px;
    float: right;
    transition: 0.3s;
    cursor: pointer;
}

    .type_pay .btn_pay:hover {
        background: #E50019;
    }

.list_order .in .item .slt span {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    width: 80%;
    margin-right: 30px;
}

.list_order .in .item .slt img {
    margin-left: 0;
    position: absolute;
    right: 12px;
}

.list_order .in .item .slt ul {
    width: 100%;
    height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .list_order .in .item .slt ul li {
        white-space: nowrap;
    }

.list_order .in .item .month {
    width: 120px;
    height: 41px;
    border-radius: 10px;
    border: solid 1px #ececec;
    background-color: #ffffff;
    text-align: center;
    line-height: 41px;
    margin-left: 12px;
    font-family: Roboto;
    font-size: 14px;
    color: #6d6d6d;
    cursor: pointer;
}

.list_order .in .item .price {
    width: 120px;
    margin-right: 10px;
}

.list_order .in .item h3 {
    margin-left: 28px;
    margin-right: 28px;
}

.list_order .in .item .month img {
    margin-left: 12px;
}

.list_order .in .item h3 {
    margin-left: 15px;
    margin-right: 15px;
}

.popup_slt_month {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .popup_slt_month .in {
        width: 1130px;
        background: #FFF;
    }

.list_order .in .item.active {
    z-index: 99999999999;
}

.popup_slt_month .in .img {
    width: 100%;
    background: #FFF;
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 25px 35px;
    background-size: cover !important;
    background-position: center center !important;
}

.popup_slt_month .in .list_ {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px;
}

    .popup_slt_month .in .list_ .item_ {
        width: 33.33%;
    }

        .popup_slt_month .in .list_ .item_ .insider {
            padding: 10px;
        }

            .popup_slt_month .in .list_ .item_ .insider .border {
                border: solid 1px #c5c8ca;
                background-color: #ffffff;
                padding: 20px;
                border-radius: 10px;
                transition: 0.3s;
            }

        .popup_slt_month .in .list_ .item_ .title {
            margin: 0;
            border-bottom: 1px solid #828282;
            padding-bottom: 10px;
        }

            .popup_slt_month .in .list_ .item_ .title img {
                opacity: 0;
                transition: 0.3s;
            }

        .popup_slt_month .in .list_ .item_.active .title img {
            opacity: 1;
        }

        .popup_slt_month .in .list_ .item_.active .insider .border {
            border-color: transparent;
            box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.16);
        }

        .popup_slt_month .in .list_ .item_ .title h3 {
            margin: 0;
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            color: #005db2;
        }

        .popup_slt_month .in .list_ .item_ .cnt {
            text-align: left;
        }

            .popup_slt_month .in .list_ .item_ .cnt .price {
                width: 100%;
                font-family: Roboto;
                font-size: 14px;
                color: #2d2d2d;
                margin-top: 25px;
            }

            .popup_slt_month .in .list_ .item_ .cnt .total {
                font-family: VIE-HandelGothic;
                font-size: 20px;
                font-weight: bold;
                color: #005db2;
                margin-top: -15px;
                margin-bottom: -10px;
            }

.popup_slt_month {
    display: none;
}

    .popup_slt_month .in {
        position: relative;
        z-index: 999999999999;
    }

main {
    position: relative;
    z-index: 1;
}

.popup_slt_month .close_ {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.popup_slt_month .inside {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.list_order .in .item .img img {
    width: 78px;
}

.list_order .in .item h3 {
    font-size: 18px;
}

.content_table .left .title h1 {
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    .list_order .in .item .img {
        font-size: 30px;
    }

    .list_order .in .item .price {
        margin-top: 20px;
    }

    .list_order .in .item a.remove_item {
        margin-top: 20px;
    }

    .list_order .in .item .slt ul {
        width: 220px;
        height: 370px;
        overflow-y: scroll;
        overflow-x: hidden;
        left: -1px;
        z-index: 9999;
    }

    .popup_slt_month .in .list_ {
        height: 300px;
        overflow-y: scroll;
    }

        .popup_slt_month .in .list_ .item_ {
            width: 100%;
        }

    .popup_slt_month .in {
        position: relative;
        width: calc(100% - 30px);
        z-index: 999999999999;
        margin-left: 0px;
    }

        .popup_slt_month .in .list_ {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 20px 20px;
        }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.header {
    position: relative;
    z-index: 10;
}

    .header .head_top {
        width: 100%;
        height: 39px;
        background-color: #005db2;
        display: flex;
        align-items: center;
    }

        .header .head_top .container {
            display: flex;
            justify-content: flex-end;
            height: 100%;
        }

        .header .head_top ul {
            padding: 0;
            margin: 0;
            height: 100%;
            list-style: none;
            display: flex;
            align-items: center;
        }

            .header .head_top ul li {
                height: 100%;
                display: flex;
                align-items: center;
                padding: 0 36px;
                /* border-left: 1px solid #4586C7; */
                position: relative;
            }

                /* .header .head_top ul li:last-child {
                    border-right: 1px solid #4586C7;
                } */

                    .header .head_top ul li:last-child span {
                        width: 13px;
                        height: 13px;
                        background-color: #ff2e17;
                        display: block;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        font-family: Muli;
                        font-size: 8px;
                        font-weight: bold;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 13px;
                        letter-spacing: normal;
                        text-align: center;
                        color: #ffffff;
                        position: absolute;
                        top: 18px;
                        left: 43px;
                    }

.list_order .in .item.active {
    z-index: 99999999999999999999 !important;
}

.header .head_top ul li:nth-child(2) a {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .header .head_top ul li:nth-child(2) a img {
        margin: 0 5px;
    }

.header .head_main {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

    .header .head_main .container {
        display: flex;
        align-items: center;
    }

        .header .head_main .container ul {
            display: flex;
            align-items: center;
            list-style: none;
        }

            .header .head_main .container ul li {
                margin-left: 44px;
            }

                .header .head_main .container ul li a {
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.19;
                    letter-spacing: normal;
                    text-align: center;
                    color: #005db2;
                }

                    .header .head_main .container ul li a img {
                        margin-left: 4px;
                        margin-top: 5px;
                    }

.flex-grow {
    flex-grow: 1;
}

.header .head_main .container .search {
    margin-left: 44px;
    display: flex;
    align-items: center;
}

.footer .top {
    background-color: #005db2;
    padding: 30px 0px;
}

    .footer .top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer .top .container ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .footer .top .container .info h3 {
            font-family: Roboto,sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }

            .footer .top .container .info h3:after {
                content: "";
                display: block;
                width: 97px;
                height: 1px;
                background: #FFF;
                margin: 10px 0px;
            }

        .footer .top .container .info p {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

        .footer .top .container .local li {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }

        .footer .top .container .local {
            margin-top: 42px;
        }

        .footer .top .container .social h3 {
            font-family: Roboto,sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }

            .footer .top .container .social h3:after {
                content: "";
                display: block;
                width: 97px;
                height: 1px;
                background: #FFF;
                margin: 10px 0px;
            }

        .footer .top .container .social {
            width: 261px;
        }

            .footer .top .container .social ul {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 12px;
            }

.footer .center {
    background-size: cover !important;
    background-position: center center !important;
    padding: 70px 0px;
    padding-bottom: 60px;
}

    .footer .center .container {
        display: flex;
        justify-content: space-between;
    }

a {
    text-decoration: none;
}

.footer .center .container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .center .container h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

    .footer .center .container h3:after {
        content: "";
        display: block;
        width: 176px;
        height: 1px;
        background: #FFF;
        margin: 20px 0px;
        margin-bottom: 10px;
    }

.footer .center .container ul li {
}

    .footer .center .container ul li a {
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.07;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        transition: 0.3s;
    }

        .footer .center .container ul li a:hover {
            color: #E50019 !important;
        }

.footer .bottom {
    padding: 45px 0px;
}

    .footer .bottom .container {
        display: flex;
        justify-content: space-between;
    }

        .footer .bottom .container ul {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        .footer .bottom .container h2 {
            font-family: Roboto;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.14;
            color: #005db2;
        }

        .footer .bottom .container ul li {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

        .footer .bottom .container .copyright {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #fcb431;
            margin-top: 52px;
        }

main .slide {
    position: relative;
}

    main .slide .info {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
    }

        main .slide .info .in {
            width: 100%;
            margin-top: -180px;
        }

        main .slide .info h2 {
            font-size: 48px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            font-family: VIE-HandelGothic,sans-serif;
            text-transform: uppercase;
        }

        main .slide .info p {
            max-width: 394px;
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-top: 12px;
        }

        main .slide .info form input {
            width: 328.4px;
            height: 45.9px;
            border-radius: 23px;
            border: solid 1px #005db2;
            text-indent: 26px;
            outline: none;
            color: #005db2;
            font-family: VIE-HandelGothic;
        }

            main .slide .info form input::placeholder {
                font-family: Segoe UI;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.31;
                letter-spacing: -0.2px;
                text-align: left;
                color: #e2ebf6;
            }

        main .slide .info form {
            margin-top: 35px;
        }

            main .slide .info form span {
                position: relative;
            }

                main .slide .info form span:before {
                    content: "";
                    display: block;
                    width: 1px;
                    height: 21px;
                    background: #005db2;
                    position: absolute;
                    top: 13px;
                    left: 20px;
                }

        main .slide .info form {
            display: flex;
            align-items: center;
        }

            main .slide .info form button {
                width: 159.4px;
                height: 47.89px;
                border-radius: 23px;
                border: solid 1px #005db2;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Montserrat;
                font-size: 14px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.29;
                letter-spacing: normal;
                text-align: left;
                color: #005db2;
                outline: none;
                cursor: pointer;
                margin-left: 12px;
                background: #FFF;
            }

                main .slide .info form button img {
                    margin-left: 10px;
                    margin-right: -10px;
                }

main .service {
    margin-top: -252px;
    position: relative;
    z-index: 10;
}

    main .service .container {
        display: flex;
        align-items: center;
        -ms-transform-origin: center;
    }

        main .service .container .item {
            padding: 15px;
            padding-bottom: 80px;
        }

            main .service .container .item .in {
                border-radius: 6px;
                box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
                background-color: #ffffff;
                transition: 0.3s;
                -ms-transform-origin: center;
            }

                main .service .container .item .in:hover {
                    transform: scale(1,1.1);
                }

                main .service .container .item .in .img {
                    text-align: center;
                }

                    main .service .container .item .in .img img {
                        width: auto;
                        height: 240px;
                    }

                main .service .container .item .in h3 {
                    font-family: Montserrat;
                    font-size: 28px;
                    font-weight: 700;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.32;
                    letter-spacing: normal;
                    text-align: center;
                    color: #005db2;
                    text-transform: uppercase;
                    margin-top: -20px;
                }

                main .service .container .item .in p {
                    font-family: Muli;
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.29;
                    letter-spacing: normal;
                    text-align: center;
                    color: #6d6d6d;
                    margin-top: 15px;
                }

                main .service .container .item .in .content {
                    padding: 30px;
                    text-align: center;
                    padding-bottom: 100px;
                    position: relative;
                }

                    main .service .container .item .in .content .price {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-top: 25px;
                        position: absolute;
                        left: 50%;
                        transform: translate(-50%,0%);
                    }

                        main .service .container .item .in .content .price span {
                            font-family: Montserrat;
                            font-size: 18px;
                            font-weight: 700;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.33;
                            letter-spacing: normal;
                            text-align: left;
                            color: #005db2;
                        }

                        main .service .container .item .in .content .price img {
                            margin-left: 25px;
                        }

main .service {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    main .service .container .inside {
        display: flex;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-top: 50px;
    }

    main .service .container .item .in .content .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        visibility: hidden;
        opacity: 0;
        text-indent: -40px;
        transition: 0.3s;
    }


        main .service .container .item .in .content .view img {
            position: absolute;
            right: 5px;
        }

    main .service .container .item:hover .in .content .view {
        visibility: visible;
        opacity: 1;
    }

main .box .first .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
}

main .box .first h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
}

main .box .first .content {
    width: 450px;
}

main .box .first .content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

    main .box .first .content img {
        margin-right: 10px;
        margin-top: -10px;
    }

    main .box .first .content .cnt {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d2d;
    }

        main .box .first .content .cnt p {
            margin-bottom: 10px;
        }

            main .box .first .content .cnt p:last-child {
                margin-bottom: 0;
            }

.box {
    overflow: hidden;
    margin-top: 50px;
}

    .box .inside {
        display: flex;
        width: calc(100% + 60px);
        margin-left: -30px;
    }

        .box .inside h3 {
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            font-family: VIE-HandelGothic,sans-serif;
            text-transform: uppercase;
            margin: 10px 0px;
        }

        .box .inside .content {
            margin-top: 25px;
        }

        .box .inside p {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
        }

        .box .inside .item .in {
            padding: 30px;
        }

.table {
    background: #F9FBFD;
    padding: 100px 0px;
    margin-top: 60px;
    overflow: hidden;
}

    .table .container {
        display: flex;
        justify-content: space-between;
    }

    .table .list {
        display: flex;
        width: calc(100% - 291px);
        margin-left: -7.5px;
        padding-right: 40px;
    }

        .table .list .item {
            width: 33.33%;
            padding: 7.5px;
        }

    .table .container .info {
        width: 291px;
    }

    .table .list .item .in {
        border-radius: 6px;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        position: relative;
    }

        .table .list .item .in .img {
            width: 100%;
            text-align: center;
            padding: 40px 0px;
            padding-bottom: 10px;
        }

            .table .list .item .in .img img {
                height: 130px;
                width: auto;
            }

        .table .list .item .in h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-bottom: 10px;
        }

        .table .list .item .in .cnt {
            padding: 0px 30px;
            position: relative;
            padding-bottom: 100px;
        }

        .table .list .item .in ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .table .list .item .in ul li {
                font-family: Roboto;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 2.79;
                letter-spacing: normal;
                text-align: left;
                color: #707070;
            }

    .table .list .item .price {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        width: 100%;
    }

        .table .list .item .price span {
            font-family: Montserrat;
            font-size: 18px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            margin-right: 7px;
        }

    .table .list .item rice img {
        margin-left: 25px;
    }

    .table .list .item .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        text-indent: -40px;
    }


        .table .list .item .view img {
            position: absolute;
            right: 5px;
        }

    .table .list .item:hover .view {
        visibility: visible;
        opacity: 1;
    }

    .table .info h2 {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
    }

    .table .info p {
        font-family: HelveticaNeue,sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #6d6d6d;
        margin: 30px 0px;
        margin-top: 20px;
    }

    .table .info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .table .info ul li {
            display: flex;
            align-items: center;
            font-family: Roboto;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #707070;
            margin-top: 10px;
        }

            .table .info ul li img {
                margin-right: 15px;
            }

    .table .info .view {
        width: 196px;
        height: 45.9px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background-color: #005db2;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: auto;
        margin-top: 25px;
        transition: 0.3s;
        position: relative;
        margin-left: 0px;
        text-indent: -40px;
        margin-top: 40px;
    }

#partners {
    margin-top: 30px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 10px;
}

.table .info .view img {
    position: absolute;
    right: 5px;
}

.partner {
    padding: 60px 0px;
}

#partners .swiper-wrapper {
    align-items: center;
    padding-bottom: 70px;
}

.partner h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005DB2;
    text-transform: uppercase;
}

#partners .swiper-pagination-bullet {
    opacity: 1;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
}

#partners .swiper-pagination-bullet-active {
    background: #DDDDDD;
    width: 30px;
    border-radius: 12px;
}

.contact {
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 50px;
    padding-bottom: 100px;
}

    .contact h2 {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .contact ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .contact ul {
        width: 551px;
        display: flex;
        flex-wrap: wrap;
    }

    .contact .form {
        border-radius: 6px;
        border: solid 10px #ffffff;
        padding: 50px;
        width: 1000px;
    }

    .contact ul li input, .contact ul li textarea {
        width: 100%;
        outline: none;
        border: none;
        background: none;
        height: 35px;
        border-bottom: 1px solid #6390BB;
        color: #FFF;
    }

    .contact ul li {
        width: 100%;
        margin-top: 15px;
    }

        .contact ul li:nth-child(2) {
            width: 50%;
        }

        .contact ul li:nth-child(3) {
            width: 50%;
        }

        .contact ul li input::placeholder {
            color: #FFF;
        }

        .contact ul li textarea::placeholder {
            color: #FFF;
        }

        .contact ul li input[type="checkbox"] {
            width: initial !important;
            font-family: VIE-HandelGothic,sans-serif;
        }

        .contact ul li textarea {
            margin-top: 15px;
        }

        .contact ul li .view {
            width: 196px;
            height: 45.9px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 23px;
            background-color: #005db2;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            margin: auto;
            margin-top: 25px;
            transition: 0.3s;
            position: relative;
            border: none;
            background: transparent;
            border: 1px solid #FFF;
            border-radius: 25px;
            text-indent: -40px;
            margin: 0;
        }

            .contact ul li .view img {
                position: absolute;
                right: 5px;
            }

        .contact ul li:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .contact ul li .item {
            height: 100%;
            display: flex;
            align-items: center;
            color: #FFF;
        }

        .contact ul li:last-child span {
            font-family: Muli;
            margin-left: 10px;
        }

.contact {
    overflow: hidden;
}

    .contact .form {
        position: relative;
    }

        .contact .form .img {
            position: absolute;
            right: -160px;
            top: -108px;
            width: 589px;
        }

.blog h2 {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
}

.blog .first p {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #464749;
}

.blog .first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    .blog .first form input {
        width: 328.4px;
        height: 45.9px;
        border-radius: 23px;
        border: solid 1px #005db2;
        text-indent: 26px;
        outline: none;
        color: #005db2;
    }

        .blog .first form input::placeholder {
            font-family: Segoe UI;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.31;
            letter-spacing: -0.2px;
            text-align: left;
            color: #e2ebf6;
        }

    .blog .first form {
        margin-top: 35px;
    }

        .blog .first form span {
            position: relative;
        }

            .blog .first form span:before {
                content: "";
                display: block;
                width: 1px;
                height: 21px;
                background: #005db2;
                position: absolute;
                top: 13px;
                left: 20px;
            }

    .blog .first form {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .blog .first form button {
            width: 159.4px;
            height: 47.89px;
            border-radius: 23px;
            border: solid 1px #005db2;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            outline: none;
            cursor: pointer;
            margin-left: 12px;
            background: #FFF;
            position: relative;
            text-indent: -30px;
        }

            .blog .first form button img {
                margin-left: 10px;
                margin-right: -10px;
                position: absolute;
                right: 15px;
            }

    .blog .first .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .blog .first .item p {
            width: 100%;
        }

.list_blog .nav {
    width: 100%;
    margin-top: 40px;
}

    .list_blog .nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #B7B7B7;
    }

    .list_blog .nav li {
        width: 33.33%;
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: center;
        color: #005db2;
        display: flex;
        justify-content: center;
        padding-bottom: 12px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
    }

        .list_blog .nav li:hover {
            color: #FF2E17;
        }

        .list_blog .nav li.active:before {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background: #d9001b;
            position: absolute;
            left: 0px;
            bottom: -2px;
        }

.blog .content_list {
    margin-top: 35px;
}

.blog {
    overflow: hidden;
}

    .blog .content_list {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

        .blog .content_list h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            text-transform: uppercase;
        }

    .blog .content_list {
        display: flex;
    }

        .blog .content_list .item {
            width: 50%;
            padding: 15px;
        }

            .blog .content_list .item .img img {
                width: 100%;
            }

            .blog .content_list .item:first-child .content {
                padding-left: 100px;
            }

            .blog .content_list .item .date {
                width: 56px;
                height: 67px;
                border-radius: 4px;
                display: block;
                background-color: #005db2;
                text-align: center;
            }

            .blog .content_list .item .content {
                position: relative;
                margin-top: 20px;
            }

            .blog .content_list .item .date span {
                display: block;
                width: 100%;
            }

            .blog .content_list .item:first-child .date {
                position: absolute;
                top: 0;
                left: 22px;
            }

            .blog .content_list .item .date span:first-child {
                font-family: Roboto;
                font-size: 32px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.19;
                letter-spacing: 0.8px;
                text-align: center;
                color: #ffffff;
            }

            .blog .content_list .item .date span:last-child {
                font-family: Roboto;
                font-size: 12px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: -0.7px;
                text-align: center;
                color: #ffffff;
            }

            .blog .content_list .item .date span:first-child:after {
                content: "";
                display: block;
                width: calc(100% - 10px);
                height: 1px;
                background: #FFF;
                margin-left: 5px;
                margin-bottom: 4px;
                margin-top: 2px;
            }

            .blog .content_list .item ul {
                padding: 0;
                margin-top: 0;
                list-style: none;
                display: flex;
                margin-top: 10px;
            }

                .blog .content_list .item ul li {
                    font-family: HelveticaNeue;
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fcb431;
                    display: flex;
                    align-items: center;
                    margin-right: 10px;
                }

                    .blog .content_list .item ul li img {
                        margin-right: 5px;
                        margin-top: -2px;
                    }

            .blog .content_list .item .ex {
                font-family: Roboto,sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.38;
                letter-spacing: normal;
                text-align: left;
                color: #484848;
                margin-top: 10px;
            }

            .blog .content_list .item:last-child article {
                display: flex;
            }

                .blog .content_list .item:last-child article .img img {
                    width: 292px;
                }

                .blog .content_list .item:last-child article .date {
                    position: absolute;
                    top: 15px;
                    left: 15px;
                }

                .blog .content_list .item:last-child article .content {
                    position: static;
                }

            .blog .content_list .item:last-child article {
                position: relative;
                border-radius: 9px;
                display: flex;
                margin-bottom: 30px;
            }

            .blog .content_list .item:last-child .content {
                border: solid 1px #d8d8d8;
                margin-top: 0px;
                border-left: none;
                padding: 0px 20px;
            }

            .blog .content_list .item:last-child h3 {
                margin-top: 20px;
            }

            .blog .content_list .item:last-child a {
                display: flex;
            }

.blog {
    padding: 60px 0px;
}

    .blog .view {
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        display: flex !important;
        align-items: center;
        margin-top: 20px;
        height: auto !important;
    }

    .blog .content_list .item .view img {
        margin-left: 10px;
    }

    .blog .img a img {
        height: 100%;
        object-fit: cover;
    }

.hot {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-bottom: 60px solid transparent;
    border-right: 60px solid transparent;
    border-right: 60px solid #005DB2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .hot span {
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #fcb431;
        text-transform: uppercase;
        display: block;
        transform: rotate(45deg);
        text-align: center;
        margin-top: -2px;
        margin-left: 28px;
    }

.table .list .item:hover .hot {
    opacity: 1;
    visibility: visible;
}

.img_map h3 {
    font-family: VIE-HandelGothic;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #6d6d6d;
}

.img_map h2 {
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img_map p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

.img_map a {
    display: flex;
    align-items: center;
}

.img_map .content {
    position: absolute;
    top: 0;
    padding: 45px;
    left: 0;
}

    .img_map .content a {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        margin-top: 30px;
    }

        .img_map .content a img {
            margin-right: 10px;
        }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog .content_list .item .ex {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.login_frm .container {
    position: relative;
    height: 100vh;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 991px;
    }

    main .service .container .item {
        width: 30.33%;
    }

    main .service .container .inside {
        flex-wrap: wrap;
    }

    main .service .container .item .in h3 {
        font-size: 24px;
    }

    main .service .container .item .in .content .price span {
        font-size: 15px;
        white-space: nowrap;
        margin-right: -10px;
    }

    .table .list .item .in h3 {
        font-size: 18px;
    }

    .table .list .item .in ul li {
        font-size: 11px;
    }

    .table .list .item .price span {
        font-size: 14px;
    }

    .table .list .item .price img {
        width: 25px;
    }

    .partner img {
        width: 100%;
    }

    .partner h2 img {
        width: auto;
    }

    .contact .form {
        width: calc(100% - 100px);
    }

        .contact .form .img img {
            width: 100%;
        }

    .img_map .content img {
        width: initial !important;
    }

    .contact .form .img {
        position: absolute;
        right: -55px;
        top: -108px;
        width: 415px;
    }

    .img_map h2 {
        font-size: 26px;
    }

    .img_map .content {
        position: absolute;
        top: 0;
        padding: 25px;
        left: 0;
    }

        .img_map .content a img {
            width: 35px !important;
        }

        .img_map .content a {
            margin-top: 13px;
        }

    .img_map p {
        margin-top: -10px;
    }

    .blog .content_list .item .ex {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

.toggle_menu {
    display: none;
}

.login_frm {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

    .login_frm .inside {
        width: 300px;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 39px;
    }

.header .head_top ul li:nth-child(2) a {
    white-space: nowrap;
}

.login_frm .inside .img img {
    width: 201px;
}

.login_frm .inside .img {
    width: 100%;
    text-align: center;
}

.login_frm .inside h2 {
    font-family: VIE-HandelGothic;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
    margin-top: 40px;
}

.login_frm .inside ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 18px;
}

    .login_frm .inside ul li {
        height: 54px;
        border: solid 1px #e8e8e8;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .login_frm .inside ul li img {
            width: 21px;
            margin-right: 18px;
        }

        .login_frm .inside ul li input {
            width: 70%;
            border: none;
            outline: none;
        }

.login_frm .inside button {
    width: 100%;
    height: 47px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #005db2;
    font-family: VIE-HandelGothic;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.login_frm .inside p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.31px;
    text-align: center;
    color: #535353;
    margin-top: 10px;
}

    .login_frm .inside p a {
        color: #fc9200;
    }

.login_frm .reset_pass {
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: right;
    color: #fcb431;
    margin-top: -20px;
    margin-bottom: 30px;
}

.login_frm .close {
    font-family: Roboto,sans-serif;
    cursor: pointer;
    font-size: 35px;
    color: red;
    position: fixed;
    top: 0px;
    right: 15px;
}

.header .head_main .container ul li {
    position: relative;
}

    .header .head_main .container ul li:after {
        content: "";
        display: block;
        width: 0%;
        height: 3px;
        background: #FCB431;
        position: absolute;
        bottom: -30px;
        left: 0px;
        transition: 0.3s;
    }

    .header .head_main .container ul li:hover:after {
        width: 100%;
    }

.slide .swiper-slide.ex h2 {
    color: #FFF;
}

.slide .swiper-slide.ex p {
    color: #FFF;
}

main .slide .swiper-slide.ex .info form span:before {
    background: #C0D0E7;
}

button {
    transition: 0.3s;
}

.slide .swiper-slide.ex button {
    color: #FFF;
    border-color: #C0D0E7;
    background: none;
    transition: 0.3s;
}

.slide .swiper-slide button:hover {
    background: #CE0101;
    border-color: #CE0101;
    color: #FFF;
}

.slide .swiper-slide button:hover {
    background: #CE0101;
    border-color: #CE0101;
}

.slide .swiper-slide.ex form input {
    background: none;
    color: #C0D0E7;
    border-color: #C0D0E7;
}

#partners img {
    width: 100%;
}

#partners .swiper-wrapper {
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .login_frm .inside {
        position: relative;
        top: initial;
        right: initial;
    }

    .toggle_menu {
        font-family: VIE-HandelGothic,sans-serif;
        color: #005DB2;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        margin-left: 10px;
    }

    .login_frm .container {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        height: 100vh;
    }

    .container {
        max-width: 100%;
    }

    main .slide .info .in {
        margin-top: 0px;
    }

    main .service {
        margin-top: 0px;
    }

        main .service .container .item {
            width: 100%;
        }

    main .slide .info h2 {
        font-size: 24px;
    }

    main .slide .info form input {
        width: 100%;
        height: 28px;
    }

    main .slide .info form span {
        display: block;
        width: calc(100% - 175px);
    }

    main .slide .info form {
        margin-top: 20px;
    }

        main .slide .info form button {
            height: 30px;
            margin-top: 10px;
        }

    main .slide .info {
        padding: 30px;
    }

        main .slide .info form span:before {
            display: none;
        }

    .slide .swiper-slide img {
        height: 200px;
    }

    main .slide .info form img {
        height: auto !important;
    }

    main .slide .info form button {
        width: 120px;
        margin-top: 0px;
    }

    main .slide .info h2 {
        font-size: 24px;
        margin-top: -75px;
    }

    main .slide .info form {
        display: none;
    }

        main .slide .info form button img {
            display: none;
        }

        main .slide .info form button {
            width: 100px;
            margin-top: 0px;
            font-size: 10px;
            white-space: nowrap;
        }

        main .slide .info form button {
            background: #005CB1;
            color: #FFF;
        }

    main .service .container .item {
        padding: 0px;
    }

    main .service .container .inside {
        display: flex;
        width: 90%;
        margin-left: 5%;
        padding-top: 30px;
    }

    main .service .container .item {
        padding: 0px;
        margin-bottom: 30px;
    }

    main .box .first .container {
        flex-wrap: wrap;
    }

    main .box .first h2 {
        font-size: 28px;
        margin-top: 25px;
        width: 100%;
    }

    main .box .first .content img {
        display: none;
    }

    main .box .first .content {
        margin-top: 25px;
    }

    main .box .first .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

    .box {
        overflow: hidden;
        margin-top: 15px;
    }

        .box .inside {
            width: 100%;
            margin: 0px;
            flex-wrap: wrap;
        }

            .box .inside .item {
                width: 100%;
                text-align: center;
            }

            .box .inside h3 {
                text-align: center;
            }

            .box .inside p {
                text-align: center;
            }

    .table .list {
        margin: 0;
        flex-wrap: wrap;
        padding: 0px;
        width: 90%;
        margin-left: 5%;
    }

        .table .list .item {
            width: 100%;
            margin-bottom: 15px;
        }

        .table .list .item {
            padding: 0px;
        }

    .table .container {
        flex-wrap: wrap;
    }

    .table {
        padding: 30px 0px;
    }

        .table .list .item .in h3 {
            text-align: center;
        }

        .table .list .item .in ul li {
            text-align: center;
        }

        .table .container .info {
            width: 90%;
            margin-left: 5%;
        }

    .partner h2, .contact h2 {
        font-size: 36px;
    }

    .partner {
        padding: 30px 0px;
        padding-top: 10px;
        width: 90%;
        margin-left: 5%;
    }

    .contact .form .img {
        display: none;
    }

    .contact .form {
        width: calc(100% - 120px);
    }

    .contact .form {
        padding: 15px;
    }

    .contact .form {
        width: calc(100% - 50px);
    }

    .contact ul {
        width: 100%;
    }

        .contact ul li:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: -15px;
        }

    .contact ul {
        width: 100%;
        margin-top: -25px;
    }

        .contact ul li .item {
            width: 100%;
        }

    .contact .form {
        padding-bottom: 60px;
    }

    .contact ul li .view {
        width: 165px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .contact ul li .item:last-child {
        width: 100%;
        margin-top: -10px;
    }

    .contact ul li .view img {
        position: absolute;
        right: 5px;
        width: 29px;
    }

    .contact .container {
        width: 90%;
        margin-left: 5%;
    }

    .contact {
        padding-top: 0px;
        padding-bottom: 30px;
    }

        .partner h2, .contact h2 {
            font-size: 30px;
        }

    .blog .first {
        display: none;
    }

    .list_blog .nav {
        display: none;
    }

    .blog h2 {
        font-size: 30px;
    }

    .blog .container {
        width: 90%;
        margin-left: 5%;
    }

    .blog {
        padding: 20px 0px;
    }

        .blog .content_list {
            flex-wrap: wrap;
        }

            .blog .content_list .item {
                width: 100%;
            }

                .blog .content_list .item:last-child article {
                    flex-wrap: wrap;
                }

                    .blog .content_list .item:last-child article .img img {
                        width: 100% !important;
                    }

                    .blog .content_list .item:last-child article .img {
                        width: 100%;
                    }

                    .blog .content_list .item:last-child article .content {
                        padding: 0px;
                        border: none;
                    }

    .footer .top .container {
        flex-wrap: wrap;
    }

    .footer .top .container {
        width: 90%;
        margin-left: 5%;
    }

        .footer .top .container .info {
            margin-top: 15px;
        }

        .footer .top .container .local {
            margin-top: 15px;
        }

        .footer .top .container .social {
            margin-top: 15px;
        }

            .footer .top .container .social ul {
                margin-top: 15px;
            }

    .footer .center .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

        .footer .center .container .item {
            width: 100%;
        }

    .footer .center {
        padding: 30px 0px;
        padding-bottom: 20px;
    }

    .footer .bottom .container {
        flex-wrap: wrap;
        width: 90%;
        margin-left: 5%;
    }

        .footer .bottom .container .copyright {
            margin-top: 20px;
        }

    .header .head_top ul li:first-child {
        border: none;
    }

    .header .head_top ul li:last-child {
        border-right: none;
    }

    .header .head_main .container {
        flex-wrap: wrap;
    }

    .header {
        z-index: 99999999999999;
    }

    .menu {
        position: absolute;
        width: calc(100% + 5%);
        background: rgba(0,93,178,1);
        top: 119px;
        z-index: 99999999999999999999999;
        left: -5%;
        display: none;
    }

        .menu ul {
            flex-wrap: wrap;
            padding: 10px 0px;
            padding-bottom: 20px;
        }

    .header .head_top ul li {
        padding: 0 30px;
    }

    .menu ul li {
        width: 100%;
    }

    .menu ul li {
        margin-top: 10px;
    }

        .menu ul li a {
            color: #FFF !important;
        }

    .header .head_main .container {
        width: 90%;
        margin-left: 5%;
    }
}


/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.14em solid #005DB2;
    width: 0.72em;
    height: 0.72em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #ccc;
}

    .c100 *, .c100 *:before, .c100 *:after {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100.small {
        font-size: 80px;
    }

    .c100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        color: #ccc;
        display: block;
        text-align: center;
        white-space: nowrap;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .c100:after {
        position: absolute;
        top: 0.14em;
        left: 0.14em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #fff;
        width: 0.72em;
        height: 0.72em;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

    .c100.p1 .bar {
        -moz-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        -webkit-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }

    .c100.p2 .bar {
        -moz-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        -webkit-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }

    .c100.p3 .bar {
        -moz-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        -webkit-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }

    .c100.p4 .bar {
        -moz-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        -webkit-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }

    .c100.p5 .bar {
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    .c100.p6 .bar {
        -moz-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        -webkit-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }

    .c100.p7 .bar {
        -moz-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        -webkit-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }

    .c100.p8 .bar {
        -moz-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        -webkit-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }

    .c100.p9 .bar {
        -moz-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        -webkit-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }

    .c100.p10 .bar {
        -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }

    .c100.p11 .bar {
        -moz-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        -webkit-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }

    .c100.p12 .bar {
        -moz-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        -webkit-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

    .c100.p13 .bar {
        -moz-transform: rotate(46.8deg);
        -ms-transform: rotate(46.8deg);
        -webkit-transform: rotate(46.8deg);
        transform: rotate(46.8deg);
    }

    .c100.p14 .bar {
        -moz-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        -webkit-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }

    .c100.p15 .bar {
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -webkit-transform: rotate(54deg);
        transform: rotate(54deg);
    }

    .c100.p16 .bar {
        -moz-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        -webkit-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }

    .c100.p17 .bar {
        -moz-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        -webkit-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }

    .c100.p18 .bar {
        -moz-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        -webkit-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }

    .c100.p19 .bar {
        -moz-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        -webkit-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }

    .c100.p20 .bar {
        -moz-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    .c100.p21 .bar {
        -moz-transform: rotate(75.6deg);
        -ms-transform: rotate(75.6deg);
        -webkit-transform: rotate(75.6deg);
        transform: rotate(75.6deg);
    }

    .c100.p22 .bar {
        -moz-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        -webkit-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }

    .c100.p23 .bar {
        -moz-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        -webkit-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }

    .c100.p24 .bar {
        -moz-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        -webkit-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }

    .c100.p25 .bar {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c100.p26 .bar {
        -moz-transform: rotate(93.6deg);
        -ms-transform: rotate(93.6deg);
        -webkit-transform: rotate(93.6deg);
        transform: rotate(93.6deg);
    }

    .c100.p27 .bar {
        -moz-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        -webkit-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }

    .c100.p28 .bar {
        -moz-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        -webkit-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }

    .c100.p29 .bar {
        -moz-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        -webkit-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }

    .c100.p30 .bar {
        -moz-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }

    .c100.p31 .bar {
        -moz-transform: rotate(111.6deg);
        -ms-transform: rotate(111.6deg);
        -webkit-transform: rotate(111.6deg);
        transform: rotate(111.6deg);
    }

    .c100.p32 .bar {
        -moz-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        -webkit-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }

    .c100.p33 .bar {
        -moz-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        -webkit-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }

    .c100.p34 .bar {
        -moz-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        -webkit-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }

    .c100.p35 .bar {
        -moz-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }

    .c100.p36 .bar {
        -moz-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        -webkit-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }

    .c100.p37 .bar {
        -moz-transform: rotate(133.2deg);
        -ms-transform: rotate(133.2deg);
        -webkit-transform: rotate(133.2deg);
        transform: rotate(133.2deg);
    }

    .c100.p38 .bar {
        -moz-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        -webkit-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }

    .c100.p39 .bar {
        -moz-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        -webkit-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }

    .c100.p40 .bar {
        -moz-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }

    .c100.p41 .bar {
        -moz-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        -webkit-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }

    .c100.p42 .bar {
        -moz-transform: rotate(151.2deg);
        -ms-transform: rotate(151.2deg);
        -webkit-transform: rotate(151.2deg);
        transform: rotate(151.2deg);
    }

    .c100.p43 .bar {
        -moz-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        -webkit-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }

    .c100.p44 .bar {
        -moz-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        -webkit-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }

    .c100.p45 .bar {
        -moz-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }

    .c100.p46 .bar {
        -moz-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        -webkit-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }

    .c100.p47 .bar {
        -moz-transform: rotate(169.2deg);
        -ms-transform: rotate(169.2deg);
        -webkit-transform: rotate(169.2deg);
        transform: rotate(169.2deg);
    }

    .c100.p48 .bar {
        -moz-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        -webkit-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }

    .c100.p49 .bar {
        -moz-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        -webkit-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }

    .c100.p50 .bar {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c100.p51 .bar {
        -moz-transform: rotate(183.6deg);
        -ms-transform: rotate(183.6deg);
        -webkit-transform: rotate(183.6deg);
        transform: rotate(183.6deg);
    }

    .c100.p52 .bar {
        -moz-transform: rotate(187.2deg);
        -ms-transform: rotate(187.2deg);
        -webkit-transform: rotate(187.2deg);
        transform: rotate(187.2deg);
    }

    .c100.p53 .bar {
        -moz-transform: rotate(190.8deg);
        -ms-transform: rotate(190.8deg);
        -webkit-transform: rotate(190.8deg);
        transform: rotate(190.8deg);
    }

    .c100.p54 .bar {
        -moz-transform: rotate(194.4deg);
        -ms-transform: rotate(194.4deg);
        -webkit-transform: rotate(194.4deg);
        transform: rotate(194.4deg);
    }

    .c100.p55 .bar {
        -moz-transform: rotate(198deg);
        -ms-transform: rotate(198deg);
        -webkit-transform: rotate(198deg);
        transform: rotate(198deg);
    }

    .c100.p56 .bar {
        -moz-transform: rotate(201.6deg);
        -ms-transform: rotate(201.6deg);
        -webkit-transform: rotate(201.6deg);
        transform: rotate(201.6deg);
    }

    .c100.p57 .bar {
        -moz-transform: rotate(205.2deg);
        -ms-transform: rotate(205.2deg);
        -webkit-transform: rotate(205.2deg);
        transform: rotate(205.2deg);
    }

    .c100.p58 .bar {
        -moz-transform: rotate(208.8deg);
        -ms-transform: rotate(208.8deg);
        -webkit-transform: rotate(208.8deg);
        transform: rotate(208.8deg);
    }

    .c100.p59 .bar {
        -moz-transform: rotate(212.4deg);
        -ms-transform: rotate(212.4deg);
        -webkit-transform: rotate(212.4deg);
        transform: rotate(212.4deg);
    }

    .c100.p60 .bar {
        -moz-transform: rotate(216deg);
        -ms-transform: rotate(216deg);
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    .c100.p61 .bar {
        -moz-transform: rotate(219.6deg);
        -ms-transform: rotate(219.6deg);
        -webkit-transform: rotate(219.6deg);
        transform: rotate(219.6deg);
    }

    .c100.p62 .bar {
        -moz-transform: rotate(223.2deg);
        -ms-transform: rotate(223.2deg);
        -webkit-transform: rotate(223.2deg);
        transform: rotate(223.2deg);
    }

    .c100.p63 .bar {
        -moz-transform: rotate(226.8deg);
        -ms-transform: rotate(226.8deg);
        -webkit-transform: rotate(226.8deg);
        transform: rotate(226.8deg);
    }

    .c100.p64 .bar {
        -moz-transform: rotate(230.4deg);
        -ms-transform: rotate(230.4deg);
        -webkit-transform: rotate(230.4deg);
        transform: rotate(230.4deg);
    }

    .c100.p65 .bar {
        -moz-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        -webkit-transform: rotate(234deg);
        transform: rotate(234deg);
    }

    .c100.p66 .bar {
        -moz-transform: rotate(237.6deg);
        -ms-transform: rotate(237.6deg);
        -webkit-transform: rotate(237.6deg);
        transform: rotate(237.6deg);
    }

    .c100.p67 .bar {
        -moz-transform: rotate(241.2deg);
        -ms-transform: rotate(241.2deg);
        -webkit-transform: rotate(241.2deg);
        transform: rotate(241.2deg);
    }

    .c100.p68 .bar {
        -moz-transform: rotate(244.8deg);
        -ms-transform: rotate(244.8deg);
        -webkit-transform: rotate(244.8deg);
        transform: rotate(244.8deg);
    }

    .c100.p69 .bar {
        -moz-transform: rotate(248.4deg);
        -ms-transform: rotate(248.4deg);
        -webkit-transform: rotate(248.4deg);
        transform: rotate(248.4deg);
    }

    .c100.p70 .bar {
        -moz-transform: rotate(252deg);
        -ms-transform: rotate(252deg);
        -webkit-transform: rotate(252deg);
        transform: rotate(252deg);
    }

    .c100.p71 .bar {
        -moz-transform: rotate(255.6deg);
        -ms-transform: rotate(255.6deg);
        -webkit-transform: rotate(255.6deg);
        transform: rotate(255.6deg);
    }

    .c100.p72 .bar {
        -moz-transform: rotate(259.2deg);
        -ms-transform: rotate(259.2deg);
        -webkit-transform: rotate(259.2deg);
        transform: rotate(259.2deg);
    }

    .c100.p73 .bar {
        -moz-transform: rotate(262.8deg);
        -ms-transform: rotate(262.8deg);
        -webkit-transform: rotate(262.8deg);
        transform: rotate(262.8deg);
    }

    .c100.p74 .bar {
        -moz-transform: rotate(266.4deg);
        -ms-transform: rotate(266.4deg);
        -webkit-transform: rotate(266.4deg);
        transform: rotate(266.4deg);
    }

    .c100.p75 .bar {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .c100.p76 .bar {
        -moz-transform: rotate(273.6deg);
        -ms-transform: rotate(273.6deg);
        -webkit-transform: rotate(273.6deg);
        transform: rotate(273.6deg);
    }

    .c100.p77 .bar {
        -moz-transform: rotate(277.2deg);
        -ms-transform: rotate(277.2deg);
        -webkit-transform: rotate(277.2deg);
        transform: rotate(277.2deg);
    }

    .c100.p78 .bar {
        -moz-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        -webkit-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }

    .c100.p79 .bar {
        -moz-transform: rotate(284.4deg);
        -ms-transform: rotate(284.4deg);
        -webkit-transform: rotate(284.4deg);
        transform: rotate(284.4deg);
    }

    .c100.p80 .bar {
        -moz-transform: rotate(288deg);
        -ms-transform: rotate(288deg);
        -webkit-transform: rotate(288deg);
        transform: rotate(288deg);
    }

    .c100.p81 .bar {
        -moz-transform: rotate(291.6deg);
        -ms-transform: rotate(291.6deg);
        -webkit-transform: rotate(291.6deg);
        transform: rotate(291.6deg);
    }

    .c100.p82 .bar {
        -moz-transform: rotate(295.2deg);
        -ms-transform: rotate(295.2deg);
        -webkit-transform: rotate(295.2deg);
        transform: rotate(295.2deg);
    }

    .c100.p83 .bar {
        -moz-transform: rotate(298.8deg);
        -ms-transform: rotate(298.8deg);
        -webkit-transform: rotate(298.8deg);
        transform: rotate(298.8deg);
    }

    .c100.p84 .bar {
        -moz-transform: rotate(302.4deg);
        -ms-transform: rotate(302.4deg);
        -webkit-transform: rotate(302.4deg);
        transform: rotate(302.4deg);
    }

    .c100.p85 .bar {
        -moz-transform: rotate(306deg);
        -ms-transform: rotate(306deg);
        -webkit-transform: rotate(306deg);
        transform: rotate(306deg);
    }

    .c100.p86 .bar {
        -moz-transform: rotate(309.6deg);
        -ms-transform: rotate(309.6deg);
        -webkit-transform: rotate(309.6deg);
        transform: rotate(309.6deg);
    }

    .c100.p87 .bar {
        -moz-transform: rotate(313.2deg);
        -ms-transform: rotate(313.2deg);
        -webkit-transform: rotate(313.2deg);
        transform: rotate(313.2deg);
    }

    .c100.p88 .bar {
        -moz-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        -webkit-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }

    .c100.p89 .bar {
        -moz-transform: rotate(320.4deg);
        -ms-transform: rotate(320.4deg);
        -webkit-transform: rotate(320.4deg);
        transform: rotate(320.4deg);
    }

    .c100.p90 .bar {
        -moz-transform: rotate(324deg);
        -ms-transform: rotate(324deg);
        -webkit-transform: rotate(324deg);
        transform: rotate(324deg);
    }

    .c100.p91 .bar {
        -moz-transform: rotate(327.6deg);
        -ms-transform: rotate(327.6deg);
        -webkit-transform: rotate(327.6deg);
        transform: rotate(327.6deg);
    }

    .c100.p92 .bar {
        -moz-transform: rotate(331.2deg);
        -ms-transform: rotate(331.2deg);
        -webkit-transform: rotate(331.2deg);
        transform: rotate(331.2deg);
    }

    .c100.p93 .bar {
        -moz-transform: rotate(334.8deg);
        -ms-transform: rotate(334.8deg);
        -webkit-transform: rotate(334.8deg);
        transform: rotate(334.8deg);
    }

    .c100.p94 .bar {
        -moz-transform: rotate(338.4deg);
        -ms-transform: rotate(338.4deg);
        -webkit-transform: rotate(338.4deg);
        transform: rotate(338.4deg);
    }

    .c100.p95 .bar {
        -moz-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        -webkit-transform: rotate(342deg);
        transform: rotate(342deg);
    }

    .c100.p96 .bar {
        -moz-transform: rotate(345.6deg);
        -ms-transform: rotate(345.6deg);
        -webkit-transform: rotate(345.6deg);
        transform: rotate(345.6deg);
    }

    .c100.p97 .bar {
        -moz-transform: rotate(349.2deg);
        -ms-transform: rotate(349.2deg);
        -webkit-transform: rotate(349.2deg);
        transform: rotate(349.2deg);
    }

    .c100.p98 .bar {
        -moz-transform: rotate(352.8deg);
        -ms-transform: rotate(352.8deg);
        -webkit-transform: rotate(352.8deg);
        transform: rotate(352.8deg);
    }

    .c100.p99 .bar {
        -moz-transform: rotate(356.4deg);
        -ms-transform: rotate(356.4deg);
        -webkit-transform: rotate(356.4deg);
        transform: rotate(356.4deg);
    }

    .c100.p100 .bar {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .c100:hover {
        cursor: default;
    }

        .c100:hover > span {
            width: 3.33em;
            line-height: 3.33em;
            font-size: 0.3em;
            color: #307bbb;
        }

        .c100:hover:after {
            top: 0.04em;
            left: 0.04em;
            width: 0.92em;
            height: 0.92em;
        }

    .c100.dark {
        background-color: #777;
    }

        .c100.dark .bar,
        .c100.dark .fill {
            border-color: #c6ff00 !important;
        }

        .c100.dark > span {
            color: #777;
        }

        .c100.dark:after {
            background-color: #666;
        }

        .c100.dark:hover > span {
            color: #c6ff00;
        }

    .c100.green .bar, .c100.green .fill {
        border-color: #4db53c !important;
    }

    .c100.green:hover > span {
        color: #4db53c;
    }

    .c100.green.dark .bar, .c100.green.dark .fill {
        border-color: #5fd400 !important;
    }

    .c100.green.dark:hover > span {
        color: #5fd400;
    }

    .c100.orange .bar, .c100.orange .fill {
        border-color: #dd9d22 !important;
    }

    .c100.orange:hover > span {
        color: #dd9d22;
    }

    .c100.orange.dark .bar, .c100.orange.dark .fill {
        border-color: #e08833 !important;
    }

    .c100.orange.dark:hover > span {
        color: #e08833;
    }

.c100 {
    font-size: 89px;
    float: none;
    background: #F5F5F5;
}

    .c100 > span {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 500;
        color: #005db2;
    }

.process .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .process .in ul {
        display: flex;
    }

        .process .in ul li {
            list-style: none;
            font-family: Roboto;
            font-size: 19px;
            font-weight: 500;
            color: #6d6d6d;
            display: flex;
            align-items: center;
        }

            .process .in ul li.active span {
                border: solid 2px #005db2;
                background-color: #005db2;
                color: #FFF;
            }

            .process .in ul li span {
                display: block;
                width: 24px;
                height: 24px;
                border: solid 2px #6d6d6d;
                border-radius: 50%;
                text-align: center;
                line-height: 28px;
                margin-right: 10px;
            }

.list_process ul li.active .img1 {
    display: none;
}

.list_process ul li.active {
    color: #005db2;
}

    .list_process ul li.active .img2 {
        display: block;
    }

.list_process ul li .img2 {
    display: none;
}

.list_process ul li img {
    margin: 0px 46px;
}

.process {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_table {
    padding-bottom: 40px;
}

    .content_table .right {
        width: 358px;
        background: #FFF;
        border-radius: 10px;
    }

    .content_table .left {
        width: calc(100% - 388px);
        border-radius: 10px;
        margin-right: 30px;
    }

.content_table {
    background: #F9F9F9;
}

    .content_table .in {
        display: flex;
        flex-wrap: wrap;
    }

    .content_table .left .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 36px;
        margin-bottom: 15px;
    }

        .content_table .left .title h1 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 28px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.32;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

        .content_table .left .title .remove_all {
            width: 94px;
            height: 26px;
            border-radius: 10px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            background-color: #ffffff;
            font-family: Roboto;
            font-size: 14px;
            line-height: 28px;
            color: #ed1d24;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

            .content_table .left .title .remove_all img {
                margin-right: 3px;
            }

            .content_table .left .title .remove_all span {
                margin-top: 3px;
            }

            .content_table .left .title .remove_all:hover {
                box-shadow: none;
            }

.list_order .in {
}

    .list_order .in .item {
        width: 100%;
        border-radius: 10px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        padding: 30px;
        margin-bottom: 15px;
        justify-content: space-between;
    }

        .list_order .in .item ul {
            display: flex;
            align-items: center;
            border-radius: 10px;
            border: solid 1px #ececec;
            background-color: #ffffff;
            font-family: Roboto;
            font-size: 14px;
            line-height: 1.21;
            color: #6d6d6d;
            overflow: hidden;
            display: none;
        }

            .list_order .in .item ul li {
                list-style: none;
                border-bottom: solid 1px #ececec;
                cursor: pointer;
                transition: 0.3s;
                padding: 13px 17px;
            }

                .list_order .in .item ul li:last-child {
                    border-bottom: none;
                }

                .list_order .in .item ul li:hover {
                    background: #E2EBF6;
                }

        .list_order .in .item .slt {
            width: 164px;
            height: 41px;
            border-radius: 10px;
            border: solid 1px #ececec;
            background-color: #ffffff;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .list_order .in .item .slt span {
                font-family: Roboto;
                font-size: 14px;
                color: #6d6d6d;
            }

            .list_order .in .item .slt img {
                margin-left: 70px;
                position: relative;
                transition: 0.3s;
                z-index: 11;
            }

        .list_order .in .item .slt {
            cursor: pointer;
        }

            .list_order .in .item .slt:hover img {
                transform: rotate(-180deg);
            }

        .list_order .in .item:nth-child(1) {
            z-index: 10;
        }

        .list_order .in .item:nth-child(2) {
            z-index: 9;
        }

        .list_order .in .item:nth-child(3) {
            z-index: 8;
        }

        .list_order .in .item:nth-child(4) {
            z-index: 7;
        }

        .list_order .in .item:nth-child(5) {
            z-index: 6;
        }

        .list_order .in .item:nth-child(6) {
            z-index: 5;
        }

        .list_order .in .item:nth-child(7) {
            z-index: 4;
        }

        .list_order .in .item:nth-child(8) {
            z-index: 3;
        }

        .list_order .in .item:nth-child(9) {
            z-index: 2;
        }

        .list_order .in .item:nth-child(10) {
            z-index: 1;
        }

        .list_order .in .item .slt ul {
            background: #FFF;
            position: absolute;
            flex-wrap: wrap;
            top: -1px;
            width: 100%;
            z-index: 10;
        }

            .list_order .in .item .slt ul li {
                width: 100%;
            }

        .list_order .in .item .price .sale {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 500;
            color: #2d2d2d;
            text-align: right;
        }

        .list_order .in .item .price .regular {
            font-family: Roboto;
            font-size: 12px;
            color: #ed1d24;
            text-align: right;
            text-decoration: line-through;
        }

        .list_order .in .item .img {
            display: flex;
            align-items: center;
        }

        .list_order .in .item h3 {
            font-family: VIE-HandelGothic,sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: center;
            color: #005db2;
            margin-left: 28px;
            margin-right: 62px;
        }

        .list_order .in .item a.remove_item .img2 {
            display: none;
        }

        .list_order .in .item a.remove_item {
            transition: 0.3s;
            width: 27px;
            height: 26px;
            text-align: center;
            line-height: 26px;
            background-color: #ffffff;
            border-radius: 10px;
            position: relative;
        }

            .list_order .in .item a.remove_item img {
                transition: 0.3s;
                position: absolute;
                left: 6px;
                top: 5px;
            }

            .list_order .in .item a.remove_item:hover .img2 {
                display: block;
            }

            .list_order .in .item a.remove_item:hover .img1 {
                display: none;
            }

            .list_order .in .item a.remove_item:hover {
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            }

.content_table .right {
    height: fit-content;
    margin-top: 87px;
}

    .content_table .right .in {
        padding: 25px;
    }

.list_txt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_table .right .in .gift {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ececec;
}

    .content_table .right .in .gift input {
        width: 100%;
        height: 41px;
        border: none;
        background-color: #ffffff;
        outline: none;
        text-indent: 17px;
        font-family: Roboto;
        font-size: 14px;
        color: #6d6d6d;
    }

    .content_table .right .in .gift button {
        position: absolute;
        top: 0;
        right: 0;
        width: 92px;
        height: 43px;
        border: none;
        outline: none;
        background-color: #005db2;
        font-family: Roboto;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer;
        transition: 0.3s;
    }

        .content_table .right .in .gift button:hover {
            background: #E50019;
        }

.content_table .right .in .list_txt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_table .right .in .list_txt {
    width: 100%;
}

    .content_table .right .in .list_txt label {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #005db2;
    }

    .content_table .right .in .list_txt strong {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #2d2d2d;
    }

    .content_table .right .in .list_txt span {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        color: #6d6d6d;
    }

    .content_table .right .in .list_txt ul li {
        margin-top: 28px;
    }

.content_table .right .in .list_txt_sale {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    margin-top: 28px;
}

    .content_table .right .in .list_txt_sale span {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        color: #ff2e17;
    }

    .content_table .right .in .list_txt_sale p {
        font-family: Roboto;
        font-size: 10px;
        font-weight: 500;
        color: #6d6d6d;
    }

    .content_table .right .in .list_txt_sale .number {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        color: #ff2e17;
    }

.content_table .right .in .list_txt_sale {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 28px;
}

.content_table .right .in .total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

    .content_table .right .in .total label {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        color: #005db2;
    }

    .content_table .right .in .total span {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        color: #005db2;
    }

.content_table .right .in .btn {
    width: 100%;
    height: 47px;
    border-radius: 6px;
    background-color: #005db2;
    outline: none;
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 20px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 28px;
    transition: 0.3s;
}

    .content_table .right .in .btn:hover {
        background: #E50019;
    }

@media screen and (max-width: 1199px) {
    .list_order .in .item h3 {
        margin-left: 10px;
        margin-right: 18px;
    }

    .list_order .in .item .slt {
        width: 130px;
    }

        .list_order .in .item .slt img {
            margin-left: 40px;
        }

    .list_order .in .item h3 {
        max-width: 130px;
    }
}

@media screen and (max-width: 991px) {
    .content_table .left {
        width: 100%;
        border-radius: 10px;
        margin-right: 0px;
    }

    .container .in {
        padding: 0 15px;
    }

    .process .in ul li span {
        display: none;
    }

    .list_order .in {
        padding: 0px;
    }

    .content_table .right {
        width: 100%;
        margin-top: 30px;
    }

    .list_process ul li img {
        margin: 0px 20px;
    }

    .list_order .in .item {
        flex-wrap: wrap;
    }

        .list_order .in .item h3 {
            max-width: 100%;
            margin-left: 30px;
        }

    .process .in ul li {
        font-size: 14px;
    }

    .list_process ul li img {
        margin: 0px 5px;
    }

    .process .in {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

.form_order {
    width: calc(100% - 60px);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
}

    .form_order ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }


        .form_order ul li {
            width: calc(50% - 20px);
            padding: 10px;
            position: relative;
        }

        .form_order ul li {
            position: relative;
        }

            .form_order ul li input {
                width: 100%;
                height: 45px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
            }

            .form_order ul li:nth-child(2) img {
                position: absolute;
                right: 20px;
                top: 54px;
            }

            .form_order ul li:nth-child(5) .img {
                position: absolute;
                right: 13px;
                top: 54px;
                background: #FFF;
                padding-right: 10px;
            }

            .form_order ul li:last-child {
                /* margin-top: -97px;*/
            }

            .form_order ul li textarea {
                width: 100%;
                height: 120px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
                padding-top: 15px;
            }

            .form_order ul li select {
                width: 100%;
                height: 45px;
                border-radius: 10px;
                border: solid 1px #ececec;
                background-color: #ffffff;
                text-indent: 15px;
                margin-top: 10px;
                outline: none;
            }

            .form_order ul li label {
                font-family: Roboto;
                font-size: 16px;
                font-weight: 500;
                color: #005db2;
            }

            .form_order ul li span {
                color: #ed1d24;
            }

.avatar {
    display: flex;
    align-items: center;
    font-family: Muli;
    font-size: 14px;
    color: #ffffff;
}

    .avatar img {
        margin: 0 8px;
    }

.form_order .btn .reload {
    width: 47px;
    height: 47px;
    border-radius: 6px;
    background-color: #5d94cf;
    border: none;
    outline: none;
}

.form_order .btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin-top: 30px;
}

    .form_order .btn .pay {
        width: 292px;
        height: 47px;
        border-radius: 6px;
        background-color: #005db2;
        font-family: VIE-HandelGothic,sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border: none;
        outline: none;
        margin-left: 15px;
    }

    .form_order .btn button {
        cursor: pointer;
    }

        .form_order .btn button:hover {
            background: #E50019 !important;
        }

.thankyou {
    width: 100%;
    margin-top: 30px;
}

    .thankyou img {
        width: 100%;
    }

    .thankyou h1 {
        font-family: VIE-HandelGothic;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #005db2;
        margin: auto;
        margin-top: 20px;
    }

.process .in ul li span img {
    margin: 0;
    width: 28px;
    margin-top: -2px;
    margin-left: -2px;
}

@media screen and (max-width: 991px) {
    .form_order ul li {
        margin: 0;
        width: 100%;
    }

    .form_order {
        width: 100%;
        padding: 0px;
    }

    .list_process {
        margin-top: 15px;
    }

    .thankyou h1 {
        font-size: 30px;
    }

    .form_order ul li:last-child {
        margin-top: 0;
    }

    .type_pay ul li:nth-child(2) .content .in {
        flex-wrap: wrap !important;
    }

        .type_pay ul li:nth-child(2) .content .in .left_ {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .type_pay ul li:nth-child(2) .content .in .right_ {
            width: 100%;
            margin: 0;
            padding: 0;
        }

    .type_pay .btn_pay {
        width: 100% !important;
    }
}

.type_pay ul li:nth-child(3) .content img {
    width: 100% !important;
}

.type_pay ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .type_pay ul li h4 {
        font-family: Roboto;
        font-size: 14px;
        color: #2d2d2d;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
    }

        .type_pay ul li h4:hover {
            color: #ed1d24;
        }

        .type_pay ul li h4 span {
            margin-right: 6px;
        }

        .type_pay ul li h4 span {
            display: block;
            width: 19px;
            height: 19px;
            min-width: 19px;
            min-height: 19px;
            border: solid 2px #2d2d2d;
            border-radius: 50%;
        }

    .type_pay ul li:first-child .content {
        display: block;
    }

    .type_pay ul li h4 img {
        width: 23px;
        height: 23px;
        min-width: 23px;
        min-height: 23px;
        position: absolute;
        left: 0;
        opacity: 0;
    }

    .type_pay ul li .content {
        margin-top: 20px;
    }

        .type_pay ul li .content img {
            width: 100%;
        }

    .type_pay ul li h4 .img {
        position: relative;
        width: auto;
        opacity: 1;
    }

.c100 {
    margin: 0;
}

.type_pay ul li {
    border-top: 1px solid #ECECEC;
    margin-top: 25px;
    padding-top: 25px;
}

    .type_pay ul li:nth-child(2) .content {
        width: 100%;
    }

    .type_pay ul li:nth-child(3) img {
        width: auto !important;
    }

    .type_pay ul li h4.active img {
        opacity: 1;
    }

    .type_pay ul li h4.active span {
        opacity: 0;
    }

.type_pay .bank_check {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 14px);
}

    .type_pay .bank_check .item {
        width: 12.8%;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px dashed #DFDFDF;
        background: #FFF;
        cursor: pointer;
    }

@media screen and (max-width: 767px) {
    .type_pay .bank_check .item {
        width: 21.5%;
    }
}

.type_pay .bank_check .item.active {
    border-color: #E50019;
}

.type_pay ul li:nth-child(2) .content .in {
    display: flex;
    flex-wrap: nowrap;
}

.type_pay ul li .content {
    display: none;
}

.type_pay ul li:nth-child(2) .content .left_ {
    width: 50%;
    padding-right: 30px;
}

.type_pay ul li:nth-child(2) .content .right_ {
    width: 50%;
    margin-top: 30px;
}

.type_pay ul li:nth-child(2) .content .left_ label {
    display: block;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    margin-bottom: 9px;
}

.type_pay ul li:nth-child(2) .content .left_ input {
    /* width: 100%;
    height: 38px;*/
    border-radius: 10px;
    border: solid 1px #ececec;
    background-color: #ffffff;
    margin-bottom: 15px;
    text-indent: 15px;
    outline: none;
}

.type_pay ul li:nth-child(2) .content .right_ p img {
    width: auto;
    margin-right: 5px;
}

.type_pay ul li:nth-child(2) .content .right_ p {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.type_pay ul li h4 a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    position: absolute;
    right: 0;
    transition: 0.3s;
}

    .type_pay ul li h4 a:hover {
        color: #ed1d24;
    }

.type_pay ul li:nth-child(3) img {
    width: 100%;
}

.type_pay ul li:nth-child(3) p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #005db2;
    margin-bottom: 15px;
}

.type_pay ul {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 25px;
}

.type_pay .btn_pay {
    width: 173px;
    height: 47px;
    border-radius: 6px;
    background-color: #005db2;
    border: none;
    outline: none;
    font-family: VIE-HandelGothic,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 30px;
    float: right;
    transition: 0.3s;
    cursor: pointer;
}

    .type_pay .btn_pay:hover {
        background: #E50019;
    }

#slide_type2 h3 {
    font-family: VIE-HandelGothic;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

    #slide_type2 h3::before {
        content: "";
        display: block;
        width: 90px;
        height: 3px;
        background-color: #fcb431;
        position: absolute;
        top: -10px;
        position: absolute;
    }

    #slide_type2 h3::after {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #ed1d24;
        top: -10px;
        left: 90px;
        position: absolute;
    }

#slide_type2 .swiper-slide {
    background-position: center center !important;
    background-size: cover !important;
    justify-content: flex-start;
    padding: 157px 0px;
    padding-top: 170px;
}

#slide_type2 p {
    width: 500px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 23px 0px;
    margin-bottom: 35px;
}

#slide_type2 form {
    display: flex;
}

    #slide_type2 form button {
        width: 159px;
        height: 46px;
        border-radius: 23px;
        border: solid 1px #ffffff;
        background: none;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        display: flex;
        color: #ffffff;
        align-items: center;
        justify-content: center;
        position: relative;
        text-indent: -33px;
        margin-left: 12.5px;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
    }

        #slide_type2 form button:hover {
            background: #CE0101;
            border-color: #CE0101;
        }

        #slide_type2 form button img {
            position: absolute;
            right: 3px;
        }

    #slide_type2 form input {
        width: 328px;
        height: 46px;
        border-radius: 23px;
        border: solid 1px #ffffff;
        background: none;
        text-indent: 15px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.2px;
        text-align: left;
        color: #ffffff;
        outline: none;
    }

        #slide_type2 form input::placeholder {
            color: rgba(255,255,255,.68);
        }

#slide_type2 .swiper-button-prev, #slide_type2 .swiper-button-next {
    display: none;
}

#slide_type2 .swiper-pagination-bullet {
    opacity: 1;
    width: 35.3px;
    height: 8px;
    border-radius: 55px;
    background-color: #e2ebf6;
}

#slide_type2 .swiper-pagination-bullet-active {
    background-color: #5d94cf;
}

#slide_type2 .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px;
}

.content_faq {
    padding: 80px 0px;
}

    .content_faq h1 {
        font-family: VIE-HandelGothic;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
        margin-bottom: 53px;
        transition: 0.3s;
    }

.faq_ ul {
    margin: 0;
    list-style: none;
}

    .faq_ ul li {
        position: relative;
        margin-bottom: -1px;
    }

        .faq_ ul li h3 {
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 3.5;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            border-top: 1px solid #BEBEBE;
            border-bottom: 1px solid #BEBEBE;
            display: flex;
            align-items: center;
            transition: 0.3s;
            cursor: pointer;
            position: relative;
        }

            .faq_ ul li h3:hover {
                color: #E82728;
            }

            .faq_ ul li h3:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                background-color: #e82728;
                border-radius: 50%;
                margin-right: 12px;
                min-width: 10px;
                min-height: 10px;
            }

        .faq_ ul li .content {
            width: 100%;
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
            display: none;
            background: #FFF;
        }

            .faq_ ul li .content .in_ {
                padding: 29px;
            }

            .faq_ ul li .content p {
                margin-bottom: 15px;
            }

                .faq_ ul li .content p:last-child {
                    margin-bottom: 0;
                }

        .faq_ ul li .icon {
            position: absolute;
            top: 50%;
            right: 23px;
            transform: translate(0%,-50%);
            transition: 0.3s;
        }

            .faq_ ul li .icon img {
                transition: 0.3s;
            }

        .faq_ ul li.active .icon img {
            transform: rotate(-180deg);
        }

        .faq_ ul li.active {
            background: #F8F8F8;
        }

@media screen and (max-width: 991px) {
    .content_faq h1 {
        margin-bottom: 30px;
        margin-top: 40px;
    }

    #slide_type2 h3 {
        font-size: 30px;
    }

    #slide_type2 p {
        width: 100%;
    }

    #slide_type2 form {
        flex-wrap: wrap;
    }

        #slide_type2 form input {
            width: 100%;
        }

        #slide_type2 form button {
            width: 100%;
            margin-left: 0px;
            margin-top: 15px;
            background: #CE0101;
            border-color: #CE0101;
        }

    #slide_type2 .swiper-slide {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .content_faq h1 {
        font-size: 30px;
    }

    .content_faq {
        padding: 0 15px;
    }

    .faq_ ul li h3 {
        line-height: 1.4;
        padding: 15px 0px;
        font-size: 18px;
    }

    .faq_ ul li .icon {
        display: none;
    }

    .content_faq {
        margin-bottom: 40px;
    }
}

.content_file_video ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}

    .content_file_video ul li {
        font-family: VIE-HandelGothic;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: center;
        color: #005db2;
        width: 100%;
        border-bottom: 2px solid #B7B7B7;
        padding-bottom: 6px;
        position: relative;
    }

        .content_file_video ul li.active:before {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            height: 4px;
            background-color: #fcb431;
            bottom: -2px;
        }

.content_file_video .item {
    margin-top: 55px;
    position: relative;
}

    .content_file_video .item .in_ {
        display: flex;
    }

        .content_file_video .item .in_ .content__ {
            margin-left: 30px;
        }

            .content_file_video .item .in_ .content__ h3 {
                font-family: VIE-HandelGothic;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.35;
                letter-spacing: normal;
                text-align: left;
                color: #005db2;
                text-transform: uppercase;
                margin: 0;
            }

            .content_file_video .item .in_ .content__ ul {
                padding-top: 15px;
                justify-content: flex-start;
            }

                .content_file_video .item .in_ .content__ ul li {
                    font-family: HelveticaNeue,sans-serif;
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.17;
                    letter-spacing: normal;
                    text-align: left;
                    color: #005db2;
                    display: flex;
                }

                .content_file_video .item .in_ .content__ ul li {
                    border-bottom: none;
                    width: auto;
                    margin-right: 30px;
                    display: flex;
                    align-items: center;
                }

                    .content_file_video .item .in_ .content__ ul li:nth-child(2) img {
                        width: 15px;
                        height: 11px;
                    }

                    .content_file_video .item .in_ .content__ ul li img {
                        margin-right: 3px;
                    }

            .content_file_video .item .in_ .content__ .ex {
                font-family: Muli;
                font-size: 14px;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.43;
                letter-spacing: normal;
                text-align: left;
                color: #464749;
                margin-top: 5px;
            }

.content_file_video {
    margin-bottom: 80px;
}

    .content_file_video iframe {
        width: 746px;
        height: 417px;
    }

    .content_file_video .item h4 {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        position: absolute;
        left: 15px;
        top: 15px;
        text-transform: uppercase;
    }

    .content_file_video .item .img {
        cursor: pointer;
    }

@media screen and (max-width: 1024px) {
    .content_file_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content_file_video .item .img img {
        width: 100%;
        height: auto;
    }

    .content_file_video .item .in_ {
        flex-wrap: wrap;
    }

        .content_file_video .item .in_ .img {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }

        .content_file_video .item .in_ .content__ {
            margin-top: 15px;
            padding: 0 !important;
            margin-left: 0px;
        }

    .content_file_video .content_ {
        padding: 0 15px;
    }

    .content_file_video .item {
        margin-top: 30px;
    }

    .content_file_video .menu_ ul li {
        width: 100%;
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .content_file_video .menu_ ul {
        border-width: 1px;
        padding: 15px 15px;
        padding-top: 30px;
    }

        .content_file_video .menu_ ul li.active {
            color: #FCB431;
        }

    .content_file_video {
        margin-bottom: 50px;
    }
}

.content_file_ {
    margin-top: 30px;
}

    .content_file_ .item {
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
        position: relative;
        padding: 30px 0px;
    }

    .content_file_ .item {
        border-top: none;
    }

        .content_file_ .item a {
            width: 135.1px;
            height: 31.9px;
            display: flex;
            align-items: center;
            border-radius: 10px;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            position: absolute;
            right: 23px;
            top: 50%;
            transform: translate(0%,-50%);
            justify-content: center;
            font-family: Muli;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            text-indent: -36px;
            background: #FFF;
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
            transition: 0.3s;
        }

            .content_file_ .item a span {
                width: 38.7px;
                height: 31.9px;
                opacity: 0.52;
                background-color: #e6e6e6;
                position: absolute;
                right: 0;
                top: 0;
                text-align: center;
                line-height: 31.9px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        .content_file_ .item ul {
            margin-top: -10px;
        }

    .content_file_ .item {
        margin-top: -1px;
        transition: 0.3s;
    }

        .content_file_ .item:hover {
            background: #F4F4F5;
            border-color: transparent;
        }

            .content_file_ .item:hover a {
                visibility: visible;
                opacity: 1;
            }

@media screen and (max-width: 1024px) {
    .content_file_ {
        margin: 0 15px;
    }

        .content_file_ .item:hover {
            background: none;
            border-color: #C4C4C4;
        }

        .content_file_ .item a {
            position: relative;
            visibility: visible;
            opacity: 1;
            top: 0;
            left: 0;
            margin-top: 30px;
        }

    .content_file_video .item .in_ .content__ ul {
        margin-top: 0px;
    }
}

.content_docx .left {
    width: 261px;
    margin-right: 30px;
}

    .content_docx .left ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .content_docx .left li a {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #6d6d6d;
        text-transform: uppercase;
    }

    .content_docx .left ul li ul li {
        width: 100%;
    }

        .content_docx .left ul li ul li a {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
            text-transform: initial;
        }

.content_docx .right {
    width: calc(100% - 261px - 30px);
}

.content_docx .container {
    display: flex;
    flex-wrap: wrap;
}

.content_docx .left ul li {
    width: 100%;
}

.content_docx .left ul li {
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    display: block;
    margin-bottom: -1px;
}

    .content_docx .left ul li a {
        padding: 15px 0px;
        display: block;
        position: relative;
    }

        .content_docx .left ul li a img {
            position: absolute;
            top: 50%;
            transform: translate(0%,-50%);
            right: 15px;
            transition: 0.3s;
        }

    .content_docx .left ul li ul {
        display: none;
    }

    .content_docx .left ul li.active a {
        color: #005DB2;
    }

    .content_docx .left ul li.active ul {
        display: block;
    }

    .content_docx .left ul li.active a img {
        transform: rotate(-180deg);
        margin-top: -9px;
    }

    .content_docx .left ul li.active li a {
        color: #2d2d2d;
    }

    .content_docx .left ul li li {
        border: none;
        display: block;
        width: 100%;
    }

    .content_docx .left ul li li {
        border-bottom: 1px solid #E1E1E1;
    }

        .content_docx .left ul li li a {
            display: block;
            width: 100%;
            padding: 15px 15px;
        }

    .content_docx .left ul li ul {
        border-top: 1px solid #A8A8A8;
    }

.content_docx {
    margin: 80px 0px;
}

    .content_docx .right h1 {
        font-family: VIE-HandelGothic;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .content_docx .right p {
        font-family: Segoe UI;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.2px;
        text-align: left;
        color: #343434;
    }

    .content_docx .right .quo {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: relative;
        padding: 40px 47px;
        padding-right: 80px;
        border: 1px solid #D0D0D0;
        margin: 30px 0px;
        margin-bottom: 25px;
    }

        .content_docx .right .quo img {
            position: absolute;
            right: 40px;
            top: -47px;
        }

    .content_docx .right .cont_ {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .content_docx .right .cont_ img {
            margin-left: 10px;
            width: 45%;
            height: auto;
        }

    .content_docx .right .cont2_ {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }

        .content_docx .right .cont2_ img {
            margin-right: 30px;
            width: 45%;
            height: auto;
        }

@media screen and (max-width: 1024px) {
    .content_docx {
        margin: 30px 0px;
    }

        .content_docx .left {
            width: 100%;
            margin: 0px;
        }

        .content_docx .right {
            width: 100%;
        }

            .content_docx .right h1 {
                font-size: 30px;
                margin-top: 30px;
            }

            .content_docx .right .quo {
                padding-right: 115px;
            }

                .content_docx .right .quo img {
                    position: absolute;
                    right: 40px;
                    top: -22px;
                }

            .content_docx .right .cont_ img {
                width: 100%;
                margin-top: 30px;
                margin-bottom: -20px;
            }

            .content_docx .right .cont2_ img {
                width: 100%;
                margin-bottom: -20px;
            }

    .content_docx {
        padding: 0 15px;
        overflow: hidden;
    }

        .content_docx .right .quo {
            padding-right: 115px;
            padding: 15px;
        }

            .content_docx .right .quo img {
                display: none;
            }
}


.main_docx {
    overflow: hidden;
    margin-top: 80px;
}

    .main_docx h2 {
        font-family: VIE-HandelGothic;
        font-size: 42px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .main_docx .in {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

        .main_docx .in .item {
            width: 33.33%;
        }

            .main_docx .in .item .insider {
                padding: 15px;
            }

                .main_docx .in .item .insider .ground {
                    border-radius: 12px;
                    background-color: #f8f8f8;
                    padding: 30px;
                    display: flex;
                }

                    .main_docx .in .item .insider .ground h3 {
                        font-family: VIE-HandelGothic;
                        font-size: 20px;
                        font-weight: bold;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.35;
                        letter-spacing: normal;
                        text-align: left;
                        color: #2d2d2d;
                        margin-bottom: 10px;
                        text-transform: uppercase;
                    }

                    .main_docx .in .item .insider .ground p {
                        font-family: Roboto;
                        font-size: 14px;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.21;
                        letter-spacing: normal;
                        text-align: left;
                        color: #2d2d2d;
                    }

                    .main_docx .in .item .insider .ground .img {
                        margin-right: 30px;
                        width: 86px;
                        height: 86px;
                    }

                        .main_docx .in .item .insider .ground .img img {
                            height: 86px;
                            width: auto;
                        }

                    .main_docx .in .item .insider .ground .hover {
                        display: none;
                    }

                    .main_docx .in .item .insider .ground:hover .default {
                        display: none;
                    }

                    .main_docx .in .item .insider .ground:hover .hover {
                        display: block;
                    }

                    .main_docx .in .item .insider .ground:hover h3 {
                        color: #005DB2;
                    }

    .main_docx .last {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 30px;
    }

        .main_docx .last h2 {
            margin-bottom: 0px;
        }

        .main_docx .last a {
            width: 171px;
            height: 46px;
            border-radius: 23px;
            background-color: #005db2;
            position: relative;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Montserrat;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            text-indent: -30px;
        }

            .main_docx .last a span {
                position: absolute;
                width: 38px;
                height: 38px;
                background-color: #ffffff;
                border-radius: 50%;
                position: absolute;
                right: 3px;
                top: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

.video_docx img {
    width: 100%;
}

.video_docx .item {
    position: relative;
    cursor: pointer;
}

    .video_docx .item h3 {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }

    .video_docx .item h3 {
        position: absolute;
        top: 25px;
        left: 25px;
    }

    .video_docx .item.active .insider .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 213px;
    }

    .video_docx .item.active .img iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0px;
    }

h2.first {
    margin-top: 50px;
}

.content_faq2 {
    margin-top: -80px;
}

@media screen and (max-width: 1024px) {
    .main_docx {
        padding: 0 15px;
    }

        .main_docx .in .item {
            width: 50%;
        }

        .main_docx .in {
            padding-left: 0px;
        }

    .content_faq2 {
        margin-top: -15px;
    }
}

@media screen and (max-width: 991px) {
    .main_docx {
        overflow: hidden;
        margin-top: 50px;
    }

        .main_docx .in .item {
            width: 100%;
        }

        .main_docx h2 {
            font-size: 24px;
        }

        .main_docx .last {
            flex-wrap: wrap;
        }

            .main_docx .last a {
                margin-top: 15px;
            }
}

.contact_page h2 {
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 60px;
}

.contact_page ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 70px;
}

    .contact_page ul li {
        width: 33.33%;
        list-style: none;
        display: flex;
        align-items: center;
    }

        .contact_page ul li .img {
            width: 78px;
            height: 78px;
            border-radius: 10px;
            box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 25px;
        }

        .contact_page ul li .cont_ .title {
            font-family: Roboto;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
            text-transform: uppercase;
        }

        .contact_page ul li .cont_ p {
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

.contact_page .maps {
    margin-bottom: -10px;
}

.contact_page form label {
    display: block;
    width: 100%;
    font-family: Muli;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
}

.contact_page form ul {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.contact_page form li {
    display: flex;
    flex-wrap: wrap;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-top: 30px;
}

    .contact_page form li:last-child {
        width: 100%;
        margin-right: 0;
    }

.contact_page form input {
    width: 100%;
    font-family: Muli;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #A4C3E4;
    outline: none;
    padding-bottom: 15px;
}

.contact_page form li:nth-child(3) {
    margin-right: 0px;
}

.contact_page form li textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A4C3E4;
    outline: none;
    margin-top: 15px;
}

.contact_page .check {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.contact_page .checkbox span {
    font-family: HelveticaNeue,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .contact_page .checkbox span:before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 16px;
        border: solid 3px #005db2;
        margin-right: 10px;
    }

    .contact_page .checkbox span.active:before {
        background: #005db2;
    }

.contact_page .checkbox input {
    width: auto;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.contact_page .check button {
    width: 159.4px;
    height: 45.9px;
    border-radius: 23px;
    border: solid 1px #005db2;
    background: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #005db2;
    position: relative;
    text-indent: -34px;
    outline: none;
    cursor: pointer;
}

    .contact_page .check button span {
        width: 38px;
        height: 38px;
        background-color: #005db2;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 3px;
        right: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 1024px) {
    .contact_page {
        padding: 0 15px;
    }

        .contact_page ul {
            flex-wrap: wrap;
        }

            .contact_page ul li {
                width: 100%;
                margin-bottom: 15px;
            }

        .contact_page h2 {
            font-size: 25px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .contact_page .maps {
            margin-bottom: 10px;
            margin-top: -40px;
        }

        .contact_page .check {
            margin-bottom: 40px;
        }

        .contact_page form li {
            margin-top: 15px;
        }
}

.breacrumb {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content_blog_detail {
    display: flex;
}

    .content_blog_detail .left {
        margin-left: 30px;
        width: 386px;
    }

    .content_blog_detail .right {
        width: calc(100% - 386px - 30px);
    }

    .content_blog_detail .cate {
        margin-bottom: 60px;
    }

        .content_blog_detail .cate ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .content_blog_detail .cate ul li a {
                padding: 30px 54px;
                display: block;
                font-family: VIE-HandelGothic;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.35;
                letter-spacing: normal;
                text-align: left;
                color: #2d2d2d;
                border-bottom: 1px solid #AFCAE8;
                position: relative;
            }

                .content_blog_detail .cate ul li a:before {
                    content: "";
                    display: block;
                    background: #005DB2;
                    width: 4px;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: 0.3s;
                    opacity: 0;
                }

                .content_blog_detail .cate ul li a:hover:before {
                    opacity: 1;
                }

            .content_blog_detail .cate ul li.active a:before {
                opacity: 1;
            }

            .content_blog_detail .cate ul li.active a {
                color: #005DB2;
            }

            .content_blog_detail .cate ul li a:hover {
                color: #005DB2;
            }

    .content_blog_detail .list_bog h2 {
        font-family: VIE-HandelGothic;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        .content_blog_detail .list_bog h2:after {
            content: "";
            display: block;
            width: 140px;
            height: 1px;
            background: #97BDE0;
            margin-top: 10px;
        }

    .content_blog_detail .list_bog .posts {
        margin-top: 30px;
    }

        .content_blog_detail .list_bog .posts article {
            position: relative;
            margin-bottom: 30px;
        }

        .content_blog_detail .list_bog .posts h3 {
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            color: #ffffff;
            position: absolute;
            z-index: 9;
            bottom: 0px;
            text-align: left;
            padding: 30px;
        }

    .content_blog_detail .date {
        width: 101.1px;
        height: 123.8px;
        border-radius: 9px;
        background-color: #005db2;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .content_blog_detail .date span {
            font-family: Roboto;
            font-size: 42px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.21;
            display: block;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

        .content_blog_detail .date p {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            border-top: 2px solid #6DA2D3;
            padding-top: 10px;
            margin-top: 5px;
        }

    .content_blog_detail .first {
        display: flex;
        align-items: center;
    }

    .content_blog_detail .title {
        margin-left: 25px;
    }

    .content_blog_detail .first h1 {
        font-family: VIE-HandelGothic;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
    }

    .content_blog_detail .first ul {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .content_blog_detail .first ul li {
            font-family: HelveticaNeue;
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.13;
            letter-spacing: normal;
            text-align: left;
            color: #fcb431;
            margin-right: 15px;
        }

            .content_blog_detail .first ul li img {
                margin-right: 5px;
            }

    .content_blog_detail .content__ {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d2d;
        margin-top: 40px;
    }

        .content_blog_detail .content__ strong {
            font-family: Roboto;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.44;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
        }

        .content_blog_detail .content__ p {
            margin-top: 15px;
        }

        .content_blog_detail .content__ img {
            margin-top: 15px;
        }

        .content_blog_detail .content__ .cont3_ {
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            text-align: left;
            color: #005db2;
            text-transform: uppercase;
            padding: 40px;
            border-bottom: 3px solid #005DB2;
            padding-top: 10px;
            margin-bottom: 25px;
        }

    .content_blog_detail .tags {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

        .content_blog_detail .tags ul {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .content_blog_detail .tags ul a {
                font-family: Muli;
                font-size: 17px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.71;
                letter-spacing: normal;
                text-align: left;
                color: #6d6d6d;
            }

            .content_blog_detail .tags ul li {
                margin-left: 15px;
                padding: 0 15px;
                transition: 0.3s;
            }

                .content_blog_detail .tags ul li:hover {
                    border-radius: 7px;
                    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
                    background-color: #e2ebf6;
                }

    .content_blog_detail .share {
        display: flex;
        align-items: center;
    }

        .content_blog_detail .share ul {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .content_blog_detail .share span {
            font-family: Muli;
            font-size: 19px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.26;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d2d;
        }

        .content_blog_detail .share ul li {
            margin-left: 50px;
        }

    .content_blog_detail .share {
        border-top: 1px solid #7FAED8;
        margin-top: 30px;
        padding-top: 30px;
    }

.content_blog_detail {
    margin-bottom: 80px;
}

    .content_blog_detail .content__ img {
        width: 100%;
    }

    .content_blog_detail .content__ .cont3_ img {
        width: auto;
        margin-bottom: -15px;
    }

    .content_blog_detail .list_bog .posts article img {
        width: 100%;
    }

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 1024px) {
    .content_blog_detail .right {
        width: 100%;
    }

    .content_blog_detail .list_bog .posts article {
        width: 100%;
    }

    .content_blog_detail {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .content_blog_detail .left {
            width: 100%;
            margin: 0;
            margin-top: 30px;
        }

    .breacrumb {
        padding: 0 15px;
    }

    .content_blog_detail {
        padding: 0 15px;
    }
}

.posts_all .content_file_video .menu_ li.active {
    border-color: #d9001b;
}

.posts_all h1 {
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    margin-bottom: 30px;
}

.posts_all .res p strong {
    font-family: Muli;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #464749;
}

.posts_all .res p {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #464749;
}

.posts_all .breacrumb {
    margin-bottom: 0px;
}

.posts_all .content_file_video ul {
    padding-top: 40px;
}

.posts_all {
    overflow: hidden;
}

.list_posts .in {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: relative;
}

.list_posts article {
    width: 50%;
    display: flex;
    position: relative;
}

    .list_posts article .insider {
        width: 100%;
        padding: 15px;
    }

        .list_posts article .insider .border {
            width: 100%;
            background-color: #ffffff;
            display: flex;
        }

            .list_posts article .insider .border .first {
                border: solid 1px #d8d8d8;
                border-left: none;
            }

    .list_posts article:first-child .insider .border .first {
        border: solid 1px #d8d8d8;
    }

    .list_posts article:first-child {
        width: 50%;
    }

    .list_posts article .insider .border .img img {
        width: 292px;
        height: 291px;
        margin-bottom: -5px;
    }

    .list_posts article .insider .border .date {
        width: 56px;
        height: 71px;
        border-radius: 4px;
        background-color: #005db2;
        position: absolute;
        top: 25px;
        left: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .list_posts article .insider .border .date span {
            font-family: Roboto;
            font-size: 32px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: 0.8px;
            text-align: center;
            color: #ffffff;
        }

        .list_posts article .insider .border .date p {
            font-family: Roboto;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: -0.7px;
            text-align: center;
            color: #ffffff;
            border-top: 1px solid #518EC5;
            margin-top: 2px;
            padding-top: 4px;
        }

        .list_posts article .insider .border .date .in {
            width: 100%;
            margin-left: 0;
            justify-content: center;
        }

    .list_posts article .insider .border .first {
        padding-left: 20px;
    }

    .list_posts article .insider .border h3 a {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: 800 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        text-transform: uppercase;
        margin-top: 30px !important;
    }

    .list_posts article:first-child .insider .border .first {
        padding-left: 100px;
        padding-bottom: 15px;
    }

        .list_posts article:first-child .insider .border .first h3 {
            margin-top: -10px;
        }

    .list_posts article:first-child .insider .border .date {
        top: initial;
        margin-top: 22px;
        margin-left: 13px;
    }

    .list_posts article .insider .border ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 10px 0px;
    }

    .list_posts article .insider .border .img {
        margin-right: 20px;
    }

    .list_posts article .insider .border ul li {
        margin-right: 15px;
        font-family: HelveticaNeue;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
    }

    .list_posts article .insider .border p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d2d;
    }

    .list_posts article .insider .border .img {
        margin-right: -1px;
        margin-bottom: 1px;
    }

    .list_posts article .insider .border .first a {
        font-family: Muli;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .list_posts article .insider .border .first a img {
            margin-left: 10px;
        }

    .list_posts article:first-child .border {
        flex-wrap: wrap;
    }

        .list_posts article:first-child .border .img {
            width: 100%;
            margin: 0;
        }

            .list_posts article:first-child .border .img img {
                width: 100%;
            }

    .list_posts article:nth-child(3) {
        position: absolute;
        right: 0;
        top: 287px;
    }

    .list_posts article:first-child .border .first {
        padding-top: 17px;
        padding-bottom: 27px !important;
    }

.posts_all .content_file_video {
    margin-bottom: 30px !important;
}

.list_posts {
    margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
    .list_posts article .insider .border p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .list_posts article:first-child .border .first {
        padding-top: 54px;
        padding-bottom: 65px !important;
    }
}

@media screen and (max-width: 1024px) {
    .posts_all .content_file_video {
        display: none;
    }

    .posts_all .res {
        margin-top: -20px;
        margin-bottom: 25px;
    }

    .list_posts article:first-child {
        width: 100%;
    }

    .list_posts article {
        width: 100%;
    }

        .list_posts article:nth-child(3) {
            position: static;
        }

        .list_posts article .insider .border .img img {
            width: 100%;
        }

        .list_posts article .insider .border {
            flex-wrap: wrap;
        }

            .list_posts article .insider .border .img {
                width: 100%;
            }

    .posts_all .res {
        padding: 0 15px;
    }

    .list_posts .in {
        width: 100%;
    }

    .posts_all h1 {
        padding: 0 15px;
    }

    .list_posts article:nth-child(3) {
        position: relative;
        top: initial !important;
    }

    .list_posts article {
        position: relative;
    }

        .list_posts article .insider .border .first {
            border: solid 1px #d8d8d8;
            padding-bottom: 25px;
        }

    .list_posts {
        margin-bottom: 30px;
    }

        .list_posts article:first-child .insider .border .first {
            padding: 10px 30px !important;
            padding-bottom: 20px !important;
        }

        .list_posts article:first-child .insider .border .date {
            top: 25px;
            margin-top: 0;
            margin-left: 0;
        }

        .list_posts article .insider .border .date span {
            font-size: 20px;
        }

        .list_posts article .insider .border .date p {
            font-size: 11px;
        }
}


.content_table_cloud h1 {
    font-family: VIE-HandelGothic;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
}

.content_table_cloud ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.content_table_cloud .left {
    width: 100%;
    margin: 0px;
}

.content_table_cloud .span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #6d6d6d;
    margin: 0 10px;
}

.content_table_cloud .list_order .in .item h3 {
    margin: -1px 15px;
    margin-right: 5px;
}

.list_order .in .item .slt span {
    margin-right: 0px;
}

.list_order .in .item .slt img {
    margin-left: 10px;
}

.content_table_cloud .span {
    position: relative;
}

.content_table_cloud .list_order .in .item:nth-child(1) .cpu.span:before {
    content: "CPU";
    display: block;
    font-family: VIE-HandelGothic;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #005db2;
    position: absolute;
    top: -100px;
}

.content_table_cloud .list_order {
    margin-top: 60px;
}

    .content_table_cloud .list_order .in .item:nth-child(1) .core.span:before {
        content: "CORE";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .item:nth-child(1) .ssd.span:before {
        content: "DISK";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .item:nth-child(1) .ip.span:before {
        content: "IP";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .item:nth-child(1) .ram.span:before {
        content: "RAM";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

.content_table .left .title h1 {
    position: relative;
    text-transform: uppercase;
}

    .content_table .left .title h1:before {
        content: "";
        display: block;
        width: 90px;
        height: 3px;
        background-color: #fcb431;
        position: absolute;
        top: -10px;
        position: absolute;
    }

    .content_table .left .title h1:after {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #ed1d24;
        top: -10px;
        left: 90px;
        position: absolute;
    }

@media screen and (max-width: 991px) {
    .content_table_cloud .list_order .in .item .span {
        width: 100%;
    }

    .content_table_cloud .list_order .in .item .span {
        margin: 15px 0px;
    }

    .content_table_cloud .list_order .in .item .img {
        flex-wrap: wrap;
    }

    .content_table_cloud a.remove_item {
        width: 100%;
    }

    .content_table_cloud .list_order .in .item .slt {
        width: 100%;
    }

    .content_table_cloud .list_order .in .item .span {
        display: flex;
        align-items: center;
    }

    .content_table_cloud .list_order .in .item .price {
        width: 100%;
    }

    .content_table_cloud .list_order .in .item .month {
        width: 100%;
        margin: 0px !important;
        margin-top: 15px !important;
    }

    .content_table_cloud .list_order .in .item .span:before {
        position: relative !important;
        top: initial !important;
        margin-right: 15px;
    }

    .content_table_cloud .list_order .in .item .month div {
        margin: 0px;
    }

    .content_table_cloud .list_order .in .item a.remove_item {
        margin-top: -30px;
    }

    .content_table_cloud .left .title {
        margin-bottom: -30px !important;
    }

    .partner h2, .contact h2 {
        font-size: 28px !important;
    }

    .content_table_cloud .list_order .in .item .core.span:before {
        content: "CORE";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .item .ssd.span:before {
        content: "SSD";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .item .ip.span:before {
        content: "IP";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }

    .content_table_cloud .list_order .in .ram.span:before {
        content: "RAM";
        display: block;
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        position: absolute;
        top: -100px;
    }
}

.content_table_cloud2 {
    background: #FFF;
}

    .content_table_cloud2 .list_order .in .item {
        width: 25%;
        padding: 0px;
        background: none;
    }

        .content_table_cloud2 .list_order .in .item .insider {
            padding: 15px;
            width: 100%;
        }

            .content_table_cloud2 .list_order .in .item .insider .border {
                border-radius: 6px;
                border: solid 1px #ececec;
            }

                .content_table_cloud2 .list_order .in .item .insider .border .img img {
                    width: 100%;
                }

                .content_table_cloud2 .list_order .in .item .insider .border h3 {
                    font-family: VIE-HandelGothic;
                    font-size: 28px;
                    font-weight: bold;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.32;
                    letter-spacing: normal;
                    text-align: left;
                    color: #005db2;
                    margin: 0;
                    text-transform: uppercase;
                }

                .content_table_cloud2 .list_order .in .item .insider .border .slt {
                    width: 50%;
                    float: left;
                }

.month {
    width: 40%;
    float: left;
}

.content_table_cloud2 .list_order .in .item .insider .border .content {
    padding: 0 30px;
}

    .content_table_cloud2 .list_order .in .item .insider .border .content .menu_ .ite {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #707070 !important;
    }

        .content_table_cloud2 .list_order .in .item .insider .border .content .menu_ .ite img {
            margin-right: 5px;
        }

    .content_table_cloud2 .list_order .in .item .insider .border .content .menu_ {
        margin: 20px 0px;
    }

.content_table_cloud2 .list_order .in .item {
    margin-bottom: 0px;
}

    .content_table_cloud2 .list_order .in .item .insider .border .content button {
        font-family: VIE-HandelGothic;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        background: none;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        margin: 20px auto;
        margin-top: 10px !important; /*old value 90px*/
        clear: both;
        margin-bottom: 30px;
        cursor: pointer;
    }

        .content_table_cloud2 .list_order .in .item .insider .border .content button img {
            margin-left: 15px;
        }

.popup_slt_month .in .list_ .item_ {
    display: flex;
}

@media screen and (max-width: 991px) {
    .content_table_cloud .list_order {
        margin-top: 30px;
    }

    .content_table_cloud2 .list_order .in .item {
        width: 100%;
    }

        .content_table_cloud2 .list_order .in .item .insider .border .slt {
            width: 100%;
        }

        .content_table_cloud2 .list_order .in .item .insider .border .content button {
            margin-top: 150px !important;
        }

        .content_table_cloud2 .list_order .in .item .insider {
            padding: 15px 0px;
        }
}



#banner-intro .imgbaner-intro img {
    width: 100%;
    height: auto;
}

#banner-intro {
    position: relative;
    overflow: hidden;
}

    #banner-intro .info-intro .info-in h2 {
        font-family: VIE-HandelGothic;
        font-size: 48px;
        font-weight: bold;
        line-height: 1.33;
        text-align: left;
        color: #005db2;
    }

    #banner-intro .info-intro .info-in p {
        width: 394px;
        height: 59px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
    }

    #banner-intro .info-intro {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
    }

main #main-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: -80px;
    z-index: 9;
    padding-bottom: 100px;
}

    main #main-intro .left-intro {
        width: 30%;
        float: left;
    }

        main #main-intro .left-intro .text-intro {
            background-color: #005db2;
            padding-left: 30px;
            padding-top: 20px;
        }

            main #main-intro .left-intro .text-intro h2 {
                font-family: VIE-HandelGothic;
                font-size: 38px;
                font-weight: bold;
                line-height: 2.08;
                text-align: left;
                color: #ffffff;
                margin-top: -10px;
            }

            main #main-intro .left-intro .text-intro h3 {
                font-size: 20px;
                font-family: VIE-HandelGothic;
                font-weight: bold;
                line-height: 2.08;
                text-align: left;
                color: #ffffff;
            }

        main #main-intro .left-intro .list-menu-intro ul li {
            list-style: none;
            padding-left: 30px;
            border-bottom: 1px solid #ccc;
        }

            main #main-intro .left-intro .list-menu-intro ul li:hover {
                background-color: rgba(23, 45, 85, 0.08);
                cursor: pointer;
            }

                main #main-intro .left-intro .list-menu-intro ul li:hover a {
                    color: #005db2;
                }

            main #main-intro .left-intro .list-menu-intro ul li a {
                font-family: VIE-HandelGothic;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 3.25;
                letter-spacing: normal;
                text-align: left;
                color: #6d6d6d;
            }

            main #main-intro .left-intro .list-menu-intro ul li.active {
                background-color: rgba(23, 45, 85, 0.08);
            }

                main #main-intro .left-intro .list-menu-intro ul li.active a {
                    color: #005db2;
                }

    main #main-intro .right-intro {
        width: 65%;
        float: left;
        margin-left: 5%;
    }

        main #main-intro .right-intro .breadcrumb {
            margin-top: 30px;
            margin-bottom: 70px;
        }

            main #main-intro .right-intro .breadcrumb p {
                font-family: Roboto;
                font-size: 18px;
                font-weight: 500;
                line-height: 1.22;
                letter-spacing: -0.23px;
                text-align: left;
                color: #005db2;
            }

        main #main-intro .right-intro .content-intro img {
            width: 100%;
            height: 100%;
        }

        main #main-intro .right-intro .content-intro p {
            font-family: Roboto;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
            color: #2d2d2d;
        }

        main #main-intro .right-intro .content-intro ul li {
            list-style: none;
            margin-left: 20px;
            font-family: Roboto;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
            color: #2d2d2d;
        }





@media (max-width: 1024px) {
    main #main-intro {
        margin-top: -40px;
    }

        main #main-intro .left-intro .text-intro h2 {
            font-size: 28px;
            margin-top: -5px;
        }

        main #main-intro .left-intro .text-intro h3 {
            font-size: 18px;
        }

        main #main-intro .left-intro .list-menu-intro ul li a {
            font-size: 18px;
        }

        main #main-intro .right-intro .breadcrumb {
            margin-top: 0;
        }

    .content_table_cloud .list_order {
        padding: -1px 15px;
    }

        .content_table_cloud .list_order button {
            margin-top: 20px;
        }

        .content_table_cloud .list_order .in .item a.remove_item {
            margin-top: 10px;
        }

    a.btn_hover {
        display: none;
    }
}

@media (max-width: 768px) {
    main #main-intro {
        margin-top: 0;
        padding: 0 10px;
    }

        main #main-intro .right-intro .breadcrumb {
            margin-top: 30px;
        }

        main #main-intro .left-intro {
            width: 100%;
        }

        main #main-intro .right-intro {
            margin-left: 0;
            width: 100%;
            /*padding: 0px 10px;*/
        }
}


.content_table_cloud .list_order {
    margin-top: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
}

    .content_table_cloud .list_order button {
        font-family: VIE-HandelGothic;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
        background: none;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        clear: both;
        cursor: pointer;
    }

        .content_table_cloud .list_order button img {
            margin-left: 5px;
        }

a.btn_hover {
    position: absolute;
    right: 15px;
    opacity: 0;
    transition: 0.3s;
}

.list_order .in .item {
    position: relative;
}

    .list_order .in .item:hover a.btn_hover {
        opacity: 1;
    }

.popup_slt_month .in .list_ .item_ .insider {
    width: 100%;
}

.banner_first {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 157px 0px;
}

    .banner_first h1 {
        font-family: VIE-HandelGothic;
        font-size: 48px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
    }

    .banner_first p {
        width: 394px;
        height: 59px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #005db2;
    }

.banner_first {
    position: relative;
}

    .banner_first .breadcrumb {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: -0.23px;
        text-align: left;
        color: #005db2;
    }

    .banner_first .breadcrumb {
        position: absolute;
        bottom: 15px;
    }

.content_page .container {
    display: flex;
    flex-wrap: wrap;
}

    .content_page .container .left {
        width: 353px;
        margin-right: 30px;
    }


    .content_page .container .right {
        width: calc(100% - 353px - 30px);
    }

    .content_page .container .left ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .content_page .container .left ul li {
            margin-bottom: -1px;
        }

        .content_page .container .left ul a {
            border-top: 1px solid #E1E1E1;
            border-bottom: 1px solid #E1E1E1;
            display: block;
            padding: 30px 30px;
            font-family: VIE-HandelGothic;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: normal;
            text-align: left;
            color: #6d6d6d;
            text-transform: uppercase;
        }

.content_page {
    padding: 80px 0px;
}

    .content_page .container .left ul li.active a {
        background: #E9EBEE;
        color: #005db2;
    }

    .content_page .container .right p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d2d;
        margin-top: 15px;
    }

    .content_page .container .right strong {
        color: #005db2;
    }

    .content_page .container .right h3 {
        font-family: VIE-HandelGothic;
        font-size: 20px;
        font-weight: bold;
        color: #005db2;
        margin: 15px 0;
    }

    .content_page .container .right h4 {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 600;
        color: #2d2d2d;
        margin-top: 15px;
    }

.content_page {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .banner_first {
        padding: 60px 0px;
    }

        .banner_first .container {
            padding: 0 15px;
        }

    .content_page .container .left {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .content_page .container .right {
        width: 100%;
    }

    .content_page {
        padding: 40px 15px;
    }

    main {
        overflow: hidden;
    }

    .content_table_cloud2 a.btn_hover {
        opacity: 1 !important;
        visibility: visible;
        display: block;
        right: initial;
        top: initial;
        left: 30px;
        transform: none !important;
    }

    .content_table_cloud2 .item button {
        opacity: 0;
    }

    .list_posts article .btn_hover {
        opacity: 1 !important;
        top: -17px;
    }
}


.content_table_cloud2 .item:hover button {
    opacity: 0;
}

.content_table_cloud2 a.btn_hover {
    position: absolute;
    right: -6px;
    top: initial;
    bottom: 39px;
    transform: translate(-50%,0%);
    opacity: 0;
    transition: 0.3s;
}

.list_posts article .insider .border .first a {
    margin-top: 15px;
}

.list_posts .btn_hover {
    position: absolute;
    top: initial;
    opacity: 0;
    left: -12px;
    top: -17px;
}

.list_posts article:hover .btn_hover {
    opacity: 1;
}

.list_posts article .insider .border .first .btn {
    position: relative;
}
