@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SFUIText-Regular.woff') format('woff'), 
       url('../fonts/SFUIText-Regular.ttf')  format('truetype'), 
       url('../fonts/SFUIText-Regular.svg#SFUIText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: url('../fonts/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SFUIText-Bold.woff') format('woff'), 
       url('../fonts/SFUIText-Bold.ttf')  format('truetype'), 
       url('../fonts/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}



/*.page-template-content-hub-template .header-area .logo-menu-wrap, .single-narrative .header-area .logo-menu-wrap {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/


.content-hub-main {
  font-family: 'SFUIText' !important;
  font-weight: normal !important;
}
.content-hub-main p {
  font-size: 15px;
  font-weight: normal;
}




/**********Content Hub*************/
.custom-wrapper{
  margin-top:0px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}

.top-banner .img-info{
  min-height: 630px;
}
.ch-footer-banner .img-info {
    min-height: 560px;
    display: table;
    width: 100%;
    padding: 0;
    background-position: bottom left !important;
}
.ch-footer-banner .img-info .ch-footer-txt-banner {
    display: table-cell;
    vertical-align: middle;
}

.ch-footer-banner.g--withlink {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ch_bt_banner {
    position: relative;
}
.bt-footer-txt-banner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: right;
    padding-right: 40px;
    padding-left: 40px;
    cursor: pointer;
}
.bt-footer-txt-banner h3 {
    margin: 0;
    margin-left: auto;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    width: 298px;
    text-align: left;
}
.bt-footer-spl-text h3 {
   
  width: 232px!important;
 
}
.bt-footer-txt-banner h3 a {
    color: #ffffff;
}
.ch_bt_banner a {
    display: block;
}
.bt-footer-txt-banner h3 span {
    width: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    height: 30px;
    position: absolute;
}
span.arrow span {
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 30px;
    opacity: 1;
    position: absolute;
}
span.arrow:before {
    content:'';
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    height: 30px;
    opacity: 0.7;
    position: absolute;
}
span.arrow:after {
    content:'';
    background: url(../images/white-arrow.png) no-repeat;
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
    height: 30px;
    opacity: 0.5;
    position: absolute;
}


.ch_bt_banner:hover .arrow:before{
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  -webkit-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  -moz-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}
.ch_bt_banner:hover .arrow:after{
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  -webkit-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  -moz-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}
.ch_bt_banner:hover .arrow span{
  animation: animate-arrow-1 1s ease-in-out infinite;
  -webkit-animation: animate-arrow-1 1s ease-in-out infinite;
  -moz-animation: animate-arrow-1 1s ease-in-out infinite;
}
@keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
 0%{transform:translateX(-20px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}
@keyframes animate-arrow-3 {
 0%{transform:translateX(-10px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}

@-webkit-keyframes animate-arrow-1 {
  0%{transform:translateX(-40px);opacity: 0;}
  70%,100%{transform:translateX(0px);opacity: 1;}
}
@-webkit-keyframes animate-arrow-2 {
 0%{transform:translateX(-20px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}
@-webkit-keyframes animate-arrow-3 {
 0%{transform:translateX(-10px);opacity: 0;}
 70%,100%{transform:translateX(0px);opacity: 0.9;}
}


.img-info{
  /*min-height: 630px;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 0 !important;
    position: relative;
    overflow: hidden;
}

.img-info-1{
    background-size: 100% auto !important;
}

/*.text-gradient{
  background-image: -webkit-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -moz-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -ms-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: -o-linear-gradient(to right, #00a6d9, #add4a2);
  background-image: linear-gradient(to right, #00a6d9, #add4a2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-gradient{
    color:#00a6d9;
    background-image: none !important;
  }
}
/*@media screen and (min-width:0\0) {
  .text-gradient{
    color:#00a6d9;
  }
}*/

.container span.text-gradient{
  padding-top:30px;
}

h3.text-gradient.article-page.cube-text {
    text-align: left;
}

.video-page-gradient{
  padding-top:30px;
}

.cube {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.cube {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    min-width: 350px;
    min-height: 80px;
    font-family: 'Signika Negative', sans-serif;
    border-left: 5px solid #00a6d9;
    border-right: 5px solid #add4a2;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: linear-gradient(left, #00a6d9 0%, #add4a2 100%), linear-gradient(left, #00a6d9 0%, #add4a2 100%);
}*/
.square {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Signika Negative', sans-serif;
    border-left: 5px solid #00a6d9;
    border-right: 5px solid #add4a2;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -moz-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -ms-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -o-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    background-image: linear-gradient(left, #00a6d9 0%, #add4a2 100%), linear-gradient(left, #00a6d9 0%, #add4a2 100%);
    position: relative;
    max-width: 100%;
}

/*.cube-text{
  display: inline-block;
    position: absolute;
    margin-top: 75px;
    text-align: center;
    padding-left: 35px;
    font-family: 'Signika Negative', sans-serif;

}*/

.content-hub-banner
{
  margin-top:25px;
  margin-bottom: 15px;
}

.custom-h3 span{
margin-top: 0px;
}

.custom-h3 p{
  font-family: 'SFUIText';
}

.ch-banner{
  position: relative;
}
.ch-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: -ms-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: -webkit-linear-gradient(top bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 55%,rgba(14, 7, 3, 0.6) 80%,#0e0703 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2f170c',GradientType=0);
}
.ch-txt-banner {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    font-family: 'Signika Negative', sans-serif;
}

.ch-txt-banner {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-family: 'Signika Negative', sans-serif;
}
.ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-weight: 500;
    font-size: 95px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-family: big shoulders display,cursive;
}

.top-banner .ch-text-banner {
    text-align: center;
    bottom: auto;
    /*top: 260px;*/
    top:48%;
    position: absolute;
    width: 100%;
    font-family: 'Signika Negative', sans-serif;
}


.top-banner .ch-txt-banner h3{
  font-weight: 600;


}
.ch-btn {
  background-color: #412d12!important;
  border: 2px solid #412d12;
  color: #fff;
  width: 150px;
  /* margin-left: 10px; */
  border-radius: 0px;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  font-family: 'SFUIText';
}
.ch-btn:hover, .ch-btn:focus {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  outline: 0;
}

.ch-txt-banner h3 {
    color: #ffffff;
    font-size: 28px;
    text-shadow: -2px 2px 2px #000;
    letter-spacing: -1px;
    /* font-family: 'Siri', sans-serif !important; */
    font-family: 'SFUIText';
    font-weight: 300;
    margin-top: 0;
}
.ch-txt-banner h3 span {
  font-weight: bold;
}

/*.image-heading > div {
  margin-bottom: 15px;
}*/

.ch-see-more {
  font-family: 'SFUIText';
  color: #fff;
  background-color: #412c12;
  border: 2px solid #412c12;
  padding: 8px 20px;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
.ch-see-more:hover, .ch-see-more:focus {
  background-color: transparent;
  color: #412c12;
  outline: none;
}

#narrative_boxes .single-box{
  padding: 15px;
}
.carousel-wrapper{
  position: relative;
}

.content-hub-main .owl-theme .owl-dots .owl-dot.active span, .content-hub-main .owl-theme .owl-dots .owl-dot:hover span {
    background: #a8b8c3;
    border-color: #a8b8c3;
}
.content-hub-main .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    border: 1px solid #bac7ce;
    background: transparent;
}
.content-hub-main .owl-theme .owl-dots .owl-dot {
    outline: none;
}


.owl-carousel .owl-theme .owl-dots .owl-dot:focus{
  outline: none;
}
.custom-container{
  margin-top:50px;

}
.custom-container .container-fluid{
  padding-right: 0;
  margin-right:0;
  overflow-x: hidden;
}
.ch-carousel-text {
    margin-top: 20px;
    margin-left: 21%;
    color: #fff;
    margin-top: 55px;
    width: 70%;
}
.ch-carousel-text p{
  font-family: 'SFUIText';
  font-size: 14px;
}

.ch-carousel-h3-text {
    margin-left: 21%;
    width: 70%;
}
.ch-carousel-h3-text h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.ch-carousel-h3-text-1{
  width: 78%!important;
}

.ch-carousel-h3-text-1 h3{
  font-size: 36px!important;
}

.carausel-banner-txt{
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.inner-carausel-banner-txt {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'SFUIText';
    font-size: 14px;
    font-weight: normal;
    color: #544d46;
    line-height: 1.3;
    min-height: 260px;
}
.inner-carausel-banner-txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #373737;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner-carausel-banner-txt p {
    font-size: 14px;
    line-height: 1.3;
}
.ch-social{
  /*position: absolute;
    top: 90px;
    left: 100px;*/
}
.ch-social-backgroud{
  background-color: #ece9e0;
  /*height: 522px;*/
  padding: 40px 0;
}
.ch-social h3{
  text-align: left;
  margin-top: 30px;
  margin-left:20px;
  line-height: 1.4;
  font-family: 'Signika Negative', sans-serif;
}
.ch-social h3.text-gradient {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    width: 70%;
    line-height: normal;
}
.ch-social .container{
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*padding-right: 38px;*/
}
.ch-social-text{
  margin-top:60px;
  margin-left: 20px;
  text-align: left;
  margin-bottom:30px;
  width: 70%;
  font-family: 'SFUIText';
  font-size: 15px;
}
.ch-footer-banner{
  padding-top:0px;
}

.ch-footer-banner .ch-footer-txt-banner{
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: 'Signika Negative', sans-serif;
  /*margin-top:250px;*/

}
.ch-footer-txt-banner h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.ch-mark img {
    width: 13%;
}
/*.ch-mark{
  left:45%;
}*/
/*.ch-mark-header{
  padding-left: 120px;
}*/
.ch-book-form {
    padding-top: 45px;
    padding-bottom: 45px;
}
.content-hub-carousel .owl-dots.disabled{
  display: block;
}
.content-hub-social-carousel .owl-dots.disabled{
  display: block;
}
.content-hub-social-carousel .owl-nav.disabled+.owl-dots{
  margin-top:0px;
  margin-bottom:10px;
}
.content-hub-social-carousel img {
  height: auto !important;
}
.content-hub-social-carousel a.prettyphoto {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-hub-social-carousel a.prettyphoto img {
/*  -webkit-transform: scale(2) translateY(10px);
  -moz-transform: scale(2) translateY(10px);
  -o-transform: scale(2) translateY(10px);*/
  transform: scale(1);
}
.content-hub-social-carousel a:last-child {
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-hub-social-carousel .carausel-banner-txt{
  margin-top:30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.top-banner .ch-narrative-text-banner {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 48%;
    bottom: auto;
}
/*.ch-narrative-text-banner h3{
  font-weight: bold;
  font-size: 51px;
  font-family: 'Signika Negative', sans-serif;
  color: #fff;
margin-top: 400px;s
}*/
.ch-narrative-text-banner .ch-mark-header{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.ch-narrative-text-banner .ch-mark-header span {
  font-weight: 500;
}
.video-bg{
  padding-top:0px;
}

.custom-page-padding{
  padding-top:45px;
  padding-bottom: 90px;
}

/* Video Player Code starts here */
.ch-narrative-video-sec .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

iframe {
    max-width: 100%;
}
.ch-narrative-video-sec .youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 250px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
    text-align: center;
}
.ch-narrative-video-sec .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    /*margin: auto;*/
    max-width: 100%;
    width: 100%;
    height:100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.ch-narrative-video-sec .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -15px -65px;
    cursor: pointer;
}
.content-hub-main .custom-page-margin {
    padding-top: 0;
}
.content-hub-main .ch-social-backgroud {
  padding-top: 40px;
}
/*.content-hub-main .custom-page-margin.c-hub-section-gap {
  padding-top: 70px;
  padding-bottom: 70px;
}*/




/* Video Player Code Ends here */

.ch-narrative-text-bg {
    background-color: #fff;
    padding: 35px 35px 35px 35px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.ch-narrative-text-bg p{
  padding-top:20px;
  font-size: 15px;
  font-family: 'SFUIText';
}
.ch-narrative-text-bg .author {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}
.ch-narrative-carousel .owl-nav.disabled{
  display: block;
}
.ch-narrative-carousel .owl-prev{
    position: absolute;
    bottom: 53%;
    left: -110px;
    color: #fff!important;
    outline: none;
}
.ch-narrative-carousel .owl-next{
    position: absolute;
    bottom: 53%;
    right: -5px;
    color: #fff!important;
    outline: none;
}

/*.ch-narrative-backgroud{
  background-color: #ece9e0;
}*/

.article-bg{
 padding-top: 100px!important;
 padding-bottom: 70px!important;
}
.ch-narrative-backgroud .container img{
  position: relative;
 
}
.ch-narrative-backgroud .second-banner{
  padding-top: 50px;
  overflow: hidden;
}

.video-bg .ch-narrative-backgroud .second-banner .over-content {
  color: #fff;
  padding: 8px 15px;
  font-family: 'SFUIText';
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-bg .ch-narrative-backgroud .second-banner .over-content p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300 !important;
}
.ch-narrative-backgroud .second-banner .clearfix {
  overflow: hidden;
  position: relative;
}

/*.video-bg .ch-narrative-backgroud .cube{
  min-width: 400px;
  min-height: 80px;
  font-family: 'Signika Negative', sans-serif;
  border-left: 5px solid #00a6d9;
  border-right: 5px solid #dde78c;
  background-image: -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%), -webkit-linear-gradient(left, #00a6d9 0%, #add4a2 100%);
  background-image: -webkit-linear-gradient(left, #00a6d9 0%, #dde78c 100%), -webkit-linear-gradient(left, #00a6d9 0%, #dde78c 100%);

}*/

.video-bg .ch-narrative-backgroud .cube-text{

  font-family: big shoulders display,cursive !important;
    font-size: 52px;
    font-weight: 400 !important;
    color: #2e1808 !important;
}

/*.video-bg .ch-narrative-backgroud .text-gradient{
  background-image: linear-gradient(to right, #00a6d9, #d0e192);
}*/


.video-bg .ch-narrative-backgroud .half-n-half {
    background-color: #f3d9c8;
    margin-top: 10px;
    margin-bottom: 25px;
}
.video-bg .ch-narrative-backgroud .half-n-half a {
    color: #373737;
}

.half-n-half-wrapper{
  padding-bottom: 60px!important;

}
.video-bg .ch-narrative-backgroud .half-n-half .img-box {
    width: 50%;
    padding-right: 15px;
    float: left;
}
.video-bg .ch-narrative-backgroud .half-n-half .text-col {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-right: 10px;
}
.half-n-half .text-col .text-bold {
    font-family: big shoulders display,cursive !important;
    font-size: 48px;
    text-align: left;
    font-weight: 500;
    line-height: normal;
}
.video-bg .ch-narrative-backgroud .half-n-half .custom-text{
  font-family: 'SFUIText';
  font-size:16px;
  text-align: left;
  padding-top: 30px;
  padding-bottom:20px;
}
.half-n-half .color-text {
  font-family: 'SFUIText';
  font-size:16px;
  color:#0c9bff!important;
}
.video-bg .footer-bg a.ch-btn {
  border: 2px solid #412c12;
  color: #ffffff;
}
.video-bg .footer-bg a.ch-btn:hover, .video-bg .footer-bg a.ch-btn:focus {
  color: #412d12 !important;
  background: transparent !important;
}
.narrative-footer .custom-page-margin{
  padding-top:0px;
}
.carousel-bg {
    padding-top: 70px!important;
    padding-bottom: 75px!important;
}
.ch-narrative-carousel .owl-item img{
  position: relative;
}
.ch-narrative-carousel .carousel-text {
    position: absolute;
    bottom: 0px;
    padding: 8px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}
.ch-narrative-carousel .numberCircle {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    padding: 0px;
    border: 3px solid #896f57;
    color: #896f57;
    text-align: center;
    font-family: 'Siri';
    font-size: 56px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.ch-narrative-carousel .carousel-text-1{
  position: absolute;
    bottom: 0px;
    padding-bottom: 15px;
    padding-top: 10%;
    padding-left: 38px;
    padding-right: 38px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background: rgba(240, 240, 240, 0.7);
    width: 40%;
    height: 100%;
    right: 0;
    font-family: 'SFUIText';
}

.video-bg .article-video-bg{
  padding-top:80px;
}

.ch-narrative-text-bg-1{
  background-color: #fff;
    padding: 30px 40px 40px 40px;
    margin-bottom: 30px;
    margin-top: -70px;
}

.ch-narrative-text-bg-1 p{
  font-family: 'SFUIText';
  font-size: 14px;
}
.article-video-content{
  padding:53px 0px;
}
.video-bg .top-block{
  position: absolute;
  max-width: 550px;
  height:450px;
  background-color: #fff;
  font-family: 'SFUIText';
  text-align:left;
  padding-top:45px;
  padding-left:80px;
  padding-right:50px;
  padding-bottom:40px; 
  margin-top:30px;
  margin-left:20px;
  z-index: 1;
}
.video-bg .top-block .large{
  font-family: 'SFUIText';
  font-size: 32px;
  font-weight: 400;
}

.video-bg .top-block .large-bold{
  font-family: 'SFUIText';
  font-size: 32px;
  font-weight: 600;
}


.video-bg .top-block .custom-text{
  padding-top: 30px;
  padding-bottom:60px;
  font-size: 16px;
    line-height: 1.6;
}
.video-bg .bottom-block{
  padding-top:250px;
  position: relative;
}

.ch-narrative-carousel .owl-nav button span:before {
    display: none;
}
.ch-narrative-carousel .owl-nav button .arrow-left, .ch-narrative-carousel .owl-nav button .arrow-right {
    display: block;
}
.ch-narrative-carousel .owl-nav button .arrow-left {
    width: 145px;
    height: 45px;
    display: block;
    position: absolute;
    top: -24px;
    left: -40px;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -3px -12px;
}
.ch-narrative-carousel .owl-nav button .arrow-right {
    width: 145px;
    height: 45px;
    display: block;
    position: absolute;
    top: -24px;
    background: url(../images/ch-sprite.png) no-repeat;
    background-position: -162px -12px;
}


.arrow-brown.ch-narrative-carousel .owl-prev {
    left: -95px;
}
.ch-narrative-carousel.arrow-brown .owl-nav button .arrow-right {
    background-position: -308px -71px;
    width: 90px;
}
.ch-narrative-carousel.arrow-brown .owl-nav button .arrow-left {
    background-position: -117px -71px;
    width: 90px;
}

.ch-narrative-carousel .owl-dots .owl-dot {
  outline: none;
}
.ch-narrative-carousel .owl-dots .owl-dot span {
    border: 1px solid #ffffff;
    background: transparent;
}
.ch-narrative-carousel .owl-dots .owl-dot.active span {
    background: #ffffff;
}


.ch-narrative-carousel.arrow-brown .owl-dots .owl-dot span {
    border: 1px solid #716250;
    background: transparent;
}
.ch-narrative-carousel.arrow-brown .owl-dots .owl-dot.active span {
    background: #716250;
}
.arrow-brown.owl-theme .owl-dots .owl-dot.active span, .arrow-brown.owl-theme .owl-dots .owl-dot:hover span {
    background: #716250;
}


.ch-experience{
  position: relative;
  margin-top: 90px;
}

.ch-experience .ch-footer-txt-banner{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37%;
  text-align: center;
}
.ch-experience .ch-mark img {
  width: 13%;
  bottom: 32%;
  position: absolute;
  left: 50%;
  margin-left: -70px;
}

div.pp_default .pp_description p{
  font-size: 15px;
}

a.pp_expand {
    display: none !important;
}


div#vrview {
    position: relative;
}
div#vrview div {
    width: 72px;
    height: 73px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*margin-left: -20px;
    margin-top: -20px;*/
    text-align: center;
}
div#vrview div:before {
    content: '';
    width: 72px;
    height: 73px;
    background-image: url(../images/360-degree.png);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}





@media only screen and (max-width: 767px) {
  .content-hub-main .top-banner .img-info, .content-hub-main .img-info, .top-banner .img-info, .single-narrative .img-info {
    min-height: 630px;
    background-size: cover !important;
    background-position: center center !important;
  }
  .top-banner .ch-text-banner, .top-banner .ch-narrative-text-banner {
    top: 185px;
    bottom: auto;
    padding: 0 15px;
  }
  .ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-size: 34px;
    margin-bottom: 8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ch-mark-header img {
    width: 40%;
  }
  .cube {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    max-width: 300px;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text-gradient {
    font-size: 34px;
  }
  .ch-txt-banner, .ch-txt-banner h3 {
    text-align: center;
  }
  .content-hub-main p, .ch-narrative-text-bg-1 p {
    font-size: 17px;
  }
  .custom-container {
    margin-top: 30px;
  }
  .content-hub-main .custom-page-margin.c-hub-section-gap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom-container .container-fluid {
    padding-right: 15px;
    margin-right: 0;
  }
  .ch-carousel-h3-text {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .ch-carousel-h3-text h3 {
    font-size: 34px;
    text-align: center;
  }
  .ch-carousel-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 35px;
  }
  .content-hub-main .custom-page-content.owl-theme .owl-nav {
    margin-top: 0;
  }
  .content-hub-main button.owl-prev, .content-hub-main button.owl-next {
    position: absolute;
    margin: 0 !important;
    top:50%;
    margin-top:-80px !important;
  }
  .content-hub-main button.owl-prev {
    left:0px
  }
  .content-hub-main button.owl-next {
    right:0px
  }
  .content-hub-main button.owl-prev span, .content-hub-main button.owl-next span {
    height: 40px;
    width: 40px;
    display: block;
    background: #ffffff;
    border: 0px solid #222222;
    color: #222222;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
  }
  .content-hub-main .owl-theme .owl-nav .disabled {
    opacity: 0;
  }
  .content-hub-main .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    outline: none;
    color: #FFF;
    text-decoration: none;
  }
  .ch-social {
    padding: 0 15px;
  }
  .ch-social h3.text-gradient br {
    display: none;
  }
  .ch-social h3.text-gradient {
    font-size: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
    width: 80%;
    margin-bottom: 10px;
    line-height: normal !important;
  }
  .video-bg .ch-narrative-backgroud .cube {
    font-size: 34px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    width: 90% !important;
    min-width: auto !important;
    max-width: 100%;
    line-height: normal !important;
  }

  .ch-social-text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .content-hub-social-carousel .carausel-banner-txt {
    margin-top: 0;
  }
  .ch-experience .ch-footer-txt-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    text-align: center;
  }
  .ch-footer-banner .custom-page-content.img-info {
    min-height: 400px !important;
  }

  /* Article page */

  .video-bg .custom-page-content.img-info {
    min-height: auto !important;
  }
  .ch-narrative-text-bg-1 {
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .video-bg .article-video-bg {
    padding-top: 0;
  }
  .article-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .top-block {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .video-bg .top-block .large {
    font-size: 28px;
  }
  .video-bg .top-block .custom-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .ch-narrative-backgroud .second-banner {
    padding-top: 0;
    padding: 0;
  }
  .video-bg .bottom-block {
    padding-top: 0;
  }
  h3.text-gradient.article-page.cube-text {
    text-align: center;
  }
  .ch-narrative-carousel .carousel-text-1 {
    bottom: auto;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .ch-narrative-carousel .numberCircle {
    width: 55px;
    height: 55px;
    border: 1px solid #896f57;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .text-col {
	    padding-top: 4px;
	    padding-right: 7px;
	    padding-left: 7px;
	}
  .half-n-half .text-col .text-bold {
    font-size: 19px;
    line-height: 1.3;
  }
  .half-n-half .color-text {
	    font-size: 15px;
	}
  .video-bg .ch-narrative-backgroud .half-n-half .custom-text {
    font-size: 14px;
    line-height: 1.37;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
  }
  .video-bg .ch-narrative-backgroud .half-n-half {
    margin-top: 20px;
  }
  .half-n-half .color-text a {
    font-size: 13px;
    line-height: normal !important;
  }
  .footer-bg .col-sm-6 .ch-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-bg .col-sm-6:last-child .ch-btn {
    margin-bottom: 0 !important;
  }
  .custom-page-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ch-narrative-video-sec .youtube-player {
    margin: 0;
  }
  .ch-narrative-text-bg {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }
  .carousel-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .ch-narrative-backgroud .second-banner {
    /*min-height: 536px;*/
    min-height: auto;
  }
  .video-bg .ch-narrative-backgroud .second-banner img {
    /*transform: scale(5.1) translateY(15px) translateX(-22px);
    -webkit-transform: scale(5.1) translateY(15px) translateX(-22px);
    -moz-transform: scale(5.1) translateY(15px) translateX(-22px);
    -ms-transform: scale(5.1) translateY(15px) translateX(-22px);*/
  }
  /*.video-bg .ch-narrative-backgroud .second-banner .over-content {
    padding: 20px 20px;
    bottom: 0;
  }*/
  .video-bg .ch-narrative-backgroud .second-banner .over-content p {
    margin-bottom: 0;
  }
  .content-hub-social-carousel a.prettyphoto {
    height: auto;
  }
  .ch-experience {
    margin-top: 22px;
  }
  .ch-experience .ch-footer-txt-banner {
    bottom: 30%;
  }
  .ch-footer-txt-banner h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .ch-experience .ch-mark img {
    bottom: 23%;
    left: 50%;
    margin-left: -25px;
  }
  .bt-footer-txt-banner {
    top: 33%;
  }
  .bt-footer-txt-banner h3 {
    font-size: 25px;
    width: 100%;
  }
  .bt-footer-txt-banner h2 {
    display: none;
  }
  .ch-narrative-backgroud .container img {
	    transform: scale(1.47);
	}
	.video-bg .ch-narrative-backgroud .half-n-half .img-box {
	    padding-right: 0;
	    padding-bottom: 5px;
	    overflow: hidden !important;
	    min-height: 285px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content-hub-main .top-banner .img-info, .content-hub-main .img-info, .top-banner .img-info, .single-narrative .img-info {
    min-height: 630px;
    background-size: cover !important;
    background-position: center center !important;
  }
  .top-banner .ch-text-banner, .top-banner .ch-narrative-text-banner {
    top: 200px;
    bottom: auto;
    padding: 0 15px;
  }
  .ch-text-banner h1, .ch-narrative-text-banner h1 {
    font-size: 34px;
    margin-bottom: 8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ch-mark-header img {
    width: 40%;
  }
  .cube {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    max-width: 300px;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .text-gradient {
    font-size: 30px;
  }
  .ch-txt-banner, .ch-txt-banner h3 {
    text-align: center;
  }
  .content-hub-main p, .ch-narrative-text-bg-1 p {
    font-size: 18px;
  }
  .custom-container {
    margin-top: 30px;
  }
  .content-hub-main .custom-page-margin.c-hub-section-gap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .custom-container .container-fluid {
    padding-right: 15px;
    margin-right: 0;
  }
  .ch-carousel-h3-text {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .ch-carousel-h3-text h3 {
    font-size: 30px;
    text-align: center;
  }
  .ch-carousel-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 35px;
  }
  .content-hub-main .custom-page-content.owl-theme .owl-nav {
    margin-top: 0;
  }
  button.owl-prev, button.owl-next {
    position: absolute;
    margin: 0 !important;
    top:50%;
    margin-top:-80px !important;
  }
  button.owl-prev {
    left:0px
  }
  button.owl-next {
    right:0px
  }
  button.owl-prev span, button.owl-next span {
    height: 40px;
    width: 40px;
    display: block;
    background: #ffffff;
    border: 0px solid #222222;
    color: #222222;
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
  }
  .content-hub-main .owl-theme .owl-nav .disabled {
    opacity: 0;
  }
  .content-hub-main .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    outline: none;
    color: #FFF;
    text-decoration: none;
  }
  .ch-social {
    padding: 0 15px;
  }
  .ch-social h3.text-gradient br {
    display: none;
  }
  .ch-social h3.text-gradient {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
    width: 90%;
    line-height: normal !important;
  }
  .video-bg .ch-narrative-backgroud .cube {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    width: 45% !important;
    min-width: auto !important;
    max-width: 100%;
    line-height: normal !important;
  }

  .ch-social-text {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 19px;
  }
  .ch-carousel-text p {
    font-size: 18px;
  }
  .content-hub-social-carousel .carausel-banner-txt {
    margin-top: 25px;
  }
  .ch-footer-txt-banner h3 {
    font-size: 35px;
    margin-bottom: 0px;
  }
  .ch-mark img {
    width: 20%;
  }
  .ch-footer-banner .custom-page-content.img-info {
    min-height: 400px !important;
  }

  /* Article page */

  .video-bg .custom-page-content.img-info {
    min-height: auto !important;
  }
  .ch-narrative-text-bg-1 {
    padding: 30px 30px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .article-video-content.img-info .ch-narrative-text-bg-1 {
    margin-top: -40px;
    margin-left: auto;
  }
  .video-bg .article-video-bg {
    padding-top: 0;
  }
  .article-bg {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
  .video-bg .top-block {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
  }
  .video-bg .top-block .large {
    font-size: 28px;
  }
  .video-bg .top-block .custom-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
  .ch-narrative-backgroud .second-banner {
    padding-top: 0;
    padding: 0;
  }
  .video-bg .bottom-block {
    padding-top: 0;
  }
  h3.text-gradient.article-page.cube-text {
    text-align: center;
  }
  .ch-narrative-carousel .carousel-text-1 {
    bottom: auto;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .ch-narrative-carousel .numberCircle {
    width: 55px;
    height: 55px;
    border: 1px solid #896f57;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .text-col {
    padding-top: 15px;
    padding-right: 10px;
  }
  .half-n-half .text-col .text-bold {
    font-size: 27px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half .custom-text {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .video-bg .ch-narrative-backgroud .half-n-half {
    margin-top: 20px;
  }
  .half-n-half .color-text a {
    font-size: 20px;
    line-height: normal !important;
    display: block;
  }
  .footer-bg .col-sm-6 .ch-btn {
    width: auto;
  }
  .footer-bg .col-sm-6:last-child .ch-btn {
    margin-bottom: 0 !important;
  }
  .custom-page-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ch-narrative-video-sec .youtube-player {
    margin: 0;
  }
  .ch-narrative-text-bg {
    margin-bottom: 0;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .carousel-bg {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .inner-carausel-banner-txt h3 {
    font-size: 19px;
  }
  .ch-txt-banner h3 br {
    display: none;
  }
  .video-bg .ch-narrative-backgroud .second-banner {
    min-height: 550px;
  }
  .video-bg .ch-narrative-backgroud .second-banner img {
    transform: scale(3) translateY(-10px) translateX(-22px);
    -webkit-transform: scale(3) translateY(-10px) translateX(-22px);
    -moz-transform: scale(3) translateY(-10px) translateX(-22px);
    -ms-transform: scale(3) translateY(-10px) translateX(-22px);
  }
  .video-bg .ch-narrative-backgroud .second-banner .over-content {
    padding: 20px 20px;
    bottom: 0;
  }
  .video-bg .ch-narrative-backgroud .second-banner .over-content p {
    margin-bottom: 0;
  }
  .ch-experience {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .top-banner .img-info {
    min-height: 495px;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .top-banner .img-info {
    min-height: 720px;
  }
}



@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .page-template-content-hub-template .header-area .logo-menu-wrap, 
    .single-narrative .header-area .logo-menu-wrap {
      display: block!important;
    }
    .page-template-content-hub-template .header-area .logo-menu-wrap .logo, .single-narrative .header-area .logo-menu-wrap .logo {
      float: left;
    }
    .single-narrative .header-area .logo-menu-wrap .menu, .page-template-content-hub-template .header-area .logo-menu-wrap .menu {
      float: right;
    }
}}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}



/*===== Discover Brunei CSS Start ======*/

.discover-slider.innerPage .slick-slide, .discover-slider.innerPage .slick-slide::before, .main-slider.innerPage .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.discover-slider.innerPage .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.discover-slider.innerPage {
  position: relative;
  width: 100%;
  /*height: 25vw;*/
  height: 520px;
  min-height: 8vw;
  /*margin-bottom: 50px;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.discover-slider.innerPage.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.discover-slider.innerPage .slick-slide {
  position: relative;
  /*height: 25vw;*/
  height: 520px;
}

.discover-slider.innerPage .slick-slide::before {
  background-color: rgb(0 0 0 / 25%);
  z-index: 1;
}
.discover-slider.innerPage .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.discover-slider.innerPage .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.discover-slider.innerPage .slick-slide figure {
  position: relative;
  height: 100%;
}
.discover-slider.innerPage .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.discover-slider.innerPage .slick-slide .slide-image.show {
  opacity: 1;
}
.discover-slider.innerPage .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.discover-slider.innerPage .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.discover-slider.innerPage .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.discover-slider.innerPage .slick-slide.slick-active {
  z-index: 1;
}
.discover-slider.innerPage .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.discover-slider.innerPage .slick-slide.slick-active .text-wrap {
  opacity: 1;
  /*-webkit-transform: translateY(0);
          transform: translateY(0);*/
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.discover-slider.innerPage .text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-top: calc(-226px /2);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.discover-slider.innerPage h1 {
    font-family: big shoulders display,cursive;
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}
.discover-slider.innerPage .caption {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    line-height: 1.1;
}
.discover-slider.innerPage button {
    background: transparent;
    border: 0;
    outline: 0;
    width: auto;
    margin-top: 60px;
    font-size: 21px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 0 3px 0 0;
    line-height: normal;
}
.discover-slider.innerPage button i {
    display: inline-block;
    margin-left: 12px;
    margin-right: 0;
}
button.pause i:before {
    content: "\f28b";
}
.location-cont {
    position: absolute;
    right: 18%;
    bottom: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
    z-index: 1;
}
.pause button#pause-button {
    display: none;
}
.play button#play-button {
    display: none;
}

/*  video slider inner */

.inner-gapping {
    margin-top: 45px;
    margin-bottom: 45px;
}
.desc-block p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}
.desc-block {
    margin-bottom: 40px;
}
.exp-desc-block h3.b-head {
    font-family: 'big shoulders display',cursive;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 10px;
    color: #271201 !important;
}
.exp-desc-block  p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}
.exp-desc-block {
    margin-bottom: 45px;
}

.exp-desc-block {
    margin-bottom: 45px;
}

.explore-box {
    padding: 10px;
}

.explore-box figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 360px;
    width: 100%;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

.explore-box figure .img-cnt {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.explore-box figure .img-cnt:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    top: 0;
}

.explore-box figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.explore-box figure figcaption a {
  color: #ffffff;
  display: block;
}

.explore-box figure figcaption p, .explore-box figure figcaption span {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    text-transform: none;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
}

.explore-box figure figcaption span {
    line-height: normal !important;
    text-decoration: underline;
}
.explore-box figure .img-cnt img {
    height: 360px;
}
.explore-box figure figcaption h2 {
    margin: 0;
    font-family: 'big shoulders display',cursive;
    font-size: 44px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    margin-top: 30%;
    -webkit-transition: -webkit-transform 0.28s;
    transition: transform 0.28s;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.explore-box figure figcaption h2 {
    -webkit-transition: opacity 0.30s, -webkit-transform 0.30s;
    transition: opacity 0.30s, transform 0.30s;
}
.explore-box figure figcaption p {
    max-height: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

  .explore-box figure:hover img {
    opacity: 0.65;
  }
  .explore-box figure:hover figcaption h2 {
    -webkit-transform: translate3d(0,-55px,0);
    transform: translate3d(0,-55px,0);
    transition: all 0.28s ease-in-out;
    font-size: 30px;
    letter-spacing: 0;
    width: 0;
  }
  .explore-box figure:hover figcaption p, .explore-box figure:hover figcaption span {
    opacity: 1;
    -webkit-transform: translate3d(0,-45px,0);
    transform: translate3d(0,-45px,0);
  }

.vdo-cont {
    width: 100%;
    height: 480px;
    position: relative;
}
.vdo-cont a {
    display: block;
}
.vdo-cont img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.text-cont {
    position: absolute;
    top: 50%;
    margin-top: -64px;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.video-plc-holder {
    margin-bottom: 65px;
}
.text-cont p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}
.text-cont .play-block {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/play-button.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.exp-boxes .item .grid {
    /*box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 25%);*/
    margin-bottom: 10px;
}
.exp-boxes .item figure {
    height: auto !important;
    max-height: initial !important;
    box-shadow: 1px 1px 4px -1px rgb(0 0 0 / 25%);
}
.exp-boxes .item .grid .img-cnt {
    height: auto !important;
    width: 100%;
    /*height: 320px !important;*/
    overflow: hidden;
}
.exp-boxes .item .grid .img-cnt img {
    height: auto !important;
}
.exp-boxes .item figure figcaption {
    position: static !important;
    color: #382713 !important;
    padding: 8px !important;
    /*min-height: 175px;*/
    border: 1px solid #ccc;
}
.exp-boxes .item figure figcaption h2 {
    color: #382713 !important;
    font-weight: 500 !important;
    font-size: 45px;
    margin-top: 0;
    font-family: 'big shoulders display',cursive;
    letter-spacing: -1px;
}
.exp-boxes .item figure figcaption h4 {
    color: #382713 !important;
    font-weight: 300 !important;
    font-size: 19px;
    margin-bottom: 15px;
}
.exp-boxes .item figure figcaption h4 b {
    font-weight: 500;
}
.exp-boxes .item figure figcaption h4 i {
    color: #ffe600;
    font-weight: normal !important;
    margin-right: 5px;
}
.exp-boxes .item figure figcaption p {
    font-size: 17px;
    line-height: 1.4;
    min-height: 137px;
    max-height: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.exp-boxes .item figure figcaption span.btn {
    width: 100% !important;
    padding: 8px 30px;
    background: transparent;
    border: 2px solid #ffe600;
    color: #382713;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s background ease-in-out;
    -webkit-transition: 0.3s background ease-in-out;
    -moz-transition: 0.3s background ease-in-out;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 0;
}
.exp-boxes.owl-carousel .owl-nav.disabled,
.exp-boxes.owl-carousel .owl-dots.disabled {
    display: none; 
}
.exp-boxes.owl-carousel .owl-prev, .exp-boxes.owl-carousel .owl-next {
    position: absolute !important;
    top: 50%;
}
.exp-boxes.owl-carousel .owl-prev {
    left: -15px;
}
.exp-boxes.owl-carousel .owl-next {
    right: 10px;
}
.exp-boxes.owl-carousel .owl-prev span::before {
    /*background-position: -330px -158px !important;*/
    background-image: none !important;
    background-position: none;
    content: '\f177';
    color: #000;
    font-family: 'FontAwesome';
    line-height: 31px;
    font-size: 20px;
}
.exp-boxes.owl-carousel .owl-next span::before {
    /*background-position: -349px -158px !important;*/
    background-image: none !important;
    background-position: none;
    content: '\f178';
    color: #000;
    font-family: 'FontAwesome';
    line-height: 31px;
    font-size: 20px;
}
.exp-boxes.owl-carousel button span {
    color: #ffffff;
    outline: none;
    border: 0;
    display: inline-block;
}
.exp-boxes.owl-carousel button {
    outline: none;
    border: 0;
}
.exp-boxes.owl-carousel button.owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #bac7ce;
    display: inline-block;
    margin-right: 20px;
    border-radius: 50%;
}
.exp-boxes.owl-carousel .owl-dots {
    margin: 15px 0 0;
    text-align: center;
}
.exp-boxes.owl-carousel button.owl-dot.active span {
    border-color: #bac7ce;
    background-color: #bac7ce;
}
.exp-boxes.owl-carousel .owl-dots button.owl-dot {
    outline: none;
    border: 0;
}
.exp-boxes .item .grid a:hover figcaption span.btn {
    background: #ffe600;
}
.rltv {
	position: relative;
}
.olp-text-container .inner-contr {
    width: 600px;
    padding: 25px 20px;
    text-align: center;
    background: #ffffff;
}
.olp-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -138px;
}
.olp-text-container .inner-contr p {
    margin-bottom: 45px;
}
.olp-text-container .inner-contr a.cta-blk {
    font-size: 18px;
    text-decoration: underline;
    color: #140b01;
}
.colb-brnitr p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.45;
}
.colb-brnitr {
    margin-top: 45px;
}
.colb-brnitr img {
    height: 75px;
}

.stopover-brni, .holiday-brni {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 525px;
	padding:50px 0;
	position: relative;
}

.stopover-brni:before, .holiday-brni:before {content: '';width: 100%;height: 100%;background: rgb(255 255 255 / 42%);position: absolute;top: 0;left: 0;}

.stopover-brni .booking-pod{
  background: #fff;
  padding: 30px;
  text-align: left;
  margin-top: 30px;
}


/* Things to do */
.mth {
  margin-top: 85px;
}
.col-blk > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.shadow-box img {
    width: 300px !important;
    max-width: none !important;
    margin-top: 35px;
}
.col-blk .shadow-box:after {content: '';width: 300px;height: 450px;background-color:transparent;position: absolute;z-index: -1;top: 0;left: 0;transform: translate(40px, 0px);}
.shadow-box.dblue:after {background-color: #c2d2c8 !important;}
.shadow-box.lblue:after {background-color: #a9d6ed !important;}
.shadow-box.yellow:after {background-color: #FBC6B8 !important;}
.shadow-box {position: relative;}

.inner-contr h2 {
  margin: 0;
    font-family: 'big shoulders display',cursive;
    font-size: 41px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom:15px;
}
.inner-contr h4 {
  color: #382713 !important;
  font-weight: 300 !important;
  font-size: 19px;
  margin-bottom: 33px;
}
.inner-contr h4 a {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #382713;
  font-weight: 400;
}
.inner-contr h4 i {
    color: #ffe600;
    font-weight: normal !important;
    margin-right: 10px;
    transform: rotateZ(90deg);
}
.inner-contr p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 19px;
}
.inner-contr a.cta-blk {
    border-color: #ffe600;
    color: rgb(39, 17, 0);
    background-color: transparent;
    border-radius: 0;
    padding: 10px 40px;
    border-width: 2px;
    font-size: 18px;
}
.inner-contr a.cta-blk:hover, .inner-contr a.cta-blk:focus {
    background: #ffe600;
    box-shadow: none;
}
.col-blk {
    margin-bottom: 30px;
}
/* Things to do */

/* getting around */
.olp-text-container .inner-contr h3 {
    font-family: big shoulders display,cursive;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #271201!important;
}
.btm-gap {
    margin-bottom: 40px;
}
.img-right div.col-lg-5, .img-right>div:first-child {
    float: right;
}
.img-left .olp-text-container {
  left: 50%;
  margin-left: -170px;
}
.img-right .olp-text-container {
    left: auto;
    margin-left: auto;
    right: 50%;
    margin-right: -170px;
}
.olp-text-container .inner-contr img {
    width: 130px;
}
.app-cont a {
    margin-right: 20px;
}
.app-cont a:last-child {
    margin-right: 0;
}
.app-cont a div {
    height: 50px;
    width: 150px;
    /* background-size: 1095px 1200px; */
}
.app-cont a .appstore_img {
    background-position: -334px -379px !important;
}
.app-cont a .playstore_img {
    background-position: -490px -379px !important;
}
.app-cont a div.appstore_img, .app-cont a div.playstore_img {
    background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/sprite5.png) no-repeat;
}
/* getting around */


/* category page */
.exp-boxess .grid {
    /*box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 25%);*/
    margin-bottom: 35px;
}
.exp-boxess figure {
    height: auto !important;
    max-height: initial !important;
    box-shadow: 1px 1px 4px -1px rgb(0 0 0 / 25%);
    position: relative;
}
.exp-boxess .grid .img-cnt {
    height: auto !important;
    width: 100%;
    /*height: 320px !important;*/
    overflow: hidden;
}
.exp-boxess .grid .img-cnt img {
    height: auto !important;
    margin: auto;
    transform: scale(1.2);
}
.exp-boxess figure figcaption {
    position: static!important;
    color: #382713!important;
    padding: 25px 20px 8px !important;
    border: 1px solid #ccc;
    text-align: center;
    min-height: 280px;
}
.exp-boxess figure figcaption h2 {
    color: #382713!important;
    font-weight: 500!important;
    font-size: 40px;
    margin-top: 0;
    font-family: big shoulders display,cursive;
    letter-spacing: -1px;
}
.exp-boxess figure figcaption h4 {
    color: #382713!important;
    font-weight: 300!important;
    font-size: 19px;
    margin-bottom: 30px;
}
.exp-boxess figure figcaption h4 b {
    font-weight: 500;
}
.exp-boxess figure figcaption h4 i {
    color: #ffe600;
    font-weight: normal !important;
    margin-right: 10px;
    transform: rotateZ(90deg);
}
.exp-boxess figure figcaption p {
    font-size: 20px;
    line-height: 1.25;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}
.exp-boxess figure figcaption h4 a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #382713;
    font-weight: 400;
}
.exp-boxess .overlay-btn a {
    width: auto !important;
    padding: 8px 30px;
    background: #ffe600;
    border: 2px solid #ffe600;
    color: #382713;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    display: inline-block;
}
.overlay-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgb(209 209 209 / 60%);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all ease-in-out;
    -webkit-transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
}
.exp-boxess figure:hover .overlay-btn {
  visibility: visible;
  opacity: 1;
}
.btn-wrap {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    margin-top: -11px;
}
/*category page */
.detail-with-border div.desc-block:after {
    content: '';
    border: 1px solid #fee600;
    width: 70%;
    display: block;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.detail-with-border .exp-desc-block {
    margin-bottom: 0;
}
.nrevamp.hotl-sec .exp-sec {
    margin-bottom: 50px;
}
.nrevamp.hotl-sec .exp-sec.ltr {
    direction: ltr;
}
.nrevamp.hotl-sec .exp-sec.rtl {
    direction: rtl;
}
.ltr .hglt-block, .rtl .hglt-block {
    direction: ltr;
}
.soft-detail {
    margin-bottom: 20px;
}
.star-wrap {
    width: 33%;
    float: left;
    border-right: 1.5px solid #635347;
}
.star-rating {
    color: gold;
    display: inline-block;
    font-size: 30px;
    position: relative;
    direction: ltr;
    line-height: 1;
}
.star-rating span {
    font-style: inherit;
    font-weight: inherit;
}
.star-rating__max, .star-rating__current {
    position: absolute;
    top: 0;
    direction: unset;
}
.star-rating__current {
    overflow: hidden;
    white-space: nowrap;
}
.location-detail {
    width: 65%;
    float: left;
    min-height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 300;
}

.nrevamp.hotl-sec .exp-sec .box-wrap h2 {
    color: #382713 !important;
    font-weight: 500 !important;
    font-size: 50px;
    margin-top: 0;
    font-family: 'big shoulders display',cursive;
    letter-spacing: -1px;
}
ul.facilitys li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    margin-right: 12px;
    font-size: 17px;
    font-weight: 400;
}
ul.facilitys {
    direction: ltr;
    margin-bottom: 22px;
    margin-top: 15px;
    position: relative;
}
ul.facilitys li.off {
    text-decoration: line-through;
    opacity: 0.3;
}

.nrevamp.hotl-sec .exp-sec .img-wrap {
    width: 40%;
}
.nrevamp.hotl-sec .exp-sec .box-wrap {
    width:60%;
    box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 25%);
}
ul.facilitys li:before{
    content: '';
    width: 27px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top:1px;
    left: -2px; 
}
ul.facilitys li.flight_ico:before{
    background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/sprite5.png) no-repeat;
    /*background-position: -332px -248px;*/
    background-size: 790px 790px;
}
.wifi:before {background-position: -17px -476px !important;}
.business-centre:before {background-position: -171px -475px!important;}
.swimming-pool:before {background-position: -194px -475px!important;}
.room-service:before {background-position: -147px -476px !important;}
.parking:before {background-position: -73px -476px !important;}
.mini-bar:before {background-position: -147px -476px !important;}
.air-conditioning:before {background-position: -97px -476px !important;}
.hair-dryer:before {background-position: -17px -476px !important;}
.front-desk:before {background-position: -48px -476px !important;}
.fitness-spa:before {background-position: -247px -476px !important;}
.toiletries:before {background-position: -220px -476px !important;}
.spa-gym:before {background-position: -122px -476px !important;}
.shuttle:before {background-position: -17px -504px !important;}
.shuttle-times-square:before {background-position: -17px -504px !important;}

.activities-cont ul.facilitys li {
  padding-left: 32px;
}
.activities-cont ul.facilitys li.flight_ico:before{
  background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/sprite10.png) no-repeat;
  /*background-position: -332px -248px;*/
  background-size: 790px 790px;
}
.activities-cont ul.facilitys li:before{
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top:1px;
  left: -2px; 
}

.activities-cont .transportation:before {background-position: -14px -504px !important;}
.activities-cont .ticket:before {background-position: -46px -502px!important;}
.activities-cont .tour_guide:before {background-position: -75px -502px!important;}
.activities-cont .concierge:before {background-position: -102px -502px !important;}
.activities-cont .meal:before {background-position: -211px -502px !important;}
.activities-cont .cross:before {background-position: -130px -506px !important;}
.activities-cont .accommodation:before {background-position: -158px -507px !important;}
.activities-cont .tick:before {background-position: -187px -506px !important;}
.activities-cont .duration:before {background-position: -245px -505px !important;}
.activities-cont .pax:before {background-position: -271px -503px !important;}

.location-detail a {
    color: #41301d !important;
    text-decoration: underline;
}
.hglt-block ul li {
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #382713;
    background: transparent;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #382713 !important;
    font-weight: 400;
    font-size: 14px;
}

.hglt-block ul li a {
    color: #382713;
}

.hglt-block ul li:last-child {
    margin-right: 0;
}
.block-btn a.btn.btn-rvrse {
    background: #ffe600 !important;
    padding: 8px 30px !important;
    font-size: 16px !important;
}

.block-btn a.btn.btn-rvrse:hover, .block-btn a.btn.btn-rvrse:focus {
    background: transparent !important;
}

.activities-cont .ihglt-block ul, .additnl-cont ul, .tc-cont ul {
  padding-left: 20px;
  list-style-type: disc;
}
.activities-cont .ihglt-block ul li, .additnl-cont ul li, .tc-cont ul li {
  display: list-item;
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 17px;
  font-weight: 300;
  padding: 0;
  border: 0;
  margin-right: 0;
}
.activities-cont .ihglt-block {
  margin-bottom: 25px;
}

a.btn.btn-vall {
    border: 2px solid #382713;
    font-size: 22px;
    color: #382713;
    border-radius: 0;
    min-width: 400px;
    padding: 8px 8px;
}

a.btn.btn-vall:hover, a.btn.btn-vall:focus {
    background: #382713;
    color: #ffffff;
}
.mtl {
    margin-top: 30px;
}
.mbl {
    margin-bottom: 30px;
}


.article-header h2 {
    font-size: 52px;
    font-family: 'big shoulders display',cursive;
    font-weight: 400;
    color: #271201 !important;
}
.metas span {
    font-size: 20px;
    margin-right: 20px;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 15px;
    border-right: 2px solid #68594d;
    color: #2c1607;
    font-weight: 300 !important;
}
.metas {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 14px 10px;
    margin: 20px 0;
    padding-right: 0;
}
.metas span:last-child {
    border-right: 0;
    margin-right: 0;
}
.metas span a {
    color: #2c1607;
}
.single-narrative .metas span {
    /*width: 48%;*/
}
.related-articles{
  margin-top: 50px;
}
.related-articles h2 {
    font-size: 41px !important;
    font-family: 'big shoulders display',cursive;
    font-weight: 500 !important;
    color: #271201 !important;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 40px !important;
}

.related-articles .related-boxes .owl-item {
    padding: 0 20px;
    border-right: 1px solid #feee4d;
}

/*.related-articles .related-boxes .owl-stage-outer {
    overflow: visible;
}*/

.related-articles .related-boxes .owl-item .related-item figure figcaption h4 i {
    color: #ffe701;
    margin-right: 10px;
}

.related-articles .related-boxes .owl-item .related-item figure figcaption {
    text-align: center;
}

.related-articles .related-boxes .owl-item .related-item figure figcaption h4 a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #382713;
    font-weight: 400;
}
.related-articles .related-boxes .owl-item .related-item figure figcaption h2 {
    border: 0;
    text-transform: none;
    padding: 12px 0;
    margin-bottom: 20px !important;
    font-size: 34px !important;
    min-height: 98px;
}
.page-template-things-to-do-article-template .custom-page-content, .single-narrative .custom-page-content {
    overflow: hidden;
}
.related-articles .related-boxes .owl-item .related-item figure figcaption h2 a {
    color: #271201!important;
}


.related-boxes .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 45px;
    height: 45px;
    background: #412d12 !important;
    border-radius: 50%;
}

.related-boxes .owl-nav button.owl-next {
    right: 2%;
}

.related-boxes .owl-nav button.owl-prev {
    left: 2%;
}

.related-boxes .owl-nav button.owl-prev span:before {
    width: 29px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/sprite5.png) no-repeat;
    background-position: -386px -196px;
}

.related-boxes .owl-nav button.owl-next span::before {
    width: 29px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(https://www.flyrb.cn/wp-content/themes/royal-brunei/images/sprite5.png) no-repeat;
    background-position: -422px -196px;
}


.page-template-discover-brunei-template .select2-container--open .select2-dropdown--below {
    top: -56px !important;
    z-index: 99999 !important;
}
.stopover-brni .caleran-popup {
    margin-left: -92px !important;
}
.stopover-brni .fix_spc .form-group.checkbox-label:first-child {
    padding-left: 0;
}
.stopover-brni .fix_spc .form-group.checkbox-label {
    padding-left: 20px;
}
.stopover-brni .form-group label.error {
    color: #ffffff !important;
    position: absolute;
    top: 45px;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: normal !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
    border: .5px solid hsla(0,0%,59%,0);
    padding: 11px 15px !important;
    z-index: 999;
    width: 100%;
    left: 0;
}
.stopover-brni .form-group label.error:before {
    content: '';
    border-bottom-color: rgba(0, 0, 0, 0.85);
    left: 20px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    margin-left: -10px;
    z-index: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.85);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
}

.page-template-things-to-do-article-template .custom-page-content h2 {
    font-family: big shoulders display,cursive !important;
    font-size: 52px;
    font-weight: 400 !important;
    color: #2e1808 !important;
}
.page-template-things-to-do-article-template .custom-page-content h3 {
    font-family: big shoulders display,cursive !important;
    font-size: 34px;
    font-weight: 600 !important;
}
.page-template-things-to-do-article-template .custom-page-content h2 a {
    font-family: big shoulders display,cursive !important;
    font-size: 36px;
    font-weight: 400 !important;
}


@media only screen and (min-width: 1920px) {
  .discover-slider.innerPage, .discover-slider.innerPage .slick-slide {
      height: 582px;
  }
  .related-boxes .owl-nav button.owl-prev {
	    left: 5% !important;
	}

	.related-boxes .owl-nav button.owl-next {
		right: 5% !important;
	}

	.related-articles .related-boxes .owl-item {
	    padding: 0 50px;
	    border-right: 1px solid #feee4d;
	}
	/*.related-boxes .owl-nav button {
	    top: 18%;
	}*/
	/*.related-articles .related-boxes .owl-item .item {
	    width: 390px;
	}*/
}

@media only screen and (max-width: 1920px) and (min-width: 1685px) {
  .discover-slider.innerPage, .discover-slider.innerPage .slick-slide {
      height: 582px;
  }

}

@media only screen and (max-width: 767px) {
	.discover-slider.innerPage .slick-slide, .discover-slider.innerPage {height: 230px;}
  .discover-slider.innerPage .youtube.slick-slide iframe {left: 0!important;}
	.discover-slider.innerPage h1 {font-size: 42px;margin-bottom: 10px;}
	.discover-slider.innerPage .caption {font-size: 16px;}
	.discover-slider.innerPage button {margin-top: 10px;font-size: 17px;}
	.desc-block p {font-size: 17px;}
	.exp-boxes .item figure figcaption h2 {font-size: 35px;}
	.exp-boxes .item figure figcaption h4, .exp-boxes .item figure figcaption p {font-size: 15px;}
	.exp-boxes .item figure figcaption span.btn {font-size: 16px;}
	.colb-brnitr p {font-size: 17px;}
	.colb-brnitr img {height: 60px;}
	.exp-desc-block {margin-bottom: 30px;}
	.colb-brnitr {margin-top: 30px;}
	.exp-boxes.owl-carousel .owl-prev span::before, .exp-boxes.owl-carousel .owl-next span::before {display:inline-block !important;margin-top: -35px !important;}
	.exp-boxes.owl-carousel .owl-prev {left: 15px!important;}
	.exp-boxes.owl-carousel .owl-next {right: 45px!important;}
	.exp-boxes.owl-carousel .owl-prev span::before, .exp-boxes.owl-carousel .owl-next span::before {
	    background-color: #271201;
	    border-radius: 50%;
	    width: 30px;
	    color: #ffffff;
	    font-size: 14px;
	}

	.location-cont {position: relative;right: 0;bottom: 35px;font-size: 13px;text-align: center;width: 100%;}
	.discover-slider.innerPage .text-wrap {margin-top: calc(-130px/2);}
	.discover-slider.innerPage.dbip .text-wrap {margin-top: calc(-87px/2);}
	.inner-gapping {margin-top: 15px;margin-bottom: 15px;}
	.exp-desc-block h3.b-head {font-size: 40px;}
	.olp-text-container {position: static;margin-left: 0 !important;margin-right: 0 !important;margin-top: 0;width: 100%;padding: 0 15px;float: left;}
	.olp-text-container .inner-contr {width: 100%;}
	.mth {margin-top: 30px;}
	.video-plc-holder {margin-bottom: 30px;}
	.vdo-cont {height: 245px;}
	.text-cont {margin-top: calc(-82px/2);}
	.text-cont .play-block {width: 40px;height: 40px;}
	.text-cont p {font-size: 17px;}
	.exp-desc-block p {font-size: 17px;}
	.explore-box{padding: 10px 15px;}
	.explore-box:before, .explore-box:after {display: table;content: " ";}
	.explore-box:after {clear: both;}


	.exp-boxess figure figcaption h2 {font-size: 35px;}
	.exp-boxess figure figcaption h4 {font-size: 15px;}
	.exp-boxess figure figcaption p {font-size: 16px;max-height: 62px;}
	.exp-boxess figure figcaption {min-height: auto;}

  .imgg-right .side-text-container {order: 2;-webkit-order: 2;}
  .imgg-right.col-blk > div:first-child {order: 1;-webkit-order: 1;}
  .imgg-right {display: flex;flex-flow: column;}
  .col-blk > div {display: flex;vertical-align: middle;float: none;margin-bottom: 30px;}
  .col-blk {margin-bottom: 20px;}
	.inner-contr h2 {font-size: 36px;  }
  .inner-contr p {font-size: 18px;}
  .olp-text-container .inner-contr p { margin-bottom: 0;}
  .btm-gap {margin-bottom: 30px;}

  .app-cont a div {height: 40px;width: 120px;background-size: 900px 900px;}
  .app-cont a .appstore_img {background-position: -19px -342px;}
  .app-cont a .playstore_img {background-position: -163px -342px;}
  .app-cont {margin-top: 30px;}
}

/*===== Discover Brunei CSS End ======*/




.d-flex {
  display: flex;
}
.align-items-fend {
  align-items: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.price-wrap h3 span {
  font-size: 13px;
  display: block;
  text-align: right;
}
.price-wrap h3 {
  margin-top: 0;
  color: #382713 !important;
  font-size: 25px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.nrevamp.hotl-sec .exp-sec .box-wrap h5 div:first-child {
  margin-bottom: 10px;
}
.nrevamp.hotl-sec .exp-sec.activities-cont .box-wrap h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.nrevamp .exp-sec.activities-cont .box-wrap p {
  margin-bottom: 16px;
  font-size: 17px;
}
.nrevamp.hotl-sec .exp-sec .box-wrap h5 div:first-child {
  margin-bottom: 10px;
}
.nrevamp.hotl-sec .exp-sec .box-wrap h5 div:last-child {
  margin-bottom: 15px;
}
.nrevamp .exp-sec.activities-cont ul.facilitys {
  direction: ltr;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.nrevamp .exp-sec.activities-cont ul.facilitys li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.nrevamp .exp-sec.activities-cont .box-wrap p a {
  color: #382713!important;
}
.nrevamp .exp-sec.activities-cont ul.facilitys li.crossed {
  text-decoration: line-through;
  opacity: 0.4;
}