﻿body {
    color: #212529;
}

a {
    color: #212529;
}

    a:hover {
        text-decoration: none;
    }

.page-link {
    color: #000;
    border: 1px solid #a7a8a9;
}

    .page-link:hover {
        color: #fff;
        background-color: #ce2b29;
        border-color: #ce2b29;
    }

.page-item.active .page-link {
    background-color: #ce2b29;
    border-color: #ce2b29;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.btn-link-more {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ce2b29;
    border: 1px solid #ce2b29;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn-link-more:hover {
        color: #ffffff;
    }

.card:hover .item-img img {
    transform: scale(1.1);
}

.card .item-img {
    overflow: hidden;
}

    .card .item-img img {
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }

.display-4 {
    font-family: Arial, Helvetica, sans-serif;
}

.app-part-title {
}

    .app-part-title h3 {
        font-size: 2.2rem;
        margin-bottom: 0.45rem;
    }

    .app-part-title h4 {
        margin-bottom: 0.45rem;
        color: #a7a8a9;
        font-size: 1.5rem;
        font-family: Arial;
        font-weight: 400;
    }

    .app-part-title hr {
        background-color: #ce2b29;
        height: 3px;
        line-height: 3px;
        width: 102px;
        border: none;
        margin: 0 auto -2px auto;
    }

.app-order {
    cursor: pointer;
}

    .app-order .desc {
        padding-left: 10px;
        background: url(../images/line.png) no-repeat 10px 50%;
    }

        .app-order .desc p:first-child {
            font-size: 18px;
        }

        .app-order .desc p:last-child {
            font-size: 12px;
        }

    .app-order:hover .border {
        border: 1px solid #ce2b29 !important;
        background-image: linear-gradient(to top, #ce2b29,transparent);
    }

    .app-order:hover img {
    }

#about-warp {
    color: #fff;
    background: url(../images/about.png) no-repeat;
    background-size: cover;
}

#business-warp {
    color: #fff;
    background: url(../images/bg-business.png) no-repeat;
    background-size: cover;
}

#breadcrumb-warp {
    background-color: #e9ecef;
}

#app-news-warp { background:#F6F6F6
}

#app-service-warp {
    background: url(../images/team.png) no-repeat;
    background-size: cover;
    /*height: 872px;*/
}

@media only screen and (max-width: 768px) {
    body {
    }

    .app-order .desc {
        line-height: 1;
    }

        .app-order .desc p:first-child {
            font-size: 0.85rem;
        }

        .app-order .desc p:last-child {
            font-size: 0.55rem;
        }

    .app-part-title h3 {
        font-size: 1.5rem;
    }

    .app-part-title h4 {
        font-size: 1.2rem;
    }

    .display-4 {
        font-size: 1.4rem;
        line-height: 0.8;
    }

    #about-warp {
        background: url(../images/about-wap.png) no-repeat;
       /* background-size:contain;*/
    }

    .mean-container a.meanmenu-reveal{
        top:10px;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .mean-container .mean-bar .mobile-menu-nav-back .logo-mobile .img-fluid {
            width:90%;
        }
}


@media only screen and (max-width: 1199px) {
    .header-action-layout1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    nav.template-main-menu > ul > li {
        padding: 0 0.5rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 14px;
        }
}

@media only screen and (min-width: 1280px) {
    .app-order .desc p:first-child {
        font-size: 12px;
    }

    nav.template-main-menu > ul > li {
        padding: 0;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 13px;
        }
}

@media only screen and (min-width: 1440px) {
    .app-order .desc p:first-child {
        font-size: 14px;
    }

    nav.template-main-menu > ul > li {
        padding: 0 0.1rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 15px;
        }
}

@media only screen and (min-width: 1600px) {
    .app-order .desc p:first-child {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    .app-order .desc p:first-child {
        font-size: 18px;
    }
}
