@font-face {
  font-family: 'TrajanPro3-Regular';
  src: url('../font-face/TrajanPro3-Regular/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'), url('../font-face/TrajanPro3-Regular/TrajanPro3-Regular.otf') format('opentype'), url('../font-face/TrajanPro3-Regular/TrajanPro3-Regular.woff') format('woff'), url('../font-face/TrajanPro3-Regular/TrajanPro3-Regular.ttf') format('truetype'), url('../font-face/TrajanPro3-Regular/TrajanPro3-Regular.svg#TrajanPro3-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro3-Bold';
  src: url('../font-face/TrajanPro3-Bold/TrajanPro3-Bold.eot?#iefix') format('embedded-opentype'), url('../font-face/TrajanPro3-Bold/TrajanPro3-Bold.otf') format('opentype'), url('../font-face/TrajanPro3-Bold/TrajanPro3-Bold.woff') format('woff'), url('../font-face/TrajanPro3-Bold/TrajanPro3-Bold.ttf') format('truetype'), url('../font-face/TrajanPro3-Bold/TrajanPro3-Bold.svg#TrajanPro3-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*----- reset -----*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img {
  vertical-align: top;
}
/*----- common -----*/
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #000;
  font: normal normal 100% Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-size: .75em;
}
input,
select,
textarea {
  color: #38444f;
  font: normal normal 1em Arial, Helvetica, sans-serif;
}
input {
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:link,
a:visited {
  color: #114285;
}
a:hover {
  color: #94c03d;
}
a:link,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/*wrapper*/
#pt-wrapper {
  height: auto;
  margin: auto 0px;
  min-height: 100%;
  padding: 0px;
}
/*----- Content -----*/
#pt-content-container {
  background-color: #eee;
  min-height: 100%;
  margin: 20px 0;
}
.pt-section {
  background-color: #fff;
  padding: 10px;
}
.mbt {
  margin-bottom: 20px;
}
.p10 {
  padding: 10px;
}
.bg1 {
  background-color: #428bca;
}
.bg2 {
  background-color: #5cb85c;
}
.bg3 {
  background-color: #5bc0de;
}
.bg4 {
  background-color: #f0ad4e;
}
.bg5 {
  background-color: #d9534f;
}
/*----- Footer -----*/
#pt-footer-container {
  color: #fff;
  height: auto;
  background-color: #339900;
}
/*Media Query*/
@media (max-width: 850px) {
  .pt-left-content,
  .pt-main-content {
    margin-bottom: 20px;
  }
}
#pt-taskbar {
  height: 34px;
  background-color: #fcf7ec;
  border-bottom: 1px solid #efeae0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#pt-taskbar .pt-phone {
  margin: 8px 0px 0px 56px;
  float: left;
}
#pt-taskbar .pt-phone span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
#pt-taskbar .pt-follow {
  overflow: hidden;
  float: right;
  margin-top: 8px;
}
#pt-taskbar .pt-follow li {
  text-transform: uppercase;
  float: left;
  margin-left: 7px;
}
#pt-taskbar .pt-follow li span {
  font-size: 12px;
  display: block;
  margin-top: 1px;
}
@media screen and (max-width: 460px) {
  #pt-taskbar .pt-follow li span {
    display: none;
  }
}
#pt-taskbar .pt-follow li a {
  display: block;
}
#pt-taskbar .pt-follow li a i.icon {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  width: 20px;
  height: 20px;
  background: url( '../img/front/sprite.png' ) no-repeat 0 0;
}
#pt-taskbar .pt-follow li a i.icon-01 {
  background-position: 6px 2px;
}
#pt-taskbar .pt-follow li a i.icon-02 {
  background-position: -10px 5px;
}
#pt-taskbar .pt-follow li a i.icon-03 {
  background-position: -26px 3px;
}
#pt-taskbar .pt-follow li a:hover i.icon {
  -webkit-transform: rotate(1deg) scale(1.2);
  -moz-transform: rotate(1deg) scale(1.2);
  -o-transform: rotate(1deg) scale(1.2);
  -ms-transform: rotate(1deg) scale(1.2);
  transform: rotate(1deg) scale(1.2);
}
@media screen and (max-width: 690px) {
  #pt-taskbar {
    height: auto;
  }
  #pt-taskbar .pt-phone {
    margin: 5px 0px;
    text-align: center;
  }
  #pt-taskbar .pt-phone span {
    font-size: 10px;
  }
  #pt-taskbar .pt-follow {
    margin-top: 4px;
  }
  #pt-taskbar .pt-follow li {
    display: inline-block;
  }
}
/*----- Header -----*/
.icon-menu {
  background: url('../img/front/icon-menu.png') no-repeat 0px 0px;
  display: none;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 85px;
  left: 10px;
}
#pt-head-container {
  background-color: #ffffff;
  padding: 25px 0px;
  border-bottom: 1px solid #f2f2f2;
}
#pt-head-container .container {
  position: relative;
}
#pt-head-container #pt-logo {
  margin: 0 auto;
  width: 310px;
  height: 80px;
}
#pt-head-container #pt-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/front/logo.png') no-repeat 0px 0px;
}
@media screen and (max-width: 690px) {
  #pt-head-container #pt-logo {
    width: 280px;
  }
  #pt-head-container #pt-logo a {
    background-size: 100% auto;
  }
}
#pt-head-container .pt-hotline {
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
}
#pt-head-container .pt-hotline p {
  font-size: 16px;
  color: #2f2e28;
}
#pt-head-container .pt-hotline p span {
  display: inline-block;
  color: #b00e0e;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  #pt-head-container .pt-hotline p {
    font-size: 12px;
  }
}
#pt-head-container .pt-add-room {
  position: absolute;
  top: 30px;
  right: 15px;
}
#pt-head-container .pt-add-room a {
  display: inline-block;
  padding: 11px 15px 9px;
  color: #fff;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
  border-radius: 3px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZTY4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNTY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: -moz-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: -o-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: linear-gradient(to bottom, #6e6856 0%, #5b5646 100%);
}
#pt-head-container .pt-add-room a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YjU2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNjg1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: -moz-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: -o-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: linear-gradient(to bottom, #5b5646 0%, #6e6856 100%);
}
#pt-head-container .pt-block-select {
  position: absolute;
  top: 11px;
  left: 15px;
}
#pt-head-container .pt-block-select .pt-select {
  position: relative;
  width: 215px;
  height: 41px;
  border: 1px solid #dbd8c9;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
}
#pt-head-container .pt-block-select .pt-select select {
  width: 100%;
  height: 100%;
}
#pt-head-container .pt-block-select .pt-select .icon {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid #ebebeb;
  background: url( '../img/front/sprite.png' ) no-repeat -112px 17px;
}
#pt-head-container .pt-block-select .pt-select .select {
  font-size: 14px;
  color: #2f2e28;
  position: absolute;
  top: 13px;
  left: 11px;
}
@media screen and (max-width: 970px) {
  #pt-head-container .pt-block-select .pt-select {
    width: 175px;
  }
  #pt-head-container .pt-block-select .pt-select .select {
    font-size: 10px;
  }
}
@media screen and (max-width: 690px) {
  #pt-head-container .pt-hotline,
  #pt-head-container .pt-add-room,
  #pt-head-container .pt-block-select {
    position: static;
    margin: 15px 0px;
    text-align: center;
  }
  #pt-head-container .pt-hotline .pt-select,
  #pt-head-container .pt-add-room .pt-select,
  #pt-head-container .pt-block-select .pt-select {
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  #pt-head-container {
    padding: 15px 0px 0px;
  }
}
#pt-menu {
  background-color: #e2e1dd;
}
#pt-menu ul.pt-list-menu li {
  display: inline-block;
  padding: 0px 17px;
  position: relative;
}
#pt-menu ul.pt-list-menu li a {
  display: block;
  padding: 18px 0px 12px;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
  font-size: 15px;
  color: #6b665b;
  line-height: 28px;
  border-bottom: 2px solid transparent;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 230px;
  background-color: #fff;
  z-index: 99;
  padding-top: 10px;
  border-top: 1px solid #f9f9f9;
  border-radius: 0px 0px 3px 3px;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li {
  padding: 9px 16px;
  display: block;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000 !important;
  padding: 0px 0px 0px 16px;
  line-height: 16px;
  border: none !important;
  text-transform: initial;
  position: relative;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #e7e6e3;
  border-radius: 50%;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li:hover a,
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li.active a {
  color: #b11b1c !important;
}
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li:hover a:before,
#pt-menu ul.pt-list-menu li ul.pt-list-menu-sub li.active a:before {
  background-color: #b11b1c;
}
#pt-menu ul.pt-list-menu li:hover ul.pt-list-menu-sub {
  display: block;
}
#pt-menu ul.pt-list-menu li:hover a {
  color: #b11b1c;
  border-bottom: 2px solid #b11b1c;
}
#pt-menu ul.pt-list-menu li.active a {
  color: #b11b1c;
  border-bottom: 2px solid #b11b1c;
}
@media screen and (max-width: 1024px) {
  #pt-menu ul.pt-list-menu li {
    padding: 0px 8px;
  }
  #pt-menu ul.pt-list-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 970px) {
  #pt-menu ul.pt-list-menu li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 690px) {
  .icon-menu {
    display: block;
  }
  #pt-menu {
    display: none;
  }
}
#pt-banner {
  position: relative;
  border-bottom: 2px solid #e4b248;
}
#pt-banner .pt-from-search {
  font-family: 'TrajanPro3-Regular';
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 9999;
  width: 100%;
  height: 117px;
  background-color: rgba(0, 0, 0, 0.7);
}
#pt-banner .pt-from-search ul {
  margin-top: 25px;
  overflow: hidden;
}
#pt-banner .pt-from-search ul li {
  float: left;
  margin-right: 2%;
}
#pt-banner .pt-from-search ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 970px) {
  #pt-banner .pt-from-search ul li span {
    font-size: 11px;
  }
}
#pt-banner .pt-from-search ul li .input {
  border: 1px solid #9e8446;
  background: none transparent;
  border-radius: 3px;
  padding: 6px 9px;
  width: 100%;
  color: #fff;
}
#pt-banner .pt-from-search ul li .input.icon {
  background: url('../img/front/datepicker.png') no-repeat right 5px;
}
#pt-banner .pt-from-search ul li.w20 {
  width: 20%;
}
#pt-banner .pt-from-search ul li.w10 {
  width: 11%;
}
#pt-banner .pt-from-search ul li.last {
  margin-right: 0px;
  float: right;
  width: 17%;
}
#pt-banner .pt-from-search ul li.last input {
  background: none #e4b248;
  border: none;
  padding: 7px 0px 2px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-top: 34px;
  font-family: 'TrajanPro3-Regular';
}
@media screen and (max-width: 690px) {
  #pt-banner .pt-from-search ul li {
    width: 46% !important;
    margin: 2%;
    float: left !important;
  }
  #pt-banner .pt-from-search ul li span {
    margin-bottom: 0px;
  }
  #pt-banner .pt-from-search ul li.last input {
    margin-top: 27px;
  }
}
@media screen and (max-width: 690px) {
  #pt-banner .pt-from-search ul {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 690px) {
  #pt-banner .pt-from-search {
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 690px) {
  .dropdown-menu {
    left: 50% !important;
    margin-left: -102px;
  }
  .dropdown-menu:before,
  .dropdown-menu:after {
    display: none;
    left: auto !important;
    right: 50% !important;
  }
}
.pt-title-banner {
  display: block;
  position: absolute;
  top: 50%;
  left: 37%;
  z-index: 999;
  width: 710px;
  height: 155px;
  margin: -77px 0px 0px -213px;
  background: url('../img/front/title-banner.png') no-repeat 0px 0px;
}
@media screen and (max-width: 690px) {
  .pt-title-banner {
    width: 213px;
    height: 77px;
    background-size: 100% auto;
    margin: -134px 0px 0px -62px;
  }
}
.pdb17 {
  padding-bottom: 17px !important;
}
h3.pt-title {
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
h3.pt-title a {
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h3.pt-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 22px;
  height: 2px;
  background-color: #e0b45c;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
h3.pt-title:hover:before {
  width: 40px;
}
@media screen and (max-width: 690px) {
  h3.pt-title {
    margin-bottom: 10px;
  }
}
h2.title-detail {
  font-size: 20px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 26px;
}
@media screen and (max-width: 660px) {
  h2.title-detail {
    font-size: 18px;
  }
}
h2.title-style {
  font-size: 20px;
  color: #e4b248;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 26px;
}
@media screen and (max-width: 660px) {
  h2.title-style {
    font-size: 18px;
  }
}
#pt-header-line {
  background-color: #fcf7ec;
  padding: 30px 0px;
}
#pt-header-line h2.pt-title {
  text-align: center;
  font-size: 20px;
  color: #e4b248;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#pt-header-line .pt-list-event {
  margin-top: 10px;
}
#pt-header-line .pt-list-event .pt-block-content {
  overflow: hidden;
  border-radius: 7px;
  background-color: #e0b45c;
  min-height: 100px;
}
#pt-header-line .pt-list-event .pt-block-video {
  position: relative;
}
#pt-header-line .pt-list-event .pt-block-video img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
#pt-header-line .pt-list-event .pt-block-video a.icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0px 0px -20px;
}
#pt-header-line .pt-list-event .pt-block-video a.icon-video i {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  width: 49px;
  height: 49px;
  background: url( '../img/front/sprite.png' ) no-repeat 0px -30px;
}
#pt-header-line .pt-list-event .pt-block-video a.icon-video:hover i {
  -webkit-transform: rotate(1deg) scale(0.9);
  -moz-transform: rotate(1deg) scale(0.9);
  -o-transform: rotate(1deg) scale(0.9);
  -ms-transform: rotate(1deg) scale(0.9);
  transform: rotate(1deg) scale(0.9);
}
#pt-header-line .pt-list-event .pt-block-sale {
  position: relative;
}
#pt-header-line .pt-list-event .pt-block-sale a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
#pt-header-line .pt-list-event .pt-block-sale a img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
#pt-header-line .pt-list-event .pt-block-sale a:hover img {
  -webkit-transform: rotate(1deg) scale(1.1);
  -moz-transform: rotate(1deg) scale(1.1);
  -o-transform: rotate(1deg) scale(1.1);
  -ms-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
#pt-header-line .pt-list-event .pt-block-sale p {
  position: absolute;
  top: 30%;
  left: 5%;
  line-height: 33px;
  font-size: 27px;
  color: #fff;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
}
#pt-header-line .pt-list-event .pt-block-sale p span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 690px) {
  #pt-header-line .col-xs-12 {
    margin-bottom: 10px;
  }
}
.swiper-container-01 img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.swiper-container-01 .swiper-pagination-01 {
  text-align: left;
  left: 10px;
}
.swiper-container-01 .swiper-pagination-01 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0px 2px;
}
.swiper-container-01 .swiper-pagination-01 .swiper-pagination-bullet-active {
  background-color: #e0b45c;
}
@media screen and (max-width: 690px) {
  #pt-header-line {
    padding: 10px 0px;
  }
}
#pt-about-index {
  padding: 30px 0px;
  background-color: #fff;
}
#pt-about-index .pt-about-info p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
}
.pt-block-news {
  box-shadow: 0px 1px 2px 2px #ebebeb;
  border-radius: 3px;
  margin: 2px;
}
.pt-block-news a.img {
  display: block;
  margin: -1px -1px 0px -1px;
  overflow: hidden;
}
.pt-block-news a.img img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
.pt-block-news a.img:hover img {
  -webkit-transform: rotate(1deg) scale(1.1);
  -moz-transform: rotate(1deg) scale(1.1);
  -o-transform: rotate(1deg) scale(1.1);
  -ms-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
.pt-block-news .pt-block-content {
  padding: 20px 20px;
}
.pt-block-news .pt-block-content h4 {
  margin-bottom: 17px;
}
.pt-block-news .pt-block-content h4 a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
}
.pt-block-news .pt-block-content h4 a:hover {
  color: #e0b45c;
}
.pt-block-news .pt-block-content p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 690px) {
  .pt-block-news {
    margin-bottom: 20px;
  }
}
#pt-footer-container {
  background-color: #f0f1f2;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.11) inset;
}
#pt-footer-container .pt-taskbar-footer {
  padding: 15px 0px;
  border-bottom: 1px solid #e4e5e6;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer {
  overflow: hidden;
  float: left;
  margin-top: 8px;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li {
  float: left;
  position: relative;
  padding: 0px 10px;
  padding-right: 34px;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 3px;
  height: 3px;
  background-color: #5a5d61;
  border-radius: 50%;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li:last-child {
  padding-right: 0px;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li:last-child:before {
  display: none;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li a {
  color: #5a5d61;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#pt-footer-container .pt-taskbar-footer .pt-menu-footer li a:hover {
  color: #e0b45c;
}
@media screen and (max-width: 1030px) {
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li {
    padding: 0px 0px;
    padding-right: 28px;
  }
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li:before {
    right: 12px;
  }
}
@media screen and (max-width: 900px) {
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li {
    padding: 0px 0px;
    padding-right: 22px;
  }
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li:before {
    right: 12px;
  }
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li a {
    font-size: 9px;
  }
}
@media screen and (max-width: 660px) {
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li {
    padding: 0px 0px 0px 10px !important;
    width: 50%;
    margin-bottom: 8px;
  }
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li:before {
    display: block !important;
    left: 0px;
    right: auto;
  }
  #pt-footer-container .pt-taskbar-footer .pt-menu-footer li a {
    font-size: 11px;
  }
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer {
  overflow: hidden;
  float: right;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li {
  float: left;
  margin-right: 8px;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li:last-child {
  margin-right: 0px;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a {
  display: block;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a i.icon {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  width: 33px;
  height: 33px;
  background: url( '../img/front/sprite.png' ) no-repeat 0 0;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a i.icon-01 {
  background-position: -61px -30px;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a i.icon-02 {
  background-position: -102px -30px;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a i.icon-03 {
  background-position: -144px -30px;
}
#pt-footer-container .pt-taskbar-footer .pt-follow-footer li a:hover i.icon {
  -webkit-transform: rotate(1deg) scale(0.9);
  -moz-transform: rotate(1deg) scale(0.9);
  -o-transform: rotate(1deg) scale(0.9);
  -ms-transform: rotate(1deg) scale(0.9);
  transform: rotate(1deg) scale(0.9);
}
@media screen and (max-width: 660px) {
  #pt-footer-container .pt-taskbar-footer .pt-follow-footer {
    float: left;
  }
}
#pt-footer-container .pt-footer-left {
  float: left;
}
#pt-footer-container .pt-footer-left p {
  color: #5a5d61;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 8px 0px;
}
#pt-footer-container .pt-footer-left p span {
  font-weight: 700;
}
#pt-footer-container .pt-footer-left p a {
  color: #5a5d61;
}
#pt-footer-container .pt-footer-left p a:hover {
  color: #e0b45c;
}
@media screen and (max-width: 900px) {
  #pt-footer-container .pt-footer-left p {
    font-size: 12px;
  }
}
#pt-footer-container .pt-footer-right {
  float: right;
  margin: 15px 0px;
}
#pt-footer-container .pt-footer-right a {
  display: block;
  width: 109px;
  height: 28px;
  background: url('../img/front/logo-footer.png') no-repeat 0px 0px;
}
@media screen and (max-width: 660px) {
  #pt-footer-container .pt-footer-right {
    float: left;
  }
}
#pt-content-container {
  padding: 20px 0px;
  margin: 0px;
  border-top: 1px solid #f9f9f9;
  background-color: #fefbf6;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.11) inset;
}
.pt-info-travel {
  overflow: hidden;
}
.pt-info-travel .pt-info-travel-list {
  overflow: hidden;
}
.pt-info-travel .pt-info-travel-list li {
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  width: 23.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}
.pt-info-travel .pt-info-travel-list li:nth-child(4n+4) {
  margin-right: 0%;
}
@media screen and (max-width: 690px) {
  .pt-info-travel .pt-info-travel-list li {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .pt-info-travel .pt-info-travel-list li:last-child {
    margin-bottom: 0px;
  }
}
.pt-more {
  margin: 10px;
  text-align: center;
}
.pt-more a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  padding: 12px 41px 10px 18px;
  border-radius: 50px;
  position: relative;
  box-shadow: 0px 1px 2px 2px #ebebeb;
}
.pt-more a i {
  position: absolute;
  top: 12px;
  right: 14px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/front/load.gif') no-repeat 0px 0px;
}
.pt-content-detail-travel .pt-block-slider {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 2px #ebebeb;
  margin: 1px;
  margin-bottom: 10px;
}
.pt-content-detail-travel .swiper-container-01 img {
  border-radius: 0px;
}
.pt-content-detail-travel p {
  margin: 15px 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 660px) {
  .pt-content-detail-travel {
    margin-bottom: 20px;
  }
}
.pt-list-travel-more li {
  margin: 10px 0px;
  overflow: hidden;
}
.pt-list-travel-more li a.img {
  display: block;
  border: 1px solid #f8f2e8;
  padding: 4px;
  background-color: #fff;
  float: left;
  margin-right: 7px;
}
.pt-list-travel-more li a.img img {
  width: 55px;
  height: 51px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.pt-list-travel-more li a.img:hover img {
  -webkit-transform: rotate(1deg) scale(1.1);
  -moz-transform: rotate(1deg) scale(1.1);
  -o-transform: rotate(1deg) scale(1.1);
  -ms-transform: rotate(1deg) scale(1.1);
  transform: rotate(1deg) scale(1.1);
}
.pt-list-travel-more li h4 {
  overflow: hidden;
}
.pt-list-travel-more li h4 a {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 17px;
}
.pt-list-travel-more li h4 a:hover {
  color: #e0b45c;
}
.pt-info-room .pt-content-room-travel .pt-block-slider {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 2px #ebebeb;
  margin: 1px;
  margin-bottom: 10px;
}
.pt-info-room .pt-content-room-travel .swiper-container-01 img {
  border-radius: 0px;
}
.pt-info-room .pt-content-room-travel p {
  margin: 15px 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
}
.pt-info-room .pt-block-title {
  overflow: hidden;
  margin: 20px 0px;
}
.pt-info-room .pt-block-title h3 {
  font-size: 20px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 26px;
  float: left;
}
.pt-info-room .pt-block-title .pt-block-phone-addroom {
  float: right;
  overflow: hidden;
}
.pt-info-room .pt-block-title .pt-block-phone-addroom p.hot-line {
  margin: 0px;
  font-size: 14px;
  color: #2f2e28;
  text-transform: uppercase;
  float: left;
}
.pt-info-room .pt-block-title .pt-block-phone-addroom p.hot-line span {
  display: block;
  color: #b00e0e;
  margin-top: 4px;
  font-size: 16px;
}
@media screen and (max-width: 790px) {
  .pt-info-room .pt-block-title .pt-block-phone-addroom {
    text-align: center;
  }
  .pt-info-room .pt-block-title .pt-block-phone-addroom .buttom-style {
    margin: 10px 0px;
    display: inline-block;
    float: none;
  }
  .pt-info-room .pt-block-title .pt-block-phone-addroom p.hot-line {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .pt-info-room .pt-block-title .pt-block-phone-addroom p.hot-line span {
    display: inline;
  }
}
.buttom-style {
  display: inline-block;
  padding: 11px 15px 9px;
  color: #fff !important;
  font-family: 'TrajanPro3-Regular';
  text-transform: uppercase;
  border-radius: 0px;
  margin-bottom: 6px;
}
.buttom-style.color-01 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZTY4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNTY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: -moz-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: -o-linear-gradient(top, #6e6856 0%, #5b5646 100%);
  background-image: linear-gradient(to bottom, #6e6856 0%, #5b5646 100%);
}
.buttom-style.color-01:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YjU2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNjg1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: -moz-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: -o-linear-gradient(top, #5b5646 0%, #6e6856 100%);
  background-image: linear-gradient(to bottom, #5b5646 0%, #6e6856 100%);
}
.buttom-style.color-02 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNGIyNDgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhYjU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e4b248 0%, #eab546 100%);
  background-image: -moz-linear-gradient(top, #e4b248 0%, #eab546 100%);
  background-image: -o-linear-gradient(top, #e4b248 0%, #eab546 100%);
  background-image: linear-gradient(to bottom, #e4b248 0%, #eab546 100%);
}
.buttom-style.color-02:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWI1NDYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0YjI0OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #eab546 0%, #e4b248 100%);
  background-image: -moz-linear-gradient(top, #eab546 0%, #e4b248 100%);
  background-image: -o-linear-gradient(top, #eab546 0%, #e4b248 100%);
  background-image: linear-gradient(to bottom, #eab546 0%, #e4b248 100%);
}
.buttom-style.fl {
  float: left;
}
.buttom-style.ml {
  margin-left: 10px;
}
.buttom-style.inline-block {
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 11px 46px 9px;
}
.pt-block-list-room {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 2px #ebebeb;
}
.pt-block-list-room .title-style {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
}
.pt-block-list-room .pt-list-travel-more li {
  border-bottom: 1px solid #f2f0ea;
  margin: 0px;
  overflow: inherit;
}
.pt-block-list-room .pt-list-travel-more li a {
  display: block;
  padding: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 17px;
  position: relative;
}
.pt-block-list-room .pt-list-travel-more li a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  width: 10px;
  height: 30px;
  border-style: solid;
  border-width: 29px 0 30px 15px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
@media screen and (max-width: 660px) {
  .pt-block-list-room .pt-list-travel-more li a:before {
    display: none;
  }
}
.pt-block-list-room .pt-list-travel-more li:hover a,
.pt-block-list-room .pt-list-travel-more li.active a {
  background-color: #e4b248;
  color: #fff;
}
.pt-block-list-room .pt-list-travel-more li:hover a:before,
.pt-block-list-room .pt-list-travel-more li.active a:before {
  right: -15px;
  border-color: transparent transparent transparent #e4b248;
}
@media screen and (max-width: 660px) {
  .pt-block-list-room {
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.datepicker {
  z-index: 9999;
}
.modal-header h2.title-style {
  margin-bottom: 0px;
}
.modal-footer {
  text-align: center;
}
.pt-popup-from h3 {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pt-popup-from .pt-block-v {
  margin-left: 20px;
  width: 65%;
}
@media screen and (max-width: 660px) {
  .pt-popup-from .pt-block-v {
    margin-left: 0px;
    width: 100%;
  }
}
.pt-popup-from .form-group label {
  margin-bottom: 8px;
}
.pt-popup-from .form-group label span {
  color: red;
}
.pt-popup-from .form-group.w40 {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.pt-popup-from .form-group.w20 {
  width: 22%;
  margin-right: 3%;
  float: left;
}
@media screen and (max-width: 660px) {
  .pt-popup-from .form-group.w20 {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
}
.pt-popup-from .icon {
  background: url('../img/front/datepicker-1.png') no-repeat right 8px #ffffff;
}
.pt-info-add-room .pt-popup-from .pt-block-v {
  width: 90%;
}
.pt-info-add-room .pt-popup-from .pt-block-v .buttom-style {
  float: right;
}
@media screen and (max-width: 660px) {
  .pt-info-add-room .pt-popup-from .pt-block-v {
    width: 100%;
  }
}
.block-addroom-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 2px #ebebeb;
}
.block-addroom-contact .title-style {
  margin-bottom: 0px;
}
.block-addroom-contact p {
  margin: 15px 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
}
.block-addroom-contact p.contact {
  font-size: 16px;
  color: #999999;
}
.block-addroom-contact p.contact span,
.block-addroom-contact p.contact a {
  color: #3b362a;
  font-weight: 700;
  display: block;
  margin-top: 7px;
}
.block-addroom-contact p.contact a:hover {
  color: #e4b248;
}
@media screen and (max-width: 660px) {
  .block-addroom-contact {
    margin-top: 20px;
    overflow: hidden;
  }
}
.pt-info-contact .pt-block-v {
  width: 90%;
}
.pt-info-contact .pt-block-v .buttom-style {
  float: right;
}
@media screen and (max-width: 660px) {
  .pt-info-contact .block-left-contact {
    margin-bottom: 20px;
  }
}
.pt-info-contact .block-left-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 2px 2px #ebebeb;
}
.pt-info-contact .block-left-contact ul li {
  width: 100%;
  overflow: hidden;
}
.pt-info-contact .block-left-contact ul li span,
.pt-info-contact .block-left-contact ul li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  margin: 5px 0px;
}
.pt-info-contact .block-left-contact ul li span i,
.pt-info-contact .block-left-contact ul li a i {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  float: left;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  background: url( '../img/front/sprite.png' ) no-repeat 0px -30px;
}
.pt-info-contact .block-left-contact ul li span:hover i,
.pt-info-contact .block-left-contact ul li a:hover i {
  -webkit-transform: rotate(1deg) scale(0.9);
  -moz-transform: rotate(1deg) scale(0.9);
  -o-transform: rotate(1deg) scale(0.9);
  -ms-transform: rotate(1deg) scale(0.9);
  transform: rotate(1deg) scale(0.9);
}
.pt-info-contact .block-left-contact ul li span .icon-01,
.pt-info-contact .block-left-contact ul li a .icon-01 {
  background-position: 0px -90px;
}
.pt-info-contact .block-left-contact ul li span .icon-02,
.pt-info-contact .block-left-contact ul li a .icon-02 {
  background-position: 0px -121px;
}
.pt-info-contact .block-left-contact ul li span .icon-03,
.pt-info-contact .block-left-contact ul li a .icon-03 {
  background-position: 0px -149px;
}
.pt-info-contact .block-left-contact ul li span .icon-04,
.pt-info-contact .block-left-contact ul li a .icon-04 {
  background-position: 0px -178px;
}
.pt-info-contact .block-left-contact ul li span .icon-05,
.pt-info-contact .block-left-contact ul li a .icon-05 {
  background-position: 0px -206px;
}
.pt-info-contact .block-left-contact ul li span .icon-06,
.pt-info-contact .block-left-contact ul li a .icon-06 {
  background-position: 0px -236px;
}
.pt-info-contact .block-left-contact ul li a:hover {
  color: #e4b248;
}
.pt-content-gallery {
  background-color: #000 !important;
}
.pt-info-video embed,
.pt-info-video object {
  width: 100% !important;
  height: 380px !important;
}
@media screen and (max-width: 660px) {
  .pt-info-video .last {
    margin-top: 20px;
  }
  .pt-info-video embed,
  .pt-info-video object {
    width: 100% !important;
    height: 260px !important;
  }
}
.pt-list-video li {
  margin: 0px 0px 20px;
  overflow: hidden;
}
.pt-list-video li a.img {
  display: block;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 17px;
}
.pt-list-video li a.img img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #f8f2e8;
  float: left;
  margin-right: 7px;
  width: 120px;
  height: 90px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.pt-list-video li a.img:hover {
  color: #e0b45c;
}
.pt-list-video li a.img:hover img {
  background-color: #e0b45c;
}
.pt-list-video li.currentvideo a.img {
  color: #e0b45c;
}
.pt-list-video li.currentvideo a.img img {
  background-color: #e0b45c;
}
.gallery-top {
  height: 80%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .gallery-top .swiper-slide {
    height: 350px;
  }
  .gallery-top .swiper-slide .pt-block-img {
    width: 100%;
    height: 350px;
    line-height: 350px;
  }
  .gallery-top .swiper-slide .pt-block-img img {
    margin: auto auto;
  }
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide img {
  height: 100px;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .gallery-thumbs .swiper-slide img {
    height: 50px;
  }
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.pt-maps {
  margin-top: 20px;
}
.pt-maps iframe {
  width: 100% !important;
}
.pt-about-us {
  padding: 0px !important;
}
.pt-about-us .pt-img-about {
  text-align: center;
}
.pt-about-us .pt-content-about {
  text-align: center;
  padding: 20px 200px;
}
.pt-about-us .pt-content-about h3.pt-title:before {
  left: 50%;
  width: 22px !important;
}
.pt-about-us .pt-content-about p {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .pt-about-us .pt-content-about {
    padding: 20px;
  }
}
@media screen and (max-width: 660px) {
  .pt-about-us .pt-content-about {
    padding: 20px 5px;
  }
}
#pt-menu ul.pt-list-menu.en li {
  padding: 0px 9px !important;
}
#pt-menu ul.pt-list-menu.en li ul.pt-list-menu-sub li {
  padding: 9px 16px !important;
  display: block;
}
.error-message{color: red;}
.error{color: red;}