/** page-title **/

.page-title{
  position: relative;
  padding: 144px 0px 127px 0px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.page-title .content-box{
  position: relative;
  display: block;
}

.page-title .content-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 500;
}

.page-title .content-box .shape-1{
  position: absolute;
  left: -50px;
  top: -80px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.page-title .content-box .shape-2{
  position: absolute;
  left: 140px;
  top: -130px;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.page-title .content-box .shape-3{
  position: absolute;
  left: 140px;
  top: 70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.page-title .schedule {
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  transform: translateY(-50%) rotate(-90deg);
}

.page-title .place-box{
  position: absolute;
  top: 8px;
  right: -160px;
  width: 300px;
  height: 430px;
  border-radius: 50%;
  background-color: #52547c;
  z-index: 2;
  text-align: center;
}

.page-title .place-box .text{
  position: relative;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 125px;
}

.page-title .place-box .text i{
  position: absolute;
  left: 20px;
  top: 135px;
  font-size: 35px;
  line-height: 35px;
}

.page-title .place-box .text p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8081a6;
}

.page-title .place-box .text h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.page-title .content-box a:hover{
  text-decoration: underline;
}

.page-title.book-table{
  padding-bottom: 427px;
}