.eservice-line {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.eservice-line .top {
    padding: 15px 0;
    padding-top: 20px;
    background: #2BB2F6;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    ;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.eservice-line .top .page-name {
    font: 23px/23px 'kanit', Arial, sans-serif;
    color: #fff;
}


/************************/

.eservice-line .top .search {
    margin-top: 15px;
    padding-bottom: 15px;
    padding-right: 6px;
}

.eservice-line .top-search {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 19px; */
    /* margin:0; */
    border: #ffffff 0 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.eservice-line .top-search .input {
    width: 100%;
    height: 45px;
    /* margin:2px; */
    padding: 8px 5px;
    border: 0px;
    text-indent: 8px;
    font: 15px/20px 'kanit', Arial, sans-serif;
}

.eservice-line .top-search .select {
    width: 138px;
    margin: 2px;
    padding: 8px 0;
    border: 0px;
    text-indent: 5px;
}

.eservice-line .top-search .btn-s {
    position: absolute;
    right: 0;
    top: 0px;
    height: 45px;
    margin: 0;
    background: #fff;
    padding: 11px 13px;
}

.eservice-line ::-ms-input-placeholder {
    /* Edge 12-18 */
    font: 15px/20px 'kanit', Arial, sans-serif;
    color: #929292;
}

.eservice-line ::placeholder {
    font: 15px/20px 'kanit', Arial, sans-serif;
    color: #929292;
}


/*****************************/

.eservice-line .top .member {
    padding-top: 20px;
}

.eservice-line .top .member .pic {
    width: 100%;
    text-align: center;
}

.eservice-line .top .member .text {
    margin-top: 3px;
    width: 100%;
    text-align: center;
    font: 12px/20px 'kanit', Arial, sans-serif;
}

.eservice-line .top .member .text a {
    color: #fff;
}


/************************/

.eservice-line .mid {
    padding-top: 0px;
}

.eservice-line .mid .cat-name {
    font: 17px/20px 'kanit', Arial, sans-serif;
    color: #000;
    margin: 18px 0;
}

.eservice-line .mid .all-icon {
    padding: 0 3px;
}

.eservice-line .mid .icon {
    text-align: center;
    padding: 0 3px;
    padding-bottom: 18px;
}

.eservice-line .mid .icon .pic {}

.eservice-line .mid .icon .pic img {
    max-width: 100%;
    height: auto;
}

.eservice-line .mid .icon .text {
    margin-top: 5px;
    font: 13px/13px 'kanit', Arial, sans-serif;
    color: #000;
    height: 37px;
}

.eservice-line .mid .icon .text a {
    color: #000;
}


/*************************/

@media (max-width: 374px) {
    .eservice-line {
        width: 100%;
    }
}

@media (min-width: 375px) and (max-width: 419px) {
    .eservice-line {
        width: 100%;
    }
}

@media (min-width: 420px) and (max-width: 575px) {
    .smartcity {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .eservice-line {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    ...
}

@media (min-width: 1200px) and (max-width: 1280px) {
    ...
}

@media (min-width: 1281px) and (max-width: 1366px) {
    ...
}

@media (min-width: 1367px) and (max-width: 1440px) {
    ...
}

@media (min-width: 1441px) and (max-width: 1600px) {
    ...
}