body {
    overflow-x: hidden;
}

.btn {
    cursor: pointer;
}

.form-row {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
}

.form-control {
    height: 40px;
    font-family: PoppinsVN", sans-serif";
    font-size: 14px;
    border: solid 1px #ebebeb;
    padding: 0 10px;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.form-row-left {
    float: left;
    width: 20%;
    line-height: 40px;
    text-align: left;
}

.form-row-right {
    float: left;
    width: 79%;
}



.btn.order-btn, .btn.primary-btn {
    background-color: #fff;
    color: white;
    padding: 10px;
    height: 40px;
}

    .btn.order-btn:hover, .btn.primary-btn:hover {
        background: #1e6198;
    }

.form-row.btn-row .primary-btn {
    /*width: 170px;*/
    text-align: center;
}

.form-row.btn-row .btn {
    padding: 15px 40px;
    font-weight: bold;
    margin: 0 auto;
}

.form-row.btn-row {
    text-align: center;
}

.btn.order-btn:hover, .btn.primary-btn:hover {
    /*color: white;
    box-shadow: inset 5px 5px 10px 0px #f7cb0d;*/
}

.link-out {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.error-info-show {
    float: left;
    margin-top: 10px;
}

.form-group-left {
    float: left;
    width: 20%;
    margin-right: 10px;
}

.form-group-right {
    float: left;
    width: 78%;
}

.container-1020 {
    width: 1020px;
}

.container-800 {
    width: 800px;
}

.sec-padd-50 {
    padding: 50px 0;
}

.font-size-16 {
    font-size: 16px;
}

.full-width {
    width: 100%;
    margin: 0 0 10px 0 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.customer-table th, .customer-table td {
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.customer-table th, .customer-table td {
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.customer-table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

.customer-table th {
    font-weight: bold;
    background-color: #fff;
    color: white;
}

.customer-table th, .customer-table td {
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.customer-table th, .customer-table td {
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.tool-detail {
    text-align: center;
}

    .tool-detail p {
        color: #3e3c3c;
        font-size: 15px;
        padding: 10px 0;
        line-height: 24px;
        text-align: left;
    }

.steps {
    float: left;
    width: 100%;
}

    .steps .step {
        display: table-cell;
        width: 1%;
        text-align: center;
    }

        .steps .step .step-img {
            position: relative;
            margin-bottom: 25px;
        }

        .steps .step .title {
            text-transform: uppercase;
        }

        .steps .step .step-img:before {
            content: '';
            background-color: #ebebeb;
            width: 100%;
            left: 0;
            height: 2px;
            margin-top: -1px;
            top: 50%;
            position: absolute;
            z-index: 1;
        }

        .steps .step:first-child .step-img:before {
            left: -80px;
            width: calc(100% + 80px);
        }

        .steps .step.active .step-img:before {
            background-color: #fff;
        }

        .steps .step .step-img img {
            position: relative;
            z-index: 4;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .steps .step:last-child .step-img:after {
            content: "\f054";
            position: absolute;
            right: -83px;
            top: 50%;
            z-index: 3;
            margin-top: -7px;
            color: black;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.warning-sec {
    background-color: rgb(246, 242, 221);
    color: rgb(138, 109, 59);
}

    .warning-sec .warning-txt {
        width: 770px;
        max-width: 100%;
        display: block;
        text-align: center;
        line-height: 25px;
        margin: 0px auto;
    }

.gray-area {
    float: left;
    width: 100%;
    min-height: 50px;
    margin: 50px 0px;
    padding: 50px;
    background: rgb(248, 248, 248);
}

.search-url-box {
    float: left;
    width: 100%;
}

.content-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #404040;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}

.search-url-box .form-control {
    width: 75%;
    float: left;
    /* border-radius: 20px; */
}

.search-url-box .btn {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 24%;
    float: right;
    background-color: #fff;
    color: white;
    text-overflow: ellipsis;
    padding: 0px 20px;
    overflow: hidden;
    height: 40px;
}

.error-validate {
    float: left;
    padding: 10px;
}

select.form-control {
    -webkit-appearance: none;
    padding-right: 25px;
    padding-left: 15px;
    line-height: 40px;
    background: url(../images/icon-select.png) right 15px center no-repeat;
}

.search-internal-box select {
    float: left;
    width: 24%;
    margin-right: 1%;
    font-weight: bold;
    background-color: rgb(235, 235, 235);
}

select.savedb {
    cursor: pointer;
    text-indent: 15px;
    color: rgb(3, 45, 62);
    font-size: 14px;
    width: 21%;
    height: 40px;
    line-height: 34px;
    float: left;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    background: rgb(235, 235, 235);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    /* border-radius: 50px; */
}

.txt-brand-product {
    float: left;
    width: 58%;
    margin-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    background: rgb(255, 255, 255);
    /* border-radius: 50px; */
    padding: 0px 30px;
}

.search-internal-box input {
    float: left;
    width: calc(93% - 193px);
    margin-right: 1%;
    margin-left: 0;
    padding: 0 10px;
}


.btn-add-to-cart {
    margin-left: 10px;
    cursor: pointer;
    width: 19%;
    color: rgb(255, 255, 255);
    text-align: center;
    float: left;
    background: #f7cb0d;
    padding: 12px 0px;
    /* border-radius: 50px; */
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-weight: bold;
    text-transform: uppercase;
}

.search-internal-box .btn {
    float: left;
    width: 255px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    color: white;
    padding: 0px 20px;
    cursor: pointer;
    line-height: 40px;
}

    .search-internal-box .btn:hover {
        /*color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px 0px inset;*/
    }

.table-price-sec .tbp-top {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.left {
    float: left;
}

.table-price-sec .tbp-top .left {
    line-height: 20px;
    padding: 10px 0px;
}

.hl-txt {
    color: #fff;
}

.table-panel {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}

    .table-panel .table-panel-header {
        float: left;
        width: 100%;
        color: white;
        background-color: #fff;
        padding: 25px;
    }

        .table-panel .table-panel-header .title {
            text-transform: uppercase;
            float: left;
            line-height: 20px;
            padding: 5px 0px;
        }

        .table-panel .table-panel-header .delivery-opt {
            float: right;
        }

            .table-panel .table-panel-header .delivery-opt label {
                float: left;
                cursor: pointer;
                margin-right: 50px;
            }

                .table-panel .table-panel-header .delivery-opt label input[type="checkbox"] {
                    display: none;
                }

                .table-panel .table-panel-header .delivery-opt label span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .table-panel .table-panel-header .delivery-opt label .ip-avata {
                    width: 30px;
                    height: 30px;
                    margin-right: 20px;
                    background-color: white;
                    position: relative;
                    border-radius: 50%;
                }

                    .table-panel .table-panel-header .delivery-opt label .ip-avata::before {
                        content: "";
                        display: block;
                        width: 20px;
                        height: 20px;
                        background-color: rgb(232, 69, 69);
                        transform: scale(0);
                        margin: 5px auto 0px;
                        transition: all 0.3s ease-in-out;
                        border-radius: 50%;
                    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-panel .table-panel-header {
    float: left;
    width: 100%;
    color: white;
    background-color: #fff;
    padding: 25px;
}

    .table-panel .table-panel-header .title {
        text-transform: uppercase;
        float: left;
        line-height: 20px;
        padding: 5px 0;
    }

    .table-panel .table-panel-header .delivery-opt {
        float: right;
    }

        .table-panel .table-panel-header .delivery-opt label {
            float: left;
            cursor: pointer;
            margin-right: 50px;
        }

            .table-panel .table-panel-header .delivery-opt label:last-child {
                margin-right: 0;
            }

            .table-panel .table-panel-header .delivery-opt label input[type="checkbox"] {
                display: none;
            }

            .table-panel .table-panel-header .delivery-opt label span {
                display: inline-block;
                vertical-align: middle;
            }

            .table-panel .table-panel-header .delivery-opt label .ip-avata {
                border-radius: 50%;
                -webkit-border-radius: 50%;
                width: 30px;
                height: 30px;
                margin-right: 20px;
                background-color: white;
                position: relative;
            }

                .table-panel .table-panel-header .delivery-opt label .ip-avata:before {
                    content: '';
                    display: block;
                    margin: 0 auto;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    width: 20px;
                    height: 20px;
                    margin-top: 5px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    background-color: #fff;
                    transform: scale(0);
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                }

            .table-panel .table-panel-header .delivery-opt label input[type="checkbox"]:checked + .ip-avata:before {
                transform: none;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
            }

.table-panel .table-panel-total {
    float: left;
    width: 33.3333333333333%;
    padding: 0 30px;
}

    .table-panel .table-panel-total table {
        width: 100%;
    }

        .table-panel .table-panel-total table tr {
            border-bottom: solid 1px #ebebeb;
        }

            .table-panel .table-panel-total table tr:last-child {
                border-bottom: none;
            }

        .table-panel .table-panel-total table td {
            height: 80px;
            vertical-align: middle;
        }

            .table-panel .table-panel-total table td:last-child {
                text-align: right;
                font-size: 18px;
            }

    .table-panel .table-panel-total .note-block {
        float: left;
        width: 100%;
    }

        .table-panel .table-panel-total .note-block textarea.note {
            float: left;
            width: 100%;
            resize: none;
            height: 90px;
            padding: 15px 20px;
        }

    .table-panel .table-panel-total .btn-wrap {
        float: left;
        width: 100%;
        padding-top: 30px;
    }

        .table-panel .table-panel-total .btn-wrap .btn {
            display: block;
            font-weight: bold;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

@media (max-width: 480px) {
    .table-panel .table-panel-header {
        padding: 15px;
    }

    .table-panel .delivery-opt label {
        margin-bottom: 10px;
    }

    .table-panel .table-panel-main {
        width: 100%;
        overflow: auto;
    }

        .table-panel .table-panel-main table {
            width: 600px;
        }

    .table-panel .table-panel-total {
        width: 100%;
        padding: 0;
    }
}

.table-panel-main {
    float: left;
    width: 66.66666666666666%;
}

    .table-panel-main table {
        float: left;
        width: 100%;
        position: relative;
        border: solid 1px #ebebeb;
        border-top: none;
    }

        .table-panel-main table th {
            height: 80px;
            vertical-align: middle;
            background-color: #f8f8f8;
            font-weight: bold;
            padding: 0 25px;
        }

        .table-panel-main table td {
            padding: 20px 0;
            vertical-align: middle;
        }

            .table-panel-main table td .checklb .ip-avata {
                border-color: #ececec;
            }

            .table-panel-main table td.hover-td {
                padding: 0;
            }

        .table-panel-main table .checklb .ip-avata {
            margin: 0;
        }

        .table-panel-main table .check {
            padding: 0;
            padding-left: 25px;
        }

        .table-panel-main table .img {
            padding: 0 15px;
        }

        .table-panel-main table .qty {
            padding: 0 15px;
        }

            .table-panel-main table .qty input {
                width: 70px;
            }

        .table-panel-main table .price {
            padding: 0 15px;
        }

            .table-panel-main table .price p:last-child {
                color: #777777;
            }

        .table-panel-main table .total {
            padding-right: 25px;
        }

            .table-panel-main table .total p:last-child {
                color: #777777;
            }

        .table-panel-main table textarea.note {
            width: 100%;
            resize: none;
            height: 90px;
            padding: 15px 20px;
        }

        .table-panel-main table .hover-block {
            display: none;
        }

        .table-panel-main table .note-td {
            padding-right: 25px;
            padding-left: 25px;
            border-bottom: solid 1px #ebebeb;
        }

        .table-panel-main table .hover-tr {
            display: none;
        }

        .table-panel-main table:hover {
            border-color: #fff;
        }

            .table-panel-main table:hover .hover-tr {
                display: table-row;
            }

            .table-panel-main table:hover .hover-block {
                position: absolute;
                top: 50%;
                right: -15px;
                display: block;
                font-size: 18px;
                line-height: 30px;
                width: 30px;
                height: 30px;
                text-align: center;
                margin-top: -15px;
                border: solid 1px #ebebeb;
                background-color: white;
            }

                .table-panel-main table:hover .hover-block a {
                    display: block;
                }

.table-price-total {
    float: left;
    width: 100%;
    padding: 30px 25px;
    margin-top: 30px;
    border-top: solid 1px #ebebeb;
}

    .table-price-total .order-btn {
        padding-right: 50px;
        padding-left: 50px;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 12px;
    }

    .table-price-total .final-total {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

        .table-price-total .final-total strong.hl-txt {
            font-size: 30px;
        }

.thumb-product {
    display: table;
    width: 100%;
}

    .thumb-product .pd-img {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 70px;
        margin-right: 20px;
        position: relative;
    }

        .thumb-product .pd-img .badge {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            width: 20px;
            text-align: center;
            height: 20px;
            line-height: 20px;
            background-color: #959595;
            color: white;
            font-weight: bold;
            border-radius: 50%;
            margin-right: -10px;
            margin-top: -10px;
        }

    .thumb-product .info {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

.checklb {
    cursor: pointer;
    float: left;
}

    .checklb input {
        display: none;
    }

    .checklb span {
        display: inline-block;
        vertical-align: middle;
    }

    .checklb .ip-avata {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 30px;
        height: 30px;
        border: solid 1px #f8f8f8;
        margin-right: 10px;
        background-color: white;
        position: relative;
    }

        .checklb .ip-avata:before {
            content: '';
            display: block;
            margin: 0 auto;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 20px;
            height: 20px;
            margin-top: 4px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #fff;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        }

    .checklb input:checked + .ip-avata:before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .checklb + .checklb {
        margin-left: 20px;
    }

.radiolb {
    cursor: pointer;
    float: left;
}

    .radiolb input {
        display: none;
    }

    .radiolb span {
        display: inline-block;
        vertical-align: middle;
    }

    .radiolb .ip-avata {
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 20px;
        height: 20px;
        border: solid 1px #ebebeb;
        margin-right: 10px;
        background-color: white;
        position: relative;
    }

        .radiolb .ip-avata:before {
            content: '';
            display: block;
            margin: 0 auto;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 10px;
            height: 10px;
            margin-top: 4px;
            border-radius: 0;
            -webkit-border-radius: 0;
            background-color: #fff;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        }

    .radiolb input:checked + .ip-avata:before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .radiolb + .radiolb {
        margin-left: 20px;
    }

img {
    max-width: 100%;
}

.right {
    float: right;
}

input[readonly] {
    background-color: #fafafa;
}

.default-3-style {
    float: left;
    width: 100%;
    clear: both;
}

.search-url-result {
    float: left;
    width: 80%;
    margin: 30px 10%;
}

    .search-url-result .img {
        float: left;
        width: 32%;
    }

    .search-url-result .info {
        float: right;
        width: 68%;
        padding: 0 0px 0 20px;
        text-align: left;
    }

.pv-att {
    float: left;
    width: 100%;
    color: #2b2e4a;
    font-weight: bold;
}

    .pv-att.title {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .pv-att.price {
        font-size: 13px;
        color: #959595;
        margin-bottom: 5px;
    }

.pv-att {
    float: left;
    width: 100%;
    color: #2b2e4a;
    font-weight: bold;
}

.search-url-result .info .title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
    margin: 0 0 10px 0 !important;
}

.paging_hand {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

    .paging_hand li {
        float: left;
        border-radius: 2px 2px 2px 2px;
        color: #000;
        display: inline;
        margin-right: 4px;
        cursor: pointer;
    }

        .paging_hand li a {
            width: 100%;
            font-size: 15px;
            float: left;
            height: 100%;
            padding: 10px;
            min-width: 35px;
            text-align: center;
        }

        .paging_hand li.current-page-item,
        .paging_hand li:hover,
        .paging_hand li.current-page-item.UnselectedPrev:hover,
        .paging_hand li.current-page-item.UnselectedNext:hover {
            background-color: #fff;
            color: #fff;
            border-radius: 2px 2px 2px 2px;
            margin-right: 4px;
            text-decoration: none;
        }

            .paging_hand li.current-page-item a,
            .paging_hand li:hover a,
            .paging_hand li.current-page-item.UnselectedPrev:hover a,
            .paging_hand li.current-page-item.UnselectedNext:hover a {
                color: #fff;
            }

.font-size-16 {
    font-size: 16px;
}

.step-income {
    float: left;
    width: 100% !important;
    margin: 20px 0;
}

.mar-bot2 {
    margin-bottom: 20px;
}

.text-align-left {
    text-align: left;
    float: left;
}
/* ==========================================================================
Dich vu
========================================================================== */
.services-page {
    padding: 30px 0;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.services-content {
    /*width: calc((100%/12)*8 - 30px);*/
    width: 75%;
    float: right;
    padding: 0 10px 0 30px;
}

.services-list p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    height: 97px;
    margin-bottom: 20px;
}

.services-content p {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    float: left;
    width: 100%;
    clear: both;
}

.intro-align p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 25px;
}

.sidebar p {
    font-size: 16px;
    line-height: 25px;
}

.sidebar {
    /*width: calc((100%/12)*4 - 30px);*/
    width: 25%;
    float: left;
}

.sv-list-main {
    /*width: calc((100%/2) - 15px);*/
    width: 30%;
    border: 1px solid #ccc;
    padding: 10px;
    /*margin-right: 7.5px;
    margin-left: 7.5px;*/
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    min-height: 295px;
    max-height: 295px;
    overflow: hidden;
    float: left;
    margin: 0 5px 5px 5px;
}

    .sv-list-main .sv-img img {
        /*height: 202px;*/
        max-height: 150px;
        min-height: 150px;
    }

.services-content .order-title {
    margin: 15px 0;
}

.sidebar-box {
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: #f94657;
    padding: 10px 0;
    margin: 0;
}

.box-detail {
    padding: 10px;
}

.sidebar-call {
    margin: 14px 0;
}

    .sidebar-call a {
        text-transform: uppercase;
        font-size: 15px;
        color: #fd0000;
        font-weight: 700;
    }

        .sidebar-call a span {
            font-size: 26px;
        }

.address {
    border-top: 1px solid #efefef;
    padding-top: 11px;
    padding-bottom: 11px;
}

    .address h3 {
        font-size: 16px;
        color: #4a4a4a;
        font-weight: 700;
        text-transform: uppercase;
    }

    .address p {
        font-size: 16px;
        color: #4a4a4a;
        text-align: left;
        margin-top: 10px;
    }

        .address p span {
            text-transform: uppercase;
        }

            .address p span.tell-sp {
                font-weight: 700;
            }

    .address .name {
        width: 70px;
        display: inline-block;
    }

.sv-link {
    margin: 10px 0;
}

    .sv-link a {
        padding: 0 5px;
    }

.new-write {
    margin: 10px 0;
    padding: 0 15px;
}

.sidebar-img {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 5px;
}

.sidebar-info {
    float: none;
    display: block;
    padding: 0 0 0 30px;
    text-align: left;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0px;
}

    .sidebar-info a {
        color: #848080;
    }

        .sidebar-info a:hover {
            color: #f94657;
        }

.sidebar-box .new-write:last-child .sidebar-info {
    border-bottom: none;
}

.sidebar-fanpage {
    padding: 10px;
}

    .sidebar-fanpage img {
        width: 100%;
    }

.intro-title {
    margin: 10px 0;
}

.dots {
    width: 50px;
    display: inline-block;
}

.intro-align {
    text-align: center;
}

.intro-page {
    text-align: left;
    margin: 0 auto 15px auto;
    line-height: 20px;
}

    .intro-page ul {
        margin-left: 15px;
    }

.services-content table {
    margin: 20px 0;
}

.sv-text h3 a {
    text-transform: uppercase;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    float: left;
    line-height: 20px;
    width: 100%;
    margin-bottom: 10px;
}

    .sv-text h3 a:hover {
        color: #f94657;
    }

.other-page {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 50px;
}

.line-head {
    width: 30px;
    height: 2px;
    background: #fdc409;
}

.black-gray {
    background: #434343;
}

.other-header-title {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #404257;
}

ul.list-other-news {
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

    ul.list-other-news li {
        float: left;
        width: 100%;
        background: url('../images/arrow-news-other.png') no-repeat 0 0;
        padding: 0 0 0 20px;
        text-align: left;
        margin: 15px 0;
    }

        ul.list-other-news li a {
            color: #444;
        }

        ul.list-other-news li:hover a {
            color: #f94657;
        }

.pagination {
    float: left;
    width: 100%;
    clear: both;
}

.bg-red {
    background: red;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-black {
    background: black;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-bronze {
    background: rgb(230, 200, 127);
    color: #4a4a4a;
    width: 100%;
    padding: 5px 10px;
}

.bg-green {
    background: rgba(53,154,34,1);
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.bg-yellow {
    background: yellow;
    color: #4a4a4a;
    width: 100%;
    padding: 5px 10px;
}

.bg-blue {
    background: blue;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}

.mar-top2 {
    margin-top: 20px !important;
}

.material-product {
    float: left;
    width: 100%;
    clear: both;
}

    .material-product ul {
        overflow: hidden;
        list-style: none;
    }

    .material-product li {
        float: left;
        margin: 0 7px 7px 0;
        cursor: pointer;
    }

        .material-product li a {
            display: block;
            text-align: center;
            border: 1px solid #dcdcdc;
            min-width: 10px;
            padding: 9px 8px;
            line-height: 12px;
            color: #3c3c3c;
            background-color: #fff;
            cursor: pointer;
            margin: 10px 0;
        }

            .material-product li a span {
                cursor: pointer;
                display: none;
            }

            .material-product li a:hover {
                color: #F40;
                text-decoration: none;
                border: 1px solid #F40;
            }

        .material-product li.tb-selected a {
            color: #F40;
            border: 1px solid #F40;
        }

.search-url-result ul {
    padding: 0 20px;
}

.obj-content table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}

    .obj-content table tr {
        float: left;
        width: 100%;
    }

        .obj-content table tr td {
            float: left;
            width: 15%;
        }


.padding-topbot-10 {
    padding: 10px 0;
}

.search-form {
    /*width: 50%;
    float: left;
    text-align: center;*/
}

.setting {
    width: 50%;
    float: right;
    text-align: center;
}

#search-product {
    padding: 10px 0;
}

.search-form-detail ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 15px;
}

    .search-form-detail ul li a {
        text-transform: uppercase;
        font-size: 14.14px;
        color: #161616;
    }

.search-active {
    color: #1b75b9 !important;
    font-weight: 700;
}

.form-action {
    position: relative;
}

    .form-action input {
        position: relative;
        height: 29px;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #c8c6c6;
        padding-left: 15px;
        color: #575757;
    }

.submit1 {
    position: absolute;
    top: 3px;
    right: 10%;
}

    .submit1 a {
        padding: 5px 15px 6px;
        background: #494848;
        color: #fff;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

.sec-desc-1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.list-setting li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
    color: white;
    margin-right: 10px;
}

    .list-setting li a {
        text-transform: capitalize;
        font-size: 18px;
        color: #494848;
    }

/*Bill CSS*/
.print-bill {
    float: left;
    width: 100%;
    font-family: 'Times New Roman';
    margin-bottom: 50px;
}

    .print-bill .top {
        float: left;
        width: 100%;
    }

        .print-bill .top .left {
            float: left;
            width: 25%;
        }

        .print-bill .top .right {
            float: right;
            width: 25%;
            text-align: center;
        }

        .print-bill .top .left .company-info {
            float: left;
            font-size: 11px;
            font-weight: bold;
            clear: both;
            margin-bottom: 5px;
        }

        .print-bill .top .left .company-info {
            float: left;
            font-size: 11px;
            font-weight: bold;
            clear: both;
        }

        .print-bill .top .right .bill-num {
            float: left;
            width: 100%;
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 10px;
        }

        .print-bill .top .right .bill-promulgate-date {
            float: left;
            width: 100%;
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 10px;
        }

    .print-bill .bill-title {
        float: left;
        width: 100%;
        text-align: center;
    }

        .print-bill .bill-title h1 {
            font-size: 24px;
            font-weight: bold;
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
        }

        .print-bill .bill-title .bill-date {
            font-size: 14px;
            float: left;
            width: 100%;
        }

    .print-bill .bill-content {
        float: left;
        width: 100%;
        clear: both;
        margin-top: 20px;
    }

        .print-bill .bill-content .bill-row {
            float: left;
            width: 100%;
            clear: both;
            margin-bottom: 10px;
            border-bottom: dotted 1px #ccc;
            font-size: 14px;
        }

            .print-bill .bill-content .bill-row .row-name {
                float: left;
                margin-right: 5px;
            }

            .print-bill .bill-content .bill-row .row-info {
                float: left;
                /*border-bottom: dotted 1px #ccc;*/
            }

            .print-bill .bill-content .bill-row .row-col {
                float: left;
                width: 50%;
            }

    .print-bill .bill-footer {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        .print-bill .bill-footer .bill-row-one {
            float: left;
            width: 25%;
            text-align: center;
        }

            .print-bill .bill-footer .bill-row-one strong {
                float: left;
                width: 100%;
            }

            .print-bill .bill-footer .bill-row-one span.note {
                float: left;
                width: 100%;
            }

        .print-bill .bill-footer.bill-row-all.right {
            float: right;
        }
/*End Bill CSS*/
/*popup*/
#bg_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    left: 0px;
    top: 0px;
    z-index: 999999999;
    opacity: 0;
    filter: alpha(opacity=0);
}

#popup_ms {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 10px #fff;
    float: left;
    position: fixed;
    width: 735px;
    z-index: 10000;
    left: 50%;
    margin-left: -370px;
    top: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 360px;
}

    #popup_ms .popup_body {
        border-radius: 0px;
        float: left;
        position: relative;
        width: 735px;
    }

    #popup_ms .content {
        /*background-color: #487175;     border-radius: 10px;*/
        margin: 12px;
        padding: 15px;
        float: left;
    }

    #popup_ms .title_popup {
        /*background: url("../images/img_giaoduc1.png") no-repeat scroll -200px 0 rgba(0, 0, 0, 0);*/
        color: #ffffff;
        font-family: Arial;
        font-size: 24px;
        font-weight: bold;
        height: 35px;
        margin-left: 0;
        margin-top: -5px;
        padding-left: 40px;
        padding-top: 0;
        text-align: center;
    }

    #popup_ms .text_popup {
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 20px;
    }

        #popup_ms .text_popup a.quen_mk, #popup_ms .text_popup a.dangky {
            color: #FFFFFF;
            display: block;
            float: left;
            font-style: italic;
            list-style: -moz-hangul outside none;
            margin-bottom: 5px;
            margin-left: 110px;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            #popup_ms .text_popup a.quen_mk:hover, #popup_ms .text_popup a.dangky:hover {
                color: #8cd8fd;
            }

    #popup_ms .close_popup {
        background: url("../../../App_Themes/Camthach/images/close_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: block;
        height: 28px;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 26px;
        cursor: pointer;
        z-index: 10;
    }

#popup_content {
    height: auto;
    position: fixed;
    background-color: #fff;
    top: 15%;
    z-index: 999999999;
    left: 48%;
    margin-left: -340px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 40%;
    padding: 20px;
}

.close_message {
    background: url("../images/close_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    cursor: pointer;
    z-index: 10;
}
/*#popup_ms .close_popup:hover
{
    background-position:-160px 0px;
}*/
.btn_popup_group {
    clear: both;
    margin-left: 160px;
    margin-bottom: 10px;
}

a.btn_popup_back {
    color: #fff;
    font-size: 17px;
    font-family: Tahoma;
    border: dashed 1px #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px 10px 5px 10px;
    box-shadow: 2px 4px 10px -3px #000;
    margin-right: 60px;
    cursor: pointer;
}

    a.btn_popup_back:active {
        box-shadow: 2px 5px 10px 0px #000;
    }

.pagenavi {
    float: right;
    margin-top: 20px;
}

.page .pagenavi a,
.page .pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #959595;
    font-weight: bold;
    background: #f8f8f8;
    display: inline-block;
    font-weight: bold;
    margin-right: 1px;
}

    .page .pagenavi .current,
    .page .pagenavi a:hover {
        background: #ea1f28;
        color: #fff;
    }

.custom-flex-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.custom-flex-2 {
    background: #f7cb0d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.delivery-opt label {
    float: left;
    cursor: pointer;
    margin-right: 0px;
    /*width: 100%;*/
}

    .delivery-opt label input[type="checkbox"] {
        display: none;
    }

    .delivery-opt label span {
        display: inline-block;
        vertical-align: middle;
    }

    .delivery-opt label .ip-avata {
        width: 30px;
        height: 30px;
        background-color: white;
        position: relative;
        border-radius: 50%;
    }

        .delivery-opt label .ip-avata::before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background-color: rgb(232, 69, 69);
            transform: scale(0);
            margin: 5px auto 0px;
            transition: all 0.3s ease-in-out;
            border-radius: 50%;
        }

        .delivery-opt label .ip-avata:before {
            content: '';
            display: block;
            margin: 0 auto;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 20px;
            height: 20px;
            margin-top: 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #fff;
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        }

    .delivery-opt label input[type="checkbox"]:checked + .ip-avata:before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

.table-price-total .order-btn.getallOrder {
    display: none;
}

table.ordercode-list tr td {
    text-align: center;
}

.menu-item-has-children {
    display: inline-block;
    position: relative;
}

.sub-menu {
    position: relative;
    display: block;
    width: 250px;
    height: 400px;
    overflow-y: scroll;
}

.btn.pill-btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.services {
    margin-top: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.all {
    position: relative;
    margin: 0 auto;
    /*width: 1170px;*/
    max-width: 100%;
}

.sec__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
}

.center-txt {
    text-align: center;
}

.custom-width-800 {
    width: 800px;
}
/* ORDER PROGESS */
.waitting {
    padding: 20px 0;
}

    .waitting .wait__hd {
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(7, 1fr);
        grid-auto-rows: 60px;
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

@media screen and (max-width: 980px) {
    .waitting .wait__hd {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .waitting .wait__hd {
        grid-template-columns: repeat(2, 1fr);
    }
}

.waitting .wait__hd .step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: #f8f8f8;
    padding-left: 25px;
}

    .waitting .wait__hd .step.active.color-1 {
        background-color: #39b54a;
        color: white;
    }

        .waitting .wait__hd .step.active.color-1::before {
            border-color: transparent transparent transparent #39b54a;
        }

        .waitting .wait__hd .step.active.color-1::after {
            border-color: transparent transparent transparent #2d8e3a;
        }

    .waitting .wait__hd .step.active.color-2 {
        background-color: #506dab;
        color: white;
    }

        .waitting .wait__hd .step.active.color-2::before {
            border-color: transparent transparent transparent #506dab;
        }

        .waitting .wait__hd .step.active.color-2::after {
            border-color: transparent transparent transparent #405788;
        }

    .waitting .wait__hd .step.active.color-3 {
        background-color: #29c6f7;
        color: white;
    }

        .waitting .wait__hd .step.active.color-3::before {
            border-color: transparent transparent transparent #29c6f7;
        }

        .waitting .wait__hd .step.active.color-3::after {
            border-color: transparent transparent transparent #09b0e4;
        }

    .waitting .wait__hd .step.active.color-4 {
        background-color: #ec4126;
        color: white;
    }

        .waitting .wait__hd .step.active.color-4::before {
            border-color: transparent transparent transparent #ec4126;
        }

        .waitting .wait__hd .step.active.color-4::after {
            border-color: transparent transparent transparent #cd2b12;
        }

    .waitting .wait__hd .step.active.color-5 {
        background-color: #ca212b;
        color: white;
    }

        .waitting .wait__hd .step.active.color-5::before {
            border-color: transparent transparent transparent #ca212b;
        }

        .waitting .wait__hd .step.active.color-5::after {
            border-color: transparent transparent transparent #9e1a22;
        }

    .waitting .wait__hd .step.active.color-6 {
        background-color: #dcab3d;
        color: white;
    }

        .waitting .wait__hd .step.active.color-6::before {
            border-color: transparent transparent transparent #dcab3d;
        }

        .waitting .wait__hd .step.active.color-6::after {
            border-color: transparent transparent transparent #c39223;
        }

    .waitting .wait__hd .step::after, .waitting .wait__hd .step::before {
        content: "";
        display: inline-block;
        border-style: solid;
        width: 0px;
        height: 0px;
        left: 100%;
        position: absolute;
        z-index: 1;
    }

    .waitting .wait__hd .step:after, .waitting .wait__hd .step:hover > .waitting .wait__hd .step:before {
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
        top: -3px;
        border-width: 33px;
        border-left-width: 27px;
    }

    .waitting .wait__hd .step:before {
        border-width: 30px;
        border-left-width: 25px;
        display: block;
        border-color: transparent transparent transparent #f8f8f8;
        z-index: 2;
        top: 0px;
    }

    .waitting .wait__hd .step > h3 {
        padding: 0 5px;
    }

    .waitting .wait__hd .step .status {
        padding-left: 5px;
    }

        .waitting .wait__hd .step .status > h4 {
            padding: 5px 0;
        }

.waitting .action {
    margin: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

    .waitting .action .action__left {
        padding: 10px;
        width: 50%;
        background-color: #ebebeb;
    }

        .waitting .action .action__left .form {
            position: relative;
        }

            .waitting .action .action__left .form .form-control {
                border: solid 2px #e1e1e1;
                height: 45px;
            }

            .waitting .action .action__left .form .btn {
                height: 45px;
                line-height: 27px;
                position: absolute;
                top: 0;
                right: 0;
                border-top-left-radius: unset;
                border-bottom-left-radius: unset;
            }

    .waitting .action .action__right {
        border-radius: 4px;
        margin: 0 10px;
        overflow: hidden;
        width: 50%;
        display: grid;
        grid-auto-rows: 45px;
        grid-template-columns: 1fr auto auto;
    }

        .waitting .action .action__right > .btn {
            height: 45px;
            line-height: 27px;
            border-radius: unset;
            border-left: 1px solid rgba(0, 0, 0, 0.1);
        }

.waitting .detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    align-items: center;
}

    .waitting .detail .infor {
        padding: 5px 10px;
    }

        .waitting .detail .infor .infor__child {
            display: flex;
            align-items: center;
        }

            .waitting .detail .infor .infor__child > a {
                padding-left: 10px;
                color: #29c6f7;
            }

    .waitting .detail .select .select__child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

        .waitting .detail .select .select__child .form {
            position: relative;
            background-color: #f9f9f9;
            width: 150px;
        }

            .waitting .detail .select .select__child .form select {
                padding-right: 15px;
                padding-left: 15px;
                line-height: 15px;
            }

            .waitting .detail .select .select__child .form .icon {
                position: absolute;
                top: 15px;
                right: 15px;
                pointer-events: none;
                color: #086398;
            }

/*  */

.waitting .wait__hd .step.active.bg-red {
    background: red;
    color: #fff;
}

    .waitting .wait__hd .step.active.bg-red::after,
    .waitting .wait__hd .step.active.bg-red::before {
        border-color: transparent transparent transparent red;
    }

.waitting .wait__hd .step.active.bg-black {
    background: black;
    color: #fff;
}

    .waitting .wait__hd .step.active.bg-black::after,
    .waitting .wait__hd .step.active.bg-black::before {
        border-color: transparent transparent transparent black;
    }

.waitting .wait__hd .step.active.bg-bronze {
    background: rgb(230, 200, 127);
    color: #4a4a4a;
}

    .waitting .wait__hd .step.active.bg-bronze::after,
    .waitting .wait__hd .step.active.bg-bronze::before {
        border-color: transparent transparent transparent rgb(230, 200, 127);
    }

.waitting .wait__hd .step.active.bg-green {
    background: rgba(53,154,34,1);
    color: #fff;
}

    .waitting .wait__hd .step.active.bg-green::after,
    .waitting .wait__hd .step.active.bg-green::before {
        border-color: transparent transparent transparent rgba(53,154,34,1);
    }

.waitting .wait__hd .step.active.bg-yellow {
    background: yellow;
    color: #4a4a4a;
}

    .waitting .wait__hd .step.active.bg-yellow::after,
    .waitting .wait__hd .step.active.bg-yellow::before {
        border-color: transparent transparent transparent yellow;
    }

.waitting .wait__hd .step.active.bg-blue {
    background: blue;
    color: #fff;
}

    .waitting .wait__hd .step.active.bg-blue::after,
    .waitting .wait__hd .step.active.bg-blue::before {
        border-color: transparent transparent transparent blue;
    }

.waitting .wait__hd .step.active.bg-orange {
    background: orange;
    color: #fff;
}

    .waitting .wait__hd .step.active.bg-orange::after,
    .waitting .wait__hd .step.active.bg-orange::before {
        border-color: transparent transparent transparent orange;
    }

#header .hd-top .hd-top__right .link .hover-acc .status-wrap:hover, #header .hd-top .hd-top__right .link .hover-acc .status-wrap:focus {
    z-index: 10;
}

.bg-yellow-gold {
    border-color: #e87e04 !important;
    background-image: none !important;
    background-color: #e87e04 !important;
    color: #fff !important;
    padding: 5px 10px;
}

main#home {
    margin-top: 0px;
}

.breakcrum {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .breakcrum a {
        float: left;
    }

        .breakcrum a:last-child {
            color: #f94657;
        }

.brc-seperate {
    float: left;
    margin: 0 10px;
}

@media screen and (max-width: 780px) {
    .services {
        margin-top: 35px;
    }

    .services-content {
        width: 100%;
        float: none;
    }

    .sidebar {
        width: 100%;
        /*float: none;*/
        max-width: 400px;
        margin: 0 auto;
    }

    .sv-list-main {
        width: calc(50% - 10px);
    }

        .sv-list-main .sv-img img {
            margin: 0 auto;
        }

    .fb_iframe_widget {
        max-width: 100%;
    }

        .fb_iframe_widget span {
            max-width: 100%;
        }

            .fb_iframe_widget span iframe {
                max-width: 100%;
            }
}

@media screen and (max-width: 450px) {
    .sv-list-main {
        width: 100% !important;
        text-align: center;
    }
}

.banner .sticky {
    background-color: #404257;
    color: white;
    font-size: 13px;
    line-height: 20px;
    padding: 16px 0;
}

    .banner .sticky i {
        color: #0068cf;
        padding-right: 5px;
    }

    .banner .sticky .slick-slide {
        outline: none;
    }

    .banner .sticky .announ__item {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

        .banner .sticky .announ__item::before {
            font-style: initial;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            float: left;
            font-size: 18px;
            line-height: 20px;
            padding-right: 10px;
            padding-left: 5px;
            content: '\f0da';
            color: #fff;
        }

        .banner .sticky .announ__item a:hover {
            color: #fff;
        }

.item-marquee {
    float: left;
    margin-right: 10px;
}

    .item-marquee::before {
        font-style: initial;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: left;
        font-size: 18px;
        line-height: 20px;
        padding-right: 10px;
        padding-left: 5px;
        content: '\f0da';
        color: #fff;
    }

    .item-marquee a {
        float: left;
        font-size: 18px;
    }

        .item-marquee a:hover {
            color: #fff;
        }

.marquee {
    /*background-color: #ddd;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

    .marquee span {
        display: inline-block;
        font-size: 20px;
        position: relative;
        left: 100%;
        animation: marquee 30s linear infinite;
    }

    .marquee:hover span {
        animation-play-state: paused;
    }

    .marquee span:nth-child(1) {
        animation-delay: 0s;
    }

    .marquee span:nth-child(2) {
        animation-delay: 0.8s;
    }

    .marquee span:nth-child(3) {
        animation-delay: 1.6s;
    }

    .marquee span:nth-child(4) {
        animation-delay: 2.4s;
    }

    .marquee span:nth-child(5) {
        animation-delay: 3.2s;
    }

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@media only screen and (max-width: 1024px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
        clear: both;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
        height: auto !important;
        top: 25% !important;
    }

    .content1 {
        height: 82%;
        overflow-y: scroll;
        font-size: 100%;
    }

    /*.content2 a {
        font-size: 70%;
        height: 30px !important;
    }*/

    .changeavatar {
        height: 82%;
    }
}


@media (max-width: 850px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        top: 2% !important;
        left: 5% !important;
        width: 90% !important;
        height: 95% !important;
    }

    .content1 {
        height: 82% !important;
        overflow-y: scroll;
        font-size: 85%;
    }

        .content1 .form-control {
            height: 30px;
            line-height: 30px;
        }

        .content1 .popup-row {
            margin: 5px 0;
        }

    .changeavatar {
        height: 82% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}

@media (max-width: 780px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
        clear: both;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
        height: 95% !important;
        top: 2% !important;
    }

    .content1 {
        height: 82%;
        overflow-y: scroll;
        font-size: 100%;
    }

    /*.content2 a {
        font-size: 70%;
        height: 30px !important;
    }*/

    .changeavatar {
        height: 82%;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
        clear: both;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
        height: auto !important;
        top: 25% !important;
    }

    .content1 {
        height: 82%;
        overflow-y: scroll;
        font-size: 100%;
    }

    /*.content2 a {
        font-size: 70%;
        height: 30px !important;
    }*/

    .changeavatar {
        height: 82%;
    }
}

@media (max-width: 750px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
        clear: both;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
        height: 95% !important;
        top: 2% !important;
    }

    .content1 {
        height: 82%;
        overflow-y: scroll;
        font-size: 80%;
    }

        .content1 .form-control {
            height: 30px;
            line-height: 30px;
            font-size: 100%;
        }

        .content1 .popup-row {
            margin: 2px 0;
        }

    .content2 a {
        font-size: 70%;
        height: 30px !important;
    }

    .changeavatar {
        height: 82%;
    }
}

@media (max-width: 650px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
        clear: both;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
        height: 95% !important;
        top: 2% !important;
    }

    .content1 {
        height: 82%;
        overflow-y: scroll;
        font-size: 70%;
    }

        .content1 .form-control {
            height: 30px;
            line-height: 30px;
            font-size: 100%;
        }

        .content1 .popup-row {
            margin: 2px 0;
        }

    .content2 a {
        font-size: 70%;
        height: 30px !important;
    }

    .changeavatar {
        height: 82%;
    }
}

@media (max-width: 480px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
    }

    .content1 {
        height: 91% !important;
        overflow-y: scroll;
    }

    .changeavatar {
        height: 90% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
    }

    .content1 {
        height: 91% !important;
        overflow-y: scroll;
    }

    .changeavatar {
        height: 92% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
    }

    .content1 {
        height: 91% !important;
        overflow-y: scroll;
        font-size: 85%;
    }

    .content2 a {
        font-size: 70%;
        height: 30px !important;
    }

    .changeavatar {
        height: 91% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}

@media (max-width: 360px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
    }

    .content1 {
        height: 91% !important;
        overflow-y: scroll;
        font-size: 85%;
    }

    .content2 a {
        font-size: 70%;
        height: 30px !important;
    }

    .changeavatar {
        height: 89% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}


@media (max-width: 320px) {
    #outAll, #outAll1, #exportselected, #exportselected1 {
        float: left !important;
        margin: 0 !important;
    }

    #exportselected1 {
        margin-bottom: 30px !important;
    }

    #popup_content_home {
        left: 5% !important;
        width: 90% !important;
    }

    .content1 {
        height: 91% !important;
        overflow-y: scroll;
        font-size: 85%;
    }

    .content2 a {
        font-size: 70%;
        height: 30px !important;
    }

    .changeavatar {
        height: 88% !important;
    }

    .popuprow-left {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .popuprow-right {
        width: 100% !important;
    }
}

.coccoc-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 0;
    bottom: 100px;
}

    .coccoc-alo-phone.coccoc-alo-show {
        visibility: visible;
    }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.coccoc-alo-phone.coccoc-alo-static {
    opacity: .6;
}

.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
    opacity: 1;
}

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #F20000;
    border-color: #bfebfc 9;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
    border-color: #ccc;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5;
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(0,175,242,0.5);
    background-color: #00aff2 9;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(242, 223, 0, 0.85);
    background-color: #a6e3fa 9;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(204,204,204,0.5);
    background-color: #ccc 9;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
    background-color: rgba(117,235,80,0.5);
    opacity: .75 !important;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30,30,30,0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50 9;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #F20000;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
    background-color: #ccc;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

#coccoc-alo-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2000000;
    overflow: visible;
    display: none;
    color: #383838;
}

    #coccoc-alo-wrapper.night-mode {
        color: #fff;
    }

.coccoc-alo-popup-close {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute !important;
    right: -15px !important;
    top: -15px !important;
    height: 30px !important;
    width: 30px !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer !important;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out !important;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC");
}

#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
    opacity: .6 !important;
}

.coccoc-alo-popup {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=");
    -webkit-transition: .6s ease-out;
    -moz-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: .6s ease-out;
    margin: 0 auto;
    z-index: 200001;
    text-align: center;
    padding: 60px 75px;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII=");
}

#coccoc-alo-wrapper .coccoc-alo-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=");
    top: 0;
    left: 0;
    z-index: 200000;
}

.coccoc-alo-popup h3 {
    font-size: 24px;
    margin: 0 0 40px;
    font-family: 'Open Sans';
    font-weight: 300;
    white-space: nowrap;
}

.night-mode .coccoc-alo-popup h3 {
    font-size: 23px;
}

.night-mode .coccoc-alo-message {
    padding-bottom: 0;
}

.coccoc-alo-message {
    height: 32px;
    padding: 18px 0 13px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label, #coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label + .input {
    float: left;
    width: 49%;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
    padding: 0 13px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
    color: #616161;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding-right: 15px;
}

.coccoc-alo-number {
    color: #00bed5;
    font-size: 28px;
    font-family: Montserrat,"Lucida Console",Monaco,monospace,sans-serif;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-width: 0;
    display: inline-block;
    border-bottom: #00bed5 solid 1px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 221px;
}

coccoc-alo-number::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.night-mode .coccoc-alo-number {
    border: #00bed5 solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 31px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
    color: #ff496b;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
    outline: 0;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #d1d1d1;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #d1d1d1;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d1d1d1;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #d1d1d1;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #60615f;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #60615f;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
    color: #60615f;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
    color: #60615f;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
    border: none;
    border-width: 0;
    padding: 20px 40px;
    background-color: #333;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    border-radius: 68px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    outline: none !important;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
    background-color: #00bed5;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive, #coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
    outline: none !important;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
    border: 0;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
    background-color: #00aff2;
    background-color: #00aff2;
}

.coccoc-alo-blur {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur");
}

#coccoc-countdown {
    padding-top: 20px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.coccoc-alo-request-time {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 6px 12px;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
    color: #fff;
    background-color: #515350;
    border: 1px solid #606260;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
    margin-bottom: 15px;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
    margin-bottom: 35px;
}

.coccoc-alo-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.coccoc-alo-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


@media screen and (max-width: 780px) {
    .sv-list-main {
        margin:0;
        margin-bottom:10px;
    }
    .services-content {
        padding:0;
    }
}
#main-nav .nav-ul > li > a, #main-nav .nav-ul > li > a .nav-i
{
    color:#fff;
}
