﻿body {
    background: #f3f3f3;
}

.null-page {
    padding: 86px 15px;
    overflow: hidden;
}

.cen-pic {
    display: block;
    margin: 0 auto;
    max-height: 350px;
}

.mar-bottom {
    margin-bottom: 20px;
}

.full-width {
    display: block;
}

.item .col-md-4 {
    padding: 0 8px;
    float:left;
}

.search-area {
    display: block;
    margin: 0 10px 104px;
    background: #FFF;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    border-radius: 8px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .search-area input {
        border: none;
        outline: none;
        background: none;
        padding: 16px;
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }

    .search-area .btn {
        padding: 16px 52px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        color: #FFF;
        cursor: pointer;
        text-decoration:none;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        background: linear-gradient(90deg, #FE2F05 -5.56%, #FF6D10 104.17%);
    }

.pakage-service {
    display: table;
    width: 98%;
    color: #444;
    cursor: pointer;
    text-decoration:none;
    min-height: 80px;
    margin: 0 auto;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    border-radius: 8px;
}

    .pakage-service img {
        width: 80px;
        height: 80px;
        padding: 15px;
        display: table-cell;
        vertical-align: middle;
    }

    .pakage-service span {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

        .pakage-service span b {
            display: block;
            margin-bottom: 5px;
        }

        .pakage-service span u {
            color: #ea4649;
            font-weight: bold;
            text-decoration: none;
        }

.null-page h1,
.null-page h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.null-page h2 {
    margin: 0 15px 32px;
}

.null-page h1 + p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #8E8E8E;
    margin-bottom: 52px;
}

@media (max-width: 768px) {
    .onlyPC {
        display: none;
    }

    .search-area input {
        padding: 8px 16px;
        font-size: 16px;
    }

    .search-area .btn {
        background: url(https://www.matbao.net/Content/images/HomePage/Icon/search.svg) center no-repeat, linear-gradient(to right, #fe2f05, #ff6d10);
        position: absolute;
        text-align: center;
        height: 44px;
        padding: 0;
        width: 48px;
    }

    .search-area {
        margin-bottom: 68px;
    }

    .null-page h1 + p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #8E8E8E;
        margin-bottom: 44px;
    }

    .null-page h1 {
        font-size: 20px;
        margin: 16px 0;
    }

    .null-page h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .null-page {
        padding: 25px 15px;
        font-size: 14px;
    }

    .cen-pic {
        max-height: 145px;
    }

    .mar-bottom {
        margin-bottom: 15px;
    }

    #slide-mobi .mar-bottom {
        margin-bottom: 0;
    }

    .pakage-service {
        min-height: 60px;
        margin-bottom: 10px;
    }

        .pakage-service span b {
            margin-bottom: 0;
        }

        .pakage-service img {
            width: 60px;
            height: 60px;
        }
}

@media (max-width: 320px) {
    .logo img {
        width: 150px;
        height: 50px;
    }

    .null-page {
        padding: 5px 15px;
        font-size: 14px;
    }

    .mar-bottom {
        margin-bottom: 8px;
    }

    #slide-mobi .item .col-md-4 {
        width: 90vw;
        padding-right: 0;
    }
}
