@font-face {
    font-family: "UTM Helve";
    src: url('/frontend/fonts/UTM_Helve/UTM Helve.ttf') format('truetype');;
}

.wrapper {
    overflow: hidden;
    font-family: 'UTM Helve', 'sans-serif';
}

#home {
    background: url(../../frontend/images/dows/bg.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}

a {
    display: inline-block;
    width: auto;
}

.info {
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.container-news {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto 0;
    position: relative;
    padding-top: 35vw;
}

.cr_block {
    margin: 0 auto 0;
    padding: 30px 0;
}


.p2_title img {
    width: auto;
    max-width: 100%;
}

.menu li {
    width: auto;
}

.menu li img {
    height: 30px;
}
.page_mid {
    width: 99.9%;
    background: url(../../frontend/images/dows/page_bg_min.png) repeat-y center;
    background-size: 100% auto;
    color: #6e2500;
}
.article-title{
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cba379;
    text-align: center;
}
.article-content{
    padding: 20px 0;
}
.article-content img{
    max-width: 100%!important;
    height: auto!important;
    margin: 10px 0;
}
.link-back{
    color: red;
}
.link-back:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
    #home {
        background-size: 100% auto!important;
    }
}
@media only screen and (max-width: 500px) {
    .slider-chuc .slick-dots li {
        width: 35px;
        height: 40px;
    }

    .btn-switch {
        width: 50px;
        bottom: 30%;
    }
}