#share{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding-left:6.58vw;
    padding-top: 15px;
    line-height: 50px;
    color: #000000;
}
.ls{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    color: #BC8D00;
    font-size: 1.10vw;
}
.text{
    height: 7.90vw;
    font-family: Roboto;
    font-style: normal;
    padding-left:2.43vw;
    padding-right:2.43vw;
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 26px;
    color: #FFFFFF;
}

.cap {
    height: 353px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 31.44%, rgba(0, 0, 0, 0.86) 79.12%);
}
.nav .nav-item{
    padding-left: 20px;
    padding-right: 20px;
}

.nav .nav-item .nav-link{
    color:#3E3E3E;
    border-radius:0px;
}
.promo-title{
    text-align: center;
    padding-top:35px; 
    padding-bottom:3px;
    font-size:40px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    color: #372C26;
}

.nav-link{
    color:#3E3E3E;
    border-radius:0px;
    padding-left: 0px;
    padding-right: 0px
}

.nav .nav-item .nav-link.active{
    background-color:transparent;
    color: #3E3E3E;
    border-bottom: 4px solid #BC8D00;
    
}
#img-1{
    width:100%;
    height: 353px;
    background-image: url("../images/food-1.svg");
}
#img-2{
    width:100%;
    height: 353px;
    background-image: url("../images/resto-1.svg");
}
#img-3{
    height: 353px;
    width:100%;
    background-image: url("../images/resto-2.svg");
}
.post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    top:0;
    left:0;
    position: absolute;
}
.image { 
    position: relative; 
    width: 100%; /* for IE 6 */
 }
.h2 { 
    position: absolute; 
    top: 200px; 
    left: 0; 
    width: 100%; 
 }

#last-row1{
    padding-left:6.5vw;
}
.img-gallery{
    width:100%;
    height:20.87vw;
    object-fit:cover;
}
#bg-1{

}
.desc-article-detail{
    border-bottom:1px solid #C4C4C4;
    padding-left:10px;
    margin-bottom:10px;
}
.desc-article-detail h3{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #3E3E3E;
    margin-bottom: 15px;
}
.desc-article-detail h5{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    color: #000;
}
.desc-article-detail small{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 143.5%;
    color: #BC8D00;
}
.desc-article-detail p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 143.5%;
    color: #000000;
}


#last-row{
    padding-bottom:5.4vw;
}
#line{
    padding-left:6.58vw;
    padding-right:13.73vw;
    width:100%;
  }
#first-colm{
    padding-left:6.58vw;
    padding-right:13.73vw;
    padding-bottom:2.58vw;
    padding-top:5.25vw;
}
.share-promo p{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-right:20px;
}
.share-promo li{ 
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-right:15px;
    display:inline-block;
}

.share-promo li img{ 
    width:37px;
    height:37px;
    object-fit:contain;
}
.img-detail-article img{
    width:100%;
    object-fit:cover;
}
@media(max-width:1200px){
    .desc-article-detail img{
        width: 80%;
        object-fit: contain;
    }
    .desc-article-detail h5 {
        line-height: 35px;
    }
    #first-colm{
        padding-right: 7.73vw;
    }
    .desc-article-detail h3{
        line-height: 48px;
    }
}
@media(max-width:768px){
    .desc-article-detail img{
        width: 100%;
    }
    .main-promo-nav{
        overflow-y: auto;
    }
    .main-promo-nav::-webkit-scrollbar {
        display: none;
    }
    .main-promo-nav ul {
        width: 34.5rem;
        margin-left: -20px;
    }
    .img-detail-article img{
        height:321px;
    }
    #first-colm{
        padding-top: 2.5rem;
    }
}
@media(max-width:480px){
    .desc-article-detail h3 {
        line-height: 44px;
    }
    .desc-article-detail h3 {
        font-size: 33px;
    }
    
}