/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .pagination{
    margin-bottom: 0;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
}
.comment .title h2{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.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 .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.formComment button.btn:hover{
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}
.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: var(--cms-color-base, #cf3732);
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .ccomment{
    font-size: 14px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: var(--cms-color-base, #cf3732);
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: var(--cms-color-base, #cf3732);
}
.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: var(--cms-color-base, #cf3732);
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #f2f2f2;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 20px;
}
/*===========END: COMMENT=============*/
.list_news{
    margin-bottom: 30px;
}
.list_news:after{
    display: block;
    content: '';
    clear: both;
}
.list_news .item{
    width: 33.333333%;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid transparent;
}
.list_news .item:nth-child(3n+1){
    clear: left;
}
.item_news .i-img{
    overflow: hidden;
}
.item_news .i-img a{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 66.666667%;
}
.item_news .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    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;
}
.item_news:hover .i-img a 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);
}
.item_news .i-desc{
    height: 190px;
    padding: 14px;
}
.item_news .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.item_news .i-desc .i-title{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.item_news .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item_news .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #666666;
    text-align: justify;
}
.list_hirring{
    margin-bottom: 30px;
}
.list_hirring:after{
    display: block;
    content: '';
    clear: both;
}
.list_hirring .item{
    width: 33.333333%;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid transparent;
}
.list_hirring .item:nth-child(3n+1){
    clear: left;
}
.item_hirring .i-img{
    overflow: hidden;
}
.item_hirring .i-img a{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 66.666667%;
}
.item_hirring .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    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;
}
.item_hirring:hover .i-img a 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);
}
.item_hirring .i-desc{
    height: 165px;
    padding: 14px;
}
.item_hirring .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.item_hirring .i-desc .i-title{
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.item_hirring .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item_hirring .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #666666;
    text-align: justify;
}
.node-hirring .hirring-title{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--cms-color-base, #cf3732);
    margin-bottom: 5px;
}
.node-hirring .hirring-content{
    margin-bottom: 15px;
}
.dessc .node-hirring .ul_hirring,
.node-hirring .ul_hirring{
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.dessc .node-hirring .ul_hirring li,
.node-hirring .ul_hirring li{
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.dessc .node-hirring .ul_hirring li:after,
.node-hirring .ul_hirring li:after{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f0da';
}
.node-hirring .name{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.node-hirring .before{
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.node-hirring .before:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #c2dbad;
}
.box-hirring{
    margin-bottom: 20px;
    background: #fafafa;
    border: 2px solid var(--cms-color-base, #cf3732);
    padding: 15px;
}
.the-content.desc h1{
    font-size: 24px;
    margin-bottom: 25px;
}
.the-content.desc h2{
    font-size: 20px;
    margin-bottom: 25px;
}
.the-content.desc h3{
    font-size: 18px;
    margin-bottom: 25px;
}
.the-content.desc span,
.the-content.desc p{
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 18px;
}
.the-content.desc a{
    font-weight: bold;
    color: var(--cms-color-base, #cf3732);
}

@media screen and (max-width: 1024px) {
    #vnt-sidebar{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .list_hirring .item{
        width: 50%;
    }
    .list_hirring .item:nth-child(3n+1){
        clear: none;
    }
    .list_hirring .item:nth-child(2n+1){
        clear: left;
    }
    .list_news .item{
        width: 50%;
    }
    .list_news .item:nth-child(3n+1){
        clear: none;
    }
    .list_news .item:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 639px){
    .list_news .item{
        width: 100%;
    }
    .list_hirring .item{
        width: 100%;
    }
}
