/*

Tooplate 2137 Barista

https://www.tooplate.com/view/2137-barista-cafe

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #c4121a;
  --secondary-color:              #ffd269;
  --section-bg-color:             #b78752;
  --custom-btn-bg-color:          #c4121a;
  --custom-btn-bg-hover-color:    #990000;
  --dark-color:                   #000000;
  --p-color:                      #333;
  --border-color:                 #7fffd4;
  --link-hover-color:             #E76F51;

  --body-font-family:             'Plus Jakarta Sans', sans-serif;

  --h1-font-size:                 68px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --form-btn-font-size:           18px;
  --menu-font-size:               16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             200;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

html {
    height: 100%;
}
body {
background-color: var(--white-color);
font-family: var(--body-font-family);
font-size: var(--p-font-size);
font-weight: var(--font-weight-light);
height: 100%;
margin: 0;
padding: 0;
}
main {
    margin: 0 auto;
    height: 100%;
}
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*************** web通用 ***************/

#greatasia-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 110px;
    padding: 7px 10px 5px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    cursor: pointer;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}

#greatasia-top:hover {
    background: #ffd269;
    color: #fff;
}

.btn-submit,
a.btn-submit {
    background-color: #121011;
    color: #fff;
    padding: 8px 20px;
    margin: 10px 0;
    display: inline-block;
    border: none;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}

.btn-submit:hover,
a.btn-submit:hover,.btn-order:hover,
a.btn-order:hover {
    color: #fff;
}

.btn-order,
a.btn-order {
    background-color: red;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
    border: none;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}


.btn-disabled {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 5px 15px;
    margin: 10px 0;
    -o-transition: background-color .40s ease-in;
    -webkit-transition: background-color .40s ease-in;
    -moz-transition: background-color .40s ease-in;
    transition: background-color .40s ease-in;
}

.btn-blue {
    background-color: #4080ff;
}

.btn-del {
    color: #ccc;
}

.more-btn-box {
    text-align: center;
}

.more-btn {
    margin: 0;
    padding: 0;
    color: #ea6252;
    display: inline-block;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
    font-size: 19px;
}

.more-btn:hover {
    color: #e5368d;
}

.page-back-box {
    text-align: center;
    margin: 30px 0;
}

.page-back-btn {
    border: 1px solid #efebe6;
    color: #000000;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}

.page-back-btn:hover {
    background-color: #efebe6;
    color: var(--p-color);
}

.masonry {
    margin: 0 auto;
}

#user_gmap {
    width: 100%;
    height: 500px;
    margin: -100px 0 148px;
}

.page {
    text-align: center;
    font-size: 15px;
    margin:30px 0;
}
.pagination {
    position: relative;
    display: inline-flex;
}
.pagination>li>a,
.pagination>li>span {
    color: #000000;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
    color: var(--p-color);
    background-color: #efebe6;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ffd269;
    border-color: #ffd269;
    color: #fff;
    z-index: 10;
}



.datepicker-dropdown {
    font-size: 19px;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #009688;
    border-color: #008e81;
}

.form-group label.control-label {
    font-size: 19px;
    line-height: 1.07142857;
    color: var(--dark-color);
    font-weight: 400;
    margin: 5px 0 0 0;
}

.radio label {
    cursor: pointer;
    position: relative;
    color: rgba(0, 0, 0, 0.40);
}

.form-group.is-focused .radio label {
    color: rgba(0, 0, 0, 0.40);
}

.form-group.is-focused .radio label:hover,
.form-group.is-focused .radio label:focus {
    color: rgba(0, 0, 0, .65);
}

fieldset[disabled] .form-group.is-focused .radio label {
    color: rgba(0, 0, 0, 0.40);
}

.radio label span {
    left: 0;
    top: 2px;
}

.form-horizontal .radio {
    margin-bottom: 0;
}

.radio input[type=radio] {
    height: auto;
    width: auto;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--dark-color);
    font-weight: 400;
    padding-right: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.checkbox label {
    cursor: pointer;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.40);
}

.form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.40);
}

.form-group.is-focused .checkbox label:hover,
.form-group.is-focused .checkbox label:focus {
    color: rgba(0, 0, 0, .65);
}

fieldset[disabled] .form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.40);
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
    background-image: none;
    border-bottom: 1px dotted #D2D2D2;
    padding-left: 10px;
}

.form-control-bottom {
    border-bottom: 1px dotted #D2D2D2;
}

.gallery_img {
    width: 100%;
    margin-bottom: 20px;
}

.contact-title {
    margin: 0 0 10px;
    padding: 0;
    color: #ffd269;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 14px;
}

.contact-data>p{
    font-size: 19px;
    color: #fff;
}

.contact-data a {
    color: #fff;
}

.form-group {
    padding-bottom: 7px;
    margin: 0;
}

.googlemap-box {
    text-align: center;
    color: #40220f;
}

.googlemap-box a {
    color: #4080ff;
}

.googlemap-box a:hover,
.googlemap-box a:active,
.googlemap-box a:focus {
    color: #b81c2b;
}

.googlemap-title {
    margin: 0 0 10px 0;
    font-size: 19px;
    color: #b81c2b;
}

.modal-header .close {
    -o-transition: opacity .40s ease-in;
    -webkit-transition: opacity .40s ease-in;
    -moz-transition: opacity .40s ease-in;
    transition: opacity .40s ease-in;
}

.contact-section .form-group label.control-label {
    font-size: 19px;
    line-height: 1.07142857;
    color: #fff;
    font-weight: 400;
    margin: 5px 0 0 0;
}
.contact-section .form-group .checkbox label,
.contact-section .form-group .radio label,
.contact-section .form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    font-weight: 400;
    padding-right: 15px;
    margin-bottom: 10px;
    text-align: left;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.section-overlay + .container {
  position: relative;
  z-index: 22;
}

.back-top-icon {
  font-size: var(--h2-font-size);
}


/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: var(--white-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: var(--white-color);
  border: 5px solid #7c5c52;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container-left {
  left: 0;
}

.timeline-container-right {
  left: 50%;
}

.timeline-container-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  right: 25px;
  border: medium solid white;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent white;
}

.timeline-container-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  left: 25px;
  border: medium solid white;
  border-width: 20px 20px 20px 0;
  border-color: transparent white transparent transparent;
}

.timeline-container-right::after {
  left: -13px;
}

.timeline-content {
  padding: 5px;
  background-color: var(--white-color);
  position: relative;
  border-radius: var(--border-radius-medium);
}

@media screen and (max-width: 991px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-container::before {
    left: 58px;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent white transparent transparent;
  }

  .timeline-container-left::after, .timeline-container-right::after {
    left: 6px;
  }

  .timeline-container-right {
    left: 0%;
  }
  .page-padding-bottom{
    padding:60px 15px 90px;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: 21px;
  font-weight: var(--font-weight-bold);
  line-height: normal;
  padding: 12px 28px;
  background: linear-gradient(to right, #eebd53, #fcf6ba, #eebd53, #fbf5b7, #eebd53);
  align-items: center;
  justify-content: center;
  position: relative;
  color: #411304;
  z-index: 1;
  background-size: 200% 200%;
  -webkit-backface-visibility: hidden;
}
.custom-btn:hover{
  color: #411304;
}
.custom-btn:after {  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  background: linear-gradient(to right, #e3ac35, #eee485, #e3ac35, #eee485, #e3ac35);
  background-size: 200% 200%;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}
.custom-btn:hover:after {
  opacity: 1;
}
.custom-btn span {
  position: relative;
  z-index: 3;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.custom-border-btn:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-italic {
  font-style: italic;
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .container {
  /**background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);**/
  padding: 0;
}

.navbar {
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
}

.navbar .container {
  /**background: rgba(0, 0, 0, 1);
  border-radius: var(--border-radius-medium);**/
  padding: 0;
}
.navbar .container:hover {
  /**background: rgba(0, 0, 0, 0.8);*/
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--white-color);
}

.navbar .navbar-brand-image {
  filter: brightness(0) invert(1);
}

.navbar-brand-image {
  width: 48px;
  height: auto;
  margin-right: 10px;
}

.navbar .custom-btn {
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 0;
  padding: 10px 15px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: 21px;
  /*font-weight: var(--font-weight-bold);*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  transition: all 0.3s;
  color: var(--secondary-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--menu-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/***** 圖像效果 *********/

.web-img-effect {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.web-img-item {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

a:focus .web-img-item,
a:hover .web-img-item {
    -moz-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: -moz-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    -o-transition: -o-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    -webkit-transition: -webkit-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    transition: transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
}
.web-img-area{
    position: relative;
}
.web-img-area .web-img-black {
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
}

.web-img-area:focus .web-img-black,
.web-img-area:hover .web-img-black {
    opacity: 1;
}

.web-img-area .web-img-black {
    opacity: 0;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.web-img-effect .web-img-black {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
}


/***** 圖像效果 *********/

/*---------------------------------------
  HERO        
-----------------------------------------*/

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
}
.swiper-button-next, .swiper-button-prev {
    color: rgba(0, 0, 0, 0.65);
}

.hero-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-section .sp-black{
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
    margin: 0 auto;
    border-radius: 50px 0;
    color:#fff;
    font-size: 21px;
}
.hero-section .sp-white{
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    margin: 0 auto;
    border-radius: 50px 0;
    color:#333;
    font-size: 21px;
}
.hero-section .sp-null{
    padding: 20px;
    margin: 0 auto;
    color:#fff;
    font-size: 21px;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: 100vh;
  }
}
.hero-section h1 {
  display: inline-block;
  font-size: 38px;
}
.hero-section h2 {
  display: inline-block;
  font-size: 32px;
}
.hero-section h3 {
  display: inline-block;
  font-size: 28px;
}
.hero-section .custom-btn{
    margin-top:15px;
}


.small-text {
  color: var(--secondary-color);
}

.hero-section .custom-border-btn {
  border-color: transparent;
}

.hero-section .container {
  position: relative;
  z-index: 9;
  height: 100%;
}
.hero-section .row {
  height: 100%;
}

.hero-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.opening-hours-list {
  margin: 0;
  padding: 0;
}

.opening-hours-list li {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
}

.opening-hours-list li .underline {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  height: 1px;
  margin: auto 15px 0 15px;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-color: var(--secondary-color);
  position: relative;
}

.about-section .ratio {
  border-radius: var(--border-radius-medium);
}

.custom-video {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.about-video-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(188, 108, 37, 1));
  border-radius: var(--border-radius-medium);
  bottom: 0;
  height: auto;
  padding: 40px;
}

.about-video-info h4 {
  color: var(--white-color);
}

.about-section h6 {
  color: var(--secondary-color);
}

.team-block-wrap {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  max-height: 450px;
  cursor: pointer;
}

.team-block-wrap:hover .team-block-image {
  transform: scale(1.2);
}

.team-block-image-wrap {
  width: 100%;
}

.team-block-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.team-block-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(188, 108, 37, 1));
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.team-block-info .badge {
  margin: auto;
  top: 2px;
  bottom: 0;
}


/*---------------------------------------
  OUR MENU              
-----------------------------------------*/
.menu-section {
  background-image: url('../images/happy-waitress-giving-coffee-customers-while-serving-them-coffee-shop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-block-wrap {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.menu-block .border-top {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.menu-block h6 {
  color: var(--white-color);
}

.menu-block small {
  color: rgba(255, 255, 255, 0.35);
}

.menu-block strong {
  color: var(--secondary-color);
}

.menu-block-image {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: auto;
  cursor: pointer;
}

.badge {
  background-color: var(--primary-color);
  font-size: 12px;
  position: relative;
  bottom: 4px;
  padding-bottom: 6px;
}

.badge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  background-color: #7c5c52;
}

.reviews-block {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.reviews-block .border-top {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.reviews-block-image-wrap {
  background-image: url('../images/mid-section-waitress-wiping-espresso-machine-with-napkin-cafa-c.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

.reviews-block-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 10px;
}

.reviews-block-info {
  padding: 20px 30px;
}

.reviews-block-info p {
  font-size: var(--btn-font-size);
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.reviews-group i {
  color: var(--white-color);
}


/*---------------------------------------
  BOOKING SECTION              
-----------------------------------------*/
.booking-section {
  background-image: url('../images/young-female-barista-wear-face-mask-serving-take-away-hot-coffee-paper-cup-consumer-cafe.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.booking-form-wrap {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.booking-form {
  padding: 55px 65px;
}

.booking-form-image-wrap {
  position: relative;
  height: 100%;
}

.booking-form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-form-text span {
  color: var(--white-color);
  font-size: var(--btn-font-size);
}

.reservation-page .custom-border-btn {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.reservation-page .custom-border-btn:hover {
  border-color: transparent;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  /**background-image: linear-gradient(to bottom left, rgba(160, 35, 28, 0.5),rgba(0, 0, 0, 0.7)), url('../images/LINE_NOTE_250717_1.jpg');*/
  background-image:  url('../images/LINE_NOTE_250717_1.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.google-map {
  border-radius: var(--border-radius-medium);
  filter: grayscale(100);
}

.contact-block-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.contact-block {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.contact-block h6 {
  transform: rotate(-8deg);
}

.contact-block .custom-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.contact-block strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: var(--primary-color);
  border-color: transparent;
}

.custom-form .form-label {
  color: var(--white-color);
  font-style: italic;
  margin-bottom: 15px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--form-btn-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.contact-form .form-control,
.booking-form .form-control {
  background-color: rgba(255, 255, 255, 0.9);
}

.booking-form .form-control {
  color: var(--white-color);
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
   color: var(--white-color);
}

.booking-form input:-moz-placeholder,
.booking-form textarea:-moz-placeholder {
  color: var(--white-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer strong {
  color: var(--white-color);
}

.site-footer p,
.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
}

.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.site-footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--menu-font-size);
}

.copyright-text a {
    color: rgba(255, 200, 160, 0.75);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.social-icon-link span {
  display: block;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .navbar-brand,
  .navbar-brand:hover {
    font-size: var(--h5-font-size);
  }

  .navbar-expand-lg .navbar-nav {
    padding: 20px 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    margin-bottom: 0;
    width:100%;
  }

  .navbar .custom-btn {
    margin-bottom: 10px;
  }

  .booking-form {
    padding: 45px;
  }

  .contact-section .container {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px;
  }

  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {

  .menu-block-wrap,
  .reviews-block-image-wrap,
  .reviews-block-info {
    padding: 20px;
  }
}


@media screen and (max-width: 578px) {
  .navbar .container,
  .sticky-wrapper.is-sticky .container {
    margin-right: 15px;
    margin-left: 15px;
  }
}


@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .hero-section::after {
    width: 200px;
    height: 200px;
  }

  .booking-form {
    padding: 35px;
  }

  .opening-hours-list li {
    font-size: 12px;
  }

  .reviews-block-image-wrap {
    flex-direction: column;
  }

  .reviews-block-image {
    margin-bottom: 15px;
  }

  .timeline-container {
    padding-left: 55px;
  }

  .timeline-container::before {
    left: 44px;
    border: medium solid white;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
  }

  .timeline-container-left::before,
  .timeline-container-right::before {
    top: 13px;
  }
}


.index-list-title{
    margin:5px 0 10px;
    font-size: 21px;
    text-align: center;
    color: var(--dark-color);
    letter-spacing: 1.3px;
    line-height: 160%;
}
.index-list-news:hover .index-list-title{
    transition: all 0.3s;
    color:var(--primary-color);
}
.web-img-effect {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.web-img-item {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}
/**
a:focus .web-img-item,
a:hover .web-img-item {
    -moz-transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: -moz-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    -o-transition: -o-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    -webkit-transition: -webkit-transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
    transition: transform 6000ms cubic-bezier(0, 0, 0.8, 0.9);
}**/
.web-img-area{
    position: relative;
}
.web-img-area .web-img-black {
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
}
/**
.web-img-area:focus .web-img-black,
.web-img-area:hover .web-img-black {
    opacity: 1;
}**/

.web-img-area .web-img-black {
    opacity: 0;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.web-img-effect .web-img-black {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.section-title {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    display: inline-block;
}
/**
.section-title:before {
    content: "";
    background: var(--secondary-color);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: -41px;
    z-index: -1;
}
**/
.index-more-btn{
  text-align: center;
  margin-top: 40px;
  letter-spacing: 1.2px;
}

.feature-h {
  margin-bottom: 30px; }
  .feature-h .wrap-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    background: #fff;
    color: #000;
    position: relative;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .feature-h .wrap-icon [class^="icon-"] {
      position: absolute;
      left: 50%;
      font-size: 30px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .feature-h .feature-text {
    margin-top: 15px; }
    .feature-h .feature-text .heading {
      font-size: 24px; }


.material-change {
  text-align: center;
  font-size: 62px;
  display: block;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/*************** footer相關 ***************/

footer {
    width: 100%;
    margin-top: -148px;
    position: relative;
    clear: both;
    background: rgba(0, 0, 0, 0.85);
}

.footer-box {
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    color: #535353;
}

.footer-box a {
    color: #535353;
}

.footer-box div {
    display: inline-block;
}

.footer-box .footer-logo {
    padding: 25px 20px;
}

.footer-box .footer-social {
    padding: 25px 5px 25px;
}

.footer-box2 {
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    padding: 5px 0;
}

.footer-box2 a {
    color: #737373;
}

.footer-title {
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
}




.slider-btn {
  border: 2px solid transparent;
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px;
  background: linear-gradient(to bottom, #eebd53, #fcf6ba, #eebd53);
  align-items: center;
  justify-content: center;
  background-size: 200%;
  position: relative;
  color: #411304;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.slider-btn:after {  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e3ac35, #eee485, #e3ac35);
  background-size: 200%;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}
.slider-btn:hover:after {
  opacity: 1;
}
.slider-btn span {
    font-size: 28px;
    position: relative;
    z-index: 3;
}
.slider-forward,.slider-forward:after{
  border-radius: 0 10px 10px 0;
}
.slider-back,.slider-back:after{
  border-radius: 10px 0 0 10px;
}
.clear {
    clear: both;
}

.radio-inline{
  padding: 15px 15px 15px 0;
}

.bg-light{
  background-color: rgba(173,156,130,0.2) !important;
}
.slick-slide{
  text-align: center;
}


.index-hot-bg{
  padding:100px 0;
  background-repeat: no-repeat;
  background-position: right;
  background-image: linear-gradient(87deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%), url('../images/index-hot2.png');
}


.index-box1 {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    line-height: 200%;
    background-color: #fff;
}
.index-box2 {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    line-height: 200%;
    background-color: rgba(173,156,130,0.2) !important;
}
.index-box3 {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    line-height: 200%;
    background-color: rgba(173,156,130,0.2) !important;
}
.index-box1-r {
    text-align:right;
    padding-top:  100px;
    padding-right: 100px;
    float:right;
}
.index-box1-r .content {
    width: 100%;
    max-width: 440px;
}
.index-box1-r .content2 a{
    color: var(--bs-body-color);
}
.index-box1-l {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 537px);
    height: 100%;
    min-height: 450px;
    transform-origin: 0% 100%;
    transform: skew(25deg);
    overflow: hidden;
    opacity: 1;
}
.index-box1-l img {
    object-position: 85% center;
    width: 100%;
    height: 100%;
    margin-left: 100px;
    transform: skew(-25deg);
    object-fit: cover;
    display: block;
    max-width: 100%;
}
.index-box2-l {
    padding-top:  140px;
    padding-left: 100px;
}
.index-box2-l .content {
    width: 100%;
    max-width: 440px;
}
.index-box2-r {
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% - 537px);
    height: 100%;
    min-height: 450px;
    transform-origin: 0% 100%;
    transform: skew(-25deg);
    overflow: hidden;
    opacity: 1;
}
.index-box2-r img {
    object-position: 85% center;
    width: 100%;
    height: 100%;
    margin-left: -100px;
    transform: skew(25deg);
    object-fit: cover;
    display: block;
    max-width: 100%;
}
.index-about img{
  float:right;height:500px;margin-top: -25px;
}

.index-news-bg{
  position:relative;
  padding:100px 0;
  background-repeat: repeat;
  background-image: url('../images/1752822638138-bg.png');
}
.index-hot-en{
  position: absolute;
  right:242px;
  top:-17px;
  color:#fbe7c6;
  font-size:1.4em;
  font-weight: bold;
}
.index-urbn-en{
  position: absolute;
  right:30px;
  bottom:-10px;
  font-size:3.8em;
  font-weight: bold;
  color:#fbe7c6;
  text-align:right;
}



/*************** page ***************/

.page-box {
    padding-top: 100px;
    padding-bottom: 148px;
    text-align: left;
    min-height:100%;
}

.page-left {
    float: left;
    width: 24%;
    text-align: left;
}

.page-right {
    float: left;
    width: 76%;
    padding-left: 20px;
    height: 100%;
    text-align: left;
}

.page-data {
    background-color: #fff;
    width: 100%;
    padding: 12px 15px;
    min-height: 300px;
    border: 1px solid #ddd2cd;
}

.page-menu-box {
    width: 100%;
    color: #fff;
    border: 1px solid #ddd2cd;
    border-bottom: none;
}

.page-menu-box .page-menu-title {
    margin: 0 0 1px 0;
    padding: 10px 15px;
    font-weight: normal;
    background-color: #fff;
    color: #221814;
    border-top: 3px solid rgba(0, 0, 0, 0.85);
    font-size: 19px;
    border-bottom: 1px solid #ddd2cd;
}

.page-menu-box >a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
    color: var(--dark-color);
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd2cd;
}

.page-menu-box >a:hover {
    background-color: #efebe6;
    color: var(--link-hover-color);
}

.page-menu-box .page-menu-now {
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffd269;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}

a.page-menu-sub-item {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
    color: #43468b;
    background-color: #fff;
    margin-bottom: 1px;
    border-bottom: 1px dashed #eee;
}

a.page-menu-sub-item:hover {
    background-color: #f1e7e6;
    color: #a81f24;
}

a.page-menu-sub-item:last-child {
    border-bottom: 1px solid #ddd2cd;
}

.page-menu-sub {
    display: none;
}

.page-right .page-right-menu {
    padding-bottom: 7px;
    margin: 0 0 20px;
    width: 100%;
}

.page-list-item {
    width: 100%;
    padding: 10px 15px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #ddd2cd;
}

.page-list-item:hover {
    background-color: #f1e7e6;
}
.page-list-title {
    font-size: 21px;
    line-height: 160%;
    margin: 0;
    cursor: pointer;
}

.page-aside {
    margin: 2px 0;
    font-size: 15px;
    color: #a5adb0;
}

.page-aside .page-catalog {
    padding-left: 10px;
}

.page-view {
    margin: 0;
    font-size: 17px;
    color: #221814;
}

.page-title {
    font-size: 24px;
    line-height: 160%;
    margin: -1px 0 5px;
    color: #9c7c27;
}

.page-contents {
    margin-top: 10px;
}

.page-list-now {
    color: #a81f24;
}

.btn-default {
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.page-auction-price2 {
    padding-bottom: 5px;
}

.page-actction-book {
    text-align: right;
    font-size: 15px;
    color: #888;
}

.page-actction-book span {
    color: #a81f24;
    font-weight: bold;
}

.btn-default.btn-yellow,
.btn-default.btn-yellow:focus,
.btn-default.btn-yellow:active {
    background-color: #b9a34f;
    color: #fff;
}

.btn-yellow:hover {
    background-color: #a81f24;
    color: #fff;
}

.page-order {
    display: inline-block;
    color: #888;
    font-size: 15px;
    padding: 0 0 5px;
}

.page-style {
    display: inline-block;
    color: #888;
    font-size: 15px;
    padding: 0 0 5px;
}

a.page-order-btn {
    padding: 5px 15px;
    border: 1px solid #ddd2cd;
    border-right: none;
    background-color: #fff;
    -o-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
}

a.page-order-btn:last-child {
    border-right: 1px solid #ddd2cd;
}

a.page-order-btn span {
    display: inline;
    vertical-align: middle;
    top: 0;
}

a.page-order-btn-now {
    padding-top: 3px;
    border-top: 3px solid #a81f24;
    color: #a81f24;
}

a.page-order-btn:hover {
    background-color: #f1e7e6;
}

.page-style-btn {
    padding: 2px 10px 1px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ddd2cd;
    border-right: none;
    -o-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, border .40s ease-in, background-color .40s ease-in;
}

.page-style-btn:last-child {
    border-right: 1px solid #ddd2cd;
}

.page-style-btn:hover {
    background-color: #f1e7e6;
    color: #a81f24;
}

.page-style-btn-now span {
    color: #a81f24;
}

.page-search {
    float: left;
    margin: 0;
    width: 200px;
}

.page-auction-list-box .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.page-auction-list-box .table-striped>tbody>tr:nth-of-type(even)>td {
    border-top: none;
}

.page-auction-list-box .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.page-auction-list-box td img {
    max-width: 300px;
    max-height: 300px;
    text-align: center;
}

.page-auction-title {
    font-size: 19px;
    margin: 0;
    color: #9c7c27;
    word-wrap: break-word;
    word-break: break-all;
}

.page-products-item {
    position: relative;
    margin-bottom: 20px;
}

.page-products-item .page-products-item-box {
    border: 1px solid #ddd2cd;
    padding: 10px;
    background-color: #fff;
}

.page-products-item img {
    width: 100%;
}

.page-products-item h2 {
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    line-height: 130%;
    border-bottom: 1px solid #eee;
}

.page-products-item-box >div {
    padding: 10px 0 0;
}

.page-bid-log-status {
    text-align: right;
    border-top: 1px solid #eee;
    margin: 0 0 5px;
    padding: 5px 0 2px;
    color: #9c7c27;
    font-size: 15px;
}

.btn_love.glyphicon-heart-empty {
    font-size: 21px;
    vertical-align: sub;
    cursor: pointer;
    padding: 0 5px;
    color: #888;
}

.btn_love.glyphicon-heart {
    font-size: 21px;
    vertical-align: sub;
    cursor: pointer;
    padding: 0 5px;
    color: #a81f24;
}

.page-member-title {
    margin: 0;
    font-size: 24px;
    color: #9c7c27;
    padding-bottom: 10px;
}

a.btn-member-data {
    color: #ccc;
}

a.btn-member-data:hover {
    color: #a81f24;
}

.auction_count {
    margin: 5px 0;
}

.products-title {
    margin-top: 27px;
}
.glyphicon {
    top: 2px;
}
.page-news-item{
    background-color: #fff;
}
.page-news-item >a{
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.page-news-item >a:hover{
    /*background-color: rgba(173,156,130,0.2) !important; */
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.3);
    box-shadow: 0 1px 15px rgba(0,0,0,0.3);
}
.page-news-img {
    padding: 0;
}
.page-news-title {
    margin: 5px 0 10px;
    font-size: 21px;
    text-align: left;
    color: var(--dark-color);
    letter-spacing: 1.3px;
    line-height: 160%;
    transition: all 0.3s;
}
.web-img-area >a:hover .page-news-title{
    transition: all 0.3s;
    color:var(--primary-color);
}
.page-news-contents {
    padding: 15px 0 0;
    border-top: 1px solid #eee;

}
.page-news-title2 {
    margin: 5px 0 10px;
    font-size: var(--h3-font-size);
    color: var(--dark-color);
    text-align: left;
    letter-spacing: 1.3px;
    line-height: 160%;
}
.page-news-date {
    color: #bbb;
    padding-top:15px;
}
.page-news-aside {
    font-size: 15px;
    color: #bbb;
    padding:15px 0;
    margin-bottom: 15px;
}



@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 90%;
    }
}
@media (max-width: 685px) {
    footer {
        margin-top: -171px;
    }
    .page-box {
        padding-bottom: 171px;
    }
    .page-projects-out2{
        margin-top:-5%;
        margin-bottom:15px;
    }
}

@media (max-width: 768px) {
  .index-hot-bg{
    padding:50px 0;
    background-image: linear-gradient(87deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%), url('../images/index-hot2.png');
  }


.index-box1-r {
    text-align:unset;
    padding: 50px 15% 20px;
    float:unset;
}
.index-box1-r .content {
    width: 100%;
    max-width: none;
    text-align: center;
}
.index-box1-l {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: 100%;
    padding:0 15% 50px;
    min-height: unset;
    background-color: unset;
    transform-origin: unset;
    transform: unset;
    overflow: hidden;
    opacity: 1;
}
.index-box1-l img {
    object-position: 85% center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    transform: unset;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

  .index-box2-l {
      padding: 50px 15% 20px;
  }
  .index-box2-l .content {
      width: 100%;
      max-width: none;
      text-align: center;
  }
  .index-box2-r {
      position: relative;
      right: unset;
      top: unset;
      width: 100%;
      height: 100%;
      padding:0 15%;
      min-height: unset;
      background-color: unset;
      transform-origin: unset;
      transform: unset;
      overflow: hidden;
      opacity: 1;
  }
  .index-box2-r img {
      object-position: 85% center;
      width: 100%;
      height: 100%;
      margin-left: 0;
      transform: unset;
      object-fit: cover;
      display: block;
      max-width: 100%;
  }
}
@media (max-width: 992px) {
  .index-about{
    text-align: center;
  }
  .index-about img{
    float:unset;height:500px;margin-top: 25px;
  }
  .index-hot-en{
    display: none;
  }
  .index-urbn-en{
    display: none;
  }
}


