/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */

.rs-courses-2{
    padding: 10px 0 20px;
}
.rs-courses-2 .pt-25{
    border: 1px solid #ccc;
}
.rs-courses-2 .courses-heading{
    background: #f3f3f3;
    padding: 3px 10px;
}
.items_coupons{
    padding: 10px 5px;
}
.radius_all_10 {
    border-radius: 10px;
}
.box_shadow1 {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.blog_img {
    position: relative;
    overflow: hidden;
    height: 225px;
}
.blog_img img {
    width: 100%;
}
.blog_content, .blog_footer {
    padding: 10px;
}
.bg-white {
    background-color: #fff!important;
}
.blog_title {
    margin-bottom: 10px;
    height: 42px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.entry-item {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
}
.entry-item img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.entry-thumb {
    overflow: hidden;
    max-height: 194px;
}
.entry-content {
    background: #fff;
    padding: 35px 0 0;
    border-top: none;
    position: relative;
}
.entry-content p {
    padding: 0 10px;
}
.entry-title {
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 30px;
    text-transform: uppercase;
}
.entry-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course-detail li:first-child {
    text-align: left;
    width: 35%;
}
.course-detail li:nth-child(2) {
    width: 30%;
}
.course-detail li:last-child {
    border: medium none;
    width: 35%;
}
.course-category {
    color: #fff !important;
    background-color: #ff0076;
    left: 30%;
    letter-spacing: 1px;
    padding: 7px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    z-index: 3;
}
.course-detail li {
    border-right: 1px solid #e5e4e9;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding: 15px 0;
}
.course-detail {
    content: "";
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.coupons-detail {
    content: "";
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 10px;
}
.info_cat{
    padding: 10px 0;
}
.itembtn{
    margin: 5px 6px;
}
.itembtn .btn{
    height: 50px;
    line-height: 37px;
    font-size: 16px;
    font-weight: 700;
}
.search_cstore button{
    border: none;
}