body {
    background: rgba(16, 28, 47, .05);
    color: rgba(16, 28, 47, .87);
    letter-spacing: .2px;
    font-size: 14px;
    font-family: Roboto-Light_1D
}

a {
    color: #496ba3;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

a:focus {
    outline: 0
}

a:focus,
a:hover {
    color: #101c2f;
    text-decoration: none
}

.modal-body {
    position: relative
}

.modal-body,
.modal-footer {
    padding: 25px
}

.modal-header {
    padding: 10px 10px 10px 25px
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none
}

input {
    border-radius: 0
}

.pen {
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    display: table;
    width: 100%
}

.clearfix {
    clear: both
}

.form-control {
    border-radius: 0;
    box-shadow: none
}

.form-control:hover {
    border: 1px solid #fca103
}

.form-control:focus {
    border: 1px solid #0163dd;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    background-color: #fff
}

.page-line {
    background: #fff;
    margin-bottom: 13px
}

.page-line .breadcrumb {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 0
}

h1,
h2,
h3 {
    font-family: Roboto-Light_1C;
    margin-top: 0
}

.btn {
    border-radius: 0;
    padding: 5px 12px
}

.dropdown-menu {
    border-radius: 0;
    margin: 15px
}

.banner-ads {
    background: #e7fffe;
    margin-bottom: 15px;
    text-align: center
}

.select.large .list ul {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
    position: relative
}

.form-group span {
    color: red;
    font-size: 18px
}

.btn-default {
    border: 1px solid rgba(16, 28, 47, .1);
    background: rgba(16, 28, 47, .12);
    color: #353535;
    padding: 7px 15px;
    text-align: center;
    display: inline-block
}

.btn-default:hover {
    border: 1px solid rgba(16, 28, 47, .15);
    background: #fca103;
    color: #fff;
    text-decoration: none
}

.btn-primary {
    border: 1px solid #ba7908;
    background: #fca103;
    color: #fff;
    padding: 7px 15px;
    text-align: center;
    display: inline-block
}

.btn-primary:hover {
    background: #ba7908;
    color: #fff;
    text-decoration: none
}

.btn-orange,
.btn-primary:hover {
    border: 1px solid rgba(16, 28, 47, .1)
}

.btn-orange {
    background: #f3b631;
    color: #353535;
    padding: 7px 15px;
    text-align: center;
    display: inline-block
}

.btn-orange:hover {
    border: 1px solid rgba(16, 28, 47, .1);
    background: #ba7908;
    color: #000;
    text-decoration: none
}

.key {
    margin-top: 10px;
    color: #fff
}

.key a {
    font-size: 13px;
    margin-right: 20px;
    display: inline-block;
    padding: 0 5px;
    color: #fff
}

.key a i {
    margin-right: 2px
}

.join {
    float: right;
    text-align: right
}

.join a {
    color: #fff;
    display: inline-block;
    height: 38px;
    padding: 10px;
    line-height: 16px;
    margin-left: 15px
}

.join a:hover {
    background: #f6f6f6;
    color: #000;
    text-decoration: none
}

.join a.create-post {
    background: #fca103;
    color: #fff;
    border: none;
    border-radius: 50px;
    text-align: center;
    padding: 7px 14px;
    line-height: inherit;
    display: initial;
    margin-top: 12px;
}

.join a.create-post i {
    float: left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.join .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: 10px;
    float: right
}

.join .avatar img {
    width: 100%
}

.join .nick {
    color: #fff;
    margin-top: 9px;
    text-align: right;
    float: right
}

.category-posted {
    font-size: 12px
}

.pages {
    margin: 30px 0
}

.pages ul {
    margin: 0;
    padding: 0
}

.pages ul li {
    display: inline-block
}

.pages ul li a {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #555
}

.pages ul li a:hover {
    background: #fca103;
    color: #fff;
    text-decoration: none
}

.pages ul li a.active {
    background: rgba(16, 28, 47, .12)
}

.not-posting {
    margin-bottom: 20px;
    text-align: center
}

.not-posting h3 {
    font-family: Times New Roman, Times, serif
}

.not-posting img {
    margin-bottom: 20px
}

.top-screen {
    background: transparent url(../images/background-pattern.png) 0 0 repeat;
    padding: 30px;
    text-align: center
}

.top-screen .logo {
    width: 300px;
    margin: 20px auto;
    text-align: center
}

.top-screen .logo img {
    width: 123px
}

.bottom-screen {
    text-align: center;
    padding: 80px;
    margin-bottom: 30px
}

.bottom-screen h1 {
    font-size: 103px;
    text-transform: uppercase;
    margin: 0;
    line-height: 80px;
    color: #878787
}

.bottom-screen h3 {
    font-size: 27px;
    color: #878787
}

.wrap {
    position: relative;
    width: 100%;
    float: left
}

.top-nav {
    background: #e9e9e9;
    width: 100%
}

.top-nav ul {
    margin: 0;
    padding: 0
}

.top-nav ul li {
    display: inline-block;
    width: 19.7%;
    text-align: center;
    font-size: 12px
}

.top-nav ul li a {
    padding: 10px;
    display: block;
    color: #000;
    text-transform: uppercase
}

.top-nav ul li a.at.active,
.top-nav ul li a.at:hover,
.top-nav ul li a.atc.active,
.top-nav ul li a.atc:hover,
.top-nav ul li a.bsn.active,
.top-nav ul li a.bsn:hover,
.top-nav ul li a.ca.active,
.top-nav ul li a.ca:hover,
.top-nav ul li a.ed.active,
.top-nav ul li a.ed:hover,
.top-nav ul li a.le.active,
.top-nav ul li a.le:hover {
    text-decoration: none;
    background: #192a46;
    color: #fff
}

.download-app {
    background: #f9f9f9;
    width: 100%;
    float: left;
    padding: 50px 0
}

.download-app .container {
    padding: 30px 100px
}

.download-app .container .app {
    float: left;
    margin-right: 30px
}

.download-app .container .sum h2 {
    margin-bottom: 30px;
    font-size: 26px
}

.download-app .container .sum ul li {
    display: block;
    line-height: 30px
}

.download-app .container .sum ul li i {
    margin-right: 15px;
    color: #fca103
}

.download-app .container .sum .download-bt {
    margin: 15px 0
}

.download-app .container .sum .download-bt img {
    width: 130px
}

.footer {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    width: 100%
}

.footer a {
    display: inline-block;
    padding: 3px 5px
}

.footer .social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #496ba3;
    padding: 5px
}

.footer .social a:hover {
    background: #496ba3;
    color: #fff;
    border: 1px solid #496ba3
}

.hd-search {
    background: #192a46;
    padding: 25px 0 15px;
    width: 100%;
    float: left
}

.hd-search .logo {
    width: 180px;
    float: left;
    margin-right: 30px;
    position: relative
}

.hd-search .logo img {
    width: 180px
}

.hd-search .logo span {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
    font-size: 11px
}

.hd-search .search-center {
    float: left;
    width: 600px
}

.hd-search .search-center .forms {
    display: table;
    width: 100%
}

.hd-search .search-center .forms .input-text {
    width: 45%;
    height: 40px;
    border: none;
    color: #000;
    font-size: 16px;
    background: #fff url(../images/search-icon.svg) 10px 50% no-repeat;
    float: left;
    padding-left: 40px
}

.hd-search .search-center .forms .input-text-drop {
    width: 45%;
    float: left;
    height: 40px;
    border: none;
    color: #000;
    font-size: 16px;
    background: #fff;
    margin-right: 10px
}

.hd-search .search-center .forms .btn {
    float: right;
    margin-left: -20px;
    width: 10%;
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    background: #fca103 url(../images/icon-search.png) 20px 50% no-repeat
}

.hd-search .search-center .forms .btn:hover {
    background: #ba7908 url(../images/icon-search.png) 20px 50% no-repeat
}

.menu-category {
    display: none;
    background: #e0e0e0;
    padding: 10px
}

.menu-category select {
    width: 100%;
    border: none;
    padding: 10px
}

.menu-category h1 {
    color: #000;
    font-size: 22px
}

.content-list {
    background: #f1f1f1;
    width: 100%;
    float: left
}

.content-list .filter {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.content-list .filter .mn {
    padding: 0 10px 0 212px
}

.content-list .filter .mn ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 480px
}

.content-list .filter .mn ul li {
    display: inline-block
}

.content-list .filter .mn ul li a {
    color: #999;
    border-bottom: 2px solid #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase
}

.content-list .filter .mn ul li a:hover {
    color: #2e9f0b;
    border-bottom: 2px solid #fca103;
    text-decoration: none
}

.content-list .filter .mn ul li a.active {
    color: #000;
    border-bottom: 2px solid #fca103;
    text-decoration: none
}

.content-list .wr {
    width: 100%;
    float: left;
    background: #f1f1f1 url(../images/bg-categories.png) bottom no-repeat;
    padding-bottom: 130px
}

.content-list .wr .menu-left {
    float: left;
    width: 198px;
    background: #fff;
    border-top: 3px solid #fca103
}

.content-list .wr .menu-left h1 {
    padding: 10px 10px 5px;
    font-size: 22px
}

.content-list .wr .menu-left ul {
    margin: 0;
    padding: 0
}

.content-list .wr .menu-left ul li {
    list-style: none;
    margin: 0
}

.content-list .wr .menu-left ul li a {
    display: block;
    padding: 6px 10px;
    color: #232e40;
    font-size: 15px
}

.content-list .wr .menu-left ul li a span {
    text-align: right;
    float: right;
    color: #b3b0b0;
    font-size: 13px
}

.content-list .wr .menu-left ul li a span.active {
    color: #f2ab11
}

.content-list .wr .menu-left ul li a:hover {
    background: #ddd;
    text-decoration: none;
    color: #000
}

.content-list .wr .menu-left ul li a:hover span {
    color: #000
}

.content-list .wr .menu-left ul li a.active {
    background: #fca103;
    text-decoration: none;
    color: #fff
}

.content-list .wr .menu-left ul li a.active span {
    color: #fff
}

.content-list .wr .list {
    float: right;
    width: 900px;
    color: #4d4d4d
}

.content-list .wr .list .group {
    width: 580px;
    float: left
}

.content-list .wr .list .group .item {
    background: #fff;
    padding: 20px 20px 8px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.content-list .wr .list .group .item:hover {
    border-bottom: 1px solid #fca103
}

.content-list .wr .list .group .item .top {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #f1f1f1
}

.content-list .wr .list .group .item .top h3 {
    margin: 0 0 15px;
    font-size: 18px
}

.content-list .wr .list .group .item .top h3 a {
    color: #000
}

.content-list .wr .list .group .item .top .cover {
    float: left;
    margin-right: 15px;
    width: 170px;
    height: 140px;
    overflow: hidden
}

.content-list .wr .list .group .item .top .cover img {
    width: 100%
}

.content-list .wr .list .group .item .top .title {
    font-size: 16px;
    margin-bottom: 5px;
    max-height: 57px;
    font-weight: 700;
    overflow: hidden
}

.content-list .wr .list .group .item .top .title a {
    color: #000
}

.content-list .wr .list .group .item .top .tags {
    font-size: 12px;
    margin-bottom: 10px;
    color: #b1b1b1
}

.content-list .wr .list .group .item .top .tags a {
    font-weight: 700
}

.content-list .wr .list .group .item .top .date-post a {
    display: inline-block;
    background: #f60
}

.content-list .wr .list .group .item .top .des {
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 13px
}

.content-list .wr .list .group .item .top .des a {
    color: #666;
    font-size: 15px
}

.content-list .wr .list .group .item .top .des a:hover {
    color: #285eb8;
    text-decoration: none
}

.content-list .wr .list .group .item .top .date-price .date {
    float: right;
    font-size: 12px
}

.content-list .wr .list .group .item .top .date-price .date a {
    font-size: 16px;
    background: #f60;
    padding: 5px 15px;
    display: block;
    border: 1px solid red
}

.content-list .wr .list .group .item .top .date-price .price {
    font-size: 18px;
    float: left;
    color: #f2ab11
}

.content-list .wr .list .group .item .bottom {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.content-list .wr .list .group .item .bottom .address-phone {
    width: 300px;
    font-size: 16px;
    margin-top: 5px;
    float: left
}

.content-list .wr .list .group .item .bottom .address-phone i {
    margin-right: 3px
}

.content-list .wr .list .group .item .bottom .bookmark {
    float: right
}

.content-list .wr .list .c-right {
    width: 300px;
    float: right
}

.content-list .wr .list .c-right .banner-ads {
    margin-top: 0
}

.content-list .wr .list .c-right .location {
    margin-bottom: 30px
}

.content-list .wr .list .c-right .location .title {
    background: #fff;
    padding: 10px;
    position: relative
}

.detail {
    width: 600px;
    float: left
}

.detail .board {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px
}

.detail .board .top {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.detail .board .top h2 {
    margin: 0 0 15px;
    font-family: Times New Roman, Times, serif;
    font-size: 26px
}

.detail .board .top .cover {
    margin-bottom: 15px;
    width: 100%;
    height: 370px;
    background: #ddd;
    overflow: hidden
}

.detail .board .top .cover img {
    width: 100%;
    height: 100%
}

.detail .board .top .cover .carousel-inner {
    height: 370px
}

.detail .board .top .des {
    margin-bottom: 10px
}

.detail .board .top .des a {
    color: #000;
    font-size: 15px
}

.detail .board .top .des a:hover {
    color: #285eb8;
    text-decoration: none
}

.detail .board .top .date-price {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.detail .board .top .date-price .date {
    color: #797979;
    float: right;
    font-size: 14px
}

.detail .board .top .date-price .date .ava {
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    background: #f0f0f0;
    border-radius: 50px;
    margin-right: 5px
}

.detail .board .top .date-price .date .ava img {
    width: 100%
}

.detail .board .top .date-price .date span {
    margin-left: 10px
}

.detail .board .top .date-price .price {
    font-size: 22px;
    float: left;
    color: #f2ab11
}

.detail .board .bottom {
    float: left;
    width: 100%
}

.detail .board .bottom .address-phone {
    width: 300px;
    font-size: 18px;
    float: left
}

.detail .board .bottom .address-phone i {
    margin-right: 3px
}

.detail .board .bottom .bookmark {
    float: right
}

.detail .board .bottom .bookmark a {
    background: #f1f1f1;
    padding: 6px 15px;
    color: #555;
    display: inline-block
}

.detail .board .bottom .bookmark a:hover {
    text-decoration: none;
    background: #2e9f0b;
    color: #fff
}

.you-interested h3 {
    padding: 10px 0
}

.you-interested .item {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.you-interested .item:hover {
    border-bottom: 1px solid #2e9f0b
}

.you-interested .item:last-child {
    margin-bottom: 0
}

.you-interested .item .top {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #f1f1f1
}

.you-interested .item .top h3 {
    margin: 0 0 15px;
    font-size: 18px
}

.you-interested .item .top h3 a {
    color: #000
}

.you-interested .item .top .cover {
    float: left;
    margin-right: 15px;
    width: 170px;
    height: 120px;
    overflow: hidden
}

.you-interested .item .top .cover img {
    width: 100%
}

.you-interested .item .top .title {
    font-size: 16px;
    margin-bottom: 20px;
    max-height: 45px;
    overflow: hidden
}

.you-interested .item .top .title a {
    color: #000
}

.you-interested .item .top .date-post a {
    display: inline-block;
    background: #f60
}

.you-interested .item .top .des {
    max-height: 90px;
    margin-bottom: 10px;
    overflow: hidden
}

.you-interested .item .top .des a {
    color: #666;
    font-size: 15px
}

.you-interested .item .top .des a:hover {
    color: #285eb8;
    text-decoration: none
}

.you-interested .item .top .date-price .date {
    float: right;
    font-size: 12px
}

.you-interested .item .top .date-price .date a {
    font-size: 16px;
    background: #f60;
    padding: 5px 15px;
    display: block;
    border: 1px solid red
}

.you-interested .item .top .date-price .price {
    font-size: 18px;
    float: left;
    color: #f2ab11
}

.you-interested .item .bottom {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.you-interested .item .bottom .address-phone {
    width: 300px;
    font-size: 16px;
    margin-top: 5px;
    float: left
}

.you-interested .item .bottom .address-phone i {
    margin-right: 3px
}

.you-interested .item .bottom .bookmark {
    float: right
}

.user-infor {
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px
}

.user-infor h3 {
    margin: 0
}

.user-infor p.phone {
    font-size: 18px
}

.user-infor hr {
    margin: 10px 0
}

.user-infor .user-ava {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0
}

.user-infor .user-ava img {
    width: 100%
}

.user-infor .nick {
    font-size: 18px;
    margin-bottom: 10px
}

.user-infor .joined {
    color: #bcbcbc;
    font-size: 13px
}

.user-infor .phone {
    margin: 10px 0
}

.user-infor .phone a {
    display: block;
    font-size: 16px
}

.account {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 80px 0
}

.account .middile {
    display: table-cell;
    vertical-align: middle
}

.account .middile .inner {
    margin-left: auto;
    margin-right: auto;
    min-height: 360px;
    min-width: 300px;
    max-width: 1170px;
    width: calc(100% - 40px);
    margin-bottom: 28px;
    text-align: center
}

.profile {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px 0
}

.app-dl {
    float: left;
    width: 50%;
    text-align: right
}

.btn-dl img {
    width: 100px
}

.pens {
    background: #fff;
    width: 350px;
    float: left;
    padding: 35px;
    text-align: center;
    font-size: 13px;
    margin-left: 50px
}

.pens .logo-vn {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px
}

.pens .title-form {
    text-align: left;
    margin-bottom: 10px
}

.pens .fb {
    margin: 10px 0;
    display: inline-block;
    width: 100px
}

.pens .fb a {
    background: #23527c;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: block
}

.pens .fb a:hover {
    background: #3f9cd3;
    color: #fff;
    text-decoration: none
}

.pens .google {
    margin: 10px 0;
    display: inline-block;
    width: 100px
}

.pens .google a {
    background: #db552d;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: block
}

.pens .google a:hover {
    background: #3f9cd3;
    color: #fff;
    text-decoration: none
}

.pens .or {
    margin: 10px 0
}

.pens .form input {
    margin-bottom: 5px;
    width: 100%
}

.pens .btn-account {
    margin: 10px 0
}

.pens .btn-account a {
    display: block
}

.profile-tab {
    float: left;
    width: 212px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-right: none
}

.profile-tab ul {
    margin: 0;
    padding: 0;
    background: #f8f8f8
}

.profile-tab ul li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6
}

.profile-tab ul li:last-child {
    border-bottom: none
}

.profile-tab ul li ul {
    background: #ddd;
    margin-left: 34px
}

.profile-tab ul li ul li {
    list-style-type: square;
    border-bottom: none !important;
    text-align: left
}

.profile-tab ul li ul li a {
    padding: 3px 10px;
    font-size: 12px
}

.profile-tab ul li ul li a:hover {
    color: #666;
    background: #e6e6e6
}

.profile-tab ul li ul li a.active {
    color: #fff;
    background: #495b72
}

.profile-tab ul li a {
    display: block;
    color: #5d6168;
    position: relative;
    line-height: 30px;
    padding: 10px;
    font-size: 14px
}

.profile-tab ul li a i {
    font-size: 22px;
    float: left;
    margin: 5px 5px 0 0
}

.profile-tab ul li a span {
    position: absolute;
    right: -8px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 15px
}

.profile-tab ul li a:hover {
    text-decoration: none;
    background: #fff;
    color: #000
}

.profile-tab ul li a.active {
    text-decoration: none;
    background: #192a46;
    color: #fff
}

.profile-tab ul li a.active span {
    border-left: 10px solid #192a46
}

.logged {
    border: 1px solid #ddd
}

.logged h3 {
    margin: 0;
    padding: 12px;
    background: #f0f0f0;
    font-size: 16px
}

.logged ul {
    padding: 15px
}

.logged ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    list-style: none
}

.logged ul li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.logged ul li p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #555
}

.change-pass {
    border: 1px solid #ddd;
    padding: 0
}

.change-pass h3 {
    margin: 0;
    padding: 12px;
    background: #f0f0f0;
    font-size: 16px
}

.change-pass .body-ct {
    padding: 15px
}

.change-pass i {
    float: left;
    width: 40px;
    height: 50px;
    line-height: 40px
}

.change-pass p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #555
}

.change-pass .well {
    padding: 19px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0
}

.change-pass .well input {
    margin-bottom: 5px
}

.change-pass .well a {
    display: inline-block;
    margin: 10px 0
}

.item-bookmark {
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.item-bookmark:hover {
    border-bottom: 1px solid #192a46
}

.item-bookmark .cover {
    float: left;
    margin-right: 15px;
    width: 110px;
    height: 110px;
    border-radius: 3px;
    overflow: hidden
}

.item-bookmark .cover img {
    width: 100%
}

.item-bookmark .title {
    font-size: 16px;
    color: #285eb8;
    margin-bottom: 5px;
    max-height: 50px;
    overflow: hidden
}

.item-bookmark .title .mi {
    float: right;
    font-size: 12px;
    color: #878686
}

.item-bookmark .title a.red {
    color: red
}

.item-bookmark .title a.ad {
    color: #f26811;
    font-size: 16px
}

.item-bookmark .list-bsn {
    font-size: 12px
}

.item-bookmark .list-bsn .star {
    color: #fca103;
    margin-bottom: 10px
}

.item-bookmark .list-bsn .star ul {
    margin: 0;
    padding: 0
}

.item-bookmark .list-bsn .star ul li {
    display: inline-block;
    background: rgba(16, 28, 47, .12);
    border-radius: 3px
}

.item-bookmark .list-bsn .star ul li a {
    padding: 1px 4px;
    color: #fff;
    font-size: 13px;
    display: block
}

.item-bookmark .list-bsn .star ul li.active {
    background: #f3b631
}

.item-bookmark .list-bsn .star span {
    color: #000
}

.profile-ct {
    background: #fff;
    width: 900px;
    min-height: 450px;
    padding: 25px;
    border: 1px solid #e6e6e6;
    float: left
}

.profile-ct .user-top {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.profile-ct .avatar {
    width: 100px;
    height: 100px;
    background: #e0e3f0;
    float: left;
    margin-right: 15px
}

.profile-ct .avatar img {
    width: 100%
}

.profile-ct .title-user {
    margin-top: 30px
}

.profile-ct .title-user .title-name {
    font-size: 14px;
    color: #000
}

.profile-ct .title-user .email {
    font-size: 16px;
    color: #78c345
}

.profile-ct .infor-up {
    margin-bottom: 30px;
    display: table;
    width: 100%
}

.profile-ct .infor-up ul {
    margin: 0;
    padding: 0
}

.profile-ct .infor-up ul li {
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid rgba(16, 28, 47, .1);
    float: left;
    width: 100%
}

.profile-ct .infor-up ul li:hover {
    background: rgba(16, 28, 47, .05)
}

.profile-ct .infor-up ul li .c1 {
    width: 130px;
    float: left
}

.profile-ct .infor-up ul li .c2 {
    width: 330px;
    float: left
}

.profile-ct .infor-up ul li .c3 {
    width: 50px;
    float: right
}

.profile-ct .infor-up ul li .c3 a {
    float: right
}

.profile-ct .filter-tb {
    margin-bottom: 10px;
    border-bottom: 3px solid #ddd
}

.profile-ct .filter-tb a {
    padding: 0 20px 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #555
}

.profile-ct .filter-tb a span {
    font-size: 12px;
    background: #192a46;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff
}

.profile-ct .filter-tb a:hover {
    color: #fca103;
    text-decoration: none
}

.profile-ct .filter-tb a.active {
    border-bottom: 3px solid #fca103;
    margin-bottom: -3px
}

.profile-ct .gr {
    margin-bottom: 30px;
    padding-bottom: 10px
}

.profile-ct .gr h3 {
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.col-right {
    float: right;
    width: 300px
}

.user-rating {
    margin-top: 30px
}

.user-rating .recomment-user {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.user-rating .recomment-user .page {
    margin-left: 180px
}

.user-rating .recomment-user .page .pages {
    margin: 0
}

.user-rating .recomment-user h3 {
    margin: 0 0 15px;
    font-family: Times New Roman, Times, serif;
    font-size: 20px
}

.user-rating .recomment-user .item {
    margin-bottom: 30px;
    float: left
}

.user-rating .recomment-user .item:last-child {
    margin-bottom: 0
}

.user-rating .recomment-user .item .nick {
    float: left;
    margin-right: 20px;
    width: 140px
}

.user-rating .recomment-user .item .nick .id {
    font-weight: 700
}

.user-rating .recomment-user .item .nick .avar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 5px
}

.user-rating .recomment-user .item .nick .avar img {
    width: 70px
}

.user-rating .recomment-user .item .review-info {
    width: 380px;
    float: right;
    padding-bottom: 30px
}

.user-rating .recomment-user .item .review-info .published {
    float: right;
    font-size: 12px;
    color: #555
}

.user-rating .recomment-user .item .review-info .star {
    color: #fca103;
    margin-bottom: 20px;
    float: left
}

.user-rating .recomment-user .item .review-info .star ul {
    margin: 0;
    padding: 0;
    float: left
}

.user-rating .recomment-user .item .review-info .star ul li {
    display: inline-block;
    background: rgba(16, 28, 47, .12);
    border-radius: 3px
}

.user-rating .recomment-user .item .review-info .star ul li a {
    padding: 3px 6px;
    color: #fff;
    font-size: 15px;
    display: block
}

.user-rating .recomment-user .item .review-info .star ul li.active {
    background: #f3b631
}

.user-rating .recomment-user .item .review-info .des {
    font-size: 14px;
    margin-bottom: 15px
}

.user-rating .recomment-user .item .review-info .review-actions a {
    background: rgba(16, 28, 47, .12);
    display: inline-block;
    padding: 6px 15px;
    border-radius: 2px;
    font-size: 13px;
    color: rgba(16, 28, 47, .54)
}

.user-rating .recomment-user .item .review-info .review-actions a i {
    float: left;
    margin-right: 5px;
    font-size: 18px
}

.user-rating .recomment-user .item .review-info .review-actions a:hover {
    background: rgba(16, 28, 47, .38);
    text-decoration: none
}

.list-post .item {
    background: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #555;
    margin-bottom: 30px
}

.list-post .item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.list-post .item:hover {
    border-bottom: 1px solid #fca103
}

.list-post .item .top {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f1f1f1
}

.list-post .item .top h3 {
    margin: 0 0 15px;
    font-size: 18px
}

.list-post .item .top h3 a {
    color: #000
}

.list-post .item .top .cover {
    float: left;
    margin-right: 15px;
    width: 130px;
    height: 130px;
    border-radius: 3px;
    overflow: hidden
}

.list-post .item .top .cover img {
    width: 100%
}

.list-post .item .top .title {
    font-size: 16px;
    margin-bottom: 15px;
    max-height: 45px;
    overflow: hidden
}

.list-post .item .top .title a {
    color: #000
}

.list-post .item .top .date-post a {
    display: inline-block;
    background: #f60
}

.list-post .item .top .des {
    max-height: 90px;
    margin-bottom: 10px;
    overflow: hidden
}

.list-post .item .top .des a {
    color: #666;
    font-size: 15px
}

.list-post .item .top .des a:hover {
    color: #285eb8;
    text-decoration: none
}

.list-post .item .top .date-price .date {
    color: #797979;
    float: right;
    font-size: 12px
}

.list-post .item .top .date-price .date a {
    font-size: 16px;
    background: #f60;
    padding: 5px 15px;
    display: block;
    border: 1px solid red
}

.list-post .item .top .date-price .price {
    font-size: 18px;
    float: left;
    color: #f2ab11
}

.list-post .item .bottom {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.list-post .item .bottom .address-phone {
    width: 300px;
    font-size: 13px;
    margin-top: 5px;
    float: left
}

.list-post .item .bottom .address-phone i {
    margin-right: 3px
}

.list-post .item .bottom .bookmark {
    float: right
}

.stt-active {
    background: #29cf43
}

.stt-active,
.stt-inactive {
    padding: 3px 10px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    float: right
}

.stt-inactive {
    background: #dd235c
}

.ex-post h2 {
    margin-top: 0
}

.soft-item {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.soft-item button {
    padding: 3px 10px
}

.interest {
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6
}

.interest h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.interest .item-interest {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1
}

.interest .item-interest:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.interest .item-interest .cover {
    float: left;
    margin-right: 15px;
    width: 110px;
    height: 110px;
    border-radius: 3px;
    overflow: hidden
}

.interest .item-interest .cover img {
    width: 100%
}

.interest .item-interest .title {
    font-size: 16px;
    color: #285eb8;
    margin-bottom: 5px;
    max-height: 50px;
    overflow: hidden
}

.interest .item-interest .title .mi {
    float: right;
    font-size: 12px;
    color: #878686
}

.interest .item-interest .title a.red {
    color: red
}

.interest .item-interest .title a.ad {
    color: #f26811;
    font-size: 16px
}

.interest .item-interest .list-bsn {
    font-size: 12px
}

.interest .item-interest .list-bsn .star {
    color: #fca103;
    margin-bottom: 10px
}

.interest .item-interest .list-bsn .star ul {
    margin: 0;
    padding: 0
}

.interest .item-interest .list-bsn .star ul li {
    display: inline-block;
    background: rgba(16, 28, 47, .12);
    border-radius: 3px
}

.interest .item-interest .list-bsn .star ul li a {
    padding: 1px 4px;
    color: #fff;
    font-size: 13px;
    display: block
}

.interest .item-interest .list-bsn .star ul li.active {
    background: #f3b631
}

.interest .item-interest .list-bsn .star span {
    color: #000
}

.my-post {
    color: #4d4d4d
}

.my-post .create-post {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.my-post .create-post h3 {
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 0
}

.my-post .create-post h3 span {
    color: #0ca9dd
}

.my-post .create-post a {
    color: #232e40;
    border: 2px solid #666;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    font-size: 15px;
    text-decoration: none
}

.my-post .create-post a:hover {
    background: #2e9f0b;
    border: 2px solid #2e9f0b;
    color: #fff
}

.my-post .group {
    float: left;
    width: 100%
}

.my-post .group .item {
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px
}

.my-post .group .item:hover {
    border-bottom: 1px solid #2e9f0b
}

.my-post .group .item .top {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f9f9f9
}

.my-post .group .item .top h3 {
    margin: 0 0 15px;
    font-size: 18px
}

.my-post .group .item .top h3 a {
    color: #000
}

.my-post .group .item .top .cover {
    float: left;
    margin-right: 15px;
    width: 170px;
    height: 120px;
    overflow: hidden
}

.my-post .group .item .top .cover img {
    width: 100%
}

.my-post .group .item .top .title {
    font-size: 16px;
    margin-bottom: 20px;
    max-height: 45px;
    overflow: hidden;
    font-family: Roboto-Medium_1C
}

.my-post .group .item .top .title a {
    color: #000
}

.my-post .group .item .top .des {
    max-height: 90px;
    margin-bottom: 10px;
    overflow: hidden
}

.my-post .group .item .top .des a {
    color: #666;
    font-size: 15px
}

.my-post .group .item .top .des a:hover {
    color: #285eb8;
    text-decoration: none
}

.my-post .group .item .top .date-price .date {
    color: #797979;
    float: right;
    font-size: 12px
}

.my-post .group .item .top .date-price .date a {
    font-size: 13px;
    padding: 3px 15px;
    display: inline-block;
    margin-left: 5px
}

.my-post .group .item .top .date-price .date a.not-active {
    background: #e1e1e1;
    color: #666
}

.my-post .group .item .top .date-price .date a.pending {
    background: #20c7fe;
    color: #fff
}

.my-post .group .item .top .date-price .date a.expired {
    background: red;
    color: #fff
}

.my-post .group .item .top .date-price .date a.active {
    background: #38da45;
    color: #fff
}

.my-post .group .item .top .date-price .date a:hover {
    text-decoration: none
}

.my-post .group .item .top .date-price .price {
    font-size: 18px;
    float: left;
    color: #f2ab11
}

.my-post .group .item .bottom {
    float: left;
    width: 100%
}

.my-post .group .item .bottom .address-phone {
    width: 300px;
    font-size: 16px;
    margin-top: 5px;
    float: left
}

.my-post .group .item .bottom .address-phone i {
    margin-right: 3px
}

.my-post .group .item .bottom .bookmark {
    float: right
}

.my-post .group .item .bottom .bookmark a {
    background: #f1f1f1;
    padding: 6px 15px;
    color: #555;
    display: inline-block
}

.my-post .group .item .bottom .bookmark a:hover {
    text-decoration: none;
    background: #2e9f0b;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .top-banner img {
        width: 100%
    }
    .top-nav ul li {
        display: inline-block;
        width: 19.6%
    }
    .hd-search .search-center {
        float: left;
        width: 480px
    }
    .hd-search .logo {
        margin-right: 15px
    }
    .join a.create-post {
        padding: 8px 13px
    }
    .join a {
        padding: 10px 5px;
        margin-left: 6px
    }
    .hd-search .search-center .forms .input-text {
        width: 43%
    }
    .hd-search .search-center .forms .btn {
        width: 12%
    }
    .content-list .wr .list {
        float: right;
        width: 720px
    }
    .content-list .wr .list .group {
        width: 410px
    }
    .content-list .wr .list .group .item .top .cover {
        width: 110px
    }
    .content-list .wr .list .group .item .bottom .address-phone {
        width: 160px
    }
    .detail {
        width: 100%;
        float: left
    }
    .profile-ct {
        background: #fff;
        width: 728px
    }
}

@media screen and (max-width: 990px) {
    .top-nav ul li {
        width: 19.5%
    }
    .hd-search .search-center {
        float: left;
        width: 100%
    }
    .hd-search .logo {
        margin-bottom: 15px
    }
    .hd-search {
        padding: 10px 0 0
    }
    .hd-search .search-center .forms .input-text {
        width: 45%
    }
    .hd-search .search-center .forms .btn {
        width: 9%
    }
    .join {
        margin-top: 11px
    }
    .content-list .wr .list .c-right {
        float: left
    }
    .content-list .wr .list {
        float: right;
        width: 478px
    }
    .content-list .wr .list .group {
        width: 100%
    }
    .profile-ct {
        background: #fff;
        width: 508px
    }
    .app-dl {
        display: none
    }
    .pens {
        background: #fff;
        width: 300px;
        float: none;
        margin: 0 auto
    }
    .user-rating .recomment-user .item .review-info {
        width: 340px
    }
    .user-rating .recomment-user .item .nick {
        float: left;
        margin-right: 20px;
        width: 96px
    }
}

@media screen and (max-width: 750px) {
    .top-nav ul li a {
        text-transform: none
    }
    .top-nav ul li {
        width: 19.3%
    }
    .content-list .wr .menu-left {
        float: left;
        width: 198px;
        background: #fff;
        border-top: 3px solid #2a860d;
        display: none
    }
    .menu-category {
        display: block;
        margin: 15px
    }
    .content-list .filter .mn {
        padding: 0 10px 0 0
    }
    .content-list .wr .list {
        width: 100%
    }
    .download-app .container {
        padding: 30px
    }
    .download-app .container .app {
        float: left;
        margin-right: 0;
        width: 100%
    }
    .content-list .filter .mn ul,
    .download-app .container .app img {
        width: 100%
    }
    .you-interested .item .top .cover {
        width: 120px;
        height: 100px
    }
    .profile-tab {
        float: left;
        width: 70px
    }
    .profile-tab ul li {
        list-style: none;
        text-align: center
    }
    .profile-tab ul li a i {
        font-size: 22px;
        float: none;
        margin-bottom: 10px;
        display: block
    }
    .profile-tab ul li a {
        line-height: 12px;
        padding: 10px;
        font-size: 11px
    }
    .profile-tab ul li ul {
        background: #ddd;
        margin-left: 0
    }
    .profile-tab ul li ul li {
        list-style: none
    }
    .profile-tab ul li ul li a {
        padding: 10px 3px
    }
}

@media screen and (max-width: 610px) {
    .profile-ct {
        background: #fff;
        width: 400px
    }
    .list-post .item .top .cover {
        float: left;
        margin-right: 15px;
        width: 100px;
        height: 100px
    }
    .item-bookmark .cover {
        float: left;
        margin-right: 0;
        width: 100%;
        height: 133px;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 10px
    }
    .user-rating .recomment-user .item .nick {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px
    }
    .user-rating .recomment-user .item .review-info {
        width: 100%
    }
    .profile-ct .filter-tb a {
        padding: 0 5px 10px
    }
    .content-list .wr .list .group .item .top .cover {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 520px) {
    .top-nav ul li {
        width: 19%
    }
    .hd-search .logo {
        margin: 15px auto;
        float: none
    }
    .join {
        margin: 11px auto;
        float: none;
        text-align: center
    }
    .hd-search .search-center .forms .input-text-drop {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%
    }
    .hd-search .search-center .forms .input-text {
        width: 91%
    }
    .hd-search .search-center .forms .btn {
        width: 13%
    }
    .content-list .wr .list .group .item .bottom .bookmark {
        float: right
    }
    .content-list .wr .list .group .item .bottom .bookmark a {
        padding: 7px !important
    }
    .join {
        float: right
    }
    .list-post .item .top .cover {
        float: left;
        margin-right: 0;
        width: 100%;
        height: 130px;
        margin-bottom: 15px
    }
    .btn-default {
        padding: 7px 12px
    }
    .list-post .item .bottom .address-phone {
        width: 100%;
        margin-bottom: 10px
    }
    .profile-tab {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }
    .profile-tab ul li {
        list-style: none;
        text-align: center;
        display: inline-block;
        border: none
    }
    .profile-tab ul li a {
        font-size: 13px
    }
    .profile-tab ul li a.active span {
        border-left: 10px solid #192a46;
        display: none
    }
    .profile-ct {
        background: #fff;
        width: 100%;
        padding: 15px
    }
    .profile-tab ul li ul li a {
        padding: 10px
    }
    .profile-ct .infor-up ul li .c2 {
        width: 100%;
        float: left
    }
}

@media screen and (max-width: 370px) {
    .top-nav ul li {
        width: 18.5%
    }
    .top-nav ul li a {
        padding: 2px
    }
    .content-list .filter .mn ul li a {
        padding: 10px
    }
    .content-list .wr .list .group .item .bottom .address-phone {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px
    }
    .pages ul li a {
        padding: 8px 11px
    }
    .hd-search .search-center .forms .btn {
        width: 19%
    }
    .download-app .container .sum .download-bt img {
        width: 126px
    }
    .download-app .container .sum h2 {
        margin-bottom: 10px;
        font-size: 18px
    }
    .download-app .sum ul {
        margin: 0;
        padding: 0
    }
    .hd-search .search-center .forms .input-text {
        width: 86%
    }
}