.box-category {
    width: 100%;
    display: inline-block;
}

.box-category .head-category {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: #4D555D;
}

.box-category .head-category .right {
    display: inline-block;
    width: 100%;
}

.box-category .head-category .custom-select {
    position: relative;
    background: #fff;
    border: 1px solid #E9E9E9;
    display: inline-block;
    height: 35px;
    width: 158px;
    border-radius: 10px;
    margin-left: 10px;
}

.box-category .head-category .custom-select:before {
    position: absolute;
    top: 0;
    height: 33px;
    right: 0;
    width: 35px;
    content: "";
    background: url(../images/category/chevron_down.svg) no-repeat center center;
}

.box-category .head-category .custom-select > select {
    background: none;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
}

.box-category .head-category .select-box {
    height: 33px;
    font-size: 14px;
    width: 100%;
    padding: 6px 15px;
    line-height: 21px;
    color: #4D555D;
    margin: 0;
    display: block;
}

.box-category .content-category {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.box-category .c-column {
    display: none;
}

.box-category .content-list {
    display: inline-block;
    width: 100%;
}

.list-categoty {
    margin: 0 -10px;
}

.list-categoty .col-4 {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

.list-categoty .item {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.list-categoty .photo {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.list-categoty .photo img {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.list-categoty .status {
    display: inline-block;
    height: 24px;
    width: 108px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    line-height: 24px;
    vertical-align: middle;
}

.list-categoty .status.sapdaugia {
    /*color: #FFAE06;*/
    background: #FFEFCD;
}

.list-categoty .status.dangdienra {
    /*color: #16BCDC;*/
    background: #CDF9FF;
}

.list-categoty .status.ketthuc {
    /*color: #EE4747;*/
    background: #FFEEEE;
}

.list-categoty .status.sapdaugia:before, .list-categoty .status.dangdienra:before, .list-categoty .status.ketthuc:before {
    display: inline-block;
    height: 24px;
    width: 14px;
    content: "";
    vertical-align: middle;
    margin-right: 3px;
}

.list-categoty .status.sapdaugia:before {
    background: url(../images/category/icon-sap.svg) no-repeat 0 center;
}

.list-categoty .status.dangdienra:before {
    background: url(../images/category/icon-dienra.svg) no-repeat 0 center;
}

.list-categoty .status.ketthuc:before {
    background: url(../images/category/icon-ketthuc.svg) no-repeat 0 center;
}

.list-categoty .title {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #2E3A59;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.list-categoty .title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #2E3A59;
}

.list-categoty .box-price {
    margin: 0;
    margin-top: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
    padding-left: 18px;
    background: url(../images/icon-money.png) no-repeat 0 center;
}

.list-categoty .box-price .price {
    color: #28bcdc;
    font-weight: bold;
    float: right;
}

.list-categoty .box-date-time {
    margin: 0;
    margin-top: 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #4D555D;
    padding-left: 18px;
    background: url(../images/icon-alarm.png) no-repeat 0 center;
}

.list-categoty .box-date-time .date {
    color: #28bcdc;
    font-weight: bold;
    float: right;
}

.list-categoty .btn-event:before {
    width: 14px;
    height: 14px;
    content: "";
    float: left;
    background: url(../images/icon-hammer-small.svg) no-repeat center center;
    margin-right: 3px;
}

.list-categoty .button-submit {
    width: 100%;
    display: inline-block;
    border: 0;
    height: 38px;
    cursor: pointer;
    padding: 10px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background: #16BCDC;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: 18px;
}

.list-categoty .icon-dk:before {
    width: 18px;
    height: 17px;
    content: "";
    display: inline-block;
    background: url(../images/icon-hammer-small-white.svg) no-repeat center center;
    margin-right: 7px;
    margin-bottom: -3px;
}

.list-categoty .icon-inzoom:before {
    width: 13px;
    height: 17px;
    content: "";
    display: inline-block;
    background: url(../images/category/icon_right.svg) no-repeat center center;
    margin-right: 7px;
    margin-bottom: -3px;
}

.list-categoty .icon-detail:before {
    width: 14px;
    height: 17px;
    content: "";
    display: inline-block;
    background: url(../images/category/icon-document.svg) no-repeat center 0;
    margin-right: 7px;
    margin-bottom: -3px;
}

@media screen and (max-width: 800px) {
    .hidden-mobile {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .box-category .head-category {
        padding-bottom: 15px;
        padding-top: 0;
    }

    .list-categoty .col-4 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .box-category {

    }

    .box-category .c-column {
        display: block;
        float: left;
        width: 278px;
        margin-right: 19px;
    }

    .box-category .content-list {
        float: left;
        width: calc(100% - 297px);

    }

    .list-categoty .col-4 {
        width: 33.333%;
        margin-bottom: 30px;
    }

    .list-categoty .item .photo img {

        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .list-categoty .status.sapdaugia:before {
        background: url(../images/category/icon-sap.png) no-repeat 0 center;
    }

    .list-categoty .status.dangdienra:before {
        background: url(../images/category/icon-dienra.png) no-repeat 0 center;
    }

    .list-categoty .status.ketthuc:before {
        background: url(../images/category/icon-ketthuc.png) no-repeat 0 center;
    }

    .list-categoty .icon-dk:before {
        background: url(../images/icon-hammer-small-white.png) no-repeat center center;
    }

    .list-categoty .icon-inzoom:before {
        background: url(../images/category/icon_right.png) no-repeat center center;
    }

    .list-categoty .icon-detail:before {
        background: url(../images/category/icon-document.png) no-repeat center center;
    }

    .box-category .head-category .right {
        float: right;
        width: auto;
    }
}

@media screen and (min-width: 960px) and (max-width: 1155px) {
    .box-category .content-list {
        float: left;
        width: calc(100% - 230px);
    }

    .c-column .box-filter-cate {
        padding: 10px;
    }

    .box-category .c-column {
        width: 211px;
    }

    .list-categoty .item {
        padding: 8px;
    }

    .list-categoty .box-date-time, .list-categoty .box-price {
        font-size: 12px;
    }

    .box-filter-cate .checkbox input[type="checkbox"] + label, .box-filter-cate .radio input[type="radio"] + label {
        font-size: 13px;
    }
}

	
	
								