/* hero image */
.hero__news-bg{
    height: 70vh;
    margin-top: 0;
}
.hero__news-bg figure{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.hero__news-bg figure > img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
/* news detail content */
.news-detail .news-detail__inner{
    position: relative;
}
.news-detail .news-detail__title h1{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.news-detail .news-detail__time{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #b0b0b0;
}
.news-detail .news-detail__time svg{
    height: 15px;
    width: 14px;
    fill: #b0b0b0;
    vertical-align: sub;
}
/* tour related flash book */
section.tour-related{
    margin-top: 30px;
}
.tour-related__inner{
    border-radius: 10px;
    border: 2px solid var(--theme-color-two);
    padding: 20px 32px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4)
}
.tour-related__inner .tour-related__title h4{
    font-size: 14px;
    font-weight: 700;
}
.tour-related__inner .tour-related__title h4 .tour-related__price{
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color-two);
}
.tour-related__inner .tour-related__info{
    font-size: 14px;
    font-weight: 400;
}
.tour-related__inner .tour-related__info hr{
    margin: 12px 0;
}
.tour-related__inner .tour-related__info .tour-related__link{
    font-style: italic;
}
.tour-related__inner .tour-related__contact-block h4{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.tour-related__inner .tour-related__contact-block{
    display: flex;
    font-size: 14px;
}
.tour-related__inner .tour-related__contact-block svg{
    height: 16px;
    width: 16px;
    fill: var(--theme-color-two);
}
.tour-related__inner .tour-related__contact-block .tour-related__info-label{
    color: var(--theme-color-two);
    font-weight: 700;
}
.tour-related__inner .tour-related__contact-block .tour-related__left{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.tour-related__inner .tour-related__contact-block .tour-related__left > p:not(:last-child){
    padding-bottom: 2px;
}
.tour-related__inner .tour-related__contact-block .tour-related__right{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.tour-related__inner .tour-related__contact-block .tour-related__right button{
    height: 60px;
    width: 202px;
    font-weight: 400;
    font-size: 20.7px;
    text-transform: uppercase;
}
/* Facebook comment plugin */
section.fb-comments-box{
    margin-top: 40px;
}
section.fb-comments-box .section__title h3{
    background-color: #f6f6f6;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    color: var(--theme-color-one);
    padding: 14px 20px;
    border-radius: 5px;
    margin-bottom: 0;
}
.fb-like-box{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-150%);
}
/* news other list */
section.news-other-list{
    margin-top: 30px;
}
section.news-other-list .section__title h2{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color-one);
    text-transform: capitalize;
    margin-bottom: 30px;
}
section.news-other-list .section__title h2 span::before,
section.news-other-list .section__title h2 span::after{
    content: unset;
}
.news-other-list .news-other-list__inner .row-item{
    margin: 0 -7px;
}
.news-other-list .news-other-list__inner .col-item{
    padding: 0 8px;
}
.news-other-list .news-other__inner figure{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0px 3px #efefef;
    position: relative;
}
.news-other-list .news-other__inner figure > img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.news-other-list .news-other__inner figure::before{
    padding-top: 73.2%;
}
.news-other-list .news-other__title a{
    color: inherit;
}
.news-other-list .news-other__title h3{
    padding: 10px 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}