body{
    color: #000;
}
.text-center {
    text-align: center;
}
.page-phongthuy h4 {
    color: #f00
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    line-height: normal;
    text-transform: uppercase;
}
.color1 {
    color: #cfa657;
}
.success {
    background-color: transparent;
}
.mb-30 {
    margin-bottom: 30px
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-4,.col-md-4,.col-sm-6{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width:768px) {
    .col-sm-4,.col-md-4{
        float: left;
        width: 33.33333333%
    }
    .col-sm-6{
        float: left;
        width: 50%
    }
}
@media(min-width:768px) and (max-width:991px){
    .col-sm-4:nth-child(3n+1),.col-md-4:nth-child(3n+1),.col-sm-6:nth-child(odd) {
        clear: both
    }
}
#cate-house .heading {
    background-color: #cfa657;
    padding: 10px 20px;
    margin: 0 0 20px;
    color: #fff
}

#cate-house .heading h2 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #fff;
    line-height: 35px;
}

#cate-house .heading .logo-small {
    float: left;
    height: 22px
}

#cate-house .widget .title {
    color: #000;
    font-weight: 700;
    padding: 5px 15px;
    background-color: #eee
}

#cate-house .widget .content {
    padding: 15px;
    min-height: 140px;
    font-size: 17px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.page-phongthuy {
    padding-top: 50px
}

.page-phongthuy #form {
    margin-bottom: 30px;
    padding: 10px 15px;
    background-color: #eee
}
.page-phongthuy #form form{
    margin-bottom: 0;
}

.page-phongthuy #form label {
    display: block
}

.page-phongthuy #form label span {
    display: block
}

.page-phongthuy #form label .input,
.page-phongthuy #form label .select {
    width: 100%
}

.page-phongthuy #form .meta-post {
    margin: 0;
    padding: 0
}

.page-phongthuy #form .inner-form {
    overflow: hidden
}

.page-phongthuy #form.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}
.page-phongthuy .btn {
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #cfa657;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    height: 34px;
    font-size: 12px;
    padding: 0 30px;
    border: 0;
    line-height: 34px;
    color: #fff !important;
    border-radius: 30px;
    font-weight: 500;
}
.pull-right {
    float: right!important;
}

.meta-post {
    overflow: hidden;
    font-size: 13px;
    color: #a9a9a7;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.meta-post .title {
    font-weight: 700;
    float: left;
    margin-right: 5px
}

.meta-post .fb {
    display: inline-block;
    color: #fff;
    background: #cfa657;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.meta-post .fb i {
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    text-align: center
}

.meta-post .entry-date {
    display: inline-block;
    margin: 0
}

@media only screen and (max-width: 767px){
    .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    .col-sm-4 {
        width: 100%;
    }
    .page-phongthuy .button,.page-phongthuy button,.page-phongthuy fieldset,.page-phongthuy input,.page-phongthuy select,.page-phongthuy textarea {
        margin-bottom: 0;
    }
}