header {
    float: left;
    width: 100%;
    min-height: 450px;
    background: url(../images/banner-bg.jpg) no-repeat center;
}

footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 0;
}

.btn_dlex a {
    background: #fff url(../images/ic6-new.png) no-repeat;
    color: #00aff2;
}

.btn_dlex:hover a {
    background: #fff url(../images/ic6.png) no-repeat;
    color: #f26222;
    background-position: 25px 20px;
    box-shadow: 0 2px 8px rgba(7, 8, 8, .45);
}

.dv_cc h2,
.lydo h3,
.dv_cc ul li h3 a,
.header_cate .mn li a:hover, .header_cate .mn li.active a,
.body_cate h1,
.box_side_bar h3 {
    color: #00aff2;
}

.box_side_bar h3 {
    border-left: 5px solid #00aff2;
}

.dv_cc ul li {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.19);
}

.dv1 {
    background: url(../images/dv1-new.png) no-repeat;
}

.dv2 {
    background: url(../images/dv2-new.png) no-repeat;
}

.lydo ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: none;
    padding-left: 0;
    line-height: 12px;
    list-style: disc;
}

.dv3 {
    background: url(../images/dv3-new.png) no-repeat;
}

.body_m {
    background: #00aff2;
}

.hv1 > i, .hv2 > i, .hv3 > i {
    color: #00aff2;
    font-size: 64px;
}

.website-order {

}

.card {
    position: absolute;
    width: 100%;
}

.card:before {
    content: '';
    display: inline-block;
    margin-top: 56.25%;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.card-content img {
    width: 100%;
    height: 100%;
}


.website-order.dv_cc ul li {
    box-shadow: none;
    padding: 0;
}

.website-order.dv_cc ul li:hover {
    box-shadow: none;
}

.dv_cc ul {
    display: table;
    margin: 0 auto;
    width: auto;
}

.box-item {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 30px 15px 15px 15px;
    height: 345px;
}

.box-item i.fa {
    color: #00aff2;
    font-size: 64px;
}

.box-item h3 a {
    color: #00aff2;
    font-size: 18px;
}

@media (max-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    #notify {
        display: table;
        border-radius: 0;
    }

    header {
        min-height: 450px;
        margin-bottom: 50px;
        padding-bottom: 25px;
    }

    .box-item {
        margin-bottom: 30px;
        height: auto;
    }

    .website-order.dv_cc ul {
        width: 100%;
    }

    .website-order.dv_cc ul li {
        margin-bottom: 15px;
    }

    .dv_cc {
        margin-top: 30px;
    }
}