ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.c-text-home {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #c50d6f;
    float: left;
    margin-bottom: 20px
}

.c-text-home:after {
    content: "";
    clear: both;
    display: table
}
@media (max-width: 991.98px) {
    .c-text-home {
        font-size: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1070px !important
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 1170px !important
    }
}

.box_nhacai {
    float: left;
    width: 100%;
    margin-top: 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1070px !important
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        width: 1170px !important
    }
}

.heading_box_cat {
    float: left;
    text-transform: uppercase;
    color: #c50d6f;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px
}

.boxcat_cat {
    width: auto;
    border-bottom: 2px solid #f8b32f;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 15px;
    margin-left: 15px
}

.heading_box_cat img {
    margin-top: -10px;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .heading_box_cat {
        font-size: 18px;
        line-height: 1.5
    }
}

.box_nc {
    float: left;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to left, #3d2078, #631c7b, #84167a, #a10e76, #bc0e6f);
    border-radius: 25px
}
@media only screen and (max-width: 767px) {
    .box_nc:after {
        top: 72px
    }
}


.list_nhacai_head {
    float: left;
    width: 100%
}

.list_nhacai_head .th_table {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

@media only screen and (max-width: 767px) {

    .list_nhacai_head .th_table:nth-child(3) {
        display: none
    }

    .list_nhacai_head .th_table:nth-child(4) {
        display: none
    }
}

.hr_top_list {
    float: left;
    width: 100%;
    border-top: 2px solid #ffbe31;
    margin-top: 10px;
    margin-bottom: 10px
}
.list_nhacai_items_nhacai {
    display: block;
    float: left;
    width: 100%;
}
.list_nhacai_items_nhacai:nth-child(even) {
    background-color: #75135e
}

.stt_nhacai {
    height: 60px;
    float: left;
    text-align: center;
    margin-top: 23px
}
.top1 {
    background: url(/wp-content/themes/colormag/img/top1.png) no-repeat center;
    color: #ff6f0d
}

.top2 {
    background: url(/wp-content/themes/colormag/img/top2.png) no-repeat center;
    color: #e9057f
}

.top3 {
    background: url(/wp-content/themes/colormag/img/top3.png) no-repeat center;
    color: #50ab88
}
.topn {
    background: url(/wp-content/themes/colormag/img/top_4.png) no-repeat center;
    color: #3d2078
}

.stt_nhacai span {
    line-height: 30px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    font-weight: 700
}

.logo_nc {
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.logo_nc a img {
    border: 4px solid #ffb72d;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
}

.text_km, .text_nx, .text_rate {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    text-align: center
}

@media only screen and (max-width: 767px){
    .list_nhacai_items_nhacai .text_km, .list_nhacai_items_nhacai .text_nx {
        display: none
    }
    .list_nhacai_items_nhacai .text_rate {
        font-size: 12px;
        padding: 0
    }
}

.btn_rate {
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

@media (min-width: 320px) and (max-width: 479px){
    .btn_rate {
        width: 45%;
        margin-right: 5%;
        margin-left: 3%
    }
    .btn_rate {
        margin-bottom: 0;
        margin-top: 0
    }
}

.btn_reg {
    border: 2px solid #f39a00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    padding: 6px 16px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, .3);
    font-weight: 700;
    color: #fff;
    background-color: #ffb22c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb22c), to(#ff5e05));
    background-image: -webkit-linear-gradient(top, #ffb22c, #ff5e05);
    background-image: -moz-linear-gradient(top, #ffb22c, #ff5e05);
    background-image: -ms-linear-gradient(top, #ffb22c, #ff5e05);
    background-image: -o-linear-gradient(top, #ffb22c, #ff5e05);
    background-image: linear-gradient(to bottom, #ffb22c, #ff5e05);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFB22C, endColorstr=#FF5E05);
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 320px) and (max-width: 479px){
    .btn_reg {
        width: 45%
    }
    .link_to {
        text-align: center;
        margin-bottom: 20px
    }
}

.div_load {
    text-align: center;
    margin-top: 30px
}
.btn_load {
    border: 1px solid #f8b32f;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase
}

.btn_load:hover, .btn_load:active, .btn_load:visited {
    color: #fff
}

.banner_sidebar_home {
    float: left;
    width: 100%;
    margin-top: 78px
}

.banner_sidebar_home img {
    border-radius: 10px;
    max-width: 100%;
    height: 471px;
    width: 100%
}

.hidden_top_list{display: none;}

.widget_slider_area{width: auto}

.margin_bottom_5{margin-bottom: 5px}
#main {
    padding-top: 10px;
}
.width100{width: 100%}