﻿.menu_home_item {
    height: 175px;
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /*padding: 0;*/
    /*background-color: #634921;*/
}
    .menu_home_item:hover {
        opacity: .9;
    }
.menu_odd {
    margin-right: 0 !important;
}

.menu_home_item .img_menu {
    width: 300px;
    height: 175px;
}
.menu_home_item .img_menu img{
    width: 100%;
    height: 100%;
}
.menu_home_item .content_menu {
    padding: 0 10px;
}
.menu_read_more {
    height: 24px;
    line-height: 24px;
    width: 73px;
    padding: 0 10px 0 24px;
    background: url(img/k_readmore.png) no-repeat left top;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    /*border: 1px solid #0b58a4;*/
    position: absolute;
    top: 80px;
    left: 180px;
}
.menu_read_more a {
    font-size: 12px;
    font-weight: bold;
    color: #0f5eab;
    padding: 3px 0;
}
    .menu_home_item .content_menu .title_menu {
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

        .menu_home_item .content_menu .title_menu a {
            color: #e6b855;
            font-size: 18px;
            font-weight: 700;
            font-family: Times New Roman;
            line-height: 18px;
        }

            .menu_home_item .content_menu .title_menu a:hover {
                text-decoration: none;
            }

    .menu_home_item .content_menu .des_menu {
        color: #e9cfa6;
        line-height: 18px;
        text-align: justify;
    }
@media screen and (max-width: 767px) {
        .menu_home_item {
            height: auto;
            min-height: 250px;
        }
        .menu_home_item .content_menu {
            margin-bottom: 20px;
        }
}