body{
    font-family: 'helvethaicaregular55';
    font-size: 24px;
}

.cstSection{
    padding-top:130px;
    padding-bottom: 30px;
    background-image:url(../images/about/bg-about-timeline.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	/* background-size:2600px; */
    background-position:top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.subTitle{
    display: flex;
    margin-bottom: 20px;
}

.subTitle .markList{
    align-items: center;
    flex-basis: 80%;
    font-size: 1.5rem;
    margin-right: auto;
    margin-bottom: 0;
}

.subTitle .markList.center{
    margin-left: auto;
    flex-basis: auto;
    text-align: center;
}

.subTitle .markList i{
    font-size: 1.1rem;
    margin-right:5px;
}

.bookButton{
    margin-left: auto;
    /* flex-basis: 20%; */
    display:inline-block; 
    background:url(../images/shared/btn-book.jpg) no-repeat center center; 
    width:143px; 
    height:34px; 
    text-indent:-9999px; 
}
.bookButton:hover{
    background-image: url(../images/shared/btn-book-hover.jpg);
}

.normalContent { 
    color:#fff; 
    padding-top: 50px !important;
    text-align: left;
}

.normalContent h1,
.normalContent h2,
.normalContent h3,
.normalContent h4{
    margin:0 0 15px;
}

.normalContent h1.mgbtHalf,
.normalContent h2.mgbtHalf,
.normalContent h3.mgbtHalf,
.normalContent h4.mgbtHalf{
    margin:0 0 7px;
}

.normalContent h3.subTitle{
    text-transform: uppercase;
    color: #eccf88;
    position: relative;
    padding-left: 18px ;
    display: inline-block;
}

.normalContent h3.subTitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #eccf88;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.normalContent ul{
    margin-top: 15px;
    margin-bottom: 15px;
}

.normalContent ul.nomgt,
.normalContent ol.nomgt{
    margin-top: 0 !important;
}

.normalContent p,
.normalContent ul{
    line-height: 1.1;
}
.normalContent h2 {
    color: #cda349; 
    font-family: 'CopperplateGothic-Bold';
    font-size: 40px; 
    line-height: 1.2;
    color: #eccf88;
    margin: 0;
    font-weight: 500; 
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.normalContent .subTitle { 
     font-family: 'helvethaicaregular55'; 
     font-size: 26px; 
     line-height: 24px;
}

.normalContent p { 
    margin:0 0 15px;
}

.rowWrapper{
    padding:30px 0;
}

.rowWrapper .row{
    display: flex;
    /* margin-bottom: 30px; */
}

.rowWrapper .row .thumbnail a{
    display: block;
    /* background-color: #fff; */
}

.rowWrapper .row .thumbnail{
    align-items: stretch;
    flex-basis: 38%;
}
.rowWrapper .row .thumbnail img{
    transition: 0.3s;
    /* display: block; */
}

.rowWrapper .row .thumbnail img:hover{
    opacity: 0.8;
}

.rowWrapper .row .description{
    align-items: stretch;
    flex-basis: 60%;
    margin-left:2%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.rowWrapper .row .description p{
    font-size: 1.3rem;
    /* line-height: 1.5; */
}

.rowWrapper .row .description h3{
    margin:0;
    font-size: 32px;
    line-height: 1;
    color:#eccf88;
    margin-top: -5px;
}

.rowWrapper .row .description h3 a{
    color:#eccf88;
    text-decoration: none;
}

.rowWrapper .row .description h3:hover,
.rowWrapper .row .description h3 a:hover{
    color:#cda349;
}

.rowWrapper .row .description a.button{
    background: #cda349;
    border: 1px solid #cda349;
    font-size: 22px;
    color: #000;
    padding: 4px 16px;
    text-decoration: none;
    align-self: flex-end;
    margin-top: auto; 
    margin-left: auto; 
    margin-bottom: 5px;
    transition: 0.3s;
}

.rowWrapper .row .description a.button:hover{
    background: #edd08a; 
    border: 1px solid #edd08a;   
    color: #000;
}
/*Marklist*/
ul.markList{
    list-style: none !important;
    margin:0 0 12px;
    padding:0;
    display: flex;
    font-size: 1.1rem;
    /* justify-content: space-between; */
}

ul.markList li{
    padding-right:20px;
}

ul.markList li:last-child{
    padding-right: 0;
}

ul.markList li > i {
    margin-right: 3px;
    font-size: 0.9rem;
}

/*Facility Page*/
.carousel img{
    transition: 0.3s;
}
.carousel img:hover{
    opacity: 0.9;
}

/*Tour Page*/
.singleSlide{
    overflow: hidden;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.singleSlide .slides{
    list-style: none;
    margin:0;
    padding:0;
}

.singleSlide .flex-direction-nav a{
    height: 49px;
    margin: 0;
}

.singleSlide .flex-direction-nav{
    /* display: none; */
    list-style: none !important;
    margin: 0;
}
.introBox{
    /* background: rgba(255,255,255,0.25); */
    display: flex;
    padding: 30px 0 10px;
    /* margin-bottom: 20px; */
}

.introBox .contentLeft{
    align-items: stretch;
    flex-basis: 64%;
    text-align: left;
}

.introBox .contentLeft ul.markList{
    font-size: 22px;
} 

/* .introBox .contentLeft .description{
    font-size: 1.2rem;
} */

.introBox .contentLeft .description p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.introBox .contentRight{
    align-items: stretch;
    flex-basis: 34%;
    margin-left: 2%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.priceBox{
    color: #fff;
    background: #cca349;
    text-align: center;
}

.priceBox .headingBox{
    background:#bb8d29;
    font-weight: bold;
    padding: 5px 0;
    font-size: 26px;
}

.priceBox .priceWrapper{
    display: flex;
    line-height:0.9;
}

.priceBox .priceWrapper .priceShowing{
    align-items: stretch;
    flex-basis: 50%;
    margin:10px 0;
}

.priceBox .priceWrapper .priceShowing:first-child{
    position: relative;
}

.priceBox .priceWrapper .priceShowing:first-child:after{
    position: absolute;
    width:2px;
    top:0;
    right:-1px;
    height:100%;
    background: #fff;
    content: "";
}

.priceBox .priceWrapper .priceShowing span{
    display: block;
}

.priceBox .priceWrapper .priceShowing span.typeText span{
    display: inline;
    font-size: 20px;
}

.priceBox .priceWrapper .priceShowing .priceText{
    font-weight: bold;
    font-size: 46px;
}

.priceBox .priceWrapper .priceShowing .unitText{
    font-size: 18px;
}

.tourDetail{
    display: flex;
}

.tourDetail .cols{
    align-items: stretch;
    flex-basis: 50%;
}

.normalContent ul{
    list-style: circle;
}

/* Time Line*/
/* Import */
@font-face {
    font-family: 'Chivo';
    font-style: italic;
    font-weight: 300;
    src: local('Chivo Light Italic'), local('Chivo-LightItalic'), url(https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteUp9gK_uQQ.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: italic;
    font-weight: 400;
    src: local('Chivo Italic'), local('Chivo-Italic'), url(https://fonts.gstatic.com/s/chivo/v11/va9G4kzIxd1KFrBtceFfkA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: italic;
    font-weight: 700;
    src: local('Chivo Bold Italic'), local('Chivo-BoldItalic'), url(https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteVp6gK_uQQ.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: italic;
    font-weight: 900;
    src: local('Chivo Black Italic'), local('Chivo-BlackItalic'), url(https://fonts.gstatic.com/s/chivo/v11/va9D4kzIxd1KFrBteWJ4gK_uQQ.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 300;
    src: local('Chivo Light'), local('Chivo-Light'), url(https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjDY_Z4sKg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 400;
    src: local('Chivo Regular'), local('Chivo-Regular'), url(https://fonts.gstatic.com/s/chivo/v11/va9I4kzIxd1KFrBoQeY.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 700;
    src: local('Chivo Bold'), local('Chivo-Bold'), url(https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjTZPZ4sKg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 900;
    src: local('Chivo Black'), local('Chivo-Black'), url(https://fonts.gstatic.com/s/chivo/v11/va9F4kzIxd1KFrjrZvZ4sKg.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 100;
    src: local('Saira Thin'), local('Saira-Thin'), url(https://fonts.gstatic.com/s/saira/v4/mem-Ya2wxmKQyNFEfZE1Ug.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 200;
    src: local('Saira ExtraLight'), local('Saira-ExtraLight'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHobIYScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 300;
    src: local('Saira Light'), local('Saira-Light'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGMb4YScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: local('Saira Regular'), local('Saira-Regular'), url(https://fonts.gstatic.com/s/saira/v4/memwYa2wxmKQyNknTZY.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500;
    src: local('Saira Medium'), local('Saira-Medium'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNHUboYScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    src: local('Saira SemiBold'), local('Saira-SemiBold'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNH4aYYScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 700;
    src: local('Saira Bold'), local('Saira-Bold'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGcaIYScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 800;
    src: local('Saira ExtraBold'), local('Saira-ExtraBold'), url(https://fonts.gstatic.com/s/saira/v4/mem9Ya2wxmKQyNGAa4YScr0.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 100;
    src: local('Saira ExtraCondensed Thin'), local('SairaExtraCondensed-Thin'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri3j2_Co.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 200;
    src: local('Saira ExtraCondensed ExtraLight'), local('SairaExtraCondensed-ExtraLight'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nh2wpk.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Saira ExtraCondensed Light'), local('SairaExtraCondensed-Light'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rh2wpk.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Saira ExtraCondensed Regular'), local('SairaExtraCondensed-Regular'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTj6Ejx.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 500;
    src: local('Saira ExtraCondensed Medium'), local('SairaExtraCondensed-Medium'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vh2wpk.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 600;
    src: local('Saira ExtraCondensed SemiBold'), local('SairaExtraCondensed-SemiBold'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zh2wpk.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Saira ExtraCondensed Bold'), local('SairaExtraCondensed-Bold'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23h2wpk.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 800;
    src: local('Saira ExtraCondensed ExtraBold'), local('SairaExtraCondensed-ExtraBold'), url(https://fonts.gstatic.com/s/sairaextracondensed/v5/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27h2wpk.ttf) format('truetype');
  }
  /* Variables */
  #timeline-content {
    text-align: left;
  }
  /* Timeline */
  .timeline {
    border-left: 4px solid #bb8d29;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8); */
    /* font-family: 'Chivo', sans-serif; */
    /* margin: 50px auto; */
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none !important;
    text-align: left;
    font-weight: 100;
    max-width: 80%;
    margin-left:20%;
  }
  .timeline h1 {
    /* font-family: 'Saira', sans-serif; */
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
  }
  .timeline h2,
  .timeline h3 {
    /* font-family: 'Saira', sans-serif; */
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
  }
  .timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .timeline .event:before,
  .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
  }
  .timeline .event:before {
    left: -217.5px;
    /* color: rgba(255, 255, 255, 0.4); */
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    /* font-family: 'Saira', sans-serif; */
  }
  .timeline .event:after {
    box-shadow: 0 0 0 4px #bb8d29;
    left: -57.85px;
    background: #313534;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
  }

  .timeline .event p {
      margin-bottom: 0;
  }
  
/* ==== SUB MENU SECOND ==== */
#todo_sub,
#about_sub{ position: relative;}
#sub_menu {
    width: 150px;
    position: absolute;
    position: 9999px;
    top:0;
    display: none;
}

#sub_menu .h_sub {
    height: 49px;
}

#sub_menu ul {
    margin: 0 0 0 0;
    padding: 0;
    width: 150px;
}

#sub_menu ul li {
    display: block;
    margin: 0;
    font-family: 'Georgia';
    color: #edd089;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    background: #000;
}

#sub_menu ul li a {
    padding: 15px 10px 15px 10px;
}


#sub_menu ul li:hover,
#sub_menu ul li.active {
    background: #eccf88;
    color: #000;
}

#sub_menu ul li a:hover,
#sub_menu ul li.active a {
    color: #000;
}

#sub_menu ul li>div {
    background: #eccf88;
    width: 90%;
    height: 1px;
    margin: auto;
}


#sub_menu2 {
    display:none;
    top:0;
    width: 150px;
    position: absolute;
    position: 9999px;
}

#sub_menu2 .h_sub {
    height: 49px;
}

#sub_menu2 ul {
    margin: 0 0 0 0;
    padding: 0;
    width: 150px;
}

#sub_menu2 ul li {
    display: block;
    margin: 0;
    font-family: 'Georgia';
    color: #edd089;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    background: #000;
}

#sub_menu2 ul li a {
    padding: 15px 10px 15px 10px;
}


#sub_menu2 ul li:hover,
#sub_menu2 ul li.active {
    background: #eccf88;
    color: #000;
}

#sub_menu2 ul li a:hover,
#sub_menu2 ul li.active a {
    color: #000;
}

#sub_menu2 ul li>div {
    background: #eccf88;
    width: 90%;
    height: 1px;
    margin: auto;
}

.markList.underSlider{
    padding: 10px 12px;
}

.descriptionSecond{
    display: none;
}

.contentRight .bookButton,
.priceBox .tourDetail,
.priceBox.underSlider{
    display: none;
}

.priceBox.underSlider
{
    background:rgba(255,255,255, 0.2);
}

.priceBox.underSlider .headingBox
{
    background:rgba(255,255,255, 0.1);
    text-shadow:0px 0px 5px rgb(0, 0, 0);
    padding-top:10px;
    padding-bottom: 10px;
}

.fullPageHeight{
    height: 100vh;
}

#section0{
    position: relative;
}

/*offer & package*/
.package-wrapper{

}

.package-item{
    float: left;
    line-height: 1;
    width: 100%;
    margin-bottom: 30px !important;
    /*background: #222;
    padding: 1%;*/
}

.package-item .package-detail-wrapper{
    float: left;
    width:100%;
    margin-top: 10px;
}

.package-item .package-detail-wrapper .image{
    float: left;
    width: 43%;
    margin-right: 2%;
}

.package-item .package-detail-wrapper .description{
    float: left;
    width: 55%;
}

.package-item .package-detail-wrapper .description h3{
    margin-bottom: 10px !important;
}

.package-item .button-wrapper a.button,
.package-item .button-wrapper input.button{
    float:left;
    width: 49%;
    text-align: center;

    background: #bb8d29 ;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    transition: 0.3s;

    border: none;
    font-family: 'helvethaicaregular55';
    line-height: 1;
    cursor: pointer;
    /* align-self: flex-end;
    margin-top: auto; 
    margin-left: auto; 
    margin-bottom: 5px;
     */
}
.package-item  .button-wrapper a.button:hover,
.package-item .button-wrapper input.button:hover{
    background:#cca349;
}

.package-item  .button-wrapper a.button:first-child{
    margin-right:1%;
    background:#cca349;
}

.package-item  .button-wrapper a.button:first-child
{
    background: #DDD;
    color: #555; 
}

.package-item  .button-wrapper a.button:first-child:hover{
    background: #BBB;
    /* color: #fff;   */
}

.choose-wrapper{
    float: left;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 18px;
    text-align: center;
     /* padding: 10px; 
     background: #222;*/
}

.choose-wrapper select{
    padding: 7px 5px;
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.6;
}

.textbigger{
    font-size: 1.8rem !important;
}

.textprice-special{
    display: inline;
    color:#eccf88;font-size:30px;
}

.textgold{
    color: #cca349 !important;
}

.textIndent{
    text-indent: 30px;
}

.textCenter{
    text-align:center;
}

#dateci{
    width: 110px !important;
    background:#fff url(../images/calendar.png) no-repeat 95% 4px;
    margin-right: 15px !important;
}

.ttogether.button-wrapper{
    padding-left: 20%;
}

.ttogether.button-wrapper input[type=submit]{
    margin-left: 10px;
}

.ui-widget{
    font-size: 0.6em !important;
}

/*=============================*/

.room-type-3cols{
    overflow: hidden;
    margin-bottom: 30px;
}

.room-type-3cols h4{
    margin-bottom: 0 !important;
    line-height: 1;
}

.room-type-3cols .room-type-item{
    float: left;
    /* width: 32%;*/
    margin-right: 2%; 
    text-align: center;
    font-size: 30px;
    line-height: 1;

    width: 30%;
    background: #222;
    padding: 1%;
}

.room-type-3cols.ct2cols .room-type-item{
    width: 38%;
}

.room-type-3cols.ct2cols.subpackage .room-type-item{
    width: 47%;
}

/*SubPackage*/
.room-type-3cols.ct2cols.subpackage h4{
    font-size: 36px;
    letter-spacing: 1px;
}
.subpackage-listing{
    margin-top: 10px;
}
.subpackage-item{
    overflow: hidden;
    color: #ffffff;
    background: #333333;
    margin-bottom: 6px;
}

.subpackage-item .title{
    float: left;
    width: 34%;
    border-right: 5px solid #222222;
    font-size: 26px;
    line-height: 40px;
    padding:10px 0;
}

.subpackage-item .detail{
    float: right;
    width: 64%;
}

.subpackage-item .detail .price{
    font-family: 'helvethaicaregular55';
    font-size: 52px;
    float: left;
    width: 50%;
    padding:10px 0;
    line-height: 40px;
    margin-left: 10%;
}

.subpackage-item .detail .unit{
    float: right;
    width: 38%;
    font-size: 20px;
    line-height: 26px;
    padding-top: 23px;
    text-align: center;
}

.room-type-3cols .room-type-item:last-child{
    margin-right: 0;
}

.room-type-3cols .room-type-item p.price{
    font-size: 2.2em;
    line-height: 0.8;
    display: block;
    margin-bottom: 0 !important;
}

.room-type-3cols .room-type-item span.unit{
    font-size: 0.8em;
    display: block;
    margin: 5px 0;
}

.room-type-3cols .room-type-item .button-wrapper{
    overflow: hidden;
}

.room-type-3cols .room-type-item .button-wrapper a.button{
    float:left;
    width: 49%;
    text-align: center;

    background: #bb8d29 ;
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    transition: 0.3s;
    /* align-self: flex-end;
    margin-top: auto; 
    margin-left: auto; 
    margin-bottom: 5px;
     */
}

.room-type-3cols .room-type-item .button-wrapper a.button:hover{
    background:#cca349;
}

.room-type-3cols .room-type-item .button-wrapper a.button:first-child{
    margin-right:1%;
    background:#cca349;
}

.room-type-3cols .room-type-item .button-wrapper a.button:first-child
{
    background: #DDD;
    color: #555; 
}

.room-type-3cols .room-type-item .button-wrapper a.button:last-child{
    float: right;
}
.room-type-3cols .room-type-item .button-wrapper a.button:first-child:hover{
    background: #BBB;
    /* color: #fff;   */
}

a{ color: #fff; text-decoration: none;}

#section5_2 #footer ul{
    padding-bottom: 25px;
}

#section5_2.fp-auto-height #footer ul{
    padding-bottom: 55px;
}

#footer ul li.list-icon
{
    margin:35px 30px !important;
}

#footer ul li.list-text ul.pagelisting{
    text-align: left;
    margin-left: 20px;
}
#footer ul li.list-text ul.pagelisting a {
    text-transform:none !important;
}

#footer .text-footer{
    line-height: 24px;
}

#footer .text-footer a:hover{
    color:#edd089;
}

a.singlebutton{
    display: inline-block;
    text-align: center;
    background: #bb8d29 ;
    font-size: 22px;
    color: #000;
    padding: 10px 28px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.3s;
}

a.singlebutton:hover{
    background:#cca349;
}
.tb-wrap{
    margin: 20px 0;
}
.tb-wrap table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    /*min-width: 1170px;*/
    table-layout: fixed;
    position: relative; 
    border-top: 2px solid #666;
    /*border-left: 2px dotted  #ddd;*/
}
    .tb-wrap table tr {
      border-bottom: 2px solid #666;
      padding: .35em; }
    .tb-wrap table th,
    .tb-wrap table td {
      padding: .625em;
      text-align: center;
      border-right: 2px dotted #666; }
    .tb-wrap table.extra3cols th {
        padding:26px 0;
        font-size: 26px; 
        background: #444;;
    }
    .tb-wrap table.extra3cols tr th:nth-child(1){
        border-left:2px dotted #666;
        width: 23%; }
    .tb-wrap table.extra3cols tr th:nth-child(2),
    .tb-wrap table.extra3cols tr th:nth-child(3)
    {
        width: 17%; }
    .tb-wrap table.extra3cols tr th:nth-child(4),
    .tb-wrap table.extra3cols tr th:nth-child(5) {
      width: 21%; }
      .tb-wrap table.extra3cols tr.bookrow{
          border: none;
      }

      .tb-wrap table.extra3cols tr.bookrow td{
        border-bottom: 2px solid #666;
      }
      .tb-wrap table.extra3cols tr.bookrow td:nth-child(1){
          border-left:none;
          border-bottom:none;
      }
      .tb-wrap table.extra3cols tr td:nth-child(1){
        border-left:2px dotted #666;
    }
    .tb-wrap table.extra3cols tr span{
        display: block;
        font-size: 18px;
        line-height: 1;
        margin-bottom: -5px;
        color:#9D9D9D;
    }
    .tb-wrap table.extra3cols tr span.price{
        font-size: 40px;
        line-height: 0.8;
        margin-bottom: 0;
        color: #fff;
    }
    .tb-wrap table.extra4cols th {
      width: 90px; }
    .tb-wrap table.extra4cols thead tr:nth-child(2) th {
      font-size: 80%; }
    .tb-wrap table a.button {
      margin-bottom: 0;
      min-width: unset;
      padding-left: 1rem !important;
      padding-right: 1rem !important; }


@media only screen and (min-width:834px) and (max-width: 980px)
{
    .room-type-3cols.ct2cols.subpackage .room-type-item{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 30px;
    }
    .room-type-3cols.ct2cols.subpackage .room-type-item:last-child{
        margin-bottom: 0;
    }
}

/*iPad Mini = Under iPad Pro [10.5inc]*/
@media only screen and (max-width: 833px) 
{
    .room-type-3cols.ct2cols.subpackage .room-type-item{
        width: 96%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 2%;
    }

    .room-type-3cols.ct2cols.subpackage .room-type-item:last-child{
        margin-bottom: 0;
    }

    ul.markList{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

    ul.markList li
    {
        width: 50%;
        padding-right: 0;
    }

    .subTitle{
        align-items: center;
    }

    ul.markList.underSlider{
        padding-top: 0;
        padding-left: 10px;
        padding-bottom: 0;
        margin-bottom:0;
    }

    ul.markList.underSlider.NoPriceBox{
        margin-bottom: 20px;
        margin-top: 5px;
    }
    
    ul.markList.underSlider li,
    ul.markList.underSlider.NoPriceBox.MobileFull li
    {
        width: 100% !important;
    }

    ul.markList.underSlider.NoPriceBox li{
        width: 50% !important;
    }
    

}
@media only screen and (min-width: 768px) and (max-width: 833px){

}

@media only screen and (min-width: 768px){
    .markList.underSlider{
        display: none;
    }
}
/*iPhone = Under iPad*/
@media only screen and (max-width: 767px) {
    /*Sub Package*/
    .room-type-3cols.ct2cols.subpackage h4{
        font-size: 30px;
    }

    .subpackage-item .title{
        font-size: 24px;
        line-height: 30px;
        padding:5px 0;
    }

    .subpackage-item .detail .price{
        font-size: 36px;
        line-height: 30px;
        width: 45%;
        margin-left:10%;
        padding:5px 0;
    }

    .subpackage-item .detail .unit{
        width: 43%;
        font-size: 16px;
        padding-top: 11px;
    }

    .room-type-3cols .room-type-item,
    .room-type-3cols.ct2cols .room-type-item {
        width: 98%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .normalContent{
        padding-top: 30px !important;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 85%;
    }
    .normalContent h2{
        font-size: 30px;
    }

    .normalContent h1,
    .normalContent h2,
    .normalContent h3,
    .normalContent h4{
        margin:0 0 10px;
    }
    
    .normalContent ul{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }    

    .rowWrapper .row{
        display: block;
        margin-bottom: 15px;
    }

    .rowWrapper .row:last-child{
        margin-bottom: 0;
    }

    .rowWrapper .row .description{
        margin-left: 0;
        padding:8px 15px 0;
    }

    .introBox{
        padding-top:15px;
        padding-bottom:15px;
    }

    .subTitle,
    .introBox .contentLeft .description,
    .contentRight .priceBox{
        display: none;
    }

    .contentRight .bookButton,
    .descriptionSecond,
    .priceBox.underSlider{
        display: block;
    }

    .introBox{
        align-items: center;
    }

    .introBox .contentLeft{
        flex-basis: 65%;
    }

    .introBox .contentRight{
        flex-basis: 33%;
    }

    .timeline{
        padding-right: 10px;
        padding-left: 20px;
        max-width: 80%;
        margin-left: 20%;
    }

    .timeline .event ul{
        padding-left: 14px;
    }

    .timeline .event::before {
        left:-89.5px;
        width: 43px;
        min-width: unset;
        text-align: center;
    }

    .timeline .event::after{
        left: -27.85px;
    }

    .tourDetail{
        display: unset;
    }

    ul.markList li
    {
        width: 100%;
    }

}

/*Under iPhone*/
@media only screen and (max-width: 374px) {

    ul.markList li
    {
        width: 100%;
    }
} 