/*---------LIST food--------*/
.vnt-food .food-item {
    overflow: hidden;
    position: relative;    
    margin-bottom: 40px;
    background-color: #e5f4fb
}

.vnt-food .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.666666%;
}
.vnt-food .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.vnt-food .caption {
    padding: 15px 20px 20px
}
.vnt-food .tend a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    height: 50px;
    color: #0087c0;
}
.vnt-food .date {
    display: block;
    font-family: Roboto;
    color: #7b7b7b;
    margin: 5px 0;
}
.vnt-food .date:before {    
font-family: FontAwesome;
    content: '\f017';
    color: #7b7b7b;
    margin-right: 6px;
}
.vnt-food .des {
     font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    max-height: 66px;
    margin-bottom: 10px;
}
.vnt-food .link {
    text-align: right;
}
.vnt-food .link a {
    color: #0087c0;    
}
/*---------DETAIL food--------*/
.the-title {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #d5d5d5
}

.the-title h1 {
    font-size: 30px;
color: #000000;
font-weight: 800;
line-height: 35px;
}

.the-date {
    color: #999999;
    margin-bottom: 10px;
}

.the-content {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}
.desc ul {
    list-style: none;
}
.desc li:before {
 font-family: FontAwesome;
    content: '\f017';
    color: #0397d6;
    margin: 0 15px;
}
/*=======================BOX SIDEBAR=========================*/
.boxSidebar .food-item {
    margin-bottom: 30px
}
.boxSidebar .title {
    font-size: 20px;
    line-height: 23px;    
    color: #000000;
    padding-bottom: 20px;
    font-weight: 800;
}
/*=======================GALLERY IMAGES=========================*/
.nav-tab {    
    padding-top: 10px;
}

.nav-tab > li {
    display: inline-block;
    margin: 0 3px;
}

.nav-tab > li > a {
    text-transform: uppercase;    
    font-size: 18px;
    line-height: 24px;
    color: #0397d6;
    display: block;
    padding: 10px 20px;
    min-width: 250px;
    background-color: #FFFFFF
}

.nav-tab > li.active > a,.nav-tab > li:hover > a {
    color: #FFFFFF;
    background-color: #0397d6;
}
.vnt-gallery .food-item {
    background: none    
}
.vnt-images .food-item>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 3;
}    
.vnt-gallery .img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    content: '';
    background-color: rgba(0,0,0,.3);
    z-index: 1
}
.vnt-gallery .img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: FontAwesome;        
    font-size: 48px;
    color: #FFFFFF;
    z-index: 1
}
.vnt-images .img:after {content: '\f03e'}
.vnt-video .img:after {content: '\f008'}
.vnt-gallery .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 25px;
    background-color: rgba(3,151,214,.8);
    color: #FFFFFF;
    z-index: 2
}
.vnt-gallery .caption .tend {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}
/*========DETAIL VIDEO========*/
.the-content .row {
    margin: 0 -10px;
}

.the-content .row > div {
    padding: 0 10px;
}

.hotVideo .youtubevideowrap {
    margin: 0 auto;
    max-width: 100%
}

.hotVideo .videoWrapper {
    position: relative;
    padding-bottom: 52.808989%;
    padding-top: 25px;
    height: 0;
    overflow: hidden
}

.hotVideo .videoWrapper embed, .hotVideo .videoWrapper iframe, .hotVideo .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.other-tab {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    padding: 8px 15px;
    margin-bottom: 5px;
    background-color: #0397d5;
}

.otherVideo {
    height: 445px;
    overflow: auto;
    padding-right: 25px;
}

.otherVideo .video-item {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.otherVideo .img {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.otherVideo .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px) {
    .vnt-food .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .vnt-food .row *[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vnt-food .food-item {
        margin-bottom: 30px;
    }
    .the-title h1 {
        font-size: 24px;
        line-height: 32px;
    }
.hotVideo{margin-bottom:20px}
}

@media all and (max-width: 768px) {
    .vnt-food .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .vnt-food .row *[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media all and (max-width: 400px) {
    .vnt-food .row *[class^="col-"] {
        width: 100%;
    }
    .vnt-food .tend a {
        height: auto;
        max-height: 50px
    }
}