.list_contrust{
    margin: 0 -15px 30px -15px;
}
.list_contrust .i-size,
.list_contrust .item{
    width: 33.33%;
}
.list_contrust .item{
    padding: 0 15px;
}
.list_contrust .item .i-image{
    overflow: hidden;
}
.list_contrust .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list_contrust .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list_contrust .item .i-desc{
    padding: 14px 0;
}
.list_contrust .item .i-desc .i-title{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.list_contrust .item .i-desc .i-title a{
    font-size: 14px;
    line-height: 22px;
}
.list_contrust .item .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.img-detail {
    text-align: center;
    margin-bottom: 20px;
}
.img-detail img {
    width: 100%;
}

.slider_gallery{
    margin-bottom: 30px;
}
#slider_gallery{
    width: 71.795%;
    float: left;
}
#slider_gallery .item{
    position: relative;
}
#slider_gallery .item .i-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 12px 15px;
    color: #ffffff;
}
#slider_thumb{
    width: 26.495%;
    float: right;
}
#slider_thumb .w-item{
    margin: 0 1px;
}
#slider_thumb .w-item .item{
    margin-bottom: 1px;
    position: relative;
    padding-top: 66.666%;
    overflow: hidden;
}
#slider_thumb .w-item .item img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#slider_thumb .w-item .item.t-active:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}
#slider_thumb .slick-arrow{
    width: 50%;
    height: 45px;
    border: 1px solid #c2c2c2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: auto;
    bottom: -68px;
    color: #333333;
}
#slider_thumb .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
}
#slider_thumb .slick-prev:after{
    content: '\f053';
}
#slider_thumb .slick-next:after{
    content: '\f054';
}
#slider_thumb .slick-arrow:hover{
    background: #2859c6;
    color: #ffffff;
}
#slider_thumb .slick-arrow.slick-disabled{
}
.detail-const{
    margin: 0 -15px 20px -15px;
}
.detail-const .dc_left{
    float: left;
    width: 50%;
    padding: 0 15px;
}
.detail-const .dc_right{
    float: right;
    width: 50%;
    padding: 0 15px;
}
.detail-const .wrap_detail{
    border-top: 1px dotted #bfbfbf;
}
.detail_row{
    border-bottom: 1px dotted #bfbfbf;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.detail_row .dr_left{
    padding: 0 20px 0 30px;
    float: left;
    width: 200px;
    font-weight: bold;
    position: relative;
}
.detail_row .dr_left:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #2859c6;
}
.detail_row .dr_left:after{
    position: absolute;
    top: 0;
    right: 10px;
    content: ':';
}
.info-construct{
    margin-bottom: 20px;
}
.info-construct .ic_title{
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 15px;
    position: relative;
}
.info-construct .ic_title:before{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    background: #2859c6;
    width: 90px;
    height: 4px;
}
.info-construct .ic_title h2{
    font-size: 26px;
    line-height: 36px;
}
.info-construct .ic_content{
    font-size: 14px;
    line-height: 25px;
}
/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #2859c6;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #2859c6;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #2859c6;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #2859c6;
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #dddddd;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 20px;
}
.orther_const .oc_title{
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.orther_const .oc_title h3{
    font-size: 25px;
    line-height: 35px;
}
#oc_slider{
    margin: 0 -15px;
}
#oc_slider .item{
    margin: 0 15px;
}
#oc_slider .item .i-image{
    overflow: hidden;
}
#oc_slider .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#oc_slider .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#oc_slider .item .i-desc{
    padding: 14px 0;
}
#oc_slider .item .i-desc .i-title{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
#oc_slider .item .i-desc .i-title a{
    font-size: 14px;
    line-height: 22px;
}
#oc_slider .item .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
#oc_slider .slick-arrow{
    width: 55px;
    height: 55px;
    background: #ffffff;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 90px;
}
#oc_slider .slick-arrow:hover{
    color: #ffffff;
    background: #2859c6;
}
#oc_slider .slick-prev{
    left: 15px;
}
#oc_slider .slick-next{
    right: 15px;
}
#oc_slider .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 40px;
    content: '';
}
#oc_slider .slick-prev:after{
    content: '\f104';
}
#oc_slider .slick-next:after{
    content: '\f105';
}
@media screen and (max-width: 991px){
    .list_contrust .i-size,
    .list_contrust .item{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .detail-const {
        margin: 0 0 20px 0;
        border-top: 1px dotted #bfbfbf;
    }
    .detail-const .dc_right,
    .detail-const .dc_left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .detail-const .wrap_detail {
        border-top: 0;
    }
    #slider_gallery{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    #slider_thumb{
        width: 100%;
        float: none;
        padding: 0 45px;
    }
    #slider_thumb .w-item .item{
        width: 20%;
        float: left;
        padding: 0 1px;
    }
    #slider_thumb .w-item .item img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    #slider_thumb .slick-arrow{
        bottom: auto;
        top: 50%;
        width: 45px;
        height: 100%;
    }
}
@media screen and (max-width: 480px){
    #slider_thumb{
        padding: 0 25px;
    }
    #slider_thumb .slick-arrow{
        width: 25px;
        border: 0;
    }
    #slider_thumb .slick-arrow:hover {
        background: transparent;
        color: #2859c6;
    }
    #slider_gallery .item .i-desc {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
    }
}
@media screen and (max-width: 479px){
    .list_contrust .i-size,
    .list_contrust .item{
        width: 100%;
    }
    #slider_thumb{
        padding: 0;
    }
    #slider_thumb .slick-prev{
        left: -15px;
    }
    #slider_thumb .slick-next{
        right: -15px;
    }
}