/*normal setting*/
.btn-red,.btn-red:focus{ background: #A10D23; color: #fff; padding: 10px 20px; border-radius: 5px; display: inline-block; font-family: '微軟正黑體'}
.btn-red:hover{ color: #fff; background: #000}

.btn-red-s,.btn-red-s:focus{ background: #A10D23; color: #fff; padding: 5px 10px; border-radius: 5px; display: inline-block; font-family: '微軟正黑體'}
.btn-red-s:hover{ color: #fff; background: #000}

.btn-red-wide,.btn-red-wide:focus{ background: #A10D23; color: #fff; padding: 10px 50px; border-radius: 5px; display: inline-block; font-family: '微軟正黑體'}
.btn-red-wide:hover{ color: #fff;}

.btn-red-white,.btn-red-white:focus{ background: #fff; color: #A10D23; padding: 13px; border-radius: 5px; display: inline-block; font-family: '微軟正黑體'}
.btn-red-white:hover{ color: #fff; background: #000}

.btn-buy,.btn-buy:focus{ background: #000; margin-left: 15px; color: #fff; padding: 13px; border-radius: 5px; display: inline-block; font-family: '微軟正黑體'}
.btn-buy:hover{ color: #A10D23; background: #fff}


.bold{ font-weight: bold;}
.h1{font-size: 46px; line-height: 42px}
.h2{font-size: 36px; line-height: 42px;}
.h3{font-size: 26px; line-height: 32px;}
.h4{font-size: 20px;}
p{ 
    font-size: 16px;
  line-height: 1.6em;
  margin: 0;}
.delete-line{text-decoration:line-through; font-style: normal}
.mgb-30{ margin-bottom: 30px;}
.mgt-30{ margin-top: 30px;}
.pdl-30{ padding-left: 30px;}
.pdl-40{ padding-left: 40px;}
.pdl-50{ padding-left: 50px;}


.youtube{
    width: 100%;
    min-height: 375px;
    background: url(../img/video.jpg) center;
    position: relative;
}
.youtube a{ position: absolute;left: 45%; top: 35%}
.newevent{width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px 0;
    position: relative;}
.bkbg{ background: #000; padding: 9px 14px; display: inline-block; color: #fff; margin-bottom: 15px;}
.bkbg2{ width: 100%; padding: 10px 0;  min-height: 200px; background: rgba(0,0,0,0.8); position: absolute; bottom: 0; left: 0; color: #fff;}
.line{
    width: 77%;
    height: 6px;
    margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    background: -moz-linear-gradient(-45deg, #000000 0%,#000000 25%,#C30D23 25%,#C30D23 100%); /* FF3.6-15 */ 
    background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 25%,#C30D23 25%,#C30D23 100%); /* Chrome10-25,Safari5.1-6 */ 
    background: linear-gradient(-45deg, #000000 0%,#000000 25%,#C30D23 25%,#C30D23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C30D23', endColorstr='#000000',GradientType=1); /* IE6-9 fallback on horizontal gradient */ 
}
.line-gray{
    width: 77%;
    height: 6px;
    margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    background: -moz-linear-gradient(-45deg, #666 0%,#666 25%,#C30D23 25%,#C30D23 100%); /* FF3.6-15 */ 
    background: -webkit-linear-gradient(-45deg, #666 0%,#666 25%,#C30D23 25%,#C30D23 100%); /* Chrome10-25,Safari5.1-6 */ 
    background: linear-gradient(-45deg, #666 0%,#666 25%,#C30D23 25%,#C30D23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C30D23', endColorstr='#666',GradientType=1); /* IE6-9 fallback on horizontal gradient */ 
}
.line2{
    width: 77%;
    height: 6px;
    margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    background: -moz-linear-gradient(-45deg, #000000 0%,#000000 25%,#CCCCCC 25%,#CCCCCC 100%); /* FF3.6-15 */ 
    background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 25%,#CCCCCC 25%,#CCCCCC 100%); /* Chrome10-25,Safari5.1-6 */ 
    background: linear-gradient(-45deg, #000000 0%,#000000 25%,#CCCCCC 25%,#CCCCCC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#000000',GradientType=1); /* IE6-9 fallback on horizontal gradient */ 
}
.w40{ width: 40%;}
.w100{ width: 100%;}


/*normal setting END*/

/*custom setting*/
.navbar-brand{ padding-top: 0px; padding-bottom: 3px;}
.lh50{ line-height: 50px;}
.navbar{ position: fixed; top: 0; z-index: 9999}
.navbar-default{ background: #000}
.navbar-fixed-top{ top: 0;}
.navbar-right{ float: right; margin-right: -15px;}
.navbar-nav>li{ display: inline-block; padding: 10px;}
.navbar-default .navbar-nav>li>a{ color: #fff; text-align: left}
.navbar-nav{ flex-direction:row }
.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
    font-size: 15px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
    background-color: #BE0D23 ;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before,
.navbar-default .navbar-nav li a.active span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #BE0D23;
}

.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > li a.active{
    color: #BE0D23 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
    position: absolute; right: 10px; top: 15px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }
/*.navbar-brand img:first-child{ border-right: 1px solid #666; padding-right: 15px; margin-right: 15px;}*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
.navbar-toggle{ display: none;}
.navbar-default .navbar-nav>li>a{ color: #fff; text-align: left}
footer {
  background: #1F1F1F;
  color: #fff;
  padding: 20px 0;
}
footer ul{ margin-bottom: 0;}
footer li{ display: inline-block}
ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #c30d23;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.copyright{ line-height: 40px;}
.row{ margin-left: 0; margin-right: 0}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #000;
}
.list-inline img{ width: 20px; position: relative; top: -2px}
.gotop{ position:fixed; bottom: 100px; right: 50px;z-index: 9999}
.gotop2{ position:fixed; bottom: 180px; right: 50px;z-index: 9999}

.button-group{ margin: 20px;}
.button-group .button{ border: 0; background: #eee; padding: 15px 20px; font-size: 17px; font-family: '微軟正黑體'; cursor: pointer}
.button-group .button:hover{ background:#843c39; color: #fff;}
.button-group .button.is-checked{ background: #843c39; color: #fff;}
.element-item{ display: inline-block; text-align: center; padding:15px; width: 335px;}
.element-item p{ margin-top: 10px;}
.grid{ padding: 0 25px;font-family: '微軟正黑體'}
.popbox{ width: 900px; font-family: '微軟正黑體'}
.topimg{ margin-bottom: 20px;}
.secimg{ width: 49.5%; display: inline-block;}
.secimg img{ width: 100%; margin-bottom: 10px;}
.row3{ margin-top: 20px;}
.row3 > div{ width: 33%;display: inline-block}
.row3 img{ width: 100%;display: inline-block; margin-bottom: 10px;}

.member{ padding: 50px 0}
.member .h3{ font-weight: bold; margin-bottom: 20px; font-size: 24px;}
.member p{ font-size: 15px;}
.member .btn-red{ margin-top: 20px;}
.member .col-4{ }

.video{ margin-top: 60px; margin-bottom: 60px;}


.inner-pg{ padding-top: 55px;}
i.blue{ width: 20px; height: 20px; background: blue; display: inline-block}
i.red{ width: 20px; height: 20px; background: #781b1e; display: inline-block}
.pris{ font-size: 24px; font-weight: bold; margin: 15px 0}
.pris em{font-size: 18px; margin-left: 20px; color: #999; font-style: normal; text-decoration: line-through}
.colr{ font-size: 16px; margin: 15px 0}
.size{ font-size: 16px; margin: 15px 0}
.size i{width: 20px; height: 20px; border: 1px solid #ddd; font-style: normal; padding: 5px 10px;}
.size a{ color:#781b1e }
.setarea{ margin-bottom: 50px;}
.navbar-brand img{ height: 37px;}

.topkv{ margin-top: 54px;}
.topkv .toptxt{ position: absolute; z-index: 3; left: 20%; top: 310px; background: rgba(255,255,255,0.8); padding: 20px 40px;}
.topkv .txtt{ color: #c56666; font-weight: bold; font-size: 22px;line-height: 42px;}
.topkv h1{ font-weight: bold; font-size: 40px; line-height: 50px;}
.topkv .subtitle{ font-size: 26px; }
.tm-btn-white{ border-radius: 5px;}
.backindex{ font-size: 18px; font-weight: bold; color: #fff; border-radius: 22px; padding: 5px 15px;  border: 2px solid #fff;}
.backindex:hover{ background: #fff; color: #781b1e }

.gray-bg{ background: #f0f0f0; margin-bottom: 40px;}
.cfabuy{ font-size: 16px; margin-bottom: 30px; font-weight: bold;}

i.dott{ width: 20px; height: 20px; background: url(../img/dot.png); display: inline-block; vertical-align: bottom}
.listformb{ padding-left: 0; font-size: 15px; margin-bottom: 15px; }
.listformb li{padding-left: 15px; margin-bottom: 10px; list-style: none; font-size: 16px;}
.listformb li:last-child{ margin-bottom: 0px;}




.sptxt{ font-size: 35.5px}


/*custom setting END*/




body {
	font-family: '微軟正黑體';
	font-size: 13px;
	font-weight: 300;
    background: #e6e6e6;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p:last-child { margin-bottom: 0; }

.tm-page-wrap { 
    max-width: 1400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.tm-container-outer {
    max-width: 1400px;
    margin: 0 auto;    
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #843c39;
    font-weight: 600;
}

.tm-bg-primary { background: #843c39; }
.tm-bg-highlight { background: #7c7c7c; }

.btn-primary {
    background: #843c39;
    border: none;
    border-radius: 0;
    outline: none;
}

.btn-primary:hover { background: #000; }
.btn-primary:focus,.btn-primary:active{ background: #000 !important}
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 50px 35px; }

.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 119px;
    background: white;
}

.tm-top-bar.active {
    height: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { padding: 20px 35px; }
.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.tm-top-bar .navbar-brand img {
    width: 60px;
    height: auto;
}

.tm-top-bar.active .navbar-brand img { width: 40px; }
.tm-top-bar-bg { height: 119px; }
.tm-top-bar a { color: black; }

.navbar-brand {
	font-size: 2.2rem;    
    text-transform: uppercase;    
}

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.active, .nav-link:hover {	color: #843c39;	}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: rgb(104, 199, 187);
    border-radius: 0;
    cursor: pointer;
}
.tm-banner{ margin-top: 60px;}
.tm-banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
}
.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 1px;
}

.tm-banner-header { color: white; }
.tm-banner-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
}
.tm-banner-bg {
    background: url(../img/KV-1920.jpg) center top no-repeat;    
    min-height: 480px;
    position: relative;
}
.tm-banner-row { 
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 100px;
}
.tm-banner-row-header { text-align: center; }
.tm-down-arrow-link { 
    color: white;
    background-color: #843c39;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: white;
    background-color: #c66995;
}

/* Search form */
select.tm-select.form-control:not([size]):not([multiple]) { height: 45px; }
.form-control {
    font-size: 0.8rem;
    padding: .75rem;
}
label { font-weight: 700; }
.tm-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

.tm-form-group { float: left; }
.tm-form-group-pad { padding: 0 8px; }
.tm-form-group-1 { width: 50%; }
.tm-form-group-2 { width: 50%; }
.tm-form-group-3 { width: 25%; }
.form-control { border-radius: 0; }

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;  
    padding: 12px 20px;
}

.tm-btn-white { background: white; }
.tm-btn-white-primary { color: #843c39; }
.tm-btn-white-highlight { color: #843c39; }

.tm-btn-white-primary:hover,
.tm-btn-white-primary:focus,
.tm-btn-white-primary:active {
    background: #000;
    color: white;
}

.tm-btn-white-highlight:hover,
.tm-btn-white-highlight:focus,
.tm-btn-white-highlight:active {
    background: #843c39;
    color: white;
}

.tm-btn-search { width: 100%; }

.tm-btn-search:hover,
.tm-btn-search:active,
.tm-btn-search:focus {
    background: #c66995;
}

.tm-bg-gray { background-color: #efefef; }
.tm-about-text-wrap { max-width: 830px; }

.tm-right {
    display: inline-block;
    float: right;
}

.tm-slideshow-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-slideshow-section-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tm-slideshow { width: 50%; }

.tm-slideshow-description {
    padding: 50px;
    color: white;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
}

.tm-slideshow-description-left {
    margin-left: auto;
    margin-right: -42px;    
}

.tm-position-relative { position: relative; }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev, .slick-next,
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active {
    background: #781b1e;    
}

.slick-prev:before, .slick-next:before { font-size: 22px; }

.slick-prev:hover,
.slick-next:hover {
    background: #000;
}

.tm-slideshow-highlight .slick-prev:hover, 
.tm-slideshow-highlight .slick-next:hover {
    background: #000;
}

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.tm-right .slick-prev {
    left: 42px;
    right: auto;
}

.slick-next { right: 42px; }

.tm-right .slick-next {
    right: auto;
    left: 94px;
}

/* Tabs */
.tm-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #843c39;
}

.tm-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
}

.tm-tab-link:hover { color: white; }

.tm-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;    
}

.tm-tab-link:hover,
.tm-tab-link.active {
    background: #333;
}

.tab-pane {
    max-width: 970px;
    margin: 60px auto;
}

.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;    
}

.tm-recommended-img { width: 270px; }

.tm-recommended-description-box {
    padding: 30px;
    width: 500px;
}

.tm-recommended-price-box {    
    background-color: #843c39;
    background-image: url(../img/button-curve.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.tm-recommended-price-box:hover { background-color: #c66995; }

.tm-recommended-price {
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
}

.tm-recommended-price-link {
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-d-table { display: table; }

.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

.tm-footer-text-highlight:hover { color: #c66995; }

.tm-contact-form {
    background: white;
    width: 470px;
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 20px;
    z-index: 1000;
}

.form-control {
    background-color: #f5f5f5;
    border: none;
}

.form-control:focus {
    border-color: #843c39;
    box-shadow: 0 0 0 0.1rem #843c39bf;
}

.tm-name-container,
.tm-email-container {
    width: 210px;
    float: left;    
}

.tm-email-container { margin-left: 10px; }

.tm-btn-send {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
}
.star-w100{ display: none;}
.kvimg-mb{ display: none;}
.kvimg{ width: 100%; height: 700px; background: url(../img/KV-1920.jpg) center}
@media screen and (max-width: 1400px) {
 .kvimg{ width: 100%; height: 700px; background: url(../img/KV-1920-w1400.jpg) center no-repeat;}   
    .element-item{ width: 23.5%}
}

@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
}

@media screen and (max-width: 1033px) {
    .tm-slideshow-description { width: 55%; }
}
@media screen and (max-width: 1024px) {
    .element-item{ width: 31%}
}
@media screen and (max-width: 1000px) {
 .kvimg{display: none;}   
 .kvimg-mb{display: block;}  
 .topkv .toptxt{ position: inherit; text-align: center; background: #f5f4ee}
    .listformb{ padding-left:0; text-align: center !important}

}
@media screen and (max-width: 991px) {
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }

    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }

    .tm-top-bar .navbar-brand { font-size: 1.4rem; }

    .tm-top-bar .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .tm-top-bar .navbar-brand img { width: 40px; }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box { width: 450px; }
}

@media screen and (max-width: 986px) {
    .tm-slideshow-section { flex-direction: column; }
    
    .tm-slideshow,
    .tm-slideshow-description {
        width: 100%;
        max-width: 700px;
    }

    .tm-slideshow-description {        
        margin-right: auto;
        margin-left: auto;
    }

    .slick-prev, .slick-next {
        bottom: 0;
        top: auto;
    }

    .tm-contact-form {
        position: static;
        width: 100%;
    }

    .tm-name-container,
    .tm-email-container {
        width: 49%;
    }

    .tm-email-container {
        margin-left: 0;
        float: right;
    }

}

@media screen and (max-width: 860px) {
    .tm-recommended-description-box { width: 350px; }
}

@media screen and (max-width: 826px) {

    .tm-banner-row-header { padding-top: 120px; }

    .tm-recommended-place-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 15px;
    }

    .tm-recommended-place {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
    }

    .tm-recommended-price,
    .tm-recommended-price-link {
        position: relative;
        z-index: 1000;
    }

    .tm-recommended-price { padding-top: 50px; }

    .tm-recommended-price-box {
        width: 270px;
        height: 180px;        
        position: relative;
        overflow: hidden;
        padding-left: 0;
        background-image: none;
    }

    .tm-recommended-price-box:after {
        content: "";
        position: absolute;
        width: 180px;
        height: 270px;
        top: -45px;
        left: 45px;
        z-index: 27;
        background: url(../img/button-curve.png) 0 0 no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: auto 100%;      
    }

    .tm-recommended-price-box,
    .tm-recommended-price-box:hover {
        background-size: cover;
    }

    .tm-recommended-description-box { width: 270px; }
}

@media screen and (max-width: 768px) {
    .tm-banner-row {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .tm-banner-header { margin-top: 100px; }

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    }    
    .newevent p{ width: 90%; margin: 0 auto}
    .list-inline{ text-align: center}
    footer .text-left{ text-align: center !important}
    .navbar-toggle{ display: block}
    .navbar-default .navbar-toggle{ background: transparent;}
    .navbar-default .navbar-toggle .icon-bar{ background: #fff; margin-bottom: 4px;}
    .navbar-toggle .icon-bar{ display: block;width: 22px; height: 2px; border-radius: 1px;}
    .navbar-nav li{ width: 100%; display: inline-block; text-align: center}
    .navbar-default .navbar-nav>li>a{ text-align: center;}
    .nav{display: none;}
    .youtube a{ left: 42%}
    .button-group .button{ padding: 8px 12px; margin: 3px; }
    .element-item{ width: 45%;}
    .grid{ padding: 0 30px;}
    
}
@media screen and (max-width: 600px) {
    .element-item{ width: 45%;}
    .grid{ padding: 0 24px;}
}
@media screen and (max-width: 550px) {
    .element-item{ width: 45%;}
    .grid{ padding: 0 24px;}
}
@media screen and (max-width: 480px) {
    .gotop{right: 10px;bottom: 50px;}
    .gotop2{right: 10px;bottom: 110px;}
    .gotop img{ width: 45px;}
    .gotop2 img{ width: 45px;}
    .button-group .button{ padding: 8px 12px; margin: 3px; font-size: 15px;}
    .newevent{ background: none; position: inherit;}
    .star-w100{ display: block; margin-bottom: 20px;}
    .bkbg2{ color: #333; background: #fff; position: inherit;}
    .youtube a{ left: 32%}
    .element-item{ width: 45%;}
    .grid{ padding: 0 20px;}
}
@media screen and (max-width: 414px) {
    .element-item{ width: 45%;}
    .grid{ padding: 0 18px;}
    
}
@media screen and (max-width: 375px) {
    .element-item{ width: 44%;}
    .grid{ padding: 0 18px;}
}
@media screen and (max-width: 320px) {
    .youtube a{ left: 30%}
    .element-item{ width: 44%;}
    .grid{ padding: 0 18px;}
}