@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400|Roboto:300,400&display=swap');

body, html {
    height: 100%;
    margin: 0;
    font-family:  'Roboto', 'sans-serif', 'Noto Sans TC';
    color: #757575;
    box-sizing: border-box;
    font-weight: 300;
    /* overflow: hidden; */
  }

h3 {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.5rem;
}


/* new navbar */
.fixed-top {
  background-color: #000000;
  opacity: 0.5;
}
.navbar .container {
  max-width: 1440px !important;
}
.navbar-brand img{
  width: 130%;
  max-width: 200px;
}
.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em!important;
	font-size: 1.125rem;
  letter-spacing: 1px;
  color: #fff;
}
nav{
  -webkit-transition: padding-top .3s,padding-bottom .3s;
  -moz-transition: padding-top .3s,padding-bottom .3s;
  transition: padding-top .3s,padding-bottom .3s;
  border: none;
}
.shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.navbar-dark .navbar-toggler {
  border: 0;
}



@media only screen and (max-width: 1200px) {
  .center-x {
    text-align: center;
  }
  .navbar-brand {
    margin: 0 auto;
  }

}

/* Full screen banner */
.banner-heading {
  background: #ffffff;
  border-radius: 8px;
  opacity: .85;
  color: #857052;
}
.heading {
  letter-spacing: 0.2rem;
  font-size: 3rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.sub_heading {
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  margin-bottom: 5rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
 
}
.sub_heading p {
  margin-bottom: 0;
  margin-top: -2.5rem;
}

.sub_heading::before, .sub_heading::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 3px;
  background: #857052;
}

.sub_heading::before {
  top: 0;
  left: -15px;
}
.sub_heading::after {
  bottom:0;
  right: -15px;
}

.bg .row.h-100 {
  height: 100vh !important;
}

/* to down arrow */
#full-img a.down_btn {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 1.25rem/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 5rem;
}

#full-img a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.75rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#full-img a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#full-img a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 576px) {
  .heading {
    font-size: 2rem;
   
  }
  .sub_heading {
    font-size: 1.7rem;
    margin-bottom: 4rem;
    padding-top: 5rem;
  }
}



/* Banner detail btn */
a.detail_btn {
  background: #857052 !important;
  border: 0;
  transition: 0.6s;
}

a.detail_btn:hover {
  background: #ffffff !important;
  color: #857052;
  border: 1px solid #857052;
}
.banner_btn {
  margin-top: 1rem;
}
@media only screen and (min-width: 1367px) {

  .bg .col-md-8.mx-auto{
    margin-top: 6.5rem;
  }

}

/* hr-section */
#hr_section div {
  background: #677576;
  width: 100%;
  margin-top: 8px;
}
#hr_section .hr_01{
  height: 10px;
}
#hr_section .hr_02{
  height: 2px;
}




/* Chapter Block */
.chapter {
  margin-top: 1.75rem;
}
.ch_block {
  width: 100%;
  height: 168px;
  /* background: #475253; */
}

/* default chapter image */
.block .col-10 {
  /* background-size: cover; */
  width: 100%;
  height: 168px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}



.chapter_order {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 200;
  font-style: italic;
}
/* section title setting */
.title_section {
  margin: 4.5rem auto;
}
.title {
  font-size: 2.25rem;
  color: #857052;
  margin-top: 4rem;
}

.title_section .title::before,
.title_section .title::after{
  content: "";
  display: inline-block;
  width: 160px;
  height: 2px;
  background: #857052;
  margin: 0 2rem 0.75rem 2rem;
}

/* default banner full-img */
#full-img{
  background-image: url("../images/banner.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: table;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bg {
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Cards */
.card {
  color: #4A4A4A;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.card .inner {
  height: 14.45rem;
  overflow: hidden;
}

.card .inner img {
  transition: all .2s ease-in-out;
}
.card h5.card-title {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.card-sub-title {
  font-size: 1rem;
}
.card span.discount_tag {
  display: block;
  background: #CA5352;
  padding: 0.2rem 0.5rem 0.2rem 1.2rem;
  color: #ffffff;
  right: 0;
  top: 1rem;
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}
span.price {
  font-weight: 400;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.card .more_btn {
  display: block;
  background-color: #ffffff;
  border-color: #4A4A4A;
  color: #4A4A4A;
  -webkit-transition: ease-in .4s; /* For Safari 3.1 to 6.0 */
  transition: ease .4s;
}
.card .more_btn:hover {
  background-color: #4A4A4A;
  border-color: #ffffff;
  color: #ffffff;
}

.card .inner img:hover {
  transform: scale(1.5);
  cursor: pointer;
  opacity: .7;
}
/* img cover style */
.card-img-top {
  object-fit: cover;
    width: 100%;
    height: 100%;
}






@media only screen and (max-width: 1220px) {
/* full-img adjust */
#full-img {
  background-position: 30% 50%;
}
}

@media only screen and (max-width: 1000px){
  /* block title */
  .title_section .title::before, 
  .title_section .title::after {
    width: 6rem;
  }
}
@media only screen and (max-width: 767px) and (min-width:592px) {
  /* block title */
  .title_section .title::before, 
  .title_section .title::after {
    margin: 0 1rem 0.75rem 1rem;
    width: 4rem;
  }
}
@media only screen and (max-width: 591px) {
  /* block title */
  .title_section .title::before, 
  .title_section .title::after {
    margin: 0 1rem 0.75rem 1rem;
    width: 2rem;
  }
  .title {
    font-size: 1.7rem;
  }

}

@media only screen and (max-width: 414px) {
   /* chapter */
   .chapter_order {
     font-size: 2.5rem;
   }
   /* block title */
   .title_section .title::before, 
   .title_section .title::after {
    display: none;
   }

}


  @media only screen and (max-width: 690px) {

    /* banner down btn */
    #full-img a.down_btn {
      padding-top: 1rem;
    }
  }





/* Navbar background */
@media (max-width: 1199px){
  .navbar-collapse {
      background: rgba(0,0,0,.4) !important;
  }
}

/* footer style */
/*travelsite_footer*/
.travelsite_footer{
  color:#fff;
  overflow:hidden;
  background-color:#3c4859;
}
.travelsite_footer a,.travelsite_footer a:hover{
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid #fff;
}
.footer_info{
  padding:0.625rem 3.125%;
  text-align:center;
}
.footer_info ul {
  list-style-type: none;
  padding: 0;
}

.footer_info .links{
  margin:0.8125rem auto;
}
.footer_info .links li,.footer_info .links li+li:before{
  display:inline-block;
  vertical-align:middle;
}
.footer_info .links li+li:before{
  content:"";
  width:3px;height:3px;
  margin:0 5px 4px 1px;
  border-radius:50%;
  background-color:#fff;
}
.footer_info .agency{
  margin:1.75rem auto 1.25rem;
}
.footer_info .agency li>span,.footer_info .agency li>span+span:before{
  display:inline-block;
  vertical-align:middle;
}
.footer_info .agency li{
  margin:0 0 4px;
}
.footer_info .agency li>span+span:before{
  margin:-2px 2px 0;
  content:"";
  width:2px;
  height:16px;
  background-color:#fff;
}
.footer_info .contact dt{
  margin:0 0 0.75rem;
  font-size:1rem;
}
.footer_info .contact dd{
  margin:0 0 0.75rem;
}
.footer_info .contact li{
  margin:0.25rem 0;
}
/*footer_copyright*/
.footer_copyright{
  padding:0.625rem 3.125%;
  text-align:center;
  background-color:#5b6770;
  color: #ffffff;
}
.footer_copyright ul {
  list-style: none;
  padding-right: 31px;
  padding-top: 0.65rem;
}

.footer_copyright li{margin:0.3125rem 0;}
.footer_copyright li:last-child{display:none;}
@media screen and (min-width:768px){
  /*footer_info*/
  .footer_info{
    padding:1.25rem 2.60417%;
    text-align:left;
  }
  .footer_info:after{
    content:"";
    clear:both;
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
  }
  .footer_info .info{
    float:left;
  }
  .links{
    margin:0 auto 0.8125rem;
  }
  .footer_info .agency{
    margin-bottom:0;
  }
  .footer_info .agency li>span+span:before{
    margin:-2px 5px 0;
  }
  .footer_info .contact{
    float:right;
  }
  .footer_info .contact dd{
    margin:0;
  }
  /*footer_copyright*/
  .footer_copyright{
    padding:0.625rem 2.60417%;
  }
  .footer_copyright li{
    margin:0;
    display:inline-block;
    vertical-align:middle;
  }
}
@media screen and (min-width:1024px){
  /*footer_info*/
  .footer_info{
    margin:0 auto;
    padding:2.25rem 0;
    max-width:960px;
  }
  .footer_info .links{
    margin:0 auto 2.75rem;
  }
  .footer_info .agency{
    margin:1.25rem 0;
  }
  .footer_info .agency li{
    margin:0.625rem 0;
  }
  .footer_info .agency li>span+span:before{
    margin:-5px 5px 0;
    height:20px;
  }
  .footer_info .contact dt{
    margin:0 0 1rem;
    font-size:1.125rem;
  }
  .footer_info .contact li{
    margin:0.75rem 0;
  }
  /*footer_copyright*/
  .footer_copyright{
    font-size:0.875rem;
    line-height:1.6;
  }
  .footer_copyright li:last-child{
    display:inline-block;
  }
}

@media screen and (max-width: 767px){
  .footer_info, .footer_copyright {
    font-size: 14px;
  }
  .footer_info .info .links ul {
    width: 285px;
    margin: 0 auto;
  }
  .footer_items {
      margin-top: 1rem;
  }
}
